:root{
  --ink:      #0A1A3E;
  --ink-mid:  #162B60;
  --blue:     #1448B8;
  --blue-h:   #1A57D6;
  --sky:      #E8F0FF;
  --line:     rgba(10,26,62,.1);
  --white:    #FFFFFF;
  --off:      #F7F8FC;
  --muted:    #6B7A99;
  --accent:   #1448B8;
  --wa:       #25D366;
  --r:        8px;
  --r-lg:     16px;
}


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;max-width:100%}
body{font-family:'Figtree',sans-serif;color:var(--ink);background:#fff;overflow-x:hidden;width:100%;max-width:100%}

/* Força largura total mesmo dentro de containers (ex.: GHL/ABC Station) */
.hero,.hero-sobre,.hero-cert,.gallery-strip,.linhas,.segmentos,.caract,.aplicacoes,.certs,.sobre,.politicas,.intro,.intro-cert,.selo-strip,.cert-detail,.cta-section,.cta-banner,footer{
  width:100vw;max-width:100vw;
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

.wrap{max-width:1200px;margin:0 auto;padding:0 40px}
@media(max-width:768px){.wrap{padding:0 20px}}

/* TYPOGRAPHY */
.eyebrow{font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:10px}
.eyebrow::before{content:'';display:block;width:24px;height:2px;background:var(--blue);flex-shrink:0}
.display{font-family:'Barlow Condensed',sans-serif;font-weight:800;line-height:.95;letter-spacing:-.01em;text-transform:uppercase}
.display-md{font-size:clamp(36px,4.5vw,58px)}
.display-sm{font-size:clamp(28px,3.5vw,42px)}
.body-lg{font-size:17px;line-height:1.75;color:var(--muted);font-weight:400}
.body-md{font-size:15px;line-height:1.7;color:var(--muted)}

/* REVEAL (scroll-in) */
.rv{opacity:0;transform:translateY(28px);transition:opacity .7s,transform .7s}
.rv.in{opacity:1;transform:translateY(0)}
.rv.d1{transition-delay:.08s}.rv.d2{transition-delay:.16s}.rv.d3{transition-delay:.24s}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}


/* ─────────────────────────────────────────────
   NAV (institucional e cabeçalho de LP)
───────────────────────────────────────────── */
nav{position:fixed;top:0;left:0;right:0;z-index:999;height:68px;background:rgba(10,26,62,.97);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center}
.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:0 40px}
.nav-logo-img{height:38px;width:auto;display:block;transition:transform .2s ease}
.nav-logo-img:hover{transform:scale(1.04)}
.nav-menu{display:flex;align-items:center;gap:32px;list-style:none}
.nav-menu a{font-size:13px;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.03em;transition:color .2s;display:flex;align-items:center;gap:5px}
.nav-menu a:hover{color:#fff}
.nav-menu svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}
.nav-btn{background:var(--blue);color:#fff;padding:10px 22px;border-radius:6px;font-size:13px;font-weight:600;letter-spacing:.04em;transition:background .2s,transform .15s;white-space:nowrap;font-family:'Figtree',sans-serif}
.nav-btn:hover{background:var(--blue-h);transform:translateY(-1px)}
@media(max-width:860px){.nav-menu{display:none}}
@media(max-width:768px){.nav-inner{padding:0 20px}}

/* Dropdown "Segmentos" do menu institucional */
.nav-dropdown{position:relative}
.nav-dropdown::after{content:'';position:absolute;top:100%;left:0;right:0;height:18px}
.nav-dropdown-panel{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%);background:#fff;border-radius:var(--r-lg);box-shadow:0 24px 60px rgba(10,26,62,.3);padding:10px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s;display:flex;flex-direction:column}
.nav-dropdown:hover .nav-dropdown-panel{opacity:1;pointer-events:auto}
.nav-dropdown-panel a{color:var(--ink);font-size:14px;font-weight:600;padding:11px 14px;border-radius:8px;transition:background .15s}
.nav-dropdown-panel a:hover{background:var(--off)}

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.hero{min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;background:#0A1A3E}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center center;opacity:.45}
.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,26,62,.4) 0%,rgba(10,26,62,.62) 50%,rgba(10,26,62,.97) 100%)}
.hero-content{position:relative;z-index:2;padding:108px 40px 0;max-width:1200px;margin:0 auto;width:100%}
.hero-seg{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);padding:6px 14px 6px 10px;border-radius:100px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:28px;backdrop-filter:blur(8px);background:rgba(255,255,255,.05)}
.hero-seg-dot{width:7px;height:7px;border-radius:50%;background:#4ADE80;box-shadow:0 0 8px #4ADE80;flex-shrink:0}
.hero-h1{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:clamp(40px,5.5vw,64px);line-height:.95;text-transform:uppercase;color:#fff;letter-spacing:-.01em;margin-bottom:24px}
.hero-h1 em{font-style:italic;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.6)}
.hero-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:60px;align-items:center;padding-bottom:40px}
.hero-left{display:flex;flex-direction:column}
.hero-right{display:flex;flex-direction:column}
.hero-highlights-stack{display:flex;flex-direction:column;gap:14px;max-width:520px;margin-bottom:10px}
.hero-highlights-stack .hero-hl-item{display:flex;gap:12px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.07);padding:14px;border-radius:10px;backdrop-filter:blur(8px)}
.hero-hl-icon{width:32px;height:32px;flex-shrink:0;border-radius:6px;background:rgba(20,72,184,.15);border:1px solid rgba(20,72,184,.3);display:flex;align-items:center;justify-content:center}
.hero-hl-icon svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-hl-title{font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:4px;text-transform:uppercase}
.hero-hl-desc{font-size:12px;line-height:1.45;color:rgba(255,255,255,.5)}
.hero-form{background:rgba(10,26,62,.65);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:32px;backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(0,0,0,0.3)}
.hero-form .form-title{font-size:22px;margin-bottom:4px}
.hero-form .form-sub{margin-bottom:20px}
.hero-form .fg{margin-bottom:12px}
.hero-form .fg-row{margin-bottom:0}
.hero-form .submit-btn{margin-top:4px;padding:13px}
@media(max-width:960px){.hero-grid{grid-template-columns:1fr;gap:40px;padding-bottom:20px}.hero-highlights-stack{max-width:100%}.hero-form{padding:24px}}
/* Embed GHL (ABC Station) */
.ghl-embed{background:#fff;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.3)}
.ghl-embed iframe{display:block;width:100%}
.cta-embed{background:#fff;border-radius:var(--r-lg);overflow:hidden}
.cta-embed iframe{display:block;width:100%}

/* Hero bottom bar (stats) */
.hero-bar{position:relative;z-index:2;margin:60px auto 0;max-width:1200px;width:100%;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(4,1fr);padding:0 40px}
.hero-stat{padding:28px 32px;border-right:1px solid rgba(255,255,255,.08)}
.hero-stat:last-child{border-right:none}
.hero-stat-num{font-family:'Barlow Condensed',sans-serif;font-size:40px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}
.hero-stat-num span{color:rgba(255,255,255,.35);font-size:22px}
.hero-stat-lbl{font-size:12px;color:rgba(255,255,255,.4);font-weight:500;letter-spacing:.05em}
@media(max-width:768px){.hero-bar{padding:0 20px}}
@media(max-width:600px){.hero-bar{grid-template-columns:repeat(2,1fr);padding:0 20px}.hero-stat:nth-child(2){border-right:none}.hero-content{padding:100px 20px 0}}

/* Hero institucional (Home): descrição, CTAs e citação — variação sem hero-form */
.hero-desc{font-size:16px;line-height:1.75;color:rgba(255,255,255,.6);max-width:480px;margin-bottom:30px}
.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.hero-cta{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;padding:15px 28px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.02em;transition:background .2s,transform .15s}
.hero-cta:hover{background:var(--blue-h);transform:translateY(-2px)}
.hero-cta.ghost{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18)}
.hero-cta.ghost:hover{background:rgba(255,255,255,.12)}
.hero-cta svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
.hero-quote{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-lg);padding:26px 28px;backdrop-filter:blur(12px)}
.hero-quote p{font-size:15px;line-height:1.7;color:rgba(255,255,255,.75);font-style:italic}
.hero-quote-mark{font-family:'Barlow Condensed',sans-serif;font-size:44px;color:var(--blue-h);line-height:.6;margin-bottom:6px;display:block}

