:root {
  --navy: #0b1f3a;
  --navy-2: #102b4c;
  --blue: #1769aa;
  --cyan: #20a4d8;
  --orange: #ffb000;
  --gold: #ffd23f;
  --gold-deep: #e88700;
  --gold-soft: #fff3c7;
  --green: #178a63;
  --ink: #172033;
  --muted: #667386;
  --paper: #f6f8fb;
  --line: #dce4ec;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(980px, calc(100% - 40px)); }
.section { padding: 110px 0; }

.scarcity-bar {
  position: sticky;
  top: 0;
  z-index: 70;
  min-height: 48px;
  display: grid;
  place-items: center;
  color: #2c1600;
  background: linear-gradient(90deg, #ffb000 0%, #ffe36e 48%, #ffc21a 100%);
  border-bottom: 1px solid rgba(87, 38, 0, .2);
  box-shadow: 0 8px 24px rgba(255, 176, 0, .25);
}
.scarcity-inner { width: min(1160px, calc(100% - 40px)); min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.scarcity-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #b84200; box-shadow: 0 0 0 5px rgba(184,66,0,.12); animation: scarcityDot 1.5s ease-in-out infinite; }
.scarcity-copy { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.scarcity-time { min-width: 78px; padding: 5px 9px; border: 1px solid rgba(58,25,0,.18); border-radius: 8px; color: #fff; background: #b84200; box-shadow: 0 6px 15px rgba(142,55,0,.22); font-family: "Courier New", monospace; font-size: 20px; line-height: 1; letter-spacing: .03em; font-variant-numeric: tabular-nums; }
.scarcity-inner a { padding: 7px 11px; border-radius: 7px; color: #fff; background: #0b1f3a; font-size: 11px; font-weight: 900; }
.scarcity-bar.is-expired { background: #e9edf2; color: #576273; }
.scarcity-bar.is-expired .scarcity-dot { background: #778292; box-shadow: none; animation: none; }
.scarcity-bar.is-expired .scarcity-time { background: #687486; box-shadow: none; }

.topbar {
  position: sticky;
  top: 48px;
  z-index: 50;
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--white);
  background: rgba(11, 31, 58, .94);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 10px; color: var(--navy); background: var(--orange);
  font-size: 15px; font-weight: 900;
}
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 14px; }
.brand small { margin-top: 4px; color: #a9c6dd; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.topbar nav { display: flex; align-items: center; gap: 32px; font-size: 13px; color: #c9d9e7; }
.topbar nav a:hover { color: var(--white); }
.header-cta { padding: 12px 18px; border-radius: 9px; background: var(--orange); color: var(--navy); font-size: 13px; font-weight: 800; }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 190px;
  background: linear-gradient(to top, rgba(7,21,40,.7), transparent);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -180px; top: -190px; background: rgba(23,105,170,.5); }
.hero-glow-two { width: 360px; height: 360px; left: -220px; bottom: -130px; background: rgba(32,164,216,.18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; min-height: 704px; padding: 74px 0 58px; }
.eyebrow, .section-kicker { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; padding: 8px 12px; border: 1px solid rgba(112,191,233,.35); border-radius: 999px; color: #9bd4f0; background: rgba(32,164,216,.08); }
.hero h1 { max-width: 690px; margin: 22px 0 24px; font-size: clamp(46px, 5.5vw, 75px); line-height: .98; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-subtitle { max-width: 650px; margin: 0; color: #c8d9e8; font-size: 18px; line-height: 1.65; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 30px 0; color: #ecf5fb; font-size: 14px; }
.hero-benefits div { display: flex; align-items: center; gap: 8px; }
.check-icon { flex: none; width: 21px; height: 21px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-size: 12px; font-weight: 900; }
.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 24px; border-radius: 12px; color: var(--navy); background: linear-gradient(135deg, var(--gold), var(--orange)); box-shadow: 0 16px 40px rgba(255,176,0,.28); font-size: 16px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(242,140,40,.3); }
.cta-arrow { font-size: 23px; }
.microcopy { margin: 15px 0 0; color: #91a9bd; font-size: 12px; }
.hero-product { position: relative; min-height: 560px; display: grid; place-items: center; }
.ebook-cover { position: relative; z-index: 3; width: 316px; border-radius: 5px; box-shadow: 0 34px 90px rgba(0,0,0,.48); transform: perspective(1200px) rotateY(-8deg) rotateZ(1deg); }
.cover-shadow { position: absolute; z-index: 1; width: 350px; height: 72px; bottom: 52px; border-radius: 50%; background: rgba(0,0,0,.52); filter: blur(22px); }
.orbit { position: absolute; border: 1px solid rgba(113,194,234,.26); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; }
.product-badge { position: absolute; z-index: 5; min-width: 170px; padding: 15px 17px; border-radius: 13px; background: rgba(255,255,255,.95); color: var(--navy); box-shadow: 0 18px 42px rgba(0,0,0,.24); }
.product-badge strong, .product-badge span { display: block; }
.product-badge strong { font-size: 14px; }
.product-badge span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.badge-top { top: 100px; right: -10px; }
.badge-bottom { left: -14px; bottom: 115px; }

.trust-strip { position: relative; z-index: 4; background: #07182d; color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { min-height: 56px; display: flex; align-items: center; gap: 13px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--orange); font-size: 30px; }
.trust-grid span { color: #b9cddd; font-size: 12px; line-height: 1.4; }

.section-kicker { margin-bottom: 16px; }
.section-kicker.light { color: #70c6ee; }
.pain-section h2, .section-heading h2, .offer-copy h2, .checkout-copy h2, .faq-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.pain-section h2 { max-width: 830px; }
.section-intro { max-width: 760px; margin: 24px 0 42px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-grid article { padding: 30px 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.pain-number { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.pain-grid h3 { margin: 24px 0 10px; color: var(--navy); font-size: 20px; }
.pain-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.turning-point { display: grid; grid-template-columns: 170px 1fr; gap: 26px; align-items: center; margin-top: 32px; padding: 28px 34px; border-radius: 16px; color: var(--white); background: var(--navy); }
.turning-point span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.turning-point p { margin: 0; color: #cbd9e5; font-size: 17px; line-height: 1.55; }
.turning-point strong { color: var(--white); }

.method-section { overflow: hidden; color: var(--white); background: var(--navy); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.method-section h2, .preview-copy h2, .offer-copy h2, .checkout-copy h2 { color: var(--white); }
.split-heading p { margin: 0 0 7px; color: #aec3d5; font-size: 16px; line-height: 1.7; }
.method-grid { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; align-items: center; margin-top: 56px; }
.method-grid article { min-height: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.method-letter { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--blue); font-size: 23px; font-weight: 900; }
.method-letter.orange { background: var(--orange); color: var(--navy); }
.method-letter.green { background: var(--green); }
.method-grid small { display: block; margin-top: 26px; color: #7da5c2; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.method-grid h3 { margin: 7px 0 10px; font-size: 25px; }
.method-grid p { margin: 0; color: #b5c9d9; font-size: 14px; line-height: 1.65; }
.method-connector { color: var(--orange); text-align: center; font-size: 25px; }
.method-result { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 30px; color: #a9c1d4; font-size: 14px; }
.method-result span { color: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.method-result p { margin: 0; }

.section-heading.centered { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered p { max-width: 700px; margin: 22px auto 0; color: var(--muted); line-height: 1.7; }
.modules-list { display: grid; gap: 12px; max-width: 930px; margin: 0 auto; }
.module-card { display: grid; grid-template-columns: 92px 1fr 50px; align-items: center; gap: 28px; padding: 25px 29px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.module-card:hover { transform: translateX(5px); border-color: #9bc8e2; box-shadow: 0 18px 48px rgba(11,31,58,.08); }
.module-number { color: var(--orange); font-size: 35px; font-weight: 900; }
.module-copy small { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.module-copy h3 { margin: 5px 0 7px; color: var(--navy); font-size: 22px; }
.module-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.module-check { width: 34px; height: 34px; display: grid; place-items: center; justify-self: end; border-radius: 50%; color: var(--green); background: #e9f7f1; font-weight: 900; }

.preview-section { overflow: hidden; color: var(--white); background: linear-gradient(135deg, #0b1f3a, #143c61); }
.preview-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; }
.preview-copy p { color: #b7cbdc; font-size: 17px; line-height: 1.7; }
.preview-copy ul { display: grid; gap: 13px; padding: 0; margin: 28px 0 34px; list-style: none; }
.preview-copy li { display: flex; align-items: center; gap: 10px; color: #e6f0f7; font-size: 14px; }
.cta-light { box-shadow: none; }
.page-stack { position: relative; height: 590px; }
.page { position: absolute; width: 330px; border: 7px solid var(--white); border-radius: 7px; box-shadow: 0 30px 70px rgba(0,0,0,.42); }
.page-one { left: 0; top: 82px; transform: rotate(-8deg); }
.page-two { left: 180px; top: 10px; z-index: 2; transform: rotate(2deg); }
.page-three { right: -40px; top: 105px; z-index: 3; transform: rotate(9deg); }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 920px; margin: 0 auto; }
.audience-grid div { display: flex; align-items: flex-start; gap: 14px; padding: 25px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); }
.audience-grid span { flex: none; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--white); background: var(--green); font-weight: 900; }
.audience-grid p { margin: 2px 0 0; color: var(--ink); font-size: 15px; line-height: 1.55; }
.not-for-you { max-width: 920px; margin: 24px auto 0; padding: 20px 24px; border-left: 4px solid var(--orange); color: var(--muted); background: var(--gold-soft); font-size: 13px; line-height: 1.65; }
.not-for-you strong { color: var(--navy); }

.comparison-section { padding-top: 20px; background: var(--paper); }
.comparison-grid { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: stretch; }
.comparison-column { padding: 45px; border-radius: 20px; }
.comparison-column > span { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.comparison-column h3 { margin: 12px 0 26px; font-size: 31px; }
.comparison-column ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.comparison-column li { padding-left: 24px; position: relative; font-size: 14px; line-height: 1.5; }
.comparison-column li::before { position: absolute; left: 0; font-weight: 900; }
.old-way { color: #5b6574; background: #e7ebef; }
.old-way li::before { content: "×"; color: #bf4d4d; }
.new-way { color: var(--white); background: var(--navy); }
.new-way > span, .new-way li::before { color: #54d29f; }
.new-way li::before { content: "✓"; }
.comparison-arrow { display: grid; place-items: center; color: var(--orange); font-size: 30px; }

.offer-section { color: var(--white); background: var(--navy); }
.offer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.offer-copy p { color: #b6c9d8; font-size: 17px; line-height: 1.7; }
.offer-includes { display: grid; gap: 14px; margin-top: 30px; }
.offer-includes > div { display: flex; align-items: center; gap: 12px; color: #dae6ef; font-size: 14px; }
.offer-includes strong { color: var(--white); }
.price-card { position: relative; isolation: isolate; overflow: hidden; padding: 42px 38px; border: 2px solid #ffc21a; border-radius: 24px; background: linear-gradient(155deg, #fff 50%, #fff6d5 100%); color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.28), 0 0 0 6px rgba(255,194,26,.12); text-align: center; }
.price-card::before { content: ""; position: absolute; z-index: -1; width: 270px; height: 270px; top: -170px; right: -80px; border-radius: 50%; background: rgba(255,210,63,.32); filter: blur(2px); }
.price-label { display: inline-block; padding: 8px 13px; border-radius: 999px; color: var(--navy); background: linear-gradient(90deg, #ffb000, #ffe36e); box-shadow: 0 7px 17px rgba(255,176,0,.28); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price { margin: 24px 0 12px; }
.price > small { display: block; color: var(--muted); font-size: 12px; }
.price > strong { display: block; margin-top: 7px; color: var(--gold-deep); font-size: 82px; line-height: .95; letter-spacing: -.065em; text-shadow: 0 8px 24px rgba(255,176,0,.3); animation: pricePulse 2.6s ease-in-out infinite; }
.price sup { font-size: 22px; vertical-align: 30px; letter-spacing: 0; }
.price strong small { font-size: 34px; }
.price-card > p { max-width: 330px; margin: 0 auto 25px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.price-card .cta-button { width: 100%; }
.payment-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.payment-row span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.price-card .price-microcopy { margin: 14px auto 0; color: #85919f; font-size: 10px; }

.guarantee-section { padding: 70px 0; background: #e9f7f1; }
.guarantee-card { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 50px; max-width: 900px; }
.guarantee-seal { width: 130px; height: 130px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--green); text-align: center; box-shadow: 0 15px 30px rgba(23,138,99,.22); }
.guarantee-seal strong { display: block; font-size: 48px; line-height: .9; }
.guarantee-seal span { margin-top: 5px; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.guarantee-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 38px; }
.guarantee-card p { margin: 0; color: #48645b; font-size: 15px; line-height: 1.7; }

.checkout-section { color: var(--white); background: linear-gradient(135deg, #07182d, #0f3153); }
.checkout-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.checkout-copy p { color: #b3c8d8; font-size: 16px; line-height: 1.7; }
.checkout-security { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.checkout-security > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.08); }
.checkout-security strong, .checkout-security small { display: block; }
.checkout-security small { margin-top: 4px; color: #8ea8bc; }
.checkout-card { padding: 34px; border-radius: 22px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.order-title { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.order-title span { color: var(--navy); font-size: 18px; font-weight: 900; }
.order-title small { color: var(--muted); }
.order-product { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.order-product img { width: 48px; height: 67px; object-fit: cover; border-radius: 3px; }
.order-product strong, .order-product small { display: block; }
.order-product > div strong { color: var(--navy); font-size: 13px; }
.order-product small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.order-line, .order-total { display: flex; justify-content: space-between; padding: 12px 0; color: var(--muted); font-size: 13px; }
.order-line.discount span:last-child { color: var(--green); font-weight: 800; }
.order-total { margin-top: 3px; padding: 17px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: 16px; }
.order-total strong { font-size: 24px; }
.checkout-button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 11px; color: var(--navy); background: linear-gradient(135deg, var(--gold), var(--orange)); box-shadow: 0 14px 32px rgba(255,176,0,.2); cursor: pointer; font-weight: 900; }
.checkout-button:hover { filter: brightness(1.04); }
.checkout-terms { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: 9px; line-height: 1.5; }
.checkout-notice { display: grid; gap: 4px; margin-top: 15px; padding: 13px 15px; border-radius: 9px; color: #476157; background: #e9f7f1; font-size: 11px; line-height: 1.45; }
.checkout-notice strong { color: var(--green); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-heading p { color: var(--muted); line-height: 1.65; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf5fa; font-size: 18px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -6px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding-top: 45px; }
.final-cta-card { position: relative; overflow: hidden; padding: 80px 40px; border-radius: 26px; color: var(--white); background: var(--navy); text-align: center; }
.final-cta-card::before, .final-cta-card::after { content: ""; position: absolute; border-radius: 50%; background: rgba(32,164,216,.18); }
.final-cta-card::before { width: 360px; height: 360px; left: -210px; top: -180px; }
.final-cta-card::after { width: 250px; height: 250px; right: -100px; bottom: -150px; }
.final-eyebrow { color: #8ed4f3; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.final-cta h2 { position: relative; margin: 18px 0; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -.04em; }
.final-cta p { position: relative; margin: 0 auto 28px; color: #b7c9d7; font-size: 16px; }
.final-cta .cta-button { position: relative; }
.final-cta small { position: relative; display: block; margin-top: 15px; color: #839eb2; }

footer { padding: 40px 0 105px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 40px; }
.footer-brand { color: var(--navy); }
.footer-brand small { color: var(--blue); }
.footer-grid > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.footer-links { display: flex; gap: 18px; color: var(--muted); font-size: 11px; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .topbar nav, .header-cta { display: none; }
  .topbar { justify-content: center; }
  .hero-grid, .preview-grid, .offer-grid, .checkout-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 62px; gap: 20px; text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-benefits { justify-content: center; }
  .hero-product { min-height: 590px; }
  .badge-top { right: 6%; }
  .badge-bottom { left: 6%; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 24px 0; }
  .trust-grid div { padding: 16px 24px; }
  .pain-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .method-grid { grid-template-columns: 1fr; gap: 14px; }
  .method-connector { transform: rotate(90deg); }
  .method-grid article { min-height: 0; }
  .preview-copy { text-align: center; }
  .preview-copy ul { max-width: 320px; margin-inline: auto; text-align: left; }
  .page-stack { width: 680px; max-width: 100%; margin: 20px auto 0; }
  .comparison-grid { grid-template-columns: 1fr; gap: 16px; }
  .comparison-arrow { transform: rotate(90deg); }
  .offer-grid, .checkout-grid { gap: 52px; }
  .faq-grid { gap: 38px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .scarcity-inner { width: min(100% - 20px, 1160px); min-height: 54px; gap: 8px; }
  .scarcity-copy { max-width: 128px; font-size: 9px; line-height: 1.25; }
  .scarcity-time { min-width: 68px; font-size: 18px; }
  .scarcity-inner a { display: none; }
  .topbar { top: 54px; height: 66px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding-top: 54px; }
  .hero h1 { font-size: 44px; }
  .hero-subtitle { font-size: 16px; }
  .hero-benefits { display: grid; justify-content: center; text-align: left; }
  .hero-product { min-height: 505px; }
  .ebook-cover { width: 255px; }
  .orbit-one { width: 400px; height: 400px; }
  .orbit-two { width: 320px; height: 320px; }
  .product-badge { min-width: 140px; padding: 12px; }
  .product-badge strong { font-size: 12px; }
  .product-badge span { font-size: 9px; }
  .badge-top { top: 86px; right: -3%; }
  .badge-bottom { left: -3%; bottom: 90px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { display: grid; gap: 5px; padding: 14px; text-align: center; border-right: 0; }
  .trust-grid strong { font-size: 25px; }
  .turning-point { grid-template-columns: 1fr; gap: 10px; }
  .method-result { display: grid; text-align: center; }
  .module-card { grid-template-columns: 54px 1fr; gap: 14px; padding: 22px 18px; }
  .module-number { font-size: 27px; }
  .module-check { display: none; }
  .page-stack { height: 430px; }
  .page { width: 230px; }
  .page-one { left: -20px; }
  .page-two { left: 95px; }
  .page-three { right: -30px; }
  .audience-grid { grid-template-columns: 1fr; }
  .comparison-column { padding: 32px 25px; }
  .price-card, .checkout-card { padding: 30px 20px; }
  .price > strong { font-size: 74px; }
  .guarantee-card { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .guarantee-seal { margin: 0 auto; }
  .order-product { grid-template-columns: 48px 1fr; }
  .order-product > strong { grid-column: 2; }
  .final-cta-card { padding: 64px 20px; }
  .final-cta h2 br { display: none; }
  footer { padding-bottom: 120px; }
  .mobile-bar { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 12px 11px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; color: var(--white); background: rgba(11,31,58,.96); box-shadow: 0 18px 50px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
  .mobile-bar small, .mobile-bar strong { display: block; }
  .mobile-bar small { color: #9fb6c9; font-size: 9px; }
  .mobile-bar strong { margin-top: 2px; font-size: 17px; }
  .mobile-bar a { padding: 12px 18px; border-radius: 9px; color: var(--navy); background: var(--orange); font-size: 12px; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

@keyframes pricePulse {
  0%, 100% { transform: scale(1); filter: saturate(1); }
  50% { transform: scale(1.045); filter: saturate(1.18); }
}

@keyframes scarcityDot {
  0%, 100% { transform: scale(.85); opacity: .7; }
  50% { transform: scale(1.12); opacity: 1; }
}
