/* ==========================================================================
   Acuma — marketing site
   Tokens: miolo/tinta/saojoao/mandacaru/sertao herdados da identidade visual
   real do app e da extensão (mesma paleta, ver app_theme.dart / tokens.css) +
   "cordel" (assinatura da marca) e "cinema" (seções escuras que emolduram a
   demo de legenda).
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

:root {
  --paper: #F8EFDE;
  --paper-2: #F1E4CC;
  --surface: #FFFFFF;
  --ink: #251C13;
  --ink-soft: #4A3B2C;
  --mist: #8A7B68;
  --border: rgba(37, 28, 19, .14);

  --cordel: #E23E76;
  --cordel-strong: #C22C61;
  --cordel-ink: #7A1638;
  --cordel-tint: rgba(226, 62, 118, .14);

  --marigold: #C97F12;
  --marigold-strong: #A8690A;
  --marigold-ink: #6B4308;
  --marigold-tint: rgba(201, 127, 18, .16);

  --teal: #2E6B4E;
  --teal-tint: rgba(46, 107, 78, .13);

  --brick: #B4472E;
  --brick-tint: rgba(180, 71, 46, .12);

  --cinema: #14181F;
  --cinema-2: #1B212C;
  --paper-on-cinema: #F3EFE6;

  --font-display: 'Fraunces', Georgia, 'Iowan Old Style', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(20,24,31,.07), 0 1px 1px rgba(20,24,31,.04);
  --shadow-md: 0 10px 28px rgba(20,24,31,.12);
  --shadow-lg: 0 28px 70px rgba(10,12,16,.38);

  --container: 1180px;
  --container-narrow: 760px;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--font-display); color: var(--ink); margin: 0 0 .5em; font-weight: 600; letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 4.2vw + 1rem, 3.7rem); line-height: 1.06; font-weight: 600; }
h2 { font-size: clamp(1.7rem, 2.4vw + 1rem, 2.5rem); line-height: 1.16; }
h3 { font-size: 1.25rem; line-height: 1.3; }
p { margin: 0 0 1em; color: var(--ink-soft); }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--paper); padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 2.5px solid var(--marigold-strong); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: var(--container-narrow); }

.section { padding: clamp(56px, 7vw, 92px) 0; }

.eyebrow {
  font-family: var(--font-body); font-weight: 700; font-size: .8rem; letter-spacing: .09em;
  text-transform: uppercase; color: var(--marigold-ink); margin: 0 0 .9em;
}
.eyebrow.center { text-align: center; }
.center { text-align: center; }
.lead { font-size: 1.1rem; max-width: 46ch; }
.lead.center { max-width: 56ch; margin-left: auto; margin-right: auto; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: .96rem; text-decoration: none; cursor: pointer;
  padding: 12px 22px; border-radius: var(--radius-pill); border: 1.5px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--cordel); color: #FFFFFF; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--cordel-strong); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 15px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 244, 238, .82);
  backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--border); box-shadow: 0 1px 0 rgba(20,24,31,.03); }

.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }

.logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.logo-mark { width: 26px; height: 26px; color: var(--marigold-strong); flex-shrink: 0; }
.logo span { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; color: var(--ink); }

.nav-desktop { display: flex; align-items: center; gap: 30px; }
nav.nav-desktop a { font-size: .95rem; font-weight: 500; text-decoration: none; color: var(--ink-soft); transition: color .15s ease; }
nav.nav-desktop a:hover { color: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 10px; }
a.btn.nav-desktop { padding: 10px 18px; }

.menu-toggle {
  display: none; width: 42px; height: 42px; align-items: center; justify-content: center;
  background: transparent; border: 1.5px solid var(--border); border-radius: var(--radius-sm); cursor: pointer;
}
.menu-toggle svg { width: 20px; height: 20px; }

.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 8px 24px 22px; border-top: 1px solid var(--border); }
.nav-mobile a:not(.btn) { display: block; padding: 12px 4px; font-weight: 500; text-decoration: none; color: var(--ink-soft); border-bottom: 1px solid var(--border); }
.nav-mobile .btn { margin-top: 12px; text-decoration: none; }
.site-header.is-menu-open .nav-mobile { display: flex; }

@media (max-width: 880px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: inline-flex; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { padding: clamp(48px, 7vw, 88px) 0 clamp(56px, 8vw, 96px); }
.hero-inner { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }

.hero-copy h1 { margin-bottom: .38em; }
.hero-sub { font-size: 1.12rem; max-width: 50ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 14px; }
.hero-trust { font-size: .88rem; color: var(--mist); margin-bottom: 26px; }

.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; padding-top: 10px; border-top: 1px solid var(--border); }
.trust-strip li { display: flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; color: var(--ink-soft); }
.trust-strip svg { width: 17px; height: 17px; color: var(--teal); flex-shrink: 0; }

/* --- demo de legenda interativa (elemento-assinatura) --- */
.hero-demo { display: flex; flex-direction: column; gap: 12px; }

