/* ==========================================================================
   O Brabo do Traqueamento — landing page
   Implementação estática do design (Claude Design → HTML/CSS/JS vanilla)
   Fontes: Oxanium (títulos) · Poppins (corpo)
   Base:   navy #05070c · verde-degradê #9be05a→#4fa617 · azul #1f66c9
   ========================================================================== */

@font-face {
  font-family: 'FA6Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA6Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg:        #05070c;
  --heading:   #f2f7ff;
  --text:      #c6d4e6;
  --green:     #8fd94a;
  --green-br:  #b6f472;
  --blue:      #1f66c9;
  --blue-dk:   #0e2f6b;
  --btn-grad:  linear-gradient(180deg, #9be05a, #4fa617);
  --btn-text:  #123008;
  --btn-border:#3d8a12;
  --f-head:    'Oxanium', sans-serif;
  --f-body:    'Poppins', sans-serif;
  --max:       1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--f-body);
  background: var(--bg);
  color: #eaf2ff;
  line-height: 1.5;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

[hidden] { display: none !important; }   /* respeita o atributo hidden mesmo com display: flex */

.fa  { font-family: 'FA6Solid';  font-weight: 900; font-style: normal; line-height: 1; }
.fab { font-family: 'FA6Brands'; font-weight: 400; font-style: normal; line-height: 1; }

.center { text-align: center; }

/* ---------- Botão verde-degradê ----------------------------------------- */
.btn {
  display: inline-block;
  padding: 17px 40px;
  border-radius: 9px;
  background: var(--btn-grad);
  color: var(--btn-text);
  font-family: var(--f-head);
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 20px);
  text-decoration: none;
  border: 1px solid var(--btn-border);
  box-shadow: 0 8px 22px rgba(79,166,23,.45), inset 0 1px 0 rgba(255,255,255,.45);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .25s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.05);
  box-shadow: 0 12px 30px rgba(79,166,23,.55), inset 0 1px 0 rgba(255,255,255,.45); }
.btn:active { transform: translateY(0); }

/* ============================ HERO ====================================== */
.hero {
  position: relative;
  width: 100%;
  min-height: min(56vw, 760px);
  background: #03050a;
  overflow: hidden;
}
.hero__bg {
  position: absolute; top: 0; right: -9%;
  width: 109%; height: 100%;
  object-fit: cover; object-position: right center;
}
.hero__fade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, #03050a 6%, rgba(3,5,10,.86) 34%,
              rgba(3,5,10,.45) 58%, rgba(3,5,10,.18) 78%);
}
.hero__dim { position: absolute; inset: 0; background: rgba(3,5,10,.32); pointer-events: none; }
.hero__inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(56px,7vw,110px) 40px clamp(50px,6vw,90px);
}
.hero__text { max-width: 560px; }
.hero h1 {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.06;
  letter-spacing: .5px;
  margin: 0 0 26px;
  color: var(--heading);
  text-shadow: 0 2px 24px rgba(0,0,0,.7);
}
.hero p {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.5;
  color: var(--text);
  margin: 0 0 36px;
  max-width: 500px;
  text-shadow: 0 1px 10px rgba(0,0,0,.6);
}

/* ========================= COLETA DE DADOS ============================== */
.data {
  position: relative;
  padding: 90px 40px 70px;
  background: #05080e;
  overflow: hidden;
}
.data__bg {
  position: absolute; inset: 0;
  background: url('../images/DOBRA-2-2.webp') center / cover;
  opacity: .5;
}
.data__fade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, #05080e 0%, rgba(5,8,14,.4) 40%, #05080e 100%);
}
.data__inner { position: relative; z-index: 2; max-width: 1050px; margin: 0 auto; text-align: center; }
.data__title {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.14;
  margin: 0 auto;
  color: var(--heading);
  text-shadow: 0 0 30px rgba(90,150,255,.25);
}
.data__sub {
  max-width: 760px; margin: 22px auto 0;
  font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; color: var(--text);
}
.data__sub strong { color: var(--green-br); font-weight: 600; }

