/* ══════════════════════════════════════════════════════════════
   Seja Você Mesmo — style.css  (v3 — premium xamã, atmosfera contínua)
   Mobile-first · céu noturno de página inteira · simbologia do 7
══════════════════════════════════════════════════════════════ */

:root {
  /* — Base (índigo/plum profundo) — */
  --bg-0:           oklch(13% 0.045 288);
  --bg-1:           oklch(16% 0.055 290);
  --bg-deep:        oklch(10% 0.035 286);
  --bg-card-1:      oklch(27% 0.085 296 / 0.55);
  --bg-card-2:      oklch(19% 0.065 290 / 0.6);

  /* — Dourado — */
  --gold:           oklch(78% 0.12 86);
  --gold-bright:    oklch(88% 0.135 90);
  --gold-deep:      oklch(63% 0.11 70);
  --gold-soft:      oklch(78% 0.12 86 / 0.35);
  --gold-faint:     oklch(78% 0.12 86 / 0.14);

  /* — Ametista / acentos — */
  --amethyst:       oklch(72% 0.16 302);
  --amethyst-glow:  oklch(72% 0.16 302 / 0.5);
  --rose:           oklch(70% 0.13 350);

  /* — Texto — */
  --text-primary:   oklch(94% 0.025 82);
  --text-secondary: oklch(82% 0.035 300);
  --text-muted:     oklch(68% 0.03 296);

  --cta-text:       oklch(17% 0.05 285);

  --grad-gold:      linear-gradient(160deg, var(--gold-bright), var(--gold) 45%, var(--gold-deep));
  --maxw: 1180px;
  --radius: 16px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(16px, 1rem + 0.2vw, 18px);
  font-weight: 400; line-height: 1.8;
  color: var(--text-primary);
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* céu profundo contínuo, fixo — base de toda a página */
  background:
    radial-gradient(80% 55% at 16% 14%, oklch(34% 0.14 300 / 0.40), transparent 60%),
    radial-gradient(75% 55% at 86% 26%, oklch(31% 0.12 262 / 0.34), transparent 60%),
    radial-gradient(85% 60% at 78% 82%, oklch(33% 0.13 330 / 0.34), transparent 62%),
    radial-gradient(80% 55% at 18% 86%, oklch(31% 0.12 292 / 0.30), transparent 62%),
    radial-gradient(120% 80% at 50% 50%, oklch(23% 0.085 296 / 0.30), transparent 76%),
    linear-gradient(180deg, var(--bg-1), var(--bg-0) 55%, var(--bg-deep));
  background-attachment: fixed;
}

/* céu estrelado fixo — atrás de tudo */
#stars {
  position: fixed; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
}
body > *:not(#stars):not(.site-header):not(.to-top) { position: relative; z-index: 1; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
svg { display: block; }

/* ── Tipografia ── */
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; line-height: 1.12; font-weight: 600; letter-spacing: 0.005em; }
h1 { font-size: clamp(2.4rem, 1.6rem + 4vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 1.2rem + 2.6vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.5rem); }
p { margin-bottom: 1.2em; } p:last-child { margin-bottom: 0; }
em { font-style: italic; }
.caption { font-size: 0.82rem; font-weight: 300; letter-spacing: 0.02em; color: var(--text-muted); }
.text-center { text-align: center; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.rule { width: 64px; height: 1px; border: 0; margin: 1.6rem auto; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.rule--left { margin-left: 0; }

/* ══════════════════════════════════════════════ CTA ══ */
.btn-cta {
  display: inline-block; padding: 17px 34px;
  background: var(--grad-gold); color: var(--cta-text);
  font-family: 'Raleway', sans-serif; font-size: 0.95rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.13em; text-decoration: none;
  border-radius: 999px; position: relative; isolation: isolate;
  box-shadow: 0 6px 22px oklch(63% 0.11 70 / 0.35), inset 0 1px 0 oklch(95% 0.06 90 / 0.6);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
  margin-top: 1.8rem;
}
.btn-cta::after { content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1; box-shadow: 0 0 40px oklch(82% 0.13 88 / 0.6); opacity: 0; transition: opacity .35s var(--ease-out); }
.btn-cta:hover { transform: translateY(-2px); }
.btn-cta:hover::after { opacity: 1; }
.btn-cta:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.btn-cta--block { display: block; text-align: center; }

/* ══════════════════════════════════════════════ Mandala (sprite) ══ */
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.mandala { color: var(--gold); }
.mandala--spin { animation: spin 120s linear infinite; transform-origin: 50% 50%; }
@keyframes spin { to { transform: rotate(360deg); } }

/* glow utilitário por seção (pseudo) */
.glow-top::before, .glow-bottom::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: min(900px, 90%); height: 320px; pointer-events: none; z-index: 0;
  filter: blur(8px); opacity: 0.55;
}
.glow-top::before { top: -90px; background: radial-gradient(60% 100% at 50% 0%, var(--amethyst-glow), transparent 70%); }
.glow-bottom::after { bottom: -90px; background: radial-gradient(60% 100% at 50% 100%, oklch(70% 0.12 60 / 0.28), transparent 70%); }

/* ══════════════════════════════════════════════ HERO ══ */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 4vw, 64px) clamp(56px, 6vw, 88px);
  overflow: hidden;
}
.hero > * { position: relative; z-index: 2; }

