/* ============================================================
   SPARTAMAX OFFICIAL — Main Stylesheet
   Shared across all pages
   ============================================================ */

/* RESET & ROOT */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.65; color: var(--text); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-red); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--primary-gold); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

:root {
  --primary-dark: #0d0d0d;
  --primary-red: #c4302b;
  --primary-red-dark: #9a1f1a;
  --primary-gold: #d4a017;
  --primary-gold-light: #f4b942;
  --bg: #fafaf7;
  --bg-card: #ffffff;
  --bg-dark: #141414;
  --bg-section: #f4f1ea;
  --text: #1a1a1a;
  --text-light: #4a4a4a;
  --muted: #6b6b6b;
  --border: #e8e6e0;
  --success: #2d8659;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);
  --shadow-lg: 0 12px 36px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);
  --radius: 12px;
  --radius-lg: 18px;
  --container: 1180px;
  --gradient-hero: linear-gradient(135deg, #0d0d0d 0%, #1f1410 50%, #2a0e0a 100%);
  --gradient-gold: linear-gradient(135deg, #d4a017 0%, #f4b942 50%, #d4a017 100%);
  --gradient-red: linear-gradient(135deg, #c4302b 0%, #9a1f1a 100%);
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5 { font-family: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif; font-weight: 700; line-height: 1.15; letter-spacing: -.01em; color: var(--primary-dark); }
h1 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); text-transform: uppercase; letter-spacing: .005em; }
h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); text-transform: uppercase; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1em; }

.text-red { color: var(--primary-red); }
.text-gold { color: var(--primary-gold); }
.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; letter-spacing: .04em; }