.concepts {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
  max-width: 900px; margin: 44px auto 0; text-align: left;
}
.concept {
  position: relative; padding: 30px 28px 28px;
  border-radius: 18px;
  background: rgba(10,16,26,.72);
  border: 1px solid rgba(2,144,243,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.concept--alt { border-color: rgba(139,217,74,.4); }
.concept__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 13px; margin-bottom: 16px;
  font-size: 24px; color: var(--green-br); background: rgba(139,217,74,.12);
}
.concept h3 {
  font-family: var(--f-head); font-weight: 700; font-size: clamp(19px, 2vw, 26px);
  margin: 0 0 10px; color: #fff; text-transform: none;
}
.concept p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--text); }
.concept strong { color: #fff; font-weight: 600; }

/* ---------- Cookies que giram conforme a rolagem ------------------------ */
.cookie {
  position: absolute;
  height: auto;
  width: clamp(78px, 8.5vw, 130px);
  opacity: .9;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.6));
  will-change: transform;
  z-index: 1;
  pointer-events: none;
}
/* nas laterais, uma por dobra, alternando os lados — deslizam + giram via JS */
.cookie--a { top: 44px;  right: -26px; }
.cookie--b { top: 120px; left: -26px; }
.cookie--c { top: 70px;  right: -26px; }

/* ========================= ADVANCED MATCH ============================== */
.match {
  position: relative;
  background: #05080e;
  padding: 20px 40px 90px;
  overflow: hidden;
}
.match__stage { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; }
.am-card {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  min-height: 400px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(6,30,70,.6), inset 0 1px 0 rgba(255,255,255,.15);
}
.am-card__bg {
  position: absolute; inset: 0;
  background: url('../images/dobra-6-3.webp') center / cover;
}
.am-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(31,102,201,.9) 0%,
              rgba(19,69,152,.86) 60%, rgba(11,42,96,.86) 100%);
}
.am-state { position: relative; min-height: 400px; box-sizing: border-box; }

/* estado inicial — mesmo tamanho do revelado, conteúdo centralizado */
#am-initial { padding: 40px clamp(32px, 6vw, 64px);
  display: flex; flex-direction: column; justify-content: center; }
.am-kicker {
  font-family: var(--f-head); font-weight: 500;
  font-size: clamp(14px, 1.3vw, 18px);
  letter-spacing: 1px; text-transform: uppercase;
  color: #bcd4ff; margin: 0 0 14px;
}
.am-empty {
  font-family: var(--f-head); font-weight: 600;
  font-size: clamp(22px, 2.8vw, 36px); line-height: 1.1;
  margin: 0 0 6px; color: #8fa8cc; text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.am-empty + .am-empty { margin-bottom: 24px; }
.am-lead {
  font-size: clamp(15px, 1.4vw, 20px);
  color: #eaf2ff; margin: 0 0 22px; max-width: 440px;
}
.am-reveal { display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 30px; border-radius: 12px; font-size: clamp(15px,1.4vw,19px); }
.am-reveal .fa { font-size: 1.05em; }

/* estado revelado */
#am-revealed { padding: 34px clamp(28px,4vw,44px); display: flex; flex-wrap: wrap;
  align-items: center; gap: clamp(20px, 3vw, 40px); animation: fade .5s ease both;
  position: relative; z-index: 4; }
.am-map { position: relative; z-index: 4; flex: 0 0 auto;
  width: clamp(200px, 27vw, 300px); margin: 0 auto;
  background: radial-gradient(circle at 50% 45%, rgba(6,20,50,.6), transparent 70%); border-radius: 50%; }
