/*
 * BrushWork Digital — Main Stylesheet
 */

/* ═══════════════════════════════════════════════════════════════════════════
   1. CSS CUSTOM PROPERTIES
   ═══════════════════════════════════════════════════════════════════════════ */
:root {
  --cream:    #F5F0E8;
  --ink:      #1A1A14;
  --rust:     #C8441A;
  --gold:     #D4A843;
  --sage:     #4A6741;
  --lt-sage:  #EAF0E7;
  --warm-mid: #8C7B6B;
}

/* ═══════════════════════════════════════════════════════════════════════════
   2. RESET & BASE
   ═══════════════════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }

/* ═══════════════════════════════════════════════════════════════════════════
   3. WCAG ACCESSIBILITY
   ═══════════════════════════════════════════════════════════════════════════ */
:focus-visible { outline: 3px solid #D4A843 !important; outline-offset: 3px !important; border-radius: 2px; }
:focus:not(:focus-visible) { outline: none; }
.skip-nav { position: absolute; top: -100%; left: 0; z-index: 9999; background: #D4A843; color: #1A1A14; padding: .75rem 1.5rem; font-weight: 700; font-size: .9rem; text-decoration: none; border-radius: 0 0 4px 0; transition: top .15s; white-space: nowrap; }
.skip-nav:focus { top: 0; outline: 3px solid #1A1A14 !important; outline-offset: 2px !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.sr-status { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
[role="alert"] { font-weight: 600; }
::placeholder { color: rgba(100,88,76,0.7) !important; opacity: 1; }
@media (forced-colors: active) { .btn-nav-cta, .price-cta, .pay-btn { border: 2px solid ButtonText; } :focus-visible { outline: 3px solid Highlight !important; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } .fade-up { opacity: 1 !important; transform: none !important; } }

/* ═══════════════════════════════════════════════════════════════════════════
   4. NAVIGATION
   ═══════════════════════════════════════════════════════════════════════════ */
header[role="banner"] { position: sticky; top: 0; z-index: 1000; }
.navbar { background: var(--ink) !important; padding: 1rem 0; }
.navbar-brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--cream) !important; letter-spacing: .05em; text-decoration: none; }
.navbar-brand span { color: var(--rust); }
.nav-link { color: rgba(245,240,232,.75) !important; font-size: .85rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; min-height: 44px; display: inline-flex; align-items: center; }
.nav-link:hover, .nav-link.active { color: var(--gold) !important; }
.navbar-toggler { border-color: rgba(245,240,232,.3); }
.navbar-toggler-icon { filter: invert(1); }
.btn-nav-cta { background: var(--rust); color: var(--cream) !important; border-radius: 2px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; padding: .45rem 1.2rem; border: none; transition: background .2s, transform .15s; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.btn-nav-cta:hover { background: #b03a14; transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════════════════════
   5. PAGE HERO (shared interior pages)
   ═══════════════════════════════════════════════════════════════════════════ */
.page-hero { background: var(--ink); padding: 5rem 0 4.5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(200,68,26,.12) 0%, transparent 60%); pointer-events: none; }
.page-hero-eyebrow { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: .75rem; display: flex; align-items: center; gap: .6rem; }
.page-hero-eyebrow::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--rust); }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem,7vw,5.5rem); line-height: .95; color: var(--cream); letter-spacing: .02em; margin-bottom: 1.25rem; }
.page-hero h1 em { font-style: normal; color: var(--rust); }
.page-hero-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.15rem; color: rgba(245,240,232,.65); max-width: 560px; line-height: 1.65; }

/* ═══════════════════════════════════════════════════════════════════════════
   6. SHARED UTILITIES
   ═══════════════════════════════════════════════════════════════════════════ */
section { padding: 5.5rem 0; }
.section-eyebrow { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--rust); font-weight: 700; margin-bottom: .75rem; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem,4.5vw,3.5rem); line-height: 1; color: var(--ink); letter-spacing: .02em; }
.section-title.light { color: var(--cream); }
.section-lead { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.1rem; color: var(--warm-mid); max-width: 540px; line-height: 1.6; margin-top: .75rem; }
.section-lead.light { color: rgba(245,240,232,.65); }
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════════════════════════════
   7. SHARED BUTTONS
   ═══════════════════════════════════════════════════════════════════════════ */
.btn-white { background: var(--cream); color: var(--rust); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; padding: .9rem 2.2rem; border: none; border-radius: 2px; text-decoration: none; display: inline-block; transition: background .2s, transform .15s; }
.btn-white:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.btn-outline-white { color: rgba(245,240,232,.8); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; padding: .9rem 1.75rem; border: 1px solid rgba(245,240,232,.35); border-radius: 2px; transition: border-color .2s, color .2s; }
.btn-outline-white:hover { border-color: var(--cream); color: var(--cream); }
.btn-hero-primary { background: var(--gold); color: var(--ink); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; padding: .85rem 2.2rem; border: none; border-radius: 2px; text-decoration: none; display: inline-block; transition: background .2s, transform .15s; }
.btn-hero-primary:hover { background: #c49a38; transform: translateY(-2px); color: var(--ink); }
.btn-hero-secondary { color: rgba(245,240,232,.7); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; padding: .85rem 1.5rem; border: 1px solid rgba(245,240,232,.25); border-radius: 2px; transition: border-color .2s, color .2s; }
.btn-hero-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-cta-white { background: var(--cream); color: var(--rust); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; padding: .9rem 2.5rem; border: none; border-radius: 2px; text-decoration: none; display: inline-block; transition: background .2s, transform .15s; }
.btn-cta-white:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }

