:root {
  --bg: #090b10;
  --bg-soft: #111520;
  --bg-card: #151b28;
  --text: #f4f0e8;
  --muted: #b8b2a8;
  --muted-2: #8f8a82;
  --line: rgba(255,255,255,0.11);
  --accent: #d6a75f;
  --accent-dark: #b8873b;
  --accent-soft: rgba(214,167,95,0.14);
  --danger-soft: rgba(255,255,255,0.06);
  --radius: 24px;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(0,0,0,0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214,167,95,0.16), transparent 34rem),
    radial-gradient(circle at top right, rgba(97,120,180,0.11), transparent 38rem),
    var(--bg);
  line-height: 1.5;
}

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

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

.page {
  overflow: hidden;
}

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

.section {
  padding: 96px 0;
}

.section.compact {
  padding: 64px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}

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

h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
  max-width: 760px;
}

h2 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}

p {
  color: var(--muted);
  font-size: 18px;
}

.lead {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  max-width: 690px;
  margin-bottom: 30px;
}

.small {
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted-2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #15100a;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 40px rgba(214,167,95,0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(214,167,95,0.34);
}

.hero-actions,
.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button-secondary {
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-secondary:hover {
  background: rgba(255,255,255,0.04);
  box-shadow: 0 14px 36px rgba(0,0,0,0.22);
}

.cta-note {
  margin-top: 14px;
  max-width: 520px;
  font-size: 14px;
  color: var(--muted-2);
}

.centered-note {
  margin-left: auto;
  margin-right: auto;
}

.hero {
  padding: 96px 0 84px;
  min-height: 760px;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(214,167,95,0.75);
  flex: 0 0 auto;
}

.mockup-wrap {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mockup-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background: rgba(214,167,95,0.12);
  filter: blur(16px);
}

.cover-mockup {
  perspective: 1400px;
}

.hero-cover-image {
  position: relative;
  z-index: 3;
  width: min(420px, 88%);
  max-height: 620px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(0,0,0,0.52), 0 0 0 1px rgba(255,255,255,0.12);
}

.hero-cover-image::after {
  content: "";
}

.book {
  position: absolute;
  width: 260px;
  height: 390px;
  border-radius: 18px 24px 24px 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), transparent 28%),
    linear-gradient(160deg, #2d1f15 0%, #141820 52%, #090b10 100%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: var(--shadow);
  transform: rotate(-6deg) translateX(-68px);
  z-index: 4;
  overflow: hidden;
}

.book::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0.34), rgba(255,255,255,0.08), rgba(0,0,0,0.4));
}

.book-cover {
  padding: 38px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.book-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-title {
  font-size: 42px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 950;
  margin-top: 20px;
}

.book-sub {
  color: #d6d0c6;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 14px;
}

.book-author {
  color: var(--muted-2);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workbook {
  position: absolute;
  width: 230px;
  height: 320px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), transparent 25%),
    #202635;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: var(--shadow);
  transform: rotate(8deg) translate(120px, 54px);
  z-index: 3;
  padding: 28px;
}

.workbook h4 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.workbook p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}

.lines {
  display: grid;
  gap: 11px;
}

.line {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
}

.line:nth-child(2) {
  width: 80%;
}

.line:nth-child(3) {
  width: 62%;
}

.pages {
  position: absolute;
  width: 230px;
  height: 310px;
  border-radius: 18px;
  background: #efe7db;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  transform: rotate(3deg) translate(30px, -98px);
  z-index: 2;
  padding: 28px 24px;
  color: #161616;
  border: 1px solid rgba(0,0,0,0.08);
}

.pages::before,
.pages::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  transform: rotate(-2deg);
  z-index: -1;
  background: #f7f1e7;
}

.pages::after {
  inset: 20px;
  transform: rotate(2deg);
  background: #e8dfd1;
}

.sample-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8d6228;
  margin-bottom: 14px;
}

.sample-heading {
  color: #161616;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.sample-line {
  height: 8px;
  border-radius: 99px;
  background: rgba(0,0,0,0.12);
  margin-bottom: 9px;
}

.sample-line:nth-of-type(3) {
  width: 84%;
}

.sample-line:nth-of-type(4) {
  width: 70%;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.trust-item {
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.trust-item span {
  display: block;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.4;
}

.stars {
  color: var(--accent) !important;
  letter-spacing: 0.08em;
  font-size: 15px !important;
  line-height: 1.2 !important;
  margin-bottom: 5px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.pain-card {
  padding: 34px;
}

.pain-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  padding: 18px 18px;
  border-radius: 18px;
  background: var(--danger-soft);
  color: var(--muted);
  border: 1px solid rgba(255,255,255,0.07);
}

.pain-list strong {
  color: var(--text);
}

.mechanism {
  position: relative;
  padding: 42px;
  overflow: hidden;
}

.mechanism::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: var(--accent-soft);
  right: -70px;
  top: -70px;
  filter: blur(8px);
}

.mechanism-content {
  position: relative;
  z-index: 2;
}

.quote {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 18px;
  font-weight: 850;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.check {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
}

.check::before {
  content: "✓";
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
  margin-right: 9px;
}

.center {
  text-align: center;
}

.center p {
  margin-left: auto;
  margin-right: auto;
}

.reveal {
  padding: 52px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(214,167,95,0.12), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.035));
}

