@import 'tokens.css';

:root {
  --text-muted:    rgba(255,255,255,0.6);
  --text-faint:    rgba(255,255,255,0.4);
  --border-subtle: rgba(255,255,255,0.08);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ========== PRICE OLD ========== */
.price-old {
  font-size: 13px;
  color: rgba(255,255,255,0.38);
  text-decoration: line-through;
  letter-spacing: 0.3px;
  line-height: 1;
}
.checkout-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.checkout-price-old {
  font-size: 15px;
  color: rgba(255,255,255,0.38);
  text-decoration: line-through;
  letter-spacing: 0.3px;
  line-height: 1;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px 24px 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg,
      rgba(10,10,10,0.88) 0%,
      rgba(10,10,10,0.65) 40%,
      rgba(10,10,10,0.85) 80%,
      rgba(10,10,10,0.98) 100%),
    url("img/klid.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(0.7);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(10,10,10,0.4) 70%, rgba(10,10,10,0.95) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(181,250,208,0.08);
  border: 1px solid rgba(181,250,208,0.2);
  color: var(--mint);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.badge-dot {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--mint);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.hero-title .italic { font-style: normal; color: var(--mint); font-weight: 400; }
.hero-title .block { display: block; }

.hero-proposition {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
  max-width: 540px;
  font-weight: 400;
}
.hero-proposition strong { color: var(--mint); font-weight: 600; }

.hero-lead {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  color: rgba(255,255,255,0.70);
  margin-bottom: 40px;
  max-width: 480px;
  line-height: 1.6;
}

.hero-cta-row {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--mint);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 36px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 30px rgba(181,250,208,0.2);
}
.btn-primary:hover {
  background: var(--mint-bright);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(181,250,208,0.35);
}
.btn-primary .arrow { transition: transform 0.3s ease; }
.btn-primary:hover .arrow { transform: translateX(5px); }

.hero-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.price-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}
.price-note {
  font-size: 11px;
  color: var(--text-faint);
  letter-spacing: 0.5px;
}

.hero-trust {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 12px;
  color: var(--text-faint);
  flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 6px; }
.trust-item svg { opacity: 0.6; }

/* Book cover */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.book-stage {
  position: relative;
  perspective: 1400px;
}
.book-cover-image {
  width: 320px;
  height: auto;
  display: block;
  border-radius: 2px 8px 8px 2px;
  transform: rotateY(-16deg) rotateX(3deg);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow:
    -30px 40px 80px rgba(0,0,0,0.8),
    0 0 60px rgba(181,250,208,0.1),
    inset 4px 0 12px rgba(0,0,0,0.4);
}
.book-cover-image:hover { transform: rotateY(-6deg) rotateX(1deg); }

.book-glow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 30px;
  background: radial-gradient(ellipse, rgba(181,250,208,0.3) 0%, transparent 70%);
  filter: blur(30px);
}

/* ========== SOCIAL PROOF STRIP ========== */
.proof-strip {
  padding: 32px 24px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.proof-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.proof-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--mint);
  line-height: 1;
}
.proof-label {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.3px;
  line-height: 1.3;
}
.proof-divider {
  width: 1px;
  height: 40px;
  background: var(--border-subtle);
}

/* ========== VOICE SECTION ========== */
.voice-section {
  padding: 140px 48px;
  background: var(--black);
  text-align: center;
  position: relative;
}
.voice-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(181,250,208,0.3), transparent);
}
.voice-inner { max-width: 780px; margin: 0 auto; }
.voice-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 140px;
  line-height: 0.4;
  color: var(--mint);
  opacity: 0.25;
  margin-bottom: 40px;
}
.voice-question {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 48px;
  color: var(--white);
}
.voice-question em { color: var(--mint); font-weight: 500; }

.voice-answer {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  max-width: 620px;
  margin: 0 auto 48px;
}
.voice-answer p { margin-bottom: 16px; }
.voice-signature {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  color: var(--mint);
  letter-spacing: 1px;
  margin-bottom: 40px;
  opacity: 0.8;
}

