/* ============================================================
   MÉTODO BITCOIN SEGURO — Autocustódia Premium
   Design System: Bitcoin Gold • #050505 • Anton / Geist
   Mobile-first • Responsivo
   ============================================================ */

:root {
  /* Paleta */
  --gold: #f7931a;
  --gold-light: #ffe0b2;
  --grad: linear-gradient(120deg, #f7931a, #ffe0b2);

  --bg: #050505;
  --surface-1: #111111;
  --surface-2: #171717;
  --surface-3: #1e1e1e;

  /* Card */
  --card-bg: rgba(255, 255, 255, 0.03);
  --card-border: rgba(247, 147, 26, 0.2);

  /* Texto */
  --text: #ffffff;
  --text-80: rgba(255, 255, 255, 0.8);
  --text-60: rgba(255, 255, 255, 0.6);
  --text-40: rgba(255, 255, 255, 0.4);
  --line: rgba(255, 255, 255, 0.1);

  /* Efeitos */
  --glow: 0 0 30px rgba(247, 147, 26, 0.15);
  --glow-strong: 0 0 50px rgba(247, 147, 26, 0.35);
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.8);

  /* Espaçamento (8 · 16 · 24 · 32 · 48 · 64 · 96 · 120) */
  --s-1: 8px;
  --s-2: 16px;
  --s-3: 24px;
  --s-4: 32px;
  --s-5: 48px;
  --s-6: 64px;
  --s-7: 96px;
  --s-8: 120px;

  --radius-card: 24px;
  --radius-btn: 12px;
  --maxw: 1140px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------------- Reset ---------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { line-height: 1.1; font-weight: 400; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; padding: 0; }

/* Tipografia de marca */
.hero__title,
.section__title,
.offer-card__title {
  font-family: "Anton", "Geist", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.04;
}

/* ---------------- Layout ---------------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--s-3);
}
.container--narrow { max-width: 760px; }

.section {
  padding-block: clamp(64px, 13vw, 120px);
  position: relative;
}

.section__head {
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(40px, 7vw, 64px);
}
.eyebrow {
  display: inline-block;
  font-family: "Geist Mono", monospace;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--s-2);
}
.eyebrow--center { display: block; }

.section__title { font-size: clamp(1.9rem, 7vw, 3.4rem); }
.section__lead {
  margin-top: var(--s-2);
  color: var(--text-60);
  font-size: clamp(1rem, 3.4vw, 1.14rem);
}

.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------------- Fundo decorativo (circuito) ---------------- */
.bg-circuit {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(247, 147, 26, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 147, 26, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 75% 55% at 50% 0%, #000 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 75% 55% at 50% 0%, #000 25%, transparent 80%);
}
.bg-glow {
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  pointer-events: none;
}
.bg-glow--1 {
  width: 480px; height: 480px;
  top: -180px; right: -140px;
  background: radial-gradient(circle, rgba(247, 147, 26, 0.5), transparent 70%);
}
.bg-glow--2 {
  width: 420px; height: 420px;
  bottom: 8%; left: -180px;
  background: radial-gradient(circle, rgba(247, 147, 26, 0.22), transparent 70%);
}

/* ---------------- Topbar ---------------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  flex-wrap: wrap;
  padding: 10px 18px;
  background: rgba(5, 5, 5, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  font-size: 0.84rem;
}
.topbar__pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(247, 147, 26, 0.6);
  animation: pulse 2s infinite;
}
.topbar__text { color: var(--text-60); }
.topbar__text strong { color: var(--gold); font-weight: 600; }
.topbar__cta {
  font-family: "Geist", sans-serif;
  font-weight: 600;
  color: #000;
  background: var(--gold);
  padding: 6px 14px;
  border-radius: var(--radius-btn);
  font-size: 0.82rem;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgba(247, 147, 26, 0); }
  100% { box-shadow: 0 0 0 0 rgba(247, 147, 26, 0); }
}

/* ---------------- Botões ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  border-radius: var(--radius-btn);
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  text-align: center;
}
.btn--primary {
  background: var(--gold);
  color: #000;
  box-shadow: var(--glow);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-strong);
}
.btn--primary:active { transform: translateY(0); }
.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--lg { padding: 17px 30px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn__arrow { transition: transform 0.25s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(247, 147, 26, 0.14);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-family: "Geist Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: var(--text-60);
  margin-bottom: var(--s-3);
}
.badge__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}

/* ============================================================
   1. HERO
   ============================================================ */
.hero {
  position: relative;
  padding-top: clamp(40px, 9vw, 80px);
  padding-bottom: 0;
  background-image:
    linear-gradient(90deg, rgba(5,5,5,0.94) 0%, rgba(5,5,5,0.72) 42%, rgba(5,5,5,0.2) 75%, rgba(5,5,5,0.45) 100%),
    url("fotos cripto/background-1.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.hero__inner {
  display: grid;
  gap: clamp(40px, 7vw, 64px);
  align-items: center;
}
.hero__title {
  font-size: clamp(2.3rem, 11vw, 4.4rem);
  margin-bottom: var(--s-3);
}
.hero__sub {
  color: var(--text-80);
  font-size: clamp(1.04rem, 4vw, 1.22rem);
  max-width: 540px;
}
.hero__cta {
  display: flex;
  gap: var(--s-2);
  flex-wrap: wrap;
  margin-top: var(--s-4);
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin-top: var(--s-4);
}
.hero__trust li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text-60);
  font-size: 0.9rem;
}

/* Hardware wallet visual — substituído pela imagem de fundo do hero */
.hero__art {
  display: none;
}
.device {
  position: relative;
  width: clamp(190px, 56vw, 270px);
  animation: float 6s ease-in-out infinite;
}
.device__glow {
  position: absolute;
  inset: -30% -10%;
  background: radial-gradient(circle, rgba(247, 147, 26, 0.32), transparent 65%);
  filter: blur(30px);
  z-index: -1;
}
.device__screen {
  position: relative;
  background: linear-gradient(160deg, var(--surface-3), #0a0a0a);
  border: 1px solid var(--card-border);
  border-radius: 22px 22px 8px 8px;
  padding: 28px 22px 32px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--glow);
}
.device__btc {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 14px rgba(247, 147, 26, 0.5));
}
.device__label {
  display: block;
  font-family: "Geist Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  color: var(--text-40);
  margin-top: 8px;
}
.device__bars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.device__bars span {
  height: 5px;
  border-radius: 999px;
  background: rgba(247, 147, 26, 0.35);
}
.device__bars span:nth-child(1) { width: 34px; background: var(--gold); }
.device__bars span:nth-child(2) { width: 20px; }
.device__bars span:nth-child(3) { width: 12px; }
.device__body {
  height: 26px;
  margin: 6px auto 0;
  width: 70%;
  background: linear-gradient(180deg, var(--surface-2), #0a0a0a);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  display: grid;
  place-items: center;
}
.device__port {
  width: 26px; height: 5px;
  border-radius: 999px;
  background: var(--text-40);
}

.float-icon {
  position: absolute;
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--card-border);
  color: var(--gold);
  box-shadow: var(--glow);
}
.float-icon svg { width: 26px; height: 26px; }
.float-icon--lock { top: 6%; left: 4%; animation: float 5s ease-in-out infinite; }
.float-icon--key { bottom: 16%; right: 2%; animation: float 7s ease-in-out infinite reverse; }
.float-icon--block { top: 44%; right: 8%; width: 44px; height: 44px; animation: float 6.5s ease-in-out infinite; }
.float-icon--block svg { width: 22px; height: 22px; }