/* ─────────────────────────────────────────────
   SEGMENTOS (Home) — blocos alternados full-width
───────────────────────────────────────────── */
.segmentos{background:var(--off);padding:20px 0 40px}
.segmentos-head{max-width:1200px;margin:0 auto 8px;padding:56px 40px 0}
@media(max-width:768px){.segmentos-head{padding:40px 20px 0}}
.seg-item{display:grid;grid-template-columns:1fr 1fr;min-height:480px}
.seg-item.reverse{direction:rtl}
.seg-item.reverse > *{direction:ltr}
.seg-img-col{position:relative;overflow:hidden;min-height:420px}
.seg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#c8d4ef;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}
.seg-item:hover .seg-img{transform:scale(1.03)}
.seg-num{position:absolute;top:24px;left:24px;font-family:'Barlow Condensed',sans-serif;font-size:80px;font-weight:900;line-height:1;color:rgba(255,255,255,.22);letter-spacing:-.02em;user-select:none}
.seg-badge{position:absolute;bottom:20px;left:20px;background:rgba(10,26,62,.8);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);padding:6px 14px;border-radius:100px;font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.seg-content{padding:60px 64px;display:flex;flex-direction:column;justify-content:center;background:var(--off)}
.seg-item:nth-child(even) .seg-content{background:#fff}
.seg-n{font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.seg-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(30px,4vw,46px);font-weight:800;text-transform:uppercase;line-height:1;color:var(--ink);margin-bottom:18px}
.seg-desc{font-size:15px;line-height:1.75;color:var(--muted);margin-bottom:22px;max-width:440px}
.seg-points{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:26px}
.seg-points li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#495470;line-height:1.5}
.seg-points li svg{width:16px;height:16px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.seg-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--ink);border-bottom:2px solid var(--blue);padding-bottom:3px;width:fit-content;transition:gap .2s,color .2s}
.seg-link:hover{gap:12px;color:var(--blue)}
.seg-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}
@media(max-width:900px){.seg-item,.seg-item.reverse{grid-template-columns:1fr;direction:ltr}.seg-img-col{min-height:260px}.seg-content{padding:40px}}

