/* ── Book cover mock ───────────────────────────────────────────────────────── */
.book-cover-mock { background: #2e095e; border-radius: var(--radius); padding: 52px 36px; text-align: center; position: relative; box-shadow: 12px 12px 0 #39d0db; }
.mock-title  { font-family: var(--script); font-size: 36px; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 12px; }
.mock-sub    { font-size: 13px; color: rgba(255,255,255,0.8); }
.mock-author { font-family: var(--script); font-size: 20px; color: #39d0db; position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; }

/* ── Home quote ────────────────────────────────────────────────────────────── */
.home-quote { font-family: var(--script); font-size: 20px; color: var(--text-light); border-left: 4px solid var(--peach); padding-left: 20px; margin: 24px 0 32px; line-height: 1.55; }

/* ── Tier cards (home) ─────────────────────────────────────────────────────── */
.tier-card-home { background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm); transition: transform 0.25s; }
.tier-card-home:hover { transform: translateY(-6px); }
.tier-card-sovereign { background: #2e095e; }
.card-title-tier { font-family: var(--script); font-size: 42px; color: var(--purple); margin-bottom: 6px; }
.tier-meta  { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 14px; }
.tier-desc  { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--purple); }

/* ── Quote block ───────────────────────────────────────────────────────────── */
.quote-block { background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm); }
.quote-mark  { font-family: var(--script); font-size: 80px; color: #39d0db; line-height: 0.7; margin-bottom: 12px; display: block; }
.quote-text  { font-family: var(--script); font-size: 22px; color: var(--text); line-height: 1.5; margin-bottom: 16px; }
.quote-author { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-light); }

/* ── Podcast preview card ──────────────────────────────────────────────────── */
.podcast-preview-card { background: var(--white); border-radius: var(--radius); padding: 28px 32px; box-shadow: var(--shadow-sm); display: flex; gap: 20px; align-items: flex-start; margin-bottom: 14px; transition: box-shadow 0.2s; }
.podcast-preview-card:hover { box-shadow: var(--shadow); }
.ep-number   { font-family: var(--script); font-size: 44px; font-weight: 700; color: #39d0db; line-height: 1; flex-shrink: 0; width: 52px; }
.ep-title    { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.ep-desc     { font-size: 13px; color: var(--text-light); font-weight: 300; line-height: 1.55; }
.ep-play     { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 20px; border-radius: var(--radius-pill); border: 2px solid var(--sage); background: none; color: var(--sage); font-family: var(--sans); font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; transition: all 0.2s; }
.ep-play:hover { background: var(--sage); color: var(--white); }
.ep-play-icon { font-size: 10px; line-height: 1; }

/* ── About page ────────────────────────────────────────────────────────────── */
.about-photo-mock { background: linear-gradient(145deg, var(--sage-light), var(--peach-light)); border-radius: var(--radius); max-width: 220px; aspect-ratio: 3/4; display: flex; align-items: flex-end; justify-content: center; padding: 16px; border: 2px solid var(--border); margin: 0 auto 32px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.value-card  { background: var(--white); border-radius: var(--radius-sm); padding: 24px; box-shadow: var(--shadow-sm); }
.value-icon  { font-size: 26px; margin-bottom: 10px; }
.value-title { font-family: var(--script); font-size: 24px; color: #2e095e; margin-bottom: 6px; }
.value-text  { font-size: 14px; color: var(--purple); font-weight: 300; line-height: 1.6; }

/* ── Methodology steps ─────────────────────────────────────────────────────── */
.method-step { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); text-align: center; }
.step-num    { font-family: var(--script); font-size: 48px; font-weight: 700; color: #39d0db; line-height: 1; margin-bottom: 10px; }
.step-title  { font-size: 13px; font-weight: 700; color: var(--purple); margin-bottom: 8px; }
.step-desc   { font-size: 11px; color: var(--purple); font-weight: 300; line-height: 1.6; }

/* ── Book detail grid ──────────────────────────────────────────────────────── */
.book-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.book-detail-item { background: var(--bg); border-radius: var(--radius-sm); padding: 16px 20px; }
.detail-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 4px; }
.detail-value { font-size: 15px; font-weight: 600; color: var(--text); }

/* ── Chapter preview ───────────────────────────────────────────────────────── */
.preview-label { display: inline-flex; align-items: center; gap: 8px; background: var(--peach-light); border-radius: var(--radius-pill); padding: 7px 18px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--peach-dark); margin-bottom: 32px; }
.preview-text  { font-family: var(--sans); font-size: 17px; line-height: 1.85; color: var(--purple); font-weight: 300; user-select: none; -webkit-user-select: none; }
.preview-text p { margin-bottom: 20px; }
.preview-fade  { height: 100px; background: linear-gradient(transparent, var(--white)); margin-top: -100px; position: relative; pointer-events: none; }
.preview-gate  { text-align: center; padding: 32px 0 0; background: var(--white); }

/* ── Purchase page ─────────────────────────────────────────────────────────── */
.product-sticky { background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); position: sticky; top: 110px; }
.product-price  { font-family: var(--script); font-size: 64px; font-weight: 700; color: var(--sage); line-height: 1; }
.product-price sup { font-size: 28px; vertical-align: top; margin-top: 14px; display: inline-block; }
.include-list   { list-style: none; margin: 24px 0; }
.include-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); margin-bottom: 12px; font-weight: 300; }
.include-list li::before { content: '✓'; color: var(--sage); font-weight: 700; flex-shrink: 0; }
.secure-note    { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-light); margin-top: 18px; font-weight: 600; }