.am-map svg { width: 100%; height: auto; display: block;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.5)); overflow: visible; }
.am-info { flex: 1 1 320px; min-width: 260px; }
.am-info__tag {
  font-family: var(--f-head); font-weight: 500;
  font-size: clamp(13px, 1.2vw, 16px); letter-spacing: 1px; text-transform: uppercase;
  color: var(--green-br); margin: 0 0 6px; animation: blink 1.2s ease-in-out 2;
}
.am-info__city {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(26px, 3.2vw, 44px); line-height: 1.05;
  margin: 0 0 4px; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.am-info__sub {
  font-family: var(--f-head); font-weight: 600;
  font-size: clamp(15px, 1.6vw, 20px); line-height: 1.15; margin: 0 0 20px; color: #cfe0ff;
}
.am-tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.am-sec { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 12px 15px;
  border-radius: 12px; background: rgba(255,193,71,.1); border: 1px solid rgba(255,193,71,.4);
  font-size: 13.5px; line-height: 1.4; color: #ffe6b3; }
.am-sec__i { font-size: 20px; flex: 0 0 auto; }
.am-sec strong { color: #ffcf6b; font-weight: 600; }
.am-tile {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 13px; border-radius: 12px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(150,185,240,.18);
  min-width: 0; animation: fade .5s ease both;
}
.am-tile .fa { font-size: 20px; color: var(--green-br); flex: 0 0 auto; width: 26px; text-align: center; }
.am-tile__label { font-size: 10.5px; letter-spacing: .8px; text-transform: uppercase;
  color: #9fb6d8; line-height: 1.2; }
.am-tile__value { font-family: var(--f-head); font-weight: 600; font-size: 14px;
  color: #fff; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* rótulos de grupo (traqueamento / rastreamento) + faixa de visita */
.am-glabel { display: flex; align-items: center; gap: 8px; margin: 0 0 10px;
  font-family: var(--f-head); font-size: 11px; letter-spacing: 1.2px;
  text-transform: uppercase; color: #7f9ec6; }
.am-glabel .fa { font-size: 12px; color: var(--green-br); }
.am-glabel--track { margin-top: 18px; color: #9fe07a; }
.am-track { display: flex; align-items: center; gap: 12px; padding: 12px 14px;
  border-radius: 12px; background: rgba(139,217,74,.10); border: 1px solid rgba(139,217,74,.35); }
.am-track .fa { font-size: 18px; color: var(--green-br); flex: 0 0 auto; }
.am-track__txt { font-size: 13px; line-height: 1.35; color: #eaf2ff; }
.am-track__txt strong { color: var(--green-br); font-weight: 600; }

.match__note { text-align: center; max-width: 840px; margin: 64px auto 40px;
  font-size: clamp(16px,1.4vw,20px); line-height: 1.55; color: var(--text); }

/* ========================= RASTREAMENTO ============================== */
.track { position: relative; overflow: hidden; padding: 84px 40px;
  background: linear-gradient(180deg, #05080e 0%, #06152f 100%); }
.track__inner { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; text-align: center; }
.track__kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
  font-family: var(--f-head); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--green-br); padding: 7px 15px; border-radius: 999px;
  background: rgba(139,217,74,.1); border: 1px solid rgba(139,217,74,.4); }
.track__title { font-family: var(--f-head); font-weight: 700; font-size: clamp(26px,3.2vw,42px);
  line-height: 1.14; margin: 0 auto 18px; max-width: 740px; color: var(--heading); }
.track__sub { font-size: clamp(15px,1.4vw,19px); line-height: 1.55; color: var(--text);
  max-width: 700px; margin: 0 auto 40px; }
.track__sub strong { color: #fff; font-weight: 600; }
.track-card { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }
.track-tile { padding: 22px 20px; border-radius: 16px;
  background: linear-gradient(160deg, rgba(31,102,201,.3), rgba(11,42,96,.3));
  border: 1px solid rgba(139,217,74,.28); animation: fade .5s ease both; }
.track-tile__ico { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(139,217,74,.14); margin-bottom: 14px; }
.track-tile__ico .fa, .track-tile__ico .fab { font-size: 22px; color: var(--green-br); }
.track-tile__label { font-size: 11px; letter-spacing: .8px; text-transform: uppercase; color: #9fb6d8; margin-bottom: 4px; }
.track-tile__value { font-family: var(--f-head); font-weight: 700; font-size: clamp(17px,1.8vw,21px);
  color: #fff; line-height: 1.15; }
.track-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px;
  padding: 15px 18px; border-radius: 14px; background: rgba(139,217,74,.1);
  border: 1px solid rgba(139,217,74,.35); animation: fade .5s ease both; animation-delay: .35s; }
.track-note__emoji { font-size: 22px; flex: 0 0 auto; }
.track-note__txt { font-size: 14px; line-height: 1.4; color: #eaf2ff; text-align: left; }
.track-note__txt strong { color: var(--green-br); font-weight: 600; }
.track-note__seen { display: block; margin-top: 6px; opacity: .9; }
.track-note--org { margin-top: 12px; background: rgba(31,102,201,.12); border-color: rgba(120,170,255,.35); animation-delay: .45s; }
.track__foot { margin: 34px auto 30px; max-width: 640px; font-size: 15px; line-height: 1.55; color: var(--text); }

/* campanha paga detectada (UTM) — bloco bem-humorado */
.track-campaign { margin-top: 16px; }
.camp { display: flex; align-items: stretch; gap: 0; text-align: left; border-radius: 18px; overflow: hidden;
  background: linear-gradient(160deg, rgba(31,102,201,.22), rgba(11,42,96,.22));
  border: 1px solid rgba(139,217,74,.32); animation: fade .5s ease both; animation-delay: .45s; }
.camp__media { flex: 0 0 clamp(120px, 24%, 200px); position: relative; overflow: hidden; }
.camp__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.camp--logo .camp__media { background: #fff; }
.camp--logo .camp__media img { object-fit: contain; padding: 24px; }
.camp__body { flex: 1 1 auto; padding: 22px 26px; display: flex; flex-direction: column;
  justify-content: center; gap: 9px; }
.camp__badge { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start;
  font-family: var(--f-head); font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--green-br); padding: 5px 12px; border-radius: 999px;
  background: rgba(139,217,74,.12); border: 1px solid rgba(139,217,74,.4); }
.camp__badge .fa { font-size: 12px; }
.camp__plat { margin: 2px 0 0; font-size: clamp(16px,1.6vw,20px); color: #eaf2ff; }
.camp__plat strong { color: #fff; font-weight: 600; }
.camp__utm { display: inline-block; align-self: flex-start; max-width: 100%;
  font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12px; color: #9fe07a;
  background: rgba(0,0,0,.3); border: 1px solid rgba(139,217,74,.2); border-radius: 8px;
  padding: 6px 10px; word-break: break-all; }
.camp__line { margin: 2px 0 0; font-family: var(--f-head); font-weight: 600;
  font-size: clamp(15px,1.5vw,19px); color: #fff; }

/* ========================= AUTOMATIZE ================================== */
.auto { position: relative; background: #05080e; padding: 80px 40px; overflow: hidden; }
.auto__bg { position: absolute; inset: 0;
  background: url('../images/dobra-4-2.webp') center / cover; opacity: .85; }
.auto__inner { position: relative; }
.auto__title {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(28px, 3.3vw, 46px); line-height: 1.16;
  text-align: center; max-width: 1080px; margin: 0 auto 70px; color: var(--heading);
}
.show { display: flex; flex-wrap: wrap; gap: 34px; align-items: stretch;
  max-width: 1120px; margin: 0 auto 56px; }
.show__featured {
  flex: 1 1 420px; min-width: 300px; position: relative;
  border-radius: 20px; overflow: hidden;
  background: linear-gradient(155deg, var(--blue), var(--blue-dk));
  box-shadow: 0 24px 60px rgba(6,30,70,.6), inset 0 1px 0 rgba(255,255,255,.18);
  padding: 38px 36px;
}
.show__featured::before { content:""; position:absolute; top:0; left:0;
  width:100%; height:3px; background: linear-gradient(90deg,#9be05a,#4fa617); }
.show__badge { font-family: var(--f-head); font-weight: 500; font-size: 13px;
  letter-spacing: 2px; text-transform: uppercase; color: #a7c6ff; display: block; margin-bottom: 26px; }
.show__body { animation: fade .45s ease both; }
.show__ico { width: 66px; height: 66px; display: flex; align-items: center;
  justify-content: center; border-radius: 16px; background: rgba(255,255,255,.14); margin-bottom: 22px; }
.show__ico .fa, .show__ico .fab { font-size: 30px; color: var(--green-br); }
.show__body h3 { font-family: var(--f-head); font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px); line-height: 1.12; margin: 0 0 14px; color: #fff; }
.show__body p { font-size: clamp(15px, 1.4vw, 18px); line-height: 1.55; color: #dbe8ff; margin: 0; }
.show__dots { display: flex; gap: 9px; margin-top: 30px; }
.show__dot { width: 9px; height: 9px; border-radius: 9px; cursor: pointer;
  transition: all .3s ease; background: rgba(255,255,255,.28); }
.show__dot.is-active { width: 26px; background: var(--green-br); }

.show__chips { flex: 1 1 420px; min-width: 300px; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 16px; }
.chip { display: flex; align-items: center; gap: 12px; padding: 16px;
  border-radius: 14px; cursor: pointer; transition: all .25s ease;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.chip.is-active { background: rgba(139,217,74,.14); border-color: rgba(139,217,74,.6); }
.chip .fa, .chip .fab { font-size: 22px; color: var(--green-br); flex: 0 0 auto; }
.chip span:last-child { font-family: var(--f-head); font-weight: 600; font-size: 15px;
  line-height: 1.2; color: #eaf2ff; }

/* ========================= SEGMENTOS ================================== */
.segments {
  background: linear-gradient(180deg, #060a11 0%, #071d44 78%, #0a2a63 100%);
  padding: 90px 40px;
}
.segments__title {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(28px, 3.2vw, 44px); line-height: 1.16;
  text-align: center; max-width: 1000px; margin: 0 auto 56px; color: var(--heading);
}
/* mobile-first: cards empilhados, conteúdo sempre visível (sem depender de hover) */
.segments__grid { display: flex; flex-direction: column; gap: 16px; max-width: 640px; margin: 0 auto; }
.seg {
  position: relative; overflow: hidden; display: flex; flex-direction: column;
  background: linear-gradient(160deg, var(--blue), #12448f);
  border-radius: 18px; padding: 28px 26px; text-align: center; cursor: default;
  box-shadow: 0 18px 44px rgba(6,30,70,.5), inset 0 1px 0 rgba(255,255,255,.15);
  border-top: 3px solid rgba(150,185,240,.4);
}
.seg__face { display: flex; flex-direction: column; align-items: center; }
.seg__icon { width: 74px; height: 74px; margin: 0 auto 16px; display: flex;
  align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.14);
  transition: background .3s ease; }
.seg__icon .fa { font-size: 32px; color: #dbe8ff; }
.seg h3 { font-family: var(--f-head); font-weight: 700; font-size: clamp(18px,1.6vw,23px);
  margin: 0; color: #fff; }
.seg__reveal { margin-top: 16px; }
.seg__main { font-size: 15px; line-height: 1.5; color: #d5e3f7; margin: 0; }
.seg__extra { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(139,217,74,.3); }
.seg__extra-label { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 6px;
  font-family: var(--f-head); font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--green-br); }
.seg__extra p { margin: 0; font-size: 13.5px; line-height: 1.5; color: #cfe0ff; }
.seg__extra strong { color: #fff; font-weight: 600; }

/* desktop: acordeão horizontal — ao passar o mouse, só o card ativo fica (os outros somem);
   tirou o mouse, voltam os 4. Ícone + nome centralizados no card. */
@media (min-width: 861px) {
  .segments__grid { flex-direction: row; align-items: stretch; gap: 14px; height: 300px; max-width: 1180px;
    transition: gap .4s ease; }
  .seg { flex: 1 1 0; min-width: 0; align-items: center; justify-content: center; cursor: pointer;
    padding: 30px 24px;
    transition: flex-grow .5s cubic-bezier(.4,0,.2,1), flex-basis .5s ease, opacity .35s ease,
      padding .45s ease, border-color .4s ease; }
  .seg__face { transition: opacity .3s ease; }
  .seg__icon { transition: background .3s ease, transform .35s ease; }
  /* colapsado: o reveal ocupa 0 (altura e largura) para o ícone+nome ficarem centralizados */
  .seg__reveal { margin-top: 0; max-width: 0; max-height: 0; opacity: 0; overflow: hidden;
    transition: max-width .55s ease, max-height .55s ease, opacity .4s ease; }

  /* ao passar o mouse no grid, os NÃO-ativos somem por completo */
  .segments__grid:hover { gap: 0; }
  .segments__grid:hover .seg:not(:hover):not(:focus-within) {
    flex-grow: 0; flex-basis: 0; padding-left: 0; padding-right: 0;
    opacity: 0; border-width: 0; pointer-events: none; }

  /* card ativo: ocupa a linha inteira, layout horizontal, revela a copy */
  .seg:hover, .seg:focus-within { flex-grow: 1; flex-direction: row; align-items: center;
    gap: 34px; text-align: left; padding: 30px clamp(40px, 5vw, 70px);
    border-top-color: var(--green-br); outline: none; }
  .seg:hover .seg__face, .seg:focus-within .seg__face { flex: 0 0 clamp(160px, 20%, 240px); }
  .seg:hover h3, .seg:focus-within h3 { white-space: normal; }
  .seg:hover .seg__icon, .seg:focus-within .seg__icon { background: rgba(139,217,74,.2); }
  .seg:hover .seg__reveal, .seg:focus-within .seg__reveal {
    max-width: 760px; max-height: 300px; opacity: 1; flex: 1 1 auto; }
}

/* ========================= NOVO PATAMAR ================================ */
.patamar { position: relative; background: #06152f; padding: 100px 40px; overflow: hidden; }
.patamar__bg { position: absolute; inset: 0;
  background: url('../images/dobra-5-2.webp') center / cover; }
.patamar__overlay { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,40,80,.55), rgba(6,18,40,.7)); }
.patamar__inner { position: relative; max-width: 900px; margin: 0 auto; text-align: center; }
.patamar h2 { font-family: var(--f-head); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 50px); line-height: 1.14; margin: 0 0 32px;
  color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.patamar p { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; color: #e0eaf8;
  margin: 0 0 44px; text-shadow: 0 1px 10px rgba(0,0,0,.4); }

/* ========================= FALA BRABO ================================= */
.brabo { position: relative; overflow: hidden; padding: 80px 40px 90px;
  background: linear-gradient(90deg, #0a1830 0%, #060a12 55%); }
.brabo__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 40px;
  max-width: var(--max); margin: 0 auto; }
.brabo__text { flex: 1 1 430px; }
.brabo__text h2 { font-family: var(--f-head); font-weight: 800;
  font-size: clamp(34px, 4vw, 56px); margin: 0 0 28px; color: #fff; letter-spacing: 1px; }
.brabo__text p { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; color: #cddbf0; margin: 0; }
.stape-badge { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px;
  text-decoration: none; transition: transform .2s ease; }
.stape-badge:hover { transform: translateY(-2px); }
.stape-badge span { font-family: var(--f-head); font-weight: 600; font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase; color: #8aa0bd; }
.stape-badge img { height: 52px; width: auto; display: block; border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,.35); }
.brabo__photo { flex: 1 1 460px; min-width: 300px; position: relative; animation: fade .9s ease both; }
.brabo__glow { position: absolute; inset: -8% -5%; pointer-events: none; filter: blur(26px);
  background: radial-gradient(circle at 58% 42%, rgba(31,102,201,.5), transparent 68%); }
.brabo__photo img { position: relative; width: 100%; height: auto;
  animation: float 6.5s ease-in-out infinite; filter: drop-shadow(0 22px 55px rgba(6,30,70,.6)); }

/* ========================= FOOTER ==================================== */
.footer { background: #04070d; padding: 34px 40px; text-align: center;
  border-top: 1px solid rgba(120,170,255,.12); }
.footer p { font-family: var(--f-head); font-size: 14px; letter-spacing: 1px; color: #6f86a6; margin: 0; }
.footer__ig { color: #8fb0d8; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.footer__ig .fab { font-size: 16px; vertical-align: -2px; margin-right: 3px; }
.footer__ig:hover { color: var(--green-br); }
.footer a { color: #8fb0d8; text-decoration: none; transition: color .2s ease; }
.footer a:hover { color: var(--green-br); }

/* ---------- Botão flutuante WhatsApp ------------------------------------ */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px; display: grid; place-items: center;
  border-radius: 50%; background: #25d366; color: #fff; border: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.4); transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ========================= ANIMAÇÕES ================================= */
@keyframes fade  { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

/* ========================= RESPONSIVO ================================= */
@media (max-width: 900px) {
  #am-initial { padding: 40px 30px; }
  #am-revealed { justify-content: center; }
  .concepts { grid-template-columns: 1fr; max-width: 520px; }
  .show { flex-direction: column; }
  .show__chips { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .track-card { grid-template-columns: 1fr; }
  .camp { flex-direction: column; }
  .camp__media { flex: 0 0 auto; height: 200px; }
  .camp--logo .camp__media { height: 120px; }
}
@media (max-width: 560px) {
  .hero__bg { right: 0; width: 100%; opacity: .5; }
  .am-tiles { grid-template-columns: 1fr; }
  .show__chips { grid-template-columns: 1fr; }
  .btn { width: 100%; text-align: center; }
  .wa-float { width: auto; }
  /* cookies menores e mais discretos no mobile */
  .cookie { opacity: .5; width: clamp(52px, 12vw, 74px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brabo__photo img { animation: none; }
  .cookie { transform: none !important; }
}