/* ========== SECTION COMMON ========== */
.section-wrap { max-width: 1100px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 20px;
}
.section-eyebrow::before, .section-eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--mint);
  opacity: 0.5;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.section-title em { font-style: normal; color: var(--mint); font-weight: 400; }
.section-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: rgba(255,255,255,0.70);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Mid-page CTA */
.mid-cta {
  text-align: center;
  margin-top: 72px;
}
.mid-cta-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--text-muted, #888);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--mint);
  font-size: 15px;
  font-weight: 600;
  padding: 18px 36px;
  border: 1px solid var(--mint);
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}
.btn-outline:hover {
  background: var(--mint);
  color: var(--black);
}

/* ========== CHAPTERS ========== */
.chapters-section {
  padding: 140px 48px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
}
.chapters-list {
  display: flex;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
}
.chapter-row {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 28px 8px;
  border-bottom: 1px solid var(--border-subtle);
  transition: all 0.4s ease;
}
.chapter-row:first-child { border-top: 1px solid var(--border-subtle); }
.chapter-row:hover {
  background: rgba(181,250,208,0.02);
  padding-left: 20px;
}
.chapter-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-style: italic;
  color: var(--mint);
  opacity: 0.7;
  font-weight: 400;
}
.chapter-content { display: flex; flex-direction: column; gap: 6px; }
.chapter-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.01em;
}
.chapter-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  font-style: normal;
  line-height: 1.5;
}
.chapter-count {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-faint);
  white-space: nowrap;
  font-weight: 500;
}

.chapters-summary {
  text-align: center;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border-subtle);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.chapters-summary-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 12px;
}
.chapters-summary-meta {
  font-size: 13px;
  color: var(--text-faint);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ========== SAMPLES ========== */
.samples-section {
  padding: 140px 48px;
  background: var(--black);
  border-top: 1px solid var(--border-subtle);
}
.samples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 780px;
  margin: 0 auto;
}
.sample-card {
  background: linear-gradient(to bottom, rgba(181,250,208,0.03), rgba(181,250,208,0.005));
  border: 1px solid rgba(181,250,208,0.1);
  padding: 44px 44px 36px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.sample-card:hover { border-color: rgba(181,250,208,0.25); }
.sample-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 100%;
  background: var(--mint);
}
.sample-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 14px;
  font-weight: 500;
}
.sample-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--white);
}
.sample-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
}
.sample-body p { margin-bottom: 12px; }
.sample-body p:last-child { margin-bottom: 0; }
.sample-body em { font-style: normal; font-weight: 600; }

/* ========== JOURNAL ========== */
.journal-section {
  padding: 140px 48px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
}
.journal-box {
  max-width: 680px;
  margin: 0 auto;
  background:
    linear-gradient(135deg, rgba(245,240,232,0.03) 0%, transparent 100%),
    repeating-linear-gradient(
      to bottom,
      transparent,
      transparent 28px,
      rgba(245,240,232,0.04) 28px,
      rgba(245,240,232,0.04) 29px
    );
  border: 1px solid rgba(245,240,232,0.12);
  padding: 56px 48px;
  position: relative;
}
.journal-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: var(--mint);
  margin-bottom: 28px;
  letter-spacing: 0.5px;
}
.journal-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
}
.journal-text p { margin-bottom: 14px; }
.journal-text-fade { opacity: 0.45; }
.journal-continue {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed rgba(181,250,208,0.2);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--mint);
  text-align: center;
  font-weight: 500;
}

/* ========== QUOTES ========== */
.quotes-section {
  padding: 120px 48px;
  background: var(--mint);
  color: var(--black);
  border-top: 1px solid var(--border-subtle);
}
.quotes-wrap { max-width: 1100px; margin: 0 auto; }
.quotes-header { text-align: center; margin-bottom: 56px; }
.quotes-header .section-eyebrow { color: var(--black); opacity: 0.7; }
.quotes-header .section-eyebrow::before,
.quotes-header .section-eyebrow::after { background: var(--black); opacity: 0.5; }
.quotes-header .section-title { color: var(--black); }
.quotes-header .section-title em { color: var(--black); opacity: 0.7; }

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-left: 1px solid rgba(0,0,0,0.15);
}
.quote-cell {
  padding: 44px 32px;
  border-right: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
  display: flex;
  align-items: center;
  min-height: 160px;
}