.hero__header { display: flex; justify-content: center; margin-bottom: clamp(28px, 4vw, 40px); }
.hero__content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; max-width: 760px; margin: 0 auto; }
.hero__mandala { width: clamp(96px, 22vw, 132px); aspect-ratio: 1; margin-bottom: clamp(20px, 4vw, 32px); filter: drop-shadow(0 0 26px oklch(78% 0.12 86 / 0.5)); }
.hero__h1 { margin-bottom: 0.5em; text-shadow: 0 2px 36px oklch(10% 0.05 285 / 0.7); }
.hero__h1 .accent { color: var(--gold-bright); font-style: italic; }
.hero__h2 { font-family: 'Raleway', sans-serif; font-weight: 300; font-size: clamp(1.05rem, 0.9rem + 1vw, 1.4rem); line-height: 1.55; color: var(--text-secondary); max-width: 560px; margin: 0 auto 1.4em; }
.hero__body { color: var(--text-secondary); max-width: 480px; margin-bottom: 0; }

.scroll-cue { margin-top: clamp(32px, 5vw, 48px); width: 22px; height: 34px; border: 1px solid var(--gold-soft); border-radius: 12px; position: relative; opacity: .7; }
.scroll-cue::before { content: ''; position: absolute; top: 6px; left: 50%; width: 3px; height: 7px; border-radius: 2px; background: var(--gold); transform: translateX(-50%); animation: cue 2s var(--ease-out) infinite; }
@keyframes cue { 0%,100%{opacity:0;transform:translate(-50%,0)} 50%{opacity:1;transform:translate(-50%,8px)} }


/* ══════════════════════════════════════════════ Header flutuante (aparece após o hero) ══ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: center; align-items: center;
  padding: 14px 16px; opacity: 0; transform: translateY(-14px); pointer-events: none;
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.site-header::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: linear-gradient(180deg, oklch(11% 0.04 286 / 0.88), transparent);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); transition: opacity .5s var(--ease-out); }
.site-header.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.site-header.is-visible::before { opacity: 1; }
.site-header .logo__text { font-size: 1.1rem; }

/* ══════════════════════════════════════════════ Voltar ao topo ══ */
.to-top {
  position: fixed; right: clamp(16px, 4vw, 28px); bottom: clamp(16px, 4vw, 28px);
  left: auto; top: auto; z-index: 70;
  width: 46px; height: 46px; display: grid; place-items: center; cursor: pointer;
  color: var(--gold-bright); border-radius: 50%; border: 1px solid var(--gold-soft);
  background: linear-gradient(160deg, oklch(22% 0.06 292 / 0.92), oklch(13% 0.05 288 / 0.92));
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px oklch(8% 0.05 285 / 0.6), inset 0 1px 0 oklch(90% 0.06 90 / 0.12);
  opacity: 0; transform: translateY(12px) scale(0.9); pointer-events: none;
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-out), color .3s, border-color .3s, box-shadow .3s;
}
.to-top svg { width: 22px; height: 22px; display: block; }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { border-color: var(--gold-bright); transform: translateY(-3px); box-shadow: 0 10px 28px oklch(8% 0.05 285 / 0.6), 0 0 22px var(--gold-soft); }
.to-top:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }

