:root {
  --ink: #27213b;
  --ink-soft: #5f5870;
  --purple: #54236d;
  --purple-deep: #351547;
  --violet: #7b3c92;
  --lilac: #b597c2;
  --mist: #e8ddea;
  --cream: #fbf6ee;
  --paper: #fffdf9;
  --peach: #edbe87;
  --line: rgba(84, 35, 109, 0.16);
  --shadow: 0 30px 70px -32px rgba(53, 21, 71, 0.42), 0 16px 34px -24px rgba(39, 33, 59, 0.3);
  --book-shadow: 0 40px 80px -20px rgba(53, 21, 71, 0.55), 0 20px 40px -16px rgba(39, 33, 59, 0.4), 0 8px 16px -8px rgba(53, 21, 71, 0.3);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
::selection { color: white; background: var(--violet); }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--purple-deep); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 20; top: 0; left: 50%; width: min(1180px, calc(100% - 40px)); height: 86px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--purple-deep); font-weight: 700; text-decoration: none; letter-spacing: -0.03em; }
.wordmark > span:first-child { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 20px; font-style: italic; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: var(--ink-soft); font-size: 14px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--purple); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 0; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button-small { min-height: 42px; padding-inline: 18px; color: white; background: var(--purple); font-size: 13px; }
.button-primary { color: white; background: var(--purple); box-shadow: 0 18px 34px -18px rgba(84, 35, 109, 0.8); }
.button-primary:hover { background: var(--purple-deep); box-shadow: 0 24px 40px -18px rgba(84, 35, 109, 0.8); }
.button-light { color: var(--purple-deep); background: white; box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.45); }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: 1.03fr 0.97fr; align-items: center; gap: clamp(30px, 5vw, 80px); padding: 125px max(24px, calc((100vw - 1180px) / 2)) 100px; isolation: isolate; background: radial-gradient(circle at 78% 33%, rgba(212, 187, 215, 0.54), transparent 29%), linear-gradient(112deg, #fffaf3 0%, #fbf4ec 49%, #f4e9ed 100%); }
.hero::after { content: ""; position: absolute; z-index: -2; right: -8%; bottom: -18%; width: 62%; height: 58%; border-radius: 50% 0 0 0; opacity: 0.72; background: repeating-radial-gradient(ellipse at top right, transparent 0 22px, rgba(123, 60, 146, 0.09) 23px 24px); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.orb-one { top: 16%; right: 4%; width: 170px; height: 170px; background: rgba(237, 190, 135, 0.25); }
.orb-two { right: 42%; bottom: 12%; width: 80px; height: 80px; background: rgba(123, 60, 146, 0.13); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--violet); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #d7bddf; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
h1 { max-width: 660px; font-size: clamp(58px, 6.25vw, 94px); }
h2 { font-size: clamp(44px, 5vw, 72px); }
h1 em, h2 em { color: var(--violet); font-weight: 400; }
.hero-lead { max-width: 600px; margin: 30px 0; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.price-note { color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink-soft); font-size: 13px; }
.micro-proof span { color: var(--violet); font-weight: 700; }
.hero-visual { min-width: 0; }
.book-stage { position: relative; width: min(480px, 90%); margin: 0 auto; padding: 30px; }
.book-wrap { position: relative; z-index: 2; width: 68%; margin: auto; transform: rotate(2deg); }
.book-wrap::before { content: ""; position: absolute; z-index: -1; inset: 8px -14px 8px 9px; border-radius: 2px 8px 8px 2px; background: #e3d8cd; box-shadow: var(--book-shadow); }
.book-wrap picture, .offer-book picture { display: block; width: 100%; aspect-ratio: 2 / 3; }
.book-wrap img, .offer-book img { width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; }
.book-wrap img { border-radius: 2px 5px 5px 2px; box-shadow: var(--book-shadow); }
.seal { position: absolute; z-index: 4; right: 1%; bottom: 15%; display: grid; width: 112px; height: 112px; place-content: center; border: 1px solid white; border-radius: 50%; outline: 1px solid var(--purple); outline-offset: 4px; color: white; background: var(--purple); text-align: center; transform: rotate(-7deg); box-shadow: 0 18px 40px -20px rgba(53, 21, 71, 0.75); }
.seal span { font-size: 9px; letter-spacing: 0.13em; }
.seal strong { font-family: var(--serif); font-size: 21px; font-style: italic; font-weight: 400; }
.floating-note { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 5px; color: var(--purple-deep); background: rgba(255, 253, 249, 0.8); box-shadow: 0 12px 26px -18px rgba(53, 21, 71, 0.6); backdrop-filter: blur(12px); font-family: var(--serif); font-size: 14px; font-style: italic; }
.note-one { top: 15%; left: -2%; transform: rotate(-6deg); }
.note-two { top: 3%; right: 4%; transform: rotate(5deg); }
.note-three { right: -8%; bottom: 3%; transform: rotate(3deg); }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.section { padding: 120px max(24px, calc((100vw - 1180px) / 2)); }
.section-intro { max-width: 770px; }
.section-intro > p:last-child { max-width: 610px; margin: 24px 0 0; color: inherit; opacity: 0.7; font-size: 18px; }
.centered { margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.recognition { color: white; background: var(--purple-deep); }
.recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; background: rgba(255, 255, 255, 0.15); }
.recognition-card { min-height: 330px; padding: 28px; background: var(--purple-deep); }
.recognition-card:hover { background: #401952; }
.card-number { color: rgba(255, 255, 255, 0.62); font-size: 11px; letter-spacing: 0.14em; }
.line-icon { margin: 45px 0 38px; color: var(--peach); font-family: var(--serif); font-size: 35px; }
.recognition-card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.recognition-card p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 14px; }
.recognition-close { margin: 42px 0 0; color: #d9c2df; font-family: var(--serif); font-size: 21px; font-style: italic; text-align: center; }

.promise { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); background: var(--paper); }
.promise-visual { position: relative; min-height: 510px; border-radius: 50% 45% 48% 42%; overflow: hidden; background: radial-gradient(circle at 68% 42%, #edc089 0 12%, transparent 12.5%), radial-gradient(ellipse at center, rgba(184, 151, 195, 0.65), rgba(251, 246, 238, 0) 65%), #f3e8e5; }
.path-line { position: absolute; top: 45%; left: 8%; width: 82%; height: 28%; border-top: 2px solid rgba(84, 35, 109, 0.5); border-radius: 50%; transform: rotate(-18deg); }
.scribble { position: absolute; top: 22%; left: 10%; width: 150px; height: 150px; border: 1px solid rgba(84, 35, 109, 0.32); border-radius: 42% 58% 43% 57%; box-shadow: 15px 6px 0 -14px var(--violet), 30px -4px 0 -29px var(--violet), 45px 12px 0 -44px var(--violet); }
.leaf { position: absolute; width: 44px; height: 130px; border-left: 2px solid rgba(84, 35, 109, 0.45); }
.leaf::before, .leaf::after { content: ""; position: absolute; left: -2px; width: 30px; height: 12px; border-radius: 100% 0; background: rgba(84, 35, 109, 0.3); transform: rotate(-35deg); }
.leaf::before { top: 22px; }.leaf::after { top: 60px; }
.leaf-one { right: 12%; bottom: 10%; transform: rotate(24deg); }.leaf-two { right: 28%; bottom: 3%; transform: rotate(-5deg) scale(0.7); }
.promise-words { position: absolute; inset: 0; display: grid; place-content: center; gap: 6px; text-align: center; transform: rotate(-4deg); }
.promise-words span { color: rgba(84, 35, 109, 0.48); font-family: var(--serif); font-size: 18px; text-decoration: line-through; text-decoration-color: rgba(84, 35, 109, 0.35); }
.promise-words strong { color: var(--purple); font-family: var(--serif); font-size: clamp(28px, 4vw, 46px); font-style: italic; font-weight: 400; line-height: 0.95; }
.promise-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0; color: var(--ink-soft); font-size: 17px; }
.promise-copy blockquote { margin: 34px 0 0; padding: 20px 0 20px 25px; border-left: 2px solid var(--peach); color: var(--purple); font-family: var(--serif); font-size: 23px; font-style: italic; }

.inside { background: #f6eee8; }
.inside-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 70px; margin-top: 70px; }
.chapters { border-top: 1px solid var(--line); }
.chapter { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.chapter > span { padding-top: 5px; color: var(--violet); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }
.chapter h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.chapter p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.toolkit { position: relative; overflow: hidden; padding: 38px; color: white; background: var(--purple); box-shadow: var(--shadow); }
.toolkit::after { content: ""; position: absolute; right: -100px; bottom: -100px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.04), 0 0 0 58px rgba(255, 255, 255, 0.03); }
.toolkit-label { margin: 0; color: #d5bbdc; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.toolkit > strong { display: block; margin-top: 22px; font-family: var(--serif); font-size: 96px; font-weight: 400; line-height: 0.85; }
.toolkit h3 { margin: 12px 0 25px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
.toolkit ul { position: relative; z-index: 1; display: grid; gap: 10px; margin: 0; padding: 22px 0; border-block: 1px solid rgba(255, 255, 255, 0.16); list-style: none; color: rgba(255, 255, 255, 0.72); font-size: 13px; }
.toolkit li::before { content: "·"; margin-right: 9px; color: var(--peach); }
.toolkit-foot { display: block; margin-top: 20px; color: #dccae1; font-family: var(--serif); font-size: 15px; font-style: italic; }
.mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 58px; padding: 26px 30px; border: 1px solid var(--line); background: rgba(255, 253, 249, 0.72); box-shadow: 0 22px 50px -40px rgba(53, 21, 71, 0.65); }
.mid-cta > div { display: grid; gap: 4px; }
.mid-cta span { color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }
.mid-cta strong { color: var(--purple); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }

.method-preview { display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: clamp(50px, 9vw, 130px); margin-top: 70px; padding: clamp(32px, 6vw, 70px); color: white; background: var(--purple-deep); }
.method-preview > * { min-width: 0; }
.method-preview-copy > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 36px; color: rgba(255, 255, 255, 0.88); }
.method-preview h3 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 58px); font-weight: 400; line-height: 1; }
.method-preview h3 em { color: var(--peach); }
.method-steps { display: grid; gap: 14px; }
.method-steps div { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 13px; }
.method-steps span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.4); color: var(--peach); font-family: var(--serif); font-size: 20px; }
.method-steps p { margin: 0; color: rgba(255, 255, 255, 0.9); font-size: 14px; }.method-steps strong { color: white; }
.method-card { padding: 38px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.today-head { display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--purple); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; }
.method-card label { display: grid; grid-template-columns: 24px 1fr; gap: 12px; margin: 18px 0; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }
.method-card input { width: 18px; height: 18px; accent-color: var(--violet); }
.method-card label:has(input:checked) span { color: var(--ink); text-decoration: line-through; text-decoration-color: var(--lilac); }
.enough { margin-top: 28px; padding: 16px; color: var(--purple); background: #f4e9f1; font-family: var(--serif); font-size: 16px; font-style: italic; text-align: center; }.enough span { color: #b26d70; }
.sample-note { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.author { position: relative; display: grid; grid-template-columns: 0.62fr 1.38fr; align-items: center; gap: clamp(55px, 9vw, 130px); overflow: hidden; background: radial-gradient(circle at 14% 55%, rgba(181, 151, 194, 0.18), transparent 27%), var(--paper); }
.author::after { content: "LM"; position: absolute; right: -0.03em; bottom: -0.3em; color: rgba(84, 35, 109, 0.035); font-family: var(--serif); font-size: clamp(180px, 28vw, 410px); font-style: italic; line-height: 1; pointer-events: none; }
.author-portrait { position: relative; z-index: 1; width: min(390px, 100%); margin-inline: auto; padding: 18px; }
.author-portrait::before, .author-portrait::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.author-portrait::before { inset: 0; border: 1px solid rgba(84, 35, 109, 0.24); transform: rotate(-6deg); }
.author-portrait::after { right: -16px; bottom: 12%; width: 70px; height: 70px; border: 1px solid var(--peach); box-shadow: 0 0 0 12px rgba(237, 190, 135, 0.12); }
.author-image-wrap { position: relative; aspect-ratio: 1; overflow: hidden; border: 9px solid var(--paper); border-radius: 50%; background: #eadde7; box-shadow: 0 32px 70px -30px rgba(53, 21, 71, 0.58); }
.author-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(0.9) contrast(1.03); transform: scale(1.015); }
.author-signature { position: absolute; z-index: 2; right: -20px; bottom: 4%; padding: 8px 16px; color: var(--purple-deep); background: rgba(255, 253, 249, 0.9); box-shadow: 0 15px 34px -23px rgba(53, 21, 71, 0.8); backdrop-filter: blur(10px); font-family: var(--serif); font-size: clamp(20px, 2.3vw, 29px); font-style: italic; transform: rotate(-4deg); }
.author-copy { position: relative; z-index: 1; }
.author-copy h2 { color: var(--purple); }
.author-copy > p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.author-role { margin: 22px 0 24px; color: var(--purple) !important; font-family: var(--serif); font-size: clamp(20px, 2vw, 25px) !important; font-style: italic; line-height: 1.35 !important; }
.author-note { margin-top: 26px; padding: 20px 0 0 24px; border-top: 1px solid var(--line); border-left: 2px solid var(--peach); color: var(--purple) !important; font-family: var(--serif); font-size: 20px !important; font-style: italic; line-height: 1.45 !important; }

.offer { position: relative; display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: clamp(60px, 9vw, 130px); overflow: hidden; color: white; background: var(--purple); }
.offer-glow { position: absolute; top: 0; left: 0; width: 55%; height: 100%; background: radial-gradient(circle at center, rgba(239, 197, 156, 0.3), transparent 62%); }
.offer-book { position: relative; z-index: 1; width: min(310px, 85%); margin: auto; transform: rotate(-3deg); }
.offer-book::after { content: ""; position: absolute; z-index: -1; inset: 14px -16px 12px 10px; background: #d9c9bc; box-shadow: 0 45px 70px -30px rgba(0, 0, 0, 0.65); }
.offer-copy { position: relative; z-index: 1; }
.offer-copy h2 em { color: #f0c99b; }
.offer-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 30px 0; padding: 25px 0; border-block: 1px solid rgba(255, 255, 255, 0.18); list-style: none; color: rgba(255, 255, 255, 0.75); font-size: 14px; }
.offer-copy li span { margin-right: 7px; color: var(--peach); }
.offer-price { display: flex; align-items: end; gap: 18px; margin-bottom: 22px; }.offer-price span { padding-bottom: 9px; color: rgba(255, 255, 255, 0.65); font-size: 13px; }.offer-price strong { font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: 1; }
.safe-note { margin: 11px 0 0; color: rgba(255, 255, 255, 0.55); font-size: 11px; }

.faq { background: #f7efe9; }
.faq-list { margin-top: 60px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 22px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); color: var(--violet); font-family: var(--sans); font-size: 18px; transition: transform 180ms ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 780px; margin: -4px 0 28px; color: var(--ink-soft); font-size: 15px; }

.final-cta { position: relative; overflow: hidden; text-align: center; background: var(--paper); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid var(--line); border-radius: 50%; }
.final-cta::before { top: -170px; left: -80px; box-shadow: 0 0 0 40px rgba(123, 60, 146, 0.03); }.final-cta::after { right: -120px; bottom: -170px; box-shadow: 0 0 0 45px rgba(237, 190, 135, 0.07); }
.final-cta .eyebrow { justify-content: center; }.final-cta h2 { max-width: 900px; margin: auto; }.final-cta > p:not(.eyebrow) { margin: 24px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; font-style: italic; }.final-cta .button { margin-top: 32px; }.final-spark { display: block; margin-bottom: 20px; color: var(--peach); font-size: 30px; }

.mobile-buy-bar { display: none; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 32px max(24px, calc((100vw - 1180px) / 2)); color: rgba(255, 255, 255, 0.55); background: #25112f; font-size: 11px; }
footer .wordmark { color: white; }

.reveal { opacity: 1; transform: none; }
.js.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.js.reveal-ready .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 950px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 135px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }.hero .eyebrow { justify-content: center; }.micro-proof, .hero-actions { justify-content: center; }.hero-visual { margin-top: 40px; }.scroll-cue { display: none; }
  .recognition-grid { grid-template-columns: repeat(2, 1fr); }
  .promise, .method-preview, .author, .offer { grid-template-columns: 1fr; }
  .promise-visual { min-height: 400px; }.inside-layout { grid-template-columns: 1fr; }.method-card { width: min(520px, 100%); }.author-portrait { width: min(340px, 72%); }.author-copy { max-width: 700px; }.offer-book { width: min(280px, 70%); }.offer-copy { max-width: 700px; }.offer-copy h2 { font-size: clamp(42px, 8vw, 70px); }
}

@media (max-width: 640px) {
  .site-header { width: calc(100% - 32px); height: 72px; }.wordmark > span:last-child { display: none; }.button-small { min-height: 40px; }
  .hero { padding: 112px 20px 75px; }.hero h1 { max-width: 100%; font-size: clamp(44px, 13vw, 56px); overflow-wrap: anywhere; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 12px; }.micro-proof { display: grid; justify-content: start; text-align: left; }.book-stage { width: 100%; padding-inline: 15px; }.book-wrap { width: 72%; }.floating-note { font-size: 12px; }.note-one { left: -4%; }.note-three { right: -2%; }.seal { right: 2%; width: 94px; height: 94px; }
  .section { padding: 80px 20px; } h2 { font-size: clamp(42px, 13vw, 58px); }.section-intro > p:last-child { font-size: 16px; }
  .recognition-grid { grid-template-columns: 1fr; margin-top: 45px; }.recognition-card { min-height: auto; }.line-icon { margin: 28px 0 22px; }
  .promise-visual { min-height: 330px; }.inside-layout { gap: 45px; margin-top: 45px; }.toolkit { padding: 30px 25px; }.toolkit > strong { font-size: 78px; }.mid-cta { align-items: stretch; flex-direction: column; margin-top: 40px; padding: 24px 20px; }.mid-cta .button { width: 100%; }
  .method-card { padding: 28px 20px; transform: none; }.author { gap: 48px; }.author-portrait { width: min(300px, 82%); }.author-signature { right: -10px; }.author-note { padding-left: 18px; }.offer { gap: 55px; }.offer-copy ul { grid-template-columns: 1fr; }.offer-price { align-items: start; flex-direction: column; gap: 5px; }.offer-price strong { font-size: 52px; }.button-light { width: 100%; padding-inline: 14px; }
  summary { min-height: 76px; font-size: 19px; line-height: 1.2; }
  .mobile-buy-bar { position: fixed; z-index: 50; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 12px 10px 16px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; color: white; background: rgba(53, 21, 71, 0.96); box-shadow: 0 20px 45px -15px rgba(39, 18, 50, 0.75); text-decoration: none; backdrop-filter: blur(14px); }
  .mobile-buy-bar > span { display: grid; line-height: 1.2; }.mobile-buy-bar strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }.mobile-buy-bar small { margin-top: 3px; color: rgba(255, 255, 255, 0.65); font-size: 11px; }.mobile-buy-bar b { padding: 10px 12px; border-radius: 5px; color: var(--purple-deep); background: white; font-size: 12px; white-space: nowrap; }
  footer { align-items: flex-start; flex-direction: column; padding-bottom: calc(112px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .js.reveal-ready .reveal { opacity: 1; transform: none; }
}

/* Formularios de suscripción */
.email-signup { display: grid; gap: 28px; padding: 40px max(24px, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--mist); }
.email-signup-band { grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); align-items: center; }
.email-signup-inline { grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr); align-items: center; margin-top: 58px; padding: 34px; color: white; background: var(--purple); }
.email-signup-final { background: var(--mist); }
.email-signup-copy h2 { margin: 0; color: var(--purple); font-size: clamp(36px, 4.5vw, 56px); }
.email-signup-copy > p:last-child { margin: 10px 0 0; color: var(--ink-soft); }
.email-signup-cta { display: grid; gap: 10px; justify-items: start; align-self: center; }
.email-signup-cta .button { width: 100%; }
.email-signup-cta .cta-note { margin: 0; color: var(--ink-soft); font-size: 13px; }
.email-signup-cta .cta-secondary { margin: 6px 0 0; font-size: 14px; }
.email-signup-cta .cta-secondary a { color: var(--violet); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; transition: color 180ms ease; }
.email-signup-cta .cta-secondary a:hover { color: var(--purple); }
.email-signup-form { min-width: 0; }
.beehiiv-embed { min-width: 0; min-height: 499px; }
.email-signup-form > label { display: block; margin-bottom: 8px; color: var(--purple-deep); font-size: 13px; font-weight: 700; }
.email-signup-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.email-signup-fields input { width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: white; }
.email-signup-fields input:focus { border-color: var(--violet); outline: 3px solid rgba(123, 60, 146, 0.18); outline-offset: 1px; }
.email-signup-form small { display: block; margin-top: 9px; color: var(--ink-soft); }
.email-signup-inline .eyebrow, .email-signup-inline .email-signup-copy h2, .email-signup-inline .email-signup-form > label { color: white; }
.email-signup-inline .email-signup-copy > p:last-child, .email-signup-inline .email-signup-form small, .email-signup-inline .form-status { color: var(--mist); }
.email-signup-inline .email-signup-cta .cta-note { color: var(--mist); }
.email-signup-inline .email-signup-cta .cta-secondary a { color: var(--peach); }
.email-signup-inline .email-signup-cta .cta-secondary a:hover { color: white; }
.form-status { display: block; min-height: 1.5em; margin-top: 3px; color: var(--purple); font-size: 13px; }
.cta-secondary { margin: 14px 0 0; font-size: 14px; text-align: center; }
.cta-secondary a { color: var(--violet); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.cta-secondary a:hover { color: var(--purple); }
.email-signup-final .cta-secondary a { color: var(--violet); }

@media (max-width: 760px) {
  .email-signup-band, .email-signup-inline { grid-template-columns: 1fr; }
  .email-signup { padding: 40px 20px; }
  .email-signup-inline { width: 100%; margin: 40px 0 0; padding: 32px 20px; }
  .email-signup-fields { grid-template-columns: 1fr; }
  .email-signup-fields .button { width: 100%; }
}

/* Promoción de Cartas de Laura */
.newsletter-promo { background: radial-gradient(circle at 80% 20%, rgba(181, 151, 194, 0.15), transparent 40%), var(--mist); }
.newsletter-promo-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: clamp(40px, 7vw, 90px); max-width: 1180px; margin: 0 auto; }
.newsletter-promo-inner > * { min-width: 0; }
.newsletter-promo-copy h2 { color: var(--purple); }
.newsletter-promo-copy > p { max-width: 520px; margin: 24px 0; color: var(--ink-soft); font-size: 17px; }
.newsletter-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 0 0 32px; padding: 0; list-style: none; }
.newsletter-features li { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 14px; }
.newsletter-features span { color: var(--violet); font-weight: 700; }
.newsletter-promo-visual img { width: 100%; border-radius: 8px; box-shadow: var(--shadow); }

@media (max-width: 950px) {
  .newsletter-promo-inner { grid-template-columns: 1fr; }
  .newsletter-promo-visual { order: -1; width: 100%; max-width: 420px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .newsletter-features { grid-template-columns: 1fr; }
}

/* Página de confirmación */
.thanks-page { display: grid; min-height: calc(100vh - 110px); place-items: center; padding: 130px 20px 70px; background: radial-gradient(circle at 50% 38%, #f0e2f1, transparent 48%), var(--cream); }
.thanks-card { width: min(720px, 100%); padding: clamp(34px, 7vw, 72px); border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); text-align: center; }
.thanks-icon { display: block; margin-bottom: 18px; font-size: 48px; }
.thanks-card .eyebrow { justify-content: center; }
.thanks-card h1 { margin: 10px 0 20px; color: var(--purple); font-family: var(--serif); font-size: clamp(44px, 8vw, 70px); font-weight: 400; line-height: 1; }
.thanks-card > p:not(.eyebrow) { max-width: 580px; margin-inline: auto; color: var(--ink-soft); font-size: 17px; }
.thanks-next { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.thanks-next h2 { margin: 0 0 22px; font-size: clamp(25px, 4vw, 34px); }
.thanks-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.thanks-secondary { border: 1px solid var(--violet); color: var(--purple); background: transparent; }

@media (max-width: 560px) {
  .thanks-actions { align-items: stretch; flex-direction: column; }
  .thanks-actions .button { width: 100%; }
}

/* Encaje del libro */
.fit-section { background: var(--cream); }
.fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 980px; margin: 56px auto 0; }
.fit-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 42px -38px rgba(53, 21, 71, 0.6); }
.fit-card h3 { margin: 0 0 24px; color: var(--purple); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.fit-card-yes h3 { color: var(--violet); }
.fit-card-no h3 { color: var(--ink-soft); }
.fit-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.fit-card li { position: relative; min-height: 28px; padding-left: 42px; color: var(--ink-soft); }
.fit-card li::before { content: "✓"; position: absolute; top: -2px; left: 0; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: white; background: var(--violet); font-size: 14px; font-weight: 700; }
.fit-card-no li::before { content: "—"; background: var(--ink-soft); }

@media (max-width: 700px) {
  .fit-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
}

@media (max-width: 700px) {
}

/* Comparativa de formatos */
.comparison { background: #f6eee8; }
.comparison-table-wrap { max-width: 980px; margin: 56px auto 0; }
.comparison-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); background: var(--paper); }
.comparison-table th, .comparison-table td { padding: 18px 22px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison-table thead th { color: white; background: var(--purple-deep); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.comparison-table tbody th { width: 24%; color: var(--purple); font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.comparison-table td { color: var(--ink-soft); }
.comparison-actions-row th, .comparison-actions-row td { padding-block: 24px; border-bottom: 0; }
.comparison-actions-row .button { padding-inline: 16px; }
.comparison-cards { display: none; }

@media (max-width: 700px) {
  .comparison-table-wrap { margin-top: 40px; }
  .comparison-table { display: none; }
  .comparison-cards { display: grid; gap: 18px; }
  .comparison-cards article { padding: 26px 22px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 42px -38px rgba(53, 21, 71, 0.6); }
  .comparison-cards h3 { margin: 0 0 18px; color: var(--purple); font-family: var(--serif); font-size: 30px; font-weight: 400; }
  .comparison-cards dl { margin: 0 0 24px; }
  .comparison-cards dl div { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
  .comparison-cards dt { color: var(--purple); font-size: 12px; font-weight: 700; text-transform: uppercase; }
  .comparison-cards dd { margin: 0; color: var(--ink-soft); }
  .comparison-cards .button { width: 100%; }
}

/* Página de recursos */
.resources-page { background: var(--cream); padding-top: 140px; }
.resources-page .lead { max-width: 560px; margin: 16px auto 0; color: var(--ink-soft); font-size: 18px; }
.resources-note {
  max-width: 980px; margin: 40px auto 0; padding: 22px 28px;
  border-radius: 8px; background: var(--mist); color: var(--ink-soft); font-size: 15px;
}
.resource-list {
  display: grid; gap: 16px; max-width: 980px; margin: 40px auto 0;
}
.resource-card {
  display: flex; align-items: flex-start; gap: 16px; padding: 22px 24px;
  border: 1px solid var(--line); border-radius: 8px; background: var(--paper);
  text-decoration: none; color: inherit; transition: box-shadow 180ms ease, transform 180ms ease;
}
.resource-card:hover { box-shadow: 0 18px 42px -38px rgba(53,21,71,0.6); transform: translateY(-2px); }
.resource-card .resource-body { flex: 1; min-width: 0; }
.resource-icon {
  flex-shrink: 0; width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 10px; background: var(--mist); font-size: 1.25rem;
}
.resource-body h2 { margin: 0 0 4px; font-family: var(--sans); font-size: 1.05rem; font-weight: 600; color: var(--ink); }
.resource-body p { margin: 0; color: var(--ink-soft); font-size: 0.925rem; }
.download-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  padding: 9px 18px; border-radius: 6px; font-size: 0.875rem; font-weight: 600;
  text-decoration: none; transition: background 180ms ease;
}
.download-btn { background: var(--purple); color: white; }
.download-btn[hidden] { display: none; }
.download-btn:hover { background: var(--purple-deep); }
.download-btn.secondary { background: transparent; color: var(--violet); border: 1px solid var(--violet); }
.download-btn.secondary:hover { background: var(--mist); }

@media (max-width: 640px) {
  .resources-page { padding: 110px 20px 80px; }
  .resource-card { flex-direction: column; gap: 12px; }
}
