:root{--azul-escuro:#001A70;--azul-profundo:#03003D;--bege:#F0EFE2;--dourado:#E3DC97;--title:'Newsreader',Georgia,serif;--body:'Switzer','Inter',system-ui,sans-serif;--line:1px solid rgba(240,239,226,.15);--line-dark:1px solid rgba(0,26,112,.12);--r:2px;--px:clamp(1.5rem,5vw,5rem);}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);font-weight:400;color:var(--azul-profundo);background:var(--bege);-webkit-font-smoothing:antialiased;overflow-x:hidden;-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:var(--body)}h1,h2,h3,h4{font-family:var(--title);font-weight:600;line-height:1.1;letter-spacing:-.022em}h1{font-size:clamp(2rem,4.2vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.6rem)}h4{font-size:clamp(.9rem,1.4vw,1.1rem);font-weight:500}p{line-height:1.72;font-size:.95rem}.lbl{font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;font-family:var(--body)}.W{width:100%;padding-inline:var(--px);box-sizing:border-box}.Wi{max-width:1400px;margin-inline:auto;width:100%}.bar{background:var(--azul-escuro);color:var(--bege);text-align:center;padding:9px var(--px);font-size:.72rem;letter-spacing:.06em;position:sticky;top:0;z-index:99;border-bottom:1px solid rgba(227,220,151,.2)}.bar b{color:var(--dourado)}.hero{min-height:100svh;display:flex;flex-direction:column;position:relative;overflow:hidden;background:var(--azul-profundo)}.hero-bg{position:absolute;inset:0;background-image:url('images/img-01-hero-bg.webp');background-size:cover;background-position:center right;background-repeat:no-repeat}.hero-ov{position:absolute;inset:0;background:linear-gradient(to right,rgba(3,0,61,.95) 0%,rgba(3,0,61,.88) 38%,rgba(3,0,61,.45) 62%,rgba(3,0,61,0) 100%);pointer-events:none}.hero-mark{position:absolute;bottom:0;left:-.01em;pointer-events:none;user-select:none;line-height:0}.hero-nav{position:relative;z-index:2;padding:1.5rem 0;border-bottom:var(--line)}.hero-nav .Wi{display:flex;align-items:center;justify-content:space-between}.logo{font-family:var(--title);font-weight:600;font-size:1.3rem;color:var(--bege);letter-spacing:.06em}.nav-btn{font-size:.7rem;font-weight:500;letter-spacing:.1em;color:var(--dourado);text-transform:uppercase;border:1px solid rgba(227,220,151,.35);padding:.48rem 1.1rem;border-radius:var(--r);transition:background .2s,color .2s}.nav-btn:hover{background:var(--dourado);color:var(--azul-profundo)}.hero-body{position:relative;z-index:2;flex:1;display:flex;align-items:center;padding:5rem 0 4.5rem}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;width:100%}.hero-left{padding-right:3rem}.hero-right{display:flex;align-items:center;justify-content:flex-end}.hero-tag{color:var(--dourado);margin-bottom:1.25rem}.hero-h1{color:var(--bege);margin-bottom:1.5rem}.hero-h1 em{font-style:italic;color:var(--dourado)}.hero-sub{color:rgba(240,239,226,.7);font-size:.95rem;max-width:460px;margin-bottom:2.25rem;line-height:1.78}.cta-stack{display:flex;flex-direction:column;gap:.65rem}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--body);font-size:.78rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;padding:.85rem 1.8rem;border-radius:var(--r);transition:opacity .2s,transform .15s;cursor:pointer;border:none;width:fit-content}.btn-gold{background:var(--dourado);color:var(--azul-profundo)}.btn-gold:hover{opacity:.88;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--dourado);border:1px solid rgba(227,220,151,.4)}.btn-outline:hover{background:rgba(227,220,151,.1)}.btn svg{width:16px;height:16px;flex-shrink:0}.hero-note{font-size:.7rem;color:rgba(240,239,226,.32);letter-spacing:.03em}.hero-stats{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.hs-divider{width:1px;height:60px;background:linear-gradient(to bottom,transparent,rgba(227,220,151,.25),transparent);margin-bottom:.5rem}.hs-item{color:var(--bege)}.hs-num{font-family:var(--title);font-size:2.4rem;font-weight:600;line-height:1;letter-spacing:-.03em}.hs-num span{color:var(--dourado)}.hs-lbl{font-size:.65rem;color:rgba(240,239,226,.45);letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem}.band{background:var(--azul-escuro);padding:.95rem 0;overflow:hidden;border-top:1px solid rgba(227,220,151,.1);border-bottom:1px solid rgba(227,220,151,.1)}.band-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.band-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.band-chip{display:flex;align-items:center;gap:.6rem;padding:0 2.2rem;white-space:nowrap;border-right:1px solid rgba(227,220,151,.1)}.band-dot{width:4px;height:4px;border-radius:50%;background:var(--dourado);flex-shrink:0}.band-text{font-size:.78rem;font-weight:400;color:rgba(240,239,226,.62);letter-spacing:.03em}.band-text b{color:var(--bege);font-weight:500}section{width:100%}.sec-pad{padding:6rem 0}.sec-pad-sm{padding:4rem 0}.sec-diag{background:var(--bege)}.diag-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.diag-lbl{color:var(--azul-escuro);margin-bottom:1.25rem}.diag-left h2{color:var(--azul-profundo);margin-bottom:1.25rem}.diag-left p{color:rgba(3,0,61,.58);margin-bottom:1.75rem}.diag-items{display:flex;flex-direction:column}.diag-item{padding:1rem 1.1rem;border-left:2px solid var(--azul-escuro);margin-bottom:1rem}.diag-item strong{display:block;font-family:var(--title);font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:var(--azul-profundo)}.diag-item p{font-size:.83rem;color:rgba(3,0,61,.5);line-height:1.62}.diag-mockup img{width:100%;height:auto;display:block;border-radius:0}.sec-oque{background:var(--azul-escuro);position:relative;overflow:hidden}.sec-oque::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(3,0,61,.5) 0%,transparent 70%);bottom:-200px;right:-100px;filter:blur(80px);pointer-events:none}.sec-oque .lbl{color:var(--dourado);margin-bottom:1.25rem;position:relative;z-index:1}.sec-oque h2{color:var(--bege);margin-bottom:1.25rem;position:relative;z-index:1;max-width:700px}.sec-oque h2 em{font-style:italic;color:var(--dourado)}.sec-oque p{color:rgba(240,239,226,.65);font-size:.95rem;line-height:1.78;margin-bottom:1rem;max-width:720px;position:relative;z-index:1}.oque-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;background:rgba(240,239,226,.1);position:relative;z-index:1}.oque-cell{background:var(--azul-escuro);padding:1.75rem}.oque-n{font-family:var(--title);font-size:1.8rem;font-weight:600;color:rgba(227,220,151,.25);line-height:1;margin-bottom:.6rem}.oque-cell strong{display:block;color:var(--bege);font-size:.88rem;font-weight:500;margin-bottom:.35rem}.oque-cell p{font-size:.8rem;color:rgba(240,239,226,.55);margin:0}.sec-met{background:var(--bege)}.met-head{text-align:center;margin-bottom:3.5rem}.met-head .lbl{color:var(--azul-escuro);margin-bottom:1rem}.met-head h2{color:var(--azul-profundo);max-width:560px;margin-inline:auto}.met-head p{color:rgba(3,0,61,.48);margin-top:.75rem;font-size:.88rem;font-style:italic}.met-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(0,26,112,.08)}.met-step{background:var(--bege);padding:2.5rem 1.75rem}.met-n{font-family:var(--title);font-size:3rem;font-weight:600;color:rgba(0,26,112,.07);line-height:1;margin-bottom:1.25rem}.met-title{font-family:var(--title);font-size:1.2rem;font-weight:600;color:var(--azul-profundo);margin-bottom:.6rem}.met-desc{font-size:.8rem;color:rgba(3,0,61,.5);line-height:1.62;margin-bottom:1rem}.met-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}.met-list li{font-size:.76rem;color:rgba(3,0,61,.44);display:flex;align-items:center;gap:.45rem}.met-list li::before{content:'';width:3px;height:3px;border-radius:50%;background:var(--azul-escuro);flex-shrink:0}.sec-serv{background:var(--azul-profundo);position:relative;overflow:hidden}.sec-serv::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 80% 20%,rgba(0,26,112,.55) 0%,transparent 60%);pointer-events:none}.serv-inner{position:relative;z-index:1}.serv-head{margin-bottom:3rem}.serv-head .lbl{color:var(--dourado);margin-bottom:1rem}.serv-head h2{color:var(--bege);max-width:680px}.serv-head p{color:rgba(240,239,226,.52);margin-top:.85rem;font-size:.88rem;max-width:580px;line-height:1.75}.serv-hl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(240,239,226,.07);margin-bottom:1px}.serv-hl{background:var(--azul-profundo);padding:2rem 1.75rem;border-bottom:2px solid var(--dourado)}.serv-hl-ico{width:30px;height:30px;margin-bottom:1rem;color:var(--dourado)}.serv-hl h4{color:var(--bege);margin-bottom:.5rem;font-family:var(--title);font-size:1rem;font-weight:600}.serv-hl p{font-size:.78rem;color:rgba(240,239,226,.48);line-height:1.62}.serv-sec-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(240,239,226,.07)}.serv-sec{background:var(--azul-profundo);padding:1.5rem 1.25rem}.serv-sec h4{font-family:var(--title);font-size:.88rem;font-weight:600;color:rgba(240,239,226,.7);margin-bottom:.35rem}.serv-sec p{font-size:.72rem;color:rgba(240,239,226,.32);line-height:1.58}.proc-full{background:rgba(0,26,112,.35);border:1px solid rgba(227,220,151,.12);margin-top:2.5rem;padding:2.25rem}.proc-full .lbl{color:var(--dourado);margin-bottom:.65rem}.proc-full h3{color:var(--bege);margin-bottom:1.75rem;font-size:clamp(1rem,1.8vw,1.35rem)}.proc-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.proc-col h4{font-size:.82rem;font-weight:600;color:var(--dourado);font-family:var(--title);margin-bottom:.75rem;padding-bottom:.45rem;border-bottom:1px solid rgba(227,220,151,.15)}.proc-col ul{list-style:none;display:flex;flex-direction:column;gap:.38rem}.proc-col li{font-size:.74rem;color:rgba(240,239,226,.52);display:flex;align-items:flex-start;gap:.45rem;line-height:1.52}.proc-col li::before{content:'';width:3px;height:3px;border-radius:50%;background:var(--dourado);flex-shrink:0;margin-top:.48rem}.sec-cta-diag{background:var(--bege);position:relative;overflow:hidden}.sec-cta-diag::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(0,26,112,.04) 0%,transparent 70%);right:-200px;top:-200px;pointer-events:none}.cta-diag-inner{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center;position:relative;z-index:1}.cta-diag-left .lbl{color:var(--azul-escuro);margin-bottom:1rem}.cta-diag-left h2{color:var(--azul-profundo);max-width:560px;margin-bottom:1rem}.cta-diag-left p{color:rgba(3,0,61,.56);max-width:520px;font-size:.9rem;line-height:1.75}.cta-diag-right{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;flex-shrink:0}.btn-dark{background:var(--azul-profundo);color:var(--bege)}.btn-dark:hover{opacity:.88;transform:translateY(-1px)}.cta-diag-note{font-size:.68rem;color:rgba(3,0,61,.35);letter-spacing:.04em;text-align:right}.cta-diag-btn{font-size:.88rem;padding:1.1rem 2.2rem;letter-spacing:.08em;box-shadow:0 8px 32px rgba(0,26,112,.18);width:100%}.cta-diag-btn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 14px 40px rgba(0,26,112,.22)}.cta-diag-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.cta-diag-item{display:flex;align-items:center;gap:.55rem;font-size:.78rem;color:rgba(3,0,61,.52)}.cta-diag-check{width:16px;height:16px;border-radius:50%;background:var(--azul-escuro);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta-diag-check svg{width:9px;height:9px;color:var(--bege)}.sec-ba{background:var(--azul-profundo);overflow:hidden;position:relative}.sec-ba::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 80% 50%,rgba(0,26,112,.5) 0%,transparent 60%);pointer-events:none}.ba-inner{position:relative;z-index:1}.ba-head{text-align:center;margin-bottom:3.5rem}.ba-head .lbl{color:var(--dourado);margin-bottom:1rem}.ba-head h2{color:var(--bege)}.ba-grid{display:grid;grid-template-columns:1fr 56px 1fr;gap:1.25rem;align-items:start}.ba-col{display:flex;flex-direction:column}.ba-photo{width:100%;aspect-ratio:16/9;background:rgba(240,239,226,.04);border:1.5px dashed rgba(240,239,226,.1);border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;margin-bottom:1rem;position:relative;overflow:hidden}.ba-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ba-photo-hint{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(240,239,226,.18);position:relative;z-index:1}.ba-photo svg{color:rgba(240,239,226,.12);width:26px;height:26px;position:relative;z-index:1}.ba-body{padding:1.5rem}.antes .ba-body{background:rgba(240,239,226,.03);border:1px solid rgba(240,239,226,.06)}.depois .ba-body{background:rgba(0,26,112,.4);border:1px solid rgba(227,220,151,.12)}.ba-lbl{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.25rem}.antes .ba-lbl{color:rgba(240,239,226,.26)}.depois .ba-lbl{color:var(--dourado)}.ba-item{padding:.72rem 0;border-bottom:1px solid rgba(240,239,226,.06);font-size:.88rem}.antes .ba-item{color:rgba(240,239,226,.36);text-decoration:line-through;text-decoration-color:rgba(240,239,226,.12)}.depois .ba-item{color:var(--bege)}.ba-item:last-child{border-bottom:none}.ba-arrow{display:flex;align-items:center;justify-content:center;padding-top:3.5rem}.ba-arrow svg{color:rgba(227,220,151,.22)}.sec-cases{background:var(--bege)}.cases-head{margin-bottom:3.5rem}.cases-head .lbl{color:var(--azul-escuro);margin-bottom:1rem}.cases-head h2{color:var(--azul-profundo);max-width:580px}.cases-nums{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(0,26,112,.1);margin-bottom:3.5rem}.case-n{background:var(--bege);padding:3rem 1.75rem;display:flex;flex-direction:column}.case-tag{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(0,26,112,.26);margin-bottom:2rem}.case-result{font-family:var(--title);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:600;color:var(--azul-escuro);line-height:1;letter-spacing:-.03em;margin-bottom:.5rem}.case-desc{font-size:.8rem;color:rgba(3,0,61,.46);line-height:1.62;margin-top:auto}.case-detail{font-size:.72rem;color:rgba(3,0,61,.28);margin-top:1.25rem;padding-top:1.25rem;border-top:var(--line-dark)}.mosaic-lbl{color:var(--azul-escuro);margin-bottom:1rem}.mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.mc{background:rgba(0,26,112,.05);border-radius:2px;overflow:hidden;position:relative;aspect-ratio:4/5}.mc img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.sec-logos{background:var(--azul-profundo)}.logos-lbl{color:rgba(240,239,226,.3);margin-bottom:1.75rem;text-align:center}.logos-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1px;background:rgba(240,239,226,.06)}.logo-slot{background:var(--azul-profundo);padding:1.4rem 1rem;display:flex;align-items:center;justify-content:center;min-height:72px}.logo-slot img{max-width:100%;max-height:40px;object-fit:contain;opacity:.55;transition:opacity .3s}.logo-slot:hover img{opacity:.9}.logo-slot-hint{font-size:.54rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,239,226,.14);text-align:center}.sec-fb{background:var(--bege)}.fb-head{margin-bottom:3.5rem}.fb-head .lbl{color:var(--azul-escuro);margin-bottom:1rem}.fb-head h2{color:var(--azul-profundo);max-width:480px}.fb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(0,26,112,.08)}.fb-card{background:var(--bege);padding:1.75rem 1.75rem 2.25rem;display:flex;flex-direction:column;gap:1.25rem}.fb-stars{display:flex;gap:2px}.fb-star{color:var(--dourado);font-size:.8rem}.fb-text{font-family:var(--title);font-size:.88rem;font-weight:400;font-style:italic;color:var(--azul-profundo);line-height:1.65;flex:1}.fb-text::before{content:'\201C';color:var(--azul-escuro)}.fb-text::after{content:'\201D';color:var(--azul-escuro)}.fb-author{display:flex;flex-direction:column;gap:.18rem;margin-top:auto;padding-top:1.25rem;border-top:var(--line-dark)}.fb-name{font-size:.78rem;font-weight:500;color:var(--azul-profundo)}.fb-role{font-size:.68rem;color:rgba(3,0,61,.36);letter-spacing:.05em}.fb-featured{grid-column:span 2;background:var(--azul-profundo);border-left:3px solid var(--dourado)}.fb-featured .fb-text{color:rgba(240,239,226,.75);font-family:var(--title);font-size:.92rem}.fb-featured .fb-text::before{color:var(--dourado)}.fb-featured .fb-text::after{color:var(--dourado)}.fb-featured .fb-name{color:var(--bege)}.fb-featured .fb-role{color:rgba(240,239,226,.35)}.fb-featured .fb-author{border-top-color:rgba(240,239,226,.1)}.fb-featured .fb-star{color:var(--dourado)}
/* ── DEPOIMENTO (O que dizem) ── */
.sec-depo{background:var(--azul-escuro)}
.depo-wrap{max-width:760px;margin:0 auto;text-align:center;position:relative;padding:2rem 0}
.depo-wrap .lbl{color:var(--dourado);margin-bottom:2rem;display:block}
.depo-q{font-family:var(--title);font-size:clamp(1.1rem,2.2vw,1.55rem);font-weight:400;font-style:italic;color:var(--bege);line-height:1.65;margin-bottom:2rem}
.depo-who{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,239,226,.45);font-family:var(--body)}