/* ========== FOR WHOM ========== */
.forwhom-section {
  padding: 140px 48px;
  background: var(--black);
  border-top: 1px solid var(--border-subtle);
}
.forwhom-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.forwhom-item {
  background: rgba(181,250,208,0.02);
  border: 1px solid rgba(181,250,208,0.1);
  padding: 28px 28px;
  border-radius: 2px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.forwhom-item:hover {
  border-color: rgba(181,250,208,0.25);
  background: rgba(181,250,208,0.04);
}
.forwhom-check {
  width: 22px;
  height: 22px;
  background: var(--mint);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.forwhom-text {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}

/* ========== AUTHOR ========== */
.author-section {
  padding: 100px 48px 120px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
}
.author-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.author-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(181,250,208,0.25);
  background: radial-gradient(ellipse at 50% 40%, rgba(181,250,208,0.08) 0%, transparent 70%);
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 40px;
  color: rgba(181,250,208,0.7);
  box-shadow:
    0 0 0 1px rgba(181,250,208,0.15),
    0 20px 60px rgba(181,250,208,0.12);
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.author-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.2vw, 36px);
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 40px;
  color: var(--white);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.author-quote em { color: var(--mint); }
.author-body {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255,255,255,0.72);
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.author-body p { margin-bottom: 16px; }
.author-body p:last-child { margin-bottom: 0; }
.author-body strong { color: var(--white); font-weight: 500; }

.author-credentials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
}
.author-cred-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 36px;
  font-size: 14px;
  color: var(--text-muted);
}
.author-cred-row + .author-cred-row {
  border-left: 1px solid var(--border-subtle);
}
.author-cred-row strong {
  color: var(--text-faint);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ========== FAQ ========== */
.faq-section {
  padding: 140px 48px;
  background: var(--black);
  border-top: 1px solid var(--border-subtle);
}
.faq-wrap { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 26px 0;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.3s ease;
}
.faq-q:hover { color: var(--mint); }
.faq-plus {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.4s ease;
}
.faq-plus::before, .faq-plus::after {
  content: '';
  position: absolute;
  background: var(--mint);
  transition: all 0.3s ease;
}
.faq-plus::before { top: 10px; left: 0; width: 100%; height: 1px; }
.faq-plus::after { left: 10px; top: 0; width: 1px; height: 100%; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-a-inner {
  padding: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
}
.faq-a-inner strong { color: var(--mint); font-weight: 500; }

/* ========== CHECKOUT ========== */
.checkout-section {
  padding: 140px 48px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}
.checkout-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(181,250,208,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.checkout-wrap {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.checkout-header { text-align: center; margin-bottom: 48px; }

.checkout-box {
  background: var(--black);
  border: 1px solid rgba(181,250,208,0.15);
  padding: 44px 40px;
  border-radius: 2px;
}
.checkout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--border-subtle);
}
.checkout-product {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.checkout-product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
}
.checkout-product-meta {
  font-size: 12px;
  color: var(--text-faint);
  letter-spacing: 0.5px;
}
.checkout-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--mint);
  line-height: 1;
}