@keyframes float { 50% { transform: translateY(-14px); } }

/* Ticker */
.ticker {
  margin-top: clamp(56px, 10vw, 96px);
  border-block: 1px solid var(--line);
  background: rgba(247, 147, 26, 0.02);
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}
.ticker__track {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  animation: marquee 30s linear infinite;
  font-family: "Geist Mono", monospace;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: var(--text-40);
}
.ticker__track span:not(:nth-child(2n)) { color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   CARDS (genérico — grid)
   ============================================================ */
.grid-cards { display: grid; gap: var(--s-3); }

.card-base,
.info-card,
.case-card,
.step,
.persona,
.bonus {
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: var(--s-4);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.info-card:hover,
.case-card:hover,
.step:hover,
.persona:hover,
.bonus:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 147, 26, 0.45);
  box-shadow: var(--glow);
}

/* Ícone padrão de card */
.info-card__icon,
.step__icon,
.persona__icon,
.bonus__icon {
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(247, 147, 26, 0.12);
  color: var(--gold);
  margin-bottom: var(--s-3);
}
.info-card__icon svg,
.step__icon svg,
.persona__icon svg,
.bonus__icon svg { width: 28px; height: 28px; }

.info-card h3,
.step h3,
.persona h3,
.bonus h3 {
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.info-card p,
.step p,
.persona p,
.bonus p { color: var(--text-60); font-size: 0.96rem; }

/* ============================================================
   2. PROBLEMA
   ============================================================ */
.section--problem { background: linear-gradient(180deg, transparent, rgba(255,255,255,0.012), transparent); }

/* ============================================================
   3. SOLUÇÃO
   ============================================================ */
.steps { display: grid; gap: var(--s-3); }
.step { position: relative; overflow: hidden; }
.step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad);
}
.step__num {
  position: absolute;
  top: var(--s-3); right: var(--s-3);
  font-family: "Geist Mono", monospace;
  font-size: 1.7rem;
  color: rgba(247, 147, 26, 0.18);
  font-weight: 600;
}
.method__note {
  max-width: 700px;
  margin: var(--s-5) auto 0;
  text-align: center;
  color: var(--text-80);
  font-size: 1.05rem;
  padding: var(--s-3) var(--s-4);
  border: 1px solid var(--card-border);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ============================================================
   CASES
   ============================================================ */
.case-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.avatar {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Geist Mono", monospace;
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
  background: var(--grad);
}
.case-card__top strong { display: block; font-size: 1.02rem; font-weight: 600; }
.case-card__role { font-size: 0.82rem; color: var(--text-40); }
.case-card__tag {
  display: inline-block;
  margin-top: var(--s-2);
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--gold);
  background: rgba(247, 147, 26, 0.12);
  padding: 5px 12px;
  border-radius: 999px;
}

