/* Spacing tweak for inline testimonial under pattern interrupt */
.pattern-interrupt .testimonials { margin-top: 28px; }
/* Rebel Brand – Rock & Race Desert Aesthetic */
:root {
  --bg: #0a0a0a;
  --text: #f2f2f2;
  --muted: #cfcfcf;
  --sand: #c6a779;
  --grit: #7a6442;
  --accent: #ff3b3b; /* race red */
  --accent-2: #6a5acd; /* alt rock purple */
  --cta: #0d1320; /* dark navy */
  --cta-alt: #151515; /* matte black */
  --brand-blue: #0c8ce9; /* optional edge highlights */
  --go-green: #2ea36a; /* muted go green */
  --go-teal: #1fb59a; /* complementary go teal */
  --glow-yellow: #e2c060; /* muted yellow for hovers */
  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Slightly larger body copy for readability */
p, li { font-size: 1.0625rem; line-height: 1.65; }

.display { font-family: Anton, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: 0.02em; line-height: 0.98; }
.lead { font-size: clamp(1.05rem, 1vw + 0.8rem, 1.35rem); color: var(--muted); }
/* Ensure body-scale inside structured lists */
.bullet-cards li { font-size: inherit; line-height: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: linear-gradient(180deg, rgba(10,10,10,0.9), rgba(10,10,10,0.6) 60%, rgba(10,10,10,0)); backdrop-filter: blur(6px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; background: transparent; color: #fff; font-weight: 900; border: 0; font-size: 18px; }
.brand-name { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav a { color: var(--muted); text-decoration: none; margin-left: 18px; font-weight: 600; }
.site-nav a:hover { color: var(--text); }

/* Mobile navigation */
.nav-toggle { display: none; background: transparent; color: #fff; border: 0; padding: 8px 10px; font-size: 22px; }
.nav-toggle:focus-visible { outline: 2px solid var(--go-green); outline-offset: 2px; border-radius: 4px; }
.mobile-menu { background: #0e0e0e; border-top: 1px solid rgba(255,255,255,0.08); display: none; }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu nav { display: grid; }
.mobile-menu a { color: var(--text); text-decoration: none; padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-menu a:hover { background: rgba(255,255,255,0.04); }

@media (max-width: 860px) {
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; z-index: 60; background: #0e0e0e; border-top: 1px solid rgba(255,255,255,0.08); }
  .mobile-menu.open { display: block; }
}

/* Racing checkers overlay */
.checkers { position: absolute; inset: 0; pointer-events: none; opacity: 0.06; background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(-45deg, transparent 75%, #fff 75%); background-size: 20px 20px; background-position: 0 0, 0 10px, 10px -10px, -10px 0; }

/* Sections */
.section { position: relative; padding: clamp(56px, 8vw, 120px) 0; border-top: 1px solid rgba(255,255,255,0.06); }
.section:first-of-type { border-top: none; }

/* HERO */
.hero { padding-top: clamp(80px, 12vw, 220px); padding-bottom: 0; overflow: hidden; }
.hero .hero-bg { position: absolute; inset: 0; z-index: -2; background:
  radial-gradient(80% 60% at 50% 0%, rgba(255,59,59,0.22), rgba(0,0,0,0) 60%),
  radial-gradient(60% 40% at 75% 20%, rgba(12,140,233,0.16), rgba(0,0,0,0) 60%),
  radial-gradient(120% 120% at 50% 110%, rgba(198,167,121,0.25), rgba(0,0,0,0) 40%),
  linear-gradient(180deg, rgba(10,10,10,0.1), rgba(10,10,10,0.6)),
  conic-gradient(from 200deg at 50% 40%, rgba(198,167,121,0.18), rgba(12,140,233,0.0) 20%, rgba(255,59,59,0.16) 40%, rgba(0,0,0,0.0) 70%);
  background-blend-mode: screen, screen, screen, multiply, normal;
  filter: contrast(1.05) brightness(0.85) saturate(1.05);
}
.hero:before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 50% at 50% 20%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.75) 100%); }
.hero-inner { padding-bottom: clamp(40px, 8vw, 100px); }
.hero .display { font-size: clamp(2.2rem, 4.6vw, 5rem); text-transform: uppercase; margin: 0 0 16px; }

/* Curved racing checkers at hero bottom */
.hero-flag { position: relative; width: 100%; height: 180px; margin-top: clamp(24px, 4vw, 48px); }
.hero-flag svg { display: block; width: 100%; height: 100%; }

/* Giant full-bleed CTA buttons */
.cta-giant { display: grid; place-items: center; text-align: center; text-decoration: none; color: #fff; background: linear-gradient(180deg, var(--cta-alt), #000); width: min(980px, calc(100% - 48px)); margin: 24px auto; min-height: clamp(88px, 12vh, 140px); padding: 18px 16px; border: 2px solid rgba(255,255,255,0.18); box-shadow: 0 6px 0 rgba(0,0,0,0.65), 0 2px 0 rgba(255,255,255,0.05) inset; text-transform: uppercase; font-weight: 900; letter-spacing: 0.12em; font-size: clamp(1.15rem, 2vw, 1.8rem); position: relative; overflow: hidden; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease; }
.cta-giant span { display: block; }
.cta-giant .cta-sub { font-weight: 600; letter-spacing: 0.08em; opacity: 0.85; margin-top: 6px; font-size: clamp(0.85rem, 0.9vw, 0.95rem); text-transform: none; }
.cta-giant:after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 10px, rgba(255,255,255,0) 10px 20px); mix-blend-mode: overlay; opacity: 0.35; transition: opacity 180ms ease-in-out; }
.cta-giant:hover:after { opacity: 0.6; }
.cta-giant.alt { background: linear-gradient(180deg, var(--cta-alt), #000); }
.cta-giant.filled { background: linear-gradient(180deg, var(--accent), #c21a1a); }
.cta-giant:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.08) inset; border-color: rgba(255,255,255,0.24); background: linear-gradient(180deg, #0f1526, #0a0f1f); }
.cta-giant:active { transform: translateY(0); box-shadow: 0 6px 0 rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08) inset; }
.cta-giant:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 3px; }
.cta-giant.filled { border-color: #8a1414; }
.cta-giant.filled:hover { border-color: #b31d1d; }

/* Green hover/active outline + glow for navy CTAs (all non-green variants) */
.cta-giant:not(.cta-green):not(.filled):not(.alt):hover,
.cta-giant.alt:hover {
  border-color: rgba(46,163,106,0.7);
  box-shadow: 0 10px 0 rgba(0,0,0,0.65), 0 0 22px rgba(46,163,106,0.35), 0 0 0 1px rgba(46,163,106,0.5) inset;
}
.cta-giant:not(.cta-green):not(.filled):not(.alt):active,
.cta-giant.alt:active {
  border-color: rgba(46,163,106,0.85);
  box-shadow: 0 6px 0 rgba(0,0,0,0.6), 0 0 18px rgba(46,163,106,0.4), 0 0 0 1px rgba(46,163,106,0.6) inset;
}
.cta-giant:not(.cta-green):not(.filled):not(.alt):focus-visible,
.cta-giant.alt:focus-visible {
  outline: 3px solid var(--go-green);
  outline-offset: 3px;
}

/* Cards, grids */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 28px; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 880px) {
  .grid-2 { grid-template-columns: 1.2fr 0.8fr; gap: 40px; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}
.delivery-grid { align-items: stretch; }
.delivery-card { display: grid; align-content: start; gap: 10px; padding: 16px; background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(10,10,10,0.9)); border: 1px solid rgba(255,255,255,0.06); min-height: 220px; }
.delivery-card h3 { margin: 0; text-transform: uppercase; letter-spacing: 0.04em; }
.delivery-card ul { margin: 0; padding-left: 18px; font-size: inherit; line-height: inherit; }

.authority-card { background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(12,12,12,0.96)); border: 1px solid rgba(255,255,255,0.08); padding: clamp(16px, 3vw, 28px); box-shadow: 0 8px 24px rgba(0,0,0,0.5); }

.authority-aside .badge-rebel { display: none; }
.aside-media, .aside-photo, .aside-note { display: none; }
.center { text-align: center; }
.authority-aside .badge-rebel { display: inline-block; padding: 6px 10px; background: linear-gradient(90deg, var(--accent-2), var(--brand-blue)); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.aside-media { margin-top: 16px; }
.aside-photo { height: clamp(180px, 28vh, 320px); background:
  radial-gradient(60% 60% at 20% 20%, rgba(255,59,59,0.18), rgba(0,0,0,0) 60%),
  linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.7)),
  url("./Screenshot 2025-09-01 at 7.58.48 PM.png");
  background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,0.06);
}
.aside-note { color: var(--muted); font-size: 0.95rem; margin-top: 10px; }

.copy-stack p { margin: 0 0 14px; }
.copy-stack ul { margin: 0 0 12px 18px; }

.problem-cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 18px; }
.problem-card { position: relative; padding: 20px; background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(10,10,10,0.9)); border: 1px solid rgba(255,255,255,0.08); min-height: 180px; display: grid; align-content: start; gap: 8px; transition: box-shadow 180ms ease, border-color 180ms ease; }
.problem-card h3 { margin: 0; font-size: clamp(1.05rem, 0.8vw + 0.7rem, 1.35rem); letter-spacing: 0.02em; text-transform: none; }
.problem-card p { font-size: inherit; line-height: inherit; }
.problem-card:hover, .problem-card:focus-within { border-color: rgba(226,192,96,0.34); box-shadow: 0 0 0 1px rgba(226,192,96,0.2) inset, 0 10px 40px rgba(226,192,96,0.14); }
.problem-card:after { content: none; }
.problem-card:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 24px; background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(-45deg, transparent 75%, #fff 75%); background-size: 12px 12px; background-position: 0 0, 0 6px, 6px -6px, -6px 0; opacity: 0.12; }
/* Center heading and closing note in problems section */
.problems h2 { text-align: center; }
.problems .note { text-align: center; margin-top: 24px; }
@media (min-width: 860px) {
  .problem-cards { grid-template-columns: repeat(2, 1fr); }
}

/* Desktop brick layout: 3 top, 2 centered staggered below */
@media (min-width: 1100px) {
  .problem-cards { grid-template-columns: repeat(12, 1fr); }
  .problem-card { grid-column: span 4; }
  .problem-card:nth-child(1) { grid-column: 1 / span 4; }
  .problem-card:nth-child(2) { grid-column: 5 / span 4; }
  .problem-card:nth-child(3) { grid-column: 9 / span 4; }
  .problem-card:nth-child(4) { grid-column: 3 / span 4; }
  .problem-card:nth-child(5) { grid-column: 7 / span 4; }
}
.note { color: var(--muted); font-style: italic; }

/* Pit-lane stepper */
.pitlane { display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: start; }
.lane { position: sticky; top: 96px; height: 100%; }
.lane-rail { position: relative; height: 100%; }
.lane-track { position: absolute; left: 30px; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06)); box-shadow: 0 0 0 1px rgba(0,0,0,0.6) inset; }
.lane-markers { list-style: none; margin: 0; padding: 0; position: absolute; left: 22px; top: 0; right: 0; }
.lane-markers li { position: absolute; }
.lane-markers li a { display: block; width: 20px; height: 20px; border: 2px solid rgba(255,255,255,0.4); background: conic-gradient(from 45deg, #000 0 25%, #fff 0 50%, #000 0 75%, #fff 0 100%); background-size: 12px 12px; border-radius: 4px; box-shadow: 0 2px 0 rgba(0,0,0,0.6); transform: rotate(45deg); }
.lane-markers li a.active { border-color: var(--go-green); box-shadow: 0 0 0 3px rgba(46,163,106,0.25); }

.pitlane-body { display: grid; gap: 22px; }
.phase-card { padding: 18px; background: linear-gradient(180deg, rgba(18,18,18,0.9), rgba(10,10,10,0.9)); border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 0 0 1px rgba(0,0,0,0.4) inset; }
.phase-card header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.phase-card .badge { display: inline-grid; place-items: center; width: 32px; height: 32px; font-weight: 800; background: linear-gradient(180deg, #121212, #0a0a0a); border: 1px solid rgba(255,255,255,0.08); }
.phase-card h3 { margin: 0; letter-spacing: 0.03em; text-transform: uppercase; }
.phase-card ul { margin: 0; padding-left: 18px; }

@media (max-width: 880px) {
  .pitlane { grid-template-columns: 1fr; }
  .lane { display: none; }
  .phase-card { padding: 16px; }
}

.comparison { background: linear-gradient(180deg, rgba(12,12,12,1), rgba(8,8,8,1)); }
.comparison-grid { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: stretch; }
.comparison-col { position: relative; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,0.08); padding: 16px; background: rgba(18,18,18,0.8); }
.comparison-col.accent { background: linear-gradient(180deg, rgba(24,24,24,0.98), rgba(20,20,20,0.96)), radial-gradient(60% 60% at 85% 0%, rgba(46,163,106,0.15), rgba(0,0,0,0)); border-color: rgba(46,163,106,0.32); box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset, 0 20px 60px rgba(46,163,106,0.08); }
.comparison-col.accent:before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--go-green), var(--go-teal)); opacity: 0.9; }
.comparison-header { font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 8px; margin-bottom: 8px; }
.comparison-col ul { margin: 0; padding-left: 18px; display: grid; gap: 10px; font-size: inherit; line-height: inherit; }
.comparison-col.accent ul { padding-left: 0; }
.comparison-col.accent ul li { list-style: none; position: relative; padding-left: 18px; }
.comparison-col.accent ul li:before { content: ""; position: absolute; left: 0; top: 0.85em; width: 9px; height: 9px; background: var(--go-green); transform: translateY(-50%) rotate(45deg); box-shadow: 0 0 0 2px rgba(0,0,0,0.5); }

.bullet-cards { display: grid; gap: 10px; list-style: disc; padding-left: 20px; }
.bullet-cards.neg { list-style: square; }
.ideal-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.ideal-card { position: relative; padding: 16px; border: 1px solid rgba(255,255,255,0.06); background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(10,10,10,0.9)); }
.ideal-card.good { border-color: rgba(46,163,106,0.32); background: linear-gradient(180deg, rgba(24,24,24,0.98), rgba(20,20,20,0.96)); box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset, 0 10px 40px rgba(46,163,106,0.08); }
.ideal-card.good:before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--go-green), var(--go-teal)); opacity: 0.9; }
.ideal-card.bad { border-color: rgba(255,59,59,0.22); background: linear-gradient(180deg, rgba(21,13,13,0.9), rgba(12,8,8,0.95)); }
.ideal-card.good h3 { color: #e9fff3; }
.ideal-card.bad h3 { color: #ffd9d9; }
@media (min-width: 900px) {
  .ideal-grid { grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
}

/* Unify bullets: use diamond markers like comparison accent */
.ideal-card.good .bullet-cards { list-style: none; padding-left: 0; display: grid; gap: 10px; font-size: inherit; line-height: inherit; }
.ideal-card.good .bullet-cards li { position: relative; padding-left: 18px; }
.ideal-card.good .bullet-cards li:before { content: ""; position: absolute; left: 0; top: 0.85em; width: 9px; height: 9px; background: var(--go-green); transform: translateY(-50%) rotate(45deg); box-shadow: 0 0 0 2px rgba(0,0,0,0.5); }

.testimonials { display: grid; gap: 20px; grid-template-columns: 1fr; }
.testimonials blockquote { margin: 0; padding: 22px 22px 22px 64px; background: linear-gradient(180deg, rgba(21,21,21,0.92), rgba(10,10,10,0.95)); border: 1px solid rgba(255,255,255,0.08); position: relative; transition: box-shadow 180ms ease, border-color 180ms ease; }
.testimonials blockquote:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 24px; background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%), linear-gradient(-45deg, #ffffff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ffffff 75%), linear-gradient(-45deg, transparent 75%, #ffffff 75%); background-size: 12px 12px; background-position: 0 0, 0 6px, 6px -6px, -6px 0; opacity: 0.22; }
.testimonials blockquote:after { content: "\201C"; /* left double quotation mark */ position: absolute; left: 10px; top: 6px; font-size: 96px; line-height: 1; color: rgba(255,255,255,0.8); font-family: Georgia, "Times New Roman", serif; font-weight: 700; text-shadow: 0 8px 22px rgba(0,0,0,0.6), 0 0 18px rgba(255,255,255,0.12); z-index: 1; pointer-events: none; }
.testimonials cite { display: block; margin-top: 8px; color: var(--muted); font-style: normal; }
.testimonials blockquote:hover { box-shadow: 0 0 0 1px rgba(46,163,106,0.22) inset, 0 8px 30px rgba(46,163,106,0.12); border-color: rgba(46,163,106,0.28); }
.testimonials blockquote:hover:before { opacity: 0.42; }

.investment .card { padding: 16px; background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(10,10,10,0.9)); border: 1px solid rgba(255,255,255,0.06); }
.investment-wrap { display: grid; grid-template-columns: 1fr; gap: 20px; }
.investment-copy { order: 1; }
.enroll-card { order: 2; }
/* Keep single-column layout on desktop as well */
@media (min-width: 900px) {
  .investment-wrap { grid-template-columns: 1fr; }
}

/* Pricing grid */
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 10px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; gap: 10px; padding: 16px; background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(10,10,10,0.9)); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 0 1px rgba(0,0,0,0.4) inset; }
.price-card header h4 { margin: 0 0 4px; letter-spacing: 0.03em; text-transform: uppercase; }
.price-card .tag { margin: 0; color: #e9fff3; background: linear-gradient(90deg, var(--go-green), var(--go-teal)); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; letter-spacing: 0.06em; }
.price-card .price { font-size: 1.4rem; margin: 4px 0; }
.price-card .price .per { color: var(--muted); font-size: 0.9rem; }
.price-card .bullets { margin: 0; padding-left: 18px; }
.price-card .pitch { margin: 2px 0 0; color: var(--muted); }
.price-card .cta-giant { margin-top: auto; }
.price-card.best { border-color: rgba(46,163,106,0.4); box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset, 0 20px 60px rgba(46,163,106,0.08); position: relative; }
.price-card.best:before { content: "Best Value"; position: absolute; top: -10px; left: 16px; font-size: 0.75rem; padding: 2px 8px; background: linear-gradient(90deg, var(--go-green), var(--go-teal)); color: #0b0b0b; font-weight: 900; letter-spacing: 0.08em; }
@media (min-width: 960px) {
  .pricing-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

/* Green CTA variant */
.cta-green { background: linear-gradient(180deg, var(--go-green), #1a7a51); border-color: rgba(46,163,106,0.5); }
.cta-giant.filled.cta-green { background: linear-gradient(180deg, var(--go-green), #1a7a51); border-color: rgba(46,163,106,0.5); }
.cta-green:hover { border-color: rgba(46,163,106,0.7); }

/* Accordion */
.accordion { border: 1px solid rgba(255,255,255,0.08); }
.accordion-item + .accordion-item { border-top: 1px solid rgba(255,255,255,0.08); }
.accordion-trigger { width: 100%; text-align: left; padding: 16px; background: #121212; color: var(--text); cursor: pointer; border: 0; font-weight: 800; letter-spacing: 0.02em; position: relative; font-size: clamp(1rem, 0.5vw + 0.85rem, 1.15rem); }
.accordion-trigger:after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-weight: 900; }
.accordion-trigger[aria-expanded="true"]:after { content: "—"; }
.accordion-panel { padding: 0 16px 16px; background: #0f0f0f; font-size: inherit; line-height: inherit; }

/* Footer */
.site-footer { padding: 40px 0; background: #0b0b0b; border-top: 1px solid rgba(255,255,255,0.06); }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--text); }

/* Objection Handling – compact rail style (no boxes) */
.objections .qa-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 980px) {
  .objections .qa-grid { grid-template-columns: 1fr 1fr; column-gap: 36px; row-gap: 28px; }
}
.objections .qa { position: relative; padding: 6px 0 14px 18px; border-left: 3px solid rgba(46,163,106,0.32); }
.objections .qa:before { content: ""; position: absolute; left: -6px; top: 0.9em; width: 9px; height: 9px; background: var(--go-green); transform: rotate(45deg); box-shadow: 0 0 0 2px rgba(0,0,0,0.5); }
.objections .qa h3 { margin: 0 0 6px; font-weight: 900; letter-spacing: 0.01em; text-transform: none; font-size: clamp(1.05rem, 1.1vw + 0.7rem, 1.35rem); }
.objections .qa p { margin: 0; color: var(--muted); max-width: 70ch; }

/* Responsive fine-tuning */
@media (min-width: 640px) {
  .hero .display { font-size: clamp(2.6rem, 5vw, 5.4rem); }
}
@media (min-width: 1024px) {
  .lead { max-width: 70ch; }
  .testimonials { grid-template-columns: 1fr; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
}

/* Desktop hero spacing tweaks for above-the-fold layout */
@media (min-width: 1200px) {
  .hero { padding-top: 10vh; }
  .hero-inner { padding-bottom: 24px; }
  .hero .display { margin: 0 0 16px; }
  .hero .lead { margin: 0 0 18px; max-width: 78ch; }
  .hero > .cta-giant { margin-top: 8vh; }
}

@media (min-width: 1400px) {
  .hero { padding-top: 11vh; }
  .hero .display { margin-bottom: 18px; }
  .hero .lead { margin-bottom: 22px; max-width: 82ch; }
  .hero > .cta-giant { margin-top: 10vh; }
}

/* Mobile refinements (without altering desktop) */
@media (max-width: 639px) {
  .section { padding: 44px 0; }
  .hero .display { letter-spacing: 0.01em; }
  .lead { line-height: 1.6; }
  .cta-giant { width: calc(100% - 32px); margin: 18px auto; min-height: 96px; padding: 16px 14px; }
  .problem-cards { gap: 16px; }
  .problem-card { min-height: 0; padding: 16px; }
  .comparison-grid { gap: 14px; }
  .ideal-grid { gap: 16px; }
  .testimonials { gap: 16px; }
  .delivery-card { min-height: 0; }
  .countdown h2 { margin-bottom: 10px; }
}

/* ART SKID (image-based) */
.art-skid { padding: 0; border-top: 0; position: relative; overflow: hidden; }
.art-skid .skid-wrap { position: relative; width: 100%; max-width: 100%; }
.art-skid .skid-wrap:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.6) 100%); pointer-events: none; }
.art-skid img { display: block; width: 100%; height: auto; filter: grayscale(100%) contrast(1.1) brightness(1.25); mix-blend-mode: screen; opacity: 0.8; }
.art-skid:after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -6px; width: 90%; height: 40%; background: radial-gradient(60% 60% at 50% 60%, rgba(46,163,106,0.10), rgba(0,0,0,0)); filter: blur(12px); pointer-events: none; }

/* Tighten spacing between final CTA and skid */
.final-cta { padding-bottom: 0; position: relative; z-index: 2; }
.final-cta > .cta-giant { margin-bottom: 0; }
.art-skid { margin-top: -80px; }
@media (min-width: 1200px) {
  .art-skid { margin-top: -120px; }
}

/* Countdown lights */
.countdown h2 { letter-spacing: 0.08em; }
.countdown-title .title-word { opacity: 0.15; transition: opacity 260ms ease; }
.countdown-title.on-red .word-red { opacity: 1; }
.countdown-title.on-yellow .word-yellow { opacity: 1; }
.countdown-title.on-green .word-green { opacity: 1; }
/* Title word color sync */
.countdown-title .word-red { color: #c63a3a; }
.countdown-title .word-yellow { color: #e2c060; }
.countdown-title .word-green { color: var(--go-green); text-shadow: 0 0 10px rgba(46,163,106,0.25); }
.lights { display: grid; place-items: center; gap: 10px; }
.lights-svg { width: min(560px, 100%); height: auto; }
.lamp { fill: #222; stroke: rgba(255,255,255,0.08); filter: none; }
.is-on .lamp-yellow { fill: #8a7a1a; }
.is-on .lamp-red { fill: #8a1a1a; }
.is-on.step-1 .lamp-red { fill: #ff3b3b; filter: url(#glow); }
.is-on.step-2 .lamp-yellow { fill: #ffd65c; filter: url(#glow); }
.is-on.step-3 .lamp-green { fill: #2ea36a; filter: url(#glow); }
.go-call { font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: #e2ffe9; min-height: 1.4em; }