.product-cover-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.product-cover-frame::before {
  content: "";
  position: absolute;
  width: 76%;
  height: 76%;
  border-radius: 999px;
  background: var(--accent-soft);
  filter: blur(24px);
}

.product-cover-image {
  position: relative;
  z-index: 2;
  width: min(320px, 92%);
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0,0,0,0.48), 0 0 0 1px rgba(255,255,255,0.12);
}

.mini-cover {
  min-height: 360px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14), transparent 28%),
    linear-gradient(160deg, #2d1f15 0%, #141820 54%, #090b10 100%);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.mini-cover .title {
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.module {
  padding: 24px;
  min-height: 220px;
  border-radius: 22px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
}

.module-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.module p {
  font-size: 15px;
  margin-bottom: 0;
  color: var(--muted);
}

.workbook-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 34px;
}

.workbook-card {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
}

.workbook-card ul {
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.workbook-card li {
  margin-bottom: 10px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 36px;
}

.stack {
  padding: 34px;
}

.stack-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.stack-row:last-child {
  border-bottom: 0;
}

.stack-row strong {
  font-size: 16px;
}

.stack-row span {
  color: var(--muted-2);
  font-size: 14px;
  text-align: right;
}

.price-card {
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(214,167,95,0.16), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-label {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.price {
  font-size: clamp(52px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.old-price {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(214,167,95,0.35);
  background: rgba(255,255,255,0.055);
  color: var(--muted);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.old-price::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(214,167,95,0.42);
  transform: translateY(-50%) rotate(-8deg);
}

.price-card p {
  font-size: 16px;
}

.guarantee {
  padding: 40px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
}

.seal {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  border: 1px solid rgba(214,167,95,0.35);
  color: var(--accent);
  font-weight: 950;
  font-size: 24px;
}

.faq {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

details {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.045);
  border-radius: 18px;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 17px;
  color: var(--text);
}

details p {
  margin: 14px 0 0;
  font-size: 15px;
}

.final {
  text-align: center;
  padding: 96px 0;
  background:
    radial-gradient(circle at center, rgba(214,167,95,0.12), transparent 34rem),
    rgba(255,255,255,0.025);
  border-top: 1px solid var(--line);
}

.final h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.final p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 13px;
}

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

@media (max-width: 980px) {
  .hero {
    padding: 72px 0;
    min-height: auto;
  }

  .hero-grid,
  .split,
  .reveal,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .mockup-wrap {
    min-height: 560px;
    margin-top: 16px;
  }

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

  .trust-item:nth-child(3n) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

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

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

  .section {
    padding: 64px 0;
  }

  .section.compact {
    padding: 48px 0;
  }

  .hero {
    padding: 56px 0 64px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 40px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(30px, 9vw, 36px);
  }

  .lead {
    font-size: 17px;
  }

  .button {
    width: 100%;
    min-height: 60px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-proof {
    gap: 8px;
  }

  .pill {
    font-size: 12px;
    padding: 8px 11px;
  }

  .mockup-wrap {
    min-height: 450px;
  }

  .hero-cover-image {
    width: min(310px, 86%);
    max-height: 460px;
  }

  .product-cover-frame {
    min-height: 360px;
  }

  .product-cover-image {
    width: min(260px, 88%);
  }

  .book {
    width: 215px;
    height: 325px;
    transform: rotate(-5deg) translateX(-42px);
  }

  .book-cover {
    padding: 30px 24px;
  }

  .book-title {
    font-size: 34px;
  }

  .workbook {
    width: 190px;
    height: 270px;
    transform: rotate(8deg) translate(78px, 52px);
    padding: 24px;
  }

  .workbook h4 {
    font-size: 25px;
  }

  .pages {
    width: 190px;
    height: 260px;
    transform: rotate(3deg) translate(24px, -76px);
  }

  .trust-grid,
  .check-grid,
  .module-grid,
  .workbook-box {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(3n),
  .trust-item:nth-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .pain-card,
  .mechanism,
  .reveal,
  .stack,
  .price-card,
  .guarantee {
    padding: 26px;
  }

  .mini-cover {
    min-height: 300px;
    padding: 30px;
  }

  .mini-cover .title {
    font-size: 42px;
  }

  .stack-row {
    flex-direction: column;
    gap: 6px;
  }

  .stack-row span {
    text-align: left;
  }

  .guarantee {
    grid-template-columns: 1fr;
  }

  .final {
    padding: 72px 0;
  }
}


.marker-highlight {
  position: relative;
  display: inline;
  color: var(--text);
  background: linear-gradient(180deg, transparent 50%, rgba(214,167,95,0.46) 50%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.08em;
}

.for-you-grid {
  grid-template-columns: repeat(2, 1fr);
}

.for-you-module {
  min-height: 190px;
}

.for-you-text {
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.018em;
  margin-bottom: 0;
  color: var(--text);
}

.point-highlight {
  color: var(--accent);
}

.long-copy p {
  max-width: 920px;
}

.mechanism-heading {
  margin-top: 34px;
  margin-bottom: 14px;
  max-width: 820px;
}
