/* =========================================================
   Isabella Ferreira 30777 — site de campanha
   Tema claro, cinematográfico. Mobile-first.
   ========================================================= */

:root {
  --orange: #F86018;          /* destaque da marca */
  --orange-ink: #C44A0E;      /* laranja para texto pequeno sobre claro (contraste AA) */
  --orange-soft: rgba(248, 96, 24, .12);
  --navy: #081838;
  --navy-2: #0B1F3B;
  --navy-3: #13284A;
  --bg: #FAFAFB;
  --white: #FFFFFF;
  --ink: #22304A;
  --ink-soft: #55627A;
  --on-dark: #FFFFFF;
  --on-dark-soft: #C9D3E3;
  --line: rgba(34, 48, 74, .12);
  --green: #1EA24A;

  --radius: 28px;
  --radius-sm: 16px;
  --header-h: 72px;
  --container: 1240px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --shadow-lg: 0 40px 80px -30px rgba(8, 24, 56, .35), 0 12px 30px -12px rgba(8, 24, 56, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; line-height: 1.02; }
button { font: inherit; color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--orange); color: var(--navy); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--navy); color: #fff; padding: .8rem 1.2rem; border-radius: 10px; font-weight: 700; transition: top .3s; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }
@media (min-width: 768px) { .container { padding-inline: 2rem; } }

.i { width: 1.15em; height: 1.15em; flex: none; }

/* ---------- Tipografia ---------- */
.overline {
  display: inline-flex; align-items: center; gap: .8rem;
  margin: 0 0 1.1rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--orange-ink);
}
.overline::before { content: ""; width: 2.2rem; height: 2px; background: var(--orange); }
.overline--light { color: var(--orange); }

.h2 {
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  font-weight: 800; text-transform: uppercase; letter-spacing: .01em;
  color: var(--navy);
  margin-bottom: 1.6rem;
}
.h2--light { color: #fff; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.65; color: var(--ink); font-weight: 400; }
.prose p { color: var(--ink-soft); }
.prose .lead { color: var(--ink); }

/* Palavras divididas pelo JS para reveal em máscara */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .06em; margin-bottom: -.06em; }
.w-in { display: inline-block; will-change: transform; }

/* ---------- Botões ---------- */
.btn {
  --glow: rgba(248, 96, 24, .55);
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: .65em;
  padding: 1.05em 1.75em;
  border: 2px solid transparent; border-radius: 999px;
  font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  cursor: pointer;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), background-color .3s, color .3s, border-color .3s;
}
.btn .i { transition: transform .45s var(--ease-out); }
.btn:hover .i { transform: translateX(3px); }
.btn--primary { background: var(--orange); color: var(--navy); box-shadow: 0 14px 30px -14px var(--glow); }
.btn--primary:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 0 0 6px rgba(248, 96, 24, .16), 0 20px 44px -12px var(--glow); }
.btn--ghost { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn--ghost:hover { background: var(--navy); color: #fff; transform: translateY(-2px) scale(1.03); box-shadow: 0 16px 36px -16px rgba(8, 24, 56, .6); }
.btn--sm { padding: .8em 1.3em; font-size: .72rem; }
.btn--block { width: 100%; }

/* =========================================================
   CAMADAS CINEMATOGRÁFICAS GLOBAIS
   ========================================================= */
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 55; pointer-events: none; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--orange), #FF9A5C); transform-origin: 0 50%; transform: scaleX(0); }

/* Grão de filme */
.grain {
  position: fixed; inset: -50%; width: 200%; height: 200%;
  z-index: 60; pointer-events: none; opacity: .055; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-5%, 3%); } 40% { transform: translate(4%, -6%); }
  60% { transform: translate(-3%, 5%); } 80% { transform: translate(6%, 2%); } 100% { transform: translate(0, 0); }
}

/* Barras de letterbox (cinema) — só aparecem durante a abertura */
.letterbox { position: fixed; inset: 0; z-index: 70; pointer-events: none; }
.letterbox__bar { position: absolute; left: 0; right: 0; height: 10vh; background: var(--navy); transform: scaleY(0); }
.letterbox__bar--top { top: 0; transform-origin: 50% 0; }
.letterbox__bar--bottom { bottom: 0; transform-origin: 50% 100%; }

