@import "tailwindcss";

:root {
  --ink: #153f4b;
  --ink-deep: #0b2f39;
  --cream: #f7f0e3;
  --paper: #fffaf1;
  --gold: #c58a45;
  --gold-light: #e7bd78;
  --muted: #647378;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 12% 15%, rgba(231,189,120,.22), transparent 26rem), var(--cream);
  color: var(--ink-deep);
  font-family: Tahoma, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.site-header { height: 86px; max-width: 1240px; margin: 0 auto; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; }
.brand-mark { width: 36px; height: 36px; border-radius: 50% 50% 48% 52%; display: grid; place-items: center; color: var(--paper); background: var(--ink); font-family: Georgia, serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.header-link { padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 700; }
.hero { min-height: calc(100vh - 86px); max-width: 1240px; margin: 0 auto; padding: 46px 54px 82px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 82px; }
.eyebrow { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; margin: 0 0 22px; }
.hero h1 { font-size: clamp(54px, 6.3vw, 92px); line-height: 1.06; letter-spacing: -.055em; margin: 0; font-weight: 800; }
.hero h1 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-style: normal; font-weight: 500; }
.hero-text { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 2; margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; background: var(--ink); color: white; border-radius: 4px; font-weight: 800; box-shadow: 0 12px 30px rgba(11,47,57,.16); transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--ink-deep); }
.primary-button:focus-visible, .text-link:focus-visible, .header-link:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.text-link { font-weight: 700; font-size: 14px; }
.text-link span { color: var(--gold); padding-right: 4px; }
.trust-row { margin-top: 42px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #6c7778; font-size: 12px; }
.trust-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-light); }
.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.book-cover { position: relative; z-index: 2; width: min(390px, 78%); aspect-ratio: 2 / 3; overflow: hidden; border-radius: 3px 12px 12px 3px; background: #123c4a; box-shadow: -22px 30px 55px rgba(26,38,40,.27), inset 6px 0 10px rgba(255,255,255,.1); transform: rotate(-3deg); }
.book-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,37,56,.16), transparent 55%, rgba(6,37,56,.35)); pointer-events: none; }
.book-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.book-title { position: absolute; z-index: 3; top: 32px; right: 24px; left: 24px; text-align: center; color: white; text-shadow: 0 2px 12px rgba(0,0,0,.38); }
.book-title span { display: block; color: #f1d193; font-size: 12px; margin-bottom: 8px; }
.book-title strong { font-size: 25px; }
.book-shadow { position: absolute; width: 70%; height: 70px; bottom: 46px; border-radius: 50%; background: rgba(37,43,42,.24); filter: blur(24px); transform: rotate(-3deg); }
.pearl { position: absolute; z-index: 3; border-radius: 50%; background: radial-gradient(circle at 32% 27%, white 0 15%, #e7e0d4 47%, #b2d0d1 100%); box-shadow: 0 8px 22px rgba(68,97,102,.25); }
.pearl-one { width: 34px; height: 34px; left: 13%; top: 20%; }
.pearl-two { width: 18px; height: 18px; right: 9%; bottom: 23%; }
.visual-note { position: absolute; left: 6%; bottom: 15px; color: var(--muted); font-size: 12px; writing-mode: vertical-rl; transform: rotate(180deg); }
.section { max-width: 1180px; margin: 0 auto; padding: 120px 42px; }
.promise-strip { background: var(--ink); color: white; min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 38px 20px; }
.promise-strip p { margin: 0 0 8px; color: #bed0d2; font-size: 16px; }
.promise-strip strong { color: #f3ce8f; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4.6vw, 54px); font-weight: 500; }
.section-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-heading.compact { max-width: 650px; }
.section-heading h2, .offer-intro h2, .values-copy h2 { margin: 0 0 20px; font-size: clamp(36px, 4.7vw, 58px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading > p:last-child, .offer-intro > p:last-child, .values-copy > p { color: var(--muted); line-height: 1.9; font-size: 16px; }
.preview-section { padding-bottom: 90px; }
.preview-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 24px; align-items: stretch; }
.preview-card { background: var(--paper); border: 1px solid rgba(21,63,75,.09); box-shadow: 0 22px 55px rgba(28,52,57,.09); overflow: hidden; }
.preview-card img { width: 100%; height: 390px; display: block; object-fit: cover; }
.character-card img { object-position: 18% center; }
.preview-card > div { padding: 26px 28px 30px; }
.preview-card span { color: var(--gold); font-size: 12px; font-weight: 800; }
.preview-card h3 { margin: 8px 0 10px; font-size: 24px; }
.preview-card p { color: var(--muted); line-height: 1.85; margin: 0; font-size: 14px; }
.sample-link { width: max-content; max-width: 100%; margin: 38px auto 0; display: block; padding-bottom: 8px; border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 800; }
.sample-link span { color: var(--gold); }
.how-section { padding-top: 90px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: step; }
.steps article { min-height: 250px; padding: 30px; background: rgba(255,250,241,.64); border-top: 2px solid var(--gold-light); }
.steps b { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #e5d4b8; color: var(--ink); font-size: 18px; }
.steps h3 { font-size: 22px; margin: 24px 0 12px; }
.steps p { color: var(--muted); line-height: 1.85; margin: 0; font-size: 14px; }
.values-section { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.values-copy .eyebrow { margin-bottom: 16px; }
.value-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.value-chips span { border: 1px solid rgba(21,63,75,.18); background: rgba(255,255,255,.45); padding: 10px 15px; border-radius: 99px; font-size: 13px; }
.values-section blockquote { margin: 0; position: relative; background: var(--ink); color: white; padding: 60px 48px 48px; min-height: 310px; display: grid; align-content: center; }
.values-section blockquote span { position: absolute; top: 18px; right: 30px; color: var(--gold-light); font-family: Georgia, serif; font-size: 70px; line-height: 1; }
.values-section blockquote p { font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.7; margin: 0; }
.offer-section { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.offer-intro { max-width: 520px; }
.price-card { background: var(--paper); border: 1px solid rgba(21,63,75,.1); padding: 34px; box-shadow: 0 25px 70px rgba(28,52,57,.13); }
.price-head { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid rgba(21,63,75,.12); padding-bottom: 25px; }
.price-head span { display: block; font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.price-head strong { color: var(--ink); font-size: 48px; line-height: 1; }
.price-head small { font-size: 15px; }
.price-head i { background: #e9d4af; color: #704719; padding: 7px 11px; font-size: 10px; font-style: normal; font-weight: 800; }
.price-card ul { list-style: none; padding: 24px 0; margin: 0; display: grid; gap: 14px; }
.price-card li { position: relative; padding-right: 25px; color: #4d6064; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; right: 0; color: var(--gold); font-weight: 900; }
.offer-button { width: 100%; }
.payment-note { text-align: center; color: #899294; font-size: 10px; margin: 13px 0 0; }
.faq-section { padding-top: 90px; }
.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid rgba(21,63,75,.16); }
.faq-list details { border-bottom: 1px solid rgba(21,63,75,.16); }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 800; padding: 24px 36px 24px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "+"; position: absolute; right: 0; color: var(--gold); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::before { content: "−"; }
.faq-list details p { color: var(--muted); line-height: 1.85; font-size: 14px; padding: 0 36px 24px 0; margin: 0; }
.closing-section { background: var(--ink); color: white; text-align: center; padding: 110px 24px; }
.closing-section h2 { max-width: 720px; margin: 0 auto 32px; font-size: clamp(40px, 6vw, 68px); line-height: 1.25; }
.light-button { display: inline-flex; align-items: center; justify-content: center; background: #f2d099; color: var(--ink-deep); padding: 16px 32px; min-width: 190px; font-weight: 900; transition: transform .2s ease; }
.light-button:hover { transform: translateY(-2px); }
footer { max-width: 1180px; margin: 0 auto; min-height: 150px; padding: 38px 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: var(--muted); font-size: 11px; }
.footer-brand { color: var(--ink); }
footer p:last-child { text-align: left; }

@media (max-width: 850px) {
  .site-header { height: 74px; padding: 0 20px; }
  .hero { min-height: auto; padding: 34px 22px 70px; grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-text { margin: 24px auto; font-size: 16px; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .book-cover { width: min(330px, 82%); }
  .visual-note { display: none; }
  .section { padding: 86px 22px; }
  .preview-grid, .values-section, .offer-section { grid-template-columns: 1fr; gap: 42px; }
  .preview-card img { height: 340px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .values-section blockquote { min-height: 250px; }
  .offer-intro { text-align: center; margin: 0 auto; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer p:last-child { text-align: center; }
}
@media (max-width: 480px) {
  .header-link { font-size: 12px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .primary-button { width: 100%; }
  .trust-row i { display: none; }
  .trust-row { flex-direction: column; gap: 7px; }
  .preview-card img { height: 280px; }
  .preview-card > div, .price-card { padding: 24px 20px; }
  .values-section blockquote { padding: 52px 28px 36px; }
  .values-section blockquote p { font-size: 24px; }
  .price-head { align-items: center; }
}
