:root {
  --background: #09101b;
  --surface: #0f1928;
  --surface-2: #132033;
  --foreground: #e9dece;
  --muted: #b9a994;
  --gold: #cf9c3d;
  --gold-light: #e5c277;
  --gold-dark: #8c6322;
  --navy: #0f2448;
  --border: rgba(184, 139, 66, 0.32);
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: var(--background);
  background-image: linear-gradient(rgba(207,156,61,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(207,156,61,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  color: var(--foreground);
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
main { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; -webkit-user-drag: none; user-select: none; }
h1, h2, h3, h4 { font-family: "Cinzel", Georgia, serif; margin: 0; line-height: 1.17; }
h1 { font-size: clamp(1.875rem, 3.5vw, 2.25rem); font-weight: 800; letter-spacing: -0.03em; max-width: 920px; text-align: center; }
h2 { font-size: clamp(1.5rem, 3vw, 1.875rem); font-weight: 800; letter-spacing: -0.025em; }
h3 { font-size: 1.125rem; }
p { margin: 0; }

.section-shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
section { padding: 64px 0; position: relative; }
.section-heading { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 10px auto 18px; }
.section-heading p { color: var(--muted); font-size: 1rem; }
.kicker { color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.hero {
  min-height: 100vh;
  padding-top: 28px;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(42, 79, 132, .45), transparent 68%);
  pointer-events: none;
}
.hero-stars {
  position: relative;
  z-index: 1;
  margin: 0 auto 12px;
  color: #df9b2e;
  font-size: 1.125rem;
  letter-spacing: .24em;
  line-height: 1;
}
.eyebrow {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 24px;
  border: 1px solid rgba(207,156,61,.48);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(117,77,22,.32), rgba(61,42,20,.32));
  color: #e0a23a;
  font-family: "Cinzel", Georgia, serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.audience-lead { position: relative; z-index: 1; max-width: 860px; margin: 0 auto 20px; color: #dcc49b; font-size: .875rem; }
.hero h1 { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto 22px; color: #f0e5d5; font-size: clamp(1.875rem, 4vw, 2.25rem); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.hero h1 span { display: block; color: #d98d22; }
.hero-copy { position: relative; z-index: 1; max-width: 760px; margin: 0 auto 34px; color: #d3c2a6; font-size: 1rem; }
.hero-copy strong { color: #e4a233; font-weight: 700; }
.hero-grid { display: flex; flex-direction: column; gap: 22px; align-items: center; text-align: left; }
.hero-product { position: relative; width: min(100%, 510px); }
.hero-product::after { content: ""; position: absolute; inset: 14% 8% -7%; background: radial-gradient(ellipse, rgba(207,156,61,.23), transparent 65%); filter: blur(25px); z-index: -1; }
.hero-product img { width: 100%; border: 2px solid rgba(207,156,61,.55); border-radius: 14px; box-shadow: 0 28px 75px rgba(0,0,0,.55); }
.page-pill { position: absolute; z-index: 2; top: -14px; right: -10px; background: var(--gold); color: #101722; padding: 10px 18px; border-radius: 999px; font-family: "Cinzel", Georgia, serif; font-size: .75rem; font-weight: 800; text-transform: uppercase; box-shadow: 0 8px 28px rgba(207,156,61,.3); }
.hero-details { width: min(100%, 510px); display: flex; flex-direction: column; align-items: center; }
.stat-grid { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 28px; overflow: hidden; border: 1px solid rgba(184,139,66,.26); border-radius: 12px; background: linear-gradient(145deg, rgba(20,33,51,.88), rgba(10,18,30,.92)); }
.stat-grid div { min-width: 0; padding: 15px 8px; text-align: center; }
.stat-grid div + div { border-left: 1px solid rgba(184,139,66,.26); }
.stat-grid strong { display: block; color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.875rem; }
.stat-grid span { color: var(--muted); font-size: .75rem; line-height: 1.1; display: block; }
.scripture-seal { display: flex; flex-direction: column; align-items: center; gap: 2px; margin-bottom: 8px; text-align: center; }
.scripture-seal span { color: var(--foreground); font-size: .875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scripture-seal strong { color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.875rem; font-weight: 800; text-transform: uppercase; }
.compatibility { max-width: 440px; margin-bottom: 20px; color: var(--muted); text-align: center; font-size: .875rem; font-weight: 400; line-height: 1.45; }
.cta {
  position: relative;
  display: inline-flex;
  width: fit-content;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 28px;
  margin-inline: auto;
  border: 1px solid rgba(229,194,119,.45);
  border-radius: 12px;
  background: linear-gradient(110deg, #0f2448, #0f2448 38%, #254b88, #0f2448 62%, #0f2448);
  background-size: 220% 100%;
  color: var(--foreground);
  font-family: "Cinzel", Georgia, serif;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 34px rgba(42,88,152,.28);
  animation: shimmer 4s ease-in-out infinite, glow 3s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cta:hover { transform: translateY(-3px) scale(1.015); box-shadow: 0 0 42px rgba(63,114,185,.48); }
.cta span { color: var(--gold-light); font-size: 1.35rem; }
@keyframes shimmer { 0%, 100% { background-position: 100% 0; } 50% { background-position: -100% 0; } }
@keyframes glow { 0%, 100% { box-shadow: 0 0 25px rgba(42,88,152,.22); } 50% { box-shadow: 0 0 42px rgba(56,108,179,.48); } }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 16px; color: var(--muted); font-size: .875rem; text-align: center; }
.trust-row span { display: inline-flex; align-items: center; gap: 5px; }
.live-strip { width: min(100%, 510px); margin: 24px auto 18px; padding: 9px 15px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(184,139,66,.26); border-radius: 999px; background: rgba(20,33,51,.72); color: var(--foreground); font-size: .875rem; text-align: center; }
.live-strip span { color: #6ccb7f; margin-right: 7px; }
.micro-benefits { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 0 auto; color: var(--muted); font-size: .75rem; }
.micro-benefits > span { padding: 6px 10px; border: 1px solid rgba(184,139,66,.22); border-radius: 999px; background: rgba(20,33,51,.72); }

.problem-section { border-top: 1px solid rgba(207,156,61,.13); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison-card { position: relative; min-height: 420px; padding: 28px; overflow: hidden; border: 1px solid rgba(174,151,111,.2); border-radius: 13px; background: #101a27; }
.muted-card { background: #101a27; }
.visual-card { border: 2px solid #d8901d; background: #0d1724; }
.comparison-card blockquote { margin: 45px 0 10px; color: #e3cfaa; font-size: 1rem; font-style: italic; line-height: 1.6; }
.comparison-card blockquote strong { color: #f4ead9; font-weight: 700; }
.comparison-card small { color: #9d8b68; font-size: .75rem; }
.comparison-card p { margin-top: 58px; color: #a79678; font-size: .86rem; line-height: 1.45; }
.comparison-card img { width: calc(100% + 56px); max-width: none; height: 245px; margin: 20px -28px -28px; border-radius: 0 0 11px 11px; object-fit: cover; }
.card-label { position: absolute; top: 20px; left: 20px; padding: 5px 12px; border-radius: 999px; background: #1a2432; color: #c9b991; font-family: "Cinzel", Georgia, serif; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.gold-label { border: 1px solid rgba(216,144,29,.55); color: #e1a23c; background: rgba(126,77,18,.28); }
.center-note { max-width: 580px; margin: 30px auto 0; color: #d8c59f; text-align: center; font-size: .83rem; font-style: normal; line-height: 1.5; }
.center-note strong { color: #e0a23a; font-weight: 700; }
.problem-section .section-heading h2 { font-size: clamp(1.5rem, 3vw, 1.875rem); }
.problem-section .section-heading p { font-size: 1rem; }

.preview-section, .chapters-section, .testimonials-section, .guarantee-section { background: linear-gradient(180deg, rgba(20,33,51,.9), rgba(9,16,27,.92)); border-block: 1px solid rgba(207,156,61,.12); }
.preview-section .section-heading { max-width: 672px; margin: 0 auto 40px; }
.preview-section .section-heading h2 { margin: 0 auto 12px; font-size: clamp(1.5rem, 3.5vw, 2.25rem); line-height: 1.25; letter-spacing: -.02em; }
.preview-section .section-heading p { color: var(--muted); font-size: 1rem; line-height: 1.625; }
.preview-stage { position: relative; display: flex; align-items: center; gap: 15px; touch-action: pan-y; user-select: none; }
.preview-grid { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.preview-card { position: relative; aspect-ratio: 3 / 4; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #eee; box-shadow: 0 20px 45px rgba(0,0,0,.27); }
.preview-card img { width: 100%; height: 100%; object-fit: cover; }
.preview-overlay { position: absolute; inset: 12px auto auto 12px; padding: 6px 10px; border-radius: 6px; background: var(--gold); }
.preview-overlay span { color: #101722; font-family: "Cinzel", Georgia, serif; font-size: .625rem; font-weight: 800; letter-spacing: .08em; }
.locked-preview { isolation: isolate; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; padding: 28px 22px; color: var(--foreground); text-align: center; text-decoration: none; background: #182330; transition: border-color .2s ease, transform .2s ease; }
.locked-preview::before { content: ""; position: absolute; z-index: -1; inset: -18px; background: linear-gradient(180deg, #7a7e82 0%, #4f565d 24%, #293541 58%, #172330 100%); filter: blur(13px); transform: scale(1.08); }
.locked-preview::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(9,15,22,.12), rgba(7,14,23,.42)); }
.locked-preview-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 0; }
.locked-preview-icon::before { content: "🔒"; font-size: 1.45rem; }
.locked-preview strong { max-width: 250px; color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.25rem; line-height: 1.35; }
.locked-preview p { color: #d4c6ad; font-size: .75rem; line-height: 1.6; }
.locked-preview:hover { border-color: var(--gold); transform: translateY(-2px); }
.slider-arrow { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface-2); color: var(--gold-light); cursor: pointer; font-size: 1.65rem; line-height: 1; transition: .2s ease; }
.slider-arrow:hover { background: var(--navy); transform: scale(1.06); }
.locked-card { max-width: 780px; margin: 32px auto 26px; padding: 20px 24px; display: flex; align-items: center; gap: 18px; border: 1px dashed rgba(207,156,61,.45); border-radius: 14px; background: rgba(9,16,27,.45); }
.locked-card .lock { font-size: 2rem; }
.locked-card strong { font-family: "Cinzel", Georgia, serif; color: var(--gold-light); font-size: 1.25rem; }
.locked-card p, .preview-note { color: var(--muted); }
.locked-card p { font-size: .75rem; }
.preview-note { max-width: 672px; margin: 40px auto 28px; color: var(--muted); text-align: center; font-size: 1rem; line-height: 1.625; }
.preview-section .cta { display: flex; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid div { min-height: 185px; padding: 28px 22px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--border); border-radius: 14px; background: linear-gradient(145deg, var(--surface-2), var(--surface)); }
.feature-grid span { color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.75rem; }
.feature-grid p { font-size: .875rem; }
.coverage-section .section-heading h2 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }

.chapter-stage { position: relative; height: 590px; padding: 16px 48px 18px; display: flex; align-items: center; justify-content: center; border: 1px dashed rgba(207,156,61,.55); border-radius: 18px; background: rgba(10,18,30,.25); touch-action: pan-y; user-select: none; }
.chapter-card { width: min(100%, 440px); height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.chapter-card img { width: 100%; aspect-ratio: 1; border-radius: 14px; object-fit: cover; box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.chapters-section .section-heading h2 { font-size: clamp(1.875rem, 3.5vw, 2.25rem); }
.chapters-section .section-heading p { font-size: 1.125rem; }
.chapter-card p { height: 64px; margin-top: 18px; display: flex; align-items: center; justify-content: center; overflow: hidden; color: var(--foreground); font-size: 1rem; font-weight: 500; }
.chapter-arrow { position: absolute; top: 50%; width: 46px; height: 46px; transform: translateY(-50%); border: 1px solid var(--border); border-radius: 50%; background: rgba(10,18,30,.72); color: var(--gold-light); cursor: pointer; font-size: 1.65rem; line-height: 1; }
.chapter-arrow:hover { background: var(--navy); }
.chapter-arrow-left { left: 18px; }
.chapter-arrow-right { right: 18px; }
.chapter-controls { margin: 23px auto 0; display: flex; justify-content: center; gap: 9px; }
.chapter-controls button { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 999px; background: #4d4e4d; cursor: pointer; }
.chapter-controls button.active { width: 40px; background: var(--gold); }

.visual-grid { width: min(100%, 680px); margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: 16px; }
.visual-grid figure { margin: 0; position: relative; aspect-ratio: 16/10; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.visual-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.visual-grid figure:hover img { transform: scale(1.05); }
.visual-grid figcaption { position: absolute; inset: auto 0 0; padding: 45px 18px 16px; background: linear-gradient(transparent, rgba(5,10,17,.95)); font-size: .875rem; font-weight: 600; }
.denominations { max-width: 900px; margin: 54px auto 0; padding: 30px; border: 1px solid var(--border); border-radius: 16px; text-align: center; background: rgba(207,156,61,.06); }
.denominations h3 { color: var(--gold-light); margin-bottom: 10px; font-size: 1.25rem; }
.denominations p { color: var(--muted); font-size: 1rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.testimonials-section .section-heading p { font-size: .875rem; }
.testimonial-grid article { padding: 28px; border: 1px solid var(--border); border-radius: 15px; background: linear-gradient(145deg, rgba(20,33,51,.9), rgba(9,16,27,.92)); }
.reader { display: flex; gap: 14px; align-items: center; }
.reader img { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; }
.reader strong, .reader span { display: block; }
.reader strong { font-size: .75rem; line-height: 1.1; }
.reader span { color: var(--gold); letter-spacing: .08em; font-size: .7rem; }
.testimonial-grid blockquote { margin: 22px 0; color: var(--foreground); font-size: .875rem; font-style: normal; line-height: 1.55; }
.testimonial-grid small { color: #7cc78a; font-size: .6875rem; font-weight: 600; }

.bonus-title { margin-bottom: 42px; display: flex; justify-content: center; align-items: center; gap: 18px; }
.bonus-title > span { color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 4.5rem; font-weight: 800; line-height: 1; }
.bonus-title small, .bonus-title strong { display: block; font-family: "Cinzel", Georgia, serif; letter-spacing: .18em; }
.bonus-title small { color: var(--gold-light); font-size: 1.875rem; font-weight: 800; }
.bonus-title strong { color: var(--gold-light); font-size: 1.875rem; }
.bonus-grid { width: min(100%, 680px); margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: 22px; }
.bonus-grid article { display: flex; flex-direction: column; align-items: center; padding: 20px 30px 28px; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: linear-gradient(145deg, var(--surface-2), var(--surface)); }
.bonus-image { position: relative; width: min(100%, 320px); }
.bonus-image img { width: 100%; height: auto; border-radius: 9px; }
.bonus-copy { width: 100%; padding: 23px 10px 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.bonus-copy h3 { color: var(--gold-light); font-size: 1.5rem; }
.bonus-copy p { margin: 12px 0 18px; color: var(--foreground); font-size: 1.25rem; flex: 1; }
.bonus-copy > div { display: flex; align-items: center; gap: 12px; }
.bonus-copy > div span { color: var(--muted); font-size: 1.25rem; font-weight: 600; text-decoration: line-through; }
.bonus-copy > div strong { color: #77d68c; font-family: "Cinzel", Georgia, serif; font-size: 1.125rem; }

.offer-section { background: radial-gradient(circle at 50% 25%, rgba(31,67,112,.54), transparent 45%), linear-gradient(180deg, #0e1c30, #07101d); border-block: 1px solid rgba(207,156,61,.22); }
.offer-shell { max-width: 700px; padding-bottom: 34px; overflow: hidden; border: 1px solid rgba(207,156,61,.55); border-radius: 28px; background: #101b2a; text-align: center; box-shadow: 0 24px 80px rgba(0,0,0,.38); }
.offer-flash { width: 100%; margin: 0 auto 28px; padding: 18px 20px; background: #b97b25; color: #fff3db; font-family: "Cinzel", Georgia, serif; font-size: 1rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.offer-shell h2 { margin-bottom: 25px; }
.expires { color: var(--muted); font-family: "Cinzel", Georgia, serif; font-size: .75rem; letter-spacing: .14em; }
.countdown { display: flex; justify-content: center; gap: 12px; margin: 17px 0 28px; }
.countdown div { width: 82px; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: rgba(7,14,24,.82); }
.countdown strong, .countdown span { display: block; }
.countdown strong { color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.875rem; }
.countdown span { color: var(--muted); font-size: .65rem; letter-spacing: .12em; }
.offer-card { margin: 0 30px; padding: 0; }
.offer-list { display: grid; gap: 16px; }
.offer-list > div { display: grid; grid-template-columns: 42px 1fr auto auto; gap: 12px; align-items: center; min-height: 82px; padding: 14px 18px; border: 1px solid rgba(207,156,61,.22); border-radius: 14px; background: rgba(17,30,45,.92); text-align: left; }
.offer-icon { font-size: 1.35rem; }
.offer-list > div > strong { font-size: 1rem; font-weight: 500; }
.old-price { color: var(--muted); font-size: .875rem; font-weight: 600; text-decoration: line-through; }
.offer-list b { color: #76d58a; font-size: .75rem; text-transform: uppercase; }
.total-value { margin: 24px 0; color: var(--muted); font-size: .875rem; }
.total-value strong { color: var(--gold-light); }
.price-block { display: grid; justify-items: center; margin: 18px 0 25px; }
.price-block > span { color: var(--muted); font-size: .875rem; letter-spacing: .15em; }
.price-block del { color: #f87171; font-size: 2.25rem; font-weight: 700; opacity: .6; }
.price-block small { margin-top: 8px; font-size: 1.125rem; }
.price-block > strong { color: #22c55e; font-family: "Cinzel", Georgia, serif; font-size: 4.5rem; line-height: 1; }
.price-block sup { font-size: 1.45rem; vertical-align: top; }
.price-block p { margin-top: 12px; color: #4ade80; font-size: .875rem; font-weight: 700; }
.viewers { margin-top: 20px; color: var(--muted); font-size: .875rem; }
.offer-card .trust-row { margin-top: 18px; }

.faq-section { max-width: 900px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--border); border-radius: 12px; background: var(--surface); overflow: hidden; }
.faq-list summary { padding: 18px 21px; display: flex; justify-content: space-between; gap: 20px; align-items: center; list-style: none; cursor: pointer; font-size: 1rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-light); font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 21px 20px; color: var(--muted); font-size: .875rem; line-height: 1.55; }

.guarantee-shell { display: grid; grid-template-columns: 280px 1fr; gap: 65px; align-items: center; }
.guarantee-badge { width: 250px; height: 250px; margin: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 2px solid var(--gold); border-radius: 50%; outline: 1px solid rgba(207,156,61,.35); outline-offset: 10px; background: radial-gradient(circle, rgba(207,156,61,.14), rgba(10,18,30,.55)); }
.guarantee-badge strong { color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 6rem; line-height: .95; }
.guarantee-badge span { font-family: "Cinzel", Georgia, serif; font-size: 1rem; letter-spacing: .14em; }
.guarantee-shell h2 { margin: 10px 0 18px; }
.guarantee-shell > div > p:not(.viewers) { color: var(--muted); margin-bottom: 26px; font-size: 1rem; }

.contact-section { text-align: center; }
.contact-section .section-heading { margin-bottom: 25px; }
.email-link { display: inline-block; padding: 11px 22px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.125rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
footer { padding: 65px 0 28px; border-top: 1px solid var(--border); background: #060c15; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 55px; }
.footer-grid h3, .footer-grid h4 { color: var(--gold-light); margin-bottom: 13px; }
.footer-grid h3 { font-size: 1.125rem; }
.footer-grid h4 { font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .875rem; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 8px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(207,156,61,.14); color: #746d63; font-size: .75rem; }
.footer-bottom p:last-child { max-width: 520px; text-align: right; }

@media (max-width: 900px) {
  section { padding: 60px 0; }
  .hero-grid, .comparison-grid, .guarantee-shell { grid-template-columns: 1fr; }
  .hero-product { max-width: 650px; margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-card:last-child { display: none; }
  .guarantee-shell { text-align: center; }
  .guarantee-shell .cta { display: flex; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section-shell { width: min(100% - 24px, 1160px); }
  section { padding: 52px 0; }
  .section-heading p { font-size: .875rem; }
  .hero { padding-top: 28px; }
  .hero-stars { font-size: 1.125rem; margin-bottom: 10px; }
  .eyebrow { padding: 7px 15px; font-size: .75rem; letter-spacing: .08em; }
  .audience-lead { font-size: .75rem; }
  .hero h1 { font-size: 1.875rem; }
  .hero-copy { font-size: .875rem; margin-bottom: 35px; }
  .hero-grid { gap: 35px; }
  .page-pill { right: 5px; top: -12px; }
  .stat-grid strong { font-size: 1.5rem; }
  .stat-grid span { font-size: .625rem; }
  .scripture-seal span { font-size: .875rem; }
  .scripture-seal strong { font-size: 1.5rem; }
  .compatibility { font-size: .75rem; }
  .cta { width: 100%; font-size: 1rem; padding-inline: 15px; }
  .trust-row { gap: 8px 12px; }
  .hero-details .trust-row { font-size: .75rem; }
  .live-strip { margin-top: 20px; font-size: .75rem; }
  .micro-benefits { gap: 7px; }
  .micro-benefits { font-size: .625rem; }
  .comparison-grid { gap: 16px; }
  .comparison-card { min-height: 278px; padding: 20px; border-radius: 12px; }
  .comparison-card blockquote { margin-top: 43px; font-size: .82rem; line-height: 1.65; }
  .comparison-card small { font-size: .66rem; }
  .comparison-card p { margin-top: 62px; font-size: .72rem; line-height: 1.4; }
  .visual-card { min-height: 0; padding-bottom: 20px; }
  .visual-card blockquote { margin-bottom: 8px; }
  .comparison-card img { width: calc(100% + 40px); height: 194px; margin: 8px -20px -20px; border-radius: 0 0 10px 10px; }
  .card-label { top: 19px; left: 20px; padding: 5px 11px; font-size: .54rem; }
  .center-note { margin-top: 30px; padding-inline: 10px; font-size: .72rem; }
  .preview-section .section-heading { margin-bottom: 40px; }
  .preview-section .section-heading h2 { font-size: 1.5rem; line-height: 1.25; }
  .preview-section .section-heading p { font-size: .875rem; line-height: 1.65; }
  .preview-stage { gap: 0; overflow: hidden; }
  .preview-grid { display: flex; flex: 1; justify-content: center; gap: 18px; overflow: visible; }
  .preview-card, .preview-card:nth-child(n+2), .preview-card:last-child { display: block; flex: 0 0 72%; }
  .preview-stage > .slider-arrow { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); }
  .preview-stage > .slider-arrow:first-child { left: 0; }
  .preview-stage > .slider-arrow:last-child { right: 0; }
  .preview-note { margin-top: 48px; font-size: .875rem; line-height: 1.65; }
  .locked-preview { padding: 24px 18px; gap: 13px; }
  .locked-preview-icon { width: 56px; height: 56px; }
  .locked-preview strong { font-size: 1.125rem; }
  .locked-preview p { font-size: .75rem; }
  .slider-arrow { flex-basis: 36px; width: 36px; height: 36px; }
  .locked-card { align-items: flex-start; padding: 17px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .feature-grid div { min-height: 150px; padding: 16px 14px; gap: 12px; }
  .feature-grid span { font-size: 1.55rem; }
  .feature-grid p { font-size: .75rem; line-height: 1.35; }
  .chapters-section .section-heading p { font-size: 1rem; }
  .chapter-stage { height: 445px; padding: 10px 12px 12px; border-width: 1px; border-radius: 16px; }
  .chapter-card { width: min(100%, 330px); }
  .chapter-card p { height: 72px; margin-top: 12px; padding-inline: 8px; font-size: .875rem; }
  .chapter-arrow { width: 36px; height: 36px; }
  .chapter-arrow-left { left: 4px; }
  .chapter-arrow-right { right: 4px; }
  .bonus-grid article { padding: 15px 15px 23px; }
  .bonus-title > span { font-size: 3.75rem; }
  .bonus-title small, .bonus-title strong { font-size: 1.5rem; }
  .bonus-image { width: 100%; max-width: 320px; }
  .bonus-copy { min-height: 0; padding: 20px 8px 0; }
  .bonus-copy h3 { font-size: 1.25rem; }
  .bonus-copy p { font-size: 1.125rem; }
  .bonus-copy > div span { font-size: 1.25rem; }
  .bonus-copy > div strong { font-size: 1.125rem; }
  .denominations h3 { font-size: 1.125rem; }
  .denominations p { font-size: .875rem; }
  .offer-shell { border-radius: 20px; }
  .offer-flash { padding: 15px 12px; font-size: .875rem; letter-spacing: .11em; }
  .offer-card { margin: 0 14px; }
  .offer-list > div { grid-template-columns: 34px 1fr auto; gap: 8px; }
  .offer-icon { grid-row: 1 / 3; }
  .offer-list > div > strong { grid-column: 2 / -1; }
  .offer-list > div > strong { font-size: .875rem; }
  .old-price { grid-column: 2; }
  .offer-list b { grid-column: 3; }
  .old-price { font-size: .875rem; }
  .total-value { font-size: .75rem; }
  .offer-card .trust-row { font-size: .75rem; }
  .price-block del { font-size: 1.875rem; }
  .price-block > strong { font-size: 3.75rem; }
  .faq-list summary { font-size: .875rem; }
  .guarantee-shell > div > p:not(.viewers) { font-size: .875rem; }
  .guarantee-badge { width: 205px; height: 205px; }
  .guarantee-badge strong { font-size: 4.5rem; }
  .guarantee-badge span { font-size: .875rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: grid; gap: 13px; }
  .footer-bottom p:last-child { text-align: left; }
}

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