/* ═══════════════════════════════════════════════════════════════════════════
   8. CTA BAND & SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.cta-band { background: var(--rust); padding: 4.5rem 0; }
.cta-band h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem,5vw,4.5rem); line-height: .95; color: var(--cream); letter-spacing: .02em; }
.cta-band h2 em { font-style: normal; color: var(--gold); }
.cta-band p { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.1rem; color: rgba(245,240,232,.7); margin: 1rem 0 1.75rem; }
.cta-section { background: var(--rust); padding: 6rem 0; }
.cta-section h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem,7vw,6rem); line-height: .95; color: var(--cream); letter-spacing: .02em; }
.cta-section h2 em { font-style: normal; color: var(--gold); }
.cta-section .sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.2rem; color: rgba(245,240,232,.7); margin: 1.25rem 0 2rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   9. TRUST BAR
   ═══════════════════════════════════════════════════════════════════════════ */
.trust-bar { background: var(--sage); padding: 1rem 0; }
.trust-bar-inner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: .5rem; color: var(--cream); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 500; }
.trust-item svg { color: var(--gold); }

/* ═══════════════════════════════════════════════════════════════════════════
   10. HERO (index.html)
   ═══════════════════════════════════════════════════════════════════════════ */
.hero { background: var(--ink); min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg-strokes { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-bg-strokes svg { width: 100%; height: 100%; }
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1.25rem; display: flex; align-items: center; gap: .6rem; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 32px; height: 2px; background: var(--rust); }
.hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.8rem,9vw,8rem); line-height: .92; color: var(--cream); letter-spacing: .02em; margin-bottom: 1.5rem; }
.hero h1 em { font-style: normal; color: var(--rust); display: block; }
.hero-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: clamp(1.1rem,2.5vw,1.5rem); color: rgba(245,240,232,.65); max-width: 480px; line-height: 1.5; margin-bottom: 2.5rem; }
.hero-price-badge { display: inline-flex; flex-direction: column; align-items: center; background: var(--rust); color: var(--cream); border-radius: 4px; padding: 1rem 1.6rem; margin-bottom: 2.5rem; }
.hero-price-badge .amount { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; line-height: 1; letter-spacing: .04em; }
.hero-price-badge .label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; opacity: .85; font-weight: 600; }
.mock-browser { background: #252520; border-radius: 8px; width: 100%; max-width: 540px; box-shadow: 0 40px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.05); overflow: hidden; animation: floatBrowser 5s ease-in-out infinite; }
@keyframes floatBrowser { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.mock-browser-bar { background: #1a1a17; padding: .55rem .9rem; display: flex; align-items: center; gap: .5rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-r { background: #FF5F57; } .dot-y { background: #FEBC2E; } .dot-g { background: #28C840; }
.mock-url { background: #2e2e28; border-radius: 4px; flex: 1; height: 22px; margin-left: .5rem; display: flex; align-items: center; padding: 0 .5rem; font-size: .65rem; color: rgba(245,240,232,.3); font-family: monospace; }
.mock-screen { background: var(--cream); padding: 0; }
.mock-hero-bar { background: var(--ink); height: 44px; display: flex; align-items: center; padding: 0 1rem; gap: .5rem; }
.mock-logo-text { font-family: 'Bebas Neue', sans-serif; color: var(--cream); font-size: 1.1rem; letter-spacing: .05em; }
.mock-hero-section { background: linear-gradient(135deg, #3a2a1e 0%, #C8441A 60%, #D4A843 100%); padding: 2rem 1rem; display: flex; flex-direction: column; gap: .5rem; }
.mock-h1-line { height: 16px; background: rgba(245,240,232,.95); border-radius: 2px; width: 80%; }
.mock-h1-line.short { width: 55%; }
.mock-sub-line { height: 7px; background: rgba(245,240,232,.45); border-radius: 2px; margin-top: .25rem; }
.mock-sub-line.w60 { width: 60%; }
.mock-btn-row { display: flex; gap: .5rem; margin-top: .5rem; }
.mock-btn { height: 24px; border-radius: 2px; width: 90px; background: var(--gold); }
.mock-btn.outline { background: transparent; border: 1px solid rgba(245,240,232,.4); width: 70px; }
.mock-cards-row { display: flex; gap: .5rem; padding: 1rem; }
.mock-card { flex: 1; background: white; border-radius: 4px; padding: .5rem; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.mock-card-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--rust); margin-bottom: .4rem; opacity: .8; }
.mock-card-lines { display: flex; flex-direction: column; gap: 4px; }
.mock-card-line { height: 5px; background: #ddd; border-radius: 2px; }
.mock-card-line.short { width: 60%; }

/* ═══════════════════════════════════════════════════════════════════════════
   11. PROBLEM CARDS (index.html)
   ═══════════════════════════════════════════════════════════════════════════ */
.problem-section { background: var(--cream); }
.problem-card { border: 1px solid rgba(26,26,20,.1); border-radius: 4px; padding: 2rem; transition: box-shadow .25s, transform .25s; background: white; }
.problem-card:hover { box-shadow: 0 8px 32px rgba(200,68,26,.12); transform: translateY(-3px); }
.problem-card .icon { font-size: 2rem; color: var(--rust); margin-bottom: 1rem; display: block; }
.problem-card p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; color: var(--ink); margin-bottom: .5rem; }
.problem-card > p { font-size: .9rem; line-height: 1.65; color: var(--warm-mid); }

/* ═══════════════════════════════════════════════════════════════════════════
   12. WHAT YOU GET (index.html)
   ═══════════════════════════════════════════════════════════════════════════ */
.what-section { background: var(--ink); }
.what-grid { display: flex; flex-direction: column; gap: 2px; }
.what-item { display: flex; align-items: flex-start; gap: 1.25rem; padding: 1.75rem 0; border-bottom: 1px solid rgba(245,240,232,.07); }
.what-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; line-height: 1; color: rgba(212,168,67,.2); min-width: 52px; letter-spacing: .02em; }
.what-text p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .4rem; }
.what-text > p { font-size: .9rem; line-height: 1.65; color: rgba(245,240,232,.5); }
.what-check { color: var(--gold); margin-right: .3rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   13. PRICING CARDS
   ═══════════════════════════════════════════════════════════════════════════ */
.pricing-section { background: var(--lt-sage); }
.price-card { background: white; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 24px rgba(74,103,65,.1); }
.price-card-head { background: var(--ink); padding: 2rem 2rem 1.5rem; }
.price-card-head .plan-name { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: .5rem; }
.price-card-head .big-price { font-family: 'Bebas Neue', sans-serif; font-size: 5rem; line-height: 1; color: var(--cream); letter-spacing: .04em; }
.price-card-head .big-price sup { font-size: 2rem; vertical-align: super; line-height: 0; font-family: 'DM Sans', sans-serif; color: rgba(245,240,232,.6); }
.price-card-head .per-month { font-size: .8rem; color: rgba(245,240,232,.5); letter-spacing: .05em; }
.price-card-body { padding: 2rem; }
.price-feature { display: flex; align-items: flex-start; gap: .75rem; padding: .75rem 0; border-bottom: 1px solid rgba(26,26,20,.06); }
.price-feature:last-of-type { border-bottom: none; }
.price-feature svg, .price-feature i { color: var(--sage); font-size: 1.1rem; margin-top: 1px; flex-shrink: 0; }
.price-feature-text strong { display: block; font-size: .9rem; color: var(--ink); font-weight: 600; }
.price-feature-text span { font-size: .82rem; color: var(--warm-mid); line-height: 1.5; }
.price-cta { display: block; text-align: center; background: var(--rust); color: var(--cream) !important; text-decoration: none; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; padding: 1rem; border-radius: 2px; margin-top: 1.5rem; transition: background .2s; }
.price-cta:hover { background: #b03a14; }
.contract-note { font-size: .78rem; color: var(--warm-mid); text-align: center; margin-top: .75rem; font-style: italic; }
.side-callout { background: var(--ink); border-radius: 4px; padding: 1.75rem; margin-bottom: 1.25rem; }
.side-callout p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .5rem; }
.side-callout p { font-size: .88rem; color: rgba(245,240,232,.55); line-height: 1.6; }
.side-callout-accent { background: var(--rust); border-radius: 4px; padding: 1.75rem; }
.side-callout-accent p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .5rem; }
.side-callout-accent p { font-size: .88rem; color: rgba(245,240,232,.8); line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════════════════════
   14. PROCESS (index + process.html)
   ═══════════════════════════════════════════════════════════════════════════ */
.process-section { background: var(--cream); }
.process-step { display: flex; gap: 1.5rem; align-items: flex-start; margin-bottom: 2.5rem; }
.process-step-num { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 1; color: var(--rust); min-width: 52px; letter-spacing: .02em; }
.process-step-body p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: .04em; color: var(--ink); margin-bottom: .4rem; }
.process-step-body > p { font-size: .9rem; line-height: 1.65; color: var(--warm-mid); }
.process-timeline-img { background: linear-gradient(160deg, #1A1A14 0%, #3a2a1e 50%, #C8441A 100%); border-radius: 6px; padding: 2.5rem 2rem; color: var(--cream); height: 100%; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; }
.process-timeline-img .big-stat { font-family: 'Bebas Neue', sans-serif; font-size: 6rem; line-height: 1; letter-spacing: .02em; color: var(--gold); }
.process-timeline-img p { font-size: 1rem; color: rgba(245,240,232,.65); max-width: 260px; line-height: 1.5; }
.timeline-section { background: var(--cream); padding: 6rem 0; }
.timeline-wrapper { position: relative; }
.timeline-line { position: absolute; left: 52px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--rust), var(--gold), var(--sage)); opacity: .25; }
.timeline-step { display: flex; gap: 2rem; align-items: flex-start; margin-bottom: 4rem; position: relative; }
.timeline-step:last-child { margin-bottom: 0; }
.step-marker { flex-shrink: 0; width: 104px; display: flex; flex-direction: column; align-items: center; gap: .35rem; }
.step-circle { width: 44px; height: 44px; border-radius: 50%; background: var(--rust); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: var(--cream); letter-spacing: .05em; position: relative; z-index: 1; flex-shrink: 0; }
.step-circle.gold { background: var(--gold); color: var(--ink); }
.step-circle.sage { background: var(--sage); }
.step-circle.ink { background: var(--ink); }
.step-day { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--warm-mid); font-weight: 600; text-align: center; }
.step-body { flex: 1; padding-top: .2rem; }
.step-num { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: .2em; color: var(--rust); text-transform: uppercase; font-weight: 700; margin-bottom: .25rem; }
.step-body p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: .03em; color: var(--ink); margin-bottom: .6rem; }
.step-body > p { font-size: .92rem; line-height: 1.75; color: var(--warm-mid); margin-bottom: 1rem; }
.step-details { background: white; border-radius: 4px; padding: 1.25rem 1.5rem; border-left: 3px solid var(--rust); }
.step-details.gold { border-left-color: var(--gold); }
.step-details.sage { border-left-color: var(--sage); }
.step-details.ink { border-left-color: var(--ink); }
.step-details ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.step-details li { font-size: .85rem; color: var(--ink); display: flex; align-items: flex-start; gap: .5rem; }
.step-details li svg { color: var(--sage); margin-top: 2px; flex-shrink: 0; }
.timeline-visual { background: var(--ink); border-radius: 8px; padding: 2.5rem; position: sticky; top: 90px; }
.tv-title { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 1.75rem; }
.tv-row { display: flex; align-items: center; gap: .85rem; margin-bottom: .5rem; }
.tv-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.tv-bar-wrap { flex: 1; background: rgba(245,240,232,.07); border-radius: 2px; height: 8px; overflow: hidden; }
.tv-bar { height: 100%; border-radius: 2px; }
.tv-label { font-size: .75rem; color: rgba(245,240,232,.5); min-width: 44px; text-align: right; }
.tv-milestone { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(245,240,232,.08); }
.tv-milestone-row { display: flex; justify-content: space-between; align-items: center; padding: .45rem 0; border-bottom: 1px solid rgba(245,240,232,.05); font-size: .82rem; }
.tv-milestone-row:last-child { border-bottom: none; }
.tv-milestone-row span:first-child { color: rgba(245,240,232,.55); }
.tv-milestone-row span:last-child { color: var(--gold); font-weight: 600; }
.big-day-badge { background: var(--rust); border-radius: 4px; padding: 1.25rem; text-align: center; margin-top: 1.5rem; }
.big-day-badge .num { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; line-height: 1; color: var(--cream); letter-spacing: .04em; }
.big-day-badge .lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(245,240,232,.75); font-weight: 600; }
.prepare-section { background: var(--lt-sage); padding: 5.5rem 0; }
.prep-card { background: white; border-radius: 4px; padding: 1.75rem; height: 100%; border-top: 3px solid var(--rust); transition: box-shadow .25s, transform .25s; }
.prep-card:hover { box-shadow: 0 8px 28px rgba(74,103,65,.12); transform: translateY(-3px); }
.prep-card svg { width: 2rem; height: 2rem; margin-bottom: 1rem; display: block; color: var(--rust); }
.prep-card p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; letter-spacing: .04em; color: var(--ink); margin-bottom: .5rem; }
.prep-card > p { font-size: .87rem; color: var(--warm-mid); line-height: 1.65; }
.prep-card .optional { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--sage); font-weight: 700; margin-top: .75rem; }
.ongoing-section { background: var(--ink); padding: 5.5rem 0; }
.ongoing-card { background: rgba(245,240,232,.04); border: 1px solid rgba(245,240,232,.08); border-radius: 4px; padding: 1.75rem; height: 100%; }
.ongoing-card svg { width: 1.75rem; height: 1.75rem; color: var(--gold); margin-bottom: 1rem; display: block; }
.ongoing-card p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .5rem; }
.ongoing-card > p { font-size: .87rem; color: rgba(245,240,232,.5); line-height: 1.65; }