/* ── NAV LOGO ── */
.logo img{height:32px;width:auto;display:block}
.logo{display:flex;align-items:center}

/* ── WA FLOATING BUTTON ── */
.wa{position:fixed;right:1.25rem;bottom:1.75rem;z-index:200}
.wa a{display:flex;align-items:center;gap:.55rem;background:var(--dourado);color:var(--azul-profundo);font-family:var(--body);font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.6rem 1.1rem .6rem .9rem;border-radius:50px;text-decoration:none;box-shadow:0 3px 16px rgba(0,0,0,.32);transition:transform .2s,box-shadow .2s;white-space:nowrap}
.wa a:hover{transform:translateY(-2px);box-shadow:0 5px 24px rgba(0,0,0,.42)}
.wa svg{width:18px;height:18px;flex-shrink:0}

/* ── MOBILE STICKY BAR ── */
.mob{display:none;position:fixed;bottom:0;left:0;right:0;z-index:201;background:var(--azul-profundo);border-top:1px solid rgba(227,220,151,.18);padding:.85rem var(--px)}
.mob a{display:flex;align-items:center;justify-content:center;gap:.6rem;background:var(--dourado);color:var(--azul-profundo);font-family:var(--body);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.85rem 1.5rem;border-radius:50px;text-decoration:none;width:100%;box-sizing:border-box}

