/* theme.css — padrão visual da bio (sergio-links.vercel.app)
   Preto, dourado, Inter + Space Grotesk, coluna centralizada de 480px em qualquer tela. */

:root {
  --bg: #0a0a0b;
  --gold: #e8c15a;
  --gold-hover: #f0cd70;
  --gold-ink: #171204;
  --text: #f5f2ec;
  --muted: #a39e93;
  --dim: #55524a;
  --glass: rgba(255, 255, 255, 0.07);
  --glass-border: rgba(255, 255, 255, 0.14);
  --glass-strong: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.03));
  --wa: #25d366;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --display: 'Space Grotesk', 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  display: flex;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
em { font-style: normal; color: var(--gold); font-weight: 600; }
strong { color: var(--text); font-weight: 600; }

.page { width: 100%; max-width: 480px; min-height: 100vh; padding: 0 24px 40px; position: relative; z-index: 1; }

/* ===== degradês de fundo (fixos, sem movimento), dourado sobre preto ===== */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(520px 520px at 8% 6%,   rgba(232,193,90,.30) 0%, rgba(232,193,90,.10) 38%, transparent 70%),
    radial-gradient(640px 640px at 96% 32%, rgba(178,138,42,.26) 0%, rgba(178,138,42,.09) 40%, transparent 70%),
    radial-gradient(560px 560px at 10% 78%, rgba(232,193,90,.20) 0%, rgba(232,193,90,.07) 40%, transparent 70%),
    radial-gradient(460px 460px at 88% 92%, rgba(240,205,112,.16) 0%, rgba(240,205,112,.05) 40%, transparent 70%),
    radial-gradient(700px 500px at 50% 50%, rgba(255,255,255,.035) 0%, transparent 70%);
  filter: blur(40px);
}
body::after {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120vmax 90vmax at 50% 0%, #000 20%, transparent 75%);
  mask-image: radial-gradient(120vmax 90vmax at 50% 0%, #000 20%, transparent 75%);
}

/* ===== Barra do topo: dois botões ===== */
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 0 4px; }
.tb-btn {
  display: inline-flex; align-items: center; gap: 6px; text-decoration: none; font-size: 13px; font-weight: 600;
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--glass-border); background: var(--glass);
  color: var(--text); transition: transform .12s ease, background .15s ease, border-color .15s ease; white-space: nowrap;
}
.tb-btn:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); transform: translateY(-1px); }
.tb-btn.back { color: var(--muted); }
.tb-btn.back:hover { color: var(--text); }
.tb-btn.wa { background: rgba(37,211,102,.12); border-color: rgba(37,211,102,.35); color: #7fe8ab; }
.tb-btn.wa:hover { background: rgba(37,211,102,.2); }
.tb-btn svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

/* ===== Hero da página de produto ===== */
.hero { padding: 26px 0 8px; text-align: left; }
.kicker {
  display: inline-block; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 14px;
}
h1 {
  font-family: var(--display); font-size: 34px; font-weight: 700; line-height: 1.05;
  letter-spacing: -.03em; margin-bottom: 12px;
}
.tagline { font-size: 15.5px; line-height: 1.55; color: var(--text); opacity: .92; }
.hero .tagline { margin-bottom: 20px; }
.note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }

/* ===== Seções ===== */
.sec { padding: 26px 0 4px; }
.sec h2 {
  font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.12;
  letter-spacing: -.02em; margin-bottom: 10px;
}
.sec .lead { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin-bottom: 18px; }
.sec .lead strong { color: var(--text); }
.about { font-size: 14.5px; line-height: 1.7; color: var(--muted); }
.about strong { color: var(--text); }

/* ===== Cards de vidro ===== */
.card {
  border-radius: 18px; padding: 18px 20px;
  background: var(--glass-strong); border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 12px 34px rgba(0,0,0,.45);
}
.card + .card { margin-top: 12px; }
.card .big { font-family: var(--display); font-size: 21px; font-weight: 700; line-height: 1.15; letter-spacing: -.02em; margin-bottom: 8px; }
.card p { font-size: 14px; line-height: 1.65; color: var(--muted); }
.card h3 { font-family: var(--display); font-size: 16px; font-weight: 700; margin-bottom: 6px; letter-spacing: -.01em; }
.card h3 em { color: var(--gold); }