.demo-tabs { display: inline-flex; gap: 4px; background: var(--paper-2); padding: 4px; border-radius: var(--radius-pill); align-self: flex-start; }
.demo-tab {
  background: transparent; border: none; padding: 8px 15px; border-radius: var(--radius-pill);
  font-size: .84rem; font-weight: 600; color: var(--ink-soft); cursor: pointer; transition: all .15s ease;
}
.demo-tab.is-active { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }

.player-frame {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--cinema); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; justify-content: flex-end;
}
.player-scene { position: absolute; inset: 0; overflow: hidden; }
.player-scene .glow { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .55; }
.glow-a { width: 60%; height: 60%; left: -10%; top: -18%; background: radial-gradient(circle, var(--marigold), transparent 70%); }
.glow-b { width: 50%; height: 55%; right: -14%; top: 8%; background: radial-gradient(circle, var(--teal), transparent 70%); }
.glow-c { width: 46%; height: 50%; left: 22%; bottom: -22%; background: radial-gradient(circle, var(--brick), transparent 70%); opacity: .4; }

.player-chrome { position: relative; display: flex; align-items: center; gap: 10px; padding: 16px 18px 0; z-index: 2; }
.player-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef5b4e; box-shadow: 16px 0 #f2b23f, 32px 0 #34c980; }
.player-scene-label { margin-left: 10px; font-size: .78rem; color: rgba(243,239,230,.6); font-weight: 500; }
.player-speed { margin-left: auto; font-size: .76rem; font-weight: 700; color: var(--paper-on-cinema); background: rgba(243,239,230,.14); padding: 4px 10px; border-radius: var(--radius-pill); }

.player-progress { position: relative; z-index: 2; height: 4px; margin: 22px 18px 0; background: rgba(243,239,230,.18); border-radius: var(--radius-pill); overflow: hidden; }
.player-progress span { display: block; height: 100%; background: var(--marigold); border-radius: var(--radius-pill); }

.subtitle-line {
  position: relative; z-index: 2; text-align: center; padding: 26px 20px 30px;
  font-family: var(--font-display); font-weight: 500; font-size: clamp(1.05rem, 1.6vw + .6rem, 1.55rem);
  color: var(--paper-on-cinema); line-height: 1.4;
}
.subtitle-line .word {
  cursor: pointer; border: none; background: transparent; font: inherit; color: inherit; padding: 2px 4px; margin: 0 1px;
  border-radius: 5px; text-decoration: underline; text-decoration-style: dotted; text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(243,239,230,.32); text-underline-offset: 5px; transition: all .15s ease;
}
.subtitle-line .word:hover, .subtitle-line .word:focus-visible { background: rgba(226,163,61,.2); color: var(--marigold); text-decoration-color: var(--marigold); }
.subtitle-line .word.is-selected { background: var(--marigold); color: var(--cinema); text-decoration: none; }

.aportuguesada-line {
  position: relative; z-index: 2; text-align: center; margin: -22px 20px 20px; padding-top: 4px;
  font-size: .95rem; color: var(--marigold); font-style: italic; border-top: 1px dashed rgba(243,239,230,.25); padding-top: 10px;
}

