.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  z-index: 1;
}

/* ---------- Barra superior ---------- */

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid var(--gold-dim);
  background: rgba(11, 11, 12, 0.85);
  backdrop-filter: blur(6px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.topbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--gold-bright);
}

.topbar-sep {
  color: var(--ink-faint);
}

.topbar-note {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ---------- Hero ---------- */

.hero {
  padding: 1rem 0 1.5rem;
  text-align: center;
}

.video-frame-first {
  margin-bottom: 0;
}

.hero .eyebrow {
  justify-content: center;
  margin-bottom: 1.6rem;
}

.hero .eyebrow::before {
  display: none;
}

.hero h1 {
  font-size: clamp(1.1rem, 4vw, 2rem);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.22;
  max-width: 620px;
  margin: 0 auto 0.8rem;
  text-wrap: balance;
}

.br-desktop {
  display: none;
}

@media (min-width: 768px) {
  .br-desktop {
    display: inline;
  }
}

.hero h1 em {
  font-style: normal;
  color: var(--gold-bright);
}

.hero .sub {
  max-width: 620px;
  margin: 0 auto 2.4rem;
  color: var(--ink-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.video-frame {
  max-width: 290px;
  margin: 0 auto 1.5rem;
  border: 1px solid var(--gold-dim);
  border-radius: 6px;
  padding: 8px;
  background: var(--bg-elevated);
}

.video-frame video,
.video-embed {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 3px;
  display: block;
  background: #000;
  position: relative;
  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-frame-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding: 0.6rem 0.3rem 0.1rem;
  display: flex;
  justify-content: space-between;
}

.hero-trust {
  margin-top: 1.2rem;
  color: var(--ink-faint);
  font-size: 0.82rem;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}

/* ---------- Arquivos (pain / diagnóstico) ---------- */

.files {
  padding: 4rem 0;
  border-top: 1px solid var(--gold-dim);
}

.files-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.file-card {
  background: var(--bg-elevated);
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  padding: 2rem;
}

.file-card {
  text-align: center;
}

.file-card h3 {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--gold-dim);
}

.file-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.file-card li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.file-card li i {
  color: var(--gold);
  flex-shrink: 0;
}

/* ---------- Programa (semanas) ---------- */

.program {
  padding: 4.5rem 0;
  border-top: 1px solid var(--gold-dim);
}

.section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  font-weight: 700;
  margin: 1rem 0 0.7rem;
}

.section-head p {
  color: var(--ink-muted);
}

.week-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.week-card {
  background: var(--bg-elevated);
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  padding: 1.9rem 2rem;
  text-align: center;
}

.week-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.week-num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.week-head h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.week-goal {
  color: var(--ink-faint);
  font-size: 0.85rem;
  font-style: italic;
  margin-bottom: 1.3rem;
}

.week-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  max-width: 480px;
  margin: 0 auto;
}

.week-items li {
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.6;
  padding-left: 0;
  position: relative;
}

.week-items li::before {
  content: none;
}

.week-items strong {
  color: var(--ink);
  font-weight: 500;
}

/* ---------- Suporte ---------- */

.support {
  padding: 4rem 0;
  border-top: 1px solid var(--gold-dim);
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
  margin-top: 2.5rem;
}

.support-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  background: var(--bg-elevated);
}

.support-card i {
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 1.1rem;
  display: block;
}

.support-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.support-card p {
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ---------- Mentora ---------- */

.mentor {
  padding: 4.5rem 0;
  border-top: 1px solid var(--gold-dim);
}

.mentor-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  background: var(--bg-elevated);
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  padding: 2.5rem;
}

.mentor-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold);
  padding: 4px;
  flex-shrink: 0;
}

.mentor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.mentor-content .eyebrow {
  justify-content: center;
  margin-bottom: 1rem;
}

.mentor-content .eyebrow::before {
  display: none;
}

.mentor-content h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mentor-content p {
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.mentor-content p:last-child {
  margin-bottom: 0;
}

/* ---------- Checklist do que recebe ---------- */

.deliverables {
  padding: 4rem 0;
  border-top: 1px solid var(--gold-dim);
}

.deliverables-list {
  list-style: none;
  max-width: 620px;
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.deliverables-list li {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.3rem;
  background: var(--bg-elevated);
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  font-size: 0.95rem;
  color: var(--ink);
}

.deliverables-list i {
  color: var(--gold);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* ---------- Preço ---------- */

.pricing {
  padding: 4.5rem 0 5rem;
  border-top: 1px solid var(--gold-dim);
}

.price-card {
  max-width: 460px;
  margin: 0 auto;
  background: var(--bg-elevated);
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 2.6rem 2.2rem;
  text-align: center;
  position: relative;
}

.price-card .eyebrow {
  justify-content: center;
  margin-bottom: 1rem;
}

.price-card .eyebrow::before {
  display: none;
}

.price-card h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.price-card .price-desc {
  color: var(--ink-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.price-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.price-scarcity {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  margin-bottom: 1.6rem;
}

.price-old {
  color: var(--ink-faint);
  font-size: 1.1rem;
  text-decoration: line-through;
  text-decoration-color: var(--oxblood);
  text-decoration-thickness: 1.5px;
}

.price-badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #d64545, #a82f2f);
  border: none;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(216, 69, 69, 0.4);
}

.price-amount {
  margin-bottom: 0.4rem;
}

.price-amount .big {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--gold-bright);
}

.price-amount .small {
  color: var(--ink-muted);
  font-size: 0.95rem;
  display: block;
  margin-top: 0.3rem;
}

.price-card .btn {
  margin-top: 1.8rem;
  width: 100%;
  font-size: 1.02rem;
  padding: 1.15rem 2rem;
}

.price-note {
  margin-top: 1rem;
  color: var(--ink-faint);
  font-size: 0.78rem;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}

/* ---------- CTA flutuante mobile ---------- */

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 0.9rem 1.2rem;
  background: rgba(11, 11, 12, 0.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--gold-dim);
  display: flex;
  justify-content: center;
}

.sticky-cta .btn {
  width: 100%;
  max-width: 420px;
}

/* ---------- Rodapé ---------- */

.site-footer {
  text-align: center;
  padding: 2.5rem 1.5rem 6rem;
  color: var(--ink-faint);
  font-size: 0.78rem;
  font-family: var(--font-mono);
  letter-spacing: 0.05em;
  border-top: 1px solid var(--gold-dim);
}

/* ---------- Responsivo ---------- */

@media (min-width: 720px) {
  .files-grid {
    grid-template-columns: 1fr 1fr;
  }
  .support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mentor-card {
    padding: 3rem;
  }
  .video-frame {
    max-width: 420px;
  }
  .sticky-cta {
    display: none;
  }
}