/* ── CTA FINAL ── */
.sec-cta-final{position:relative;overflow:hidden;background:var(--azul-profundo);padding:7rem 0;text-align:center}
.cta-bg-w{position:absolute;bottom:0;left:50%;transform:translateX(-50%);pointer-events:none;user-select:none;line-height:0}
.cta-f-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative;z-index:2;text-align:center;width:100%;margin:0 auto}
.cta-f-lbl{color:var(--dourado);letter-spacing:.18em;font-size:.72rem;text-transform:uppercase;font-family:var(--body);font-weight:600}
.cta-f-h2{font-family:var(--title);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;color:var(--bege);line-height:1.12;max-width:700px;margin:0 auto}
.cta-f-h2 em{font-style:italic;color:var(--dourado)}
.cta-f-sub{color:rgba(240,239,226,.65);font-size:.95rem;line-height:1.7;max-width:520px;margin:0 auto}
.cta-f-acts{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.cta-f-note{font-size:.72rem;color:rgba(240,239,226,.38);text-align:center;margin-top:.5rem}

/* ── FAQ ── */
.sec-faq{background:var(--bege)}
.faq-head{margin-bottom:3.5rem}
.faq-head .lbl{color:var(--azul-escuro);margin-bottom:1rem}
.faq-head h2{color:var(--azul-profundo);font-family:var(--title);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;line-height:1.15}
.faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(0,26,112,.12)}
.faq-item{border-bottom:1px solid rgba(0,26,112,.12)}
.faq-q{width:100%;text-align:left;padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;gap:1.25rem;font-family:var(--title);font-size:1rem;font-weight:600;color:var(--azul-profundo);background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}
.faq-q:hover,.faq-q:focus,.faq-q:active{background:none!important;outline:none!important;box-shadow:none!important}
.faq-ico{font-size:1.4rem;font-weight:300;color:var(--azul-escuro);flex-shrink:0;transition:transform .25s ease;line-height:1}
.faq-item.open .faq-ico{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;font-size:.9rem;line-height:1.75;color:rgba(3,0,61,.65);padding:0}
.faq-item.open .faq-a{max-height:400px;padding-bottom:1.25rem}

