/* Camada visual contemporânea. Componentes base e conteúdo em styles.css. */
:root {
  --cream: #f7f8f2;
  --ink: #173e36;
  --muted: #60746c;
  --peach: #d5f487;
  --peach-light: #edf7d9;
  --sage: #e9eedf;
  --line: #dce4d8;
  --accent: #b5ce75;
}

html { scroll-padding-top: 116px; }
body { background: var(--cream); }
main { overflow: clip; }
.container { width: min(1240px, calc(100% - 96px)); }
.section { padding-block: 112px; }
h1, h2 { font-family: var(--heading); font-weight: 600; letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 4vw, 53px); line-height: 1.12; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; color: #658455; letter-spacing: -.045em; }
.eyebrow { font-size: 10px; letter-spacing: 1.8px; }
.button { min-height: 58px; border-radius: 100px; font-size: 14px; padding-inline: 25px; gap: 26px; }
.button .icon { transition: transform .25s ease; }
.button:hover .icon { transform: translateX(4px); }
.button-primary { background: var(--peach); box-shadow: 0 7px 18px #2448300c; color: #203d29; }
.button-primary:hover { background: #c4e775; box-shadow: 0 10px 24px #203c4220; }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; font-size: 12px; padding: 11px 20px; }
.button-outline { background: var(--ink); color: white; border-color: transparent; }
.button-outline:hover { background: #2e5747; }
.reading-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 70; background: #a2c857; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.announcement { background: transparent; color: #6b7a68; font-size: 10px; min-height: 40px; padding-top: 12px; }
.announcement a { color: var(--ink); }
.announcement .status-dot { background: #759b55; }
.header { width: min(1320px, calc(100% - 48px)); margin: 9px auto 0; top: 14px; border: 1px solid #fff; border-radius: 100px; background: #ffffffc9; box-shadow: 0 4px 25px #243f3610, inset 0 1px 0 #fff; backdrop-filter: blur(22px); transition: box-shadow .25s, background .25s; }
.header.is-scrolled { box-shadow: 0 12px 35px #173e361c; background: #fffffff0; }
.nav { width: calc(100% - 52px); min-height: 76px; gap: 20px; }
.brand { gap: 10px; }
.brand>span:last-child { font-family: var(--heading); font-size: 18px; font-weight: 600; letter-spacing: -.8px; }
.brand strong { font-weight: 700; }
.brand small { font-size: 6px; letter-spacing: 1.3px; color: #708773; }
.brand-icon { width: 37px; height: 37px; border-radius: 50%; background: #eaf2df; }
.brand-icon .icon { width: 23px; height: 23px; stroke-width: 1.5; }
.nav-links { font-size: 12px; gap: 31px; }
.nav-links a { position: relative; color: #6b7c6c; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="location"] { color: var(--ink); }
.nav-links a[aria-current="location"]::after { content: ''; position: absolute; height: 4px; width: 4px; border-radius: 50%; background: #5b803d; bottom: 2px; left: calc(50% - 2px); }
.menu-toggle { display: none; }

/* Hero: fotografia em camadas e tipografia de grande escala. */
.hero { position: relative; isolation: isolate; grid-template-columns: 1.12fr 1fr; gap: 62px; padding-top: 70px; padding-bottom: 94px; }
.hero::before { content: ''; position: absolute; z-index: -1; pointer-events: none; inset: -150px -20vw -50px; background: radial-gradient(ellipse at 90% 22%, #d3e5c68c, transparent 40%), radial-gradient(ellipse at 13% 60%, #f3e4d674, transparent 38%); }
.hero-copy { position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; background: #e8efdf; border: 1px solid #d9e4cd; border-radius: 30px; padding: 7px 13px; color: #617848; font-size: 8px; letter-spacing: 1.4px; margin-bottom: 24px; }
.little-star { font-size: 17px; line-height: 1; color: #658846; }
.hero h1 { font-family: var(--heading); font-size: clamp(54px, 5.25vw, 77px); font-weight: 600; line-height: 1.035; letter-spacing: -.065em; }
.hero-soft { font-weight: 400; }
.hero h1 em { color: #708954; font-size: 1.08em; white-space: nowrap; }
.hero h1 em::after { bottom: -4px; border-color: #9db785; height: 7px; }
.hero-description { font-size: 15px; line-height: 1.8; max-width: 440px; margin-top: 27px; }
.hero-benefits { margin-top: 24px; margin-bottom: 29px; font-size: 12px; gap: 10px; }
.hero-benefits .icon { width: 17px; height: 17px; padding: 2px; border-radius: 50%; background: #e6eddc; color: #68814c; }
.hero-actions { display: flex; align-items: center; gap: 21px; flex-wrap: wrap; }
.hero-button { min-width: 0; background: var(--ink); color: #f7fbee; gap: 26px; font-size: 13px; padding-inline: 25px; }
.hero-button:hover { background: #2b5144; }
.hero-button .icon { background: var(--peach); color: var(--ink); border-radius: 50%; padding: 7px; width: 32px; height: 32px; margin: -5px -12px -5px 0; }
.hero-secondary { display: flex; align-items: center; gap: 7px; color: #647258; font-size: 11px; font-weight: 600; border-bottom: 1px solid #bccab1; padding-block: 6px; }
.hero-secondary:hover { color: var(--ink); }
.micro-trust { font-size: 10px; margin-top: 18px; gap: 22px; }
.hero-visual { padding: 0 0 55px; position: relative; transform: rotate(2deg); }
.photo-frame { height: 572px; border-radius: 130px 32px 110px 32px; box-shadow: 0 20px 55px #53694719; border: 7px solid #fff9; }
.photo-frame img { object-position: 54% 45%; transition: transform 1s ease; }
.hero-visual:hover .photo-frame img { transform: scale(1.035); }
.photo-frame::after { inset: 60% 0 0; background: linear-gradient(transparent, #1b403e5e); }
.photo-caption { bottom: 122px; font-size: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.visual-orbit { position: absolute; z-index: -1; inset: -20px -25px 16px -16px; border: 1px solid #b9cbb0; border-radius: 44% 45% 48% 47%; transform: rotate(-12deg); }
.visual-spark { position: absolute; top: -24px; right: -17px; z-index: 1; color: #69824e; font-size: 69px; font-weight: 400; line-height: 1; transform: rotate(14deg); }
.visual-label { position: absolute; left: -30px; top: 80px; z-index: 3; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 7px; letter-spacing: 2px; color: #7d8b73; }
.photo-stamp { top: 30px; right: auto; left: -37px; border-radius: 18px; outline: 0; background: #ffffffcf; border: 1px solid #fff; box-shadow: 0 12px 30px #1a40211a; backdrop-filter: blur(16px); transform: rotate(-6deg); width: auto; height: auto; padding: 15px 19px; flex-direction: row; text-align: left; gap: 12px; font-size: 10px; line-height: 1.7; }
.photo-stamp .icon { background: #eaf3d6; border-radius: 50%; width: 38px; height: 38px; padding: 9px; }
.photo-stamp strong { font-size: 12px; font-weight: 700; }
.hero-product { bottom: 12px; left: -25px; right: 33px; padding: 17px 21px; border-radius: 22px; background: #fffffff0; border: 1px solid white; box-shadow: 0 18px 45px #1b3e3622; backdrop-filter: blur(18px); transform: rotate(-5deg); gap: 20px; }
.hero-product strong { font-family: var(--heading); font-size: 22px; font-weight: 600; letter-spacing: -1px; line-height: 1.2; }
.hero-product .eyebrow { color: #7f8e73; font-size: 7px; }
.hero-product-detail { color: #6b7b61; font-size: 10px; }
.hero-product>a { background: #dff2bd; width: 43px; height: 43px; }
.mini-cover { background: #244e40; border-color: #46705e; color: #f8edda; width: 70px; height: 96px; }
.benefit-strip { background: transparent; border: 0; }
.benefit-strip .container { padding: 27px 0; border-top: 1px solid #d8e1d0; }
.benefit-strip span { font-size: 11px; color: #6b7d65; }
.benefit-strip .icon { color: #6c8657; }

/* Seções editoriais, cartões assimétricos e prévia do produto. */
.pain { margin: 20px 24px 0; border-radius: 38px; background: #153c33; }
.pain::before { content: ''; position: absolute; width: 530px; height: 530px; border: 1px solid #c7eca512; border-radius: 50%; right: -120px; top: -280px; box-shadow: 0 0 0 80px #c7eca506, 0 0 0 160px #c7eca503; pointer-events: none; }
.pain .container { width: min(1144px, calc(100% - 96px)); }
.pain-grid { gap: 100px; }
.pain h2 { font-family: var(--heading); font-size: 38px; letter-spacing: -1.8px; font-weight: 500; }
.pain h2 em { font-family: var(--serif); color: #d5e9a9; }
.pain .eyebrow { font-size: 9px; color: #a8c0a4; }
.night-clock { font-weight: 400; font-size: 64px; letter-spacing: -3px; color: #d3ed9d; margin-top: 28px; }
.pain-intro>p, .pain-stories article p { color: #b5cbbd; }
.pain-stories article { padding: 26px 25px; border: 1px solid #c5e1c319; background: #ffffff05; border-radius: 18px; margin-bottom: 13px; transition: background .25s, transform .25s; }
.pain-stories article:hover { background: #ffffff0a; transform: translateX(4px); }
.story-number { color: #cee7a3; font-family: var(--heading); font-size: 13px; font-style: normal; }
.pain-stories h3 { font-size: 15px; }
.pain-reassurance { color: #d5e9ae; padding-inline: 25px; font-size: 12px; }
.section-heading { max-width: 680px; margin-bottom: 50px; }
.section-heading .eyebrow { color: #7b8d65; font-size: 9px; }
.section-heading>p { font-size: 15px; max-width: 460px; }
.steps { grid-template-columns: 1.08fr 1fr; gap: 20px; }
.step { border-radius: 26px; padding: 33px 35px; background: #edf1e5; border: 1px solid #e1e8d8; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.step:hover { transform: translateY(-5px); box-shadow: 0 15px 30px #204a3b0c; }
.step:first-child { grid-row: span 2; background: #dfe9d2; display: flex; flex-direction: column; }
.step:nth-child(2) { background: #f0e8db; border-color: #e9dfd0; }
.step:nth-child(3) { background: #e2ebe6; border-color: #d7e2da; }
.step-top { margin-bottom: 23px; }
.step-top span { font-size: 9px; letter-spacing: 1.7px; }
.step-top>.icon { width: 37px; height: 37px; border-radius: 12px; background: #ffffff80; padding: 9px; }
.step h3 { font-family: var(--heading); font-weight: 600; font-size: 27px; letter-spacing: -1.2px; }
.step:not(:first-child) h3 br { display: none; }
.step:first-child h3 { font-size: 39px; }
.step p { margin: 17px 0 24px; font-size: 14px; line-height: 1.8; max-width: 410px; }
.step-bottom { font-size: 10px; margin-top: auto; }
.step-illustration { position: relative; flex: 1; min-height: 178px; margin: 15px 0 24px; display: flex; align-items: center; }
.step-illustration>.icon { width: 92px; height: 92px; padding: 18px; background: #f8faee; border-radius: 24px; stroke-width: 1; box-shadow: 0 15px 35px #54714512; transform: rotate(-10deg); margin-left: 38px; }
.illustration-orbit { position: absolute; width: 173px; height: 173px; left: 0; border-radius: 50%; border: 1px solid #b7cba6; }
.illustration-orbit::after { content: ''; position: absolute; inset: 15px; border: 1px dashed #b7cba6; border-radius: 50%; }
.illustration-star { color: #789c52; font-size: 55px; line-height: 1; position: absolute; top: 0; left: 129px; }
.illustration-note { font-family: var(--serif); color: #667f53; font-style: italic; font-size: 27px; line-height: 1.15; margin-left: 45px; transform: rotate(-7deg); }
.method-note { font-size: 11px; max-width: 650px; margin: 24px auto 0; }
.contents { background: #edf0e6; border: 0; position: relative; }
.contents-grid { gap: 95px; grid-template-columns: 1fr 1fr; }
.contents-copy h2 { font-family: var(--heading); font-size: 47px; }
.contents-copy>.eyebrow { color: #718659; }
.book-scene { background: radial-gradient(ellipse at 50% 50%, #d6e6c3, transparent 70%); padding: 30px 0; }
.book-scene>.eyebrow { font-size: 8px; color: #748865; }
.preview-tabs { display: flex; width: fit-content; max-width: 100%; margin: 22px auto 0; padding: 5px; border: 1px solid #dce5d3; background: #ffffff90; border-radius: 100px; gap: 4px; }
.preview-tabs button { border: 0; background: transparent; border-radius: 100px; padding: 11px 17px; font-size: 12px; color: #77866c; cursor: pointer; transition: background .25s, color .25s, box-shadow .25s; }
.preview-tabs button[aria-selected="true"] { background: var(--ink); color: #f7fbee; box-shadow: 0 3px 10px #173e3620; }
.preview-tabs button span { font-size: 8px; margin-left: 6px; opacity: .75; }
.preview-panel { min-height: 438px; padding-top: 1px; }
.preview-panel[hidden] { display: none; }
.book-stack { margin: 40px auto 33px; }
.book-cover { background: #244b3e; border-color: #406754; }
.cover-title { color: #f2f1dc; }
.cover-title em { color: #ddf2af; }
.cover-moon { color: #def0aa; }
.book-back { background: #b5c8a6; }
.book-seal { background: #d3f08d; font-family: var(--heading); font-size: 31px; box-shadow: 0 7px 20px #4569341a; }
.book-caption { font-size: 11px; color: #6c815e; }
.preview-disclaimer { display: block; margin-top: 14px; font-size: 9px; color: #6e7b66; }
.preview-journal { width: 260px; height: 350px; margin: 40px auto 33px; padding: 25px; border-radius: 4px 16px 16px 4px; background: #fbfaf2; border-left: 13px solid #a4bd92; box-shadow: 9px 5px 0 #d9e0ce, 20px 25px 35px #2647321a; transform: rotate(5deg); text-align: left; }
.preview-journal>.icon { width: 35px; height: 35px; padding: 7px; border-radius: 50%; background: #e5eddb; margin-bottom: 14px; color: #728d57; }
.preview-journal .eyebrow { font-size: 6px; letter-spacing: 1px; color: #829070; }
.preview-journal h3 { font-family: var(--serif); font-weight: 400; font-size: 33px; letter-spacing: -1px; margin-top: 14px; line-height: 1.08; }
.preview-journal h3 em { color: #82986a; }
.preview-journal-lines { height: 55px; margin-top: 15px; background: repeating-linear-gradient(transparent 0 17px, #dce3d2 17px 18px); }
.preview-journal>span:last-child { font-size: 5px; letter-spacing: .8px; color: #718561; }
.chapter-list { display: grid; gap: 10px; }
.chapter-list details, .chapter-list details:first-child { border: 1px solid #dce4d4; border-radius: 16px; background: #f9faf5; padding-inline: 22px; transition: background .2s, border-color .2s; }
.chapter-list details[open] { background: white; border-color: #c3d4b2; }
.chapter-list summary { font-size: 13px; padding-block: 21px; }
.chapter-list summary small { color: #7f9466; font-size: 7px; }
.chapter-list .plus { background: #eaf1e0; width: 27px; height: 27px; flex-shrink: 0; }
.chapter-list .details-body { font-size: 13px; }
.text-link { color: #557340; border-color: #b0c49d; }
.bonus-panel { background: #e3edda; border: 1px solid #d7e5cb; border-radius: 32px; padding: 68px; gap: 70px; }
.bonus h2 { font-family: var(--heading); font-size: 41px; }
.bonus .pill { background: #cce4ad; border: 0; border-radius: 50px; padding: 8px 14px; font-size: 8px; color: #4a6535; }
.journal { border-radius: 5px 16px 16px 5px; }
.journal-tag { color: #688449; font-size: 24px; }
.fit h2 { font-family: var(--heading); font-size: 42px; }
.fit .eyebrow { color: #7c925f; }
.care-note { border: 1px solid #dfe7d5; background: #edf2e6; border-radius: 14px; padding: 18px; }

/* Oferta e garantia. */
.offer { margin-inline: 24px; border-radius: 38px; background: #153c33; position: relative; isolation: isolate; overflow: hidden; }
.offer::before { content: ''; z-index: -1; position: absolute; top: -250px; right: -180px; height: 900px; width: 900px; border-radius: 50%; border: 1px solid #d4efa016; box-shadow: 0 0 0 130px #d4efa005, 0 0 0 270px #d4efa003; pointer-events: none; }
.offer .container { width: min(1144px, calc(100% - 96px)); }
.offer-grid { gap: 90px; }
.offer h2 { font-family: var(--heading); font-size: 44px; letter-spacing: -2px; }
.offer h2 em { color: #d3eea3; }
.offer-copy>.eyebrow { color: #a7c19d; }
.offer-copy>p { color: #b8ccbb; font-size: 15px; }
.offer-copy>p.offer-emphasis { color: #e5efd4; }
.offer-assurance strong { color: #e7f0d7; }
.offer-assurance { color: #bdd0b6; }
.pricing-card { padding: 32px 33px 0; border: 1px solid #ffffffa0; border-radius: 26px; background: #fbfcf6; box-shadow: 0 26px 65px #071e223a; transform: rotate(1deg); }
.pricing-label { border-radius: 100px; background: #e8f2dc; border-color: #d9e7c8; font-size: 7px; letter-spacing: 1px; gap: 7px; padding: 9px; }
.pricing-label .icon { width: 14px; height: 14px; margin-left: auto; }
.pricing-label .status-dot { width: 4px; height: 4px; }
.pricing-card h3 { font-family: var(--heading); font-weight: 600; font-size: 30px; }
.price { margin-top: 21px; }
.price strong { font-size: 91px; font-weight: 500; }
.price-note { color: #77846e; }
.pricing-card .check-list { gap: 17px; }
.pricing-card .check-list .icon { background: #e9f0dd; border-radius: 50%; padding: 2px; width: 18px; height: 18px; }
.pricing-card .button { background: #cfee8a; font-size: 13px; }
.pricing-card .button:hover { background: #c1e575; }
.pricing-card .button.purchase-link { min-height: 68px; padding: 16px 14px; gap: 10px; border: 1px solid #83bf29; border-bottom: 4px solid #659421; background: linear-gradient(135deg, #d0fa7c, #a4e544); color: #173c28; font-size: clamp(13px, 3.5vw, 15px); font-weight: 800; box-shadow: 0 8px 20px #76ad3433; animation: purchase-pulse 2.4s ease-in-out infinite; }
.pricing-card .purchase-link .icon { width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: #173c28; color: #e2ffb4; stroke-width: 2; }
.pricing-card .button.purchase-link:hover { background: linear-gradient(135deg, #dafa99, #b4ef57); transform: translateY(-3px); animation: none; box-shadow: 0 10px 24px #76ad3455; }
.pricing-card .button.purchase-link:focus-visible { animation: none; outline: 3px solid #173c28; outline-offset: 5px; }
.pricing-card .button.purchase-link:active { transform: translateY(1px); animation: none; box-shadow: 0 3px 10px #76ad3433; }
@keyframes purchase-pulse { 0%, 100% { transform: scale(1); box-shadow: 0 8px 20px #76ad3433, 0 0 0 0 #91cd4140; } 50% { transform: scale(1.025); box-shadow: 0 10px 25px #76ad3455, 0 0 0 6px #91cd4100; } }
.checkout-activity { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; width: calc(100% - 32px); max-width: 230px; margin: 0 auto 14px; padding: 7px 10px; border: 1px solid #e7a16a; border-radius: 11px; background: linear-gradient(120deg, #fff1da, #ffe2c6); color: #783714; box-shadow: 0 6px 18px #af62211a, inset 0 1px 0 #ffffffb3; font-size: 10px; line-height: 1.4; text-align: left; }
.checkout-activity .status-dot { position: absolute; top: 7px; right: 7px; width: 5px; height: 5px; background: #bd4b20; animation: checkout-pulse 2s ease-out infinite; }
.checkout-activity strong { display: grid; place-items: center; flex-shrink: 0; min-width: 34px; height: 34px; padding-inline: 4px; border-radius: 8px; background: #963e19; color: #fff8ed; box-shadow: 0 4px 9px #963e1926; font-family: var(--heading); font-size: 19px; line-height: 1; font-weight: 800; letter-spacing: -.5px; font-variant-numeric: tabular-nums; }
.checkout-activity { animation: checkout-blink 1.6s ease-in-out infinite; }
.checkout-activity b { font-size: 11px; font-weight: 800; }
@keyframes checkout-blink { 0%, 100% { opacity: 1; box-shadow: 0 6px 18px #af62211a, inset 0 1px 0 #ffffffb3; } 50% { opacity: .6; box-shadow: 0 0 22px #e78b4666, inset 0 1px 0 #ffffffb3; } }
@keyframes checkout-pulse { 0% { box-shadow: 0 0 0 0 #bd4b2055; } 75%, 100% { box-shadow: 0 0 0 6px #bd4b2000; } }
.included { background: #e7efda; font-size: 6px; }
.pricing-guarantee { margin-inline: -33px; background: #edf3e5; }
.guarantee { background: transparent; border: 0; padding-block: 52px; }
.guarantee-inner { max-width: 960px; border: 1px solid #dbe5cf; padding: 30px 39px; border-radius: 24px; background: #eef2e6; }
.guarantee-seal { border-color: #a7bb8e; outline-color: #c1d0ad; }
.guarantee h2 { font-family: var(--heading); font-size: 23px; letter-spacing: -.8px; }
.guarantee .eyebrow { color: #7a9061; }
.guarantee p { color: #6e7e60; }
.faq { padding-top: 65px; }
.faq h2 { font-family: var(--heading); font-size: 53px; }
.faq .eyebrow { color: #718754; }
.faq-list { display: grid; gap: 10px; }
.faq-list details, .faq-list details:first-child { background: #fdfefa; border: 1px solid #e0e8d8; border-radius: 16px; padding-inline: 24px; }
.faq-list details[open] { background: #eef4e6; border-color: #bfcea9; }
.faq-list summary { font-size: 14px; padding-block: 24px; }
.faq-list .plus { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #d8e1cf; border-radius: 50%; font-size: 18px; flex-shrink: 0; }
.faq-list .details-body { font-size: 14px; }
.final-cta { margin: 0 24px; border-radius: 38px; background: radial-gradient(ellipse at 50% 110%, #d0e7b4, #e8f0dd 65%); border: 1px solid #d6e4c7; padding: 80px 0; }
.final-cta .container>.icon { width: 52px; height: 52px; padding: 13px; color: #6d8750; background: #faffed; box-shadow: 0 9px 23px #61814715; border-radius: 16px; transform: rotate(-8deg); }
.final-cta h2 { font-family: var(--heading); font-size: 48px; }
.final-cta .eyebrow { color: #7b905e; }
.final-cta p { color: #6a8057; }
.final-cta .button { background: var(--ink); color: white; }
.final-cta .button:hover { background: #2b5444; }
.final-note { color: #677e51; font-size: 10px; }
.footer { padding-top: 50px; }
.footer .brand>span:last-child { font-size: 19px; }
.back-top { display: inline-flex; align-items: center; border: 1px solid #d6e1cb; padding: 9px 17px; border-radius: 100px; font-size: 10px; color: #687e55; }
.educational-note { color: #7c8b70; }
.footer-bottom { color: #7c8b70; }
dialog { border-radius: 26px; padding: 45px; box-shadow: 0 30px 90px #092f333b; }
dialog h2 { font-family: var(--heading); font-weight: 600; letter-spacing: -1.5px; }
.dialog-close { width: 44px; height: 44px; }
.reveal-pending { opacity: .1; transform: translateY(20px); }
.reveal-visible { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); }

@media (min-width: 1600px) {
  .hero { padding-top: 85px; }
  .hero h1 { font-size: 80px; }
  .photo-frame { height: 590px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 49px; padding-top: 60px; }
  .hero h1 { font-size: 61px; }
  .photo-frame { height: 550px; }
  .hero-description { font-size: 14px; }
  .hero-product { gap: 15px; right: 9px; }
  .hero-product strong { font-size: 20px; }
  .hero-product-detail { font-size: 9px; }
  .hero-secondary { font-size: 10px; }
  .nav-links { gap: 20px; font-size: 11px; }
  .nav { width: calc(100% - 36px); }
  .pain .container, .offer .container { width: calc(100% - 64px); }
  .pain-grid, .offer-grid { gap: 50px; }
  .pain h2 { font-size: 34px; }
  .contents-grid { gap: 50px; }
  .contents-copy h2 { font-size: 40px; }
  .offer h2 { font-size: 38px; }
  .step { padding: 28px; }
  .step:first-child h3 { font-size: 33px; }
  .illustration-note { font-size: 24px; margin-left: 25px; }
  .bonus-panel { padding: 50px; gap: 48px; }
  .bonus h2 { font-size: 37px; }
  .pricing-card { padding-inline: 25px; }
  .pricing-guarantee { margin-inline: -25px; }
}
@media (max-width: 850px) {
  .header { width: calc(100% - 32px); top: 10px; }
  .nav { min-height: 68px; gap: 12px; }
  .nav>.button { margin-left: auto; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 42px; height: 42px; flex-shrink: 0; border: 1px solid #dae4d0; background: #f5f8ee; border-radius: 50%; padding: 12px; cursor: pointer; }
  .menu-toggle span { display: block; width: 16px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-links { display: none; position: absolute; top: calc(100% + 9px); left: 0; right: 0; background: #fffffff5; box-shadow: 0 18px 35px #173e3619; border: 1px solid #e0e8d7; border-radius: 22px; padding: 14px; font-size: 14px; backdrop-filter: blur(20px); }
  .nav-links.is-open { display: flex; flex-direction: column; gap: 0; }
  .nav-links a { padding: 15px 19px; border-radius: 12px; }
  .nav-links a:hover { background: #edf3e4; }
  .nav-links a[aria-current="location"]::after { left: auto; right: 20px; bottom: 24px; }
  .container { width: calc(100% - 48px); }
  .hero { gap: 37px; }
  .hero h1 { font-size: 49px; }
  .hero-benefits { font-size: 11px; }
  .hero-description { font-size: 13px; }
  .photo-frame { height: 490px; border-radius: 100px 28px 80px 28px; }
  .hero-visual { padding-bottom: 45px; }
  .photo-stamp { left: -20px; padding: 10px 12px; font-size: 8px; top: 21px; gap: 8px; }
  .photo-stamp strong { font-size: 10px; }
  .photo-stamp .icon { width: 30px; height: 30px; padding: 7px; }
  .visual-spark { font-size: 48px; right: -9px; }
  .visual-label { left: -20px; font-size: 5px; }
  .visual-orbit { inset: -13px -10px 22px; }
  .hero-product { left: -17px; right: 0; padding: 12px; gap: 12px; border-radius: 17px; }
  .hero-product strong { font-size: 18px; }
  .hero-product-detail { font-size: 7px; }
  .hero-product>a { width: 31px; height: 31px; }
  .mini-cover { width: 51px; height: 76px; font-size: 11px; }
  .hero-product .eyebrow { font-size: 5px; }
  .photo-caption { font-size: 7px; }
  .hero-actions { gap: 10px; }
  .hero-button { width: auto; font-size: 11px; padding-inline: 18px; gap: 20px; }
  .hero-secondary { font-size: 10px; }
  .micro-trust { gap: 12px; font-size: 9px; flex-wrap: wrap; }
  .benefit-strip span { font-size: 9px; }
  .section { padding-block: 80px; }
  .pain, .offer, .final-cta { margin-inline: 16px; border-radius: 29px; }
  .pain .container, .offer .container { width: calc(100% - 48px); }
  .pain-grid, .offer-grid { gap: 36px; }
  .pain h2 { font-size: 29px; letter-spacing: -1.3px; }
  .pain .eyebrow { font-size: 7px; }
  .pain-stories article { padding: 22px 17px; gap: 15px; }
  .pain-stories h3 { font-size: 13px; }
  .pain-stories article p { font-size: 12px; }
  .pain-reassurance { padding-inline: 5px; gap: 12px; }
  .pain-reassurance p { font-size: 11px; }
  .step { padding: 25px; }
  .step h3 { font-size: 23px; }
  .step:first-child h3 { font-size: 31px; }
  .step p { font-size: 13px; }
  .step-illustration { min-height: 230px; }
  .illustration-orbit { top: 0; }
  .step-illustration>.icon { position: absolute; top: 40px; }
  .illustration-note { position: absolute; left: 60px; top: 175px; font-size: 24px; }
  .contents-grid { gap: 30px; }
  .contents-copy h2 { font-size: 34px; }
  .chapter-list details { padding-inline: 16px; }
  .chapter-list summary { font-size: 12px; }
  .preview-tabs button { font-size: 11px; padding: 10px 12px; }
  .preview-tabs button span { font-size: 7px; margin-left: 4px; }
  .preview-panel { min-height: 380px; }
  .book-stack { height: 300px; }
  .preview-journal { width: 220px; height: 300px; padding: 21px; }
  .preview-journal h3 { font-size: 28px; }
  .preview-journal>.icon { width: 26px; height: 26px; padding: 4px; margin-bottom: 9px; }
  .preview-journal-lines { height: 45px; }
  .book-caption { font-size: 9px; }
  .preview-disclaimer { font-size: 8px; }
  .bonus-panel { padding: 38px; gap: 40px; }
  .bonus h2 { font-size: 30px; }
  .bonus .pill { font-size: 6px; }
  .fit h2 { font-size: 33px; }
  .offer h2 { font-size: 31px; letter-spacing: -1.4px; }
  .offer-copy>p { font-size: 13px; }
  .pricing-card { padding-inline: 20px; }
  .pricing-card h3 { font-size: 26px; }
  .pricing-label { font-size: 6px; letter-spacing: .4px; }
  .pricing-card .check-list li { font-size: 11px; gap: 7px; }
  .pricing-card .button { font-size: 11px; gap: 12px; }
  .pricing-guarantee { margin-inline: -20px; }
  .price strong { font-size: 78px; }
  .faq h2 { font-size: 43px; }
  .faq-list summary { font-size: 13px; }
  .faq-list details { padding-inline: 18px; }
  .final-cta h2 { font-size: 41px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 101px; }
  .container { width: calc(100% - 40px); }
  .announcement { font-size: 8px; min-height: 34px; padding-top: 9px; }
  .header { margin-top: 4px; width: calc(100% - 24px); top: 9px; border-radius: 100px; }
  .nav { width: calc(100% - 26px); min-height: 65px; gap: 8px; }
  .brand { gap: 6px; }
  .brand>span:last-child { font-size: 15px; letter-spacing: -.7px; }
  .brand small { font-size: 4px; letter-spacing: .7px; margin-top: 5px; }
  .brand-icon { width: 29px; height: 29px; }
  .brand-icon .icon { width: 20px; height: 20px; }
  .nav>.button { min-height: 37px; padding: 9px 12px; font-size: 9px; gap: 7px; }
  .nav>.button .icon { width: 12px; height: 12px; }
  .menu-toggle { width: 36px; height: 36px; padding: 9px; }
  .hero { grid-template-columns: 1fr; padding-top: 39px; padding-bottom: 34px; gap: 53px; }
  .hero::before { inset: -150px -70px -100px; background: radial-gradient(ellipse at 85% 20%, #dce9ca99, transparent 55%), radial-gradient(ellipse at 8% 60%, #f2e7d28a, transparent 40%); }
  .hero-copy { max-width: none; }
  .hero-eyebrow { font-size: 7px; letter-spacing: 1.2px; padding: 7px 12px; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(47px, 13vw, 70px); letter-spacing: -.065em; line-height: 1.04; }
  .hero h1 em { font-size: 1.02em; }
  .hero-description { font-size: 14px; margin-top: 23px; max-width: 390px; line-height: 1.8; }
  .hero-benefits { font-size: 12px; margin-top: 23px; gap: 10px; }
  .hero-actions { gap: 16px; }
  .hero-button { width: 100%; min-height: 58px; font-size: 13px; padding: 18px 23px; justify-content: space-between; }
  .hero-secondary { font-size: 11px; margin-inline: auto; }
  .micro-trust { font-size: 10px; gap: 24px; justify-content: center; margin-top: 17px; }
  .hero-visual { max-width: 380px; width: calc(100% - 16px); padding: 0 0 39px; margin-inline: auto; transform: rotate(2deg); }
  .photo-frame { height: 408px; border-radius: 100px 27px 85px 27px; border-width: 5px; }
  .photo-frame img { object-position: 50% 46%; }
  .photo-stamp { left: -15px; top: 20px; padding: 11px 13px; font-size: 8px; border-radius: 14px; }
  .photo-stamp strong { font-size: 10px; }
  .visual-spark { font-size: 51px; top: -22px; right: -8px; }
  .visual-label { top: 110px; left: -16px; font-size: 5px; letter-spacing: 1.2px; }
  .visual-orbit { inset: -13px -8px 16px; }
  .hero-product { bottom: 9px; left: -7px; right: 7px; gap: 15px; padding: 13px 16px; border-radius: 17px; }
  .hero-product strong { font-size: 19px; }
  .hero-product .eyebrow { font-size: 6px; }
  .hero-product-detail { font-size: 8px; }
  .mini-cover { width: 58px; height: 79px; }
  .hero-product>a { width: 32px; height: 32px; }
  .photo-caption { font-size: 7px; bottom: 105px; gap: 5px; }
  .benefit-strip .container { padding-block: 24px; gap: 18px 12px; }
  .benefit-strip span { font-size: 9px; gap: 7px; }
  .section { padding-block: 65px; }
  .pain, .offer, .final-cta { margin-inline: 10px; border-radius: 26px; }
  .pain .container, .offer .container { width: calc(100% - 36px); }
  .pain { margin-top: 10px; }
  .pain-grid { grid-template-columns: 1fr; gap: 28px; }
  .pain h2 { font-size: 33px; letter-spacing: -1.5px; }
  .pain .eyebrow { font-size: 7px; letter-spacing: 1.2px; }
  .night-clock { font-size: 57px; margin: 23px 0 20px; }
  .pain-intro>p { font-size: 14px; margin-top: 24px; max-width: none; }
  .pain-stories article { padding: 23px 19px; border-radius: 17px; gap: 16px; }
  .pain-stories h3 { font-size: 14px; }
  .pain-stories article p { font-size: 13px; }
  .pain-reassurance { padding-inline: 8px; gap: 14px; }
  .pain-reassurance p { font-size: 12px; }
  .section-heading { margin-bottom: 33px; text-align: left; }
  .section-heading h2 { font-size: 37px; letter-spacing: -1.8px; }
  .section-heading .eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  .section-heading>p { margin: 20px 0 0; font-size: 14px; }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .step, .step:first-child { padding: 27px; border-radius: 23px; grid-row: auto; }
  .step h3, .step:first-child h3 { font-size: 29px; }
  .step p { font-size: 14px; }
  .step-illustration { min-height: 170px; margin-top: 1px; }
  .illustration-orbit { width: 150px; height: 150px; top: 8px; }
  .step-illustration>.icon { width: 80px; height: 80px; top: 42px; margin-left: 34px; }
  .illustration-star { left: 115px; top: 4px; }
  .illustration-note { top: 79px; left: 132px; margin-left: 15px; font-size: 24px; }
  .step-bottom { font-size: 10px; }
  .method-note { text-align: left; font-size: 11px; }
  .contents-grid { grid-template-columns: 1fr; gap: 37px; }
  .book-scene { padding: 4px 0 10px; }
  .book-scene>.eyebrow { font-size: 8px; }
  .preview-tabs { margin-top: 22px; }
  .preview-tabs button { font-size: 12px; padding: 12px 17px; }
  .preview-tabs button span { font-size: 8px; }
  .preview-panel { min-height: 403px; }
  .book-stack { width: 235px; height: 320px; margin: 36px auto 29px; }
  .book-seal { right: -26px; width: 73px; height: 73px; }
  .book-caption { font-size: 10px; }
  .preview-disclaimer { font-size: 9px; margin-top: 11px; }
  .preview-journal { width: 235px; height: 320px; margin: 36px auto 29px; }
  .preview-journal h3 { font-size: 31px; }
  .preview-journal-lines { height: 51px; margin-top: 19px; }
  .contents-copy h2 { font-size: 37px; }
  .contents-copy>p { font-size: 14px; }
  .chapter-list details { padding-inline: 19px; }
  .chapter-list summary { font-size: 12px; padding-block: 22px; }
  .chapter-list .details-body { font-size: 13px; }
  .bonus { padding-bottom: 0; }
  .bonus-panel { grid-template-columns: 1fr; padding: 35px 24px; gap: 49px; border-radius: 25px; }
  .bonus h2 { font-size: 35px; letter-spacing: -1.8px; }
  .bonus .pill { font-size: 7px; padding: 8px 11px; letter-spacing: 1px; }
  .journal-tag { font-size: 21px; }
  .bonus-copy>p, .fit-grid>div>p { font-size: 14px; }
  .fit h2 { font-size: 35px; }
  .fit-grid { gap: 25px; }
  .fit .eyebrow { font-size: 7px; }
  .care-note { padding: 17px; }
  .offer-grid { grid-template-columns: 1fr; gap: 35px; }
  .offer h2 { font-size: 35px; letter-spacing: -1.7px; }
  .offer-copy>p { font-size: 14px; }
  .offer-copy>.eyebrow { font-size: 8px; }
  .pricing-card { padding: 26px 23px 0; border-radius: 22px; transform: none; }
  .pricing-card h3 { font-size: 28px; }
  .pricing-label { font-size: 6px; letter-spacing: .6px; }
  .pricing-card .check-list li { font-size: 12px; gap: 8px; }
  .price strong { font-size: 86px; }
  .pricing-card .button { font-size: 12px; min-height: 59px; padding-inline: 16px; }
  .pricing-guarantee { margin-inline: -23px; }
  .delivery-note { font-size: 9px; }
  .guarantee { padding-block: 29px; }
  .guarantee-inner { width: calc(100% - 40px); padding: 25px 20px; gap: 21px; border-radius: 20px; }
  .guarantee-seal { width: 51px; height: 51px; outline-offset: 4px; }
  .guarantee-seal strong { font-size: 28px; }
  .guarantee h2 { font-size: 20px; letter-spacing: -.7px; }
  .guarantee .eyebrow { font-size: 6px; letter-spacing: 1px; }
  .guarantee p { font-size: 12px; }
  .faq { padding-top: 40px; }
  .faq-grid { gap: 29px; }
  .faq h2 { font-size: 39px; }
  .faq-list details { padding-inline: 18px; border-radius: 15px; }
  .faq-list summary { font-size: 13px; gap: 13px; }
  .faq-list .details-body { font-size: 13px; padding-right: 8px; }
  .final-cta { padding: 52px 0; }
  .final-cta .container { width: calc(100% - 34px); }
  .final-cta h2 { font-size: 33px; letter-spacing: -1.6px; }
  .final-cta .button { width: 100%; font-size: 12px; }
  .final-note { font-size: 8px; }
  .footer { padding-top: 36px; padding-bottom: 113px; }
  .footer .brand>span:last-child { font-size: 14px; }
  .back-top { padding: 8px 12px; font-size: 8px; }
  .educational-note { font-size: 10px; }
  .footer-bottom { font-size: 9px; }
  .mobile-purchase { bottom: max(10px, env(safe-area-inset-bottom)); left: 12px; right: 12px; width: auto; padding: 12px 15px; border: 1px solid #e0e9d4; background: #fbfff5eb; border-radius: 23px; box-shadow: 0 8px 30px #153c3328; backdrop-filter: blur(20px); }
  .mobile-purchase .button { font-size: 11px; padding-inline: 17px; min-height: 46px; gap: 15px; }
  .mobile-purchase strong { font-size: 22px; }
  dialog { padding: 38px 24px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .nav { width: calc(100% - 20px); gap: 6px; }
  .brand>span:last-child { font-size: 13px; }
  .brand-icon { width: 25px; height: 25px; }
  .brand small { font-size: 3.5px; letter-spacing: .5px; }
  .nav>.button { font-size: 8px; padding-inline: 9px; }
  .nav>.button .icon { display: none; }
  .menu-toggle { width: 32px; height: 32px; }
  .hero h1 { font-size: 43px; }
  .hero-benefits { font-size: 11px; }
  .micro-trust { font-size: 9px; gap: 16px; }
  .photo-frame { height: 367px; }
  .hero-product { gap: 11px; padding: 12px; }
  .hero-product strong { font-size: 18px; }
  .hero-product>a { display: none; }
  .benefit-strip span { font-size: 8px; }
  .pain h2, .offer h2 { font-size: 30px; }
  .pain .container, .offer .container { width: calc(100% - 30px); }
  .step, .step:first-child { padding: 23px; }
  .step h3, .step:first-child h3 { font-size: 26px; }
  .illustration-note { font-size: 21px; left: 119px; margin-left: 8px; }
  .illustration-orbit { width: 136px; height: 136px; }
  .step-illustration>.icon { margin-left: 27px; top: 34px; }
  .illustration-star { left: 101px; }
  .book-stack { width: 220px; }
  .preview-tabs button { padding-inline: 13px; }
  .preview-disclaimer { font-size: 8px; }
  .bonus h2, .fit h2 { font-size: 30px; }
  .pricing-card { padding-inline: 18px; }
  .pricing-card h3 { font-size: 25px; }
  .pricing-label { font-size: 5px; letter-spacing: .4px; }
  .pricing-card .check-list li { font-size: 10px; }
  .pricing-card .button { font-size: 11px; gap: 9px; }
  .pricing-guarantee { margin-inline: -18px; }
  .delivery-note { font-size: 8px; }
  .guarantee-inner { width: calc(100% - 32px); padding-inline: 17px; gap: 19px; }
  .guarantee h2 { font-size: 18px; }
  .final-cta h2 { font-size: 29px; }
  .footer .brand>span:last-child { font-size: 13px; }
}
/* Capas reais: proporção original do PDF, sem cortes na arte ou no texto. */
.real-cover { padding: 0; border: 0; overflow: hidden; background: #e4c3ae; }
.product-cover-image { display: block; width: 100%; height: auto; aspect-ratio: 894 / 1265; object-fit: contain; }
.mini-cover.real-cover { height: auto; aspect-ratio: 894 / 1265; }
.book-stack { height: auto; aspect-ratio: 894 / 1265; }
.book-cover.real-cover { border-radius: 2px 7px 7px 2px; }
.preview-journal.real-cover { height: auto; aspect-ratio: 894 / 1265; }
.journal.real-cover { height: auto; aspect-ratio: 894 / 1265; }
.preview-panel { min-height: 455px; }
@media (max-width: 850px) {
  .preview-panel { min-height: 395px; }
}
@media (max-width: 640px) {
  .preview-panel { min-height: 410px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}