.flash { position: fixed; inset: 0; z-index: 75; pointer-events: none; opacity: 0; visibility: hidden;
  background: radial-gradient(circle at 50% 50%, #fff 0%, rgba(255, 255, 255, .85) 45%, rgba(255, 240, 230, .6) 100%); }

.intro-skip {
  position: fixed; z-index: 80; bottom: calc(5vh - 1.1rem); right: 1.25rem;
  display: inline-flex; gap: .5rem; align-items: center;
  padding: .55rem 1rem; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px;
  background: transparent; color: #fff; cursor: pointer;
  font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  transition: background .3s, border-color .3s;
}
.intro-skip:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }

/* Durante a abertura: trava o scroll e esconde elementos fora de cena */
html.is-intro, html.is-intro body { overflow: hidden; }
html.is-intro .fab { display: none; }
/* Antes do JS assumir, o hero fica oculto (evita flash do estado final) */
.js .hero, .js .header { visibility: hidden; }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  height: var(--header-h);
  transition: background-color .4s, box-shadow .4s, backdrop-filter .4s;
}
.header.is-scrolled {
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: saturate(160%) blur(16px); backdrop-filter: saturate(160%) blur(16px);
  box-shadow: 0 1px 0 var(--line), 0 10px 30px -20px rgba(8, 24, 56, .35);
}
.header__inner { height: 100%; display: flex; align-items: center; gap: 1.5rem; }

.logo { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--navy); }
.logo__num {
  background: var(--orange); color: var(--navy);
  font-weight: 800; font-size: 1rem; letter-spacing: .02em; line-height: 1;
  padding: .45rem .55rem .4rem; border-radius: 8px;
  font-variant-numeric: tabular-nums;
}
.logo__name { font-weight: 800; font-size: .72rem; line-height: 1.1; letter-spacing: .14em; text-transform: uppercase; }
.logo--light { color: #fff; }

.nav { display: none; margin-left: auto; }
.nav ul { list-style: none; display: flex; gap: .25rem; margin: 0; padding: 0; }
.nav a {
  position: relative; display: block; padding: .55rem .8rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; color: var(--ink);
  transition: color .3s;
}
.nav a::after {
  content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .3rem; height: 2px;
  background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease-out);
}
.nav a:hover, .nav a[aria-current="true"] { color: var(--navy); }
.nav a:hover::after, .nav a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.header__cta { display: none; }

.burger {
  margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: var(--navy); cursor: pointer; position: relative;
}
.burger span { position: absolute; left: 14px; right: 14px; height: 2px; background: #fff; border-radius: 2px; transition: transform .45s var(--ease-out), top .45s var(--ease-out); }
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 26px; }
.burger[aria-expanded="true"] span:first-child { top: 22.5px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 22.5px; transform: rotate(-45deg); }

@media (min-width: 1024px) {
  .nav { display: block; }
  .header__cta { display: inline-flex; }
  .burger { display: none; }
}

