
:root{
  --ink:#071b3d;--ink-2:#0c2f65;--blue:#0b57a4;--blue-2:#1287d8;--red:#d90f2f;--yellow:#f6b800;--green:#15b956;
  --paper:#ffffff;--mist:#f3f7fb;--soft:#e8f0f8;--text:#30445f;--muted:#6b7c93;--line:rgba(10,47,101,.12);
  --shadow:0 22px 60px rgba(7,27,61,.14);--shadow-sm:0 10px 30px rgba(7,27,61,.1);--radius:24px;--radius-sm:16px;--max:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--paper);font-size:17px;line-height:1.68;overflow-x:clip;-webkit-font-smoothing:antialiased}body.nav-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.section{padding:92px 0}.section-tight{padding:64px 0}.section-soft{background:linear-gradient(180deg,#f7faff 0%,#eff5fb 100%)}.section-dark{background:linear-gradient(135deg,#061936 0%,#0b3975 56%,#0b57a4 100%);color:white}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.eyebrow:before{content:"";width:30px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--yellow),var(--red))}.section-dark .eyebrow{color:#d9ebff}.section-dark .eyebrow:before{background:var(--yellow)}h1,h2,h3,h4{color:var(--ink);line-height:1.08;margin:0 0 18px;font-weight:800;letter-spacing:-.03em}h1{font-size:clamp(38px,5vw,64px)}h2{font-size:clamp(30px,3.8vw,46px)}h3{font-size:clamp(21px,2.3vw,28px)}p{margin:0 0 18px}.lead{font-size:clamp(18px,2vw,21px);color:#546983}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark p{color:white}.muted{color:var(--muted)}
.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:white;color:var(--ink);padding:12px 16px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}
.topbar{background:#061936;color:#d9e8fb;font-size:14px;position:relative;z-index:70}.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar-items{display:flex;gap:22px;align-items:center}.topbar a,.topbar span{display:inline-flex;align-items:center;gap:7px}.icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.wa-icon{width:19px;height:19px;display:inline-block;color:currentColor}.wa-icon img{width:100%;height:100%}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,27,61,.08);transition:.25s}.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:250px;max-height:68px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:16px;font-weight:700;color:#102b54}.desktop-nav>a,.nav-drop>button{padding:34px 0;background:none;border:0;color:inherit;display:flex;align-items:center;gap:4px}.nav-drop{position:relative}.nav-drop-menu{position:absolute;left:50%;top:78px;transform:translate(-50%,12px);width:330px;padding:12px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.2s}.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav-drop-menu a{display:block;padding:12px 14px;border-radius:12px}.nav-drop-menu a:hover{background:var(--mist);color:var(--blue)}.header-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:14px 20px;font-weight:800;font-size:16px;transition:transform .2s,box-shadow .2s,background .2s;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-wa{background:linear-gradient(135deg,#13b856,#0fa64c);color:white;box-shadow:0 12px 26px rgba(21,185,86,.26)}.btn-primary{background:linear-gradient(135deg,var(--blue),#0a3e83);color:white;box-shadow:0 12px 26px rgba(11,87,164,.22)}.btn-light{background:white;color:var(--ink);box-shadow:var(--shadow-sm)}.btn-outline{border:1px solid rgba(11,87,164,.2);background:white;color:var(--blue)}.mobile-menu-btn{display:none;border:0;background:#edf4fb;color:var(--ink);width:48px;height:48px;border-radius:14px;align-items:center;justify-content:center}.mobile-menu-btn .icon{width:24px;height:24px}
.mobile-panel{position:fixed;inset:0;z-index:100;display:none}.mobile-panel.open{display:block}.mobile-backdrop{position:absolute;inset:0;background:rgba(3,16,35,.58);backdrop-filter:blur(5px)}.mobile-drawer{position:absolute;right:0;top:0;height:100%;width:min(88vw,390px);background:white;padding:22px;overflow-y:auto;box-shadow:-20px 0 50px rgba(0,0,0,.16)}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.mobile-drawer-head img{width:210px}.mobile-close{width:44px;height:44px;border:0;border-radius:12px;background:var(--mist);display:flex;align-items:center;justify-content:center}.mobile-nav a,.mobile-services-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:15px 4px;border:0;border-bottom:1px solid var(--line);background:none;font-weight:800;color:var(--ink);font-size:17px;text-align:left}.mobile-services-list{display:none;padding:6px 0 10px 12px}.mobile-services-list.open{display:block}.mobile-services-list a{font-weight:650;font-size:16px;padding:12px 8px}.mobile-wa{margin-top:22px;width:100%}
.hero{position:relative;min-height:680px;background:#071b3d;overflow:hidden}.hero-slider{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease}.hero-slide.active{opacity:1;visibility:visible}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,41,.92) 0%,rgba(4,18,41,.72) 38%,rgba(4,18,41,.28) 68%,rgba(4,18,41,.16) 100%)}.hero-content{position:relative;z-index:4;min-height:680px;display:flex;align-items:center}.hero-copy{max-width:690px;color:white;padding:70px 0}.hero-copy h1,.hero-copy h2{color:white;text-shadow:0 4px 24px rgba(0,0,0,.18)}.hero-copy h2{font-size:clamp(38px,5vw,64px)}.hero-copy p{font-size:clamp(18px,2vw,21px);max-width:620px;color:#eef6ff}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);backdrop-filter:blur(8px);border-radius:999px;font-size:15px;color:#fff}.hero-controls{position:absolute;z-index:8;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;gap:12px}.hero-dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.48);padding:0}.hero-dot.active{width:28px;border-radius:999px;background:var(--yellow)}.hero-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(4,18,41,.46);color:white;display:flex;align-items:center;justify-content:center}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-arrow:hover{background:rgba(4,18,41,.78)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.service-card{position:relative;min-height:410px;border-radius:22px;overflow:hidden;background:#0a2e61;box-shadow:var(--shadow-sm);isolation:isolate}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,43,.04) 25%,rgba(5,20,43,.9) 100%);z-index:1}.service-card-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px;color:white}.service-card h3{color:white;margin-bottom:8px}.service-card p{color:#e7f1ff;font-size:16px;line-height:1.55}.service-card-link{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:white}.service-card:hover img{transform:scale(1.04)}
.split{display:grid;grid-template-columns:1.03fr .97fr;gap:56px;align-items:center}.media-frame{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#dce8f5}.media-frame img{width:100%;aspect-ratio:4/3;object-fit:cover}.media-frame .floating-note{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.94);padding:14px 18px;border-radius:14px;box-shadow:var(--shadow-sm);font-weight:800;color:var(--ink)}.check-list{display:grid;gap:13px;margin:24px 0}.check-item{display:flex;align-items:flex-start;gap:12px}.check-item .icon-wrap{width:32px;height:32px;border-radius:10px;background:#fff2bf;color:#9b6a00;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.check-item .icon{width:17px;height:17px;stroke-width:2.4}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.feature-card{padding:26px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(7,27,61,.06)}.feature-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#e7f4ff,#fff5c7);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feature-icon .icon{width:25px;height:25px}.feature-card p{font-size:16px;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}.step{position:relative;padding:28px 24px;background:white;border-radius:20px;border:1px solid var(--line)}.step-no{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:var(--yellow);color:#3e2b00;font-size:15px;font-weight:900;margin-bottom:18px}.step p{font-size:16px;color:var(--muted)}
.city-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:34px}.city-pill{padding:10px 15px;border-radius:999px;background:white;border:1px solid rgba(11,87,164,.18);font-size:15px;font-weight:750;color:var(--ink-2);transition:.2s}.city-pill:hover{background:var(--blue);color:white;border-color:var(--blue);transform:translateY(-2px)}
.cta-band{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(105deg,#081d42 0%,#0a4d96 65%,#0d6cc4 100%);color:white;padding:46px 50px;box-shadow:var(--shadow)}.cta-band:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-120px;top:-160px;background:radial-gradient(circle,rgba(246,184,0,.35),transparent 65%)}.cta-band-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-band h2{color:white;margin-bottom:8px}.cta-band p{color:#dcecff;margin:0}.cta-band .btn{flex:0 0 auto}
.image-duo{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}.image-duo a{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);display:block}.image-duo img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:.35s}.image-duo a:hover img{transform:scale(1.03)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-card,.form-card{background:white;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);padding:34px}.contact-list{display:grid;gap:18px;margin-top:24px}.contact-row{display:flex;gap:14px;align-items:flex-start}.contact-row .feature-icon{margin:0;width:42px;height:42px;border-radius:12px;flex:0 0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:14px;font-weight:800;color:var(--ink)}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e4ef;background:#fbfdff;border-radius:12px;padding:13px 14px;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,87,164,.09)}.field textarea{min-height:140px;resize:vertical}.honeypot{position:absolute!important;left:-9999px!important}.map-wrap{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);margin-top:28px}.map-wrap iframe{display:block;width:100%;height:440px;border:0}
.page-hero{position:relative;min-height:460px;background:#071b3d;display:flex;align-items:flex-end;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,35,.92),rgba(3,16,35,.62) 52%,rgba(3,16,35,.22))}.page-hero-content{position:relative;z-index:2;color:white;padding:86px 0 64px;max-width:820px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:14px;color:#d9e7f7;margin-bottom:16px}.breadcrumbs a:hover{text-decoration:underline}.page-hero h1{color:white}.page-hero p{color:#e5f0fc;font-size:19px;max-width:720px}.page-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:40px;align-items:start}.sidebar-card{position:sticky;top:122px;background:linear-gradient(160deg,#071b3d,#0b4c93);color:white;border-radius:22px;padding:28px;box-shadow:var(--shadow)}.sidebar-card h3{color:white}.sidebar-card p{color:#d7e8fb}.sidebar-links{display:grid;gap:8px;margin:18px 0}.sidebar-links a{padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.08);font-size:15px}.sidebar-links a:hover{background:rgba(255,255,255,.16)}.info-block{padding:30px;border:1px solid var(--line);border-radius:20px;background:white;margin-bottom:22px}.bullet-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.bullet-list li{display:flex;gap:10px;align-items:flex-start}.bullet-list li:before{content:"";width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--yellow),var(--red));margin-top:9px;flex:0 0 auto}.faq{display:grid;gap:12px;margin-top:24px}.faq details{border:1px solid var(--line);border-radius:16px;background:white;padding:0 20px}.faq summary{cursor:pointer;font-weight:800;color:var(--ink);padding:18px 0;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq details p{padding:0 0 18px;color:var(--muted);margin:0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery a{display:block;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:.35s}.gallery a:hover img{transform:scale(1.03)}
.region-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.region-service{padding:20px;border:1px solid var(--line);border-radius:16px;background:white}.region-service h3{font-size:20px;margin-bottom:8px}.region-service p{font-size:15px;color:var(--muted)}
.footer-main{background:#071b3d;color:#d9e7f7;padding:68px 0 52px}.footer-grid{display:grid;grid-template-columns:1.25fr .7fr 1fr .9fr;gap:42px}.footer-brand img{width:250px;max-height:90px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.18))}.footer-brand p{font-size:15px;max-width:330px;color:#b8cce3;margin-top:18px}.footer-main h4{color:white;font-size:17px;margin-bottom:18px}.footer-links{display:grid;gap:9px;font-size:15px}.footer-links a:hover{color:white}.footer-contact{display:grid;gap:12px;font-size:15px}.footer-contact a,.footer-contact span{display:flex;gap:9px;align-items:flex-start}.footer-seo{background:#061630;color:#9fb7d2;padding:28px 0;border-top:1px solid rgba(255,255,255,.06)}.footer-seo h4{text-align:center;color:#dbe9f9;font-size:15px;margin-bottom:14px}.footer-city-links{display:flex;justify-content:center;flex-wrap:wrap;gap:7px 13px;font-size:13px}.footer-city-links a:hover{color:white}.footer-bottom{background:#041026;color:#8ea6c1;padding:18px 0;font-size:13px}.footer-bottom-inner{display:flex;justify-content:space-between;gap:18px;align-items:center}.footer-legal{display:flex;gap:18px;flex-wrap:wrap}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:55;width:60px;height:60px;border-radius:50%;background:#14b957;color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px rgba(20,185,87,.35);border:3px solid white}.floating-wa img{width:30px;height:30px}.floating-wa:hover{transform:translateY(-3px)}
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(2,10,24,.92);display:none;align-items:center;justify-content:center;padding:28px}.lightbox.open{display:flex}.lightbox img{max-width:min(1200px,94vw);max-height:88vh;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.45)}.lightbox-close{position:absolute;right:24px;top:20px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:white;display:flex;align-items:center;justify-content:center}.lightbox-close .icon{width:24px;height:24px}.legal{max-width:900px}.legal h2{font-size:28px;margin-top:34px}.legal p,.legal li{color:#50647d}.notice{background:#fff8d8;border:1px solid #f2dd89;border-radius:16px;padding:18px 20px;color:#6a5310}
@media (max-width:1050px){.desktop-nav,.header-actions .btn-wa{display:none}.mobile-menu-btn{display:flex}.header-inner{height:82px}.brand img{width:220px}.service-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:nth-child(2){display:none}.content-grid{grid-template-columns:1fr}.sidebar-card{position:relative;top:auto}.region-service-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:780px){body{font-size:16.5px}.container{width:min(calc(100% - 28px),var(--max))}.topbar-inner{min-height:36px}.topbar-items:first-child{display:none}.topbar-items{width:100%;justify-content:center;gap:14px}.topbar .topbar-hours{display:none}.site-header{top:0}.header-inner{height:74px}.brand img{width:190px;max-height:58px}.mobile-menu-btn{width:44px;height:44px}.hero,.hero-content{min-height:650px}.hero-slide:after{background:linear-gradient(180deg,rgba(3,16,35,.58) 0%,rgba(3,16,35,.84) 66%,rgba(3,16,35,.94) 100%)}.hero-content{align-items:flex-end}.hero-copy{padding:100px 0 76px;max-width:none}.hero-copy h1,.hero-copy h2{font-size:clamp(34px,10vw,46px)}.hero-copy p{font-size:17px}.hero-badges{gap:8px}.hero-badge{font-size:13px;padding:8px 10px}.hero-arrow{display:none}.hero-controls{bottom:22px}.section{padding:68px 0}.section-tight{padding:50px 0}.service-grid{grid-template-columns:1fr;gap:18px}.service-card{min-height:390px}.split{grid-template-columns:1fr;gap:34px}.split .media-frame{order:-1}.feature-grid,.steps{grid-template-columns:1fr}.cta-band{padding:34px 24px}.cta-band-inner{flex-direction:column;align-items:flex-start}.cta-band .btn{width:100%}.image-duo{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.page-hero{min-height:430px}.page-hero:after{background:linear-gradient(180deg,rgba(3,16,35,.42),rgba(3,16,35,.9))}.page-hero-content{padding:90px 0 48px}.page-hero p{font-size:17px}.region-service-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-main{padding:52px 0 38px}.footer-bottom-inner{flex-direction:column;align-items:flex-start}.floating-wa{right:14px;bottom:14px;width:56px;height:56px}.map-wrap iframe{height:340px}}
@media (max-width:520px){.topbar{font-size:12.5px}.topbar-items{gap:10px}.topbar a,.topbar span{gap:5px}.topbar .icon{width:15px;height:15px}.brand img{width:168px}.hero,.hero-content{min-height:610px}.hero-copy{padding-bottom:72px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.service-card{min-height:360px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-seo{padding-bottom:82px}.page-hero-actions{display:grid}.page-hero-actions .btn{width:100%}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* V2.2 refinements */
.wa-icon{width:20px;height:20px;flex:0 0 20px;overflow:hidden;line-height:0}
.wa-icon img{display:block;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain;filter:brightness(0) invert(1)}
.topbar .wa-icon img,.btn-wa .wa-icon img,.mobile-wa .wa-icon img,.footer-contact .wa-icon img{filter:brightness(0) invert(1)}
.hero-slider{user-select:none;-webkit-user-select:none;touch-action:pan-y;cursor:grab}
.hero-slider.dragging{cursor:grabbing}
.hero-slide img{-webkit-user-drag:none;user-select:none;pointer-events:none}
.hero-copy{user-select:none;-webkit-user-select:none}
.hero-actions{margin-top:28px}
.hero-controls{bottom:24px}
.media-frame .floating-note{bottom:10px}
.workflow-section{background:linear-gradient(180deg,#f7faff 0%,#eef5fb 100%)}
.workflow-heading{text-align:center;max-width:820px;margin:0 auto 42px}
.workflow-heading .eyebrow{justify-content:center}
.workflow-heading p{max-width:720px;margin:0 auto;color:var(--muted)}
.workflow-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:stretch}
.workflow-media{height:100%;min-height:560px}
.workflow-media a{display:block;height:100%}
.workflow-media img{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;object-position:center}
.workflow-steps{grid-template-columns:repeat(2,1fr)!important;margin-top:0!important;align-content:center}
.workflow-steps .step{min-height:230px}
.about-side{display:grid;gap:20px}
.about-side-image{display:block;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.about-side-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.footer-brand img{background:#fff;border-radius:18px;padding:12px 16px;filter:none;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.floating-wa{width:64px;height:64px}
.floating-wa img{width:36px!important;height:36px!important;filter:brightness(0) invert(1)}

@media (max-width:780px){
  .topbar{display:none!important}
  .header-inner{height:70px}
  .brand img{width:154px;max-height:48px}
  .mobile-menu-btn{width:42px;height:42px;border-radius:13px}
  .mobile-drawer{width:min(90vw,360px);padding:18px}
  .mobile-drawer-head{gap:12px;margin-bottom:20px}
  .mobile-drawer-head img{width:158px;max-width:calc(100% - 56px);height:auto}
  .mobile-close{width:40px;height:40px;flex:0 0 40px}
  .hero,.hero-content{min-height:620px}
  .hero-copy{padding:92px 0 72px}
  .hero-actions{display:block}
  .hero-actions .btn{width:auto;max-width:100%}
  .hero-controls{bottom:18px}
  .media-frame .floating-note{left:12px;right:12px;bottom:8px;text-align:center;padding:11px 14px}
  .workflow-heading{margin-bottom:28px;text-align:left}
  .workflow-heading .eyebrow{justify-content:flex-start}
  .workflow-layout{grid-template-columns:1fr;gap:26px}
  .workflow-media{min-height:0;max-width:430px;width:100%;margin:0 auto}
  .workflow-media img{aspect-ratio:3/4;max-height:560px}
  .workflow-steps{grid-template-columns:1fr!important}
  .workflow-steps .step{min-height:0}
  .floating-wa{right:14px;bottom:14px;width:62px;height:62px}
  .floating-wa img{width:35px!important;height:35px!important}
  .footer-brand img{width:230px;max-width:100%;padding:10px 14px}
}
@media (max-width:520px){
  .brand img{width:145px}
  .mobile-drawer-head img{width:145px}
  .hero-copy h1,.hero-copy h2{font-size:clamp(32px,9.2vw,42px)}
}


/* V2.3 corrections */
/* Inline WhatsApp icons: fixed dimensions in every context, eliminating external SVG sizing issues. */
.wa-icon{display:inline-flex!important;align-items:center;justify-content:center;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;flex:0 0 20px!important;line-height:0!important;overflow:hidden!important;color:currentColor}
.wa-icon svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;fill:currentColor!important;stroke:none!important}
.btn-wa .wa-icon,.mobile-wa .wa-icon{color:#fff!important}
.floating-wa .wa-icon{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;color:#fff!important}
.floating-wa .wa-icon svg{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;fill:#fff!important}
/* Shorter service CTAs and cleaner side navigation. */
.content-grid .cta-band h2{font-size:clamp(27px,3vw,38px);max-width:520px;line-height:1.08}
.sidebar-card{top:118px;max-height:calc(100vh - 150px);overflow:auto;overscroll-behavior:contain;margin-bottom:72px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent}
.sidebar-card::-webkit-scrollbar{width:7px}.sidebar-card::-webkit-scrollbar-thumb{background:rgba(255,255,255,.28);border-radius:99px}
.gallery + *{margin-top:0}
/* Slightly shorter mobile heroes, with content positioned higher. */
@media (max-width:1050px){.sidebar-card{position:relative;top:auto;max-height:none;overflow:visible;margin-bottom:0}}
@media (max-width:780px){
  .hero,.hero-content{min-height:555px}
  .hero-content{align-items:flex-end}
  .hero-copy{padding:68px 0 58px}
  .page-hero{min-height:365px}
  .page-hero-content{padding:62px 0 38px}
  .page-hero h1{font-size:clamp(32px,9vw,42px)}
  .page-hero-actions{margin-top:18px}
  .content-grid .cta-band h2{font-size:clamp(27px,8vw,34px)}
}
@media (max-width:520px){
  .hero,.hero-content{min-height:525px}
  .hero-copy{padding:62px 0 54px}
  .hero-copy h1,.hero-copy h2{font-size:clamp(30px,8.8vw,39px)}
  .page-hero{min-height:345px}
  .page-hero-content{padding:56px 0 34px}
}

/* TOPMAIS EXPANSAO - FOOTER SEO AGRUPADO */
.footer-seo-groups{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 22px;align-items:start}
.footer-seo-group h5{color:#dbe9f9;font-size:15px;margin:0 0 11px;font-weight:700}
.footer-seo-group .footer-city-links{justify-content:flex-start;align-items:flex-start;gap:7px 10px;line-height:1.45}
.sp-local-hub .section-lead{max-width:850px;margin-bottom:22px}
@media (max-width:1100px){.footer-seo-groups{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.footer-seo-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}
@media (max-width:520px){.footer-seo-groups{grid-template-columns:1fr}.footer-seo-group .footer-city-links{justify-content:flex-start}}

@media (min-width:1051px) and (max-height:740px){.sidebar-card{position:relative;top:auto;max-height:none;overflow:visible;margin-bottom:24px}}

/* PRIORITY LOCAL SEO PAGES */
.priority-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:46px;align-items:start}.priority-profiles{display:grid;gap:14px}.priority-profile{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow-sm)}.priority-profile h3{font-size:21px;margin-bottom:7px}.priority-profile p{margin:0;color:var(--muted)}.priority-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:36px;align-items:end;margin-bottom:28px}.priority-heading p{margin:0;color:var(--muted)}.priority-services .region-service{min-height:190px;transition:.25s}.priority-services .region-service:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.priority-situation-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:42px;align-items:start}.priority-checklist{display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}.priority-checklist li{position:relative;padding:0 0 0 25px;color:var(--ink)}.priority-checklist li:before{content:"";position:absolute;left:0;top:.58em;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--yellow),var(--red))}.priority-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.priority-step{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.priority-step span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;font-weight:900;background:var(--yellow);color:#071b3d;margin-bottom:13px}.priority-step h3{font-size:20px;margin-bottom:7px}.priority-step p{margin:0;color:var(--muted)}.priority-gallery{grid-template-columns:repeat(3,1fr)}.priority-gallery img{aspect-ratio:16/10}.priority-faq-grid{align-items:start}.priority-faq-grid .info-block{position:sticky;top:122px}.priority-faq-grid hr{border:0;border-top:1px solid var(--line);margin:26px 0}.priority-hero h1{max-width:880px}.priority-hero p{max-width:800px}
@media(max-width:980px){.priority-intro,.priority-heading,.priority-situation-grid{grid-template-columns:1fr}.priority-services{grid-template-columns:1fr 1fr}.priority-faq-grid .info-block{position:static}.priority-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.priority-services,.priority-steps,.priority-gallery{grid-template-columns:1fr}.priority-heading{gap:14px}.priority-intro,.priority-situation-grid{gap:28px}.priority-profile,.priority-step{padding:18px}.priority-services .region-service{min-height:0}}

/* Conteúdo regional específico das páginas de serviço + localidade */
.local-service-differential{margin-top:24px}
.local-service-checks{margin-top:20px;align-items:start}
.local-service-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.local-service-questions .mini-question{padding:18px;border:1px solid rgba(7,27,61,.12);border-radius:14px;background:#fff}
.local-service-questions .mini-question h4{margin:0 0 8px;font-size:1.05rem;line-height:1.35;color:#071b3d}
.local-service-questions .mini-question p{margin:0}
@media (max-width:760px){.local-service-questions{grid-template-columns:1fr}.local-service-checks{grid-template-columns:1fr}}