/* ═══════════════════════════════════════════════════════════════════════════
   15. TESTIMONIALS
   ═══════════════════════════════════════════════════════════════════════════ */
.testimonials-section, .testimonial-strip { background: var(--ink); }
.testimonial-card, .t-card { background: rgba(245,240,232,.04); border: 1px solid rgba(245,240,232,.08); border-radius: 4px; padding: 2rem; height: 100%; }
.testimonial-stars, .t-stars { color: var(--gold); font-size: .9rem; letter-spacing: .15em; margin-bottom: 1rem; }
.testimonial-quote, .t-quote { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.05rem; line-height: 1.65; color: var(--cream); margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.author-avatar, .t-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1rem; color: var(--cream); letter-spacing: .04em; flex-shrink: 0; }
.author-name, .t-author-name { font-size: .88rem; font-weight: 700; color: var(--cream); }
.author-biz, .t-author-biz { font-size: .78rem; color: rgba(245,240,232,.45); }

/* ═══════════════════════════════════════════════════════════════════════════
   16. FAQ ACCORDION
   ═══════════════════════════════════════════════════════════════════════════ */
.faq-section { background: var(--cream); }
.accordion-item { border: none; border-bottom: 1px solid rgba(26,26,20,.1); background: transparent; }
.accordion-button { background: transparent; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 1rem; color: var(--ink); padding: 1.25rem 0; min-height: 44px; }
.accordion-button:not(.collapsed) { color: var(--rust); background: transparent; box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-body { font-size: .92rem; line-height: 1.7; color: var(--warm-mid); padding: 0 0 1.25rem; }
.accordion-body a { color: var(--rust); text-decoration: none; font-weight: 600; }
.accordion-body a:hover { text-decoration: underline; }
.accordion-body strong { color: var(--ink); }
.cat-tabs { background: var(--ink); padding: 0; border-bottom: 1px solid rgba(245,240,232,.08); }
.cat-tab-list { display: flex; overflow-x: auto; gap: 0; padding: 0 1rem; scrollbar-width: none; }
.cat-tab-list::-webkit-scrollbar { display: none; }
.cat-tab { background: none; border: none; color: rgba(245,240,232,.45); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; padding: 1rem 1.5rem; cursor: pointer; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; white-space: nowrap; font-family: 'DM Sans', sans-serif; min-height: 44px; }
.cat-tab:hover { color: rgba(245,240,232,.8); }
.cat-tab.active { color: var(--gold); border-bottom-color: var(--gold); }
.faq-main { padding: 5rem 0; background: var(--cream); }
.faq-category { margin-bottom: 4rem; }
.faq-cat-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 2px solid rgba(26,26,20,.08); }
.faq-cat-icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.faq-cat-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: .04em; color: var(--ink); }
.faq-cat-count { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: var(--warm-mid); font-weight: 600; margin-left: auto; }
.faq-sidebar { position: sticky; top: 90px; }
.sidebar-card { background: var(--ink); border-radius: 6px; padding: 1.75rem; margin-bottom: 1.25rem; }
.sidebar-card p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .5rem; }
.sidebar-card > p { font-size: .85rem; color: rgba(245,240,232,.5); line-height: 1.65; margin-bottom: 1rem; }
.sidebar-card a { display: block; background: var(--rust); color: var(--cream); text-align: center; padding: .75rem; border-radius: 2px; font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .2s; }
.sidebar-card a:hover { background: #b03a14; }
.sidebar-link-list { list-style: none; padding: 0; margin: 0; }
.sidebar-link-list li { border-bottom: 1px solid rgba(245,240,232,.07); padding: .6rem 0; }
.sidebar-link-list li:last-child { border-bottom: none; }
.sidebar-link-list a { color: rgba(245,240,232,.55); font-size: .85rem; text-decoration: none; transition: color .2s; display: flex; align-items: center; gap: .5rem; }
.sidebar-link-list a:hover { color: var(--gold); }
.still-questions { background: var(--lt-sage); padding: 4.5rem 0; }
.sq-card { background: white; border-radius: 6px; padding: 2.5rem; text-align: center; height: 100%; transition: box-shadow .25s, transform .25s; }
.sq-card:hover { box-shadow: 0 8px 30px rgba(74,103,65,.12); transform: translateY(-4px); }
.sq-card svg { width: 2.5rem; height: 2.5rem; margin: 0 auto 1rem; display: block; }
.sq-card p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: .04em; color: var(--ink); margin-bottom: .5rem; }
.sq-card > p { font-size: .87rem; color: var(--warm-mid); line-height: 1.65; margin-bottom: 1.25rem; }
.sq-card a { display: inline-block; background: var(--rust); color: var(--cream); padding: .65rem 1.5rem; border-radius: 2px; font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .2s; }
.sq-card a:hover { background: #b03a14; }

/* ═══════════════════════════════════════════════════════════════════════════
   17. WHATS-INCLUDED PAGE
   ═══════════════════════════════════════════════════════════════════════════ */
.feature-block { padding: 5rem 0; }
.feature-block:nth-child(even) { background: white; }
.feature-block:nth-child(odd) { background: var(--cream); }
.feature-number { font-family: 'Bebas Neue', sans-serif; font-size: 7rem; line-height: 1; color: rgba(200,68,26,.08); letter-spacing: .02em; margin-bottom: -1.5rem; }
.feature-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem,4vw,3rem); letter-spacing: .03em; color: var(--ink); margin-bottom: 1rem; }
.feature-body { font-size: .95rem; line-height: 1.75; color: var(--warm-mid); margin-bottom: 1.5rem; }
.feature-checklist { list-style: none; padding: 0; }
.feature-checklist li { display: flex; align-items: flex-start; gap: .65rem; font-size: .9rem; color: var(--ink); padding: .45rem 0; border-bottom: 1px solid rgba(26,26,20,.07); }
.feature-checklist li:last-child { border-bottom: none; }
.feature-checklist li svg, .feature-checklist li i { color: var(--sage); margin-top: 1px; flex-shrink: 0; }
.feature-visual { background: var(--ink); border-radius: 6px; padding: 2.5rem; min-height: 300px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.feature-visual::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(200,68,26,.1); pointer-events: none; }
.feature-visual-icon { font-size: 3.5rem; color: var(--rust); margin-bottom: 1.25rem; display: block; position: relative; z-index: 1; }
.feature-visual p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .5rem; position: relative; z-index: 1; }
.feature-visual > p { font-size: .88rem; color: rgba(245,240,232,.5); line-height: 1.65; position: relative; z-index: 1; }
.compare-section { background: var(--ink); }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.compare-table th { font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(245,240,232,.5); font-weight: 600; padding: .85rem 1.25rem; border-bottom: 1px solid rgba(245,240,232,.08); }
.compare-table th.highlight { background: rgba(200,68,26,.15); color: var(--gold); border-radius: 4px 4px 0 0; }
.compare-table td { padding: .9rem 1.25rem; font-size: .88rem; color: rgba(245,240,232,.6); border-bottom: 1px solid rgba(245,240,232,.05); }
.compare-table td.feature-col { color: var(--cream); font-weight: 500; }
.compare-table td.highlight { background: rgba(200,68,26,.07); }
.compare-table tr:last-child td { border-bottom: none; }
.check-yes { color: var(--sage); font-size: 1.1rem; }
.check-no { color: rgba(245,240,232,.2); font-size: 1.1rem; }
.check-maybe { color: var(--gold); font-size: .8rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   18. PRICING PAGE
   ═══════════════════════════════════════════════════════════════════════════ */
.roi-strip { background: var(--lt-sage); padding: 4rem 0; }
.roi-card { background: white; border-radius: 6px; padding: 2.5rem; border-left: 4px solid var(--sage); }
.roi-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; line-height: 1; color: var(--sage); letter-spacing: .04em; }
.roi-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--warm-mid); font-weight: 600; }
.roi-desc { font-size: .88rem; color: var(--warm-mid); line-height: 1.6; margin-top: .5rem; }
.callout { border-radius: 4px; padding: 1.75rem 2rem; margin-bottom: 1.25rem; }
.callout.dark { background: var(--ink); }
.callout.rust { background: var(--rust); }
.callout.sage { background: var(--sage); }
.callout.light { background: white; border: 1px solid rgba(26,26,20,.1); }
.callout p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; margin-bottom: .5rem; }
.callout.dark p[role="heading"] { color: var(--cream); }
.callout.rust p[role="heading"] { color: var(--cream); }
.callout.sage p[role="heading"] { color: var(--cream); }
.callout.light p[role="heading"] { color: var(--ink); }
.callout p { font-size: .88rem; line-height: 1.65; }
.callout.dark p { color: rgba(245,240,232,.55); }
.callout.rust p { color: rgba(245,240,232,.85); }
.callout.sage p { color: rgba(245,240,232,.75); }
.callout.light p { color: var(--warm-mid); }

