/* ============================================================
   V2G — Design System das telas (mockups mobile-first)
   Paleta extraída do rebrand:
   cobalto #2B4CCE · lima #E3FC66 · navy #0B1B2B · gelo #ABEAFD · off-white #F0F2EF
   Regras: lima só para celebração/ganho (nunca em botão de cobrança);
   navy = um elemento por tela; sem a palavra "grátis" em lugar nenhum.
   ============================================================ */

:root {
  --offwhite: #F0F2EF;
  --navy: #0B1B2B;
  --cobalt: #2B4CCE;
  --cobalt-dark: #2340B0;
  --lime: #E3FC66;
  --ice: #ABEAFD;
  --ice-soft: #DDF4FC;
  --ink: #0B1B2B;
  --ink-soft: #4A5C6E;
  --ink-mute: #7A8B9B;
  --line: #D7DDD9;
  --white: #FFFFFF;
  /* semânticas de status — separadas do acento da marca */
  --good: #2E9E5B;
  --good-soft: #E2F3E8;
  --warn: #B97F1D;
  --warn-soft: #FAEFD8;
  --crit: #C24A44;
  --crit-soft: #F9E4E2;
  --display: 'Bahnschrift', 'Segoe UI Semibold', 'Segoe UI', system-ui, sans-serif;
  --body: 'Segoe UI', system-ui, -apple-system, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--offwhite);
  background-image: radial-gradient(rgba(43, 76, 206, 0.07) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  color: var(--ink);
  font-family: var(--body);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--lime); color: var(--navy); }

a { color: var(--cobalt); }
button { font-family: inherit; cursor: pointer; }
button:focus-visible, input:focus-visible, a:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--cobalt);
  outline-offset: 2px;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- faixa de cabeçalho (página de apresentação) ---------- */
.band {
  background: var(--navy);
  background-image: radial-gradient(rgba(171, 234, 253, 0.14) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  color: var(--offwhite);
  padding: 52px 0 46px;
}
.band.mini { padding: 36px 0 32px; }
.band-top { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.band.mini .band-top { margin-bottom: 20px; }
.band-wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.band-wordmark .wm {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.band-wordmark .wm small {
  display: block;
  font-family: var(--body);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ice);
  margin-top: 2px;
}
.band-chip {
  margin-left: auto;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(171, 234, 253, 0.4);
  color: var(--ice);
  padding: 7px 14px;
}
.band h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.04;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  text-wrap: balance;
  max-width: 20ch;
}
.band.mini h1 { font-size: clamp(26px, 3.6vw, 40px); }
.band h1 em { font-style: normal; color: var(--lime); }
.band .lead {
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(240, 242, 239, 0.85);
  margin: 0;
}
.band .lead strong { color: var(--lime); font-weight: 600; }
.verdict {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 13px;
  color: var(--ice);
}
.verdict .dot { width: 8px; height: 8px; background: var(--lime); flex: none; }

/* ---------- logomark pixelado ---------- */
.mark { display: grid; gap: 2px; width: max-content; }
.mark i { display: block; width: var(--px, 8px); height: var(--px, 8px); background: var(--mark-c, var(--offwhite)); }
.mark i.off { background: var(--mark-off, rgba(240, 242, 239, 0.14)); visibility: hidden; }

/* ---------- seção de fluxo / grade de telefones ---------- */
.flow { padding: 56px 0 8px; }
.flow-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.flow-head h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  letter-spacing: 0.01em;
}
.flow-head .rule { flex: 1; height: 1px; background: var(--line); min-width: 60px; }
.flow-sub { color: var(--ink-soft); font-size: 15px; line-height: 1.6; max-width: 72ch; margin: 0 0 34px; }

.phones {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 34px;
  justify-content: flex-start;
  align-items: flex-start;
}
.stage { width: 332px; max-width: 100%; }
.stage-tag {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cobalt);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.stage-tag .n {
  background: var(--cobalt);
  color: var(--white);
  font-weight: 700;
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px;
  flex: none;
}
.stage-tag.dark .n { background: var(--navy); }
.stage-tag.dark { color: var(--navy); }