.demo-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.chip-toggle {
  background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-pill);
  padding: 8px 16px; font-size: .84rem; font-weight: 600; color: var(--ink); cursor: pointer; transition: all .15s ease;
}
.chip-toggle[aria-pressed="true"] { background: var(--marigold-tint); border-color: var(--marigold); color: var(--marigold-ink); }
.demo-hint { font-size: .82rem; color: var(--mist); margin: 0; }

.word-card {
  min-height: 78px; background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-md);
  padding: 16px 18px; display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow-sm);
}
.word-card-empty { margin: 0; color: var(--mist); font-size: .88rem; }
.word-card-content { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; width: 100%; }
.word-card-headword { display: flex; flex-direction: column; min-width: 120px; }
.word-card-headword strong { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; }
.word-card-headword em { font-style: normal; color: var(--mist); font-size: .85rem; }
.word-card-translation { color: var(--ink-soft); font-weight: 500; margin: 0; flex: 1; min-width: 140px; }
.word-card-save {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px; border: none; cursor: pointer;
  background: var(--teal-tint); color: var(--teal); font-weight: 700; font-size: .84rem; padding: 9px 15px; border-radius: var(--radius-pill);
  transition: all .15s ease; flex-shrink: 0;
}
.word-card-save svg { width: 15px; height: 15px; }
.word-card-save.is-saved { background: var(--teal); color: var(--paper); }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Por que funciona diferente (agitação + comparação — uma seção só, sem
   repetir o mesmo argumento duas vezes como no layout anterior)
   ========================================================================== */
.problem { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.problem .lead.center { max-width: 62ch; margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Como funciona (sequência real → numeração se justifica)
   ========================================================================== */
.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; counter-reset: none; }
.step { position: relative; padding: 28px 22px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); }
.step-num { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--marigold); display: block; margin-bottom: 14px; }
.step h3 { margin-bottom: .4em; }
.step p { font-size: .92rem; margin: 0; }

.steps-list .step:not(:last-child)::after {
  content: ""; position: absolute; top: 40px; right: -20px; width: 20px; height: 1.5px; background: var(--border);
}

@media (max-width: 980px) {
  .steps-list { grid-template-columns: 1fr 1fr; }
  .steps-list .step:nth-child(2)::after { display: none; }
}
@media (max-width: 600px) {
  .steps-list { grid-template-columns: 1fr; }
  .steps-list .step::after { display: none; }
}

/* ==========================================================================
   Recursos
   ========================================================================== */
.features .lead { margin-top: -10px; margin-bottom: 60px; }

.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center;
  padding: 46px 0; border-top: 1px solid var(--border);
}
.features .feature-row:first-of-type { border-top: none; padding-top: 0; }
.feature-row-reverse .feature-copy { order: 2; }
.feature-row-reverse .feature-visual { order: 1; }

