*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f97316;--primary-dark:#ea580c;--primary-light:#fed7aa;--secondary:#1e3a5f;--secondary-light:#2563eb;--dark:#0f172a;--dark-2:#1e293b;--mid:#334155;--muted:#64748b;--light-bg:#f8fafc;--border:#e2e8f0;--white:#fff;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 20px 60px #0000001f;--shadow-xl:0 25px 80px #0000002e;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{color:var(--mid);background:var(--white);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.25rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}.badge{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;background:#f973161f;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-title{color:var(--dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.section-title span{color:var(--primary)}.section-desc{color:var(--muted);font-size:1.05rem}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:var(--white);box-shadow:0 4px 14px #f9731666}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9731673}.btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff80}.btn-outline:hover{border-color:var(--white);background:#ffffff26}.btn-dark{background:var(--dark);color:var(--white);box-shadow:var(--shadow-sm)}.btn-dark:hover{background:var(--dark-2);transform:translateY(-2px)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2.25rem;font-size:1.05rem}.navbar{z-index:1000;width:100%;transition:var(--transition);padding:1.2rem 0;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);background:#fffffff2;padding:.75rem 0;box-shadow:0 1px 20px #00000014}.nav-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.logo{flex-direction:column;line-height:1.1;display:flex}.logo-line1{color:var(--white);transition:var(--transition);font-size:1.25rem;font-weight:900}.navbar.scrolled .logo-line1{color:var(--dark)}.logo-line2{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);font-size:.7rem;font-weight:500}.nav-links{align-items:center;gap:2rem;display:none}@media (width>=900px){.nav-links{display:flex}}.nav-link{color:#ffffffd9;transition:var(--transition);font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--white)}.nav-link:hover:after{width:100%}.navbar.scrolled .nav-link{color:var(--mid)}.navbar.scrolled .nav-link:hover{color:var(--primary)}.hero{background:var(--dark);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.35;background-position:50%;background-size:cover;transition:transform 10s;position:absolute;inset:0;transform:scale(1.03)}.hero:hover .hero-bg{transform:scale(1)}.hero-overlay{background:linear-gradient(135deg,#0f172af2 0%,#1e3a5fb3 60%,#f9731626 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:760px;padding:10rem 0 6rem;position:relative}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.08}.hero-title .accent{color:var(--primary)}.hero-subtitle{color:#ffffffb3;max-width:560px;margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.hero-stats{flex-wrap:wrap;gap:3rem;display:flex}.hero-stat-val{color:var(--primary);margin-bottom:.25rem;font-size:2rem;font-weight:900;line-height:1}.hero-stat-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;font-size:.8rem}.hero-phone-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);color:var(--white);background:#ffffff14;border:1px solid #ffffff1f;align-items:center;gap:1rem;width:fit-content;margin-bottom:2rem;padding:1rem 1.5rem;animation:3s ease-in-out infinite float;display:inline-flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-phone-badge .pulse-dot{background:#22c55e;border-radius:50%;width:10px;height:10px;position:relative}.hero-phone-badge .pulse-dot:after{content:"";border:2px solid #22c55e;border-radius:50%;animation:2s infinite pulse;position:absolute;inset:-3px}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.trust-bar{background:var(--primary);padding:1.25rem 0}.trust-bar-inner{flex-wrap:wrap;justify-content:center;gap:2rem 3rem;display:flex}.trust-item{color:var(--white);align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;display:flex}.services{background:var(--light-bg)}.services-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);text-align:center;padding:2.5rem 2rem;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-dark));transform-origin:0;width:100%;height:4px;transition:var(--transition);position:absolute;bottom:0;left:0;transform:scaleX(0)}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.service-card:hover:before{transform:scaleX(1)}.service-icon-wrap{border-radius:var(--radius-md);width:72px;height:72px;color:var(--primary);transition:var(--transition);background:linear-gradient(135deg,#f973161a,#f9731633);justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.service-card:hover .service-icon-wrap{background:var(--primary);color:var(--white)}.service-name{color:var(--dark);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.service-desc{color:var(--muted);font-size:.95rem;line-height:1.65}.about{background:var(--white)}.about-grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=900px){.about-grid{grid-template-columns:1fr 1fr}}.about-img-wrap{position:relative}.about-img{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:480px;box-shadow:var(--shadow-xl)}.about-badge-float{background:var(--primary);color:var(--white);border-radius:var(--radius-md);text-align:center;padding:1.25rem 1.75rem;position:absolute;bottom:-1.5rem;right:-1.5rem;box-shadow:0 10px 30px #f9731666}.about-badge-float .num{font-size:2.5rem;font-weight:900;line-height:1}.about-badge-float .label{text-transform:uppercase;letter-spacing:.08em;opacity:.85;font-size:.75rem}.about-text h2{color:var(--dark);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800}.about-points{flex-direction:column;gap:1.1rem;margin:2rem 0;display:flex}.about-point{align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.about-point-icon{width:24px;height:24px;color:var(--primary);background:#f973161f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.why-us{background:var(--dark);position:relative;overflow:hidden}.why-us:before{content:"";pointer-events:none;background:radial-gradient(circle,#f973161f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.why-us .section-title{color:var(--white)}.why-us .section-desc{color:#fff9}.why-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.why-card{border-radius:var(--radius-lg);transition:var(--transition);background:#ffffff0a;border:1px solid #ffffff12;padding:2rem 1.75rem}.why-card:hover{background:#f9731614;border-color:#f9731640;transform:translateY(-4px)}.why-num{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:900;line-height:1}.why-title{color:var(--white);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.why-desc{color:#ffffff80;font-size:.9rem;line-height:1.65}.testimonials{background:var(--light-bg)}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);padding:2rem}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.stars{color:#f59e0b;letter-spacing:2px;margin-bottom:1rem;font-size:1.1rem}.testimonial-text{color:var(--mid);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.author-name{color:var(--dark);font-size:.95rem;font-weight:700}.author-loc{color:var(--muted);font-size:.8rem}.contact{background:var(--white)}.contact-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=900px){.contact-grid{grid-template-columns:1fr 1.2fr;gap:4rem}}.contact-heading{color:var(--dark);margin-bottom:1.25rem;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.contact-heading span{color:var(--primary)}.contact-sub{color:var(--muted);margin-bottom:2.5rem;line-height:1.7}.contact-items{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.contact-item{background:var(--light-bg);border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.contact-item:hover{background:#f973160f}.contact-item-icon{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-sm);width:44px;height:44px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.2rem;font-size:.8rem}.contact-item-val{color:var(--dark);font-weight:600}.contact-ctas{flex-wrap:wrap;gap:1rem;display:flex}.map-wrap{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);height:480px;position:relative;overflow:hidden}.map-wrap iframe{border:0;width:100%;height:100%}.footer{background:var(--dark-2);color:#fff9;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand-name{color:var(--white);margin-bottom:.25rem;font-size:1.4rem;font-weight:900}.footer-brand-name span{color:var(--primary)}.footer-tagline{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:1rem;font-size:.8rem}.footer-about{max-width:340px;font-size:.9rem;line-height:1.7}.footer-col-title{color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;font-size:.9rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;display:flex}.footer-link{transition:var(--transition);font-size:.9rem}.footer-link:hover{color:var(--primary);padding-left:4px}.footer-divider{background:#ffffff0f;height:1px;margin-bottom:2rem}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.footer-bottom-right{gap:1.5rem;display:flex}.whatsapp-btn{z-index:999;width:56px;height:56px;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 6px 20px #25d36666}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 10px 28px #25d36680}@media (width<=640px){.section{padding:4rem 0}.hero-stats{gap:2rem}.about-badge-float{bottom:-1rem;right:1rem}}.faq{background:var(--light-bg)}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);overflow:hidden}.faq-question{text-align:left;width:100%;color:var(--dark);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.faq-question:hover{color:var(--primary)}.faq-icon{color:var(--primary);transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;color:var(--muted);padding:0 1.5rem;line-height:1.7;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.contact-form-wrap{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-label{color:var(--dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-control{width:100%;color:var(--dark);background:var(--light-bg);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);padding:1rem 1.25rem;font-family:inherit;font-size:1rem}.form-control:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 3px #f9731626}textarea.form-control{resize:vertical;min-height:120px}.form-submit-msg{color:#166534;border-radius:var(--radius-md);text-align:center;background:#22c55e1a;margin-top:1rem;padding:1rem;font-weight:500}