/* ============================================================
   4. PARA QUEM É
   ============================================================ */
.personas {
  display: grid;
  gap: var(--s-3);
  margin-bottom: var(--s-4);
}
.audience-not {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-card);
  padding: var(--s-4);
  background: rgba(255, 255, 255, 0.02);
}
.audience-not h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: var(--s-3);
}
.audience-not__icon {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-60);
  font-size: 0.82rem;
  font-weight: 700;
}
.audience-not ul { display: grid; gap: 12px; }
.audience-not li {
  position: relative;
  padding-left: 26px;
  color: var(--text-60);
  font-size: 0.96rem;
}
.audience-not li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: var(--text-40);
  font-weight: 700;
}

/* ============================================================
   5. MÓDULOS
   ============================================================ */
.modules { display: grid; gap: var(--s-3); }
.module {
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: var(--s-4);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.module:hover { transform: translateY(-3px); box-shadow: var(--glow); }
.module--highlight {
  border-color: rgba(247, 147, 26, 0.5);
  background: linear-gradient(180deg, rgba(247, 147, 26, 0.08), var(--card-bg));
}
.module__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: var(--s-2);
}
.module__index {
  flex: 0 0 auto;
  font-family: "Geist Mono", monospace;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--gold);
  background: rgba(247, 147, 26, 0.12);
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}
.module__head > div { flex: 1; }
.module__head h3 { font-family: "Geist", sans-serif; font-weight: 600; font-size: 1.12rem; }
.module__goal { font-size: 0.82rem; color: var(--text-40); }
.module__time {
  flex: 0 0 auto;
  font-family: "Geist Mono", monospace;
  font-size: 0.74rem;
  color: var(--text-60);
  border: 1px solid var(--line);
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.module__list { display: grid; gap: 9px; }
.module__list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-60);
  font-size: 0.94rem;
}
.module__list li::before {
  content: "₿";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ============================================================
   6. ESPECIALISTAS
   ============================================================ */
.mentors { display: grid; gap: var(--s-3); }
.mentor {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: var(--s-4);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.mentor:hover { transform: translateY(-4px); box-shadow: var(--glow); }
.mentor__photo {
  flex: 0 0 auto;
  width: 72px; height: 72px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: "Geist Mono", monospace;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  background: var(--grad);
  box-shadow: var(--glow);
  overflow: hidden;
}
.mentor__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mentor h3 { font-family: "Geist", sans-serif; font-weight: 700; font-size: 1.3rem; }
.mentor__role {
  display: block;
  font-family: "Geist Mono", monospace;
  font-size: 0.78rem;
  color: var(--gold);
  margin: 4px 0 12px;
}
.mentor p { color: var(--text-60); font-size: 0.96rem; }

/* ============================================================
   7. SUPORTE
   ============================================================ */
.support {
  background: var(--surface-2);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: clamp(28px, 5vw, 48px);
}
.support__head { margin-bottom: var(--s-3); max-width: 640px; }
.support__head h3 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin: 4px 0 12px;
}
.support__head p { color: var(--text-60); }
.support__list { display: grid; gap: 13px; }
.support__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-80);
  font-size: 0.96rem;
}

