: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-logo { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.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-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; object-position: center 42%; }
.character-card img { object-position: center 48%; }
.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); }
.story-demo { position: relative; margin-top: 42px; margin-bottom: 42px; padding: 88px 38px 72px; overflow: hidden; border-radius: 30px; background: radial-gradient(circle at 8% 8%, rgba(241,199,126,.2), transparent 25rem), radial-gradient(circle at 92% 65%, rgba(64,190,196,.16), transparent 24rem), linear-gradient(145deg, #082b3a, #0d4050 58%, #082b3a); box-shadow: 0 36px 90px rgba(9,42,53,.22); }
.story-demo::before { content: "✦"; position: absolute; top: 38px; left: 48px; color: rgba(242,207,148,.45); font-size: 34px; }
.story-demo .section-heading { position: relative; z-index: 1; }
.story-demo .section-heading h2 { color: #fffaf1; }
.story-demo .section-heading > p:last-child { color: #bdd0d3; }
.portfolio-promise { position: relative; z-index: 1; margin: -10px 0 40px; padding: 26px 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.promise-copy span { display: block; margin-bottom: 8px; color: #e8bb72; font-size: 11px; font-weight: 900; }
.promise-copy strong { color: white; font-size: 18px; line-height: 1.6; }
.personalization-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.personalization-points span { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px; border-radius: 9px; background: rgba(255,255,255,.075); color: #e5eef0; font-size: 12px; font-weight: 800; }
.personalization-points b { display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 auto; border-radius: 50%; background: #e8bb72; color: #0b3441; font-family: Georgia, serif; font-size: 10px; }
.story-legend { margin: 0 0 26px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.story-legend span { font-size: 12px; padding: 6px 12px; border-radius: 99px; background: #f0ddc0; color: #6b5322; border: 1px solid rgba(197,138,69,.35); }
.slider-toolbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; color: #bed0d2; font-size: 12px; }
.slider-toolbar > div { display: flex; gap: 9px; }
.slider-toolbar button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: white; font: inherit; font-size: 18px; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.slider-toolbar button:hover { background: #edc77e; color: var(--ink-deep); transform: translateY(-2px); }
.story-slider { position: relative; z-index: 1; display: flex; gap: 20px; overflow-x: auto; padding: 10px 2px 28px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #e8bb72 rgba(255,255,255,.08); }
.story-slider .story-page { flex: 0 0 min(370px, calc(88vw - 42px)); scroll-snap-align: start; }
.story-page { position: relative; display: flex; flex-direction: column; padding: 18px; border: 1px solid rgba(21,63,75,.15); background: var(--paper); min-height: 175px; border-radius: 0 0 14px 14px; overflow: hidden; box-shadow: 0 18px 45px rgba(0,20,28,.2); transition: transform .25s ease, box-shadow .25s ease; }
.story-page:hover { transform: translateY(-6px); box-shadow: 0 26px 55px rgba(0,20,28,.3); }
.demo-badge { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 7px 11px; border-radius: 99px; background: rgba(7,37,50,.86); color: white; font-size: 10px; font-style: normal; font-weight: 900; box-shadow: 0 8px 20px rgba(0,0,0,.2); backdrop-filter: blur(7px); }
.story-page img { width: calc(100% + 36px); height: 390px; object-fit: cover; object-position: center 38%; display: block; margin: -18px -18px 20px; }
.story-page span { display: inline-block; font-size: 12px; color: var(--gold); font-weight: 800; margin-bottom: 8px; }
.story-page strong { display: block; font-size: 16px; margin-bottom: 9px; line-height: 1.35; }
.story-page.intro, 
.story-page.quest, 
.story-page.challenge, 
.story-page.climax, 
.story-page.ending,
.story-page.story-rashid,
.story-page.story-leila,
.story-page.story-yousef { border-top: 4px solid transparent; }
.story-page.story-rashid {
  border-top-color: #1f6f90;
  background: linear-gradient(180deg, #f4fbff 0%, var(--paper) 30%);
}
.story-page.story-rashid span { color: #1f6f90; }
.story-page.story-leila {
  border-top-color: #ba5a85;
  background: linear-gradient(180deg, #fff2fb 0%, var(--paper) 30%);
}
.story-page.story-leila span { color: #ba5a85; }
.story-page.story-yousef {
  border-top-color: #2e7d5f;
  background: linear-gradient(180deg, #f2fffa 0%, var(--paper) 30%);
}
.story-page.story-yousef span { color: #2e7d5f; }
.story-page.story-lian { border-top-color: #19a9b4; background: linear-gradient(180deg, #edfdff 0%, var(--paper) 30%); }
.story-page.story-lian span { color: #138a94; }
.story-style-tag { display: block; margin: 0 0 6px; font-size: 11px; font-weight: 800; color: #6b6b6b; }
.story-page p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 13px; }
.story-page small { display: inline-block; margin-top: 11px; font-size: 12px; color: #7d6030; }
.story-page .text-link { margin-top: 12px; display: inline-block; font-size: 13px; }
.story-sample { margin-top: 18px; border-top: 1px solid rgba(21,63,75,.12); }
.story-sample summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0 2px; list-style: none; cursor: pointer; color: var(--ink-deep); font-size: 13px; font-weight: 900; }
.story-sample summary::-webkit-details-marker { display: none; }
.story-sample summary span { margin: 0; color: currentColor; font-size: 18px; transition: transform .2s ease; }
.story-sample[open] summary span { transform: rotate(45deg); }
.sample-pages { display: grid; gap: 8px; padding-top: 14px; }
.sample-page { position: relative; min-height: 104px; padding: 16px 50px 16px 14px; border-radius: 8px; background: rgba(255,255,255,.66); border: 1px solid rgba(21,63,75,.09); }
.sample-page i { position: absolute; top: 15px; right: 14px; font-family: Georgia, serif; font-size: 12px; font-style: normal; opacity: .55; }
.sample-page b { display: block; margin-bottom: 7px; font-size: 12px; }
.sample-page p { font-size: 12px; line-height: 1.65; }
.story-rashid .sample-page b { color: #1f6f90; }
.story-leila .sample-page b { color: #ba5a85; }
.story-yousef .sample-page b { color: #2e7d5f; }
.story-lian .sample-page b { color: #138a94; }
.story-pdf-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; min-height: 50px; padding: 10px 13px; border-radius: 8px; background: var(--ink); color: white; font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.story-pdf-link:hover { transform: translateY(-2px); background: var(--ink-deep); }
.story-pdf-link small { margin: 0; color: #f0cc91; font-size: 10px; }
.story-pdf-link b { margin-right: 4px; font-size: 13px; }
.portfolio-note { position: relative; z-index: 1; max-width: 770px; margin: 32px auto 0; color: #bed0d2; text-align: center; font-size: 12px; line-height: 1.8; }
.story-demo-actions { margin-top: 34px; text-align: center; }
.story-demo-actions .primary-button { background: #edc77e; color: var(--ink-deep); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.story-demo-actions .primary-button:hover { background: #f5d99f; }
.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: block; }
.offer-intro { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.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-card.featured { position: relative; border: 2px solid var(--gold); transform: translateY(-10px); background: linear-gradient(180deg, #fff9eb, var(--paper)); }
.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: 42px; line-height: 1; direction: ltr; }
.price-head strong b { font-size: 18px; margin-right: 3px; }
.price-head del { display: block; margin-top: 8px; color: #a46d6d; font-size: 13px; }
.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; }
.selected-package-note { margin: 24px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.checkout-backdrop { position: fixed; z-index: 1000; inset: 0; padding: 28px; display: grid; place-items: center; background: rgba(3,22,29,.78); backdrop-filter: blur(10px); overflow-y: auto; }
.checkout-backdrop[hidden] { display: none !important; }
.checkout-modal { position: relative; width: min(980px, 100%); max-height: calc(100vh - 56px); overflow-y: auto; display: grid; grid-template-columns: .38fr .62fr; background: var(--paper); border-radius: 18px; box-shadow: 0 35px 100px rgba(0,0,0,.36); }
.checkout-close { position: absolute; z-index: 2; top: 16px; left: 16px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(8,45,58,.82); color: white; font-size: 26px; cursor: pointer; }
.checkout-summary { padding: 60px 34px; background: radial-gradient(circle at 20% 20%, rgba(232,187,114,.26), transparent 15rem), linear-gradient(145deg, #082b3a, #0e4b5b); color: white; }
.checkout-summary span { color: #e8bb72; font-size: 11px; font-weight: 900; }
.checkout-summary h2 { margin: 18px 0 10px; font-size: 38px; line-height: 1.3; }
.checkout-summary strong { display: block; color: #f3d59e; font-size: 48px; direction: ltr; text-align: right; }
.checkout-summary p { margin: 28px 0 0; color: #c5d7da; font-size: 13px; line-height: 1.9; }
.intake-form { display: grid; gap: 20px; padding: 44px 36px; }
.intake-form fieldset { margin: 0; padding: 20px; border: 1px solid rgba(21,63,75,.14); border-radius: 10px; }
.intake-form legend { padding: 0 10px; color: var(--ink-deep); font-size: 15px; font-weight: 900; }
.intake-grid { display: grid; gap: 15px; }
.intake-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.intake-grid label, .notes-field { display: grid; gap: 7px; color: var(--ink-deep); font-size: 12px; font-weight: 800; }
.intake-grid .full-column { grid-column: 1 / -1; }
.intake-form input, .intake-form select, .intake-form textarea { width: 100%; border: 1px solid rgba(21,63,75,.2); border-radius: 6px; background: white; padding: 12px 13px; color: var(--ink-deep); font: inherit; font-weight: 400; outline: none; }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,138,69,.14); }
.intake-form textarea { resize: vertical; line-height: 1.65; }
.respect-fieldset { background: #f1faf9; border-color: rgba(19,138,148,.25) !important; }
.respect-fieldset > p { margin: 0 0 18px; color: #557277; font-size: 12px; line-height: 1.8; }
.consent-field { display: flex; gap: 12px; align-items: flex-start; color: #53666a; font-size: 11px; line-height: 1.7; cursor: pointer; }
.consent-field input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; }
.checkout-submit { width: 100%; border: 0; font-family: inherit; cursor: pointer; }
.checkout-submit:disabled { opacity: .65; cursor: wait; }
.checkout-privacy { margin: -8px 0 0; color: #7d8b8e; text-align: center; font-size: 10px; }
.form-error { margin: 0; padding: 12px; border-radius: 6px; background: #fff0ef; color: #8d2f28; font-size: 12px; line-height: 1.6; }
.hidden-gumroad-link { position: absolute !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; padding-top: 70px; }
.contact-copy { position: sticky; top: 36px; }
.contact-copy h2 { margin: 0 0 20px; font-size: clamp(36px, 4.7vw, 58px); line-height: 1.25; letter-spacing: -.035em; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; font-size: 16px; }
.contact-email { display: inline-block; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); direction: ltr; font-weight: 800; }
.contact-form { display: grid; gap: 18px; padding: 34px; background: var(--paper); border: 1px solid rgba(21,63,75,.1); box-shadow: 0 25px 70px rgba(28,52,57,.1); }
.contact-form label { display: grid; gap: 9px; color: var(--ink-deep); font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(21,63,75,.2); background: white; color: var(--ink-deep); border-radius: 4px; padding: 13px 14px; font: inherit; font-weight: 400; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,138,69,.16); }
.contact-form textarea { resize: vertical; min-height: 130px; line-height: 1.7; }
.contact-form-row { display: grid; grid-template-columns: 1fr .55fr; gap: 16px; }
.contact-submit { border: 0; cursor: pointer; width: 100%; font-family: inherit; }
.form-note { margin: -5px 0 0; color: #899294; text-align: center; font-size: 10px; }
.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; }
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(circle at 20% 15%, rgba(232,187,114,.24), transparent 25rem), linear-gradient(145deg, #082b3a, #0e4b5b); }
.thank-you-card { width: min(760px, 100%); padding: 54px; border-radius: 20px; background: var(--paper); text-align: center; box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.thank-you-card > img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; margin-bottom: 22px; }
.thank-you-card h1 { margin: 0 0 20px; font-size: clamp(38px, 6vw, 62px); line-height: 1.25; }
.thank-you-lead { max-width: 600px; margin: 0 auto; color: var(--muted); line-height: 1.9; }
.order-reference { width: max-content; max-width: 100%; margin: 28px auto; padding: 14px 22px; border-radius: 10px; background: #edf8f7; border: 1px solid rgba(19,138,148,.2); }
.order-reference span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.order-reference strong { direction: ltr; display: block; color: var(--ink); letter-spacing: .08em; }
.thank-you-steps { display: grid; gap: 12px; margin: 34px 0; text-align: right; }
.thank-you-steps article { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border: 1px solid rgba(21,63,75,.1); border-radius: 10px; }
.thank-you-steps b { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; background: #e8bb72; color: var(--ink-deep); }
.thank-you-steps strong { display: block; margin: 2px 0 5px; }
.thank-you-steps p, .thank-you-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.thank-you-actions { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 28px; }

@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, .contact-section { grid-template-columns: 1fr; gap: 42px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .checkout-modal { grid-template-columns: 1fr; }
  .checkout-summary { padding: 48px 28px 30px; }
  .checkout-summary p { max-width: 540px; }
  .preview-card img { height: 340px; }
  .story-demo { width: calc(100% - 24px); padding: 70px 18px 58px; border-radius: 22px; }
  .portfolio-promise { grid-template-columns: 1fr; text-align: center; }
  .story-demo-grid { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto; }
  .story-slider .story-page { flex-basis: min(380px, 88vw); }
  .story-page img { height: min(560px, 110vw); }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .values-section blockquote { min-height: 250px; }
  .offer-intro { text-align: center; margin: 0 auto; }
  .contact-copy { position: static; text-align: center; }
  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; }
  .contact-form { padding: 24px 20px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .values-section blockquote { padding: 52px 28px 36px; }
  .values-section blockquote p { font-size: 24px; }
  .price-head { align-items: center; }
  .story-demo-grid { grid-template-columns: 1fr; }
  .checkout-backdrop { padding: 0; place-items: stretch; }
  .checkout-modal { max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .intake-form { padding: 30px 18px; }
  .intake-grid.two-columns { grid-template-columns: 1fr; }
  .intake-grid .full-column { grid-column: auto; }
  .checkout-close { position: fixed; }
  .personalization-points { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .story-demo-grid { grid-template-columns: 1fr; }
}