/* ══════════════════════════════════════════════ LOGO ══ */
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo__symbol { width: 30px; height: 30px; flex-shrink: 0; color: var(--gold); filter: drop-shadow(0 0 10px var(--gold-soft)); }
.logo__text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; letter-spacing: 0.04em; color: var(--text-primary); line-height: 1.2; }

/* ══════════════════════════════════════════════ Seções ══ */
section { position: relative; background: transparent; }
.section-pad { padding: clamp(72px, 10vw, 130px) 0; }

/* ── SEÇÃO 2 — A DOR ── */
.section-dor { padding: clamp(60px, 8vw, 104px) 0; overflow: hidden; }
.section-dor__watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Cormorant Garamond', serif; font-size: clamp(220px, 40vw, 480px); font-weight: 700; line-height: 1; color: var(--gold); opacity: 0.07; pointer-events: none; user-select: none; z-index: 0; text-shadow: 0 0 80px var(--gold-soft); }
.section-dor__inner { max-width: 700px; position: relative; z-index: 1; text-align: center; }
.section-dor__inner h2 { margin-bottom: 0.4rem; line-height: 1.16; }
.section-dor__inner .rule { margin: 1.1rem auto 1.9rem; }
.section-dor__inner p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1.4rem; text-wrap: pretty; }
@media (max-width: 600px) { .section-dor__inner p br { display: none; } }
.dor__final { font-style: italic; color: var(--amethyst); font-size: 1.15em; line-height: 1.45; margin-top: 1.7rem; }
.dor__final em { text-shadow: 0 0 28px var(--amethyst-glow); }

/* ── SEÇÃO 3 — PRODUTO ── */
.section-produto__grid { display: flex; flex-direction: column; gap: clamp(40px, 6vw, 72px); align-items: center; position: relative; z-index: 1; }
.section-produto__image-wrap { position: relative; flex-shrink: 0; width: clamp(240px, 70vw, 380px); aspect-ratio: 1; }
.section-produto__cover, .cover-fallback { width: 100%; aspect-ratio: 1; border-radius: 50%; filter: drop-shadow(0 20px 52px oklch(10% 0.05 285 / 0.7)); }
.cover-fallback[hidden] { display: none; }
.section-produto__cover { object-fit: cover; }
/* fallback elegante enquanto a imagem real (webp) não existe */
.cover-fallback { position: relative; display: grid; place-items: center; text-align: center;
  background: radial-gradient(60% 60% at 50% 42%, oklch(30% 0.12 300 / 0.9), oklch(13% 0.05 286)); 
  border: 1px solid var(--gold-soft); box-shadow: inset 0 0 0 6px oklch(78% 0.12 86 / 0.10), 0 20px 52px oklch(10% 0.05 285 / 0.7); }
.cover-fallback::before { content: ''; position: absolute; inset: 10px; border-radius: 50%; border: 1px solid var(--gold-faint); }
.cover-fallback__sym { width: 40px; height: 56px; color: var(--gold); margin: 0 auto 0.6rem; filter: drop-shadow(0 0 12px var(--gold-soft)); }
.cover-fallback__title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 5vw, 1.9rem); font-weight: 600; color: var(--text-primary); line-height: 1.1; padding: 0 1rem; }
.cover-fallback__sub { font-size: 0.7rem; letter-spacing: 0.3em; color: var(--text-secondary); margin-top: 0.7rem; }
.section-produto__text h2 { margin-bottom: 0.4em; }
.section-produto__text p { color: var(--text-secondary); }
.section-produto__text .caption { margin-top: 1.6rem; margin-bottom: 0; }

