:root {
  --ink: #2b1712;
  --muted: #705c55;
  --cream: #fffaf1;
  --paper: #ffffff;
  --caramel: #a84d20;
  --caramel-dark: #743017;
  --gold: #efb84f;
  --gold-soft: #fff0c7;
  --berry: #7a1f3d;
  --sage: #3f6658;
  --line: #eaded4;
  --shadow: 0 20px 60px rgba(73, 34, 17, 0.12);
  --radius: 24px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(234, 222, 212, 0.8);
  background: rgba(255, 250, 241, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.brand span {
  max-width: 175px;
  line-height: 1.05;
}

.header-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero {
  position: relative;
  padding: 52px 0 64px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 78%;
  background:
    radial-gradient(circle at 15% 20%, rgba(239, 184, 79, 0.24), transparent 35%),
    radial-gradient(circle at 92% 15%, rgba(122, 31, 61, 0.11), transparent 31%);
}

.hero-grid {
  display: grid;
  gap: 0;
  align-items: center;
}

.hero-copy {
  display: contents;
}

.hero-copy .eyebrow {
  order: 1;
}

.hero-copy h1 {
  order: 2;
}

.hero-copy .hero-lead {
  order: 3;
}

.book-stage {
  order: 4;
}

.hero-copy .hero-points {
  order: 5;
}

.hero-copy .price-line {
  order: 6;
}

.hero-copy .button {
  order: 7;
  justify-self: start;
}

.hero-copy .microcopy {
  order: 8;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--caramel-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 15ch;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 12vw, 5.3rem);
  font-weight: 700;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(1.03rem, 4.6vw, 1.25rem);
}

.hero-points,
.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-points {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 30px;
}

.hero-points li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sage);
  font-weight: 950;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.price-line span:first-child {
  color: var(--muted);
  font-size: 0.92rem;
}

.price {
  color: var(--caramel-dark);
  font-size: clamp(2rem, 9vw, 3.15rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--caramel), var(--caramel-dark));
  box-shadow: 0 12px 25px rgba(116, 48, 23, 0.22);
  color: white;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(116, 48, 23, 0.28);
}

.button-secondary {
  background: white;
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--ink);
}

.button[aria-disabled="true"],
.button:disabled {
  background: #8b817d;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.microcopy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.book-stage {
  position: relative;
  width: min(86%, 390px);
  margin: 16px auto 44px;
}

.book-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9% -9% 4%;
  border-radius: 38px;
  background: var(--gold-soft);
  transform: rotate(4deg);
}

.book-stage img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 16px 24px 48px rgba(55, 24, 12, 0.25);
  transform: rotate(-2deg);
}

.proof-strip {
  margin-top: -2px;
  padding: 24px 0;
  border-block: 1px solid var(--line);
  background: white;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 12px;
}

.proof-item {
  text-align: center;
}

.proof-number {
  display: block;
  color: var(--caramel-dark);
  font-size: clamp(1.55rem, 7vw, 2.3rem);
  font-weight: 950;
  line-height: 1;
}

.proof-label {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.section {
  padding: 76px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.section-light {
  background: white;
}

.section-dark {
  background: var(--ink);
  color: white;
}

.section-head {
  max-width: 710px;
  margin-bottom: 34px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head.centered .eyebrow {
  justify-content: center;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 9vw, 3.65rem);
}

.section-head > p:last-child,
.section-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-dark .section-head > p:last-child,
.section-dark .section-copy {
  color: #d7c9c2;
}

.story-grid,
.offer-grid,
.guarantee-grid {
  display: grid;
  gap: 24px;
}

.story-card,
.content-card,
.bonus-card,
.level-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(73, 34, 17, 0.07);
}

.story-card {
  padding: 26px;
}

.story-card strong {
  display: block;
  margin-bottom: 9px;
  color: var(--caramel-dark);
  font-size: 1.15rem;
}

.story-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.content-grid,
.level-grid,
.bonus-grid {
  display: grid;
  gap: 16px;
}

.content-card,
.bonus-card,
.level-card {
  padding: 24px;
}

.icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--caramel-dark);
  font-size: 1.35rem;
  font-weight: 950;
}

.content-card h3,
.bonus-card h3,
.level-card h3 {
  margin-bottom: 9px;
  font-size: 1.23rem;
}

.content-card p,
.bonus-card p,
.level-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--line);
  aspect-ratio: 4 / 3;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.gallery figure:hover img {
  transform: scale(1.035);
}

.gallery figcaption {
  position: absolute;
  inset: auto 8px 8px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(43, 23, 18, 0.82);
  color: white;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.2;
  backdrop-filter: blur(7px);
}

.level-card {
  position: relative;
  overflow: hidden;
}

.level-card::after {
  content: attr(data-number);
  position: absolute;
  right: 16px;
  bottom: -22px;
  color: rgba(168, 77, 32, 0.08);
  font-family: Georgia, serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}

