:root {
  --gold: #f2c94c;
  --bronze: #cd7f32;
  --brown: #2c1b12;
  --black: #080604;
  --charcoal: #12100d;
  --panel: rgba(38, 25, 17, 0.72);
  --panel-solid: #1a110c;
  --ivory: #f8efe0;
  --muted: #cdbda5;
  --line: rgba(242, 201, 76, 0.2);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 8%, rgba(242, 201, 76, 0.1), transparent 30rem),
    linear-gradient(180deg, #0b0705 0%, #130d09 44%, #080604 100%);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--ivory);
  transition: background 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  background: rgba(8, 6, 4, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo-full {
  width: clamp(190px, 18vw, 255px);
  height: 55px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(242, 201, 76, 0.18));
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(248, 239, 224, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(242, 201, 76, 0.35);
  background: rgba(242, 201, 76, 0.08);
  color: var(--gold);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(26, 17, 12, 0.8);
  color: var(--ivory);
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 6px auto;
  background: var(--gold);
  transition: transform 0.25s ease;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 118px 0 54px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.06);
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.96) 0%, rgba(12, 7, 4, 0.76) 38%, rgba(12, 7, 4, 0.12) 76%),
    linear-gradient(180deg, rgba(8, 6, 4, 0.28), rgba(8, 6, 4, 0.42) 70%, #0b0705 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: min(75vw, 1080px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: min(75vw, 1080px);
  margin-bottom: 18px;
  font-size: clamp(1.95rem, 3.15vw, 3.05rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.5vw, 4.15rem);
}

h3 {
  color: var(--ivory);
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(248, 239, 224, 0.84);
  font-size: clamp(0.94rem, 1.25vw, 1.05rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font: 800 0.94rem/1 var(--sans);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--bronze));
  color: #1d120b;
  box-shadow: 0 14px 36px rgba(242, 201, 76, 0.2);
}

.button-ghost,
.button-plan {
  border-color: rgba(242, 201, 76, 0.28);
  background: rgba(255, 255, 255, 0.035);
  color: var(--ivory);
}

.proof-row {
  display: grid;
  max-width: 560px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.78fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  border: 1px solid rgba(242, 201, 76, 0.14);
  background: rgba(16, 10, 7, 0.5);
  backdrop-filter: blur(14px);
}

.proof-row div {
  padding: 10px 12px;
}

.proof-row div + div {
  border-left: 1px solid rgba(242, 201, 76, 0.18);
}

.proof-row strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1;
}

.proof-row span {
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.15;
}

section {
  position: relative;
}

.band {
  border-block: 1px solid rgba(242, 201, 76, 0.12);
  background:
    linear-gradient(135deg, rgba(242, 201, 76, 0.055), transparent 32%),
    rgba(12, 8, 6, 0.76);
}

.problem,
.pricing,
.testimonials,
.faq {
  padding: 96px 0;
}

.solution,
.curriculum,
.authority,
.final-cta {
  padding: 112px 0;
}

.two-column,
.authority-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  align-items: start;
}

.pain-list,
.method-grid,
.pricing-grid,
.testimonial-grid,
.module-grid,
.authority-stats {
  display: grid;
  gap: 18px;
}

.pain-list article,
.method-grid article,
.price-card,
.testimonial-grid article,
.authority-panel,
.authority-stats div,
.final-panel,
.faq-list details,
.module-grid article {
  border: 1px solid rgba(242, 201, 76, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
}

.pain-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px 14px;
  padding: 18px 20px;
}

.pain-list span,
.module-grid span {
  color: var(--bronze);
  font-family: var(--serif);
  font-weight: 800;
}

.pain-list h3 {
  margin-bottom: 8px;
  font-size: 1.14rem;
}

.problem h2 {
  max-width: 520px;
  font-size: clamp(1.95rem, 3.35vw, 3.35rem);
}

.problem {
  overflow: hidden;
}

.problem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 6, 4, 0.8) 0%, rgba(8, 6, 4, 0.64) 40%, rgba(8, 6, 4, 0.54) 100%), url("assets/problem-blockage-background.png") center/cover no-repeat;
  opacity: 0.24;
  pointer-events: none;
}

.problem::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 6, 4, 0.16), rgba(8, 6, 4, 0.72));
  pointer-events: none;
}

.problem .container {
  position: relative;
  z-index: 1;
}