/* ── SEÇÃO 4 — 7 PASSOS ── */
.section-passos > .container { position: relative; z-index: 1; }
.section-passos__head { text-align: center; margin-bottom: clamp(40px, 6vw, 64px); }
.section-passos__head h2 { margin-bottom: 0.5rem; }
.section-passos__subtitle { color: var(--text-secondary); max-width: 540px; margin: 0 auto; }
.timeline { list-style: none; max-width: 640px; margin: 0 auto; }
.timeline__item { display: flex; gap: clamp(18px, 3vw, 28px); position: relative; padding-bottom: clamp(32px, 5vw, 48px); }
.timeline__item--last { padding-bottom: 0; }
.timeline__item:not(.timeline__item--last)::after { content: ''; position: absolute; left: 27px; top: 60px; width: 1px; bottom: 4px; background: linear-gradient(var(--gold-soft), transparent); }
.timeline__number { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 2rem + 1.4vw, 3rem); font-weight: 700; color: var(--gold); line-height: 1; min-width: 56px; flex-shrink: 0; text-align: center; text-shadow: 0 0 24px var(--gold-soft); }
.timeline__content { padding-top: 8px; }
.timeline__content h3 { margin-bottom: 2px; color: var(--text-primary); }
.timeline__content p { font-size: 0.95rem; color: var(--text-secondary); margin-bottom: 0; }

/* ── SEÇÃO 5 — PARA QUEM É ── */
.section-paraquem__inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.section-paraquem__inner h2 { margin-bottom: 2rem; }
.check-list { list-style: none; display: inline-block; text-align: left; margin: 0 auto 2rem; }
.check-list li { position: relative; padding: 0.55em 0 0.55em 34px; color: var(--text-secondary); border-bottom: 1px solid oklch(82% 0.035 300 / 0.08); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: '✦'; position: absolute; left: 0; top: 0.7em; color: var(--gold); font-size: 0.8rem; line-height: 1; }
.paraquem__final { font-style: italic; color: var(--amethyst); font-size: 1.1em; }
.paraquem__final em { text-shadow: 0 0 26px var(--amethyst-glow); }

/* ── SEÇÃO 6 — OFERTA ── */
.section-oferta { overflow: hidden; text-align: center; }
.section-oferta__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.section-oferta__inner h2 { margin-bottom: 1rem; }
.oferta__lead { color: var(--text-secondary); max-width: 560px; margin: 0 auto 2.6rem; }
.offer-box {
  position: relative; overflow: hidden;
  border: 1px solid var(--gold-soft);
  background: linear-gradient(180deg, var(--bg-card-1), var(--bg-card-2));
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-radius: 24px; padding: clamp(36px, 5vw, 52px) clamp(24px, 4vw, 40px);
  max-width: 460px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  box-shadow: 0 30px 80px oklch(9% 0.05 285 / 0.65), inset 0 1px 0 oklch(92% 0.05 90 / 0.16);
}
.offer-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); opacity: 0.7; }
.offer-box::after { content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 130%; height: 70%; pointer-events: none; z-index: 0;
  background: radial-gradient(50% 100% at 50% 0%, oklch(34% 0.12 300 / 0.35), transparent 70%); }
