@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --ink: #153b38;
  --teal: #123f3b;
  --teal-2: #24635a;
  --mint: #cce6d1;
  --mint-soft: #eef7ee;
  --lime-soft: #e4efb8;
  --coral: #ef896a;
  --cream: #fffaf0;
  --paper: #ffffff;
  --muted: #60736f;
  --line: rgba(21, 59, 56, .14);
  --shadow: 0 24px 70px rgba(22, 62, 58, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--teal); border-bottom: 1px solid rgba(18,63,59,.11); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 1.35rem; font-weight: 700; line-height: 1; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 6px; opacity: .68; font-size: .65rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-family: 'Fraunces', serif; font-size: 1.5rem; }
.brand-mark svg { width: 28px; height: 28px; fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; gap: 30px; }
nav a { color: rgba(18,63,59,.72); text-decoration: none; font-size: .94rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #f3ae96; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 19px; border-color: rgba(18,63,59,.26); font-size: .9rem; }
.button-small:hover { background: var(--teal); color: white; }
.button-primary { color: white; background: var(--teal); box-shadow: 0 15px 35px rgba(18,63,59,.2); }
.button-primary svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.button-light { background: white; color: var(--teal); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.button-coral { background: var(--coral); color: #173b37; }
.button-outline { color: var(--teal); border-color: rgba(18,63,59,.28); background: rgba(255,255,255,.62); }
.button-outline:hover { color: white; background: var(--teal); }

.hero { position: relative; min-height: 850px; overflow: hidden; color: var(--teal); background: linear-gradient(110deg, var(--cream) 0%, #fffdf7 51%, #e5f0df 51%, var(--mint) 100%); }
.hero::before { content: ''; position: absolute; width: 450px; height: 450px; left: -250px; top: 160px; border: 1px solid rgba(18,63,59,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.27), 0 0 0 140px rgba(18,63,59,.025); }
.hero::after { content: ''; position: absolute; inset: auto auto -240px 31%; width: 460px; height: 460px; border-radius: 50%; background: var(--coral); opacity: .12; }
.hero-glow { position: absolute; width: 560px; height: 560px; right: -280px; top: -250px; border-radius: 50%; background: rgba(255,255,255,.3); }
.hero-grid { position: relative; z-index: 2; min-height: 850px; padding-top: 142px; padding-bottom: 82px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 66px; }
.eyebrow { margin: 0 0 18px; color: var(--teal-2); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 9px 3px 0; background: var(--coral); }
.hero .eyebrow { color: var(--teal-2); }
.eyebrow.light { color: rgba(255,255,255,.76); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Fraunces', Georgia, serif; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 5.65rem); font-weight: 500; }
h1 em, .final-cta h2 em { color: #d96f53; font-style: italic; font-weight: 500; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { color: var(--teal); text-underline-offset: 5px; text-decoration-color: rgba(18,63,59,.35); font-weight: 700; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--teal-2); font-size: .88rem; }
.trust-list span { color: var(--coral); font-weight: 800; }
.nutrition-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.nutrition-tags span { padding: 6px 10px; border: 1px solid rgba(18,63,59,.13); border-radius: 999px; color: var(--teal); background: rgba(255,255,255,.54); font-size: .72rem; font-weight: 700; }
.hand-note { margin: 0; font-family: 'Caveat', cursive; font-size: 1.55rem; font-weight: 600; line-height: .95; transform: rotate(-5deg); }
.hero-note { position: absolute; left: 45%; bottom: 86px; color: var(--teal-2); }
.hero-visual { position: relative; }
.image-frame { position: relative; width: 100%; padding: 8px; border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.8); box-shadow: 0 30px 75px rgba(18,63,59,.2); transform: rotate(.7deg); }
.image-frame::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); border-radius: inherit; pointer-events: none; }
.image-frame img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; object-position: 57% center; border-radius: 21px; }
.image-badge { position: absolute; right: 20px; top: 44px; width: 108px; aspect-ratio: 1; display: grid; align-content: center; justify-items: center; border-radius: 50%; background: var(--coral); color: var(--teal); transform: rotate(7deg); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.image-badge strong { font-family: 'Fraunces', serif; font-size: 2rem; line-height: 1; }
.image-badge span { margin-top: 3px; font-size: .72rem; font-weight: 700; }
.micro-card { position: absolute; left: -48px; bottom: 28px; display: flex; align-items: center; gap: 13px; padding: 13px 18px 13px 13px; border: 1px solid rgba(18,63,59,.08); border-radius: 14px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: var(--shadow); transform: rotate(-3deg); }
.micro-card p { margin: 0; font-size: .76rem; line-height: 1.35; }
.micro-icon { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--mint); font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 600; }

.proof-strip { padding: 28px 0; background: white; border-bottom: 1px solid var(--line); }
.strip-grid { min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.strip-grid p { margin: 0; padding: 21px 22px; color: var(--muted); border: 1px solid rgba(18,63,59,.07); border-radius: 18px; background: var(--cream); font-size: .84rem; text-align: left; box-shadow: 0 9px 24px rgba(18,63,59,.05); }
.strip-grid p + p { border-left: 1px solid rgba(18,63,59,.07); }
.strip-grid strong { display: block; color: var(--teal); font-size: .95rem; }
.strip-icon { float: left; width: 42px; height: 42px; display: grid; place-items: center; margin: 2px 13px 0 0; border-radius: 50%; color: var(--teal); background: var(--mint); font-family: 'Fraunces', serif; font-weight: 700; }

.pack-section, .ebooks-section, .how-section, .faq-section { padding: 110px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading.narrow { max-width: 650px; }
.section-heading h2, .faq-intro h2 { margin-bottom: 18px; font-size: clamp(2.45rem, 4vw, 4.15rem); font-weight: 500; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.pack-card { position: relative; min-height: 500px; display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; border-radius: 26px; background: var(--mint); box-shadow: var(--shadow); }
.pack-number { position: absolute; left: -18px; bottom: -98px; color: rgba(255,255,255,.58); font-family: 'Fraunces', serif; font-size: 31rem; line-height: .75; pointer-events: none; }
.pack-copy { position: relative; z-index: 1; padding: 58px 44px 54px 49%; }
.pill, .book-tag { display: inline-block; color: var(--teal-2); background: white; border-radius: 999px; font-size: .71rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pill { margin-bottom: 16px; padding: 7px 12px; }
.pack-copy h3 { margin-bottom: 0; font-family: 'Fraunces', serif; font-size: 3.35rem; letter-spacing: -.04em; line-height: 1; }
.pack-subtitle { margin-bottom: 28px; color: var(--teal-2); font-weight: 700; }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(21,59,56,.14); }
.feature-list li > span { font-family: 'Fraunces', serif; color: var(--coral); font-weight: 600; }
.feature-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.feature-list strong { display: block; color: var(--ink); font-size: .95rem; }
.pack-purchase { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 60px; color: white; background: var(--teal); }
.overline { margin-bottom: 7px; color: var(--mint); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.price-label { margin-bottom: 18px; font-family: 'Fraunces', serif; font-size: 3.15rem; line-height: 1; }
.purchase-note { margin-bottom: 28px; color: rgba(255,255,255,.72); }
.pack-purchase .button { width: 100%; }
.pack-purchase small { width: 100%; margin-top: 15px; color: rgba(255,255,255,.58); text-align: center; }

.pack-section { position: relative; overflow: hidden; background: var(--cream); }
.pack-section::before { content: ''; position: absolute; width: 380px; height: 380px; right: -210px; top: 80px; border-radius: 50%; background: var(--mint); opacity: .55; }
.pack-options { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: stretch; }
.offer-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 22px 60px rgba(18,63,59,.1); }
.offer-featured { color: white; border: 0; background: linear-gradient(145deg, var(--teal), #1d5c53); box-shadow: 0 28px 70px rgba(18,63,59,.22); }
.recommended { position: absolute; top: 24px; right: -39px; z-index: 2; width: 170px; padding: 8px 0; color: var(--teal); background: var(--coral); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; transform: rotate(40deg); }
.offer-top { min-height: 116px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.offer-number { display: flex; align-items: flex-start; font-family: 'Fraunces', serif; font-size: 7rem; font-weight: 500; letter-spacing: -.08em; line-height: .8; }
.offer-number > span { margin: 7px 0 0 5px; color: var(--coral); font-size: 2.5rem; }
.offer-art { position: relative; width: 126px; height: 104px; }
.offer-art i { position: absolute; bottom: 0; width: 48px; height: 93px; border-radius: 5px 11px 11px 5px; background: var(--cream); box-shadow: 0 12px 24px rgba(0,0,0,.18); transform: rotate(-7deg); }
.offer-art i:nth-child(2) { left: 34px; height: 101px; background: var(--coral); transform: rotate(1deg); }
.offer-art i:nth-child(3) { left: 70px; height: 91px; background: var(--mint); transform: rotate(8deg); }
.books-only i:first-child { background: var(--teal); }
.books-only i:nth-child(2) { background: var(--coral); }
.books-only i:nth-child(3) { background: var(--lime-soft); }
.offer-card .overline { margin-bottom: 10px; }
.overline.dark { color: var(--teal-2); }
.offer-card h3 { max-width: 480px; margin-bottom: 14px; font-family: 'Fraunces', serif; font-size: clamp(2rem, 3.5vw, 3.25rem); letter-spacing: -.045em; line-height: 1.03; }
.offer-description { max-width: 540px; color: var(--muted); }
.offer-featured .offer-description { color: rgba(255,255,255,.7); }
.offer-list { margin: 16px 0 34px; padding: 0; list-style: none; }
.offer-list li { padding: 11px 0; border-top: 1px solid var(--line); font-size: .92rem; font-weight: 600; }
.offer-featured .offer-list li { border-color: rgba(255,255,255,.14); }
.offer-list li span { margin-right: 9px; color: var(--coral); }
.offer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.offer-featured .offer-bottom { border-color: rgba(255,255,255,.16); }
.offer-bottom div { line-height: 1.15; }
.offer-bottom small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.offer-featured .offer-bottom small { color: rgba(255,255,255,.58); }
.offer-bottom strong { font-family: 'Fraunces', serif; font-size: 1.35rem; }
.offer-books { margin-top: 32px; background: linear-gradient(150deg, white, var(--mint-soft)); }
.offer-books .button { min-width: 190px; }
.safe-payment { position: relative; margin: 22px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.ebooks-section { background: #fff; }
.split-heading { display: grid; grid-template-columns: 1fr .66fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 8px; }
.ebooks-heading { max-width: 820px !important; }
.ebooks-heading h2 { margin-bottom: 12px; }
.ebooks-heading .eyebrow { margin-bottom: 16px; }
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
.book-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: 0 0 24px; border: 1px solid rgba(18,63,59,.1); border-radius: 28px; background: white; box-shadow: 0 12px 34px rgba(18,63,59,.07); transition: transform .3s ease, box-shadow .3s ease; }
.book-card:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(18,63,59,.14); }
.book-product-visual { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; background: #dfead8; isolation: isolate; }
.book-product-visual::before { content: ''; position: absolute; right: -92px; bottom: -112px; z-index: -1; width: 285px; aspect-ratio: 1; border: 1px solid rgba(18,63,59,.14); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.18), 0 0 0 76px rgba(18,63,59,.035); }
.book-product-visual::after { content: ''; position: absolute; left: 24px; top: 74px; width: 42px; height: 42px; border: 1px solid rgba(18,63,59,.24); border-radius: 50% 5px 50% 50%; transform: rotate(38deg); }
.book-card:nth-child(2) .book-product-visual { background: #f0ded0; }
.book-card:nth-child(3) .book-product-visual { background: #e7dbc9; }
.book-card:nth-child(4) .book-product-visual { background: #d9e5e1; }
.book-card:nth-child(5) .book-product-visual { background: #eeded9; }
.book-card:nth-child(6) .book-product-visual { background: #e6e5ce; }
.product-meta { position: absolute; inset: 20px 22px auto; z-index: 3; display: flex; justify-content: space-between; gap: 12px; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-meta span:last-child { opacity: .62; }
.book-mockup { position: relative; z-index: 2; width: 56%; max-width: 208px; margin: 40px 0 28px; filter: drop-shadow(18px 24px 20px rgba(18,63,59,.23)); transform: perspective(900px) rotateY(-8deg) rotateZ(-2.5deg); transform-origin: center bottom; transition: transform .35s ease, filter .35s ease; }
.book-mockup::before { content: ''; position: absolute; inset: 4px auto 4px -9px; z-index: -1; width: 12px; border-radius: 4px 0 0 4px; background: linear-gradient(90deg, #a8b4a4, #f9f5e9 72%); transform: skewY(5deg); }
.book-mockup::after { content: ''; position: absolute; inset: auto 3px -8px 8px; z-index: -1; height: 10px; border-radius: 0 0 8px 4px; background: linear-gradient(#fdfbf3, #cbd2c7); transform: skewX(-32deg); transform-origin: left top; }
.book-card:hover .book-mockup { filter: drop-shadow(22px 30px 24px rgba(18,63,59,.28)); transform: perspective(900px) rotateY(-3deg) rotateZ(-1deg) translateY(-7px); }
.actual-cover { aspect-ratio: 700 / 990; border-radius: 3px 10px 10px 3px; overflow: hidden; background: #f7f2e8; box-shadow: inset 1px 0 rgba(255,255,255,.55); }
.actual-cover img { width: 100%; height: 100%; object-fit: cover; }
.visual-caption { position: absolute; left: 22px; bottom: 18px; z-index: 2; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.book-tag { padding: 6px 10px; background: var(--mint-soft); }
.book-info { display: flex; flex: 1; flex-direction: column; padding: 23px 23px 0; }
.book-info h3 { margin: 13px 0 9px; font-family: 'Fraunces', serif; font-size: 1.6rem; line-height: 1.15; }
.book-info p { min-height: 76px; color: var(--muted); font-size: .92rem; }
.book-info a { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-weight: 700; text-underline-offset: 5px; }
.book-info a span { color: var(--coral); font-size: 1.25rem; transition: transform .2s ease; }
.book-info a:hover span { transform: translateX(4px); }
.book-price { display: flex; flex-direction: column; align-items: flex-start; margin: auto 0 16px; line-height: 1; }
.old-price { position: relative; margin-bottom: 7px; color: #8b9693; font-size: .9rem; font-weight: 600; }
.old-price::after { content: ''; position: absolute; left: -3px; right: -3px; top: 50%; height: 2px; background: var(--coral); transform: rotate(-5deg); }
.book-price strong { color: var(--teal); font-family: 'Fraunces', serif; font-size: 1.9rem; font-weight: 600; letter-spacing: -.03em; }
.book-price small { font-family: 'DM Sans', sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .09em; }
.book-info .book-buy-button { min-height: 50px; justify-content: center; padding: 0 20px; border-radius: 999px; color: white; background: var(--teal); text-decoration: none; box-shadow: 0 10px 24px rgba(18,63,59,.15); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.book-info .book-buy-button span { color: var(--coral); }
.book-info .book-buy-button:hover { background: var(--teal-2); box-shadow: 0 14px 28px rgba(18,63,59,.22); transform: translateY(-2px); }

.app-section { position: relative; overflow: hidden; padding: 115px 0; color: white; background: linear-gradient(135deg, #0d3632, var(--teal-2)); }
.app-section::before { content: ''; position: absolute; width: 620px; height: 620px; left: -200px; top: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); }
.app-grid { position: relative; display: grid; grid-template-columns: .88fr 1fr; align-items: center; gap: 86px; }
.app-product-visual { position: relative; min-height: 660px; display: grid; place-items: center; padding: 66px 28px 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.4); border-radius: 36px; color: var(--teal); background: linear-gradient(145deg, #f8f1df, #d9e8d2); box-shadow: 0 42px 80px rgba(0,0,0,.28); transform: rotate(-1.5deg); isolation: isolate; }
.app-product-visual::before { content: ''; position: absolute; left: -170px; bottom: -210px; z-index: -1; width: 440px; aspect-ratio: 1; border: 1px solid rgba(18,63,59,.14); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.2), 0 0 0 104px rgba(18,63,59,.035); }
.app-product-visual::after { content: ''; position: absolute; right: 30px; top: 78px; z-index: -1; width: 60px; height: 60px; border: 1px solid rgba(18,63,59,.23); border-radius: 50% 6px 50% 50%; transform: rotate(35deg); }
.app-meta { inset: 24px 27px auto; }
.phone { position: relative; width: 286px; margin: auto; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 45px; background: #0b2926; box-shadow: 18px 30px 48px rgba(18,63,59,.3); transform: perspective(900px) rotateY(-5deg) rotateZ(-2deg); }
.phone-top { position: absolute; left: 50%; top: 20px; z-index: 2; width: 88px; height: 22px; border-radius: 20px; background: #0b2926; transform: translateX(-50%); }
.phone-screen { min-height: 530px; padding: 42px 18px 20px; border-radius: 37px; color: var(--ink); background: var(--cream); }
.app-visual-note { position: absolute; right: 20px; bottom: 22px; z-index: 3; max-width: 205px; padding: 13px 16px; border-radius: 15px; color: var(--teal); background: rgba(255,255,255,.94); box-shadow: 0 14px 28px rgba(18,63,59,.14); transform: rotate(2deg); }
.app-visual-note strong, .app-visual-note span { display: block; }
.app-visual-note strong { font-family: 'Fraunces', serif; font-size: 1rem; line-height: 1.15; }
.app-visual-note span { margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.app-header { display: flex; align-items: center; gap: 8px; padding-bottom: 25px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mini-mark { width: 30px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-family: 'Fraunces', serif; }
.app-kicker { margin: 28px 0 16px; font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 600; }
.ingredient-row { display: flex; gap: 8px; margin: 8px 0; }
.ingredient-row span { flex: 1; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: .72rem; font-weight: 700; }
.recipe-preview { display: flex; gap: 12px; align-items: center; margin-top: 17px; padding: 10px; border-radius: 14px; background: white; box-shadow: 0 8px 20px rgba(18,63,59,.08); }
.recipe-preview > div { width: 60px; aspect-ratio: 1; border-radius: 11px; background: linear-gradient(135deg, var(--mint), var(--coral)); }
.recipe-preview p { margin: 0; font-size: .78rem; line-height: 1.4; }
.recipe-preview small { color: var(--muted); }
.app-copy h2 { max-width: 700px; margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 500; }
.app-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.app-benefits { max-width: 620px; margin: 30px 0 34px; padding: 0; list-style: none; }
.app-benefits li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.15); }
.app-benefits span { color: var(--coral); font-family: 'Fraunces', serif; }

.how-section { background: var(--mint-soft); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps li { padding: 0 46px; text-align: center; }
.steps li + li { border-left: 1px solid var(--line); }
.steps span { width: 58px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-family: 'Fraunces', serif; font-size: 1.4rem; }
.steps h3 { margin-bottom: 8px; font-family: 'Fraunces', serif; font-size: 1.65rem; }
.steps p { margin: 0; color: var(--muted); font-size: .92rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro p:last-child { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--coral); font-family: 'Fraunces', serif; font-size: 1.5rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; padding-right: 40px; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; color: var(--teal); background: linear-gradient(135deg, var(--cream), var(--mint-soft)); }
.final-cta::before, .final-cta::after { content: ''; position: absolute; border: 1px solid rgba(18,63,59,.09); border-radius: 50%; }
.final-cta::before { width: 330px; height: 330px; left: -190px; top: -170px; box-shadow: 0 0 0 54px rgba(204,230,209,.35); }
.final-cta::after { width: 280px; height: 280px; right: -170px; bottom: -170px; box-shadow: 0 0 0 45px rgba(239,137,106,.08); }
.final-grid { position: relative; z-index: 1; max-width: 900px; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; text-align: center; }
.final-cta h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.6vw, 4.5rem); font-weight: 500; }
.final-cta .eyebrow.light { color: var(--teal-2); }
.final-grid > div:last-child > p { max-width: 650px; margin: 0 auto 27px; color: var(--muted); }
.final-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; }
.final-cta .button-light { color: white; background: var(--teal); }
.final-secondary { color: var(--teal); font-weight: 700; text-underline-offset: 5px; text-decoration-color: rgba(18,63,59,.32); }
footer { padding: 42px 0 100px; color: rgba(255,255,255,.68); background: #0b2926; }
.footer-grid { display: grid; grid-template-columns: .65fr 1fr auto; gap: 40px; align-items: center; }
.brand-footer { color: white; }
.brand-footer .brand-mark { width: 36px; height: 36px; }
.footer-grid > p { margin: 0; font-size: .78rem; }
.copyright { white-space: nowrap; }
.mobile-cta { display: none; }

@media (min-width: 1220px) {
  .hero-visual { margin-right: calc((100vw - 1180px) / -2); }
  .image-frame { border-radius: 28px 0 0 28px; }
  .image-frame img { aspect-ratio: 1.16 / 1; border-radius: 21px 0 0 21px; }
}

@media (max-width: 980px) {
  nav { display: none; }
  .hero { min-height: auto; }
  .hero { background: linear-gradient(180deg, var(--cream) 0%, #f4f8e9 52%, var(--mint) 52%, #bcdcc7 100%); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; gap: 60px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { max-width: 680px; margin: auto; }
  .image-frame img { aspect-ratio: 1.3 / 1; }
  .hero-note { display: none; }
  .pack-card { grid-template-columns: 1fr; }
  .pack-copy { padding: 52px 52px 52px 45%; }
  .pack-purchase { padding: 45px 52px; }
  .pack-options { grid-template-columns: 1fr; }
  .offer-books { margin-top: 0; }
  .offer-card { min-height: 0; }
  .book-grid { grid-template-columns: repeat(2, 1fr); }
  .app-grid { grid-template-columns: .7fr 1fr; gap: 45px; }
  .faq-grid { gap: 50px; }
  .final-grid { gap: 50px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 77px; }
  .container { width: min(100% - 28px, 620px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 76px; }
  .brand { font-size: 1.15rem; }
  .brand-mark { width: 37px; height: 37px; }
  .site-header .button-small { display: none; }
  .hero-grid { padding-top: 125px; padding-bottom: 58px; gap: 46px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { text-align: center; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
  .image-frame { border-radius: 22px; }
  .image-frame img { aspect-ratio: .98 / 1; border-radius: 16px; }
  .image-badge { width: 90px; top: 24px; }
  .micro-card { left: 12px; bottom: -20px; }
  .proof-strip { padding: 18px 0; }
  .strip-grid { display: block; min-height: 0; }
  .strip-grid p { padding: 17px 18px; text-align: left; }
  .strip-grid p + p { margin-top: 10px; border-left: 1px solid rgba(18,63,59,.07); }
  .pack-section, .ebooks-section, .how-section, .faq-section, .app-section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .faq-intro h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .pack-card { border-radius: 20px; }
  .pack-number { left: -30px; bottom: auto; top: 50px; font-size: 19rem; }
  .pack-copy { padding: 250px 26px 36px; }
  .pack-copy h3 { font-size: 2.75rem; }
  .pack-purchase { padding: 38px 26px; }
  .price-label { font-size: 2.7rem; }
  .offer-card { padding: 31px 23px; border-radius: 22px; }
  .offer-top { min-height: 88px; }
  .offer-number { font-size: 5.2rem; }
  .offer-number > span { font-size: 2rem; }
  .offer-art { width: 100px; height: 82px; }
  .offer-art i { width: 38px; height: 72px; }
  .offer-art i:nth-child(2) { left: 28px; height: 80px; }
  .offer-art i:nth-child(3) { left: 56px; height: 70px; }
  .offer-card h3 { font-size: 2.2rem; }
  .offer-bottom { align-items: stretch; flex-direction: column; }
  .offer-bottom .button { width: 100%; }
  .split-heading, .book-grid, .app-grid, .steps, .faq-grid, .final-grid, .footer-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 20px; }
  .book-grid { gap: 42px; }
  .book-product-visual { min-height: 400px; }
  .book-mockup { width: 54%; max-width: 215px; }
  .book-info p { min-height: auto; }
  .app-grid { gap: 65px; }
  .app-product-visual { min-height: 610px; padding: 62px 16px 28px; border-radius: 28px; transform: none; }
  .phone { width: min(260px, 80vw); }
  .phone-screen { min-height: 490px; }
  .app-visual-note { right: 12px; bottom: 14px; }
  .app-copy h2 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .steps { gap: 30px; }
  .steps li { padding: 0 8px 30px; }
  .steps li + li { padding-top: 30px; border-top: 1px solid var(--line); border-left: 0; }
  .faq-grid { gap: 25px; }
  .final-grid { gap: 30px; }
  .final-cta { padding: 72px 0; }
  footer { padding: 38px 0; }
  .footer-grid { gap: 24px; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 50; display: block; padding: 10px 12px; border-top: 1px solid rgba(255,255,255,.12); background: rgba(11,41,38,.95); backdrop-filter: blur(12px); }
  .mobile-cta a { min-height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-radius: 14px; color: var(--teal); background: var(--coral); text-decoration: none; }
  .mobile-cta span { font-size: .9rem; font-weight: 700; line-height: 1.2; }
  .mobile-cta small { display: block; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