.pain-list article p {
  font-size: 0.96rem;
  line-height: 1.55;
}

.pain-list p,
.section-heading p,
.method-grid p,
.price-card p,
.testimonial-grid p,
.authority-panel p,
.faq-list p,
.final-panel p,
.site-footer p,
.risk-disclaimer {
  color: var(--muted);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

.section-heading p {
  max-width: 670px;
  font-size: 1.04rem;
}

.method-grid,
.pricing-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.method-grid article {
  padding: 30px;
}

.method-number {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 36px;
  place-items: center;
  border: 1px solid rgba(242, 201, 76, 0.4);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.pricing-heading {
  text-align: center;
  margin-inline: auto;
}

.pricing-heading p {
  margin-inline: auto;
}

.pricing-grid {
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
}

.price-card.featured {
  border-color: rgba(242, 201, 76, 0.48);
  background:
    linear-gradient(180deg, rgba(242, 201, 76, 0.13), rgba(255, 255, 255, 0.03)),
    var(--panel-solid);
  transform: translateY(-14px);
}

.badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  background: rgba(242, 201, 76, 0.14);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-name {
  margin-bottom: 6px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 12px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 3.5rem;
}

.plan-subtitle {
  min-height: 64px;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 8px 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(248, 239, 224, 0.86);
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.stripe-note {
  margin: 26px auto 0;
  max-width: 680px;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
}

.module-grid {
  grid-template-columns: repeat(4, 1fr);
}

.module-grid article {
  min-height: 132px;
  padding: 22px;
  color: rgba(248, 239, 224, 0.9);
  font-weight: 700;
}

.module-grid span {
  display: block;
  margin-bottom: 18px;
}

.testimonial-grid article {
  padding: 28px;
}

.testimonial-grid p {
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.45;
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid span {
  color: var(--bronze);
  font-size: 0.9rem;
  font-weight: 800;
}

.authority-panel,
.final-panel {
  padding: clamp(32px, 5vw, 56px);
}

.authority-stats {
  grid-template-columns: 1fr;
}

.authority-stats div {
  padding: 28px;
}

.authority-stats strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1;
}

.authority-stats span {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ivory);
  font-weight: 800;
}

.faq-list summary::marker {
  color: var(--gold);
}

.faq-list p {
  margin: 14px 0 0;
}

.final-panel {
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(242, 201, 76, 0.16), rgba(205, 127, 50, 0.04)),
    #140d09;
}

.final-panel p {
  max-width: 620px;
  margin-inline: auto;
}

.site-footer {
  padding: 56px 0 34px;
  border-top: 1px solid rgba(242, 201, 76, 0.12);
  background: #070504;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
}

.site-footer a:hover {
  color: var(--gold);
}

.risk-disclaimer {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(242, 201, 76, 0.12);
  font-size: 0.86rem;
}

.checkout-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  max-width: 340px;
  padding: 14px 16px;
  border: 1px solid rgba(242, 201, 76, 0.3);
  background: rgba(8, 6, 4, 0.92);
  color: var(--ivory);
  box-shadow: var(--shadow);
  transform: translateY(120%);
  transition: transform 0.25s ease;
}

.checkout-toast.is-visible {
  transform: translateY(0);
}