/* ═══════════════════════════════════════════════════════════════════════════
   19. GET STARTED PAGE
   ═══════════════════════════════════════════════════════════════════════════ */
.gs-section { background: var(--lt-sage); padding: 5.5rem 0; }
.form-card { background: white; border-radius: 8px; box-shadow: 0 12px 50px rgba(26,26,20,.12); overflow: hidden; }
.form-card-head { background: var(--ink); padding: 2rem 2.5rem; }
.step-indicator { display: flex; gap: 0; margin-bottom: 1.5rem; }
.step-dot { flex: 1; height: 3px; background: rgba(245,240,232,.15); transition: background .3s; }
.step-dot.done { background: var(--sage); }
.step-dot.active { background: var(--rust); }
.step-label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(245,240,232,.45); font-weight: 600; }
.step-label em { font-style: normal; color: var(--gold); }
.form-card-body { padding: 2.5rem; }
.step-panel { display: none; }
.step-panel.active { display: block; }
.step-title { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: .03em; color: var(--ink); margin-bottom: .35rem; }
.step-sub { font-size: .9rem; color: var(--warm-mid); margin-bottom: 2rem; line-height: 1.6; }
.form-label { font-size: .82rem; font-weight: 600; color: var(--ink); letter-spacing: .04em; margin-bottom: .4rem; }
.form-control, .form-select { border: 1.5px solid rgba(26,26,20,.15); border-radius: 2px; font-size: .9rem; color: var(--ink); padding: .7rem .9rem; background: white; width: 100%; transition: border-color .2s, box-shadow .2s; }
.form-control:focus, .form-select:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(200,68,26,.12); outline: none; }
.pill-group { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill-input { display: none; }
.pill-label { border: 1.5px solid rgba(26,26,20,.15); border-radius: 2px; padding: .5rem 1rem; font-size: .85rem; cursor: pointer; color: var(--warm-mid); transition: all .2s; font-weight: 500; user-select: none; }
.pill-input:checked + .pill-label { background: var(--rust); border-color: var(--rust); color: var(--cream); }
.pill-label:hover { border-color: var(--rust); color: var(--rust); }
.form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(26,26,20,.08); }
.btn-next { background: var(--rust); color: var(--cream); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; padding: .85rem 2rem; border: none; border-radius: 2px; cursor: pointer; transition: background .2s, transform .15s; }
.btn-next:hover:not(:disabled) { background: #b03a14; transform: translateY(-1px); }
.btn-next:disabled { background: rgba(26,26,20,.2); cursor: not-allowed; transform: none; }
.btn-back { background: none; border: 1.5px solid rgba(26,26,20,.2); color: var(--warm-mid); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .75rem 1.5rem; border-radius: 2px; cursor: pointer; transition: all .2s; }
.btn-back:hover { border-color: var(--ink); color: var(--ink); }
.btn-submit { background: var(--sage); color: var(--cream); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; padding: .85rem 2.5rem; border: none; border-radius: 2px; cursor: pointer; transition: background .2s, transform .15s; }
.btn-submit:hover { background: #3a5433; transform: translateY(-1px); }
.success-panel { display: none; text-align: center; padding: 3rem 2rem; }
.success-panel.active, .success-panel.visible { display: block; }
.success-icon { width: 72px; height: 72px; background: var(--lt-sage); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; }
.success-panel h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; letter-spacing: .03em; color: var(--ink); margin-bottom: .75rem; }
.success-panel > p { font-size: .95rem; color: var(--warm-mid); line-height: 1.7; max-width: 420px; margin: 0 auto; }
.success-ref { background: var(--lt-sage); border-radius: 4px; padding: .75rem 1.25rem; display: inline-block; margin-top: 1.25rem; font-size: .82rem; color: var(--sage); font-weight: 600; letter-spacing: .05em; }
.sidebar-promise { background: var(--ink); border-radius: 6px; padding: 2rem; margin-bottom: 1.25rem; }
.sidebar-promise p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; color: var(--cream); margin-bottom: 1rem; }
.promise-item { display: flex; align-items: flex-start; gap: .75rem; padding: .6rem 0; border-bottom: 1px solid rgba(245,240,232,.07); }
.promise-item:last-child { border-bottom: none; }
.promise-item svg { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.promise-item span { font-size: .85rem; color: rgba(245,240,232,.65); line-height: 1.5; }
.sidebar-testimonial { background: white; border-radius: 6px; padding: 1.75rem; border-left: 4px solid var(--rust); }
.sidebar-pricing { background: var(--rust); border-radius: 6px; padding: 1.75rem; text-align: center; margin-top: 1.25rem; }
.sidebar-pricing .price { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 1; color: var(--cream); letter-spacing: .04em; }
.sidebar-pricing .price-sub { font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(245,240,232,.7); font-weight: 600; margin-bottom: .75rem; }
.sidebar-pricing ul { list-style: none; padding: 0; text-align: left; }
.sidebar-pricing ul li { display: flex; align-items: center; gap: .5rem; font-size: .83rem; color: rgba(245,240,232,.8); padding: .35rem 0; }
.sidebar-pricing ul li svg { color: var(--gold); flex-shrink: 0; }
.alt-contact { background: var(--ink); padding: 4rem 0; }
.alt-item { display: flex; align-items: center; gap: 1.25rem; padding: 1.5rem; background: rgba(245,240,232,.03); border: 1px solid rgba(245,240,232,.07); border-radius: 4px; text-decoration: none; transition: background .2s, border-color .2s; }
.alt-item:hover { background: rgba(245,240,232,.06); border-color: rgba(245,240,232,.15); }
.alt-item-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.alt-item p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: .04em; color: var(--cream); margin-bottom: .15rem; }
.alt-item > p { font-size: .82rem; color: rgba(245,240,232,.45); margin: 0; line-height: 1.4; }
.alt-item > span { margin-left: auto; color: var(--gold); font-size: 1.25rem; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════════════════════
   20. PAYMENT PAGE
   ═══════════════════════════════════════════════════════════════════════════ */
.payment-section { background: var(--lt-sage); padding: 4.5rem 0; }
.secure-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(74,103,65,.15); border: 1px solid rgba(74,103,65,.3); border-radius: 2px; padding: .35rem .85rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage); font-weight: 700; margin-top: 1.25rem; }
.payment-card { background: white; border-radius: 8px; box-shadow: 0 8px 40px rgba(26,26,20,.1); overflow: hidden; }
.payment-card-head { background: var(--ink); padding: 1.75rem 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.payment-card-head-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; color: var(--cream); }
.stripe-badge { display: flex; align-items: center; gap: .4rem; font-size: .72rem; color: rgba(245,240,232,.45); letter-spacing: .08em; text-transform: uppercase; }
.stripe-logo { font-weight: 800; font-size: .9rem; color: rgba(245,240,232,.6); letter-spacing: .02em; }
.payment-card-body { padding: 2rem; }
.field-label { font-size: .8rem; font-weight: 600; color: var(--ink); letter-spacing: .05em; text-transform: uppercase; margin-bottom: .45rem; display: block; }
.field-label .optional { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--warm-mid); }
.field-divider { height: 1px; background: rgba(26,26,20,.08); margin: 1.5rem 0; }
.amount-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-bottom: .6rem; }
.amount-btn { background: white; border: 1.5px solid rgba(26,26,20,.15); border-radius: 2px; padding: .75rem .5rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: .04em; color: var(--ink); cursor: pointer; transition: all .2s; text-align: center; }
.amount-btn:hover { border-color: var(--rust); color: var(--rust); }
.amount-btn.selected { background: var(--rust); border-color: var(--rust); color: white; }
.amount-btn .sub { display: block; font-family: 'DM Sans', sans-serif; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; margin-top: .1rem; opacity: .75; }
.custom-amount-wrap { position: relative; }
.custom-amount-wrap .currency { position: absolute; left: .9rem; top: 50%; transform: translateY(-50%); font-weight: 700; color: var(--warm-mid); font-size: .92rem; pointer-events: none; }
.custom-amount-wrap .form-control { padding-left: 1.75rem; }
.stripe-field { border: 1.5px solid rgba(26,26,20,.15); border-radius: 2px; padding: .75rem .9rem; background: white; transition: border-color .2s, box-shadow .2s; min-height: 44px; }
.stripe-field.focused { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(200,68,26,.1); }
.stripe-field.error { border-color: #e53935; }
.pay-btn { background: var(--rust); color: white; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .88rem; padding: 1rem 2rem; border: none; border-radius: 2px; width: 100%; cursor: pointer; transition: background .2s, transform .15s; display: flex; align-items: center; justify-content: center; gap: .6rem; font-family: 'DM Sans', sans-serif; }
.pay-btn:hover:not(:disabled) { background: #b03a14; transform: translateY(-1px); }
.pay-btn:disabled { background: rgba(26,26,20,.25); cursor: not-allowed; transform: none; }
.pay-btn .spinner { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.4); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.pay-btn.loading .spinner { display: block; }
.pay-btn.loading .btn-text { display: none; }
.payment-error { display: none; background: #fff5f5; border: 1px solid #fca5a5; border-radius: 2px; padding: .85rem 1rem; font-size: .85rem; color: #b91c1c; margin-top: .75rem; line-height: 1.5; }
.payment-error.visible { display: block; }
.success-icon-wrap { width: 72px; height: 72px; background: var(--lt-sage); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; }
.sidebar-box { background: var(--ink); border-radius: 6px; padding: 1.75rem; margin-bottom: 1.25rem; }
.sidebar-box p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; letter-spacing: .04em; color: var(--cream); margin-bottom: 1rem; }
.sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: .55rem 0; border-bottom: 1px solid rgba(245,240,232,.07); font-size: .85rem; }
.sidebar-item:last-child { border-bottom: none; }
.sidebar-item .label { color: rgba(245,240,232,.55); }
.sidebar-item .value { color: var(--cream); font-weight: 600; }
.sidebar-item .value.gold { color: var(--gold); }
.trust-box { background: white; border-radius: 6px; padding: 1.75rem; border-left: 4px solid var(--sage); }
.trust-box p[role="heading"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: .04em; color: var(--ink); margin-bottom: 1rem; }
.trust-row { display: flex; align-items: center; gap: .65rem; padding: .5rem 0; font-size: .85rem; }
.trust-row svg { color: var(--sage); flex-shrink: 0; }
.trust-row span { color: var(--warm-mid); }
.powered-by { background: rgba(26,26,20,.04); border-radius: 4px; padding: .85rem 1rem; display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: .75rem; color: var(--warm-mid); margin-top: 1rem; }
.powered-by a { color: var(--warm-mid); text-decoration: none; font-weight: 600; }
.powered-by a:hover { color: var(--ink); }
.lookup-section { background: white; border-radius: 6px; padding: 1.75rem; margin-bottom: 1.5rem; border: 1.5px dashed rgba(26,26,20,.15); }
.lookup-section p { font-size: .85rem; color: var(--warm-mid); line-height: 1.6; }
.lookup-section p:first-child { margin-bottom: .75rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   21. FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */
footer { background: #0f0f0c; padding: 3rem 0 2rem; color: rgba(245,240,232,.4); }
.footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: .05em; color: var(--cream); }
.footer-brand span { color: var(--rust); }
footer > .container p { font-size: .82rem; line-height: 1.65; max-width: 300px; margin-top: .5rem; }
footer p[role="heading"] { font-size: .72rem !important; letter-spacing: .15em !important; text-transform: uppercase !important; color: var(--cream) !important; font-weight: 700 !important; margin-bottom: 1rem !important; max-width: none !important; }
footer a { color: rgba(245,240,232,.4); text-decoration: none; font-size: .85rem; display: block; margin-bottom: .4rem; transition: color .2s; }
footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(245,240,232,.07); margin-top: 2.5rem; padding-top: 1.5rem; font-size: .78rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   22. p[role="heading"] FALLBACKS
   ═══════════════════════════════════════════════════════════════════════════ */
p[role="heading"][aria-level="3"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: .04em; font-weight: normal; line-height: 1.1; }
p[role="heading"][aria-level="4"] { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: .04em; font-weight: normal; line-height: 1.1; }
p[role="heading"][aria-level="5"] { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; line-height: 1.2; }

.policy-body {
  max-width: 760px;
}
.policy-body h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .04em;
  color: var(--ink);
  margin-top: 2.5rem;
  margin-bottom: .6rem;
}
.policy-body h2:first-child {
  margin-top: 0;
}
.policy-body p {
  font-size: .92rem;
  color: #3A3A30;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.policy-body ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.policy-body ul li {
  font-size: .92rem;
  color: #3A3A30;
  line-height: 1.75;
  margin-bottom: .35rem;
}
.policy-body a {
  color: var(--rust);
  text-decoration: none;
  font-weight: 600;
}
.policy-body a:hover {
  text-decoration: underline;
}
.policy-meta {
  font-size: .8rem;
  color: var(--warm-mid);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(26,26,20,.1);
}

/* ═══════════════════════════════════════════════════════════════════════════
   23. RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 992px) {
  .timeline-line { display: none; }
  .timeline-step { flex-direction: column; gap: 1rem; }
  .step-marker { flex-direction: row; width: auto; align-items: center; }
  .tv-bar-wrap { display: none; }
}
@media (max-width: 768px) {
  .hero { min-height: auto; padding: 4rem 0 3rem; }
  .mock-browser { display: none; }
  section { padding: 3.5rem 0; }
  .gs-section { padding: 2.5rem 0; }
  .form-card-body { padding: 1.75rem; }
  .form-card-head { padding: 1.5rem 1.75rem; }
  .timeline-visual { position: static; margin-bottom: 3rem; }
  .payment-section { padding: 2.5rem 0; }
  .amount-grid { grid-template-columns: repeat(2,1fr); }
  .faq-sidebar { position: static; margin-bottom: 2rem; }
  .accordion-body { padding-right: 0; }
  .row {margin-right: 0px; margin-left: 0px;}
}