:root {
  --ink: #101316;
  --ink-2: #18212a;
  --paper: #f6f7f4;
  --paper-2: #ffffff;
  --soft: #edf2ef;
  --text: #141719;
  --muted: #687078;
  --line: rgba(20, 23, 25, 0.14);
  --line-light: rgba(255, 255, 255, 0.2);
  --gold: #c8a24a;
  --mint: #2a8f74;
  --coral: #df6849;
  --blue: #285b7a;
  --white: #fffdf8;
  --shadow: 0 22px 70px rgba(16, 19, 22, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.56;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--gold);
}

.skip:focus {
  top: 16px;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

section[id] {
  scroll-margin-top: 96px;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  background: rgba(16, 19, 22, 0.82);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.brand small,
.nav-links a {
  color: rgba(255, 253, 248, 0.68);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links .nav-cta {
  padding: 10px 14px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  color: var(--white);
}

.hero {
  min-height: 84svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: #0f1215;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 19, 22, 1) 0%, rgba(16, 19, 22, 0.94) 54%, rgba(16, 19, 22, 0.86) 100%),
    linear-gradient(0deg, rgba(16, 19, 22, 0.92) 0%, rgba(16, 19, 22, 0.72) 100%);
}

.hero-content {
  padding: 142px 0 58px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 820px;
  font-size: 104px;
  line-height: 0.9;
}

h2 {
  max-width: 840px;
  font-size: 62px;
  line-height: 1.02;
}

h3 {
  font-size: 28px;
  line-height: 1.14;
}

.hero-lead {
  max-width: 770px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 24px;
  line-height: 1.42;
}

.hero-deal {
  width: fit-content;
  max-width: 100%;
  margin: 24px 0 0;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  border: 1px solid rgba(200, 162, 74, 0.48);
  border-radius: 8px;
  color: rgba(255, 253, 248, 0.82);
  background: rgba(200, 162, 74, 0.12);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
}

.hero-deal strong {
  color: var(--gold);
  font-size: 21px;
}

.hero-deal span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.old-price {
  color: inherit;
  text-decoration-thickness: 2px;
}

.price-countdown {
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.lead {
  margin: 22px 0 0;
  max-width: 760px;
  font-size: 19px;
}

.muted {
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 18px 40px rgba(200, 162, 74, 0.22);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.button.full {
  width: 100%;
}

.hero-facts {
  max-width: 900px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-facts span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: rgba(255, 253, 248, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 760;
}

.proof-strip {
  padding: 18px 0;
  color: var(--white);
  background: var(--ink-2);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.proof-card,
.proof-action {
  padding: 22px;
  background: var(--ink-2);
}

.proof-card strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

.proof-card span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 253, 248, 0.7);
  font-size: 14px;
}

.proof-action {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--gold);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

.proof-action:hover {
  background: #d6b866;
  transform: translateY(-1px);
}

.section {
  padding: 92px 0;
}

.paper {
  background: var(--paper);
}

.soft {
  background: var(--soft);
}

.dark {
  color: var(--white);
  background: var(--ink);
}

.section-head {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 46px;
}

.section-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.dark .section-head p:not(.eyebrow),
.dark .lead,
.dark .method-stack p {
  color: rgba(255, 253, 248, 0.72);
}

.avatar-grid,
.review-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.avatar-card,
.review-card,
.program-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  overflow-wrap: anywhere;
}

.avatar-card {
  min-height: 248px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.avatar-card span,
.review-card span,
.price-card span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.avatar-card p,
.review-card p,
.program-grid p,
.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.method-layout,
.split,
.host-layout,
.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: 56px;
  align-items: center;
}

.method-stack {
  display: grid;
  gap: 12px;
}

.method-stack article {
  padding: 22px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.method-stack span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.method-stack p {
  grid-column: 2;
  margin: 8px 0 0;
}

.clean-list {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.clean-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--mint);
}

.image-stack {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: end;
  gap: 14px;
}

.image-stack img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: center top;
}

.image-stack img:last-child {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.program-grid article {
  min-height: 166px;
  padding: 16px;
  background: var(--paper-2);
}

.program-grid span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink-2);
  font-size: 12px;
  font-weight: 900;
}

.program-grid strong {
  display: block;
  min-height: 42px;
  line-height: 1.18;
}

.program-grid p {
  font-size: 14px;
  line-height: 1.42;
}

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


.review-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.review-card.large {
  grid-column: span 2;
}

.review-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.16;
}

.review-card p {
  font-size: 15px;
}

.review-note {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.host-layout {
  grid-template-columns: 340px minmax(0, 1fr);
}

.host-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.host-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.host-facts,
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.host-facts div,
.included-grid div {
  padding: 18px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.included-grid div {
  border-color: var(--line);
  background: var(--paper-2);
}

.host-facts strong,
.included-grid strong {
  display: block;
}

.host-facts span,
.included-grid span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 253, 248, 0.64);
  font-size: 14px;
}

.included-grid span {
  color: var(--muted);
}

.offer-layout {
  align-items: stretch;
}

.price-steps {
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.start-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(207, 169, 76, 0.34);
  border-radius: 8px;
  background: rgba(207, 169, 76, 0.08);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.start-note strong {
  color: var(--green);
}

.price-step {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
}

.price-step.is-active {
  border-color: rgba(200, 162, 74, 0.76);
  background: rgba(200, 162, 74, 0.12);
  box-shadow: 0 18px 42px rgba(16, 19, 22, 0.1);
}

.price-step span,
.price-step small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.price-step strong {
  display: block;
  margin: 10px 0 6px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.price-step.is-active span,
.price-step.is-active small {
  color: var(--mint);
}

.price-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}

.price-card strong {
  display: block;
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 68px;
  line-height: 1;
  font-weight: 500;
}

.price-card p {
  margin: 18px 0 24px;
  color: var(--muted);
}

.price-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid article {
  padding: 24px;
}

.final-cta {
  padding: 70px 0;
  color: var(--white);
  background: var(--blue);
}

.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-inner h2 {
  font-size: 52px;
}

.final-inner p:not(.eyebrow) {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.76);
}

.footer {
  padding: 30px 0;
  color: var(--muted);
  background: var(--paper);
  font-size: 14px;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 84px;
  }

  h2 {
    font-size: 52px;
  }

  .proof-grid,
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .nav-inner {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-content {
    padding: 110px 0 42px;
  }

  h1 {
    font-size: 48px;
  }

  h2,
  .final-inner h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 24px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .section {
    padding: 64px 0;
  }

  .section-head,
  .method-layout,
  .split,
  .host-layout,
  .offer-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .avatar-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .host-layout {
    align-items: start;
  }

  .host-photo {
    width: min(340px, 100%);
  }

  .host-facts,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .final-inner,
  .footer .wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .wrap,
  .nav-inner {
    width: min(100% - 32px, 1180px);
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    display: none;
  }

  .actions,
  .hero-facts {
    display: grid;
    grid-template-columns: 1fr;
    max-width: calc(100vw - 32px);
  }

  .eyebrow {
    max-width: 32ch;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  h1 {
    font-size: 42px;
    line-height: 0.96;
  }

  .hero-lead {
    max-width: 31ch;
    font-size: 17px;
    line-height: 1.38;
  }

  .section-head p:not(.eyebrow),
  .lead,
  .muted {
    max-width: 34ch;
  }

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

  .hero-deal {
    width: 100%;
    max-width: calc(100vw - 32px);
    display: grid;
    gap: 4px;
  }

  .price-countdown {
    max-width: calc(100vw - 32px);
  }

  .proof-grid,
  .program-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card.large {
    grid-column: auto;
  }

  .review-card blockquote {
    font-size: 23px;
  }

  .method-stack article {
    grid-template-columns: 1fr;
  }

  .method-stack p {
    grid-column: auto;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 24px;
  }

  .price-card strong {
    font-size: 52px;
  }

  .price-steps {
    grid-template-columns: 1fr;
  }
}