/* Menu mobile — links entram em stagger via --i */
.mnav {
  position: fixed; inset: 0; z-index: 45;
  background: rgba(250, 250, 251, .97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  display: flex; align-items: center; padding: calc(var(--header-h) + 1rem) 1.5rem 2rem;
  clip-path: circle(0% at calc(100% - 44px) 36px);
  transition: clip-path .7s var(--ease-out);
}
.mnav.is-open { clip-path: circle(150% at calc(100% - 44px) 36px); }
.mnav nav { width: 100%; }
.mnav ul { list-style: none; margin: 0 0 2rem; padding: 0; }
.mnav li, .mnav .btn { opacity: 0; transform: translateY(24px); transition: opacity .5s, transform .6s var(--ease-out); transition-delay: calc(var(--i) * 60ms + 150ms); }
.mnav.is-open li, .mnav.is-open .btn { opacity: 1; transform: none; }
.mnav a:not(.btn) {
  display: flex; align-items: baseline; gap: 1rem; padding: .7rem 0;
  font-size: clamp(1.6rem, 7vw, 2.4rem); font-weight: 800; text-transform: uppercase; text-decoration: none; color: var(--navy);
  border-bottom: 1px solid var(--line);
}
.mnav small { font-size: .75rem; color: var(--orange-ink); letter-spacing: .1em; }
html.menu-open { overflow: hidden; }
@media (min-width: 1024px) { .mnav { display: none !important; } }

/* =========================================================
   1. HERO
   ========================================================= */
.hero {
  position: relative; overflow: hidden;
  min-height: 100vh; min-height: 100svh;
  padding: calc(var(--header-h) + 1.5rem) 0 4rem;
  display: flex; align-items: center;
  background:
    radial-gradient(ellipse 60% 55% at 78% 45%, rgba(248, 96, 24, .16), transparent 70%),
    radial-gradient(ellipse 50% 50% at 10% 0%, rgba(8, 24, 56, .07), transparent 70%),
    linear-gradient(180deg, #FFFFFF 0%, var(--bg) 100%);
}
/* vinheta suave nas bordas */
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 85% 80% at 50% 45%, transparent 55%, rgba(8, 24, 56, .09) 100%);
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__rays {
  position: absolute; inset: -25%;
  background: conic-gradient(from 190deg at 72% 8%,
    transparent 0deg, rgba(248, 96, 24, .09) 10deg, transparent 22deg,
    rgba(255, 255, 255, .9) 32deg, transparent 44deg,
    rgba(248, 96, 24, .06) 58deg, transparent 72deg, rgba(255, 255, 255, .7) 84deg, transparent 96deg);
  filter: blur(28px);
  transform-origin: 72% 8%;
  animation: rays 16s ease-in-out infinite alternate;
}
@keyframes rays { from { transform: rotate(-5deg); } to { transform: rotate(6deg); } }
.hero__numeral {
  position: absolute; left: 50%; bottom: -.18em; transform: translateX(-50%);
  font-size: 38vw; font-weight: 800; line-height: 1; letter-spacing: -.03em; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1.5px rgba(248, 96, 24, .16);
  user-select: none;
}
/* partículas de luz */
.hero__dust {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(2px 2px at 20% 30%, rgba(248, 96, 24, .45), transparent),
    radial-gradient(1.5px 1.5px at 70% 20%, rgba(8, 24, 56, .25), transparent),
    radial-gradient(2px 2px at 85% 70%, rgba(248, 96, 24, .35), transparent),
    radial-gradient(1.5px 1.5px at 40% 80%, rgba(8, 24, 56, .2), transparent),
    radial-gradient(2.5px 2.5px at 60% 55%, rgba(248, 96, 24, .3), transparent),
    radial-gradient(1.5px 1.5px at 10% 65%, rgba(248, 96, 24, .35), transparent);
  animation: dust 22s linear infinite;
}
@keyframes dust { from { transform: translateY(0); } to { transform: translateY(-60px); } }

.hero__grid { position: relative; z-index: 2; display: grid; gap: 2.2rem; align-items: center; }
.hero__copy { order: 2; }
.hero__stage { order: 1; }

.hero__overline { margin-bottom: 1.2rem; }
.hero__title {
  font-size: clamp(2.8rem, 6.6vw, 6.2rem);
  font-weight: 800; text-transform: uppercase; letter-spacing: .005em; line-height: .95;
  color: var(--navy);
}
.hero__title .line { display: block; overflow: hidden; padding-bottom: .04em; }
.hero__title .word { display: inline-block; }

.hero__number { display: flex; align-items: center; gap: 1rem; margin: 1rem 0 1.6rem; }
.hero__number-label {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-size: .7rem; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; color: var(--navy);
  border-left: 2px solid var(--orange); padding-left: .35rem;
}
.hero__digits {
  display: inline-flex; overflow: hidden;
  font-size: clamp(3.6rem, 9vw, 7.8rem); font-weight: 800; line-height: .9; letter-spacing: -.01em;
  color: var(--orange); font-variant-numeric: tabular-nums;
  text-shadow: 0 0 40px rgba(248, 96, 24, .35);
}
.hero__digits span { display: inline-block; }
.hero__lead { max-width: 36rem; font-size: clamp(1rem, 1.4vw, 1.12rem); color: var(--ink-soft); margin-bottom: 2rem; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: .9rem; }

/* Palco: retrato + urna */
/* Mobile: palco compacto para o nome e o número caberem na primeira dobra */
.hero__stage { position: relative; width: 64%; max-width: 320px; justify-self: end; margin: 0 4% 1.5rem 0; }
.portrait { position: relative; margin: 0; }
.portrait__glow {
  position: absolute; inset: -12% -18%; z-index: -1;
  background:
    radial-gradient(circle at 50% 40%, rgba(248, 96, 24, .45), transparent 55%),
    radial-gradient(circle at 50% 60%, rgba(255, 200, 160, .5), transparent 65%);
  filter: blur(30px);
}
.portrait__frame {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 5; border-radius: var(--radius);
  background: #E9E9EE;
  box-shadow: var(--shadow-lg);
}
.portrait__frame::after { /* luz de recorte + leve vinheta */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .0) 55%, rgba(8, 24, 56, .28) 100%),
              linear-gradient(115deg, rgba(255, 255, 255, .25), transparent 40%);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transform-origin: 50% 30%; }

