:root {
  --bg: #07110e;
  --bg-2: #0c1915;
  --panel: #101c18;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4efe6;
  --muted: #9aa89f;
  --teal: #2ee6d0;
  --teal-dim: rgba(46, 230, 208, 0.12);
  --gold: #d4b36a;
  --gold-2: #ead7a2;
  --wa: #25d366;
  --wa-2: #4ae47f;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

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

html { scroll-behavior: smooth; }

html,
body {
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
button, input { font-family: inherit; }
em { font-style: italic; color: var(--teal); }
.green { color: var(--teal); }
.muted { color: var(--muted); }
.hidden { display: none !important; }

.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.icon-sm { width: 16px; height: 16px; }

.site {
  min-height: 100vh;
  background:
    radial-gradient(900px 520px at 88% 8%, rgba(46, 230, 208, 0.16), transparent 58%),
    radial-gradient(700px 400px at 8% 0%, rgba(212, 179, 106, 0.1), transparent 50%),
    var(--bg);
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

/* Header */
.topbar {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(7, 17, 14, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
}

.brand {
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 17px;
}

.topbar-meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

/* Ticker */
.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #06120f;
}

.ticker-track {
  display: flex;
  gap: 40px;
  width: max-content;
  padding: 9px 0;
  animation: ticker 36s linear infinite;
}

.ticker-item {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b7c4bc;
  white-space: nowrap;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 56px 0 28px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--teal-dim);
  border: 1px solid rgba(46, 230, 208, 0.28);
  color: #d8fff8;
  font-size: 13px;
  font-weight: 600;
}

.live-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(46, 230, 208, 0.18);
}

.hero h1 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero-sub {
  margin-top: 16px;
  max-width: 480px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.mentor-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 12px 14px;
  max-width: 460px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.mentor-chip img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid rgba(46, 230, 208, 0.45);
}

.mentor-chip .name { font-weight: 700; font-size: 15px; }
.mentor-chip .role { color: var(--gold-2); font-size: 13px; margin-top: 2px; }
.mentor-chip .meta { color: var(--muted); font-size: 12px; margin-top: 4px; line-height: 1.4; }

.hero-risk {
  margin-top: 16px;
  max-width: 460px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.hero-side { position: relative; }

.hero-photo {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(46, 230, 208, 0.22);
  box-shadow: 0 0 0 10px var(--teal-dim), var(--shadow);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 16%;
}

.wa-card {
  margin-top: -48px;
  margin-left: 28px;
  position: relative;
  z-index: 2;
  padding: 22px 22px 18px;
  border-radius: 22px;
  background: rgba(12, 25, 21, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.wa-card h2 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 6px;
}

.wa-card .hint {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px;
}

.wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.32);
  color: #8dffc0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wa-badge .icon { fill: #25d366; stroke: none; }

.wa-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.wa-list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
}

.wa-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wa);
}