.checkout-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.checkout-feat {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.checkout-feat-icon {
  width: 18px;
  height: 18px;
  background: rgba(181,250,208,0.15);
  border: 1px solid rgba(181,250,208,0.3);
  color: var(--mint);
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.checkout-btn {
  width: 100%;
  background: var(--mint);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 22px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 30px rgba(181,250,208,0.15);
}
.checkout-btn:hover {
  background: var(--mint-bright);
  transform: translateY(-1px);
  box-shadow: 0 12px 40px rgba(181,250,208,0.3);
}
.checkout-trust {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--text-faint);
  letter-spacing: 0.3px;
}

/* ========== FOOTER ========== */
footer {
  padding: 60px 48px 40px;
  background: var(--black);
  border-top: 1px solid var(--border-subtle);
  text-align: center;
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 13px;
  color: var(--text-faint);
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
}
.footer-links a:hover { color: var(--mint); }
.footer-note {
  font-size: 11px;
  color: var(--text-faint);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
  letter-spacing: 0.3px;
}

/* ========== PAGES GALLERY ========== */
.pages-section {
  padding: 140px 48px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
}

.pages-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.pages-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pages-frame {
  aspect-ratio: 3 / 4.24;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(181,250,208,0.1);
  background: rgba(181,250,208,0.02);
  transition: border-color 0.35s ease, transform 0.35s ease;
  will-change: transform;
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}

.pages-frame:hover {
  border-color: rgba(181,250,208,0.28);
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(0,0,0,0.65), 0 0 40px rgba(181,250,208,0.06);
}

.pages-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pages-caption {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-faint);
  text-align: center;
  font-weight: 500;
}

/* ========== BUNDLE SHOWCASE (checkout) ========== */
.bundle-showcase {
  background: rgba(181,250,208,0.04);
  border: 1px solid rgba(181,250,208,0.15);
  border-radius: 2px;
  padding: 24px 24px 22px;
  margin-bottom: 24px;
}
.bundle-label {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-faint);
  font-weight: 600;
  margin-bottom: 20px;
}
.bundle-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bundle-item {
  flex: 1;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.bundle-cover {
  width: 52px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.55);
  flex-shrink: 0;
}
.bundle-item-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 2px;
}
.bundle-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
}
.bundle-item-sub {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}
.bundle-connector {
  font-size: 20px;
  color: var(--mint);
  font-weight: 400;
  flex-shrink: 0;
  align-self: center;
  padding: 0 6px;
}
.bundle-item-main,
.bundle-item-bonus {
  flex-direction: column;
  gap: 10px;
}
.bundle-main-tag {
  display: inline-block;
  align-self: flex-start;
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--text-faint);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 1px;
  white-space: nowrap;
}
.bundle-item-inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.bundle-bonus-tag {
  display: inline-block;
  align-self: flex-start;
  background: var(--mint);
  border: 1px solid var(--mint);
  color: #0a1a10;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 1px;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .bundle-row {
    flex-direction: column;
    gap: 0;
  }
  .bundle-connector {
    align-self: stretch;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
  }
  .bundle-item {
    width: 100%;
    padding: 14px 0;
  }
  .bundle-item-bonus {
    padding-top: 14px;
  }
  .bundle-item-name { font-size: 15px; }
  .bundle-item-sub  { font-size: 11px; }
}

/* ========== REVIEWS ========== */
.reviews-section {
  padding: 120px 48px;
  background: var(--black);
  border-top: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}
.reviews-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(181,250,208,0.4), transparent);
}
.reviews-wrap { max-width: 1100px; margin: 0 auto; }

.reviews-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.review-card {
  flex: 0 0 calc(33.33% - 16px);
  background: linear-gradient(to bottom, rgba(181,250,208,0.03), rgba(181,250,208,0.005));
  border: 1px solid rgba(181,250,208,0.1);
  padding: 40px 36px 32px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.review-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--mint), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.review-card:hover {
  border-color: rgba(181,250,208,0.28);
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.5), 0 0 40px rgba(181,250,208,0.05);
}
.review-card:hover::before { opacity: 1; }

.review-stars {
  color: #f5c842;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1;
}

.review-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  flex: 1;
}

.review-author {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mint);
  opacity: 0.75;
  padding-top: 8px;
  border-top: 1px solid rgba(181,250,208,0.12);
}