/* ============================================================
   8. BÔNUS
   ============================================================ */
.bonuses { display: grid; gap: var(--s-3); }
.bonus { position: relative; }
.bonus__tag {
  display: inline-block;
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: var(--s-2);
}
.bonus__icon { margin-top: 4px; }

/* ============================================================
   9 + 10. OFERTA + GARANTIA
   ============================================================ */
.offer-card {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
  background: linear-gradient(180deg, var(--surface-2), var(--surface-1));
  border: 1px solid rgba(247, 147, 26, 0.35);
  border-radius: var(--radius-card);
  padding: clamp(32px, 6vw, 52px) clamp(22px, 5vw, 46px);
  overflow: hidden;
  box-shadow: var(--shadow), var(--glow);
}
.offer-card__glow {
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(247, 147, 26, 0.4), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.offer-card__title {
  font-size: clamp(1.5rem, 5.5vw, 2.1rem);
  margin-bottom: var(--s-3);
  position: relative;
}
.offer-card__list {
  display: grid;
  gap: 13px;
  text-align: left;
  max-width: 430px;
  margin: 0 auto var(--s-4);
}
.offer-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-80);
  font-size: 0.97rem;
}
.offer-card__price { margin-bottom: var(--s-4); }
.offer-card__from {
  display: block;
  color: var(--text-40);
  text-decoration: line-through;
  font-family: "Geist Mono", monospace;
  font-size: 1rem;
  margin-bottom: 4px;
}
.offer-card__now {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  font-family: "Anton", sans-serif;
  color: var(--text);
}
.offer-card__currency { font-size: 1.6rem; margin-top: 12px; }
.offer-card__value {
  font-size: clamp(3.6rem, 15vw, 5rem);
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.offer-card__note {
  display: block;
  color: var(--text-40);
  font-family: "Geist Mono", monospace;
  font-size: 0.82rem;
  margin-top: 6px;
}
.guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  margin-top: var(--s-4);
  padding: var(--s-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-btn);
  background: rgba(255, 255, 255, 0.02);
}
.guarantee__seal {
  flex: 0 0 auto;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  line-height: 1;
  background: var(--grad);
  color: #000;
  font-family: "Anton", sans-serif;
  border: 2px dashed rgba(0, 0, 0, 0.3);
}
.guarantee__seal span { font-size: 1.5rem; }
.guarantee__seal small { font-size: 0.55rem; letter-spacing: 0.1em; }
.guarantee strong { display: block; margin-bottom: 2px; font-weight: 600; }
.guarantee p { color: var(--text-60); font-size: 0.9rem; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { display: grid; gap: 12px; }
.faq__item {
  border: 1px solid var(--line);
  border-radius: var(--radius-btn);
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: border-color 0.3s var(--ease);
}
.faq__item[open] { border-color: rgba(247, 147, 26, 0.4); }
.faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.3s var(--ease);
  flex: 0 0 auto;
  line-height: 1;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 22px 22px; color: var(--text-60); font-size: 0.96rem; }