.scroll-cue {
  position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: 3;
  display: none; flex-direction: column; align-items: center; gap: .5rem;
  font-size: .62rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; text-decoration: none; color: var(--ink-soft);
}
.scroll-cue span { width: 1px; height: 38px; background: linear-gradient(var(--orange), transparent); animation: cue 2s var(--ease-out) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (min-width: 768px) {
  .hero__stage { width: 50%; max-width: 400px; justify-self: center; margin-right: 0; }
}
@media (min-width: 1024px) {
  .hero { padding-bottom: 3rem; }
  .hero__grid { grid-template-columns: 1.08fr .92fr; gap: 3rem; }
  .hero__copy { order: 1; }
  .hero__stage { order: 2; width: min(100%, 520px, 62vh); max-width: none; justify-self: end; margin: 0 1rem 0 0; }
  .scroll-cue { display: flex; }
}

/* =========================================================
   URNA ELETRÔNICA (tudo em cqw → escala perfeita com a largura)
   ========================================================= */
.urna {
  position: absolute; z-index: 4;
  width: 104%; left: -38%; bottom: -10%;
  container-type: inline-size;
  transform-origin: 50% 50%;
  perspective: 1200px;
}
@media (min-width: 1024px) { .urna { width: 78%; left: -30%; bottom: -5%; } }

.urna__body {
  position: relative;
  display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: auto 1fr;
  column-gap: 3cqw; row-gap: 1.8cqw;
  padding: 2.4cqw 3cqw 3.2cqw;
  border-radius: 3.4cqw;
  background: linear-gradient(165deg, #F4F1EB 0%, #E3DFD6 50%, #CEC9BE 100%);
  box-shadow:
    0 5cqw 9cqw -3cqw rgba(8, 24, 56, .45),
    0 1.2cqw 2.4cqw rgba(8, 24, 56, .16),
    inset 0 .35cqw 0 rgba(255, 255, 255, .9),
    inset 0 -.8cqw 1.6cqw rgba(0, 0, 0, .1);
  transform-style: preserve-3d;
}
.urna__body::before { /* reflexo especular */
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .55) 0%, transparent 28%, transparent 70%, rgba(255, 255, 255, .25) 100%);
}
.urna__top { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
.urna__brand {
  display: inline-flex; align-items: center; gap: 1cqw;
  font-size: 1.55cqw; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; color: #5E636D;
}
.urna__brand i { width: 2.4cqw; height: 2.4cqw; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #7A8290, #3E4550); box-shadow: inset 0 0 0 .3cqw #9AA1AC; }
.urna__grille { width: 12cqw; height: 1.6cqw; background: radial-gradient(circle, rgba(60, 64, 72, .55) 32%, transparent 36%) 0 0 / 1.6cqw 1.6cqw; }

.urna__screen {
  padding: 1.5cqw; border-radius: 1.8cqw;
  background: linear-gradient(160deg, #353A42, #22262C);
  box-shadow: inset 0 .4cqw 1.2cqw rgba(0, 0, 0, .6), 0 .2cqw 0 rgba(255, 255, 255, .6);
}
.screen {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3;
  display: grid; grid-template-columns: 1fr 13.5cqw; grid-template-rows: 1fr auto; column-gap: 1.5cqw;
  padding: 2.1cqw 2.2cqw 0;
  border-radius: .7cqw;
  background: linear-gradient(180deg, #F6F8F3, #E6EAE2);
  color: #16191E;
  font-weight: 600;
}
.screen::after { /* scanlines + vidro */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, .025) 0 1px, transparent 1px 3px),
    linear-gradient(125deg, rgba(255, 255, 255, .55) 0%, transparent 35%);
}
.screen p { margin: 0; }
.screen__for { font-size: 1.45cqw; letter-spacing: .04em; text-transform: uppercase; }
.screen__role { font-size: 2.5cqw; font-weight: 800; text-transform: uppercase; margin: .6cqw 0 1.8cqw !important; letter-spacing: .02em; }
.screen__num { display: flex; align-items: center; gap: .55cqw; margin-bottom: 1.8cqw; }
.screen__num-label { font-size: 1.45cqw; margin-right: .6cqw; }
.digit {
  width: 4cqw; height: 5.2cqw; display: grid; place-items: center;
  border: .22cqw solid #16191E; border-radius: .3cqw;
}
.digit i {
  font-style: normal; font-size: 3.6cqw; font-weight: 800; line-height: 1;
  color: var(--orange); text-shadow: 0 0 1.4cqw rgba(248, 96, 24, .55);
}
.screen__info { font-size: 1.3cqw; line-height: 1.55; text-transform: uppercase; }
.screen__info b { font-weight: 800; }
.screen__photo { grid-column: 2; grid-row: 1; align-self: start; text-align: center; }
.screen__photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: .2cqw solid #16191E; }
.screen__photo span { display: block; margin-top: .5cqw; font-size: .95cqw; text-transform: uppercase; letter-spacing: .04em; }
.screen__footer {
  position: relative; grid-column: 1 / -1;
  border-top: .2cqw solid #16191E; padding: .9cqw 0 1.1cqw;
  font-size: 1.12cqw; line-height: 1.4; text-transform: uppercase;
  min-height: 6.4cqw;
}
.c-green { color: #0E7A33; } .c-orange { color: var(--orange-ink); }
.screen__hint { display: block; visibility: hidden; }   /* estado final: mostra "voto confirmado" */
.screen__ok {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  font-size: 2.2cqw; font-weight: 800; letter-spacing: .06em; color: #0E7A33;
}
.screen__fim {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 12cqw; font-weight: 800; letter-spacing: .12em; color: #16191E;
  background: linear-gradient(180deg, #F6F8F3, #E6EAE2);
  opacity: 0; visibility: hidden;
}
.screen__flash { position: absolute; inset: 0; background: #fff; opacity: 0; visibility: hidden; pointer-events: none; }

.urna__keypad {
  display: flex; flex-direction: column; gap: 2.2cqw;
  padding: 2.2cqw; border-radius: 1.8cqw;
  background: linear-gradient(170deg, #23262C, #111317);
  box-shadow: inset 0 .3cqw 0 rgba(255, 255, 255, .08), inset 0 -.6cqw 1.2cqw rgba(0, 0, 0, .5), 0 .2cqw 0 rgba(255, 255, 255, .6);
}
.keys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4cqw 1.6cqw; }
.key {
  height: 5.5cqw; display: grid; place-items: center;
  border-radius: 1cqw;
  background: linear-gradient(180deg, #33373E, #1B1E23);
  color: #fff; font-size: 2.7cqw; font-weight: 700; line-height: 1;
  box-shadow: 0 .45cqw 0 #060708, inset 0 .18cqw 0 rgba(255, 255, 255, .14);
  transition: transform .08s, box-shadow .08s, background .08s, color .08s;
}
.key--0 { grid-column: 2; }
.key.is-hit { transform: translateY(.35cqw); box-shadow: 0 .1cqw 0 #060708, 0 0 2.4cqw rgba(248, 96, 24, .8); background: var(--orange); color: var(--navy); }

.actions { display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 1.2cqw; align-items: end; margin-top: auto; }
.act {
  height: 5.8cqw; display: grid; place-items: center; border-radius: 1cqw;
  font-size: 1.2cqw; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #16191E;
  box-shadow: 0 .45cqw 0 rgba(0, 0, 0, .55), inset 0 .18cqw 0 rgba(255, 255, 255, .45);
  transition: transform .1s, box-shadow .1s, filter .1s;
}
.act--branco { background: linear-gradient(180deg, #FFFFFF, #E4E4E0); }
.act--corrige { background: linear-gradient(180deg, #FF8240, var(--orange)); }
.act--confirma { height: 7.4cqw; background: linear-gradient(180deg, #3CC466, var(--green)); }
.act.is-hit { transform: translateY(.35cqw); box-shadow: 0 .1cqw 0 rgba(0, 0, 0, .55), 0 0 3cqw rgba(30, 162, 74, .9); filter: brightness(1.15); }

/* =========================================================
   SEÇÕES
   ========================================================= */
.section { position: relative; padding: clamp(5rem, 11vw, 9rem) 0; }

/* ---------- 2. Sobre ---------- */
.sobre { background: var(--white); }
.sobre__grid { display: grid; gap: 4rem; align-items: center; }
.sobre__media { position: relative; max-width: 480px; width: 100%; margin-inline: auto; }
.media { margin: 0; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; box-shadow: var(--shadow-lg); background: #ECECF1; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.tag {
  position: absolute; z-index: 2;
  display: flex; flex-direction: column;
  padding: .9rem 1.2rem; border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px -18px rgba(8, 24, 56, .4);
  line-height: 1.3;
}
.tag b { font-size: .85rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
.tag span { font-size: .75rem; color: var(--ink-soft); }
.tag--a { left: -.5rem; bottom: 12%; border-left: 3px solid var(--orange); }
.tag--b { right: -.5rem; top: 10%; border-left: 3px solid var(--navy); }
@media (min-width: 768px) { .tag--a { left: -2.5rem; } .tag--b { right: -2rem; } }
@media (min-width: 1024px) {
  .sobre__grid { grid-template-columns: .9fr 1.1fr; gap: 6rem; }
}

/* ---------- Faixas cruzadas ---------- */
.bands { position: relative; height: clamp(150px, 20vw, 240px); overflow: hidden; background: var(--white); }
.band { position: absolute; left: -5%; width: 110%; top: 50%; padding: .9rem 0; white-space: nowrap; overflow: hidden; }
.band--navy { background: var(--navy); color: transparent; transform: translateY(-50%) rotate(3deg); -webkit-text-stroke: 1px rgba(255, 255, 255, .5); }
.band--orange { background: var(--orange); color: var(--navy); transform: translateY(-50%) rotate(-2.5deg); box-shadow: 0 20px 40px -20px rgba(248, 96, 24, .6); }
.band__track { display: inline-flex; will-change: transform; }
.band__track span { font-size: clamp(1.4rem, 3.4vw, 2.6rem); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; padding-right: .3em; }

/* ---------- 3. Valores (painel navy que "abre" na tela) ---------- */
.valores { position: relative; background: var(--white); padding: 0 0 clamp(2rem, 4vw, 3rem); }
.valores__panel {
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse 70% 60% at 85% 0%, rgba(248, 96, 24, .22), transparent 60%),
              radial-gradient(ellipse 60% 50% at 0% 100%, rgba(248, 96, 24, .12), transparent 60%),
              linear-gradient(180deg, var(--navy-2), var(--navy) 60%, #050F24);
  color: var(--on-dark);
  padding: clamp(5rem, 11vw, 9rem) 0;
  border-radius: var(--radius);
  margin-inline: .5rem;
  transform-origin: 50% 0;
}
@media (min-width: 768px) { .valores__panel { margin-inline: 1rem; } }
.valores__fx { /* grade sutil + vinheta */
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%);
          mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%);
}
.valores .container { position: relative; }
.valores__head { max-width: 40rem; margin-bottom: 3rem; }

.cards { display: grid; gap: 1.2rem; margin-bottom: clamp(4rem, 8vw, 6rem); }
@media (min-width: 900px) { .cards { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.card {
  --mx: 50%; --my: 50%;
  position: relative; overflow: hidden;
  padding: 2.2rem 2rem 2.4rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: transform .6s var(--ease-out), border-color .4s, background .4s;
}
.card::before { /* spotlight que segue o cursor */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(420px circle at var(--mx) var(--my), rgba(248, 96, 24, .22), transparent 45%);
}
.card:hover { transform: translateY(-6px); border-color: rgba(248, 96, 24, .5); background: rgba(255, 255, 255, .07); }
.card:hover::before { opacity: 1; }
.card__n { position: absolute; top: 1.2rem; right: 1.5rem; font-size: 3.2rem; font-weight: 800; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .18); }
.card__icon {
  display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 1.8rem;
  border-radius: 16px; background: rgba(248, 96, 24, .14); color: var(--orange);
  box-shadow: 0 0 0 1px rgba(248, 96, 24, .35), 0 0 30px -6px rgba(248, 96, 24, .6);
}
.card__icon .i { width: 28px; height: 28px; }
.card h3 { font-size: 1.15rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; line-height: 1.25; margin-bottom: .8rem; }
.card p { color: var(--on-dark-soft); margin: 0; }

.valores__text { display: grid; gap: 2.5rem; }
.valores__quote {
  position: relative; margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem); font-weight: 300; line-height: 1.55; color: #fff;
  padding-left: 1.5rem; border-left: 3px solid var(--orange);
}
.valores__cols { display: grid; gap: 1.5rem; }
.valores__cols p { color: var(--on-dark-soft); margin: 0; }
@media (min-width: 900px) {
  .valores__text { grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: start; }
}

/* ---------- 4. Plano ---------- */
.plano { background: var(--bg); }
.plano__head { display: grid; gap: 2rem; margin-bottom: 3.5rem; }
.plano__head > * { min-width: 0; }
.plano__intro > p { font-size: 1.1rem; color: var(--ink-soft); }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem 1rem; margin: 1.8rem 0 0; }
@media (min-width: 768px) { .stats { grid-template-columns: repeat(3, auto); justify-content: start; gap: 1.5rem 2.5rem; } }
.stats div { border-top: 2px solid var(--navy); padding-top: .8rem; }
.stats dt { font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.stats dd { margin: 0; font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.1; color: var(--navy); font-variant-numeric: tabular-nums; }
.stats__num { color: var(--orange-ink) !important; }
@media (min-width: 1024px) { .plano__head { grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: end; } }

.eixos { border-bottom: 1px solid var(--line); }
.eixo { position: relative; border-top: 1px solid var(--line); }
.eixo::before { /* linha laranja que "carrega" no hover / aberto */
  content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 2px;
  background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease-out);
}
.eixo:hover::before, .eixo.is-open::before { transform: scaleX(1); }
.eixo__h { font-size: inherit; }
.eixo__head {
  width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .4rem 1.2rem;
  padding: 1.6rem 0; border: 0; background: none; text-align: left; cursor: pointer;
}
.eixo__n {
  grid-row: span 2;
  font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; line-height: 1; min-width: 2.2ch;
  color: transparent; -webkit-text-stroke: 1.5px var(--navy);
  transition: color .4s, -webkit-text-stroke-color .4s;
}
.eixo__t { font-size: clamp(1rem, 2vw, 1.4rem); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; line-height: 1.2; color: var(--navy); }
.eixo__meta { grid-column: 2; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-ink); }
.eixo__plus {
  grid-column: 3; grid-row: 1 / span 2;
  position: relative; width: 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid var(--navy); transition: background .4s, border-color .4s, transform .6s var(--ease-out);
}
.eixo__plus::before, .eixo__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2px; margin: -1px 0 0 -8px; background: var(--navy); transition: transform .5s var(--ease-out), background .3s; }
.eixo__plus::after { transform: rotate(90deg); }
.eixo__head:hover .eixo__n { -webkit-text-stroke-color: var(--orange); }
.eixo__head:hover .eixo__plus { background: var(--navy); }
.eixo__head:hover .eixo__plus::before, .eixo__head:hover .eixo__plus::after { background: #fff; }
.eixo.is-open .eixo__n { color: var(--orange); -webkit-text-stroke-color: var(--orange); }
.eixo.is-open .eixo__plus { background: var(--orange); border-color: var(--orange); transform: rotate(180deg); }
.eixo.is-open .eixo__plus::before { background: var(--navy); }
.eixo.is-open .eixo__plus::after { transform: rotate(0deg); background: var(--navy); }
@media (min-width: 768px) {
  .eixo__head { grid-template-columns: 6rem 1fr auto auto; padding: 2rem 0; }
  .eixo__n { grid-row: auto; }
  .eixo__meta { grid-column: 3; }
  .eixo__plus { grid-column: 4; grid-row: auto; }
}

.eixo__panel { overflow: hidden; }
.eixo__body { display: grid; gap: 2rem; padding: 0 0 2.5rem; }
.eixo__desc { font-size: 1.05rem; color: var(--ink); margin: 0; }
.props { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.props li {
  display: flex; align-items: flex-start; gap: .9rem;
  padding: 1rem 1.1rem; border-radius: 14px;
  background: var(--white); border: 1px solid var(--line);
  color: var(--navy); line-height: 1.35;
  transition: transform .45s var(--ease-out), border-color .3s, box-shadow .45s;
}
.props li:hover { transform: translateX(4px); border-color: rgba(248, 96, 24, .5); box-shadow: 0 12px 24px -16px rgba(8, 24, 56, .35); }
.props span {
  flex: none; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 10px;
  background: var(--navy); color: #fff; font-size: .72rem; font-weight: 800;
  margin-top: .1rem;
}
.props__body { display: flex; flex-direction: column; gap: .3rem; min-width: 0; }
.props__body b { font-weight: 700; font-size: .95rem; color: var(--navy); letter-spacing: .01em; }
.props__body small { font-size: .82rem; font-weight: 400; color: var(--ink-soft); line-height: 1.45; }
.fisc__list { margin: .2rem 0 1.1em 1.1rem; padding: 0; color: var(--ink-soft); display: grid; gap: .5rem; }
.fisc__list li { line-height: 1.55; }
.fisc__list li::marker { color: var(--orange); }
.fisc__text p { color: var(--ink-soft); }
.fisc__text .eixo__desc { color: var(--ink); margin-bottom: 1.1em; }
.fisc__text strong { color: var(--navy); }
.fisc__media { margin: 0; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; max-width: 380px; box-shadow: var(--shadow-lg); }
.fisc__media img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 768px) { .props { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
  .eixo__body { grid-template-columns: .9fr 1.1fr; gap: 4rem; padding-left: 7.2rem; }
  .eixo__body--fisc { grid-template-columns: 1.3fr .7fr; align-items: start; }
}

/* ---------- 5. Apoie ---------- */
.apoie { background: var(--white); overflow: hidden; }
.apoie__glow { position: absolute; width: 60vw; height: 60vw; right: -20vw; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(248, 96, 24, .16), transparent 65%); pointer-events: none; }
.apoie__grid { position: relative; display: grid; gap: 4rem; align-items: center; }
.punch {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.2; text-transform: uppercase; color: var(--navy);
  margin: 2rem 0 2.2rem;
}
.punch em { font-style: normal; color: var(--orange-ink); background: linear-gradient(transparent 70%, rgba(248, 96, 24, .22) 70%); }

.apoie__side { position: relative; display: grid; justify-items: center; }
.santinho {
  margin: 0; width: min(68%, 320px);
  border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
  transform: rotate(4deg); transition: transform .8s var(--ease-out);
}
.santinho:hover { transform: rotate(0deg) scale(1.02); }
.santinho img { width: 100%; }
.pix {
  position: relative; width: 100%; max-width: 440px; margin-top: -3rem;
  padding: 1.8rem; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--navy-3), var(--navy));
  color: #fff; box-shadow: 0 40px 70px -30px rgba(8, 24, 56, .7);
}
.pix::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(140deg, rgba(248, 96, 24, .8), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.pix__label { display: flex; align-items: center; gap: .6rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; font-size: .8rem; color: var(--orange); margin-bottom: 1rem; }
.pix__label .i { width: 1.4em; height: 1.4em; }
.pix__caption { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-soft); margin-bottom: .4rem; }
.pix__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1rem; padding: .9rem 0 1.1rem; border-bottom: 1px solid rgba(255, 255, 255, .12); margin-bottom: 1rem; }
.pix__key { font-family: inherit; font-size: clamp(1rem, 4.5vw, 1.45rem); font-weight: 800; letter-spacing: .01em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pix__note { font-size: .82rem; color: var(--on-dark-soft); margin: 0; line-height: 1.55; }
.js-copy.is-copied { background: #fff; }
@media (min-width: 1024px) {
  .apoie__grid { grid-template-columns: 1.05fr .95fr; gap: 5rem; }
  .apoie__side { justify-items: end; padding-bottom: 3rem; }
  .santinho { width: 58%; margin-right: 4%; }
  .pix { position: absolute; left: 0; bottom: 0; width: 72%; margin: 0; }
}

/* ---------- 6. Contato ---------- */
.contato { background: var(--bg); }
.contato__grid { display: grid; gap: 3.5rem; align-items: start; }
.channels { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: .9rem; }
.channel {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.2rem; border-radius: 20px;
  background: var(--white); border: 1px solid var(--line); text-decoration: none;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s;
}
.channel:hover { transform: translateY(-3px); border-color: rgba(248, 96, 24, .45); box-shadow: 0 22px 40px -24px rgba(8, 24, 56, .45); }
.channel__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--navy); color: #fff; flex: none; }
.channel__icon--ig { background: linear-gradient(45deg, #F9A13A, #F86018 35%, #D8317A 70%, #8A3AB9); }
.channel__icon .i { width: 24px; height: 24px; }
.channel__txt { display: flex; flex-direction: column; min-width: 0; font-weight: 700; color: var(--navy); overflow-wrap: anywhere; line-height: 1.35; }
.channel__txt small { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; }
.channel__arrow { margin-left: auto; color: var(--orange-ink); transition: transform .45s var(--ease-out); }
.channel:hover .channel__arrow { transform: translateX(4px); }

.form {
  padding: clamp(1.5rem, 4vw, 2.6rem); border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.form__title { font-size: 1.15rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--navy); margin-bottom: 1.5rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; margin-bottom: .45rem; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); }
.field input, .field textarea {
  width: 100%; padding: .95rem 1.1rem; border-radius: 14px;
  border: 1.5px solid var(--line); background: var(--bg);
  font: inherit; font-size: 1rem; color: var(--ink);
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: #8390A6; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); background: #fff; box-shadow: 0 0 0 4px rgba(248, 96, 24, .15); }
.field [aria-invalid="true"] { border-color: #C0262D; }
.form__status { margin: 1rem 0 0; font-size: .9rem; font-weight: 600; min-height: 1.4em; color: var(--ink); }
.form__status.is-error { color: #B3232A; }
@media (min-width: 1024px) { .contato__grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }

/* ---------- Rodapé (créditos finais) ---------- */
.footer { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--navy-2), #040C1E); color: var(--on-dark); padding: 5rem 0 2rem; }
.footer__top { display: grid; gap: 1.5rem; justify-items: start; }
.footer__tag { margin: 0; color: var(--on-dark-soft); max-width: 28rem; }
.footer__credits {
  display: flex; justify-content: center; overflow: hidden;
  margin: 3rem 0 2rem;
  font-size: clamp(5rem, 24vw, 21rem); font-weight: 800; line-height: .85; letter-spacing: -.02em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(248, 96, 24, .55);
  user-select: none;
}
.footer__credits span { display: inline-block; }
.footer__legal { display: grid; gap: .4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--on-dark-soft); }
.footer__legal p { margin: 0; }
@media (min-width: 768px) {
  .footer__top { grid-template-columns: auto 1fr auto; align-items: center; gap: 3rem; }
  .footer__legal { grid-template-columns: 1fr auto; }
}

/* ---------- Botão flutuante (mobile) + toast ---------- */
.fab {
  position: fixed; z-index: 40; left: 1rem; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom));
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1rem; border-radius: 999px;
  background: var(--orange); color: var(--navy); text-decoration: none;
  font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  box-shadow: 0 18px 40px -12px rgba(248, 96, 24, .7), 0 0 0 1px rgba(255, 255, 255, .4) inset;
  transform: translateY(160%); transition: transform .6s var(--ease-out);
}
.fab.is-visible { transform: none; }
@media (min-width: 1024px) { .fab { display: none; } }

.toast {
  position: fixed; z-index: 90; left: 50%; bottom: 6rem;
  padding: .85rem 1.3rem; border-radius: 999px;
  background: var(--navy); color: #fff; font-weight: 700; font-size: .9rem;
  box-shadow: 0 20px 40px -16px rgba(8, 24, 56, .6);
  transform: translate(-50%, 20px); opacity: 0; pointer-events: none;
  transition: transform .5s var(--ease-out), opacity .4s;
}
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

/* =========================================================
   Movimento reduzido: sem animações pesadas
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .grain { display: none; }
}
