:root{--orange:#F7931E;--charcoal:#1F2937;--text:#111827;--muted:#5b6472;--line:#e5e7eb;--light:#F8F9FA;--accent:#FFB84D;--white:#fff;--shadow:0 20px 60px rgba(17,24,39,.10);--radius:8px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.section{padding:92px 0}.section.light{background:var(--light)}.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.section-head{max-width:760px;margin-bottom:42px}.section-head.center{text-align:center;margin-inline:auto}.section-head h2,.hero h1,.page-hero h1{font-family:Montserrat,Inter,sans-serif;line-height:1.05;margin:10px 0 16px;letter-spacing:0}.section-head h2{font-size:clamp(2rem,4vw,3.4rem)}.section-head p,.hero p,.page-hero p{color:var(--muted);font-size:1.08rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:6px;font-weight:800;border:1px solid transparent;transition:.25s ease;background:var(--orange);color:#fff;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(247,147,30,.25)}.btn.secondary{background:#fff;color:var(--charcoal);border-color:var(--line)}.btn.dark{background:var(--charcoal);color:#fff}.btn.text{background:transparent;color:var(--orange);padding:0;min-height:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.85)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:58px;height:58px;object-fit:contain}.brand span{font-family:Montserrat,Inter,sans-serif;line-height:1.1}.nav-links{display:flex;align-items:center;gap:28px;color:#374151;font-weight:700}.nav-links a.active,.nav-links a:hover{color:var(--orange)}.nav-actions{display:flex;gap:12px;align-items:center}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;justify-content:center}.menu-toggle span{width:20px;height:2px;background:var(--charcoal);display:block;position:relative}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--charcoal)}.menu-toggle span:before{top:-7px}.menu-toggle span:after{top:7px}.hero{padding:86px 0 84px;background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%)}.hero-grid{display:grid;grid-template-columns:1fr .88fr;gap:54px;align-items:center}.hero h1{font-size:clamp(2.8rem,6vw,5.6rem);max-width:850px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.hero-card img{aspect-ratio:1.35/1;object-fit:cover}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.hero-stats div{padding:20px;border-right:1px solid var(--line)}.hero-stats div:last-child{border-right:0}.hero-stats strong{display:block;font-size:1.55rem;font-family:Montserrat}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0}.trust-strip{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#4b5563;font-weight:700}.trust-strip span{display:inline-flex;align-items:center;gap:8px}.trust-strip span:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.card,.service-card,.blog-card,.value-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;transition:.25s ease}.card:hover,.service-card:hover,.blog-card:hover,.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f4c27a}.icon{width:48px;height:48px;border-radius:8px;background:#fff3e3;color:var(--orange);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.card h3,.service-card h3,.blog-card h3,.value-card h3{font-family:Montserrat;margin:0 0 10px;font-size:1.25rem}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.feature-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.check-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:30px;color:#374151}.check-list li:before{content:"";position:absolute;left:0;top:.45em;width:16px;height:16px;border-radius:50%;background:var(--orange)}.process{counter-reset:step}.process .card{position:relative}.process .card:before{counter-increment:step;content:"0" counter(step);font-family:Montserrat;font-size:3rem;font-weight:900;color:#f2f2f2;position:absolute;right:24px;top:8px}.testimonial{background:var(--charcoal);color:#fff}.testimonial .section-head p,.testimonial p{color:#d1d5db}.quote{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff}.quote strong{display:block;color:#FFB84D;margin-top:18px}.blog-card{padding:0;overflow:hidden}.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.blog-card .content{padding:24px}.cta-band{background:var(--charcoal);color:#fff;padding:56px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-band p{color:#d1d5db}.site-footer{background:#0f1722;color:#e5e7eb;padding:64px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer-logo{display:flex;align-items:center;gap:12px;font-family:Montserrat;font-weight:900;color:#fff}.footer-logo img{width:60px;height:60px}.site-footer h3{color:#fff;font-family:Montserrat;margin:0 0 16px}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.site-footer a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:24px;color:#9ca3af;font-size:.92rem}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;box-shadow:0 16px 34px rgba(37,211,102,.35);animation:float 2.6s ease-in-out infinite}.whatsapp svg{width:30px;height:30px}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}.page-hero{padding:78px 0;background:linear-gradient(180deg,#fff,#F8F9FA);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.4rem,5vw,4.6rem);max-width:860px}.breadcrumbs{color:var(--muted);font-weight:700}.service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card ul{padding-left:20px;color:#374151}.article{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;margin-bottom:34px}.article img{width:100%;aspect-ratio:16/7;object-fit:cover}.article-body{padding:34px}.article h2{font-family:Montserrat;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.15;margin:0 0 12px}.article h3{font-family:Montserrat;margin-top:28px}.meta{color:var(--muted);font-weight:700;font-size:.94rem}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:start}.form{background:#fff;border:1px solid var(--line);border-radius:8px;padding:30px;box-shadow:var(--shadow)}.field{display:grid;gap:8px;margin-bottom:18px}.field label{font-weight:800}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:6px;padding:14px 15px;font:inherit;color:var(--text);background:#fff}.field textarea{min-height:140px;resize:vertical}.error{color:#b91c1c;font-size:.9rem;display:none}.field.invalid .error{display:block}.field.invalid input,.field.invalid textarea,.field.invalid select{border-color:#b91c1c}.details{display:grid;gap:16px}.detail-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:24px}.map{height:280px;background:linear-gradient(135deg,#e5e7eb,#fff);display:grid;place-items:center;color:#4b5563;font-weight:800;border:1px dashed #cbd5e1;border-radius:8px}.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.service-list,.grid-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.nav-actions .btn{display:none}.nav-links{position:fixed;inset:82px 16px auto 16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:18px;display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-toggle{display:flex}.cta-band{align-items:flex-start;flex-direction:column}}
@media (max-width:640px){.container{width:min(100% - 28px,var(--max))}.section{padding:64px 0}.nav{height:72px}.brand img{width:48px;height:48px}.brand span{font-size:.9rem}.nav-links{inset:72px 14px auto 14px}.hero{padding:58px 0}.hero h1{font-size:2.55rem}.hero-stats,.grid-2,.grid-3,.service-list,.footer-grid{grid-template-columns:1fr}.hero-stats div{border-right:0;border-bottom:1px solid var(--line)}.hero-stats div:last-child{border-bottom:0}.cta-band{padding:32px}.article-body,.form{padding:24px}.whatsapp{right:16px;bottom:16px;width:54px;height:54px}.section-head h2{font-size:2rem}}