.phone {
  background: var(--navy);
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 24px 48px -20px rgba(11, 27, 43, 0.45);
}
.screen {
  background: var(--offwhite);
  border-radius: 26px;
  height: 648px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(43, 76, 206, 0.35) transparent;
}
.screen.dark { background: var(--navy); }
.screen::-webkit-scrollbar { width: 4px; }
.screen::-webkit-scrollbar-thumb { background: rgba(43, 76, 206, 0.35); border-radius: 2px; }

.statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 20px 4px;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
}
.screen.dark .statusbar { color: rgba(240, 242, 239, 0.5); }

.sc-body { padding: 10px 20px 26px; }

/* ---------- rail de progresso pixelado ---------- */
.rail { margin: 8px 0 20px; }
.rail-track { display: flex; gap: 5px; }
.rail-step { flex: 1; }
.rail-blocks { display: flex; gap: 2px; }
.rail-blocks i { flex: 1; height: 7px; background: rgba(43, 76, 206, 0.16); display: block; }
.rail-blocks i.lit { background: var(--lime); box-shadow: 0 0 0 1px rgba(11, 27, 43, 0.12) inset; }
.rail-blocks i.on { background: var(--cobalt); }
.rail-labels { display: flex; gap: 5px; margin-top: 6px; }
.rail-labels span {
  flex: 1;
  font-family: var(--display);
  font-size: 9.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: flex; align-items: center; gap: 4px;
}
.rail-labels span.now { color: var(--cobalt); font-weight: 700; }
.rail-labels span.done { color: var(--ink); }
.rail-note { font-size: 11.5px; color: var(--ink-soft); margin-top: 7px; }
.rail-note b { color: var(--ink); }
.lock { width: 9px; height: 9px; flex: none; }

/* ---------- tipografia dentro do telefone ---------- */
.h-screen {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.005em;
  margin: 0 0 10px;
  color: var(--navy);
  text-wrap: balance;
}
.screen.dark .h-screen { color: var(--offwhite); }
.sub-screen { font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 20px; }
.screen.dark .sub-screen { color: rgba(240, 242, 239, 0.75); }

.eyebrow {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 10px;
}

/* ---------- formulários ---------- */
.field { margin-bottom: 14px; }
.field label {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}
.field .check {
  width: 14px; height: 14px;
  background: var(--lime);
  color: var(--navy);
  display: none;
  align-items: center; justify-content: center;
}
.field.valid .check { display: inline-flex; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  background: var(--white);
  padding: 12px 13px;
  font-size: 15px;
  font-family: var(--body);
  color: var(--ink);
  border-radius: 4px;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-mute); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cobalt); outline: none; }
.field .note { font-size: 11.5px; line-height: 1.45; color: var(--ink-soft); margin-top: 5px; }

.cta {
  display: block;
  width: 100%;
  background: var(--cobalt);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 15px 16px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.03em;
  transition: background 0.15s ease;
  text-align: center;
  text-decoration: none;
}
.cta:hover { background: var(--cobalt-dark); }
.cta.ghost {
  background: transparent;
  color: var(--cobalt);
  border: 1.5px solid var(--cobalt);
}
.cta.on-dark { background: var(--offwhite); color: var(--navy); }
.cta.on-dark:hover { background: var(--white); }
.cta.quiet {
  background: transparent;
  color: var(--ink-soft);
  border: 1.5px solid var(--line);
  font-weight: 400;
}

.price-note {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  text-align: center;
  margin: 10px 0 0;
}
.price-note b { color: var(--ink); }
.sc-footer {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 14px;
  font-size: 11.5px;
  color: var(--ink-mute);
  text-align: center;
  line-height: 1.6;
}
.sc-footer a { font-weight: 600; text-decoration: none; }

