
:root{
  --blue:#05AEEE;
  --blue-2:#047DCA;
  --navy:#003A5B;
  --navy-2:#002D47;
  --dark:#071E2E;
  --muted:#657687;
  --soft:#F1FAFE;
  --line:#DDEBF2;
  --white:#fff;
  --shadow:0 18px 46px rgba(0,55,90,.14);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--dark);background:#fff;line-height:1.55;font-size:16px}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;background:#fff;z-index:9999;padding:10px 14px;border-radius:10px}
.topbar{background:linear-gradient(90deg,#006BDF,#00C0FA);color:#fff;font-weight:700;font-size:13px}.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{white-space:nowrap}.site-header{background:#fff;box-shadow:0 8px 26px rgba(0,39,67,.08);position:sticky;top:0;z-index:90}.navwrap{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:190px;height:auto}.nav{display:flex;align-items:center;gap:6px}.nav a,.dropdown>button{border:0;background:transparent;font:800 13px/1 Inter,system-ui,"Segoe UI",Arial,sans-serif;text-transform:uppercase;letter-spacing:.02em;color:#0b2b42;padding:13px 14px;border-radius:999px;cursor:pointer}.nav a:hover,.nav a.active,.dropdown>button:hover,.dropdown>button.active{background:#EAF8FF;color:#006FB7}.dropdown{position:relative;display:inline-flex;align-items:center}.dropdown-menu{position:absolute;top:100%;left:0;min-width:300px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px rgba(0,45,75,.18);opacity:0;pointer-events:none;transform:translateY(10px);transition:.18s ease;z-index:200}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-menu a{display:block;border-radius:12px;padding:12px 14px;line-height:1.25;text-transform:none;letter-spacing:0;font-size:14px}.hamb{display:none;background:#EAF8FF;border:0;border-radius:12px;color:#005B91;font-size:25px;width:46px;height:42px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--blue),#008EE0);color:#fff;font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.02em;padding:15px 22px;box-shadow:0 14px 28px rgba(0,174,238,.22);cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(0,174,238,.28)}.btn.outline{background:rgba(255,255,255,.09);box-shadow:none;border:1px solid rgba(255,255,255,.45)}.btn.secondary{background:#fff;color:#0075B7;box-shadow:0 12px 26px rgba(0,57,91,.14)}.small-link{font-size:12px;font-weight:900;text-transform:uppercase;color:#007FC6;letter-spacing:.04em}.small-link:hover{color:#00AEEE}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;color:#6AE5FF;font-weight:900;letter-spacing:.18em;font-size:12px}.eyebrow:before{content:"";display:block;width:34px;height:2px;background:currentColor}.mini-line{width:52px;height:3px;background:var(--blue);border-radius:6px;margin:0 auto 16px}
/* Home slider */
.home-hero{position:relative;min-height:560px;overflow:hidden;background:#032b45;background-image:linear-gradient(90deg,rgba(0,43,69,.86) 0%,rgba(0,58,91,.58) 46%,rgba(0,75,105,.12) 100%),url('../img/hero-slide-1.webp');background-size:cover;background-position:center}
.home-hero .slide{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,43,69,.86) 0%,rgba(0,58,91,.56) 46%,rgba(0,75,105,.1) 100%),var(--bg);background-size:cover;background-position:center;opacity:0;transition:opacity .7s ease}
.home-hero .slide.active{opacity:1}
.hero-content{position:relative;z-index:2;min-height:560px;display:flex;align-items:center;color:#fff;max-width:680px}
.hero-content h1{font-size:clamp(34px,5.2vw,60px);line-height:1.02;margin:16px 0 18px;letter-spacing:-.052em;color:#fff}
.hero-content p{font-size:18px;line-height:1.65;max-width:630px;color:rgba(255,255,255,.91);margin:0 0 28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-dots{position:absolute;z-index:4;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px}
.hero-dots button{width:12px;height:12px;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer;padding:0;transition:transform .2s ease,background .2s ease;box-shadow:0 0 0 2px rgba(255,255,255,.16) inset}
.hero-dots button.active,.hero-dots button:hover{background:#fff;transform:scale(1.18)}
.section{padding:104px 0}.section.soft{background:var(--soft);padding:112px 0}.section.dark{background:radial-gradient(circle at 80% 20%,rgba(0,192,250,.28),transparent 34%),linear-gradient(135deg,var(--navy),#00699d);color:#fff;padding:112px 0}.section-title{text-align:center;max-width:760px;margin:0 auto 54px}.section-title h2{font-size:clamp(28px,3.5vw,40px);letter-spacing:-.04em;line-height:1.05;margin:0 0 14px;color:var(--dark)}.section-title p{color:var(--muted);margin:0}.soft .section-title p{color:#6A7E8D}.dark .section-title h2,.dark .section-title p{color:#fff}.proof-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.proof-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px 14px;text-align:center;box-shadow:0 16px 36px rgba(0,61,96,.08);transition:.2s ease}.proof-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(0,61,96,.14)}.proof-card .icon{width:54px;height:54px;margin:0 auto 14px;border-radius:16px;background:linear-gradient(135deg,#E7F8FF,#D9F4FF);display:grid;place-items:center}.proof-card .icon img{width:34px}.proof-card h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin:0;color:#053A5A}.about-home{display:grid;grid-template-columns:1.04fr .96fr;gap:54px;align-items:center}.about-home h2{font-size:clamp(28px,3.4vw,40px);line-height:1.08;letter-spacing:-.04em;color:#fff;margin:10px 0 20px}.about-home p{color:rgba(255,255,255,.9);font-size:17px;max-width:620px}.feature-list{list-style:none;padding:0;margin:24px 0 30px;display:grid;gap:13px}.feature-list li{position:relative;padding-left:34px;color:rgba(255,255,255,.9)}.feature-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;background:#fff;color:#0089CF;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:13px}.about-photo{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:0 26px 70px rgba(0,31,50,.32);min-height:430px}.about-photo img{height:100%;width:100%;object-fit:cover}.about-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,48,78,.15),transparent)}.about-note{display:flex;gap:16px;margin-top:22px}.about-note span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:14px 16px;color:#fff;font-weight:800}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(0,79,122,.08);transition:.2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 26px 62px rgba(0,55,90,.2)}.service-card .media{height:220px;overflow:hidden}.service-card .media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.service-card:hover .media img{transform:scale(1.06)}.service-card .body{padding:24px}.service-card h3{margin:0 0 10px;color:#004C73;font-size:21px;line-height:1.1}.service-card p{color:#617280;margin:0 0 20px}.card-actions{display:flex;gap:14px;align-items:center;margin-top:20px}.cta-band{padding:0;background:linear-gradient(135deg,#003A5B,#00AEEE);color:#fff}.cta-band .container{min-height:210px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:30px;letter-spacing:-.032em;margin:0 0 10px;color:#fff}.cta-band p{margin:0;color:rgba(255,255,255,.88);max-width:750px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 14px 36px rgba(0,50,85,.08);position:relative}.process-card .num{width:34px;height:34px;background:var(--blue);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900;margin-bottom:22px}.process-card h3{margin:0 0 10px;color:#004C73}.process-card p{margin:0;color:#667987}.home-quote{display:grid;grid-template-columns:1fr .95fr;overflow:hidden;border-radius:28px;box-shadow:var(--shadow);background:linear-gradient(135deg,var(--blue),#0175B6);color:#fff}.home-quote .text{padding:64px}.home-quote h2{margin:0 0 16px;font-size:32px;letter-spacing:-.032em;color:#fff}.home-quote p{color:rgba(255,255,255,.9)}.home-quote img{width:100%;height:100%;object-fit:cover;min-height:360px}
/* Page hero */
.page-hero{position:relative;isolation:isolate;min-height:330px;display:flex;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(0,45,71,.92),rgba(0,67,100,.78),rgba(0,120,165,.26)),var(--hero);background-size:cover;background-position:center}.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:5px;background:linear-gradient(90deg,var(--blue),transparent);z-index:-1}.page-hero .container{padding:56px 0}.breadcrumb{font-size:13px;font-weight:700;color:rgba(255,255,255,.82);margin-bottom:18px}.page-hero h1{max-width:900px;margin:0;font-size:clamp(38px,5.2vw,70px);line-height:1;letter-spacing:-.055em;color:#fff}.page-hero p{max-width:790px;font-size:19px;color:rgba(255,255,255,.9)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:42px;align-items:start}.content-box h2{font-size:36px;letter-spacing:-.035em;color:#003A5B;margin:0 0 18px}.content-box h3{font-size:24px;color:#004F79;margin:32px 0 12px}.content-box p{font-size:18px;color:#485B69}.content-box .lead{font-size:21px;color:#25495D}.image-panel{margin:30px 0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.image-panel img{width:100%;max-height:420px;object-fit:cover}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:26px 0}.info-card{background:#F6FCFF;border:1px solid var(--line);border-radius:18px;padding:22px}.info-card h3{font-size:19px;margin:0 0 8px}.info-card p{font-size:16px;margin:0;color:#607483}.check-list{list-style:none;padding:0;margin:18px 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:34px;font-size:18px;color:#425867}.check-list li:before{content:"";position:absolute;left:0;top:4px;width:20px;height:20px;border-radius:50%;background:#0DAFE8;box-shadow:inset 0 0 0 6px #DDF7FF}.service-sidebar{position:sticky;top:118px;display:grid;gap:18px}.side-card{background:#fff;border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(0,85,130,.09);padding:26px}.side-card.darkside{background:linear-gradient(160deg,#003A5B,#007EB7);color:#fff}.side-card h3{margin:0 0 14px;color:inherit;font-size:22px}.side-card p,.side-card li{color:inherit}.side-card ul{padding-left:20px;margin:12px 0 20px}.side-card .btn{width:100%;margin-top:6px}.side-services a{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:13px 0;color:#004F79;font-weight:800}.side-services a:last-child{border-bottom:0}.faq{margin-top:34px}.faq details{border:1px solid var(--line);border-radius:16px;margin-bottom:12px;background:#fff;box-shadow:0 8px 24px rgba(0,45,75,.04)}.faq summary{cursor:pointer;padding:18px 20px;font-weight:900;color:#003A5B}.faq details p{padding:0 20px 20px;margin:0;font-size:16px;color:#5C6F7F}.related-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.area-chip{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;color:#004F79;font-weight:800;border-radius:999px;padding:10px 15px;box-shadow:0 8px 18px rgba(0,45,75,.06);font-size:14px}.area-chip:hover{border-color:#89DFFF;background:#F2FCFF}.areas-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.area-box{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 12px 30px rgba(0,45,75,.08)}.area-box h3{margin:0 0 8px;color:#004F79}.area-box p{margin:0 0 14px;color:#657685}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.video-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.video-frame{position:relative;padding-top:56.25%;background:#001927}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-card h3{padding:18px 20px;margin:0;color:#004F79}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:32px}.form-grid{display:grid;gap:14px}.field label{display:block;font-weight:800;color:#0C405D;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #CAE2ED;border-radius:13px;padding:14px 15px;font:inherit}.field textarea{min-height:130px;resize:vertical}.field-row{display:grid;grid-template-columns:100px 1fr;gap:12px}.map{border:0;width:100%;height:240px;border-radius:18px;overflow:hidden;margin-top:20px}.contact-list{display:grid;gap:14px;margin-top:20px}.contact-list a,.contact-list span{display:flex;gap:10px;align-items:flex-start;color:#354E60}.contact-list strong{color:#003A5B}.logo-strip{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.logo-show{background:linear-gradient(135deg,#003A5B,#006C9D);padding:44px;border-radius:26px}.logo-show img{max-width:380px;margin:auto}.note-box{background:#F2FCFF;border:1px solid var(--line);border-radius:22px;padding:28px}.notice{border-left:4px solid var(--blue);background:#F6FCFF;padding:18px 20px;border-radius:14px;margin:24px 0;color:#405768}
/* Footer */
.footer-main{background:linear-gradient(135deg,#003A5B,#005C88);color:#fff;padding:64px 0}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.25fr;gap:38px}.footer-logo{max-width:220px;margin-bottom:20px}.footer-main p,.footer-main li,.footer-main a{color:rgba(255,255,255,.86)}.footer-main h3{font-size:14px;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;color:#fff}.footer-main ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.seo-footer{background:#EFFAFF;border-top:1px solid #D8EEF7;padding:38px 0}.seo-footer h2{font-size:24px;margin:0 0 8px;color:#003A5B}.seo-footer p{margin:0 0 20px;color:#607483}.seo-links{display:flex;flex-wrap:wrap;gap:10px}.seo-links a{background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(0,45,75,.05);border-radius:999px;padding:9px 13px;color:#004F79;font-size:13px;font-weight:800}.footer-bottom{background:#002A42;color:rgba(255,255,255,.78);font-size:13px}.footer-bottom .container{height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px}.whats-float{position:fixed;right:26px;bottom:22px;width:58px;height:58px;background:#18BF2E;color:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 14px 34px rgba(0,0,0,.26);z-index:80}.whats-float svg{width:34px;height:34px;fill:#fff}.whats-float:hover{transform:translateY(-2px)}
@media (max-width:1024px){.proof-grid,.cards{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(2,1fr)}.about-home,.home-quote,.content-layout,.contact-grid,.logo-strip{grid-template-columns:1fr}.service-sidebar{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.areas-list{grid-template-columns:repeat(2,1fr)}.video-grid{grid-template-columns:1fr}}
@media (max-width:820px){.topbar .container{height:auto;padding:8px 0;flex-direction:column;gap:4px;text-align:center}.navwrap{height:72px}.brand img{width:148px}.hamb{display:block}.nav{position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;align-items:stretch;padding:14px;display:none}.nav.open{display:flex}.nav a,.dropdown>button{text-align:left;border-radius:12px}.dropdown{display:block}.dropdown-menu{position:static;box-shadow:none;border:0;opacity:1;pointer-events:auto;transform:none;display:none;padding:0 0 0 10px;min-width:0}.dropdown.open .dropdown-menu{display:block}.home-hero,.hero-content{min-height:620px}.hero-content p{font-size:17px}.section{padding:64px 0}.proof-grid,.cards,.process,.footer-grid,.areas-list{grid-template-columns:1fr}.footer-bottom .container{height:auto;padding:16px 0;flex-direction:column}.home-quote .text{padding:38px}.content-box h2{font-size:30px}.info-grid{grid-template-columns:1fr}}
@media (max-width:520px){.container{width:min(100% - 26px,1180px)}.hero-content h1{font-size:clamp(34px,5.2vw,60px);line-height:1.02;margin:16px 0 18px;letter-spacing:-.052em;color:#fff}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.page-hero h1{font-size:38px}.field-row{grid-template-columns:1fr}.cta-band .container{padding:34px 0;flex-direction:column;align-items:flex-start}.service-card .media{height:190px}}

.service-card .media{position:relative;display:block;cursor:zoom-in}
.service-card .media:after{content:"Ampliar";position:absolute;right:14px;bottom:14px;background:rgba(0,45,71,.78);color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:8px 10px;border-radius:999px;opacity:0;transform:translateY(6px);transition:.22s ease}
.service-card:hover .media:after{opacity:1;transform:translateY(0)}
.lightbox{position:fixed;inset:0;background:rgba(4,18,31,.92);display:flex;align-items:center;justify-content:center;padding:34px;opacity:0;pointer-events:none;transition:.25s ease;z-index:999}
.lightbox.open{opacity:1;pointer-events:auto}
.lightbox-dialog{position:relative;max-width:min(1180px,100%);width:100%;display:flex;justify-content:center}
.lightbox-dialog img{max-width:100%;max-height:82vh;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.45)}
.lightbox-close{position:absolute;top:-14px;right:-4px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#003A5B;font-size:28px;font-weight:700;cursor:pointer;box-shadow:0 16px 28px rgba(0,0,0,.25)}
.lightbox-caption{position:absolute;left:50%;bottom:-18px;transform:translate(-50%,100%);background:rgba(255,255,255,.12);backdrop-filter:blur(5px);color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:700;text-align:center;max-width:90%}
.copyright-brand a{color:#fff;text-decoration:underline;text-underline-offset:3px}

.service-card .card-actions .small-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--blue),#008EE0);color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;padding:11px 16px;box-shadow:0 12px 24px rgba(0,174,238,.18);min-width:112px}
.service-card .card-actions .small-link:hover{color:#fff;transform:translateY(-1px);box-shadow:0 16px 30px rgba(0,174,238,.26)}
.home-hero + .section{padding-top:92px;padding-bottom:122px}
.home-hero + .section + .section.dark{margin-top:0}
.cta-band + .section{padding-top:104px}
.section:has(.home-quote){padding-top:76px;padding-bottom:108px}
@media (max-width:820px){.home-hero,.hero-content{min-height:560px}.hero-content h1{font-size:38px}.home-hero + .section{padding-bottom:90px}.section.dark,.section.soft,.section{padding:78px 0}.cta-band + .section{padding-top:78px}}
/* Backgrounds do banner definidos no CSS para funcionar também em file:// e sem depender de variável inline */
.home-hero .slide:nth-child(1){background-image:linear-gradient(90deg,rgba(0,43,69,.86) 0%,rgba(0,58,91,.56) 46%,rgba(0,75,105,.1) 100%),url('../img/hero-slide-1.webp')}
.home-hero .slide:nth-child(2){background-image:linear-gradient(90deg,rgba(0,43,69,.86) 0%,rgba(0,58,91,.56) 46%,rgba(0,75,105,.1) 100%),url('../img/hero-slide-2.webp')}
.home-hero .slide:nth-child(3){background-image:linear-gradient(90deg,rgba(0,43,69,.86) 0%,rgba(0,58,91,.56) 46%,rgba(0,75,105,.1) 100%),url('../img/hero-slide-3.webp')}


/* ===== Revisão V5 - ajustes de acabamento solicitados ===== */
body{letter-spacing:.002em}
.home-hero{min-height:500px!important;background:#023550!important;overflow:hidden!important}
.home-hero .slide{animation:none!important;background-position:center right!important;background-size:cover!important;opacity:0!important;transition:opacity .6s ease!important}
.home-hero .slide.active{opacity:1!important}
.home-hero .slide:nth-child(1){background-image:linear-gradient(90deg,rgba(0,42,66,.88) 0%,rgba(0,55,82,.58) 48%,rgba(0,174,238,.08) 100%),url('../img/hero-slide-1.webp')!important}
.home-hero .slide:nth-child(2){background-image:linear-gradient(90deg,rgba(0,42,66,.88) 0%,rgba(0,55,82,.58) 48%,rgba(0,174,238,.08) 100%),url('../img/hero-slide-2.webp')!important}
.home-hero .slide:nth-child(3){background-image:linear-gradient(90deg,rgba(0,42,66,.88) 0%,rgba(0,55,82,.58) 48%,rgba(0,174,238,.08) 100%),url('../img/hero-slide-3.webp')!important}
.hero-content{min-height:500px!important;max-width:650px!important}
.hero-content h1{font-size:clamp(30px,4.5vw,50px)!important;line-height:1.08!important;letter-spacing:-.01em!important;margin:14px 0 16px!important}
.hero-content p{font-size:16px!important;line-height:1.62!important;max-width:570px!important}
.hero-dots{bottom:24px!important}
.hero-dots button{width:11px!important;height:11px!important}

.section-title h2,.about-home h2,.cta-band h2,.home-quote h2,.content-box h2,.page-hero h1,.service-card h3,.process-card h3{letter-spacing:-.005em!important}
.section{padding:112px 0!important}
.home-hero + .section{padding-top:96px!important;padding-bottom:104px!important}
.section.dark{padding:124px 0!important;margin:0!important}
.section.soft{padding:118px 0!important}
.section-title{margin-bottom:56px!important}.section-title p{line-height:1.7!important}

.proof-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
.proof-card{text-align:left!important;padding:26px 20px!important;min-height:176px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:10px!important;border-radius:18px!important}
.proof-card .icon{margin:0 0 4px!important;width:48px!important;height:48px!important}
.proof-card h3{font-size:12px!important;margin:0!important;line-height:1.25!important}
.proof-card p{font-size:12.5px!important;line-height:1.55!important;color:#5d7282!important;margin:0!important}

.about-home{gap:70px!important}.about-home h2{font-size:clamp(28px,3.2vw,38px)!important;line-height:1.14!important;letter-spacing:-.004em!important}.about-home p{line-height:1.75!important}.about-photo{min-height:390px!important;box-shadow:none!important;border:0!important;border-radius:22px!important;background:transparent!important}.about-photo:after{display:none!important}.about-photo img{height:100%!important;width:100%!important;object-fit:cover!important;border-radius:22px!important;border:0!important;box-shadow:0 26px 70px rgba(0,31,50,.22)!important}

.service-card .body{display:flex!important;flex-direction:column!important;min-height:255px!important}.service-card h3{font-size:19px!important;line-height:1.22!important}.service-card p{line-height:1.62!important}.card-actions{margin-top:auto!important}.card-actions a:not(:first-child){display:none!important}.btn-mini{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;background:linear-gradient(135deg,var(--blue),#008EE0)!important;color:#fff!important;border-radius:999px!important;padding:10px 17px!important;box-shadow:0 10px 22px rgba(0,174,238,.22)!important;text-transform:uppercase!important;font-size:11px!important;letter-spacing:.04em!important}

.cta-band .container{min-height:190px!important}.cta-band h2{font-size:28px!important;letter-spacing:-.004em!important}.process{gap:24px!important}.process-card{min-height:174px!important}.process-card p{line-height:1.58!important}.cta-band + .section{padding-top:110px!important}.section:has(.home-quote){padding-top:80px!important;padding-bottom:118px!important}

.page-hero{min-height:360px!important;background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important}.page-hero h1{font-size:clamp(40px,5vw,62px)!important;line-height:1.03!important;letter-spacing:-.004em!important}.page-hero p{font-size:18px!important;line-height:1.65!important}.content-layout{align-items:start!important}.service-sidebar{position:sticky!important;top:112px!important;align-self:start!important}.side-card.darkside{box-shadow:0 24px 60px rgba(0,66,104,.22)!important}
.footer-bottom .copyright-brand a{color:#fff!important;text-decoration:underline!important;text-underline-offset:3px!important}

@media(max-width:1024px){.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.about-home{gap:38px!important}.service-sidebar{position:static!important}}
@media(max-width:820px){.home-hero,.hero-content{min-height:540px!important}.hero-content h1{font-size:36px!important}.section,.section.dark,.section.soft{padding:78px 0!important}.proof-grid{grid-template-columns:1fr!important}.proof-card{min-height:0!important}.cta-band .container{padding:34px 0!important;flex-direction:column!important;align-items:flex-start!important}.page-hero{min-height:320px!important}.page-hero h1{font-size:38px!important}}


/* Ajustes finais V6 */
@media (max-width:820px){
  .topbar{display:none!important}
  .site-header{top:0!important}
  .navwrap{height:74px!important}
  .nav{top:82px!important}
}
.page-hero{background-position:center right!important;background-size:cover!important}
.page-hero h1,.content-box h2,.section-title h2,.about-home h2,.home-quote h2,.cta-band h2{letter-spacing:-.018em!important}
.service-sidebar{position:sticky!important;top:112px!important;align-self:start!important}
@media(max-width:1024px){.service-sidebar{position:static!important}}
.home-hero .slide{background-position:center right!important}
.hero-content h1{font-size:clamp(36px,5.1vw,62px)!important;letter-spacing:-.026em!important;line-height:1.03!important}
.hero-content p{max-width:650px!important}
.proof-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:178px!important}
.proof-card p{font-size:13px;line-height:1.45;color:#5c7180;margin:8px auto 0;max-width:190px}
.service-card .body{display:flex;flex-direction:column;min-height:250px}.service-card .body p{flex:1}.card-actions{margin-top:18px!important}.btn-mini{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;border-radius:999px!important;background:linear-gradient(135deg,var(--blue),#008EE0)!important;color:#fff!important;padding:10px 16px!important;box-shadow:0 10px 22px rgba(0,174,238,.2)!important;text-decoration:none!important}
.seo-footer p{max-width:980px}
@media(max-width:520px){.hero-content h1{font-size:34px!important}.page-hero h1{font-size:34px!important}.proof-card{min-height:0!important}.service-card .body{min-height:0}.whats-float{right:16px;bottom:16px;width:54px;height:54px}.whats-float svg{width:31px;height:31px}}


/* ===== Versão final - ajustes de leitura, CTA e mobile ===== */
body{font-size:18px!important;line-height:1.62!important}
.eyebrow,.breadcrumb,.topbar,.nav a,.dropdown>button,.dropdown-menu a,.small-link,.btn-mini,.service-card .card-actions .small-link,.footer-bottom,.footer-main h3,.seo-links a,.proof-card h3,.mini-label{font-size:13px!important}
.topbar{font-size:13px!important}
.section-title p,.about-home p,.service-card p,.process-card p,.home-quote p,.cta-band p,.content-box p,.content-box .lead,.side-card p,.side-card li,.faq details p,.contact-card p,.note-box p,.notice,.area-box p{font-size:18px!important;line-height:1.68!important}
.footer-main p,.footer-main li,.footer-main a,.seo-footer p,.contact-list span,.contact-list a{font-size:16px!important;line-height:1.58!important}
.proof-card p{font-size:15.5px!important;line-height:1.48!important}
.field label{font-size:16px!important}.field input,.field select,.field textarea{font-size:17px!important}

.hero-content h1{font-size:clamp(31px,4.3vw,52px)!important;line-height:1.07!important;letter-spacing:-.012em!important;max-width:620px!important}
.hero-content p{font-size:18px!important;line-height:1.58!important;max-width:640px!important}
.section-title h2,.about-home h2,.cta-band h2,.home-quote h2,.content-box h2,.page-hero h1{letter-spacing:.006em!important}
.service-card h3,.process-card h3,.side-card h3,.area-box h3{letter-spacing:.004em!important}

.cta-band .container{min-height:128px!important;padding:22px 0!important;align-items:center!important}
.cta-band h2{font-size:clamp(25px,2.8vw,32px)!important;line-height:1.15!important;margin-bottom:6px!important}
.cta-band p{font-size:18px!important;line-height:1.45!important;max-width:760px!important}
.cta-band .btn{padding:13px 22px!important;white-space:nowrap!important}
.section.cta-band{padding:0!important}

.side-card.darkside{padding:22px!important;border-radius:22px!important}
.side-card.darkside h3{font-size:24px!important;line-height:1.15!important;margin-bottom:10px!important}
.side-card.darkside p{font-size:18px!important;line-height:1.48!important;margin-bottom:14px!important}
.side-card.darkside .btn{padding:13px 18px!important}
.side-card:not(.darkside){padding:22px!important}
.service-sidebar{position:sticky!important;top:112px!important;align-self:start!important}

.home-quote .text{padding:46px!important}.home-quote h2{font-size:clamp(27px,3vw,34px)!important;line-height:1.18!important}.home-quote p{font-size:18px!important;line-height:1.55!important}
.process-card{padding:24px!important}.process-card p{font-size:18px!important}.service-card p{font-size:18px!important}.service-card .body{min-height:300px!important}.service-card h3{font-size:21px!important;line-height:1.2!important}
.card-actions{margin-top:18px!important}.card-actions a:not(:first-child){display:none!important}

@media(max-width:1024px){.service-sidebar{position:static!important}.service-card .body{min-height:0!important}}
@media(max-width:820px){
  .topbar{display:none!important}
  body{font-size:18px!important}
  .home-hero,.hero-content{min-height:520px!important}
  .hero-content h1{font-size:34px!important;max-width:92%!important}
  .hero-content p{font-size:17px!important;max-width:92%!important}
  .cta-band .container{min-height:0!important;padding:30px 0!important;gap:16px!important}
  .cta-band .btn{width:auto!important}
  .section-title p,.about-home p,.service-card p,.process-card p,.home-quote p,.cta-band p,.content-box p,.content-box .lead,.side-card p,.side-card li,.faq details p{font-size:18px!important}
}
@media(max-width:520px){
  .hero-content h1{font-size:32px!important}
  .hero-actions .btn{width:auto!important}
  .service-card .body{padding:22px!important}
  .home-quote .text{padding:34px!important}
}

/* Ajuste final mobile: evita que os dots do banner fiquem sobre os botões */
@media (max-width:820px){
  .home-hero,
  .hero-content{
    min-height:720px;
  }
  .hero-content{
    align-items:flex-start;
    padding-top:76px;
    padding-bottom:108px;
  }
  .hero-actions{
    margin-bottom:22px;
  }
  .hero-dots{
    bottom:42px;
  }
}
@media (max-width:520px){
  .home-hero,
  .hero-content{
    min-height:760px;
  }
  .hero-content{
    padding-top:62px;
    padding-bottom:126px;
  }
  .hero-dots{
    bottom:56px;
  }
}