/* ── Consultation pricing table ───────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pricing-card { background: var(--white); border-radius: var(--radius); padding: 36px 28px; box-shadow: var(--shadow-sm); border: 2px solid transparent; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pricing-card.pricing-featured { border-color: var(--sage); box-shadow: var(--shadow); transform: scale(1.03); }
.pricing-card.pricing-featured:hover { transform: scale(1.03) translateY(-6px); }
.pricing-name { font-family: var(--script); font-size: 32px; color: #2e095e; margin-bottom: 4px; }
.pricing-meta { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-light); margin-bottom: 14px; }
.pricing-desc { font-size: 14px; color: var(--purple); font-weight: 300; line-height: 1.6; margin-bottom: 20px; text-align: left; }
.pricing-features { list-style: none; margin-bottom: 24px; flex-grow: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: var(--text); margin-bottom: 9px; font-weight: 300; line-height: 1.5; }
.pricing-features li::before { content: '✓'; color: var(--sage); font-weight: 700; flex-shrink: 0; }
.pricing-cta { text-align: center; margin-top: auto; }

/* ── Testimonials ──────────────────────────────────────────────────────────── */
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm); }
.stars      { margin-bottom: 14px; font-size: 18px; }
.test-quote { font-family: var(--script); font-size: 20px; color: var(--text); line-height: 1.55; margin-bottom: 20px; }
.test-meta  { border-top: 2px dashed var(--border); padding-top: 16px; }
.test-name  { font-size: 14px; font-weight: 700; color: var(--text); }
.test-detail { font-size: 12px; color: var(--text-light); margin-top: 4px; }

/* ── Podcast episodes ──────────────────────────────────────────────────────── */
.episode-card { background: var(--white); border-radius: var(--radius); padding: 28px 32px; box-shadow: var(--shadow-sm); display: grid; grid-template-columns: 56px 1fr auto; gap: 20px; align-items: center; margin-bottom: 14px; transition: box-shadow 0.2s; }
.episode-card:hover { box-shadow: var(--shadow); }
.ep-num-big     { font-family: var(--script); font-size: 44px; font-weight: 700; color: #39d0db; line-height: 1; }
.episode-title  { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.episode-meta-txt { font-size: 12px; color: var(--text-light); }
.ep-dur    { font-size: 13px; color: var(--text-light); text-align: right; margin-bottom: 8px; }
.play-circle { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--sage); display: flex; align-items: center; justify-content: center; cursor: pointer; background: none; transition: all 0.2s; margin-left: auto; }
.play-circle:hover { background: var(--sage); border-color: var(--sage); }
.play-circle svg { fill: var(--sage); transition: fill 0.2s; margin-left: 3px; }
.play-circle:hover svg { fill: var(--white); }
.platform-strip { background: var(--white); border-radius: var(--radius); padding: 28px 32px; box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.platform-btn { padding: 8px 20px; border-radius: var(--radius-pill); border: 2px solid var(--border); font-size: 13px; font-weight: 600; color: var(--text-light); cursor: pointer; background: none; transition: all 0.2s; font-family: var(--sans); }
.platform-btn:hover { border-color: var(--sage); color: var(--sage); }

/* ── Consultation dropdown (mobile) ────────────────────────────────────────── */
.pricing-dropdown-wrap { display: none; max-width: 480px; margin: 0 auto 32px; }
.pricing-dropdown {
  width: 100%; background: var(--white); color: var(--purple); font-family: var(--sans);
  font-size: 15px; font-weight: 700; border: 2px solid var(--sage); border-radius: var(--radius-sm);
  padding: 14px 44px 14px 20px; cursor: pointer; box-shadow: var(--shadow-sm); transition: all 0.2s;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232e095e'%3E%3Cpath d='M5.5 7.5l4.5 4.5 4.5-4.5' stroke='%232e095e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 16px;
}
.pricing-dropdown:hover, .pricing-dropdown:focus { border-color: var(--peach-dark); outline: none; }
@media (max-width: 768px) { .pricing-dropdown-wrap { display: block; } }

/* ── Contact page ──────────────────────────────────────────────────────────── */
.contact-method { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-icon   { width: 44px; height: 44px; border-radius: 50%; background: transparent; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 24px; }
.contact-label  { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--purple); margin-bottom: 4px; }
.contact-value  { font-size: 15px; font-weight: 600; color: var(--purple); }
.social-row  { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.social-btn  { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 20px; transition: all 0.2s; background: var(--white); text-decoration: none; }
.social-btn:hover { border-color: var(--sage); background: var(--sage-light); }
.privacy-banner { background: #ede0ff; border-radius: var(--radius-sm); padding: 18px 22px; margin-top: 28px; border: 1px solid rgba(46,9,94,0.2); }
.privacy-banner p { font-size: 13px; color: var(--purple); line-height: 1.6; }

/* ── Responsive overrides ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .tier-full, .book-detail-grid, .values-grid { grid-template-columns: 1fr; }
  .episode-card { grid-template-columns: 44px 1fr; }
  .ep-dur { display: none; }
}