/* ---------- cartões e blocos ---------- */
.card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 12px;
}
.trust {
  background: var(--ice-soft);
  border: 1.5px solid var(--ice);
  border-radius: 6px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 16px;
}
.trust b { display: block; font-family: var(--display); font-size: 13px; margin-bottom: 3px; }
.trust .wa { font-weight: 600; color: var(--cobalt); text-decoration: none; }

.navy-card {
  background: var(--navy);
  background-image: radial-gradient(rgba(171, 234, 253, 0.12) 1px, transparent 1px);
  background-size: 16px 16px;
  color: var(--offwhite);
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 16px;
}
.navy-card .big {
  font-family: var(--display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--lime);
  font-size: 36px;
  line-height: 1;
}
.navy-card p { font-size: 12px; line-height: 1.55; color: rgba(240, 242, 239, 0.82); margin: 8px 0 0; }

/* ---------- métricas (dashboard) ---------- */
.metrics { display: flex; gap: 9px; margin-bottom: 16px; }
.metric {
  flex: 1;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 11px 10px 10px;
  min-width: 0;
}
.metric .m-label {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.metric .m-value {
  font-family: var(--display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  color: var(--navy);
  line-height: 1.1;
}
.metric .m-delta { font-size: 10px; margin-top: 4px; color: var(--ink-soft); }
.metric .m-delta.up { color: var(--good); font-weight: 600; }
.metric .m-delta.down { color: var(--crit); font-weight: 600; }

/* banner de meta batida (gamificação) */
.goal-banner {
  display: flex; align-items: center; gap: 12px;
  background: var(--navy);
  color: var(--offwhite);
  border-radius: 8px;
  padding: 13px 14px;
  margin-bottom: 16px;
}
.goal-banner .trophy {
  width: 34px; height: 34px; flex: none;
  background: var(--lime);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
}
.goal-banner b { font-family: var(--display); font-size: 13.5px; display: block; }
.goal-banner span { font-size: 11.5px; color: rgba(240, 242, 239, 0.75); }

/* ---------- pills de status (linguagem simples) ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill.ok { background: var(--good-soft); color: var(--good); }
.pill.warn { background: var(--warn-soft); color: var(--warn); }
.pill.crit { background: var(--crit-soft); color: var(--crit); }
.pill.info { background: var(--ice-soft); color: var(--cobalt); }
.pill.off { background: rgba(11, 27, 43, 0.07); color: var(--ink-mute); }

/* ---------- linhas de lista (campanhas, criativos, alertas) ---------- */
.list-row {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  margin-bottom: 10px;
}
.list-row .lr-head { display: flex; align-items: center; gap: 8px; }
.list-row .lr-title { font-family: var(--display); font-weight: 700; font-size: 13.5px; color: var(--navy); flex: 1; min-width: 0; }
.list-row .lr-nums {
  display: flex; gap: 14px;
  margin-top: 9px;
  font-size: 11px;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}
.list-row .lr-nums b { display: block; font-family: var(--display); font-size: 13px; color: var(--ink); }
.list-row .lr-actions { display: flex; gap: 8px; margin-top: 11px; }
.btn-sm {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1.5px solid var(--line);
  background: var(--white);
  color: var(--ink-soft);
}
.btn-sm.primary { border-color: var(--cobalt); color: var(--cobalt); font-weight: 700; }

/* ---------- navegação inferior fixa ---------- */
.bottomnav {
  position: sticky;
  bottom: 0;
  display: flex;
  background: var(--white);
  border-top: 1.5px solid var(--line);
  padding: 7px 6px 9px;
  margin-top: auto;
}
.bottomnav a {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.bottomnav a.active { color: var(--cobalt); font-weight: 700; }
.bottomnav .ico { width: 18px; height: 18px; display: block; }

/* ---------- stepper vertical (processamento) ---------- */
.stepper { margin: 0 0 18px; padding: 0; list-style: none; }
.stepper li { display: flex; gap: 12px; position: relative; padding-bottom: 22px; }
.stepper li::before {
  content: '';
  position: absolute;
  left: 10px; top: 24px; bottom: 2px;
  width: 2px;
  background: var(--line);
}
.stepper li:last-child::before { display: none; }
.stepper li.done::before { background: var(--lime); }
.stepper .node {
  width: 22px; height: 22px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: rgba(11, 27, 43, 0.07);
  color: var(--ink-mute);
  z-index: 1;
}
.stepper li.done .node { background: var(--lime); color: var(--navy); }
.stepper li.active .node { background: var(--cobalt); color: var(--white); }
.stepper .s-copy b { font-family: var(--display); font-size: 13.5px; color: var(--navy); display: block; }
.stepper .s-copy span { font-size: 11.5px; color: var(--ink-soft); line-height: 1.5; display: block; margin-top: 2px; }
.stepper li.pending .s-copy b { color: var(--ink-mute); }
@keyframes pulse-node { 0%, 100% { box-shadow: 0 0 0 0 rgba(43, 76, 206, 0.35); } 50% { box-shadow: 0 0 0 6px rgba(43, 76, 206, 0); } }
.stepper li.active .node { animation: pulse-node 1.8s ease infinite; }

/* ---------- chat conversacional (onboarding) ---------- */
.chat { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.bubble {
  max-width: 86%;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.bubble.ai {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-bottom-left-radius: 3px;
  align-self: flex-start;
  color: var(--ink);
}
.bubble.user {
  background: var(--cobalt);
  color: var(--white);
  border-bottom-right-radius: 3px;
  align-self: flex-end;
}
.chips-row { display: flex; flex-wrap: wrap; gap: 7px; }
.chip-opt {
  font-family: var(--display);
  font-size: 12px;
  padding: 8px 13px;
  border: 1.5px solid var(--cobalt);
  color: var(--cobalt);
  background: var(--white);
  border-radius: 999px;
}
.chip-opt.picked { background: var(--cobalt); color: var(--white); }

/* ---------- upload / criativos ---------- */
.upload-tile {
  border: 2px dashed var(--cobalt);
  border-radius: 8px;
  background: rgba(43, 76, 206, 0.04);
  padding: 20px 14px;
  text-align: center;
  color: var(--cobalt);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.upload-tile span { display: block; font-family: var(--body); font-weight: 400; font-size: 11.5px; color: var(--ink-soft); margin-top: 4px; }
.thumb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.thumb-ph {
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(135deg, #16324D, var(--navy));
  position: relative;
  overflow: hidden;
}
.thumb-ph .tag {
  position: absolute; left: 5px; bottom: 5px;
  font-family: var(--display);
  font-size: 8.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(240, 242, 239, 0.92);
  color: var(--navy);
  padding: 2px 6px;
}

/* ---------- alertas ---------- */
.alert-card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-left: 4px solid var(--cobalt);
  border-radius: 6px;
  padding: 13px 14px;
  margin-bottom: 10px;
}
.alert-card.warn { border-left-color: var(--warn); }
.alert-card.crit { border-left-color: var(--crit); }
.alert-card.good { border-left-color: var(--good); }
.alert-card b { font-family: var(--display); font-size: 13.5px; color: var(--navy); display: block; margin-bottom: 3px; }
.alert-card p { font-size: 12px; line-height: 1.5; color: var(--ink-soft); margin: 0 0 10px; }
.alert-card time { font-size: 10.5px; color: var(--ink-mute); display: block; margin-bottom: 6px; }

/* ---------- toggle ---------- */
.toggle { display: inline-flex; align-items: center; gap: 10px; }
.toggle .tk {
  width: 38px; height: 22px; border-radius: 999px;
  background: rgba(11, 27, 43, 0.15);
  position: relative;
  transition: background 0.15s ease;
  flex: none;
}
.toggle .tk::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--white);
  transition: left 0.15s ease;
}
.toggle.on .tk { background: var(--cobalt); }
.toggle.on .tk::after { left: 19px; }

/* ---------- legenda sob o telefone ---------- */
.caption { margin-top: 18px; }
.caption ul { margin: 0; padding: 0; list-style: none; }
.caption li {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  padding-left: 16px;
  position: relative;
  margin-bottom: 7px;
}
.caption li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 6px; height: 6px;
  background: var(--cobalt);
}
.caption li b { color: var(--ink); }

/* ---------- seções de apoio da página ---------- */
.system { padding: 64px 0 20px; }
.sys-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 30px; }
.sys-card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}
.sys-card h3 {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--navy);
}
.swatches { display: flex; flex-direction: column; gap: 9px; }
.swatch { display: flex; align-items: center; gap: 12px; font-size: 12.5px; }
.swatch .chip { width: 40px; height: 28px; flex: none; border-radius: 3px; border: 1px solid rgba(11,27,43,0.12); }
.swatch b { font-family: var(--display); font-variant-numeric: tabular-nums; color: var(--ink); min-width: 74px; display: inline-block; }
.swatch span { color: var(--ink-soft); line-height: 1.4; }
.rules { margin: 0; padding: 0; list-style: none; }
.rules li {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft);
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}
.rules li:last-child { border-bottom: none; }
.rules li b { color: var(--ink); }