/* Destaque em número, como o "+15 anos" da bio */
.stat {
  display: flex; align-items: baseline; justify-content: center; gap: 10px; flex-wrap: wrap; text-align: center;
  padding: 17px 20px; border-radius: 18px; margin: 14px 0 0;
  background: var(--glass-strong); border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 12px 34px rgba(0,0,0,.45);
}
.stat b { font-family: var(--display); font-size: 25px; font-weight: 700; color: var(--gold); letter-spacing: -.02em; }
.stat span { font-size: 12.5px; color: var(--muted); }

/* Frase grande sozinha */
.quote { padding: 30px 0 10px; text-align: center; }
.quote .q { font-family: var(--display); font-size: 27px; font-weight: 700; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 12px; }
.quote .a { font-size: 14.5px; color: var(--muted); line-height: 1.7; }

/* ===== Passos ===== */
.steps { display: flex; flex-direction: column; gap: 10px; }
.step {
  display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: 16px;
  background: var(--glass); border: 1px solid var(--glass-border);
}
.step.accent { border-color: rgba(232,193,90,.55); background: rgba(232,193,90,.08); }
.step-n {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--gold-ink); font-family: var(--display); font-weight: 700; font-size: 14px;
}
.step h3 { font-family: var(--display); font-size: 15.5px; font-weight: 700; margin-bottom: 3px; letter-spacing: -.01em; }
.step p { font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.step-tag { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 16px 0 8px; }
.step-tag:first-child { margin-top: 0; }

/* ===== Lista com check ===== */
.list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.list li { display: flex; gap: 12px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.list li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.list li b { color: var(--text); font-weight: 600; display: block; }

/* Linha de resultado */
.result { border-left: 3px solid var(--gold); padding-left: 14px; margin-top: 16px; font-size: 14.5px; line-height: 1.6; color: var(--text); }

/* ===== Botões (idênticos à bio) ===== */
.links { display: flex; flex-direction: column; gap: 26px; padding: 30px 0 8px; }
.btn {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  text-decoration: none; padding: 17px 22px; border-radius: 16px;
  background: var(--glass); border: 1px solid var(--glass-border);
  cursor: pointer; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); transform: translateY(-2px); }
.btn:active { transform: scale(.97); background: rgba(255,255,255,.15); }
.btn-label { flex: 1; }
.btn-label b { display: block; font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.btn-label span { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.btn-label span strong { font-weight: 600; color: var(--text); }
.btn .arrow {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 17px; background: rgba(255,255,255,.1); color: var(--text); transition: background .15s ease, color .15s ease;
}
.btn:hover .arrow { background: var(--gold); color: var(--bg); }
.btn.primary {
  background: var(--gold); border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 28px -8px rgba(232,193,90,.55);
  animation: btn-glow 2.8s ease-in-out infinite;
}
.btn.primary::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(100deg, transparent 38%, rgba(255,255,255,.55) 50%, transparent 62%);
  background-size: 260% 100%; background-position: 120% 0;
  animation: btn-shine 3.2s ease-in-out infinite;
}
@keyframes btn-shine { 0% { background-position: 120% 0; } 55% { background-position: -40% 0; } 100% { background-position: -40% 0; } }
@keyframes btn-glow {
  0%,100% { box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 28px -8px rgba(232,193,90,.45); }
  50%     { box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 14px 40px -6px rgba(232,193,90,.8); }
}
.btn.whatsapp { animation: wa-glow 3s ease-in-out infinite; }
@keyframes wa-glow {
  0%,100% { box-shadow: 0 8px 24px -8px rgba(37,211,102,.35); }
  50%     { box-shadow: 0 12px 36px -6px rgba(37,211,102,.65); }
}
.btn .arrow { transition: background .15s ease, color .15s ease, transform .25s ease; }
.btn:hover .arrow { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) {
  .btn.primary, .btn.primary::after, .btn.whatsapp { animation: none; }
}
.btn.primary .btn-label b { color: var(--gold-ink); }
.btn.primary .btn-label span { color: rgba(23,18,4,.72); }
.btn.primary .btn-label span strong { color: var(--gold-ink); }
.btn.primary .arrow { background: rgba(0,0,0,.15); color: var(--gold-ink); }
.btn.primary:hover { background: var(--gold-hover); border-color: var(--gold-hover); }

/* WhatsApp com o selo saltando */
.btn.whatsapp { background: rgba(37,211,102,.12); border-color: rgba(37,211,102,.35); padding-right: 122px; min-height: 92px; }
.btn.whatsapp .btn-label b { color: #7fe8ab; font-size: 17px; margin-bottom: 0; }
.btn.whatsapp .btn-label span { color: rgba(127,232,171,.7); }
.btn.whatsapp:hover { background: rgba(37,211,102,.2); }
.wa-badge {
  position: absolute; right: 16px; top: -18px; width: 96px; height: 96px; border-radius: 50%;
  background: linear-gradient(150deg, #3ce27f 0%, #1db457 100%); border: 3px solid rgba(255,255,255,.92);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 26px rgba(0,0,0,.55), 0 3px 8px rgba(0,0,0,.35); pointer-events: none;
}
.wa-badge svg { width: 52px; height: 52px; fill: #fff; }

/* Botão com prévia saltando à esquerda (o mesmo mecanismo do card do Script) */
.btn.preview { padding-left: 132px; min-height: 100px; }
.prev {
  position: absolute; left: 14px; top: -18px; bottom: 14px; width: 100px; overflow: hidden;
  border-radius: 10px; transform: rotate(-5deg); pointer-events: none;
  box-shadow: 0 14px 30px rgba(0,0,0,.5), 0 4px 10px rgba(0,0,0,.3);
  background: #fff;
}
.prev img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.prev .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.prev .play::before {
  content: ''; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.55);
  border: 2px solid rgba(255,255,255,.9);
}
.prev .play::after {
  content: ''; position: absolute; width: 0; height: 0; margin-left: 3px;
  border-left: 11px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
}
/* prévia de WhatsApp desenhada em CSS */
.prev.wa { background: #0b141a; padding: 8px; display: flex; flex-direction: column; gap: 5px; }
.prev.wa .hdr { height: 6px; width: 60%; border-radius: 3px; background: #1db457; }
.prev.wa .bub { background: #1f2c34; border-radius: 3px 6px 6px 6px; padding: 5px 6px; }
.prev.wa .t { display: block; font-size: 5.5px; font-weight: 700; color: #fff; letter-spacing: .04em; margin-bottom: 3px; }
.prev.wa .l { display: block; height: 3px; border-radius: 2px; background: #3b4a54; margin-top: 3px; }
.prev.wa .l.short { width: 62%; }
.prev.wa .l.gold { background: var(--gold); width: 80%; }

/* Mini card do Script saltando do botão dourado (idêntico à bio) */
.script-card {
  position: absolute; left: 14px; top: -18px; bottom: 14px; width: 100px;
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border-radius: 10px; padding: 10px 10px 12px; transform: rotate(-5deg);
  box-shadow: 0 14px 30px rgba(0,0,0,.5), 0 4px 10px rgba(0,0,0,.3); pointer-events: none;
}
.sc-group { margin-top: auto; }
.sc-tag { display: block; font-size: 5.5px; letter-spacing: .16em; font-weight: 600; color: #98a2b3; }
.sc-title { display: block; font-family: var(--display); font-size: 10.5px; font-weight: 700; line-height: 1.15; color: #101828; margin: 4px 0 2px; }
.sc-sec { display: block; font-size: 5.5px; letter-spacing: .14em; font-weight: 700; color: #2563eb; margin-top: 6px; }
.sc-line { display: block; height: 3px; border-radius: 2px; background: #e4e7ec; margin-top: 3px; }
.sc-line.short { width: 68%; }

/* ===== Mockups ===== */
.frame {
  border-radius: 18px; overflow: hidden; border: 1px solid var(--glass-border); background: rgba(255,255,255,.04);
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.frame.pad { padding: 12px; }

.phone {
  background: #0b141a; border: 1px solid var(--glass-border); border-radius: 24px; padding: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.phone .bar { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 10px; }
.phone .av { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #b28a2a); flex-shrink: 0; }
.phone .who { font-size: 13.5px; font-weight: 600; line-height: 1.2; }
.phone .who span { display: block; font-size: 11px; font-weight: 400; color: var(--wa); }
.bubble { background: #1f2c34; border-radius: 4px 14px 14px 14px; padding: 10px 12px; font-size: 13px; color: #d9dee3; margin-bottom: 8px; line-height: 1.5; }
.b-title { font-weight: 700; color: #fff; font-size: 12.5px; margin-bottom: 6px; }
.b-row { display: flex; gap: 7px; font-size: 12.5px; margin-top: 3px; }
.b-row b { color: #fff; font-weight: 600; }
.b-fear { display: flex; gap: 7px; font-size: 12.5px; margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(255,255,255,.15); }
.b-fear b { color: var(--gold); font-weight: 600; }
.b-time { font-size: 10px; color: #8696a0; text-align: right; margin-top: 4px; }
.b-stamp { font-size: 10.5px; color: #8696a0; text-align: center; margin: 4px 0 8px; }

.ig-comment { background: #000; border: 1px solid var(--glass-border); border-radius: 12px; padding: 12px 14px; font-size: 13.5px; }
.ig-comment .u { font-weight: 700; margin-right: 6px; }
.ig-comment .k { color: #ff3b5c; font-weight: 700; }
.ig-comment .meta { font-size: 11.5px; color: var(--dim); margin-top: 4px; }
.ig-comment.reply { margin-left: 22px; margin-top: 8px; background: #101012; }
.ig-dm { background: rgba(232,193,90,.08); border: 1px solid rgba(232,193,90,.4); border-radius: 12px; padding: 12px 14px; font-size: 13.5px; margin-top: 10px; line-height: 1.5; }
.ig-dm .tag { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; font-weight: 700; }
.flow-arrow { text-align: center; color: var(--gold); font-size: 20px; margin: 6px 0; }

.grid-4 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.grid-4 figure { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--glass-border); margin: 0; }
.grid-4 figcaption {
  position: absolute; inset: auto 0 0 0; padding: 24px 8px 8px; font-size: 13px; font-weight: 700;
  background: linear-gradient(transparent, rgba(0,0,0,.9)); display: flex; gap: 5px; align-items: center; justify-content: center;
}
.grid-4 figcaption span { color: var(--gold); font-size: 11px; }
.caption { text-align: center; font-size: 12px; color: var(--dim); margin-top: 10px; }

.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pair img { border-radius: 12px; border: 1px solid var(--glass-border); }

.strip {
  display: flex; gap: 10px; overflow-x: auto; padding: 4px 0 14px; margin: 0 -24px; padding-left: 24px; padding-right: 24px;
  scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.strip::-webkit-scrollbar { display: none; }
.strip img { flex: 0 0 auto; width: 210px; border-radius: 12px; border: 1px solid var(--glass-border); scroll-snap-align: start; box-shadow: 0 12px 30px rgba(0,0,0,.45); }

.reels-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.reel { aspect-ratio: 9 / 16; border-radius: 18px; overflow: hidden; border: 1px solid var(--glass-border); background: #000; box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.reel video { width: 100%; height: 100%; object-fit: cover; }

/* ===== Preço ===== */
.price { text-align: center; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.price-item { background: rgba(0,0,0,.35); border: 1px solid var(--glass-border); border-radius: 14px; padding: 16px 10px; }
.price-item small { display: block; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.price-item b { display: block; font-family: var(--display); font-size: 28px; font-weight: 700; color: var(--gold); letter-spacing: -.02em; line-height: 1.1; }
.price-item i { display: block; font-style: normal; font-size: 12px; color: var(--muted); margin-top: 4px; }
.price .desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.price .links { padding: 22px 0 0; gap: 20px; }

/* ===== Sobre ===== */
.sobre { display: flex; gap: 16px; align-items: center; margin-bottom: 12px; }
.sobre img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; border: 2px solid rgba(255,255,255,.16); flex-shrink: 0; }
.sobre b { display: block; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.sobre span { font-size: 12.5px; color: var(--muted); }

/* ===== Conversa da página de links: balões brancos e dourados intercalados ===== */
.chat {
  background: #0b141a; border: 1px solid var(--glass-border); border-radius: 24px; padding: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.5); margin-top: 26px;
}
.chat .bar { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 12px; }
.chat .av { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; border: 1px solid rgba(255,255,255,.2); }
.chat .who { font-size: 13.5px; font-weight: 600; line-height: 1.2; }
.chat .who span { display: block; font-size: 11px; font-weight: 400; color: var(--wa); }
.cbub {
  display: block; text-decoration: none; color: var(--gold-ink); position: relative;
  padding: 12px 14px 10px; margin: 0 0 10px; max-width: 90%;
  border-radius: 4px 16px 16px 16px; background: #f5f2ec;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  transition: transform .12s ease, filter .15s ease;
}
.cbub.gold { background: var(--gold); margin-left: auto; border-radius: 16px 4px 16px 16px; }
a.cbub:hover { transform: translateY(-2px); filter: brightness(1.04); }
a.cbub:active { transform: scale(.98); }
.cbub.intro { padding: 10px 14px; font-size: 13.5px; line-height: 1.45; }
.cbub .row { display: flex; gap: 12px; align-items: flex-start; }
.cbub .txt { flex: 1; min-width: 0; }
.cbub b { display: block; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: -.01em; line-height: 1.15; margin-bottom: 3px; }
.cbub p { font-size: 12.5px; line-height: 1.45; color: rgba(23,18,4,.78); }
.cbub .thumb { flex-shrink: 0; width: 54px; height: 68px; border-radius: 8px; overflow: hidden; background: #0b141a; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.cbub .thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.cbub .thumb.wa { padding: 5px; display: flex; flex-direction: column; gap: 3px; }
.cbub .thumb.wa i { display: block; height: 3px; border-radius: 2px; background: #3b4a54; }
.cbub .thumb.wa i.g { background: #1db457; width: 60%; }
.cbub .thumb.wa i.y { background: var(--gold); width: 80%; }
.cbub .thumb.wa i.s { width: 55%; }
.cbub .foot { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; font-size: 12px; font-weight: 700; }
.cbub .foot span { font-weight: 400; font-size: 10.5px; color: rgba(23,18,4,.5); }

/* ===== Hero da bio (índice) ===== */
.bio-hero { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 0 8px; }
.bio-photo { position: relative; width: calc(100% + 48px); margin: 0 -24px; height: 420px; }
.bio-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.bio-photo::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(10,10,11,.5) 0%, rgba(10,10,11,0) 20%, rgba(10,10,11,0) 42%, rgba(10,10,11,.88) 76%, var(--bg) 94%),
    linear-gradient(to right, rgba(10,10,11,.55) 0%, rgba(10,10,11,0) 20%, rgba(10,10,11,0) 80%, rgba(10,10,11,.55) 100%);
}
.bio-hero h1 { position: relative; z-index: 2; margin-top: -130px; font-size: 38px; }
.bio-hero .tagline { position: relative; z-index: 2; max-width: 330px; margin: 0 auto; }

/* ===== Sequência automática (post → comentários → direct) ===== */
.show { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--glass-border); background: #000; aspect-ratio: 4 / 5; box-shadow: 0 16px 40px rgba(0,0,0,.5); cursor: pointer; }
.show img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0; transition: opacity .7s ease; }
.show img.on { opacity: 1; }
.show .cap {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; padding: 10px 14px; border-radius: 12px;
  background: rgba(10,10,11,.82); border: 1px solid rgba(232,193,90,.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 13px; line-height: 1.4; color: var(--text);
}
.show .cap b { color: var(--gold); font-family: var(--display); margin-right: 6px; }
.show .dots { position: absolute; top: 12px; right: 12px; z-index: 2; display: flex; gap: 6px; }
.show .dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); transition: background .3s, transform .3s; }
.show .dots i.on { background: var(--gold); transform: scale(1.25); }
.show .bar-t { position: absolute; left: 0; top: 0; height: 3px; background: var(--gold); z-index: 3; width: 0; }
.show.run .bar-t { animation: show-bar 3.6s linear infinite; }
@keyframes show-bar { from { width: 0; } to { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .show img { transition: none; } .show .bar-t { display: none; } }

/* ===== Dúvidas comuns ===== */
.faq { display: flex; flex-direction: column; gap: 8px; }
.faq details { border-radius: 14px; background: var(--glass); border: 1px solid var(--glass-border); padding: 0 16px; }
.faq details[open] { border-color: rgba(232,193,90,.45); }
.faq summary { list-style: none; cursor: pointer; padding: 14px 0; font-size: 14.5px; font-weight: 600; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-family: var(--display); font-size: 20px; line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { content: '−'; }
.faq p { font-size: 13.5px; line-height: 1.65; color: var(--muted); padding: 0 0 14px; }

/* Prova social: mentorias que usam, três fotos lado a lado */
.provas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.provas a {
  text-decoration: none; text-align: center; padding: 14px 8px 12px; border-radius: 16px;
  background: var(--glass); border: 1px solid var(--glass-border);
  transition: transform .12s ease, background .15s ease, border-color .15s ease;
}
.provas a:hover { background: rgba(255,255,255,.12); border-color: rgba(232,193,90,.5); transform: translateY(-2px); }
.provas img {
  width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px;
  border: 2px solid var(--gold); box-shadow: 0 10px 26px rgba(0,0,0,.5);
}
.provas b { display: block; font-family: var(--display); font-size: 13.5px; font-weight: 700; letter-spacing: -.01em; line-height: 1.15; }
.provas span { display: block; font-size: 10.5px; color: var(--muted); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -.01em; }
@media (max-width: 380px) { .provas img { width: 78px; height: 78px; } }

footer { text-align: center; padding: 28px 0 8px; font-size: 12px; color: var(--dim); }
footer a { color: var(--dim); text-decoration: none; }
footer a:hover { color: var(--muted); }
.footer-links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }

/* ===== Entrada suave ===== */
.rev { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.rev.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rev { opacity: 1; transform: none; transition: none; } }