.level-tag {
  display: inline-block;
  margin-bottom: 13px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--caramel-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.course-showcase {
  max-width: 980px;
  display: grid;
  gap: 22px;
  align-items: center;
  margin: auto;
  padding: 22px;
}

.bonus-feature {
  margin-bottom: 34px;
}

.course-showcase > * { min-width: 0; }
.course-cover { display: block; max-width: min(70vw, 280px); margin: auto; border-radius: 14px; box-shadow: 0 20px 38px rgba(0, 0, 0, .25); }
.course-showcase h3 { margin: 4px 0 9px; font-size: clamp(1.8rem, 8vw, 2.8rem); }
.course-showcase .check-list { margin-top: 18px; }
.bonus-feature p { color: #d7c9c2; }
.bonus-lead { display: grid; justify-items: center; gap: 8px; }
.bonus-lead strong { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 14px; border: 1px solid rgba(239,184,79,.52); border-radius: 999px; background: rgba(239,184,79,.14); color: #ffe1a4; font-size: .92rem; line-height: 1.25; }
.included-tools > h3 { margin: 0 auto 18px; text-align: center; font-size: 1.24rem; }

.bonus-card {
  border-color: rgba(239, 184, 79, 0.32);
  background: #352019;
  box-shadow: none;
}

.bonus-card p {
  color: #d7c9c2;
}

.bonus-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 800;
}

.bonus-note {
  max-width: 720px;
  margin: 24px auto 0;
  color: #d7c9c2;
  font-size: 0.88rem;
  text-align: center;
}

.offer-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}

.offer-card h2 {
  font-size: clamp(2rem, 9vw, 3.25rem);
}


.offer-card .check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.offer-bonus-highlight { min-width: 0; display: grid; gap: 2px; margin-block: 4px; padding: 13px 14px 13px 42px !important; border: 1px solid #e6bd79; border-radius: 15px; background: linear-gradient(135deg,#fff8dc,#fff1c1); color: var(--caramel-dark); overflow-wrap: anywhere; }
.offer-bonus-highlight::before { left: 14px !important; top: 13px !important; color: var(--caramel-dark) !important; }
.offer-bonus-highlight strong { font-size: .96rem; }
.offer-bonus-highlight span { color: #76503b; font-size: .82rem; line-height: 1.35; }

.offer-box {
  padding: 25px;
  border-radius: 22px;
  background: var(--gold-soft);
  text-align: center;
}

.offer-label {
  margin-bottom: 8px;
  color: var(--caramel-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-price {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.5rem, 12vw, 4rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.055em;
}

.offer-box .button {
  width: 100%;
}

.checkout-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.checkout-status[data-state="inactive"] {
  color: #72422c;
}

.guarantee-seal {
  width: 130px;
  height: 130px;
  display: grid;
  place-content: center;
  margin-inline: auto;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--cream);
  color: var(--caramel-dark);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-5deg);
}

.guarantee-copy h2 {
  font-size: clamp(1.9rem, 8vw, 3rem);
}

.guarantee-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-inline: auto;
}

details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}

summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--caramel);
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "−";
}

details p {
  padding: 0 18px 18px;
  margin: 0;
  color: var(--muted);
}

.final-cta {
  padding: 64px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
  background: linear-gradient(135deg, var(--caramel-dark), #351c16);
  color: white;
  text-align: center;
}

.final-cta h2 {
  max-width: 720px;
  margin-inline: auto;
}

.final-cta p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: #eadfd8;
}

.final-cta .button {
  background: var(--gold);
  color: var(--ink);
}

.site-footer {
  padding: 34px 0 calc(102px + env(safe-area-inset-bottom));
  background: #1f120f;
  color: #d7c9c2;
  font-size: 0.83rem;
}

.footer-grid {
  display: grid;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.footer-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.footer-copy {
  max-width: 700px;
  margin-bottom: 0;
}

.sticky-buy {
  position: fixed;
  z-index: 45;
  right: 0;
  bottom: 0;
  left: 0;
  padding:
    8px max(12px, env(safe-area-inset-left))
    calc(8px + env(safe-area-inset-bottom))
    max(12px, env(safe-area-inset-right));
  border-top: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 -12px 34px rgba(43, 23, 18, 0.13);
}

.sticky-buy-inner {
  width: min(100%, 560px);
  margin-inline: auto;
}

.sticky-buy .button {
  width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(116, 48, 23, 0.25);
  font-size: clamp(0.86rem, 4vw, 1rem);
  line-height: 1.2;
  white-space: normal;
}

.legal-main {
  min-height: 70vh;
  padding: 54px 0 80px;
}

.legal-card {
  max-width: 820px;
  padding: clamp(24px, 6vw, 48px);
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.legal-card h1 {
  max-width: none;
  font-size: clamp(2.25rem, 10vw, 4rem);
}

.legal-card h2 {
  margin-top: 35px;
  font-family: inherit;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card a {
  color: var(--caramel-dark);
  font-weight: 750;
}

@media (min-width: 700px) {
  .container {
    width: min(calc(100% - 56px), var(--max));
  }

  .proof-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .story-grid,
  .content-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-feature {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
    padding: 30px;
  }

  .level-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .gallery figcaption {
    inset: auto 12px 12px;
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .offer-grid,
  .guarantee-grid {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

@media (max-width: 899px) {
  .mobile-inline-checkout {
    display: none;
  }

}

@media (min-width: 900px) {
  .hero {
    padding: 78px 0 82px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 72px;
  }

  .hero-copy {
    display: block;
  }

  .book-stage {
    margin-block: 0;
  }

  .section {
    padding: 104px 0;
  }

  .sticky-buy {
    display: none;
  }

  .site-footer {
    padding-bottom: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