/* ─────────────────────────────────────────────
   SOBRE / EXPERIÊNCIA (Home)
───────────────────────────────────────────── */
.sobre{background:var(--ink);position:relative;overflow:hidden}
.sobre-grid{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.sobre-content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px}
.sobre-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(30px,3.6vw,44px);font-weight:800;color:#fff;line-height:1.05;text-transform:uppercase;margin-bottom:24px}
.sobre-text{font-size:15px;line-height:1.8;color:rgba(255,255,255,.55);margin-bottom:18px;max-width:440px}
.sobre-stats{display:flex;gap:36px;margin-top:20px}
.sobre-stat-num{font-family:'Barlow Condensed',sans-serif;font-size:36px;font-weight:800;color:#fff;line-height:1}
.sobre-stat-lbl{font-size:12px;color:rgba(255,255,255,.4);margin-top:4px}
.sobre-img-col{position:relative;overflow:hidden}
.sobre-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sobre-card{position:absolute;right:0;bottom:0;background:var(--blue);color:#fff;padding:30px 38px;max-width:320px;border-radius:var(--r-lg) 0 0 0}
.sobre-card-title{font-family:'Barlow Condensed',sans-serif;font-size:19px;font-weight:700;margin-bottom:9px;text-transform:uppercase}
.sobre-card-desc{font-size:13px;line-height:1.6;color:rgba(255,255,255,.85);margin-bottom:14px}
.sobre-card-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#fff}
.sobre-card-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
@media(max-width:900px){.sobre-grid{grid-template-columns:1fr}.sobre-content{padding:64px 32px}.sobre-img-col{min-height:340px}.sobre-card{position:static;border-radius:0;max-width:100%}}

/* ─────────────────────────────────────────────
   GALLERY STRIP
───────────────────────────────────────────── */
.gallery-strip{background:#fff;padding:64px 0;overflow:hidden}
.gallery-strip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;padding:0 40px;max-width:1200px;margin-left:auto;margin-right:auto}
.gallery-track{display:flex;gap:16px;padding:0;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.gallery-track::-webkit-scrollbar{display:none}
.gal-item{flex-shrink:0;scroll-snap-align:start;border-radius:12px;overflow:hidden;position:relative;cursor:pointer}
.gal-item:nth-child(5n+1){width:440px;height:300px}
.gal-item:nth-child(5n+2){width:280px;height:300px}
.gal-item:nth-child(5n+3){width:340px;height:300px}
.gal-item:nth-child(5n+4){width:280px;height:300px}
.gal-item:nth-child(5n+5){width:360px;height:300px}
.gal-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94);background:#e0e4ef}
.gal-item:hover .gal-img{transform:scale(1.04)}
.gal-caption{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 16px;background:linear-gradient(0deg,rgba(10,26,62,.85),transparent);font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.75);opacity:0;transition:opacity .3s}
.gal-item:hover .gal-caption{opacity:1}
@media(max-width:600px){.gal-item:nth-child(n){width:280px;height:220px}.gallery-strip-header{padding:0 20px;margin-bottom:24px}.gallery-track{padding:0}}

/* ─────────────────────────────────────────────
   ESPECIFICAÇÕES + CORES
───────────────────────────────────────────── */
.linhas{background:var(--off);padding:84px 0}
.linhas-head{text-align:center;max-width:640px;margin:0 auto 48px}
.linhas-head .eyebrow{justify-content:center;margin-bottom:14px}
.linhas-head p{margin-top:14px}
.linhas-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.linhas-grid.single{grid-template-columns:1fr;max-width:820px;margin:0 auto}
.linha-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:0 10px 30px rgba(10,26,62,.04);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.linha-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(10,26,62,.1)}
.linha-top{background:var(--ink);padding:20px 28px;display:flex;align-items:center;justify-content:space-between}
.linha-name{font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:800;color:#fff;letter-spacing:.04em}
.linha-tag{font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--blue);padding:5px 12px;border-radius:100px}
.linha-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}
.linha-specs.cols-3{grid-template-columns:1fr 1fr 1fr}
.linha-spec{background:#fff;padding:18px 22px}
.linha-spec-lbl{font-family:'Barlow Condensed',sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.linha-spec-val{font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:800;color:var(--ink);line-height:1}
.linha-spec-val small{font-size:13px;font-weight:600;color:var(--muted)}
.linha-cores{padding:24px 28px 28px;border-top:1px solid var(--line)}
.cores-title{font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}
.linha-cores-row{display:flex;gap:22px;align-items:stretch}
.cores-imgwrap{position:relative;flex:0 0 150px;border-radius:10px;overflow:hidden;background:#eef1f8;min-height:160px}
.cores-imgwrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.cores-legend{list-style:none;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:9px 14px;align-content:start}
.cores-legend li{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:500;color:var(--ink)}
.cores-legend .dot{width:15px;height:15px;border-radius:50%;border:1px solid rgba(10,26,62,.12);flex-shrink:0}
@media(max-width:760px){.linhas-grid{grid-template-columns:1fr}.linha-specs.cols-3{grid-template-columns:1fr 1fr}.cores-imgwrap{flex-basis:180px}}
@media(max-width:420px){.linha-cores-row{flex-direction:column}.cores-imgwrap{flex-basis:auto;width:100%;min-height:220px}.linha-specs.cols-3{grid-template-columns:1fr}}
.zoomable{cursor:zoom-in}
.zoom-hint{position:absolute;bottom:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgba(10,26,62,.82);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;pointer-events:none}
.zoom-hint svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cores-imgwrap:hover .zoom-hint{opacity:1}

/* Lightbox (clicar para ampliar) */
.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(6,13,36,.92);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:30px;cursor:zoom-out}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:84vh;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5);background:#fff}
.lightbox-cap{position:absolute;bottom:22px;left:0;right:0;text-align:center;color:rgba(255,255,255,.85);font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.lightbox-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.lightbox-close:hover{background:rgba(255,255,255,.2)}
.lightbox-close svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}

/* ─────────────────────────────────────────────
   CARACTERÍSTICAS TÉCNICAS
───────────────────────────────────────────── */
.caract{background:var(--ink);padding:96px 0}
.caract-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.caract-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:56px}
.caract-head .eyebrow{color:rgba(255,255,255,.35)}
.caract-head .eyebrow::before{background:rgba(255,255,255,.25)}
.caract-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-lg);overflow:hidden}
.caract-card{background:var(--ink);padding:36px 28px;transition:background .3s}
.caract-card:hover{background:#162B60}
.caract-icon{width:48px;height:48px;border-radius:10px;background:rgba(20,72,184,.2);border:1px solid rgba(20,72,184,.3);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.caract-icon svg{width:22px;height:22px;stroke:rgba(255,255,255,.7);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.caract-title{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:.02em}
.caract-desc{font-size:14px;line-height:1.65;color:rgba(255,255,255,.45)}
@media(max-width:900px){.caract-grid{grid-template-columns:1fr}.caract-head{grid-template-columns:1fr}.caract-inner{padding:0 20px}}

/* ─────────────────────────────────────────────
   APLICAÇÕES (full-width alternado)
───────────────────────────────────────────── */
.aplicacoes{background:#fff;padding:96px 0}
.aplic-head{max-width:1200px;margin:0 auto 56px;padding:0 40px}
.aplic-item{display:grid;grid-template-columns:1fr 1fr;min-height:480px}
.aplic-item.reverse{direction:rtl}
.aplic-item.reverse > *{direction:ltr}
.aplic-img-col{position:relative;overflow:hidden;min-height:420px}
.aplic-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#c8d4ef;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}
.aplic-item:hover .aplic-img{transform:scale(1.03)}
.aplic-num{position:absolute;top:24px;left:24px;font-family:'Barlow Condensed',sans-serif;font-size:80px;font-weight:900;line-height:1;color:rgba(255,255,255,.18);letter-spacing:-.02em;user-select:none}
.aplic-badge{position:absolute;bottom:20px;left:20px;background:rgba(10,26,62,.8);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);padding:6px 14px;border-radius:100px;font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.aplic-content{padding:60px 64px;display:flex;flex-direction:column;justify-content:center;background:var(--off)}
.aplic-item:nth-child(even) .aplic-content{background:#fff}
.aplic-n{font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.aplic-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(30px,4vw,48px);font-weight:800;text-transform:uppercase;line-height:1;color:var(--ink);margin-bottom:18px}
.aplic-desc{font-size:15px;line-height:1.75;color:var(--muted);margin-bottom:24px;max-width:440px}
.aplic-points{list-style:none;display:flex;flex-direction:column;gap:8px}
.aplic-points li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#495470;line-height:1.5}
.aplic-points li svg{width:16px;height:16px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
@media(max-width:900px){.aplic-item,.aplic-item.reverse{grid-template-columns:1fr;direction:ltr}.aplic-img-col{min-height:260px}.aplic-content{padding:40px}}

/* ─────────────────────────────────────────────
   CERTIFICAÇÕES
───────────────────────────────────────────── */
.certs{background:#fff;padding:88px 0;border-top:1px solid var(--line)}
.certs-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:300px 1fr;gap:72px;align-items:center}
.certs-row{display:flex;flex-direction:column;gap:16px}
.cert-item{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid var(--line);border-radius:var(--r);transition:all .2s}
.cert-item:hover{border-color:rgba(20,72,184,.3);transform:translateX(4px)}
.cert-logo-box{width:48px;height:48px;border-radius:8px;background:var(--ink);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.cert-logo-box svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cert-name{font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:700;color:var(--ink);letter-spacing:.03em}
.cert-sub{font-size:13px;color:var(--muted);margin-top:2px;line-height:1.4}
@media(max-width:900px){.certs-inner{grid-template-columns:1fr;gap:40px;padding:0 20px}}

/* ─────────────────────────────────────────────
   CTA + FORM
───────────────────────────────────────────── */
.cta-section{background:var(--ink);padding:96px 0;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;left:-200px;bottom:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(20,72,184,.2),transparent 60%)}
.cta-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 520px;gap:80px;align-items:start;position:relative;z-index:2}
.cta-content .eyebrow{color:rgba(255,255,255,.3)}
.cta-content .eyebrow::before{background:rgba(255,255,255,.2)}
.cta-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(40px,5vw,64px);font-weight:900;text-transform:uppercase;line-height:.95;color:#fff;margin:16px 0 24px;letter-spacing:-.01em}
.cta-title em{font-style:italic;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.4)}
.cta-desc{font-size:16px;line-height:1.7;color:rgba(255,255,255,.5);margin-bottom:44px;max-width:480px}
.cta-benefits-list{display:flex;flex-direction:column;gap:24px}
.cta-benefit-item{display:flex;align-items:flex-start;gap:16px}
.benefit-num{width:36px;height:36px;flex-shrink:0;border:1px solid rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:700;color:#fff;background:rgba(20,72,184,.25)}
.benefit-title{font-family:'Barlow Condensed',sans-serif;font-size:18px;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:4px}
.benefit-desc{font-size:14px;line-height:1.5;color:rgba(255,255,255,.45)}
.cta-form{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-lg);padding:40px;backdrop-filter:blur(12px)}
.form-title{font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#fff;margin-bottom:4px}
.form-sub{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:24px;line-height:1.5}
.fg{margin-bottom:14px}
.fg label{display:block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:7px}
.fg input,.fg select,.fg textarea{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:12px 14px;color:#fff;font-size:14px;font-family:'Figtree',sans-serif;outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none}
.fg input::placeholder,.fg textarea::placeholder{color:rgba(255,255,255,.25)}
.fg select option{background:#0A1A3E;color:#fff}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--blue);background:rgba(20,72,184,.1)}
.fg textarea{resize:vertical;min-height:80px}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.submit-btn{width:100%;margin-top:6px;background:var(--blue);color:#fff;border:none;padding:15px;border-radius:7px;font-size:15px;font-weight:600;letter-spacing:.03em;font-family:'Figtree',sans-serif;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}
.submit-btn:hover{background:var(--blue-h);transform:translateY(-2px);box-shadow:0 12px 32px rgba(20,72,184,.4)}
.submit-btn svg{width:17px;height:17px;fill:#fff}
.form-or{display:flex;align-items:center;gap:12px;margin:14px 0;color:rgba(255,255,255,.3);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.form-or::before,.form-or::after{content:'';flex:1;height:1px;background:rgba(255,255,255,.12)}
.wa-btn{width:100%;background:var(--wa);color:#fff;border:none;border-radius:7px;padding:13px;font-size:14px;font-weight:600;font-family:'Figtree',sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;transition:all .2s;text-decoration:none}
.wa-btn:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 12px 28px rgba(37,211,102,.35)}
.wa-btn svg{width:18px;height:18px;fill:#fff}
.form-note{text-align:center;font-size:12px;color:rgba(255,255,255,.25);margin-top:12px}
@media(max-width:960px){.cta-inner{grid-template-columns:1fr;gap:48px;padding:0 20px}.fg-row{grid-template-columns:1fr}}

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
footer{background:#060D24;border-top:1px solid rgba(255,255,255,.06);padding:52px 0 26px}
.foot-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07)}
.foot-logo-img{height:38px;width:auto;display:block;margin-bottom:16px}
.foot-tag{font-size:13px;color:rgba(255,255,255,.35);line-height:1.7;max-width:280px}
.foot-certs,.foot-certs-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.fc{padding:4px 10px;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;color:rgba(255,255,255,.35)}
.foot-col-title{font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:16px}
.foot-links{display:flex;flex-direction:column;gap:11px}
.foot-links a{font-size:13.5px;color:rgba(255,255,255,.45);transition:color .2s}
.foot-links a:hover{color:#fff}
.foot-contacts{display:flex;flex-direction:column;gap:10px}
.foot-contact-row{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:rgba(255,255,255,.45)}
.foot-contact-row a{color:rgba(255,255,255,.45);transition:color .2s}
.foot-contact-row a:hover{color:#fff}
.foot-contact-row svg{width:15px;height:15px;stroke:rgba(255,255,255,.25);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.foot-copy,.foot-dev{font-size:12px;color:rgba(255,255,255,.2)}
.foot-dev a{color:rgba(255,255,255,.35);transition:color .2s}
.foot-dev a:hover{color:#fff}
@media(max-width:760px){.foot-grid{grid-template-columns:1fr;gap:28px}.foot-inner{padding:0 20px}}

/* Botão flutuante WhatsApp (institucional) */
.wa-float{position:fixed;bottom:26px;right:26px;z-index:998;width:56px;height:56px;border-radius:50%;background:var(--wa);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(37,211,102,.4);transition:transform .2s}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:28px;height:28px;fill:#fff}

/* Animações de entrada da hero */
.hero-seg{animation:fadeUp .6s .2s both}
.hero-h1{animation:fadeUp .7s .35s both}
.hero-bar{animation:fadeUp .5s .85s both}


/* ─────────────────────────────────────────────
   HERO SOBRE / HERO CERTIFICAÇÕES (páginas internas institucionais)
───────────────────────────────────────────── */
.hero-sobre,.hero-cert{position:relative;min-height:64vh;display:flex;align-items:center;overflow:hidden;background:#0A1A3E}
.hero-sobre-bg,.hero-cert-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35}
.hero-sobre-overlay,.hero-cert-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(10,26,62,.96) 20%,rgba(20,72,184,.55) 100%)}
.hero-sobre-content,.hero-cert-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:150px 40px 90px;width:100%}
.hero-sobre-eyebrow,.hero-cert-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);padding:6px 14px 6px 10px;border-radius:100px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:26px;backdrop-filter:blur(8px);background:rgba(255,255,255,.05)}
.hero-sobre-eyebrow span,.hero-cert-eyebrow span{width:7px;height:7px;border-radius:50%;background:#4ADE80;box-shadow:0 0 8px #4ADE80}
.hero-sobre h1,.hero-cert h1{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:clamp(42px,6vw,72px);line-height:.95;text-transform:uppercase;color:#fff;letter-spacing:-.01em;margin-bottom:22px}
.hero-sobre p,.hero-cert p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.65);max-width:540px}
.hero-cert-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.hero-cert-cta{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);color:#fff;padding:13px 26px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:'Figtree',sans-serif;transition:background .2s,transform .15s,border-color .2s}
.hero-cert-cta:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}
.hero-cert-cta svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}
.hero-cert-cta.wa{background:var(--wa);border-color:var(--wa)}
.hero-cert-cta.wa:hover{filter:brightness(1.08);border-color:var(--wa)}
.hero-cert-cta.wa svg{fill:#fff;stroke:none}
@media(max-width:768px){.hero-sobre-content,.hero-cert-content{padding:130px 20px 70px}}
.hero-sobre-eyebrow,.hero-cert-eyebrow{animation:fadeUp .6s .15s both}
.hero-sobre h1,.hero-cert h1{animation:fadeUp .7s .3s both}
.hero-sobre p,.hero-cert p{animation:fadeUp .7s .45s both}

/* ─────────────────────────────────────────────
   INTRO — collage + texto (Empresa)
───────────────────────────────────────────── */
.intro{background:#fff;padding:100px 0}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.intro-collage{position:relative;height:520px}
.intro-img-a{position:absolute;top:0;left:0;width:72%;height:62%;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 24px 50px rgba(10,26,62,.18)}
.intro-img-b{position:absolute;bottom:0;right:0;width:62%;height:52%;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 24px 50px rgba(10,26,62,.22);border:5px solid #fff}
.intro-img-a img,.intro-img-b img{width:100%;height:100%;object-fit:cover}
.intro-dot{position:absolute;top:38%;left:64%;width:120px;height:120px;border-radius:50%;background:var(--sky);z-index:-1}
.intro-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(30px,3.6vw,42px);font-weight:800;color:var(--ink);line-height:1.1;text-transform:uppercase;margin-bottom:22px}
.intro-text p{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:16px}
.intro-checks{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin:28px 0 34px}
.intro-check{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#334066;line-height:1.5}
.intro-check svg{width:18px;height:18px;flex-shrink:0;stroke:#fff;fill:var(--blue);stroke-width:0;margin-top:1px}
.intro-cta{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;padding:15px 30px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.02em;transition:background .2s,transform .15s}
.intro-cta:hover{background:var(--blue-h);transform:translateY(-2px)}
.intro-cta svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
@media(max-width:900px){.intro-grid{grid-template-columns:1fr;gap:56px}.intro-collage{height:400px}}

/* CTA central (Certificações) */
.intro-cert{background:#fff;padding:90px 0 40px;text-align:center}
.intro-cert-inner{max-width:680px;margin:0 auto}
.intro-cert-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(26px,3.2vw,36px);font-weight:800;color:var(--ink);line-height:1.2;text-transform:uppercase;margin-bottom:18px}
.intro-cert-sub{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:32px}
.intro-cert-btn-row{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.intro-cert-btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;padding:16px 32px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-style:italic;transition:background .2s,transform .15s;border:none;cursor:pointer;font-family:'Figtree',sans-serif}
.intro-cert-btn:hover{background:var(--blue-h);transform:translateY(-2px)}
.intro-cert-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
.intro-cert-btn.wa{background:var(--wa)}
.intro-cert-btn.wa:hover{filter:brightness(1.08)}
.intro-cert-btn.wa svg{fill:#fff;stroke:none;width:17px;height:17px}

/* Faixa de selos (Certificações) */
.selo-strip{background:#fff;padding:20px 0 80px}
.selo-row{display:flex;justify-content:center;align-items:center;gap:56px;flex-wrap:wrap}
.selo-box{width:120px;height:120px;border-radius:50%;background:var(--off);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;transition:transform .25s,box-shadow .25s}
.selo-box:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(10,26,62,.12)}
.selo-box svg{width:52px;height:52px;stroke:var(--ink);fill:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:600px){.selo-row{gap:30px}.selo-box{width:96px;height:96px}.selo-box svg{width:42px;height:42px}}

/* ─────────────────────────────────────────────
   POLÍTICAS DE QUALIDADE (Empresa)
───────────────────────────────────────────── */
.politicas{background:var(--off);padding:100px 0}
.politicas-head{text-align:center;max-width:640px;margin:0 auto 56px}
.politicas-head .eyebrow{justify-content:center;margin-bottom:14px}
.politicas-head p{margin-top:14px}
.pol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.pol-card{background:#fff;padding:38px 34px;transition:background .25s}
.pol-card:hover{background:var(--sky)}
.pol-num{font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:800;letter-spacing:.14em;color:var(--blue);margin-bottom:14px}
.pol-icon{width:46px;height:46px;border-radius:10px;background:var(--ink);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.pol-icon svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.pol-title{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:700;color:var(--ink);letter-spacing:.02em;margin-bottom:12px;text-transform:uppercase}
.pol-desc{font-size:13.5px;line-height:1.7;color:var(--muted)}
.pol-desc p{margin-bottom:10px}
.pol-desc ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.pol-desc ul li{display:flex;gap:8px;align-items:flex-start}
.pol-desc ul li svg{width:14px;height:14px;stroke:var(--blue);fill:none;stroke-width:2;flex-shrink:0;margin-top:3px}
.pol-card.wide{grid-column:span 3}
.pol-card.wide .pol-desc{columns:2;column-gap:34px}
.pol-card.wide .pol-desc li{break-inside:avoid;margin-bottom:8px}
@media(max-width:900px){.pol-grid{grid-template-columns:1fr}.pol-card.wide{grid-column:span 1}.pol-card.wide .pol-desc{columns:1}}

/* Detalhe das certificações (Certificações) */
.cert-detail{background:var(--off);padding:100px 0}
.cert-detail-head{text-align:center;max-width:640px;margin:0 auto 56px}
.cert-detail-head .eyebrow{justify-content:center;margin-bottom:14px}
.cert-detail-head p{margin-top:14px}
.cd-grid{display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.cd-item{background:#fff;display:grid;grid-template-columns:200px 1fr;align-items:center;padding:36px 40px;gap:36px;transition:background .25s}
.cd-item:hover{background:var(--sky)}
.cd-num{font-family:'Barlow Condensed',sans-serif;font-size:56px;font-weight:900;color:var(--line);line-height:1;justify-self:start}
.cd-icon-wrap{display:flex;align-items:center;gap:20px}
.cd-icon{width:60px;height:60px;border-radius:12px;background:var(--ink);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.cd-icon svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cd-title{font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:800;color:var(--ink);letter-spacing:.02em;text-transform:uppercase;margin-bottom:6px}
.cd-desc{font-size:14.5px;line-height:1.7;color:var(--muted);max-width:640px}
@media(max-width:760px){.cd-item{grid-template-columns:1fr;gap:16px;padding:28px 26px}.cd-num{display:none}}

/* ─────────────────────────────────────────────
   CTA BANNER (Empresa / Certificações)
───────────────────────────────────────────── */
.cta-banner{position:relative;overflow:hidden;background:var(--ink);padding:110px 0}
.cta-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28}
.cta-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,13,36,.95),rgba(10,26,62,.75))}
.cta-banner-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:0 40px;text-align:center}
.cta-banner h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(30px,4.2vw,52px);font-weight:800;text-transform:uppercase;color:#fff;letter-spacing:-.01em;margin-bottom:30px;line-height:1.05}
.cta-banner-btn-row{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.cta-banner-btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;padding:17px 34px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-style:italic;transition:background .2s,transform .15s;border:none;cursor:pointer;font-family:'Figtree',sans-serif}
.cta-banner-btn:hover{background:var(--blue-h);transform:translateY(-2px)}
.cta-banner-btn.wa{background:var(--wa)}
.cta-banner-btn.wa:hover{filter:brightness(1.08)}
.cta-banner-btn.wa svg{fill:#fff;stroke:none;width:17px;height:17px}

/* ─────────────────────────────────────────────
   MODAL DE FORMULÁRIO (popup por segmento)
───────────────────────────────────────────── */
.form-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}
.form-modal.open{display:flex}
.form-modal-overlay{position:absolute;inset:0;background:rgba(6,13,36,.82);backdrop-filter:blur(4px)}
.form-modal-box{position:relative;z-index:2;background:#fff;border-radius:var(--r-lg);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:20px;box-shadow:0 30px 70px rgba(0,0,0,.4)}
.form-modal-close{position:absolute;top:-14px;right:-14px;width:40px;height:40px;border-radius:50%;background:var(--ink);border:3px solid #fff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.form-modal-close:hover{background:var(--blue)}
.form-modal-close svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}
@media(max-width:600px){.form-modal{padding:12px}.form-modal-box{padding:14px}}