.feature-index { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.feature-copy h3 { max-width: 22ch; }
.feature-copy p { max-width: 48ch; }

.feature-points { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.feature-points li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; font-weight: 500; color: var(--ink); }
.feature-points svg { width: 17px; height: 17px; color: var(--teal); flex-shrink: 0; margin-top: 2px; }

.feature-visual { display: flex; justify-content: center; }
.mock { width: 100%; max-width: 420px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 26px; }

/* mock — legenda interativa */
.mock-caption { background: var(--cinema); position: relative; overflow: hidden; }
.mock-caption-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; font-family: var(--font-display); font-size: 1.15rem; color: var(--paper-on-cinema); }
.mock-word { padding: 2px 5px; border-radius: 5px; text-decoration: underline dotted rgba(243,239,230,.3); text-underline-offset: 4px; }
.mock-word-active { background: var(--marigold); color: var(--cinema); text-decoration: none; }
.mock-popover { margin-top: 18px; background: rgba(243,239,230,.08); border: 1px solid rgba(243,239,230,.16); border-radius: var(--radius-sm); padding: 14px 16px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mock-popover strong { font-family: var(--font-display); color: var(--paper-on-cinema); font-size: 1.1rem; }
.mock-popover em { color: rgba(243,239,230,.55); font-style: normal; font-size: .85rem; }
.mock-popover p { margin: 0; color: rgba(243,239,230,.8); font-size: .88rem; flex: 1; min-width: 90px; }
.mock-save { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; background: var(--teal); color: var(--paper); font-weight: 700; font-size: .8rem; padding: 7px 12px; border-radius: var(--radius-pill); }
.mock-save svg { width: 13px; height: 13px; }

/* mock — estudo de vídeo */
.mock-video-progress { height: 5px; background: var(--paper-2); border-radius: var(--radius-pill); overflow: hidden; margin-bottom: 18px; }
.mock-video-progress span { display: block; width: 42%; height: 100%; background: var(--marigold); }
.mock-video-row { display: flex; gap: 8px; margin-bottom: 18px; }
.mock-chip { font-size: .78rem; font-weight: 700; padding: 5px 11px; border-radius: var(--radius-pill); background: var(--paper-2); color: var(--ink-soft); }
.mock-chip-teal { background: var(--teal-tint); color: var(--teal); }
.mock-video-line { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; margin-bottom: 6px; }
.mock-video-fonetica { font-style: italic; color: var(--marigold-ink); font-size: .95rem; margin: 0; }

/* mock — revisão */
.mock-review-row { display: flex; justify-content: space-between; font-size: .68rem; font-weight: 700; color: var(--mist); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 10px; }
.mock-review-active { color: var(--teal); }
.mock-review-bar { height: 8px; background: var(--paper-2); border-radius: var(--radius-pill); overflow: hidden; margin-bottom: 22px; }
.mock-review-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--marigold), var(--teal)); }
.mock-review-word { font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 4px; }
.mock-review-word em { font-style: normal; color: var(--mist); font-size: .9rem; }
.mock-review-meta { margin: 0; font-size: .85rem; color: var(--mist); }

/* mock — Ruby */
.mock-ruby { text-align: center; }
.mock-ruby img { margin: 0 auto 14px; border-radius: 50%; border: 3px solid var(--marigold-tint); }
.mock-ruby-bubble { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 700; color: var(--teal); background: var(--teal-tint); padding: 5px 12px; border-radius: var(--radius-pill); margin-bottom: 14px; }
.mock-ruby-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); animation: pulse-dot 1.6s ease-in-out infinite; }
.mock-ruby-line { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; margin: 0; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

/* mock — progresso */
.mock-progress-top { display: flex; justify-content: space-between; margin-bottom: 26px; }
.mock-progress-top div { display: flex; flex-direction: column; align-items: center; }
.mock-progress-top strong { font-family: var(--font-display); font-size: 1.6rem; }
.mock-progress-top span { font-size: .74rem; color: var(--mist); text-transform: uppercase; letter-spacing: .03em; }
.mock-progress-goal span { font-size: .84rem; font-weight: 600; color: var(--ink-soft); }
.mock-progress-goalbar { height: 8px; background: var(--paper-2); border-radius: var(--radius-pill); overflow: hidden; margin-top: 8px; }
.mock-progress-goalbar i { display: block; height: 100%; background: var(--marigold); }

/* strip compacto (2 cards) — substitui o que antes eram mais 2 feature-rows inteiras (revisão e
   progresso): mesma substância, muito menos altura de rolagem. */
.feature-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; padding-top: 44px; border-top: 1px solid var(--border); }
.feature-strip-card { padding: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); }
.feature-strip-card svg { width: 22px; height: 22px; color: var(--teal); margin-bottom: 12px; }
.feature-strip-card h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; margin: 0 0 6px; }
.feature-strip-card p { font-size: .9rem; margin: 0; color: var(--ink-soft); }

@media (max-width: 900px) {
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr; }
  .feature-row-reverse .feature-copy, .feature-row-reverse .feature-visual { order: initial; }
}
@media (max-width: 640px) { .feature-strip { grid-template-columns: 1fr; } }

/* ==========================================================================
   Comparação — agora vive dentro da seção "problem" (ver acima), não é mais
   uma section própria; a tabela mantém a moldura (borda/raio) sozinha.
   ========================================================================== */