@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr}
  .hero-right{display:none}
  .hero-left{padding-right:0}
  .hero-h1{font-size:clamp(1.8rem,5.5vw,2.8rem)}
  .diag-grid,.ba-grid,.cta-diag-inner{grid-template-columns:1fr}
  .ba-arrow{display:none}
  .met-grid{grid-template-columns:repeat(2,1fr)}
  .serv-hl-grid{grid-template-columns:repeat(2,1fr)}
  .serv-sec-grid{grid-template-columns:repeat(3,1fr)}
  .proc-cols{grid-template-columns:1fr}
  .cases-nums{grid-template-columns:repeat(2,1fr)}
  .logos-grid{grid-template-columns:repeat(4,1fr)}
  .fb-grid{grid-template-columns:repeat(2,1fr)}
  .fb-featured{grid-column:span 2}
  .oque-grid{grid-template-columns:1fr}
  .mosaic{grid-template-columns:repeat(2,1fr)}
  .cta-diag-right{align-items:flex-start}
  .depo-wrap{max-width:100%}
}
@media(max-width:768px){
  :root{--px:1.5rem}
  .W{padding-inline:1.5rem !important}
  .hero-grid{grid-template-columns:1fr}
  .hero-right{display:none}
  .hero-left{padding-right:0}
  .hero-h1{font-size:clamp(1.8rem,5.5vw,2.8rem)}
  .hero-body{padding:3.5rem 0 3rem}
  .hero-sub{font-size:.88rem;max-width:100%}
  .btn{font-size:.76rem;padding:.8rem 1.5rem}
  .band-text{font-size:.72rem}
  .band-chip{padding:0 1.2rem}
  .sec-pad{padding:4rem 0}
  .sec-pad-sm{padding:3rem 0}
  .diag-grid{grid-template-columns:1fr;gap:2.5rem}
  .diag-mockup img{max-width:90%;margin-inline:auto}
  .met-grid{grid-template-columns:1fr}
  .met-step{padding:2rem var(--px)}
  .serv-hl-grid{grid-template-columns:1fr}
  .serv-hl{padding:1.5rem var(--px)}
  .serv-sec-grid{grid-template-columns:repeat(2,1fr)}
  .serv-sec{padding:1.25rem var(--px)}
  .proc-cols{grid-template-columns:1fr}
  .proc-full{padding:1.75rem var(--px)}
  .ba-grid{grid-template-columns:1fr;gap:1.5rem}
  .ba-body{padding:1.25rem var(--px)}
  .ba-arrow{display:none}
  .cases-nums{grid-template-columns:1fr}
  .case-n{padding:2.5rem var(--px)}
  .mosaic{grid-template-columns:repeat(2,1fr)}
  .logos-grid{grid-template-columns:repeat(2,1fr)}
  .fb-grid{grid-template-columns:1fr}
  .fb-featured{grid-column:span 1}
  .fb-card{padding:1.5rem var(--px) 2rem}
  .oque-grid{grid-template-columns:1fr}
  .oque-cell{padding:1.5rem var(--px)}
  .cta-diag-inner{grid-template-columns:1fr;gap:2rem}
  .cta-diag-btn{width:100%;justify-content:center}
  .hs-num{font-size:2rem}
  .depo-wrap{max-width:100%}
  .faq-head h2{font-size:1.5rem}
  .cta-f-h2{font-size:1.9rem}
  .cta-f-sub{font-size:.9rem}
  .mob{display:block}
  .wa{display:none}
  footer{padding:2rem 0}
}
@media(max-width:480px){
  :root{--px:1.25rem}
  .W{padding-inline:1.25rem !important}
  .hero-body{padding:2.5rem 0}
  .hero-h1{font-size:1.65rem;line-height:1.18}
  .hero-sub{font-size:.85rem;margin-bottom:1.75rem}
  .btn{font-size:.74rem;padding:.78rem 1.25rem}
  .bar{font-size:.66rem;padding:8px var(--px)}
  .sec-pad{padding:3.5rem 0}
  .met-step{padding:1.75rem var(--px)}
  .met-n{font-size:2.5rem}
  .met-title{font-size:1.1rem}
  .serv-hl{padding:1.5rem var(--px)}
  .serv-sec-grid{grid-template-columns:1fr}
  .serv-sec{padding:1.25rem var(--px)}
  .proc-full{padding:1.5rem var(--px)}
  .case-n{padding:2.5rem var(--px)}
  .case-result{font-size:2.6rem}
  .mosaic{grid-template-columns:1fr 1fr;gap:2px}
  .logos-grid{grid-template-columns:repeat(2,1fr)}
  .fb-card{padding:1.5rem var(--px) 2rem}
  .oque-cell{padding:1.5rem var(--px)}
  .ba-body{padding:1.25rem var(--px)}
  .cta-f-h2{font-size:1.65rem}
  .cta-f-sub{font-size:.85rem}
  .cta-f-acts{flex-direction:column;align-items:center}
  .cta-f-acts .btn{width:100%;justify-content:center;text-align:center}
  .faq-q{font-size:.9rem;padding:1.1rem 0}
  .logo img{height:24px!important}
  .nav-btn{font-size:.68rem;padding:.45rem .9rem}
  .diag-item{padding:.85rem var(--px)}
  .ba-photo{aspect-ratio:4/3}
  footer{padding:2rem 0}
}
@media(prefers-reduced-motion:reduce){
  .r{opacity:1;transform:none;transition:none}
  .band-track{animation:none}
}