.offer-box > * { position: relative; z-index: 1; }
.offer-box__cover { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; margin-bottom: 0.6rem; border: 1px solid var(--gold-soft); box-shadow: 0 0 0 6px oklch(78% 0.12 86 / 0.06), 0 14px 34px oklch(10% 0.05 285 / 0.6); }
.offer-box__title { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 600; color: var(--text-primary); margin: 0; }
.offer-box__subtitle { font-size: 0.8rem; font-weight: 300; letter-spacing: 0.04em; color: var(--text-secondary); margin: 0; }
.offer-box__features { font-size: 0.92rem; color: var(--text-secondary); margin: 0.6rem 0 0; }
.price-label { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; }
.price-label--de { color: var(--text-muted); margin-right: 0.4em; vertical-align: 0.18em; }
.price-label--por { color: var(--gold-bright); align-self: baseline; margin-right: 0.45em; text-shadow: 0 0 16px var(--gold-soft); }
.offer-box__anchor { margin: 0.8rem 0 -0.1rem; line-height: 1; }
.offer-box__anchor-val {
  position: relative; display: inline-block;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 1.5rem; letter-spacing: 0.03em; color: var(--text-muted);
  padding: 0 0.15em;
}
.offer-box__anchor-val::after {
  content: ''; position: absolute; left: -4%; right: -4%; top: 52%; height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold-bright) 50%, var(--gold) 82%, transparent);
  transform: rotate(-9deg); box-shadow: 0 0 10px var(--gold-soft);
}
.offer-box__price { font-family: 'Cormorant Garamond', serif; display: inline-flex; align-items: baseline; justify-content: center; gap: 0.06em; line-height: 1; margin: 0.45rem 0 0.15rem; color: var(--gold); }
.price__currency { align-self: flex-start; font-size: 1.4rem; font-weight: 600; margin-top: 0.5em; letter-spacing: 0.02em; color: var(--gold-bright); text-shadow: 0 0 18px var(--gold-soft); }
.price__int { font-size: clamp(4rem, 3.2rem + 3.4vw, 5.2rem); font-weight: 700; background: linear-gradient(160deg, var(--gold-bright), var(--gold) 48%, var(--gold-deep)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 30px var(--gold-soft)); }
.price__cents { align-self: flex-start; font-size: 1.7rem; font-weight: 600; margin-top: 0.45em; color: var(--gold-bright); text-shadow: 0 0 18px var(--gold-soft); }
.offer-box .btn-cta { width: 100%; margin-top: 0.6rem; }
.offer-box__divider { width: 100%; height: 1px; background: oklch(82% 0.035 300 / 0.12); margin: 1.2rem 0 0.3rem; }
.offer-box__trust { font-size: 0.78rem; font-weight: 300; color: var(--text-muted); margin: 0; }


/* ══════════════════════════════════════════════ BENEFÍCIOS ══ */
.section-beneficios .container { position: relative; z-index: 1; }
.beneficios__head { text-align: center; max-width: 640px; margin: 0 auto clamp(36px, 5vw, 56px); }
.beneficios__head h2 { margin-bottom: 0.5rem; }
.beneficios__subtitle { color: var(--text-secondary); }
.beneficios__grid { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 880px; margin: 0 auto; }
.benefit { display: flex; gap: 18px; align-items: flex-start; padding: clamp(20px, 3vw, 28px) 0; border-bottom: 1px solid oklch(82% 0.035 300 / 0.10); }
.benefit__icon { width: 30px; height: 30px; flex-shrink: 0; color: var(--gold); margin-top: 4px; filter: drop-shadow(0 0 10px var(--gold-soft)); }
.benefit__title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.4rem); font-weight: 600; color: var(--text-primary); margin-bottom: 2px; }
.benefit__text { font-size: 0.95rem; color: var(--text-secondary); margin: 0; line-height: 1.6; }

@media (min-width: 760px) {
  .beneficios__grid { grid-template-columns: 1fr 1fr; column-gap: clamp(40px, 5vw, 72px); }
  /* remover a borda dos dois últimos itens (última linha) */
  .benefit:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 759px) {
  .benefit:last-child { border-bottom: 0; }
}

/* ══════════════════════════════════════════════ CTA — refino mobile ══ */
@media (max-width: 600px) {
  .btn-cta {
    display: flex; align-items: center; justify-content: center;
    width: 100%; max-width: 340px; margin-inline: auto;
    min-height: 56px; padding: 14px 24px;
    font-size: 0.88rem; letter-spacing: 0.1em; line-height: 1.25;
    text-align: center; text-wrap: balance;
  }
  .btn-cta--block { display: flex; }
  .offer-box .btn-cta { max-width: 100%; }
}