.comparison-table { margin-top: 48px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; align-items: center; }
.comparison-row + .comparison-row { border-top: 1px solid var(--border); }
.comparison-row > span { padding: 16px 18px; text-align: center; font-size: .92rem; }
.comparison-label { text-align: left !important; font-weight: 600; color: var(--ink); }
.comparison-head { background: var(--paper); font-weight: 700; font-size: .85rem; }
.comparison-head > span:not(:first-child) { color: var(--mist); }
.comparison-highlight { background: var(--marigold-tint); font-weight: 700; }
.comparison-head .comparison-highlight { color: var(--marigold-ink); }
.ic-yes { width: 19px; height: 19px; color: var(--teal); }
.ic-no { width: 16px; height: 16px; color: var(--mist); opacity: .5; }
.comparison-partial { font-size: .82rem; font-weight: 600; color: var(--marigold-ink); }

@media (max-width: 760px) {
  .comparison-row { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .comparison-row > span { padding: 12px 8px; font-size: .8rem; }
}

/* ==========================================================================
   Depoimentos
   ========================================================================== */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.testimonial-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.testimonial-stars { display: flex; gap: 3px; color: var(--marigold); margin-bottom: 14px; }
.testimonial-stars svg { width: 16px; height: 16px; }
.testimonial-card p { color: var(--ink); font-size: 1rem; }
.testimonial-card footer { display: flex; flex-direction: column; }
.testimonial-card footer strong { font-size: .92rem; }
.testimonial-card footer span { font-size: .82rem; color: var(--mist); }

@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Preços
   ========================================================================== */
.pricing { text-align: center; border-top: 1px solid var(--border); }
.pricing .lead.center { margin-top: -6px; margin-bottom: 44px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; max-width: 980px; margin: 0 auto; text-align: left; }
.pricing-card { position: relative; background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 34px 30px; }
.pricing-card-highlight { border-color: var(--marigold); box-shadow: var(--shadow-md); }
.pricing-badge { position: absolute; top: -13px; left: 30px; background: var(--marigold); color: var(--ink); font-size: .74rem; font-weight: 700; padding: 5px 13px; border-radius: var(--radius-pill); }
.pricing-desc { font-size: .9rem; min-height: 42px; }
.pricing-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 24px; }
.price-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 600; color: var(--ink); }
.price-period { color: var(--mist); font-size: .95rem; }
.pricing-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.pricing-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; }
.pricing-list svg { width: 16px; height: 16px; color: var(--teal); margin-top: 3px; flex-shrink: 0; }
.pricing-footnote { text-align: center; font-size: .82rem; color: var(--mist); margin-top: 28px; }

@media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; max-width: 480px; } }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { border-top: 1px solid var(--border); }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 44px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 6px 22px; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex-shrink: 0; width: 20px; height: 20px;
  background: currentColor; color: var(--mist);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') center / contain no-repeat;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item p { padding-bottom: 18px; margin: 0; font-size: .95rem; }

/* ==========================================================================
   CTA final + rodapé
   ========================================================================== */
.cta-final { background: var(--cinema); color: var(--paper-on-cinema); padding: clamp(64px, 9vw, 110px) 0; text-align: center; }
.cta-final-inner { max-width: 640px; margin: 0 auto; }
.cta-final h2 { color: var(--paper-on-cinema); }
.cta-final p { color: rgba(243,239,230,.68); font-size: 1.05rem; margin-bottom: 30px; }

.site-footer { background: var(--ink); color: rgba(247,244,238,.7); padding: 56px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 32px; padding-bottom: 44px; }
.footer-brand p { color: rgba(247,244,238,.55); font-size: .9rem; max-width: 30ch; margin-top: 12px; }
.site-footer .logo span { color: var(--paper); }
.site-footer .logo-mark { color: var(--marigold); }
.footer-col h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: rgba(247,244,238,.45); margin: 0 0 14px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: .92rem; text-decoration: none; color: rgba(247,244,238,.72); }
.footer-col a:hover { color: var(--paper); }
.footer-bottom { border-top: 1px solid rgba(247,244,238,.14); padding: 20px 0; }
.footer-bottom p { margin: 0; font-size: .82rem; color: rgba(247,244,238,.45); }

@media (max-width: 760px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