.faq__cta { text-align: center; margin-top: var(--s-4); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--line);
  padding-block: var(--s-5);
  background: var(--surface-1);
}
.footer__logo {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--gold);
}
.footer__brand p { color: var(--text-40); font-size: 0.9rem; margin-top: 6px; }
.footer__disclaimer {
  margin: var(--s-3) 0;
  color: var(--text-40);
  font-size: 0.82rem;
  max-width: 640px;
  line-height: 1.7;
}
.footer__copy { color: var(--text-40); font-size: 0.8rem; }

/* ============================================================
   CTA flutuante (mobile)
   ============================================================ */
.floating-cta {
  position: fixed;
  left: 16px; right: 16px;
  bottom: 16px;
  z-index: 60;
  text-align: center;
  padding: 15px;
  border-radius: var(--radius-btn);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  color: #000;
  background: var(--gold);
  box-shadow: var(--glow-strong);
  transform: translateY(160%);
  transition: transform 0.4s var(--ease);
}
.floating-cta.is-visible { transform: translateY(0); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (min-width: 640px) {
  .grid-cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .personas { grid-template-columns: repeat(2, 1fr); }
  .modules { grid-template-columns: repeat(2, 1fr); }
  .bonuses { grid-template-columns: repeat(3, 1fr); }
  .support__list { grid-template-columns: repeat(2, 1fr); }
  .mentor { flex-direction: row; align-items: flex-start; }
  .floating-cta { display: none; }
}

@media (min-width: 900px) {
  .hero__inner { grid-template-columns: 1.1fr 0.9fr; }
  .hero__art { min-height: 440px; }
  .grid-cards { grid-template-columns: repeat(3, 1fr); }
  .personas { grid-template-columns: repeat(4, 1fr); }
  .modules { grid-template-columns: repeat(3, 1fr); }
  .mentors { grid-template-columns: repeat(2, 1fr); }
}

/* Imagem dos especialistas no fluxo do hero — só aparece no mobile */
.hero__art-mobile { display: none; }

/* ============================================================
   HERO — MOBILE (título → subtítulo → imagem dos dois → botões)
   Layout centralizado e imagem full-bleed, conforme "estrutura mobile".
   Otimizado para iPhone/Android atuais.
   ============================================================ */
@media (max-width: 899px) {
  .hero {
    background-image: none;          /* remove o fundo full-bleed do desktop */
    background-color: #000;          /* preto puro = mesma cor da imagem, sem emenda */
  }
  /* Tudo centralizado */
  .hero__copy { text-align: center; }
  .hero__title { font-size: 30px; }
  .hero__sub {
    margin-left: auto;
    margin-right: auto;
  }
  /* Texto sempre por cima da área preta da arte (não é coberto) */
  .badge, .hero__title, .hero__sub {
    position: relative;
    z-index: 2;
  }
  /* Imagem dos dois — largura total da tela, arte inteira (sem corte) */
  .hero__art-mobile {
    display: block;
    width: 100vw;
    max-width: 100vw;
    height: auto;                    /* mantém a proporção, sem cortar */
    margin-left: calc(50% - 50vw);   /* sangra para fora do container */
    position: relative;
    z-index: 1;
    /* sobe a imagem por baixo do texto até a luz começar logo abaixo dele
       (topo da arte é preto = fundo, então some sem emenda) */
    margin-top: -44vw;
    /* sobe os botões por cima da área preta da arte (preto = fundo, sem emenda) */
    margin-bottom: clamp(-260px, -50vw, -150px);
    border-radius: 0;
  }
  /* Botões empilhados e centralizados */
  .hero__cta {
    flex-direction: column;
    align-items: center;
    gap: var(--s-2);
    margin-top: 0;                   /* sem espaço extra acima dos botões */
    position: relative;
    z-index: 1;
  }
  .hero__cta .btn {
    width: 100%;
    max-width: 360px;
  }
  /* Selos em linha, centralizados */
  .hero__trust {
    justify-content: center;
    gap: var(--s-2);
  }
}

/* Acessibilidade — reduzir movimento */
@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;
  }
  .reveal { opacity: 1; transform: none; }
}