/* ══════════════════════════════════════════════ RODAPÉ ══ */
.footer { background: linear-gradient(180deg, transparent, oklch(9% 0.03 286 / 0.85)); padding: clamp(48px, 7vw, 72px) 24px; text-align: center; position: relative; }
.footer p, .footer a, .footer nav { font-size: 0.8rem; font-weight: 300; color: var(--text-muted); line-height: 1.9; }
.footer__symbol { width: 38px; height: 38px; color: var(--gold); margin: 0 auto 1.2rem; opacity: 0.75; }
.footer__domain { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; letter-spacing: 0.06em; color: var(--text-secondary); margin-bottom: 1.2rem; }
.footer__disclaimer { max-width: 500px; margin: 0 auto 1.5rem; }
.footer__links { margin-bottom: 1rem; }
.footer__links a { text-underline-offset: 3px; transition: color .25s; text-decoration-color: var(--gold-faint); }
.footer__links a:hover { color: var(--gold); }
.footer__copy { margin-top: 0.25rem; opacity: 0.8; }

/* ══════════════════════════════════════════════ REVEAL ══ */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js [data-delay="1"] { transition-delay: .08s; }
.js [data-delay="2"] { transition-delay: .16s; }
.js [data-delay="3"] { transition-delay: .24s; }

/* ══════════════════════════════════════════════ LEGAL (políticas/termos) ══ */
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(20px,4vw,32px) clamp(20px,4vw,48px); }
.legal-back { font-size: 0.82rem; letter-spacing: 0.04em; color: var(--text-secondary); text-decoration: none; transition: color .25s; }
.legal-back:hover { color: var(--gold); }
.legal { max-width: 760px; margin: 0 auto; padding: clamp(24px,4vw,48px) 24px clamp(64px,8vw,110px); position: relative; z-index: 1; }
.legal__kicker { display: block; font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.legal h1 { font-size: clamp(2.2rem, 1.6rem + 3vw, 3rem); margin-bottom: 0.4rem; }
.legal__updated { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 2.4rem; }
.legal h2 { font-size: clamp(1.4rem, 1.1rem + 1.4vw, 1.9rem); color: var(--text-primary); margin: 2.6rem 0 0.4rem; }
.legal h2 .num { color: var(--gold); font-style: italic; margin-right: 0.5rem; }
.legal h3 { font-size: 1.15rem; margin: 1.6rem 0 0.3rem; color: var(--text-primary); }
.legal p, .legal li { color: var(--text-secondary); font-size: 0.98rem; line-height: 1.85; }
.legal p { margin-bottom: 1rem; }
.legal ul { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.legal ul li { position: relative; padding-left: 26px; margin-bottom: 0.5rem; }
.legal ul li::before { content: '✦'; position: absolute; left: 0; top: 0.15em; color: var(--gold); font-size: 0.72rem; }
.legal a { color: var(--gold); text-underline-offset: 3px; }
.legal strong { color: var(--text-primary); font-weight: 600; }
.legal__note { margin-top: 2.4rem; padding: 1rem 1.3rem; border: 1px solid var(--gold-faint); border-radius: 12px; background: oklch(20% 0.06 292 / 0.4); font-size: 0.85rem; color: var(--text-muted); }
.legal__guarantee { margin: 1.4rem 0; padding: 1.2rem 1.4rem; border: 1px solid var(--gold); border-radius: 12px; background: oklch(24% 0.07 292 / 0.5); box-shadow: 0 0 28px var(--gold-soft); }
.legal__guarantee strong { color: var(--gold); }
.legal__guarantee p { margin: 0; color: var(--text-primary); }
.legal__rule { width: 100%; height: 1px; border: 0; margin: 2.6rem 0 0; background: linear-gradient(90deg, transparent, var(--gold-faint), transparent); }

/* ══════════════════════════════════════════════ DESKTOP ══ */
@media (min-width: 900px) {
  .hero__header { justify-content: flex-start; }
  .section-produto__grid { flex-direction: row; align-items: center; }
  .section-produto__text { flex: 1; }
  .btn-cta--block { display: inline-block; }
}

/* ══════════════════════════════════════════════ Movimento reduzido ══ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .mandala--spin { animation: none; }
}
