:root {
  --forest: #123c32;
  --forest-dark: #082b24;
  --forest-deep: #041d18;
  --gold: #c9a45d;
  --gold-light: #eed7a4;
  --cream: #f7f0e4;
  --paper: #fbf8f2;
  --ink: #17211f;
  --muted: #5e6965;
  --red: #8a302b;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 25, 20, .18);
  --radius: 22px;
  --page: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; }
.page-width { width: min(var(--page), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; background: var(--white); padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 12px; color: #8c682c; letter-spacing: .14em; text-transform: uppercase; font-size: .76rem; font-weight: 900; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { margin: 0; color: var(--forest-deep); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.strong-copy { font-weight: 750; color: var(--forest); }

.site-header { height: 74px; padding: 0 max(20px, calc((100% - var(--page))/2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--forest-deep); color: white; border-bottom: 1px solid rgba(238,215,164,.42); }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; line-height: 1.1; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-size: .67rem; font-weight: 950; color: var(--gold-light); }
.brand strong { display: block; font-size: .94rem; letter-spacing: .04em; text-transform: uppercase; }
.brand small { display: block; color: #cbd6d1; margin-top: 4px; font-size: .7rem; }
.header-link { color: var(--gold-light); font-weight: 800; font-size: .83rem; text-underline-offset: 4px; }

.hero { position: relative; min-height: calc(100svh - 74px); display: grid; align-items: center; overflow: hidden; background: var(--forest-deep); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 58%; }
.hero-shade { background: linear-gradient(90deg, rgba(2,22,17,.93) 0%, rgba(2,22,17,.74) 38%, rgba(2,22,17,.26) 67%, rgba(2,22,17,.5) 100%), linear-gradient(0deg, rgba(2,22,17,.78), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: 68px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr); gap: 70px; align-items: center; }
.hero-copy { color: white; max-width: 720px; }
.hero-copy h1 { color: white; text-shadow: 0 2px 28px rgba(0,0,0,.42); }
.hero-copy h1 span { color: var(--gold-light); }
.hero-lead { max-width: 650px; margin-top: 24px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #edf3f0; line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.trust-row span { border: 1px solid rgba(238,215,164,.54); background: rgba(4,29,24,.55); backdrop-filter: blur(8px); padding: 8px 11px; border-radius: 999px; color: #fff8e9; font-size: .76rem; font-weight: 800; }

.checkout-card { background: rgba(255,255,255,.97); border: 1px solid rgba(201,164,93,.82); border-radius: 26px; padding: 30px; box-shadow: 0 30px 100px rgba(0,0,0,.38); color: var(--ink); }
.checkout-card h2 { font-size: 2rem; }
.checkout-subtitle { color: var(--muted); font-size: .92rem; margin-top: 8px; }
.price-line { display: flex; align-items: end; gap: 16px; margin: 20px 0 6px; }
.old-price { font-size: 1.45rem; color: #7b7b77; text-decoration: line-through; font-weight: 800; }
.today-price { font-size: 3rem; line-height: .9; font-weight: 950; color: var(--forest-deep); letter-spacing: -.06em; }
.today-price small { display: block; font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.price-note { font-size: .82rem; color: var(--muted); }
#paypal-button-container { min-height: 46px; margin-top: 18px; }
.checkout-message { min-height: 22px; font-size: .86rem; font-weight: 750; color: var(--forest); }
.checkout-message.error { padding: 10px 12px; background: #f8e7e5; border-radius: 9px; color: var(--red); }
.secure-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 14px; }
.secure-points span { text-align: center; padding: 9px 5px; border-radius: 8px; background: #edf3ef; color: var(--forest); font-size: .66rem; font-weight: 850; line-height: 1.25; }
.microcopy { color: var(--muted); font-size: .73rem; line-height: 1.5; margin-top: 12px; }
.error-box { background: #f8e7e5; color: var(--red); padding: 12px; border-radius: 8px; }

.confidence-strip { background: var(--forest); color: white; }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.confidence-grid div { padding: 24px 20px; border-right: 1px solid rgba(238,215,164,.22); }
.confidence-grid div:last-child { border-right: 0; }
.confidence-grid strong, .confidence-grid span { display: block; }
.confidence-grid strong { color: var(--gold-light); font-size: .9rem; }
.confidence-grid span { color: #d6e0dc; font-size: .76rem; margin-top: 4px; }

.story-section { padding-block: 110px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.story-copy p:not(.eyebrow) { font-size: 1.05rem; }
.story-copy h2 { margin-bottom: 24px; }
.story-collage { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 590px; }
.story-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.story-main { grid-row: 1 / 3; }

.product-section { background: var(--cream); padding-block: 120px; overflow: hidden; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.product-preview { position: relative; min-height: 720px; }
.product-preview img { position: absolute; border-radius: 12px; box-shadow: 0 28px 60px rgba(4,29,24,.22); border: 1px solid #d8bd85; }
.preview-cover { width: 56%; left: 3%; top: 0; z-index: 4; transform: rotate(-2deg); }
.preview-page { width: 43%; }
.preview-one { right: 4%; top: 6%; transform: rotate(5deg); z-index: 3; }
.preview-two { right: 0; top: 36%; transform: rotate(2deg); z-index: 2; }
.preview-three { left: 18%; bottom: 0; transform: rotate(-4deg); z-index: 1; }
.product-copy h2 { margin-bottom: 20px; }
.feature-list { display: grid; gap: 12px; margin: 28px 0 30px; }
.feature-list div { padding: 16px 18px; border-left: 4px solid var(--gold); background: white; border-radius: 0 13px 13px 0; }
.feature-list strong, .feature-list span { display: block; }
.feature-list strong { color: var(--forest); }
.feature-list span { color: var(--muted); font-size: .86rem; margin-top: 4px; }

.primary-button, .gold-button, .inline-button { border: 0; border-radius: 10px; padding: 15px 20px; font-weight: 900; cursor: pointer; text-decoration: none; text-align: center; display: inline-block; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.primary-button { background: var(--forest); color: white; box-shadow: 0 10px 25px rgba(4,29,24,.2); }
.gold-button { background: var(--gold); color: var(--forest-deep); }
.primary-button:hover, .gold-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(4,29,24,.25); }
.primary-button:focus-visible, .gold-button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #f3c961; outline-offset: 3px; }

.journey-section { padding-block: 110px; background: white; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.journey-card { background: var(--paper); border: 1px solid #eadcc2; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 28px rgba(4,29,24,.08); }
.journey-card img { width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.journey-card div { padding: 22px; }
.journey-card span { color: var(--gold); font-weight: 950; }
.journey-card h3 { margin: 8px 0 10px; }
.journey-card p { font-size: .84rem; color: var(--muted); }

.split-feature { padding-block: 115px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.split-image img { border-radius: 24px; box-shadow: var(--shadow); width: 100%; min-height: 510px; object-fit: cover; }
.split-copy p { font-size: 1.02rem; }
.split-copy blockquote { margin: 30px 0 0; padding: 24px 28px; background: var(--forest); color: white; border-radius: 16px; font-size: 1.2rem; font-weight: 850; border-left: 6px solid var(--gold); }

.kruger-feature { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: white; }
.kruger-backdrop, .kruger-backdrop img { position: absolute; inset: 0; width: 100%; height: 100%; }
.kruger-backdrop img { object-fit: cover; }
.kruger-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,20,.94), rgba(3,24,20,.7) 55%, rgba(3,24,20,.35)); }
.kruger-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: center; }
.kruger-content h2 { color: white; max-width: 650px; }
.kruger-content p:not(.eyebrow) { max-width: 650px; color: #e2ebe7; font-size: 1.08rem; margin-top: 22px; }
.glass-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.glass-list li { padding: 18px 20px; border: 1px solid rgba(238,215,164,.4); border-radius: 12px; background: rgba(4,29,24,.72); backdrop-filter: blur(8px); font-weight: 800; }

.emergency-section { padding-block: 110px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.emergency-section > img { width: 100%; border-radius: 24px; box-shadow: var(--shadow); }
.emergency-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.emergency-facts div { background: #f5e5e1; border: 1px solid #e5c4bd; padding: 16px; border-radius: 12px; }
.emergency-facts strong, .emergency-facts span { display: block; }
.emergency-facts strong { color: var(--red); font-size: 1.2rem; }
.emergency-facts span { font-size: .72rem; color: #695b58; margin-top: 5px; }

.value-section { background: var(--forest-deep); padding-block: 95px; }
.value-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; align-items: stretch; }
.value-image img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; border-radius: 24px 0 0 24px; }
.value-card { background: white; border-radius: 0 24px 24px 0; padding: 60px; display: grid; align-content: center; }
.large-price { display: grid; margin: 20px 0 26px; }
.large-price span { text-decoration: line-through; color: #707a76; font-weight: 750; }
.large-price strong { font-size: 4.6rem; color: var(--forest-deep); line-height: 1; letter-spacing: -.07em; }
.large-price small { color: var(--muted); }

.faq-section { padding-block: 110px; }
.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
details { background: white; border: 1px solid #e6d6ba; border-radius: 14px; padding: 0 22px; }
summary { cursor: pointer; list-style: none; padding: 22px 36px 22px 0; position: relative; font-weight: 850; color: var(--forest-deep); }
summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 1.6rem; color: var(--gold); }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding-bottom: 20px; }

.final-cta { position: relative; min-height: 540px; display: grid; align-items: center; overflow: hidden; }
.final-cta-image, .final-cta-image img, .final-cta-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta-image img { object-fit: cover; }
.final-cta-shade { background: linear-gradient(90deg, rgba(3,24,20,.92), rgba(3,24,20,.48)); }
.final-cta-content { position: relative; z-index: 2; color: white; }
.final-cta-content h2 { color: white; max-width: 700px; }
.final-cta-content > p:not(.eyebrow) { font-size: 1.25rem; margin: 14px 0 26px; }

.site-footer { background: #031813; color: #dce6e2; padding: 60px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .6fr .6fr; gap: 60px; }
.footer-grid img { width: 260px; border-radius: 8px; margin-bottom: 18px; }
.footer-grid p { max-width: 450px; font-size: .86rem; color: #aebdb7; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid nav a { color: var(--gold-light); text-decoration: none; }
.footer-note { display: grid; align-content: start; gap: 7px; }
.footer-note span { font-size: .84rem; color: #aebdb7; }
.copyright { width: min(var(--page), calc(100% - 40px)); margin: 40px auto 0; padding-top: 25px; border-top: 1px solid #24443c; color: #83958e; font-size: .72rem; }

.sticky-buy { position: fixed; z-index: 50; left: 50%; transform: translateX(-50%); bottom: 14px; width: min(700px, calc(100% - 24px)); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px 10px 18px; background: rgba(4,29,24,.96); border: 1px solid rgba(201,164,93,.7); border-radius: 16px; color: white; box-shadow: 0 18px 50px rgba(0,0,0,.35); backdrop-filter: blur(10px); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.sticky-buy.visible { opacity: 1; pointer-events: auto; }
.sticky-buy div { display: flex; align-items: baseline; gap: 12px; }
.sticky-buy span { font-size: .72rem; color: #cbd6d1; }
.sticky-buy strong { font-size: 1.35rem; color: var(--gold-light); }
.sticky-buy .gold-button { padding: 11px 18px; }

.claim-body { min-height: 100svh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at top, #215a4c, var(--forest-deep) 58%); }
.claim-card { width: min(620px, 100%); background: white; border-radius: 24px; padding: 40px; text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.35); border: 1px solid var(--gold); }
.claim-card h1 { margin-bottom: 18px; }
.claim-logo { width: min(340px, 100%); margin: 0 auto 28px; border-radius: 10px; }
.download-button { width: 100%; margin-top: 12px; }
.text-link { display: inline-block; margin-top: 16px; color: var(--forest); font-weight: 800; }
.success-icon { width: 68px; height: 68px; border-radius: 50%; background: #dcebe4; color: var(--forest); display: grid; place-items: center; margin: 0 auto 20px; font-size: 2rem; font-weight: 950; }

.legal-page { background: var(--paper); }
.legal-shell { width: min(850px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-shell h1 { margin-bottom: 30px; }
.legal-shell h2 { font-size: 1.45rem; margin: 34px 0 12px; }
.legal-shell p, .legal-shell li { color: #46514d; }
.legal-back { display: inline-block; margin-bottom: 34px; color: var(--forest); font-weight: 850; }

@media (max-width: 980px) {
  .hero-content, .product-grid, .story-section, .split-feature, .emergency-section, .value-grid, .kruger-content { grid-template-columns: 1fr; }
  .hero-content { gap: 38px; padding-block: 45px 70px; }
  .hero { min-height: auto; }
  .hero-media img { object-position: 56% center; }
  .checkout-card { max-width: 620px; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .product-preview { min-height: 650px; max-width: 660px; }
  .kruger-content { padding-block: 90px; }
  .value-image img, .value-card { border-radius: 24px; }
  .value-card { margin-top: -20px; position: relative; z-index: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .page-width { width: min(100% - 28px, var(--page)); }
  .site-header { height: 66px; padding-inline: 14px; }
  .brand small, .header-link { display: none; }
  .hero-content { padding-top: 34px; }
  .hero-copy h1 { font-size: clamp(2.6rem, 15vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .checkout-card { padding: 24px 18px; border-radius: 20px; }
  .checkout-card h2 { font-size: 1.65rem; }
  .today-price { font-size: 2.7rem; }
  .secure-points { grid-template-columns: 1fr; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid div { border-right: 0; border-bottom: 1px solid rgba(238,215,164,.22); padding: 18px 14px; }
  .story-section, .product-section, .journey-section, .split-feature, .emergency-section, .faq-section { padding-block: 75px; }
  .story-section { gap: 45px; }
  .story-collage { min-height: 500px; grid-template-columns: 1fr 1fr; }
  .story-main { grid-column: 1 / 3; grid-row: auto; min-height: 270px; }
  .product-grid { gap: 45px; }
  .product-preview { min-height: 500px; }
  .preview-cover { width: 61%; }
  .preview-page { width: 42%; }
  .journey-grid { grid-template-columns: 1fr; }
  .split-feature { gap: 36px; }
  .split-image img { min-height: 360px; }
  .emergency-section { gap: 36px; }
  .emergency-facts { grid-template-columns: 1fr; }
  .value-section { padding-block: 55px; }
  .value-card { padding: 34px 24px; }
  .large-price strong { font-size: 3.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .sticky-buy span { display: none; }
  .sticky-buy { bottom: 8px; }
  .claim-card { padding: 30px 20px; }
}

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

@media print {
  .sticky-buy, .skip-link { display: none !important; }
  .hero { min-height: 720px; }
  .site-header { position: static; }
  * { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