/* ---------- navegação entre telas do projeto ---------- */
.pagenav { padding: 44px 0 72px; }
.pagenav .row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: space-between; }
.pagenav a {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 12px 18px;
  border: 1.5px solid var(--cobalt);
  color: var(--cobalt);
  font-weight: 700;
  background: var(--white);
}
.pagenav a.back { border-color: var(--line); color: var(--ink-soft); font-weight: 400; }

.roadmap { padding: 40px 0 72px; }
.roadmap .chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chip-next {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border: 1.5px solid var(--line);
  color: var(--ink-soft);
  background: var(--white);
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
}
a.chip-next:hover { border-color: var(--cobalt); color: var(--cobalt); }
.chip-next.hot {
  border-color: var(--cobalt);
  color: var(--cobalt);
  font-weight: 700;
}

/* ---------- celebração (tela escura) ---------- */
.celebrate {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
}
.confetti-layer { position: absolute; inset: 0; pointer-events: none; }
.confetti-layer i {
  position: absolute;
  top: -12px;
  width: 7px; height: 7px;
  background: var(--lime);
  animation: fall 2.4s linear forwards;
  animation-delay: var(--d, 0s);
  left: var(--x, 50%);
  opacity: 0;
}
.confetti-layer i.ice { background: var(--ice); }
@keyframes fall {
  0% { opacity: 1; transform: translateY(0) rotate(0deg); }
  100% { opacity: 0.9; transform: translateY(660px) rotate(300deg); }
}
.badge {
  font-family: var(--display);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--lime);
  padding: 6px 12px;
  width: max-content;
  margin-bottom: 16px;
}
.celebrate h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.08;
  color: var(--offwhite);
  margin: 0 0 12px;
  text-wrap: balance;
}
.celebrate p { font-size: 13.5px; line-height: 1.6; color: rgba(240, 242, 239, 0.75); margin: 0 0 26px; max-width: 26ch; }
.replay {
  position: absolute;
  right: 16px; bottom: 14px;
  background: transparent;
  border: 1px solid rgba(171, 234, 253, 0.4);
  color: var(--ice);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--display);
  padding: 5px 10px;
}

@media (max-width: 760px) {
  .band { padding: 40px 0 36px; }
  .phones { justify-content: center; }
  .band-chip { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .confetti-layer i { animation: none; opacity: 0.85; top: auto; bottom: calc(var(--yend, 20%)); }
  .stepper li.active .node { animation: none; }
  * { transition: none !important; }
}