@media (max-width: 900px) {
  .reviews-section { padding: 80px 20px; }
  .review-card { flex: 0 0 100%; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .review-card { flex: 0 0 calc(50% - 12px); }
}

/* ========== ANIMATIONS ========== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .hero-inner { gap: 60px; }
  .book-cover-image { width: 280px; }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 40px 20px 60px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .hero-left { display: flex; flex-direction: column; align-items: center; }
  .hero-right { order: -1; }
  .hero-proposition, .hero-lead { max-width: 100%; }
  .hero-cta-row { justify-content: center; }
  .hero-trust { justify-content: center; }
  .book-cover-image { width: 220px; }

  .proof-inner { gap: 24px; }
  .proof-divider { display: none; }

  .voice-section, .chapters-section, .samples-section, .journal-section,
  .quotes-section, .forwhom-section, .author-section, .faq-section, .checkout-section {
    padding: 80px 20px;
  }

  .pages-section {
    padding: 80px 0;
  }
  .pages-section .section-header {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .pages-track {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 4px 20px 20px;
    max-width: none;
    scrollbar-width: none;
  }
  .pages-track::-webkit-scrollbar { display: none; }
  .pages-item {
    flex: 0 0 52vw;
    scroll-snap-align: start;
  }

  .chapter-row { grid-template-columns: 50px 1fr; padding: 22px 4px; gap: 20px; }
  .chapter-num { font-size: 28px; }
  .chapter-name { font-size: 22px; }
  .chapter-count { grid-column: 2; font-size: 11px; margin-top: 4px; }

  .quotes-grid { grid-template-columns: 1fr; }
  .quote-cell { min-height: 120px; padding: 32px 24px; font-size: 17px; }

  .journal-box { padding: 36px 24px; }
  .sample-card { padding: 32px 24px; }
  .checkout-box { padding: 32px 22px; }
  .author-avatar { width: 80px; height: 80px; font-size: 34px; margin-bottom: 36px; }
  .author-cred-row { padding: 0 24px; }

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

@media (max-width: 500px) {
  .hero-title { font-size: 38px; }
  .section-title { font-size: 30px; }
  .proof-number { font-size: 26px; }
  .proof-label { font-size: 12px; }
  .btn-primary { width: 100%; padding: 18px 24px; }
  .btn-outline { width: 100%; justify-content: center; padding: 16px 20px; }
  .pages-item { flex: 0 0 70vw; }
}

@media (max-width: 600px) {
  footer { padding: 48px 20px 32px; }
  .footer-links { gap: 16px; }
}

/* ===== THANK YOU HERO ===== */
.ty-hero {
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.ty-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(181,250,208,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(181,250,208,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.ty-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  width: 100%;
}

/* Animated checkmark */
.ty-check-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.ty-check-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(181,250,208,0.08);
  border: 1px solid rgba(181,250,208,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 12px rgba(181,250,208,0.04),
    0 0 60px rgba(181,250,208,0.15);
  animation: checkAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes checkAppear {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}
.ty-check-svg {
  width: 36px;
  height: 36px;
  stroke: var(--mint);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ty-check-path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: drawCheck 0.5s 0.4s ease forwards;
}
@keyframes drawCheck {
  to { stroke-dashoffset: 0; }
}

.ty-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(181,250,208,0.08);
  border: 1px solid rgba(181,250,208,0.2);
  color: var(--mint);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.ty-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--mint);
  animation: pulse 2s infinite;
}

.ty-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  animation: fadeUp 0.7s 0.2s ease both;
}
.ty-title em {
  font-style: normal;
  color: var(--mint);
  font-weight: 400;
  display: block;
}

.ty-lead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255,255,255,0.70);
  max-width: 540px;
  margin: 0 auto 48px;
  animation: fadeUp 0.7s 0.35s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Download CTA */
.ty-download-block {
  animation: fadeUp 0.7s 0.5s ease both;
}
.ty-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--mint);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 22px 44px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 40px rgba(181,250,208,0.25);
  width: 100%;
  max-width: 420px;
}
.ty-download-btn:hover {
  background: var(--mint-bright);
  transform: translateY(-2px);
  box-shadow: 0 14px 50px rgba(181,250,208,0.4);
}
.ty-download-btn svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.ty-download-btn:hover svg {
  transform: translateY(2px);
}

.ty-email-note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--text-faint);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.ty-email-note svg {
  opacity: 0.5;
  flex-shrink: 0;
}