/* LAYOUT */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.section-tight { padding: 40px 0; }
.section-dark { background: var(--bg-dark); color: #f4f1ea; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-cream { background: var(--bg-section); }
.section-title { text-align: center; margin-bottom: 12px; }
.section-intro { text-align: center; max-width: 720px; margin: 0 auto 48px; color: var(--text-light); font-size: 1.05rem; }
.eyebrow { display: inline-block; font-family: "Oswald", sans-serif; font-size: .82rem; letter-spacing: .22em; text-transform: uppercase; color: var(--primary-red); font-weight: 600; margin-bottom: 14px; padding: 4px 14px; background: rgba(196,48,43,.08); border-radius: 100px; }

/* HEADER / NAV */
.site-header { background: var(--primary-dark); color: #fff; padding: 12px 0; position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-md); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-logo { display: flex; align-items: center; gap: 10px; }
.brand-logo svg { width: 38px; height: 38px; }
.brand-text { font-family: "Oswald", sans-serif; font-size: 1.55rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .04em; }
.brand-text .gold { color: var(--primary-gold); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #ddd; font-size: .94rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; font-family: "Oswald", sans-serif; }
.main-nav a:hover { color: var(--primary-gold); }
.nav-cta { background: var(--gradient-red); color: #fff !important; padding: 9px 22px; border-radius: 8px; font-weight: 600; }
.nav-cta:hover { background: var(--primary-gold); color: var(--primary-dark) !important; }
.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.6rem; }

/* HERO */
.hero { background: var(--gradient-hero); color: #fff; padding: 48px 0 56px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(212,160,23,.18) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; bottom: -150px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(196,48,43,.15) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; position: relative; z-index: 2; grid-template-areas: "content image"; }
.hero-content { grid-area: content; }
.hero-image { grid-area: image; }
.hero-eyebrow { display: inline-block; background: rgba(212,160,23,.16); border: 1px solid rgba(212,160,23,.4); color: var(--primary-gold-light); font-family: "Oswald", sans-serif; font-size: .72rem; padding: 5px 14px; border-radius: 100px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.hero h1 { color: #fff; margin-bottom: 16px; line-height: 1.1; font-size: clamp(1.75rem, 3.4vw, 2.7rem); }
.hero h1 .accent { background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; }
.hero-tagline { font-size: 1.05rem; line-height: 1.55; color: #e4e0d8; margin-bottom: 20px; max-width: 520px; }
.hero-bullets { list-style: none; margin: 0 0 24px; padding: 0; }
.hero-bullets li { display: flex; align-items: flex-start; gap: 12px; padding: 6px 0; color: #e4e0d8; font-size: .98rem; }
.hero-bullets li::before { content: ""; flex-shrink: 0; width: 20px; height: 20px; background: var(--primary-red); border-radius: 50%; margin-top: 3px; display: inline-block; position: relative; box-shadow: 0 2px 6px rgba(196,48,43,.4); }
.hero-bullets li::after { content: "✓"; position: absolute; color: #fff; font-weight: 700; font-size: .8rem; transform: translate(-18px, 4px); }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.hero-image img { width: 100%; max-width: 380px; margin: 0 auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,.5)); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: #c8c4ba; }
.hero-trust-item svg { width: 20px; height: 20px; color: var(--primary-gold-light); flex-shrink: 0; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; border-radius: 10px; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; transition: all .25s ease; cursor: pointer; border: 2px solid transparent; line-height: 1.2; }
.btn-primary { background: var(--gradient-red); color: #fff !important; box-shadow: 0 4px 14px rgba(196,48,43,.35); }
.btn-primary:hover { background: var(--primary-red-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(196,48,43,.45); color: #fff !important; }
.btn-gold { background: var(--gradient-gold); color: var(--primary-dark) !important; box-shadow: 0 4px 14px rgba(212,160,23,.4); font-weight: 700; }
.btn-gold:hover { background: var(--primary-gold); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,160,23,.5); color: var(--primary-dark) !important; }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.4); color: #fff !important; }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff !important; }
.btn-large { padding: 18px 42px; font-size: 1.18rem; }
.btn-block { display: flex; width: 100%; }

/* TRUST BAR */
.trust-bar { background: var(--bg-card); padding: 22px 0; border-bottom: 1px solid var(--border); }
.trust-bar-grid { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 28px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: .92rem; font-weight: 600; color: var(--text-light); }
.trust-item svg { width: 28px; height: 28px; color: var(--primary-red); }

/* PILLAR / MECHANISM */
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.pillar-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 26px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; position: relative; overflow: hidden; }
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pillar-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-red); }
.pillar-icon { width: 70px; height: 70px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; background: rgba(196,48,43,.08); border-radius: 50%; color: var(--primary-red); }
.pillar-icon svg { width: 38px; height: 38px; }
.pillar-card h3 { color: var(--primary-dark); margin-bottom: 10px; text-transform: uppercase; }
.pillar-card p { color: var(--text-light); font-size: .98rem; margin-bottom: 0; }

/* SVG PATHWAY DIAGRAM */
.pathway-diagram { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; margin: 40px auto 0; box-shadow: var(--shadow-sm); max-width: 900px; }
.pathway-diagram svg { width: 100%; height: auto; max-height: 360px; }

/* INGREDIENTS */
.ingredients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 36px; }
.ingredient-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all .25s ease; display: flex; flex-direction: column; }
.ingredient-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(196,48,43,.3); }
.ingredient-visual { height: 150px; background: linear-gradient(135deg, #f4f1ea 0%, #e8e2d4 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ingredient-visual svg { width: 90px; height: 90px; }
.ingredient-dose { position: absolute; top: 12px; right: 12px; background: var(--primary-dark); color: var(--primary-gold-light); font-family: "Oswald", sans-serif; font-size: .82rem; padding: 4px 10px; border-radius: 100px; font-weight: 600; letter-spacing: .04em; }
.ingredient-body { padding: 20px 22px 24px; flex-grow: 1; display: flex; flex-direction: column; }
.ingredient-body h3 { font-size: 1.22rem; margin-bottom: 4px; color: var(--primary-dark); }
.ingredient-latin { font-style: italic; font-size: .82rem; color: var(--muted); margin-bottom: 10px; }
.ingredient-body p { font-size: .94rem; color: var(--text-light); margin-bottom: 12px; line-height: 1.55; }
.ingredient-cite { margin-top: auto; font-size: .78rem; color: var(--muted); border-top: 1px solid var(--border); padding-top: 10px; }
.ingredient-cite a { color: var(--primary-red); }

/* TIMELINE */
.timeline { margin-top: 36px; position: relative; max-width: 880px; margin-left: auto; margin-right: auto; }
.timeline::before { content: ""; position: absolute; left: 40px; top: 0; bottom: 0; width: 3px; background: var(--gradient-red); border-radius: 2px; }
.timeline-step { display: flex; gap: 28px; margin-bottom: 28px; position: relative; }
.timeline-marker { flex-shrink: 0; width: 80px; height: 80px; background: var(--gradient-red); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; font-family: "Oswald", sans-serif; box-shadow: 0 6px 18px rgba(196,48,43,.35); position: relative; z-index: 2; }
.timeline-marker .num { font-size: 1.4rem; font-weight: 700; line-height: 1; }
.timeline-marker .lbl { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 2px; }
.timeline-body { flex-grow: 1; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow-sm); }
.timeline-body h3 { margin-bottom: 8px; color: var(--primary-dark); }
.timeline-body p { color: var(--text-light); margin: 0; font-size: .98rem; }

/* COMPARISON */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; max-width: 940px; margin-left: auto; margin-right: auto; }
.compare-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); }
.compare-card.bad { border-top: 4px solid #999; }
.compare-card.good { border-top: 4px solid var(--success); background: linear-gradient(180deg, #f5fbf8 0%, #fff 60%); }
.compare-card h3 { margin-bottom: 18px; font-size: 1.35rem; }
.compare-card ul { list-style: none; padding: 0; }
.compare-card li { padding: 8px 0 8px 30px; position: relative; font-size: .98rem; color: var(--text-light); line-height: 1.5; }
.compare-card.bad li::before { content: "✕"; position: absolute; left: 0; top: 8px; width: 20px; height: 20px; background: #f0e8e6; color: #999; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; }
.compare-card.good li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 20px; height: 20px; background: var(--success); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-top: 36px; }
.review-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .2s ease; }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.review-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--primary-gold); flex-shrink: 0; }
.review-meta h4 { font-size: 1rem; margin-bottom: 2px; font-family: -apple-system, sans-serif; font-weight: 600; text-transform: none; letter-spacing: 0; }
.review-meta .verified { font-size: .78rem; color: var(--success); font-weight: 600; }
.review-meta .verified::before { content: "✓ "; }
.review-stars { color: var(--primary-gold); letter-spacing: .08em; margin-bottom: 10px; font-size: 1.05rem; }
.review-text { font-size: .96rem; color: var(--text-light); line-height: 1.6; margin: 0; }
.review-date { font-size: .8rem; color: var(--muted); margin-top: 12px; }

/* SAFETY / CONTRAINDICATIONS */
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 36px; }
.safety-card { background: var(--bg-card); border-radius: var(--radius-lg); padding: 28px 28px 30px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.safety-card.warn { border-left: 5px solid #e8a317; }
.safety-card.info { border-left: 5px solid #4682b4; }
.safety-card h3 { margin-bottom: 14px; display: flex; align-items: center; gap: 10px; font-size: 1.18rem; }
.safety-card h3 svg { width: 26px; height: 26px; flex-shrink: 0; }
.safety-card.warn h3 svg { color: #e8a317; }
.safety-card.info h3 svg { color: #4682b4; }
.safety-card ul { list-style: none; padding: 0; }
.safety-card li { padding: 6px 0 6px 22px; position: relative; font-size: .95rem; color: var(--text-light); line-height: 1.55; }
.safety-card li::before { content: "•"; position: absolute; left: 6px; color: var(--primary-red); font-weight: 700; }

/* PRICING */
.pricing { background: var(--bg-section); position: relative; }
.pricing-intro-img { max-width: 220px; margin: 0 auto 24px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 36px auto 0; }
.price-card { background: var(--bg-card); border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px 28px; text-align: center; position: relative; transition: all .25s ease; display: flex; flex-direction: column; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.price-card.popular { border-color: var(--primary-gold); transform: scale(1.04); box-shadow: var(--shadow-md); }
.price-card.best-value { border-color: var(--primary-red); box-shadow: var(--shadow-md); }
.price-card.popular::before, .price-card.best-value::before { content: attr(data-badge); position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gradient-red); color: #fff; padding: 6px 22px; border-radius: 100px; font-family: "Oswald", sans-serif; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; white-space: nowrap; }
.price-card.popular::before { background: var(--gradient-gold); color: var(--primary-dark); }
.price-card h3 { font-size: 1.4rem; margin-bottom: 4px; text-transform: uppercase; }
.price-card .supply { font-size: .92rem; color: var(--muted); margin-bottom: 18px; font-weight: 600; }
.price-card .bottle-img { height: 220px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; padding: 0 8px; }
.price-card .bottle-img img { max-height: 220px; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.price-card .per-bottle { font-family: "Oswald", sans-serif; font-size: 2.4rem; font-weight: 700; color: var(--primary-red); line-height: 1; margin-bottom: 2px; }
.price-card .per-bottle .cents { font-size: 1.4rem; vertical-align: top; }
.price-card .per-label { font-size: .82rem; color: var(--muted); margin-bottom: 14px; letter-spacing: .04em; }
.price-card .total-line { font-size: .95rem; margin-bottom: 16px; }
.price-card .total-line .strike { text-decoration: line-through; color: var(--muted); margin-right: 6px; }
.price-card .total-line .now { font-weight: 700; color: var(--primary-dark); font-size: 1.15rem; }
.price-card .savings { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: var(--primary-red); padding: 5px 14px; border: 1.5px dashed var(--primary-red); border-radius: 100px; font-family: "Oswald", sans-serif; font-size: .82rem; letter-spacing: .08em; margin-bottom: 16px; font-weight: 700; text-transform: uppercase; }
.price-card .savings::before { content: "★"; color: var(--primary-gold); }
.price-card .perks { list-style: none; padding: 0; margin: 0 0 22px; text-align: left; }
.price-card .perks li { font-size: .9rem; padding: 5px 0 5px 24px; position: relative; color: var(--text-light); }
.price-card .perks li::before { content: "✓"; position: absolute; left: 0; top: 5px; color: var(--success); font-weight: 700; }
.price-card .cards-img { max-width: 180px; margin: 12px auto 0; opacity: .85; }
.price-card .shipping-note { font-size: .82rem; color: var(--muted); margin-top: 10px; }
.price-card .btn { margin-top: auto; }

/* GUARANTEE BLOCK */
.guarantee { background: linear-gradient(135deg, #fff 0%, #faf5e6 100%); border: 2px solid var(--primary-gold); border-radius: var(--radius-lg); padding: 36px 36px; margin: 40px auto; max-width: 920px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 32px; box-shadow: var(--shadow-md); }
.guarantee img { width: 180px; height: auto; }
.guarantee h2 { color: var(--primary-dark); margin-bottom: 10px; font-size: 1.6rem; }
.guarantee p { color: var(--text-light); margin: 0; font-size: 1rem; line-height: 1.6; }

/* BONUSES */
.bonuses-section { background: var(--bg-dark); color: #f4f1ea; position: relative; overflow: hidden; }
.bonuses-section h2 { color: #fff; }
.bonuses-section h2 .gold { color: var(--primary-gold-light); }
.bonus-banner { text-align: center; margin-bottom: 36px; }
.bonus-banner img { max-width: 600px; margin: 24px auto 0; filter: drop-shadow(0 20px 40px rgba(0,0,0,.5)); }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 940px; margin: 0 auto; }
.bonus-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 28px; }
.bonus-tag { display: inline-block; background: var(--gradient-gold); color: var(--primary-dark); padding: 6px 14px; border-radius: 6px; font-family: "Oswald", sans-serif; font-size: .8rem; letter-spacing: .12em; font-weight: 700; margin-bottom: 14px; }
.bonus-card h3 { color: #fff; margin-bottom: 10px; font-size: 1.45rem; }
.bonus-card .price-line { font-size: .95rem; margin-bottom: 14px; color: #c8c4ba; }
.bonus-card .price-line .retail { text-decoration: line-through; }
.bonus-card .price-line .free { color: var(--primary-gold-light); font-weight: 700; font-size: 1.05rem; margin-left: 6px; }
.bonus-card p { color: #d4d0c4; font-size: .96rem; line-height: 1.6; margin: 0; }

/* FAQ */
.faq-list { max-width: 860px; margin: 36px auto 0; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; transition: box-shadow .2s ease; }
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-q { padding: 18px 22px; font-family: "Oswald", sans-serif; font-size: 1.08rem; font-weight: 600; color: var(--primary-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: "+"; font-size: 1.6rem; color: var(--primary-red); transition: transform .2s ease; flex-shrink: 0; line-height: 1; }
.faq-item[open] .faq-q::after { content: "−"; }
.faq-a { padding: 0 22px 20px; color: var(--text-light); line-height: 1.65; }
.faq-a p { margin-bottom: 10px; }
.faq-a p:last-child { margin-bottom: 0; }

/* FINAL CTA */
.final-cta { background: var(--gradient-hero); color: #fff; padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(212,160,23,.12) 0%, transparent 60%); }
.final-cta h2 { color: #fff; margin-bottom: 16px; font-size: clamp(1.8rem, 4vw, 2.6rem); position: relative; z-index: 2; }
.final-cta p { color: #d4d0c4; max-width: 620px; margin: 0 auto 28px; font-size: 1.1rem; position: relative; z-index: 2; }
.final-cta .btn { position: relative; z-index: 2; }

/* FOOTER */
.site-footer { background: #080808; color: #b8b5ab; padding: 50px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { padding: 5px 0; }
.footer-col a { color: #b8b5ab; font-size: .92rem; }
.footer-col a:hover { color: var(--primary-gold-light); }
.footer-brand-text { font-size: .92rem; line-height: 1.6; color: #999; margin: 12px 0 0; }
.footer-disclaimer { border-top: 1px solid #222; padding-top: 24px; font-size: .82rem; color: #888; line-height: 1.6; }
.footer-disclaimer p { margin-bottom: 12px; }
.footer-bottom { text-align: center; padding-top: 18px; border-top: 1px solid #222; margin-top: 18px; font-size: .85rem; color: #888; }

/* SCROLL CTA (mobile) */
.scroll-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--gradient-red); padding: 12px 16px; box-shadow: 0 -4px 16px rgba(0,0,0,.2); z-index: 99; }
.scroll-cta a { color: #fff !important; text-align: center; display: block; font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; padding: 10px; font-size: 1.05rem; }

/* RESPONSIVE — MOBILE */
@media (max-width: 920px) {
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--primary-dark); flex-direction: column; gap: 0; padding: 12px 0; box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 24px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-cta { margin: 8px 16px; }
  .menu-toggle { display: block; }

  /* MOBILE HERO ORDER: H1 → image → paragraph → bullets → CTA → trust */
  .hero { padding: 36px 0 50px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "h1" "image" "tagline" "bullets" "cta" "trust"; gap: 20px; }
  .hero-content { display: contents; }
  .hero-h1 { grid-area: h1; margin-bottom: 0; }
  .hero-image { grid-area: image; margin: 0 auto; max-width: 320px; }
  .hero-tagline { grid-area: tagline; margin: 0; }
  .hero-bullets { grid-area: bullets; margin: 0; }
  .hero-cta-row { grid-area: cta; margin: 0; }
  .hero-trust { grid-area: trust; margin: 0; }

  .pillars-grid { grid-template-columns: 1fr; }
  .compare-grid, .safety-grid, .bonus-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 380px; }
  .price-card.popular { transform: scale(1); }
  .guarantee { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .timeline::before { left: 28px; }
  .timeline-marker { width: 60px; height: 60px; }
  .timeline-marker .num { font-size: 1.15rem; }
  .timeline-body { padding: 16px 18px; }
  .section { padding: 44px 0; }
  body { font-size: 16px; }
  .scroll-cta { display: block; }
  body { padding-bottom: 70px; }
  .pathway-diagram { padding: 18px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta-row .btn { width: 100%; }
  .container { padding: 0 16px; }
  .trust-bar-grid { gap: 14px; }
  .trust-item { font-size: .82rem; }
  .trust-item svg { width: 22px; height: 22px; }
}

/* SUBPAGE STYLES */
.page-header { background: var(--gradient-hero); color: #fff; padding: 60px 0 50px; text-align: center; }
.page-header h1 { color: #fff; }
.page-header p { color: #d4d0c4; max-width: 680px; margin: 14px auto 0; font-size: 1.08rem; }
.breadcrumbs { font-size: .9rem; color: var(--muted); margin-bottom: 24px; }
.breadcrumbs a { color: var(--primary-red); }
.prose { max-width: 760px; margin: 0 auto; font-size: 1.05rem; line-height: 1.75; }
.prose h2 { margin: 36px 0 14px; }
.prose h3 { margin: 26px 0 10px; }
.prose ul, .prose ol { margin: 0 0 1em 1.5em; }
.prose li { margin-bottom: 6px; }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.blog-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all .25s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-body { padding: 22px 24px 26px; }
.blog-card .meta { font-size: .82rem; color: var(--muted); margin-bottom: 8px; }
.blog-card h3 { margin-bottom: 10px; font-size: 1.2rem; line-height: 1.3; }
.blog-card h3 a { color: var(--primary-dark); }
.blog-card h3 a:hover { color: var(--primary-red); }
.blog-card p { font-size: .95rem; color: var(--text-light); margin: 0 0 14px; }

/* ============================================================
   ADDITIONAL SECTIONS — promo bar, marquee, why choose, 
   trust strip, benefits, how to use, references, author byline
   ============================================================ */

/* PROMO BAR */
.promo-bar { background: var(--gradient-red); color: #fff; text-align: center; padding: 9px 16px; font-size: .9rem; font-family: "Oswald", sans-serif; letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }
.promo-bar .dot { color: var(--primary-gold-light); margin: 0 10px; font-weight: 700; }

/* MARQUEE STRIP */
.marquee-strip { background: var(--primary-dark); color: var(--primary-gold-light); padding: 14px 0; overflow: hidden; position: relative; }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee-track span { font-family: "Oswald", sans-serif; font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; padding: 0 32px; flex-shrink: 0; }
.marquee-track span::after { content: "★"; color: var(--primary-red); margin-left: 32px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* WHY CHOOSE GRID — 6 CARDS */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.why-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: all .25s ease; position: relative; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(196,48,43,.25); }
.why-icon { width: 64px; height: 64px; margin: 0 auto 16px; background: linear-gradient(135deg, rgba(196,48,43,.1) 0%, rgba(212,160,23,.1) 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: var(--primary-red); }
.why-icon svg { width: 32px; height: 32px; }
.why-card h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--primary-dark); text-transform: uppercase; }
.why-card p { font-size: .92rem; color: var(--text-light); margin: 0; line-height: 1.55; }

/* TRUST STRIP */
.trust-strip { background: var(--bg-dark); padding: 30px 0; }
.trust-strip-grid { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 22px; }
.trust-strip-item { display: flex; align-items: center; gap: 12px; color: #c4c4c4; font-family: "Oswald", sans-serif; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip-item svg { width: 36px; height: 36px; color: var(--primary-gold-light); flex-shrink: 0; }

/* WHAT IS — IMAGE+TEXT GRID */
.what-is-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 30px; }
.what-is-image { display: flex; justify-content: center; }
.what-is-image img { max-width: 480px; width: 100%; filter: drop-shadow(0 20px 40px rgba(0,0,0,.18)); }
.what-is-content h2 { margin-bottom: 16px; }
.what-is-content p { color: var(--text-light); margin-bottom: 14px; line-height: 1.7; }
.what-is-content .what-is-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.what-is-stat { background: var(--bg-card); border-left: 3px solid var(--primary-red); padding: 14px 16px; border-radius: 8px; }
.what-is-stat .num { font-family: "Oswald", sans-serif; font-size: 1.6rem; color: var(--primary-red); font-weight: 700; line-height: 1; }
.what-is-stat .lbl { font-size: .85rem; color: var(--text-light); margin-top: 4px; }

/* HOW IT WORKS — 4-STEP */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px; counter-reset: step; }
.step-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 22px 26px; text-align: center; position: relative; counter-increment: step; }
.step-card::before { content: counter(step, decimal-leading-zero); position: absolute; top: -18px; left: 50%; transform: translateX(-50%); background: var(--gradient-red); color: #fff; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1.1rem; box-shadow: 0 4px 12px rgba(196,48,43,.35); }
.step-card h3 { margin: 10px 0 8px; font-size: 1.1rem; text-transform: uppercase; }
.step-card p { font-size: .94rem; color: var(--text-light); margin: 0; line-height: 1.55; }

/* BENEFITS — TOPIC:PARAGRAPH STYLE */
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 36px; }
.benefit-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; }
.benefit-num { flex-shrink: 0; width: 42px; height: 42px; background: var(--gradient-red); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1.05rem; }
.benefit-text h3 { font-size: 1.08rem; margin-bottom: 6px; color: var(--primary-dark); }
.benefit-text p { font-size: .94rem; color: var(--text-light); margin: 0; line-height: 1.6; }

/* HOW TO USE */
.how-to-use { background: var(--bg-card); border: 2px solid var(--primary-gold); border-radius: var(--radius-lg); padding: 36px 36px; max-width: 880px; margin: 36px auto 0; display: grid; grid-template-columns: 180px 1fr; gap: 32px; align-items: center; box-shadow: var(--shadow-sm); }
.how-to-use-icon { width: 180px; height: 180px; background: linear-gradient(135deg, rgba(212,160,23,.1) 0%, rgba(196,48,43,.1) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.how-to-use-icon svg { width: 100px; height: 100px; color: var(--primary-red); }
.how-to-use h3 { margin-bottom: 10px; font-size: 1.5rem; }
.how-to-use p { color: var(--text-light); margin-bottom: 10px; }

/* WHO SHOULD NOT USE — STANDALONE */
.who-not-use { background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%); border-left: 5px solid #e8a317; border-radius: var(--radius-lg); padding: 32px 36px; max-width: 880px; margin: 36px auto 0; box-shadow: var(--shadow-sm); }
.who-not-use h3 { display: flex; align-items: center; gap: 10px; color: #92400e; margin-bottom: 14px; }
.who-not-use h3 svg { width: 28px; height: 28px; color: #e8a317; }
.who-not-use ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 28px; }
.who-not-use li { padding: 6px 0 6px 22px; position: relative; font-size: .96rem; color: #5c3a14; line-height: 1.55; break-inside: avoid; }
.who-not-use li::before { content: "✕"; position: absolute; left: 0; color: #e8a317; font-weight: 700; }

/* REFERENCES — NUMBERED LIST */
.refs-section { background: var(--bg-section); }
.refs-list { max-width: 900px; margin: 36px auto 0; list-style: none; padding: 0; counter-reset: refnum; }
.refs-list li { counter-increment: refnum; padding: 18px 20px 18px 64px; border-radius: 10px; background: var(--bg-card); margin-bottom: 12px; position: relative; font-size: .95rem; color: var(--text-light); line-height: 1.6; border-left: 3px solid var(--primary-red); box-shadow: var(--shadow-sm); }
.refs-list li::before { content: counter(refnum); position: absolute; left: 18px; top: 18px; width: 32px; height: 32px; background: var(--gradient-red); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Oswald", sans-serif; font-weight: 700; font-size: .85rem; }
.refs-list li a { color: var(--primary-red); font-weight: 600; word-break: break-word; text-decoration: underline; }
.refs-list li a:hover { color: var(--primary-red-dark); }

/* AUTHOR BYLINE */
.author-byline { background: var(--bg-card); padding: 32px 32px; border-radius: var(--radius-lg); border: 1px solid var(--border); max-width: 880px; margin: 40px auto 0; display: flex; gap: 24px; align-items: center; box-shadow: var(--shadow-sm); }
.author-avatar { width: 90px; height: 90px; border-radius: 50%; background: var(--gradient-hero); display: flex; align-items: center; justify-content: center; color: var(--primary-gold-light); font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1.9rem; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,.15); border: 3px solid var(--primary-gold); }
.author-info { flex: 1; }
.author-info h4 { font-size: 1.15rem; margin-bottom: 4px; color: var(--primary-dark); font-family: -apple-system, sans-serif; text-transform: none; letter-spacing: 0; }
.author-info .role { color: var(--primary-red); font-weight: 600; font-size: .92rem; margin-bottom: 8px; font-family: "Oswald", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.author-info p { color: var(--text-light); font-size: .94rem; line-height: 1.6; margin: 0; }

/* BONUS BUNDLE IMAGE */
.bonus-feature-image { text-align: center; margin: 0 auto 36px; max-width: 540px; }
.bonus-feature-image img { width: 100%; filter: drop-shadow(0 25px 40px rgba(212,160,23,.25)); }

/* RESPONSIVE — ADD MOBILE BREAKPOINTS FOR NEW SECTIONS */
@media (max-width: 920px) {
  .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .what-is-grid { grid-template-columns: 1fr; gap: 32px; }
  .what-is-content .what-is-stats { grid-template-columns: 1fr 1fr; }
  .trust-strip-grid { gap: 14px; }
  .trust-strip-item { font-size: .85rem; }
  .trust-strip-item svg { width: 28px; height: 28px; }
  .how-to-use { grid-template-columns: 1fr; padding: 26px 22px; text-align: center; }
  .how-to-use-icon { margin: 0 auto; width: 120px; height: 120px; }
  .how-to-use-icon svg { width: 64px; height: 64px; }
  .who-not-use ul { columns: 1; }
  .author-byline { flex-direction: column; text-align: center; padding: 26px 22px; }
  .marquee-track span { font-size: .85rem; padding: 0 22px; }
  .promo-bar { font-size: .75rem; padding: 8px 12px; }
}
@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .what-is-content .what-is-stats { grid-template-columns: 1fr; }
  .promo-bar .dot { margin: 0 6px; }
}

/* 6-STEP GRID OVERRIDE — 3 columns x 2 rows */
.steps-six { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
@media (max-width: 920px) { .steps-six { grid-template-columns: 1fr 1fr; row-gap: 32px; } }
@media (max-width: 480px) { .steps-six { grid-template-columns: 1fr; } }

/* 5-COLUMN FOOTER (v2 spec requirement) */
.footer-5col { grid-template-columns: 1.4fr 1fr 1.3fr 1fr 1fr; gap: 30px; }
@media (max-width: 1100px) { .footer-5col { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 700px) { .footer-5col { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-5col { grid-template-columns: 1fr; } }

/* HERO H1 SAFEGUARD — final, smaller and word-wrap protected */
.hero .hero-h1 { font-size: clamp(1.5rem, 2.6vw, 2.15rem) !important; line-height: 1.15 !important; max-width: 580px; word-wrap: break-word; }
.hero-image img { max-width: 360px !important; }

/* Stack hero on tablet+ — narrower threshold so 2-col stays for longer */
@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr !important; grid-template-areas: "content" "image" !important; gap: 24px; }
  .hero .hero-h1 { font-size: 1.55rem !important; }
  .hero-image img { max-width: 280px !important; }
}
