:root {
  /* PALETA DA MARCA — edite estas cores para personalizar a página. */
  --cream: #f8f2e8;
  --cream-deep: #eee2cf;
  --paper: #fffdf8;
  --chocolate: #342018;
  --brown: #563528;
  --caramel: #b77a3e;
  --gold: #c99655;
  --green: #213a31;
  --green-soft: #365547;
  --burgundy: #743b3b;
  --ink: #2c221d;
  --muted: #776961;
  --line: rgba(73, 47, 35, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --script: "Segoe Script", "Brush Script MT", cursive;
  --shadow: 0 24px 70px rgba(65, 40, 27, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::selection { background: var(--caramel); color: white; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.brand-bar { position: relative; z-index: 20; height: 72px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 16px; background: rgba(248, 242, 232, 0.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 34px; height: 38px; border: 1px solid var(--gold); border-radius: 50% 50% 42% 42%; display: grid; place-items: center; color: var(--brown); font: italic 700 20px var(--serif); position: relative; }
.brand-mark::before { content: ""; position: absolute; top: -8px; left: 15px; width: 4px; height: 10px; border-radius: 50%; background: var(--caramel); transform: rotate(18deg); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font: 700 14px var(--serif); letter-spacing: .02em; }
.brand small { margin-top: 4px; color: var(--caramel); font: 12px var(--script); }
.header-cta { color: var(--brown); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.header-cta span { display: none; }

.hero { min-height: calc(100vh - 72px); position: relative; padding: 48px 0 38px; background: radial-gradient(circle at 91% 25%, rgba(201,150,85,.17), transparent 25%), linear-gradient(125deg, #fbf7f0 0%, #f4eadb 100%); overflow: hidden; }
.hero::before { content: ""; width: 430px; height: 430px; position: absolute; top: -210px; left: -210px; border: 1px solid rgba(183,122,62,.17); border-radius: 50%; box-shadow: 0 0 0 35px rgba(183,122,62,.03), 0 0 0 70px rgba(183,122,62,.025); }
.hero-grid { display: grid; gap: 42px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; display: flex; align-items: center; gap: 9px; color: var(--caramel); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 29px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); color: var(--chocolate); line-height: 1.06; }
h1 { margin-bottom: 22px; font-size: clamp(42px, 11vw, 65px); letter-spacing: -.045em; font-weight: 500; }
.hero-copy h1 { font-size: clamp(37px, 10vw, 48px); }
h1 em, h2 em { color: var(--caramel); font-family: var(--script); font-weight: 500; letter-spacing: -.04em; }
.hero-subtitle { margin-bottom: 26px; color: #65584f; font-size: 16px; line-height: 1.62; }
.benefits-label { margin: 0 0 8px; color: var(--brown); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.button { min-height: 58px; padding: 16px 21px; border: 0; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 13px; font-weight: 850; letter-spacing: .07em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, .checkout-link:focus-visible { outline: 3px solid rgba(183,122,62,.4); outline-offset: 4px; }
.button-primary { width: 100%; color: white; background: var(--brown); box-shadow: 0 12px 28px rgba(70,38,25,.2); }
.button-primary:hover { background: var(--chocolate); box-shadow: 0 16px 35px rgba(70,38,25,.26); }
.button span { font-size: 18px; font-weight: 400; }
.cta-note { margin: 10px 0 8px; color: var(--muted); font-size: 11px; text-align: center; }
.hero-benefits { margin: 0 0 21px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; list-style: none; }
.hero-benefits li { padding-left: 20px; position: relative; color: #5f5148; font-size: 12px; line-height: 1.35; }
.hero-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--caramel); font-weight: 900; }
.digital-strip { width: min(100%, 420px); margin: 0; color: var(--brown); font-size: 9px; font-weight: 750; letter-spacing: .045em; text-align: center; text-transform: uppercase; }
.digital-strip i { margin: 0 4px; color: var(--caramel); font-style: normal; }
.hero-visual { position: relative; min-height: 470px; }
.hero-image-frame { height: 445px; margin: 0 7px 0 23px; position: relative; overflow: hidden; border-radius: 118px 118px 18px 18px / 82px 82px 18px 18px; box-shadow: var(--shadow); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 36%; }
.image-label { min-width: 176px; padding: 12px 16px 12px 38px; position: absolute; bottom: 18px; left: 14px; color: var(--brown); background: rgba(255,253,248,.92); border: 1px solid rgba(255,255,255,.6); border-radius: 4px; box-shadow: 0 10px 30px rgba(45,29,20,.16); backdrop-filter: blur(10px); display: grid; line-height: 1.2; }
.image-label .spark { position: absolute; left: 13px; top: 17px; color: var(--gold); }
.image-label strong { font: 700 13px var(--serif); }
.image-label small { margin-top: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.mini-pdf-stack { width: 178px; height: 135px; position: absolute; right: 0; bottom: -5px; padding: 12px; color: white; background: var(--paper); border-radius: 13px; box-shadow: 0 14px 40px rgba(55,34,24,.2); }
.mini-book { width: 44px; height: 78px; padding: 7px 4px; position: absolute; bottom: 14px; border-radius: 2px; box-shadow: 4px 6px 12px rgba(44,29,22,.25); font: 700 7px var(--serif); writing-mode: vertical-rl; text-orientation: mixed; letter-spacing: .08em; text-transform: uppercase; }
.mini-book-one { left: 10px; background: var(--burgundy); transform: rotate(-6deg); }.mini-book-two { left: 41px; background: var(--green); transform: rotate(2deg); }.mini-book-three { left: 71px; background: var(--caramel); transform: rotate(-2deg); }.mini-book-four { left: 101px; background: var(--brown); transform: rotate(5deg); }
.mini-stack-label { position: absolute; right: 10px; top: 9px; color: var(--brown); font-size: 8px; line-height: 1.15; text-align: center; text-transform: uppercase; }
.mini-stack-label strong { display: block; color: var(--caramel); font: 700 25px var(--serif); }
.scroll-note { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #897970; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.scroll-note span { display: block; width: 1px; height: 24px; background: var(--gold); }
.hero-leaf { width: 70px; height: 22px; position: absolute; border: 1px solid rgba(46,75,58,.18); border-radius: 100% 0 100% 0; transform: rotate(26deg); }
.hero-leaf::after { content: ""; position: absolute; width: 48px; height: 1px; top: 10px; left: 10px; background: rgba(46,75,58,.18); transform: rotate(-6deg); }
.hero-leaf-one { top: 39%; left: -25px; }.hero-leaf-two { right: 5%; bottom: 3%; transform: rotate(155deg); }

.section { padding: 86px 0; }
.section-dark { padding: 80px 0; color: rgba(255,255,255,.72); background: var(--chocolate); position: relative; }
.section-dark::before { content: ""; position: absolute; right: 5%; top: 0; width: 1px; height: 100%; background: linear-gradient(transparent, rgba(201,150,85,.25), transparent); }
.curiosity-grid { display: grid; gap: 38px; align-items: center; }
.curiosity-image { height: 380px; position: relative; }
.curiosity-image::before { content: ""; position: absolute; inset: -10px 24px 14px -10px; border: 1px solid rgba(201,150,85,.43); border-radius: 50% 50% 15px 15px; }
.curiosity-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50% 50% 12px 12px; position: relative; }
.curiosity-badge { padding: 10px 13px; position: absolute; bottom: -16px; right: 9px; color: var(--brown); background: var(--cream); border-radius: 4px; box-shadow: var(--shadow); font: 12px var(--serif); }
.curiosity-badge span { color: var(--burgundy); margin-right: 4px; }
.eyebrow-light { color: #d8a86d; }
.curiosity-copy h2, .section-green h2 { color: white; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 9.5vw, 58px); font-weight: 500; letter-spacing: -.035em; }
.curiosity-copy .lead { color: rgba(255,255,255,.9); font: 20px/1.48 var(--serif); }
.curiosity-copy p:not(.eyebrow):not(.lead) { color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #e6b77e; border-bottom: 1px solid rgba(230,183,126,.4); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 710px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { color: var(--muted); }
.eyebrow-centered { justify-content: center; }
.audience { background: var(--paper); }
.audience-grid { display: grid; gap: 16px; }
.audience-card { min-height: 250px; padding: 31px 28px; position: relative; background: #fbf7ef; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.audience-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(75,47,31,.1); }
.audience-card.featured { color: rgba(255,255,255,.7); background: var(--green); border-color: var(--green); }
.audience-card.featured h3 { color: white; }.audience-card.featured .card-number { color: rgba(255,255,255,.42); }.audience-card.featured .line-icon { color: #dfb57e; border-color: rgba(223,181,126,.35); }
.card-number { color: #ad9c90; font-size: 10px; letter-spacing: .1em; }
.line-icon { width: 46px; height: 46px; position: absolute; right: 25px; top: 25px; display: grid; place-items: center; color: var(--caramel); border: 1px solid rgba(183,122,62,.3); border-radius: 50%; font: 22px var(--serif); }
.audience-card h3 { margin: 68px 0 13px; font-size: 26px; font-weight: 500; }
.audience-card p { margin-bottom: 0; color: inherit; font-size: 14px; }

.possibilities { background: linear-gradient(180deg, #f4eadb, var(--cream)); }
.split-heading { display: flex; flex-direction: column; }
.split-heading h2 { margin-bottom: 0; }
.script-note { margin: -4px 0 0; color: var(--burgundy); font: 27px var(--script); transform: rotate(-2deg); }
.flavor-grid { display: grid; gap: 22px; }
.flavor-card { background: var(--paper); border-radius: 7px; box-shadow: 0 18px 50px rgba(64,42,29,.08); overflow: hidden; }
.flavor-photo { height: 235px; overflow: hidden; }
.flavor-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.4); }
.crop-chocolate img { object-position: 80% 16%; }.crop-savory img { object-position: 24% 10%; }
.flavor-content { padding: 27px 24px 30px; }
.flavor-kicker { color: var(--caramel); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.flavor-content h3 { margin: 8px 0 20px; font-size: 30px; font-weight: 500; }
.savory .flavor-kicker { color: var(--green-soft); }
.chips { display: flex; gap: 7px; flex-wrap: wrap; }
.chips span { padding: 7px 11px; color: #65564d; background: #f5eee4; border: 1px solid rgba(88,56,40,.08); border-radius: 30px; font-size: 11px; line-height: 1.2; }
.savory .chips span { background: #edf1eb; }

.materials { background: var(--paper); }
.materials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 13px; align-items: start; }
.material-card { text-align: center; }
.book { width: min(100%, 175px); aspect-ratio: 3 / 4.2; margin: 0 auto 17px; padding: 21px 15px 16px; position: relative; color: #fff5e9; border-radius: 4px 12px 12px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; box-shadow: -7px 7px 0 #d9c7ae, 0 16px 30px rgba(47,31,24,.19); }
.book::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 50% 50% 4px 4px; }
.book::after { content: "✦"; position: absolute; bottom: 31px; color: rgba(255,255,255,.55); font-size: 10px; }
.book > * { position: relative; z-index: 1; }
.book-top { margin-bottom: 18px; font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.book strong { font: 500 clamp(16px, 4.5vw, 23px)/1.08 var(--serif); }
.book i { margin: 3px 0 22px; color: #f1c991; font: 18px var(--script); }
.book small { font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.book-recipes { background: var(--burgundy); }.book-savory { background: var(--green); }.book-guide { background: #a66736; }.book-profit { background: var(--brown); }
.material-copy > span { color: var(--caramel); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.material-copy h3 { margin: 5px 0 7px; font-size: 20px; font-weight: 500; }
.material-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.package-note { max-width: 820px; margin: 48px auto 0; padding: 22px 25px; display: grid; gap: 5px; color: var(--muted); background: #f8f1e7; border: 1px solid var(--line); border-radius: 6px; text-align: center; }
.package-note strong { color: var(--brown); font: 500 21px/1.3 var(--serif); }
.package-note span { font-size: 12px; }

.process { background: #efe4d4; }
.process-grid { display: grid; gap: 35px; }
.process-intro > p:not(.eyebrow) { color: var(--muted); }
.process-promise { width: fit-content; margin-top: 27px; display: flex; align-items: center; gap: 12px; }
.process-promise > span { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.process-promise p { margin: 0; color: var(--brown) !important; font-size: 12px; line-height: 1.4; }
.steps { margin: 0 -20px; padding: 4px 20px 14px; display: flex; gap: 12px; overflow-x: auto; list-style: none; scroll-snap-type: x mandatory; scrollbar-width: none; }
.steps::-webkit-scrollbar { display: none; }
.steps li { min-width: 132px; height: 165px; padding: 18px; position: relative; background: rgba(255,255,255,.52); border: 1px solid rgba(95,59,41,.1); border-radius: 5px; scroll-snap-align: start; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; right: -10px; top: 72px; z-index: 2; color: var(--caramel); }
.steps span { color: var(--caramel); font: 17px var(--serif); }
.steps p { margin: 57px 0 0; color: var(--brown); font: 17px/1.22 var(--serif); }
.steps .step-final { color: white; background: var(--green); }.steps .step-final span { color: #e1b57e; }.steps .step-final p { color: white; }

.section-green { padding: 82px 0; color: rgba(255,255,255,.72); background: var(--green); position: relative; overflow: hidden; }
.section-green::after { content: ""; position: absolute; width: 430px; height: 430px; right: -250px; bottom: -250px; border: 1px solid rgba(213,173,118,.2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(213,173,118,.025), 0 0 0 76px rgba(213,173,118,.02); }
.income-grid { display: grid; gap: 35px; position: relative; z-index: 1; }
.income-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.income-copy h2 em { color: #e1b478; }
.income-channels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.income-channels span { padding: 7px 11px; border: 1px solid rgba(223,181,126,.33); border-radius: 30px; color: #f2dfc7; font-size: 10px; }
.income-card { padding: 32px 27px; color: var(--ink); background: var(--cream); border-radius: 5px; box-shadow: 18px 18px 0 rgba(255,255,255,.055); }
.income-card-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--caramel); border: 1px solid rgba(183,122,62,.3); border-radius: 50%; font-size: 22px; }
.income-card h3 { margin: 29px 0 14px; font-size: 27px; font-weight: 500; }
.income-card p { color: var(--muted); font-size: 13px; }
.income-card small { padding-top: 18px; display: block; color: #897c72; border-top: 1px solid var(--line); font-size: 9px; line-height: 1.5; }

.showcase { background: var(--paper); }
.showcase-heading { max-width: 850px; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.showcase-item { height: 235px; margin: 0; position: relative; overflow: hidden; border-radius: 4px; background: #d9c8b5; }
.showcase-item.item-wide { grid-column: span 2; height: 250px; }
.showcase-item img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.8); transition: transform .5s ease; }
.showcase-item:hover img { transform: scale(1.86); }
.showcase-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(35,20,14,.72)); }
.showcase-item figcaption { position: absolute; z-index: 2; left: 15px; right: 10px; bottom: 13px; color: white; font: 19px var(--serif); }
.showcase-item figcaption span { display: block; color: #e9bd87; font: 12px var(--script); }
.crop-rosemary img { object-position: 9% 6%; }.crop-bacon img { object-position: 49% 7%; }.crop-choco img { object-position: 88% 6%; }.crop-caramel img { object-position: 15% 82%; }.crop-pistachio img { object-position: 53% 82%; }.crop-fruit img { object-position: 88% 84%; }

.objections { background: #efe4d4; }
.objections-grid { display: grid; gap: 13px; }
.objection-card { min-height: 205px; padding: 25px 23px; background: rgba(255,253,248,.72); border: 1px solid rgba(82,52,37,.12); border-radius: 6px; }
.objection-card > span { color: var(--caramel); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.objection-card h3 { margin: 28px 0 10px; font-size: 21px; font-weight: 500; }
.objection-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.offer { padding: 88px 0; background: linear-gradient(125deg, #f4eadb, #fcf9f2); }
.offer-grid { display: grid; gap: 55px; align-items: center; }
.offer-books { height: 395px; position: relative; }
.offer-books::before { content: ""; position: absolute; width: 330px; height: 110px; left: 50%; bottom: 8px; transform: translateX(-50%); background: rgba(99,60,39,.13); border-radius: 50%; filter: blur(20px); }
.offer-book { width: 128px; height: 245px; padding: 30px 12px; position: absolute; bottom: 53px; display: grid; align-content: center; justify-items: center; color: white; border-radius: 3px 10px 10px 3px; box-shadow: -8px 7px 0 #d3bfa3, 0 20px 36px rgba(52,32,24,.25); font: 600 18px/1.1 var(--serif); text-align: center; }
.offer-book::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 50% 50% 3px 3px; }
.offer-book small { margin-top: 7px; color: #eec48f; font: 15px var(--script); }
.offer-book:nth-child(1) { left: 2%; transform: rotate(-9deg); }.offer-book:nth-child(2) { left: 24%; bottom: 62px; transform: rotate(-3deg); z-index: 2; }.offer-book:nth-child(3) { right: 23%; bottom: 64px; transform: rotate(4deg); z-index: 3; }.offer-book:nth-child(4) { right: 2%; transform: rotate(10deg); z-index: 1; }
.offer-seal { width: 82px; height: 82px; position: absolute; right: 4px; top: 20px; z-index: 5; display: grid; place-content: center; color: white; background: var(--caramel); border: 2px solid var(--cream); outline: 1px solid var(--caramel); border-radius: 50%; font-size: 8px; line-height: 1.1; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.offer-seal strong { display: block; font: 700 29px var(--serif); }
.offer-intro { color: var(--muted); }
.offer-list { margin: 0 0 27px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; list-style: none; }
.offer-list li { padding-left: 19px; position: relative; color: #675850; font-size: 12px; line-height: 1.35; }
.offer-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-soft); font-weight: 900; }
.purchase-flow { margin: 0 0 22px; display: grid; gap: 8px; }
.purchase-flow > div { padding: 11px 12px; display: flex; gap: 11px; align-items: flex-start; background: rgba(255,255,255,.5); border: 1px solid var(--line); border-radius: 5px; }
.purchase-flow > div > strong { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 500 14px var(--serif); }
.purchase-flow p { margin: 0; display: grid; line-height: 1.35; }
.purchase-flow b { color: var(--brown); font-size: 11px; }
.purchase-flow span { margin-top: 2px; color: var(--muted); font-size: 9px; }
.price-block { margin: 5px 0 16px; padding: 20px 0; display: grid; border-block: 1px solid var(--line); }
.price-block > span { color: var(--caramel); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-block strong { color: var(--chocolate); font: 500 clamp(29px, 8vw, 43px)/1.2 var(--serif); }
.price-block small { color: var(--muted); font-size: 9px; }
.micro-confirmation { margin: 0 0 13px; padding: 12px 14px; color: var(--brown); background: rgba(183,122,62,.09); border-left: 3px solid var(--caramel); font-size: 10px; font-weight: 650; line-height: 1.5; }
.button-full { width: 100%; }
.secure-note { margin: 11px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.secure-note span { margin-right: 4px; color: var(--green); }
.digital-only-note { margin: 9px 0 0; color: var(--muted); font-size: 9px; font-weight: 650; text-align: center; }

.faq { background: var(--paper); }
.faq-grid { display: grid; gap: 35px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--brown); cursor: pointer; font: 500 18px/1.3 var(--serif); list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border: 1px solid rgba(183,122,62,.35); border-radius: 50%; color: var(--caramel); font: 19px var(--sans); transition: transform .25s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -4px 42px 22px 0; color: var(--muted); font-size: 13px; }

.final-cta { padding: 92px 0 100px; position: relative; color: rgba(255,255,255,.72); background: var(--brown); overflow: hidden; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 220px; height: 85px; border: 1px solid rgba(216,168,108,.22); border-radius: 100% 0 100% 0; transform: rotate(28deg); }
.final-cta::before { left: -90px; top: 80px; }.final-cta::after { right: -75px; bottom: 50px; transform: rotate(200deg); }
.final-content { max-width: 780px; position: relative; z-index: 1; }
.final-icon { width: 48px; height: 48px; margin: 0 auto 25px; display: grid; place-items: center; color: #e7bd87; border: 1px solid rgba(231,189,135,.36); border-radius: 50%; }
.final-content h2 { color: white; }.final-content h2 em { color: #e3b477; }
.final-content > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 22px; }
.final-price { width: min(100%, 390px); margin: 0 auto 17px; padding: 15px; display: grid; border-block: 1px solid rgba(255,255,255,.16); }
.final-price > span { color: #e7bd87; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-price strong { color: white; font: 500 38px/1.15 var(--serif); }
.final-price small { color: rgba(255,255,255,.55); font-size: 9px; }
.button-light { width: min(100%, 390px); color: var(--brown); background: var(--cream); box-shadow: 0 15px 38px rgba(23,13,8,.22); }
.final-content > small { margin-top: 13px; display: block; color: rgba(255,255,255,.48); font-size: 9px; }
.final-glow { width: 450px; height: 450px; position: absolute; top: -290px; left: 50%; transform: translateX(-50%); background: rgba(201,150,85,.16); border-radius: 50%; filter: blur(35px); }

footer { padding: 25px 0 95px; background: #251711; color: rgba(255,255,255,.48); }
.footer-inner { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.brand-footer .brand-mark { color: #e4bd8d; }.brand-footer strong { color: white; }.footer-inner p { margin: 0; font-size: 9px; }

.mobile-sticky { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; min-height: 58px; padding: 6px; display: flex; align-items: center; color: var(--brown); background: rgba(255,253,248,.96); border: 1px solid rgba(75,47,35,.13); border-radius: 8px; box-shadow: 0 12px 40px rgba(47,29,21,.25); backdrop-filter: blur(14px); transform: translateY(110px); opacity: 0; pointer-events: none; transition: transform .35s ease, opacity .35s ease; }
.mobile-sticky.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-sticky b { width: 100%; min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: center; gap: 7px; color: white; background: var(--brown); border-radius: 5px; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.mobile-sticky b span { font: inherit; }.mobile-sticky i { color: #e7bd87; font-style: normal; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }.reveal[data-delay="2"] { transition-delay: .22s; }.reveal[data-delay="3"] { transition-delay: .32s; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (min-width: 700px) {
  .container { width: min(1180px, calc(100% - 72px)); }
  .brand-bar { height: 80px; padding-inline: max(36px, calc((100vw - 1180px) / 2)); }
  .brand strong { font-size: 16px; }.brand small { font-size: 13px; }.header-cta { font-size: 13px; }
  .header-cta span { display: inline; }
  .hero { min-height: calc(100vh - 80px); padding: 58px 0 32px; }
  .hero-grid { grid-template-columns: .92fr 1.08fr; gap: 55px; }
  h1 { font-size: clamp(50px, 5.4vw, 72px); }
  .hero-copy { padding-top: 5px; }.hero-copy h1 { font-size: clamp(46px, 4.2vw, 56px); }.hero-subtitle { max-width: 580px; font-size: 17px; }.button-primary { width: auto; min-width: 320px; }
  .cta-note { width: 320px; text-align: center; }.hero-benefits { max-width: 540px; }.hero-benefits li { font-size: 13px; }
  .hero-visual { min-height: 570px; }.hero-image-frame { height: 555px; margin-left: 45px; border-radius: 190px 190px 18px 18px / 125px 125px 18px 18px; }.mini-pdf-stack { width: 197px; right: -8px; bottom: 5px; }.scroll-note { margin-top: 8px; }
  .section, .section-dark, .section-green, .offer { padding-block: 110px; }
  h2 { font-size: clamp(46px, 5vw, 65px); }
  .curiosity-grid { grid-template-columns: 1.08fr .92fr; gap: 75px; }.curiosity-image { height: 570px; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }.audience-card { min-height: 330px; }.audience-card h3 { margin-top: 115px; }
  .split-heading { flex-direction: row; justify-content: space-between; align-items: flex-end; }.script-note { font-size: 36px; }.flavor-grid { grid-template-columns: 1fr 1fr; }.flavor-photo { height: 330px; }.flavor-content { padding: 35px; }
  .materials-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }.book { width: min(100%, 215px); }.book strong { font-size: 25px; }.book i { font-size: 21px; }.material-copy p { font-size: 12px; }
  .process-grid { grid-template-columns: .73fr 1.27fr; gap: 60px; }.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }.steps li { min-width: 0; }.steps li:nth-child(n+5) { grid-column: span 1; }.steps .step-final { grid-column: span 2; }.steps p { margin-top: 45px; }
  .income-grid { grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }.income-card { padding: 48px 42px; }
  .showcase-grid { grid-template-columns: repeat(4, 1fr); gap: 13px; }.showcase-item.item-wide { grid-column: span 2; height: 280px; }.showcase-item { height: 280px; }
  .objections-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }.objection-card { min-height: 225px; padding: 29px 27px; }
  .offer-grid { grid-template-columns: 1fr .92fr; gap: 90px; }.offer-books { height: 520px; }.offer-book { width: 160px; height: 325px; bottom: 80px; font-size: 22px; }.offer-book:nth-child(2), .offer-book:nth-child(3) { bottom: 96px; }.offer-seal { width: 105px; height: 105px; top: 32px; }.offer-copy .button-primary { width: 100%; }
  .faq-grid { grid-template-columns: .82fr 1.18fr; gap: 100px; }.faq-intro { position: sticky; top: 30px; align-self: start; }
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } footer { padding-bottom: 30px; }
  .mobile-sticky { display: none; }
}

@media (min-width: 1080px) {
  .hero-grid { gap: 75px; }.hero-visual { min-height: 650px; }.hero-image-frame { height: 635px; margin-left: 62px; border-radius: 230px 230px 18px 18px / 145px 145px 18px 18px; }.hero-copy { padding-left: 10px; }
  .process-grid { grid-template-columns: .64fr 1.36fr; }.steps { grid-template-columns: repeat(7, 1fr); }.steps .step-final { grid-column: span 1; }
  .showcase-grid { grid-template-columns: repeat(4, 1fr); }.showcase-item { height: 310px; }.showcase-item.item-wide { height: 310px; }
}

@media (max-width: 370px) {
  .container { width: calc(100% - 30px); }
  .brand strong { font-size: 12px; }.brand small { font-size: 10px; }.brand-mark { width: 30px; height: 34px; }.header-cta { font-size: 10px; }
  h1 { font-size: 39px; }.hero-copy h1 { font-size: 35px; }.hero { padding-top: 37px; }.hero-benefits { grid-template-columns: 1fr; }.hero-image-frame { margin-left: 12px; }
  .materials-grid { gap: 25px 8px; }.book { padding-inline: 9px; }.material-copy h3 { font-size: 18px; }
  .mobile-sticky > span { display: none; }.mobile-sticky b { width: 100%; justify-content: center; }
}

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