/* ===== QUOTE SECTION (mint bg) ===== */
.ty-quote-section {
  padding: 100px 48px;
  background: var(--mint);
  color: var(--black);
  border-top: 1px solid var(--border-subtle);
  text-align: center;
}
.ty-quote-wrap {
  max-width: 720px;
  margin: 0 auto;
}
.ty-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  line-height: 0.5;
  color: var(--black);
  opacity: 0.12;
  margin-bottom: 36px;
}
.ty-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.5vw, 42px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 28px;
}
.ty-quote-author {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
}

/* ===== HOW TO READ ===== */
.ty-tips-section {
  padding: 100px 48px;
  background: var(--black);
  border-top: 1px solid var(--border-subtle);
}
.ty-tips-wrap { max-width: 760px; margin: 0 auto; }
.ty-tips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 0;
}
.ty-tip-card {
  background: rgba(181,250,208,0.02);
  border: 1px solid rgba(181,250,208,0.1);
  padding: 36px 28px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.ty-tip-card:hover {
  border-color: rgba(181,250,208,0.25);
  background: rgba(181,250,208,0.04);
}
.ty-tip-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-style: italic;
  color: var(--mint);
  opacity: 0.5;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}
.ty-tip-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 10px;
}
.ty-tip-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== INSTAGRAM ===== */
.ty-ig-section {
  padding: 100px 48px;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
  text-align: center;
}
.ty-ig-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.ty-ig-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(181,250,208,0.25);
  background: radial-gradient(ellipse at 50% 40%, rgba(181,250,208,0.08) 0%, transparent 70%);
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(181,250,208,0.12),
    0 20px 60px rgba(181,250,208,0.1);
  overflow: hidden;
}
.ty-ig-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ty-ig-handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--mint);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.ty-ig-handle:hover { opacity: 0.75; }
.ty-ig-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}
.ty-ig-title em { font-style: normal; color: var(--mint); font-weight: 400; }
.ty-ig-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255,255,255,0.68);
  margin-bottom: 36px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.ty-ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--mint);
  font-size: 15px;
  font-weight: 600;
  padding: 18px 36px;
  border: 1px solid var(--mint);
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}
.ty-ig-btn:hover {
  background: var(--mint);
  color: var(--black);
}

/* Delivery info block */
.ty-delivery-block {
  animation: fadeUp 0.7s 0.5s ease both;
  background: rgba(181,250,208,0.04);
  border: 1px solid rgba(181,250,208,0.15);
  border-radius: 2px;
  padding: 36px 40px;
  max-width: 440px;
  margin: 0 auto;
}
.ty-delivery-icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--mint);
  opacity: 0.8;
}
.ty-delivery-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  line-height: 1.65;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ty-delivery-text span {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-faint);
}
.ty-delivery-divider {
  height: 1px;
  background: rgba(181,250,208,0.1);
  margin-bottom: 24px;
}
.ty-delivery-tips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  text-align: left;
}
.ty-delivery-tips li {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  padding-left: 16px;
  position: relative;
}
.ty-delivery-tips li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--mint);
  opacity: 0.5;
}
.ty-delivery-tips li strong {
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}
.ty-delivery-tips li a {
  color: var(--mint);
  text-decoration: none;
  border-bottom: 1px solid rgba(181,250,208,0.3);
  transition: border-color 0.2s;
}
.ty-delivery-tips li a:hover {
  border-color: var(--mint);
}

/* ===== THANK YOU RESPONSIVE ===== */
@media (max-width: 900px) {
  .ty-hero { min-height: auto; padding: 60px 20px 80px; }
  .ty-received, .ty-quote-section, .ty-tips-section, .ty-ig-section {
    padding: 70px 20px;
  }
  .ty-tips-grid { grid-template-columns: 1fr; }
  .ty-received-header, .ty-received-items, .ty-received-footer { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 500px) {
  .ty-title { font-size: 38px; }
  .ty-download-btn { font-size: 15px; padding: 20px 28px; }
}
