* {
  box-sizing: border-box;
}

:root {
  --black: #090807;
  --black-soft: #13100e;
  --cream: #f3eadc;
  --muted: #c9bcaa;
  --line: rgba(243, 234, 220, 0.18);
  --glass: rgba(255,255,255,0.055);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.hero {
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(circle at 70% 20%, rgba(188, 166, 135, 0.18), transparent 36%),
    linear-gradient(135deg, #070605 0%, #15110e 52%, #080706 100%);
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% -10%;
  height: 45vh;
  background: radial-gradient(circle, rgba(243,234,220,0.08), transparent 65%);
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
}

.nav-cta {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 0.82rem;
  color: var(--cream);
  background: var(--glass);
}

.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  margin: 0 0 18px;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.2rem, 16vw, 13rem);
  line-height: 0.78;
  font-weight: 400;
  margin: 0 0 34px;
  letter-spacing: -0.06em;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0;
}

.hero-copy h2 {
  max-width: 760px;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.72;
  margin: 26px 0;
}

.price-card {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--glass);
  color: var(--muted);
  margin: 32px 0;
}

.price-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  color: var(--cream);
  font-weight: 400;
  line-height: 1;
}

.tiny {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .25s ease, background .25s ease, border .25s ease;
}

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

.primary {
  background: var(--cream);
  color: #111;
}

.ghost {
  border: 1px solid var(--line);
  color: var(--cream);
  background: var(--glass);
}

.big {
  min-height: 64px;
  padding: 0 34px;
  font-size: 1.05rem;
}

.cover-wrap {
  display: flex;
  justify-content: center;
  perspective: 1200px;
}

.cover {
  width: min(390px, 86vw);
  aspect-ratio: 0.68;
  border-radius: 6px;
  padding: 34px 26px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 8%),
    radial-gradient(circle at 66% 22%, rgba(243,234,220,0.16), transparent 26%),
    linear-gradient(155deg, #0a0908, #191511 55%, #080706);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 34px 90px rgba(0,0,0,0.55);
  transform: rotateY(-8deg) rotateX(3deg);
  position: relative;
  overflow: hidden;
}

.cover::after {
  content: "";
  position: absolute;
  inset: 44% 0 10%;
  background:
    radial-gradient(circle at 55% 45%, rgba(0,0,0,0.25), transparent 35%),
    linear-gradient(to bottom, transparent, rgba(0,0,0,0.65));
}

.author,
.cover-footer,
.subtitle,
.subline,
.badge,
.title,
.line {
  position: relative;
  z-index: 2;
}

.author {
  text-align: center;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  color: var(--muted);
}

.title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.5rem;
  line-height: .9;
  text-align: center;
  margin: 54px 0 20px;
  letter-spacing: -0.07em;
}

.line {
  width: 62px;
  height: 1px;
  background: var(--muted);
  margin: 0 auto 22px;
}

.subtitle,
.subline {
  text-align: center;
  line-height: 1.45;
}

.subtitle {
  font-size: 1rem;
  color: var(--cream);
}

.subline {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 16px;
}

.badge {
  position: absolute;
  left: 28px;
  bottom: 92px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(243,234,220,.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: .62rem;
  letter-spacing: .13em;
  line-height: 1.65;
  color: var(--cream);
}

.cover-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  text-align: center;
  letter-spacing: .19em;
  font-size: .76rem;
  color: var(--muted);
}

.statement {
  padding: 90px 24px;
  text-align: center;
  background: #0f0d0b;
}

.statement p {
  max-width: 940px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 24px;
}

.section-head {
  max-width: 820px;
  margin-bottom: 46px;
}

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

.card {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
}

.card span {
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .14em;
}

.card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.08;
  margin: 44px 0 18px;
}

.card p,
.dark-band p,
.checklist,
.value-grid span,
.final-cta p {
  color: var(--muted);
  line-height: 1.68;
}

.dark-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding: 90px max(24px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #17120f, #070605);
  border-block: 1px solid var(--line);
}

.dark-band p {
  font-size: 1.2rem;
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
  font-size: 1.08rem;
}

.checklist li {
  padding: 18px 18px 18px 46px;
  border: 1px solid var(--line);
  border-radius: 18px;
  position: relative;
  background: rgba(255,255,255,.035);
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: var(--cream);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
}

.value-grid div {
  padding: 30px;
  min-height: 170px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: rgba(255,255,255,.035);
}

.value-grid div:last-child {
  border-right: 0;
}

.value-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.65rem;
}

.quote-section {
  padding: 110px 24px;
  background: #0f0d0b;
  text-align: center;
}

blockquote {
  max-width: 880px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.final-cta {
  padding: 120px 24px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.final-cta h2 {
  margin-bottom: 24px;
}

.final-cta .button {
  margin-top: 32px;
}

.footer {
  padding: 38px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-size: .9rem;
}

.footer a {
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero-grid,
  .dark-band,
  .split {
    grid-template-columns: 1fr;
  }

  .cards,
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cover-wrap {
    order: -1;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 18px;
  }

  .nav {
    margin-bottom: 38px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: 6rem;
  }

  .lead {
    font-size: 1rem;
  }

  .price-card {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .cards,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-grid div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 80px 18px;
  }

  .dark-band {
    padding: 76px 18px;
  }

  .cover {
    transform: none;
  }

  .title {
    font-size: 5.4rem;
  }
}