.payment-open { overflow: hidden; }
.payment-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.payment-modal[hidden] { display: none; }
.payment-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(20, 11, 7, .78); backdrop-filter: blur(10px); }
.payment-dialog { position: relative; width: min(560px, 100%); padding: 38px; border: 1px solid rgba(242, 201, 76, .28); border-radius: 24px; background: linear-gradient(145deg, #352117, #21140e); box-shadow: 0 28px 90px rgba(0, 0, 0, .55), 0 0 60px rgba(205, 127, 50, .12); color: #fff7e8; }
.payment-dialog h2 { margin: 8px 0 10px; font-size: clamp(1.65rem, 4vw, 2.35rem); }
.payment-dialog > p:not(.eyebrow), .payment-dialog small { color: rgba(255, 247, 232, .68); }
.payment-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; color: #f2c94c; font-size: 2rem; cursor: pointer; }
.payment-options { display: grid; gap: 10px; margin: 26px 0 18px; }
.payment-options button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 17px 18px; border: 1px solid rgba(242, 201, 76, .2); border-radius: 13px; background: rgba(255, 255, 255, .035); color: inherit; cursor: pointer; text-align: left; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.payment-options button:hover { transform: translateY(-2px); border-color: #f2c94c; background: rgba(242, 201, 76, .08); }
.payment-options span { color: rgba(255, 247, 232, .58); font-size: .86rem; }
@media (max-width: 560px) { .payment-dialog { padding: 30px 20px 24px; } .payment-options button { align-items: flex-start; flex-direction: column; gap: 4px; } }

.section-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .problem-layout {
    grid-template-columns: 1fr;
  }

  .problem-intro {
    position: static;
    max-width: none;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .problem-card-1,
  .problem-card-2,
  .problem-card-3 {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }

  .problem-callout {
    border-radius: 22px;
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 78px 20px auto;
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(8, 6, 4, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 12px;
  }

  .nav-cta {
    text-align: center;
  }

  .two-column,
  .authority-grid,
  .faq-grid,
  .method-grid,
  .pricing-grid,
  .testimonial-grid,
  .module-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .plan-subtitle {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand-logo-full {
    width: 190px;
    height: 48px;
  }

  .hero {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 28px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 6, 4, 0.97), rgba(8, 6, 4, 0.74)),
      linear-gradient(180deg, rgba(8, 6, 4, 0.16), #0b0705 100%);
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(2.34rem, 11.6vw, 3.05rem);
  }

  .hero-subtitle {
    margin-bottom: 22px;
    font-size: 0.98rem;
  }

  .hero-actions {
    margin-bottom: 22px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .proof-row {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .proof-row div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .proof-row div:nth-child(2),
  .proof-row div:nth-child(3) {
    grid-column: 2;
  }

  .proof-row div:nth-child(2) {
    grid-row: 1;
  }

  .proof-row div:nth-child(3) {
    grid-row: 2;
  }

  .portal-access-grid {
    grid-template-columns: 1fr;
  }


  .proof-row div + div {
    border-left: 1px solid rgba(242, 201, 76, 0.18);
    border-top: 0;
  }

  .proof-row div {
    padding: 14px 10px;
  }

  .proof-row strong {
    font-size: 1.45rem;
  }

  .proof-row span {
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .problem,
  .pricing,
  .testimonials,
  .faq,
  .solution,
  .curriculum,
  .authority,
  .final-cta {
    padding: 72px 0;
  }

  .pain-list article {
    grid-template-columns: 1fr;
  }

  .price-card,
  .method-grid article,
  .testimonial-grid article,
  .authority-stats div,
  .module-grid article,
  .faq-list details {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
}

.problem-intro {
  position: sticky;
  top: 110px;
  max-width: 420px;
}

.problem-summary {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.98rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-template-rows: repeat(2, minmax(230px, auto));
  gap: 16px;
}

.problem-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-height: 100%;
  padding: 24px 24px 22px;
  border: 1px solid rgba(242, 201, 76, 0.18);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  background-color: #120c08;
  background-size: cover;
  background-position: center;
}

.problem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 4, 3, 0.26), rgba(6, 4, 3, 0.8));
  pointer-events: none;
}

.problem-card > * {
  position: relative;
  z-index: 1;
}

.problem-card span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}

.problem-card-copy {
  max-width: 360px;
}

.problem-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 1.3vw, 1.8rem);
}

.problem-card p {
  max-width: 300px;
  color: rgba(248, 239, 224, 0.84);
  font-size: 0.96rem;
  line-height: 1.45;
}

.problem-card-1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  background-image: linear-gradient(180deg, rgba(6, 4, 3, 0.18), rgba(6, 4, 3, 0.84)), url("assets/problem-card-01-risk.png");
}

.problem-card-2 {
  grid-column: 2;
  grid-row: 1;
  background-image: linear-gradient(180deg, rgba(6, 4, 3, 0.16), rgba(6, 4, 3, 0.82)), url("assets/problem-card-02-strategy.png");
}

.problem-card-3 {
  grid-column: 2;
  grid-row: 2;
  background-image: linear-gradient(180deg, rgba(6, 4, 3, 0.16), rgba(6, 4, 3, 0.82)), url("assets/problem-card-03-risk.png");
}

.problem-callout {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(242, 201, 76, 0.2);
  border-radius: 999px;
  background: rgba(16, 10, 7, 0.72);
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.problem-callout strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.problem-callout span {
  color: var(--gold);
  font-size: 1rem;
}