.btn-wa {
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #062813;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  background: linear-gradient(180deg, var(--wa-2), var(--wa));
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.28);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn-wa:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn-wa .icon { width: 20px; height: 20px; fill: #062813; stroke: none; }

.btn-wa-sm {
  width: auto;
  min-height: 40px;
  padding: 8px 14px;
  font-size: 13px;
}

.fineprint {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
}

/* Learn */
.learn { padding: 72px 0 8px; }

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.title {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.subtitle {
  margin: 10px 0 0;
  max-width: 520px;
  color: var(--muted);
}

.learn-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.learn-grid li {
  padding: 20px 16px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.learn-grid .num {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.learn-grid b { display: block; font-size: 15px; }
.learn-grid p { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.notice {
  margin-top: 28px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(212, 179, 106, 0.12), rgba(46, 230, 208, 0.06));
  border: 1px solid var(--line);
}

.tag-gold,
.tag-edu {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.tag-gold {
  color: #1a1406;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.tag-edu {
  color: #d8fff8;
  background: var(--teal-dim);
  border: 1px solid rgba(46, 230, 208, 0.28);
}

.notice .lead {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.notice .sub { margin-top: 4px; color: var(--muted); }

/* Sections */
.section { padding: 72px 0 8px; }
.section .body { margin-top: 28px; }

.schedule {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.schedule-item {
  padding: 20px 16px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.schedule-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.schedule-item strong {
  font-size: 18px;
  font-weight: 700;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.steps li {
  padding: 22px 18px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.steps .num {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.steps b { display: block; font-size: 16px; }
.steps p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.mentor-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: center;
}

.mentor-photo {
  width: 240px;
  height: 280px;
  object-fit: cover;
  object-position: center 16%;
  border-radius: 24px;
  border: 1px solid rgba(46, 230, 208, 0.25);
  box-shadow: 0 0 0 8px var(--teal-dim);
}

.mentor-bio .lead {
  color: var(--gold-2);
  font-weight: 700;
}

.mentor-bio .text {
  margin-top: 12px;
  color: #c9d4cd;
  line-height: 1.7;
}

.stat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.stat-pill {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--teal-dim);
  border: 1px solid rgba(46, 230, 208, 0.22);
  color: #d8fff8;
  font-size: 13px;
  font-weight: 600;
}

/* Testimonials */
.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.testimonial {
  text-align: left;
  padding: 22px;
  min-height: 200px;
  border-radius: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.testimonial .quote {
  color: #dce6df;
  line-height: 1.65;
  font-size: 15px;
}

.testimonial .who {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar-chip {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  color: #062813;
  background: var(--teal);
}

.testimonial .who b { display: block; }
.testimonial .who span { color: var(--muted); font-size: 13px; }
.stars { color: var(--gold); letter-spacing: 1px; margin-bottom: 10px; font-size: 13px; }

.dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #2a3a34;
  cursor: pointer;
}

.dots button.on {
  background: var(--teal);
  width: 22px;
  border-radius: 99px;
}

/* FAQ */
.faq {
  max-width: 760px;
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border-radius: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
}

.faq-item .a {
  display: none;
  padding: 0 20px 18px;
  color: var(--muted);
  line-height: 1.65;
}

.faq-item.open .a { display: block; }
.faq-item .chev { width: 18px; height: 18px; color: var(--teal); transition: transform 0.2s; }
.faq-item.open .chev { transform: rotate(45deg); }

/* Final CTA */
.close-wrap { padding: 56px 0 72px; }

.final-cta {
  padding: 40px 28px;
  text-align: center;
  border-radius: 28px;
  background:
    radial-gradient(500px 180px at 50% 0%, rgba(46, 230, 208, 0.16), transparent 70%),
    var(--panel);
  border: 1px solid var(--line);
}

.final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
}

.final-cta .wa,
.sticky-cta .line2 {
  color: var(--muted);
  margin: 12px 0 6px;
}

.final-cta .note {
  color: var(--gold-2);
  font-size: 14px;
  margin-bottom: 18px;
}

.final-cta .btn-wa,
.sticky-cta .btn-wa {
  width: auto;
  min-width: 260px;
  margin: 0 auto;
}

footer {
  text-align: center;
  color: #6d7a73;
  font-size: 13px;
  padding: 8px 16px 48px;
}

footer .disc {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #55605b;
}

footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

footer .footer-links a,
.legal-nav a,
.consent a { color: var(--gold-2); }

.legal {
  padding: 48px 0 72px;
  max-width: 760px;
}

.legal h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
  margin: 8px 0;
}

.legal h2 { margin-top: 28px; font-size: 18px; }
.legal p,
.legal li { color: #c9d4cd; line-height: 1.7; }
.legal ul { margin: 10px 0 0 18px; }
.legal-updated { color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.legal-nav { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; }

/* Sticky */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 30;
  padding: 0 16px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.sticky-cta.show {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.sticky-inner {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  border-radius: 18px;
  background: rgba(12, 25, 21, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.sticky-cta .close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}

.sticky-cta .line1 { font-weight: 700; }
.sticky-cta.gone { display: none; }

/* Thank you */
.page-bg.home,
.page-bg.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(900px 520px at 88% 8%, rgba(46, 230, 208, 0.14), transparent 58%),
    var(--bg);
}

.thanks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 0 64px;
  max-width: 640px;
}

.thanks-check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wa);
  box-shadow: 0 0 0 10px rgba(37, 211, 102, 0.16);
  margin-bottom: 22px;
}

.thanks-check .icon { width: 30px; height: 30px; stroke: #062813; stroke-width: 2.6; }
.thanks h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.15;
}

.thanks-copy {
  margin: 14px 0 22px;
  color: #c9d4cd;
  line-height: 1.65;
  font-size: 16px;
}

.thanks .btn-wa { width: auto; min-width: 280px; }
.thanks .fineprint { margin-top: 12px; }

.next-box {
  width: 100%;
  text-align: left;
  padding: 22px 24px;
  margin-top: 28px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.next-title { font-weight: 800; margin-bottom: 12px; }
.next-box ol { margin: 0; padding-left: 22px; color: #c9d4cd; line-height: 1.9; }
.back-home { margin-top: 28px; color: #aeb6c4; font-size: 14px; }

.hide-desktop { display: none; }
.hide-mobile { display: block; }

@media (max-width: 980px) {
  .learn-grid { grid-template-columns: 1fr 1fr; }
  .learn-grid li:last-child { grid-column: 1 / -1; }
  .schedule { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hide-desktop { display: block; }
  .hide-mobile { display: none; }

  .topbar-meta { display: none; }

  .hero,
  .mentor-grid,
  .testimonials,
  .schedule,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero { padding-top: 28px; gap: 28px; }

  .hero-side {
    display: flex;
    flex-direction: column;
  }

  .hero-photo { order: 2; }
  .hero-photo img { aspect-ratio: 1 / 1; max-height: 420px; }

  .wa-card {
    order: 1;
    margin: 0 0 8px;
  }

  .mentor-photo {
    width: 180px;
    height: 210px;
    margin: 0 auto;
  }

  .mentor-grid { text-align: center; }
  .stat-pills { justify-content: center; }

  .notice { flex-direction: column; align-items: flex-start; }

  .testimonials .testimonial:nth-child(n + 2) { display: none; }
  .dots { display: flex; }

  .sticky-inner { flex-direction: column; align-items: stretch; text-align: center; padding-top: 28px; }
  .sticky-cta .btn-wa,
  .final-cta .btn-wa { width: 100%; min-width: 0; }

  .site { padding-bottom: 120px; }
}
