:root {
  --ink: #0a1220;
  --muted: #5e6878;
  --line: #dde2ea;
  --soft: #f5f6f9;
  --white: #ffffff;
  --violet: #6c5cff;
  --violet-dark: #5041e9;
  --cyan: #20bfd4;
  --gold: #e7a42f;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::selection { background: #dcd8ff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.announcement { height: 42px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 13px; color: #fff; background: linear-gradient(90deg, #4535d2, #6c5cff); font-size: 12px; letter-spacing: .03em; }
.announcement span { color: #aeb6c5; text-transform: uppercase; }
.announcement s { color: #d9d4ff; }.announcement strong { padding: 4px 9px; color: #342700; border-radius: 20px; background: #ffd76a; }.announcement a { color: #fff; font-weight: 700; border-bottom: 1px solid currentColor; }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font: 700 14px var(--display); }
.brand-photo { width: 38px; height: 38px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; object-position: 50% 28%; box-shadow: 0 5px 15px #15213b24; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }.brand-copy strong { font-size: 14px; letter-spacing: .08em; }.brand-copy small { margin-top: 4px; color: #778192; font: 500 10px var(--body); letter-spacing: .02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: linear-gradient(145deg, var(--violet), var(--cyan)); font-size: 11px; letter-spacing: -.03em; box-shadow: 0 8px 24px #6757ff38; }
.nav nav { display: flex; gap: 30px; color: #536071; font-size: 14px; }
.nav nav a:hover { color: var(--ink); }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 12px; font: 700 14px var(--display); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; color: var(--ink); border: 1px solid var(--line); background: #fff; }
.nav-offer { gap: 9px; }.nav-offer span { color: var(--violet-dark); }.nav-offer s { margin-right: 3px; color: #9ca3af; font-size: 10px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--violet), var(--violet-dark)); box-shadow: 0 15px 34px #5747ef42; }
.button-primary:hover { box-shadow: 0 19px 42px #5747ef58; }
.button-light { color: var(--ink); background: #fff; }
.button-full { width: 100%; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding-top: 54px; padding-bottom: 94px; overflow: hidden; }
.eyebrow, .section-label { color: var(--violet-dark); font: 800 11px var(--display); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
h1, h2, h3 { margin: 0; font-family: var(--display); }
h1 { max-width: 760px; margin-top: 23px; font-size: clamp(46px, 5.1vw, 74px); line-height: .99; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.hero-sub { max-width: 650px; margin: 28px 0 25px; color: #505c6d; font-size: 19px; line-height: 1.58; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 32px; color: #354052; font-size: 13px; font-weight: 600; }
.hero-points span::before { content: "✓"; margin-right: 7px; color: var(--cyan); font-weight: 800; }
.buy-row { display: flex; align-items: center; gap: 22px; }
.price-lockup { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 8px; }
.price-lockup s { color: #9ba2ae; font-size: 16px; }
.price-lockup strong { font: 800 27px var(--display); }
.price-lockup small { grid-column: 1 / -1; color: #8d6016; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.microcopy { margin: 12px 0 0; color: #8b93a1; font-size: 12px; }
.section-cta { margin-top: 34px; padding: 22px 24px; display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; border: 1px solid #ddd8ff; border-radius: 18px; background: linear-gradient(100deg, #f7f5ff, #fff); box-shadow: 0 14px 40px #17213a0a; }
.section-cta > div:first-child { display: flex; flex-direction: column; gap: 5px; }.section-cta > div:first-child span { color: var(--violet-dark); font: 800 10px var(--display); letter-spacing: .09em; }.section-cta > div:first-child strong { font: 700 17px/1.35 var(--display); }
.section-price { display: flex; align-items: baseline; gap: 7px; }.section-price s { color: #969daa; font-size: 13px; }.section-price b { color: var(--violet-dark); font: 800 27px var(--display); }
.section-cta-dark { border-color: #222e43; background: var(--ink); color: #fff; }.section-cta-dark > div:first-child strong { color: #fff; }.section-cta-dark .section-price b { color: #9c93ff; }
.inline-cta { margin-top: 26px; }
.hero-product { position: relative; min-height: 570px; display: grid; place-items: center; perspective: 1200px; }
.book-wrap { position: relative; z-index: 2; width: min(360px, 78%); transform: rotateY(-9deg) rotateX(3deg) rotateZ(1deg); filter: drop-shadow(0 40px 45px #121c3230); }
.book-wrap img { border-radius: 3px 12px 12px 3px; }
.book-spine { position: absolute; left: -17px; top: 6px; bottom: 6px; width: 18px; border-radius: 4px 0 0 4px; background: linear-gradient(90deg, #060b14, #17213a); transform: skewY(0deg); }
.book-wrap::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset -9px 0 17px #0004, inset 1px 0 #fff2; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 390px; height: 390px; background: radial-gradient(circle at 35% 30%, #8d83ff, #4939d9 60%, #322895); opacity: .16; }
.orb-two { width: 210px; height: 210px; right: 4%; bottom: 6%; background: var(--cyan); opacity: .13; }
.floating-note { position: absolute; z-index: 3; padding: 14px 17px; display: flex; align-items: center; gap: 9px; border: 1px solid #fff9; border-radius: 14px; background: #ffffffd9; backdrop-filter: blur(12px); box-shadow: 0 18px 40px #18213a1c; }
.floating-note strong { font: 800 24px var(--display); color: var(--violet-dark); }
.floating-note span { width: 62px; color: #647084; font-size: 11px; line-height: 1.25; }
.note-one { left: 0; top: 22%; }
.note-two { right: 0; bottom: 19%; }

.proof-strip { border-block: 1px solid var(--line); background: #fbfcfd; }
.proof-grid { min-height: 117px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid div { min-height: 55px; padding: 4px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border: 0; }
.proof-grid strong { font: 800 16px var(--display); }
.proof-grid span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.section { padding-top: 122px; padding-bottom: 122px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin: 27px 0 58px; }
.split-heading h2, .center-heading h2, .cost-grid h2, .sticky-copy h2, .about-copy h2, .faq-grid h2, .final-offer h2 { font-size: clamp(37px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.05em; }
.split-heading p, .center-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.pain-grid article { min-height: 235px; padding: 29px; border-right: 1px solid var(--line); background: #fff; }
.pain-grid article:last-child { border: 0; }
.pain-grid article > span, .models-grid article > span { color: var(--violet); font: 800 11px var(--display); }
.pain-grid h3 { margin: 43px 0 10px; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.pain-grid p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.incentive-section { padding-top: 105px; padding-bottom: 105px; background: #f5f3ff; }
.incentive-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; margin-bottom: 52px; }
.incentive-heading h2 { margin-top: 22px; font-size: clamp(37px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.05em; }
.incentive-heading > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.incentive-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d9d4f2; border-radius: 22px; overflow: hidden; background: #fff; }
.incentive-grid article { min-height: 310px; padding: 34px; border-right: 1px solid #e1ddf1; }
.incentive-grid article:last-child { border-right: 0; }
.incentive-grid span { color: var(--violet); font: 800 11px var(--display); }
.incentive-grid h3 { margin: 58px 0 13px; font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.incentive-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.incentive-bottom { margin-top: 18px; padding: 25px 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; color: #fff; border-radius: 16px; background: linear-gradient(135deg, #6555f0, #5041d7); }
.incentive-bottom strong { font: 700 17px/1.4 var(--display); }
.incentive-bottom span { color: #e4e1ff; font-size: 14px; line-height: 1.55; }
.dark-section { color: #fff; background: var(--ink); }
.section-label.light, .eyebrow.light { color: #9a91ff; }
.cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.cost-grid h2 { margin-top: 24px; }
.cost-copy { color: #b9c1cd; font-size: 18px; line-height: 1.65; }
.cost-copy blockquote { margin: 38px 0 0; padding: 24px 0 2px 24px; color: #fff; border-left: 3px solid var(--cyan); font: 700 22px/1.45 var(--display); }

.center-heading { max-width: 840px; margin: 0 auto 62px; text-align: center; }
.center-heading h2 { margin: 22px 0 21px; }
.difference-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 20px; }
.feature-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 16px 50px #1b294708; }
.feature-card.featured { color: #fff; border: 0; background: linear-gradient(145deg, #121d32, #0a1220); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--violet); border-radius: 14px; background: #f0eeff; font-size: 21px; }
.featured .feature-icon { color: #fff; background: #6d5cff; }
.feature-card h3 { margin: auto 0 13px; font-size: 24px; line-height: 1.2; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.featured p { color: #aeb8c8; }
.mini-framework { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 24px; }
.mini-framework span { padding: 9px 6px; border: 1px solid #ffffff20; border-radius: 8px; color: #dfe4ed; font-size: 10px; text-align: center; }
.soft-section { background: var(--soft); }
.models-heading { align-items: end; }
.models-heading h2 { margin-top: 22px; }
.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.models-grid article { min-height: 216px; padding: 27px; display: flex; flex-direction: column; border: 1px solid #e0e4eb; border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s; }
.models-grid article:hover { transform: translateY(-4px); box-shadow: 0 20px 45px #17233d0d; }
.models-grid h3 { margin: 24px 0 7px; font-size: 20px; letter-spacing: -.03em; }
.models-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.models-grid b { margin-top: auto; color: var(--violet-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 60px #17213a0a; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
th { color: #788292; background: #f7f8fa; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
th:nth-child(2) { color: #fff; background: var(--violet); }
td:first-child { font-weight: 700; }
td.yes { color: var(--violet-dark); font-weight: 700; background: #f5f3ff; }
tbody tr:last-child td { border-bottom: 0; }

.learning-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.sticky-copy { position: sticky; top: 40px; }
.sticky-copy h2 { margin: 22px 0; }
.sticky-copy p { margin-bottom: 30px; color: #acb5c4; font-size: 17px; line-height: 1.7; }
.learning-list article { padding: 32px 0; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-bottom: 1px solid #ffffff17; }
.learning-list article:first-child { padding-top: 0; }
.learning-list span { color: var(--cyan); font: 700 11px var(--display); }
.learning-list h3 { margin-bottom: 10px; font-size: 21px; }
.learning-list p { margin: 0; color: #aeb7c4; line-height: 1.6; }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-cta { grid-column: 1 / -1; width: 100%; }
.audience-card { padding: 48px; border-radius: 25px; }
.audience-card h2 { margin: 22px 0 32px; font-size: 34px; line-height: 1.15; letter-spacing: -.045em; }
.for-card { border: 1px solid #d9d4ff; background: #f6f4ff; }
.not-card { border: 1px solid var(--line); background: #f8f9fa; }
.audience-card ul, .offer-copy ul { padding: 0; margin: 0; list-style: none; }
.audience-card li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid #dfe2e8; color: #4d5869; line-height: 1.5; }
.audience-card li::before { position: absolute; left: 0; content: "✓"; color: var(--violet); font-weight: 800; }
.not-card li::before { content: "×"; color: #9ca3af; }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 95px; }
.portrait-card { min-height: 520px; position: relative; padding: 0; overflow: hidden; color: #fff; border-radius: 28px; background: #101b2e; box-shadow: 0 35px 70px #18233e22; }
.portrait-card > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 50% 28%; }
.portrait-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #07101eea); }
.portrait-caption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 27px; display: flex; flex-direction: column; }
.portrait-card span { font: 700 18px var(--display); }
.portrait-card small { margin-top: 5px; color: #9ca8ba; }
.about-copy h2 { margin: 22px 0 28px; }
.about-copy p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy blockquote { margin: 30px 0 0; padding-left: 24px; border-left: 3px solid var(--violet); font: 700 20px/1.5 var(--display); }
.preview-stage { min-height: 590px; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 30px; background: radial-gradient(circle at 50% 30%, #7768ff22, transparent 42%), #0b1423; overflow: hidden; }
.preview-book { z-index: 3; width: 270px; transform: rotate(-2deg); filter: drop-shadow(0 35px 30px #0008); }
.preview-page { position: absolute; width: 310px; min-height: 410px; padding: 31px; border-radius: 8px; background: #fff; box-shadow: 0 30px 60px #0006; }
.preview-page > span { color: var(--violet); font: 800 10px var(--display); letter-spacing: .1em; }
.preview-page h3 { margin: 55px 0 27px; font-size: 27px; line-height: 1.18; }
.page-one { left: 11%; transform: rotate(-8deg); }
.page-two { right: 10%; transform: rotate(8deg); }
.fake-lines { height: 85px; background: repeating-linear-gradient(#dfe3e9 0 2px, transparent 2px 15px); }
.score-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 32px; }
.score-row i { padding: 10px; border-radius: 6px; background: #f0efff; color: #6658da; font-size: 10px; font-style: normal; text-align: center; }
.week-bars { display: flex; gap: 8px; margin: 60px 0 30px; }
.week-bars i { width: 25%; height: 85px; border-radius: 7px; background: linear-gradient(#6d5cff, #3dc4d3); }
.week-bars i:nth-child(2) { height: 110px; margin-top: -25px; }.week-bars i:nth-child(3) { height: 130px; margin-top: -45px; }.week-bars i:nth-child(4) { height: 155px; margin-top: -70px; }
.preview-page p { color: var(--muted); font-size: 13px; }
.preview-cta { margin-top: 24px; }

.testimonial-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.testimonial-top h2 { max-width: 710px; margin-top: 20px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.05em; }
.carousel-buttons { display: flex; gap: 9px; }
.carousel-buttons button { width: 48px; height: 48px; color: #fff; border: 1px solid #ffffff28; border-radius: 50%; background: transparent; cursor: pointer; font-size: 18px; }
.carousel-buttons button:hover { background: #ffffff12; }
.sample-disclosure { margin: 22px 0 35px; color: #8f99a9; font-size: 11px; }
.testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; gap: 18px; transition: transform .45s cubic-bezier(.22,.75,.2,1); }
.testimonial-track article { flex: 0 0 calc((100% - 36px)/3); min-height: 275px; padding: 31px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #ffffff15; border-radius: 19px; background: #111c2f; }
.testimonial-track p { margin: 0; color: #edf0f4; font: 500 17px/1.65 var(--display); }
.testimonial-track article div { display: flex; align-items: center; gap: 8px; }
.testimonial-track strong { font-size: 13px; }.testimonial-track span { color: #8590a1; font-size: 12px; }.testimonial-track span::before { content: "•"; margin-right: 8px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid h2 { margin: 22px 0 16px; }
.faq-grid > div:first-child p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 38px 24px 0; position: relative; cursor: pointer; list-style: none; font: 700 16px var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--violet); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); line-height: 1.65; }

.final-offer { padding: 105px 0; color: #fff; background: radial-gradient(circle at 18% 15%, #6858f044, transparent 30%), var(--ink); }
.offer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.offer-copy h2 { margin: 24px 0; }
.offer-copy > p { color: #b3bdcb; font-size: 18px; line-height: 1.65; }
.offer-copy ul { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 25px; }
.offer-copy li { color: #d7dce4; font-size: 14px; }
.offer-copy li::before { content: "✓"; margin-right: 9px; color: var(--cyan); }
.checkout-card { position: relative; max-width: 410px; justify-self: end; padding: 34px; color: var(--ink); border-radius: 25px; background: #fff; text-align: center; box-shadow: 0 35px 80px #0006; }
.checkout-card img { width: 160px; margin: -76px auto 22px; border-radius: 4px; box-shadow: 0 23px 38px #11182c4a; }
.deal-badge { position: absolute; right: 20px; top: 20px; padding: 7px 10px; color: #fff; border-radius: 30px; background: var(--gold); font: 800 10px var(--display); letter-spacing: .05em; }
.checkout-card > p { margin: 0; color: #8b6219; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.checkout-price { margin: 5px 0 22px; display: flex; align-items: baseline; justify-content: center; gap: 12px; }
.checkout-price s { color: #a1a8b2; font-size: 20px; }.checkout-price strong { font: 800 44px var(--display); }
.trust-row { margin: 17px 0 11px; display: flex; justify-content: center; gap: 18px; color: #657083; font-size: 11px; }
.trust-row span::before { content: "✓"; margin-right: 5px; color: var(--cyan); }
.checkout-card small { color: #9da4af; font-size: 9px; }.checkout-card code { font-size: inherit; }
footer { padding: 37px 0; border-top: 1px solid #1f2a3d; color: #fff; background: var(--ink); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; }
.footer-grid p { color: #7f8999; font-size: 12px; }.footer-grid > div { display: flex; gap: 25px; color: #aab2be; font-size: 12px; }
.mobile-buy { display: none; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 30px; padding: 14px 18px; color: #fff; border-radius: 10px; background: #111b2d; box-shadow: 0 15px 50px #0004; font-size: 12px; transform: translate(-50%, 120px); opacity: 0; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { animation: rise .7s both; }.hero-product { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-product { min-height: 520px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 22px 0; }
  .proof-grid div { padding: 18px; border: 0; }
  .split-heading, .incentive-heading, .cost-grid, .learning-grid, .about-grid, .faq-grid, .offer-grid { grid-template-columns: 1fr; gap: 45px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }.pain-grid article:nth-child(2) { border-right: 0; }.pain-grid article { border-bottom: 1px solid var(--line); }
  .incentive-grid { grid-template-columns: 1fr; }.incentive-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid #e1ddf1; }.incentive-grid article:last-child { border-bottom: 0; }.incentive-grid h3 { margin-top: 30px; }.incentive-bottom { grid-template-columns: 1fr; gap: 10px; }
  .difference-grid { grid-template-columns: 1fr; }.feature-card { min-height: 300px; }
  .models-grid { grid-template-columns: 1fr 1fr; }
  .sticky-copy { position: static; }
  .audience { grid-template-columns: 1fr; }
  .portrait-card, .portrait-card > img { min-height: 500px; }
  .preview-page { width: 270px; }.page-one { left: 4%; }.page-two { right: 4%; }.preview-book { width: 230px; }
  .testimonial-track article { flex-basis: calc((100% - 18px)/2); }
  .checkout-card { justify-self: center; margin-top: 40px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .announcement { gap: 8px; padding: 0 10px; font-size: 10px; }.announcement span { display: none; }
  .nav { height: 70px; }.nav .button-small { display: none; }
  .hero { min-height: auto; padding: 55px 0 70px; }
  h1 { font-size: 45px; }.hero-sub { font-size: 17px; }.hero-points { justify-content: center; }.buy-row { flex-direction: column; }
  .hero-product { min-height: 440px; }.book-wrap { width: 260px; }.floating-note { transform: scale(.85); }.note-one { left: -12px; }.note-two { right: -10px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid div { text-align: center; }
  .section { padding-top: 84px; padding-bottom: 84px; }.split-heading { gap: 24px; margin-bottom: 40px; }
  .section-cta { grid-template-columns: 1fr auto; gap: 15px; }.section-cta .button { grid-column: 1 / -1; width: 100%; }.section-price { justify-self: end; }
  .incentive-section { padding-top: 78px; padding-bottom: 78px; }.incentive-heading { gap: 24px; margin-bottom: 38px; }.incentive-grid article { padding: 27px; }.incentive-bottom { padding: 24px; }
  .pain-grid, .models-grid { grid-template-columns: 1fr; }.pain-grid article { border-right: 0; }.pain-grid article:last-child { border-bottom: 0; }
  .cost-grid { gap: 35px; }.cost-copy blockquote { font-size: 19px; }
  .difference-grid { gap: 14px; }.mini-framework { grid-template-columns: 1fr 1fr; }
  .models-grid article { min-height: 185px; }.ranking .center-heading { text-align: left; }
  .audience-card { padding: 32px 25px; }.about-grid { gap: 40px; }
  .preview-stage { min-height: 520px; }.preview-book { width: 190px; }.preview-page { width: 225px; min-height: 350px; padding: 23px; }.preview-page h3 { margin-top: 40px; font-size: 21px; }.page-one { left: -70px; }.page-two { right: -70px; }
  .testimonial-top { align-items: start; flex-direction: column; }.testimonial-track article { flex-basis: 100%; }
  .offer-copy ul { grid-template-columns: 1fr; }.checkout-card { width: 100%; padding: 30px 22px; }
  .footer-grid { flex-direction: column; gap: 23px; text-align: center; }
  .mobile-buy { position: fixed; z-index: 15; left: 10px; right: 10px; bottom: 10px; padding: 9px 9px 9px 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #ffffff22; border-radius: 16px; background: #0b1423ef; backdrop-filter: blur(12px); box-shadow: 0 15px 50px #0005; }
  .mobile-buy div { display: flex; align-items: baseline; gap: 6px; }.mobile-buy s { color: #8f98a7; font-size: 11px; }.mobile-buy strong { color: #fff; font: 800 20px var(--display); }.mobile-buy .button { min-height: 44px; padding: 0 18px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
