/* ═══════════════════════════════════════════════════════════════════
   CV 360 · Sports Theme  |  Light Athletic Edition
   Palette: Deep Court Blue #003B6F  ·  Neon Lime #C8F000
   Fonts:  Barlow Condensed (display) · DM Sans (body) · JetBrains Mono (stats)
   ═══════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────
   1. TYPOGRAPHY
   ───────────────────────────────────────────────────────────────── */

h1, h2, h3,
.sec-head h2,
.hero-content h1,
.pricing-hero h1,
.final-cta h2,
.compare-box h2,
.ambassador h2,
.not-sure h3,
.legal-header h1,
.contact-hero h1 {
  font-family: 'Barlow Condensed', 'Impact', sans-serif;
  letter-spacing: 0.01em;
}

body {
  font-family: 'DM Sans', 'Segoe UI', system-ui, sans-serif !important;
}

.font-mono,
.trust-item strong,
.rating-val,
.stat-counter,
.hero-stat-number,
.step-num {
  font-family: 'JetBrains Mono', 'Courier New', monospace !important;
}

/* ─────────────────────────────────────────────────────────────────
   2. SECTION LABELS
   ───────────────────────────────────────────────────────────────── */

.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-strong);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────────────
   3. BADGE PILL
   ───────────────────────────────────────────────────────────────── */

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(200, 240, 0, 0.12);
  border: 1px solid rgba(200, 240, 0, 0.4);
  color: var(--accent-strong);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
}

/* ─────────────────────────────────────────────────────────────────
   4. HERO ATMOSPHERE
   ───────────────────────────────────────────────────────────────── */

.hero {
  background: linear-gradient(145deg, #f8fbff 0%, #f0f7ff 45%, #f5fff8 100%) !important;
  overflow: hidden;
  position: relative;
}

/* Background mesh gradient — very subtle animated shift */
@media (prefers-reduced-motion: no-preference) {
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      300deg,
      rgba(200, 240, 0, 0.06),
      rgba(0, 59, 111, 0.05),
      rgba(200, 240, 0, 0.04),
      rgba(0, 59, 111, 0.06)
    );
    background-size: 400% 400%;
    animation: meshShift 14s ease infinite;
    pointer-events: none;
    z-index: 0;
  }
  .hero-content, .hero-visual { position: relative; z-index: 1; }
}

/* Floating ambient orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}
.hero-orb-1 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(200,240,0,0.13) 0%, transparent 70%);
  top: -120px; right: -60px;
  filter: blur(55px);
  animation: orbFloat 9s ease-in-out infinite;
}
.hero-orb-2 {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(0,59,111,0.09) 0%, transparent 70%);
  bottom: -70px; left: -30px;
  filter: blur(50px);
  animation: orbFloat 11s ease-in-out infinite reverse;
}
.hero-orb-3 {
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(200,240,0,0.18) 0%, transparent 70%);
  top: 30%; left: 45%;
  filter: blur(40px);
  animation: orbFloat 7s ease-in-out 2s infinite;
}

/* Court lines SVG overlay */
.hero-court-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.045;
  pointer-events: none;
  color: var(--accent-strong);
  z-index: 0;
}

/* ─────────────────────────────────────────────────────────────────
   5. HERO HEADLINE
   ───────────────────────────────────────────────────────────────── */

.hero-content h1 {
  font-size: clamp(2.8rem, 5vw, 4.4rem) !important;
  line-height: 1.0 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  color: var(--charcoal) !important;
}
.hero-content h1 em {
  font-style: normal !important;
  color: var(--accent-strong) !important;
  position: relative;
  display: inline-block;
}
.hero-content h1 em::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  height: 5px;
  background: var(--accent);
  border-radius: 3px;
}

/* ─────────────────────────────────────────────────────────────────
   6. HERO ROTATING BADGE
   ───────────────────────────────────────────────────────────────── */

.hero-rotating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(0, 59, 111, 0.06);
  border: 1px solid rgba(0, 59, 111, 0.15);
  border-radius: 999px;
  padding: 0.38rem 1.1rem 0.38rem 0.65rem;
  margin-bottom: 1.1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-strong);
  overflow: hidden;
}

.badge-dot-pulse {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: pulseDot 1.8s ease-in-out infinite;
}

/* ─────────────────────────────────────────────────────────────────
   7. SCROLL ANIMATIONS
   ───────────────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: no-preference) {
  .animate-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .animate-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .animate-in-left {
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .animate-in-left.visible {
    opacity: 1;
    transform: translateX(0);
  }
  .animate-in-scale {
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .animate-in-scale.visible {
    opacity: 1;
    transform: scale(1);
  }
}

/* ─────────────────────────────────────────────────────────────────
   8. SPORT BUTTONS
   ───────────────────────────────────────────────────────────────── */

.btn-sport {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  padding: 0.78rem 1.8rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  line-height: 1;
}
.btn-sport::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.18);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
}
.btn-sport:hover::before { transform: translateX(0); }

.btn-sport-primary {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
  box-shadow: 0 4px 18px rgba(200,240,0,0.38);
}
.btn-sport-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,240,0,0.52);
  color: var(--charcoal) !important;
}

.btn-sport-blue {
  background: var(--accent-strong) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(0,59,111,0.3);
}
.btn-sport-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,59,111,0.42);
}

.btn-sport-ghost {
  background: transparent !important;
  border: 2px solid var(--border) !important;
  color: var(--charcoal) !important;
}
.btn-sport-ghost:hover {
  border-color: var(--accent-strong) !important;
  color: var(--accent-strong) !important;
  background: rgba(0,59,111,0.04) !important;
  transform: translateY(-1px);
}

/* Ripple */
.btn-ripple { overflow: hidden; }
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  transform: scale(0);
  animation: rippleAnim 0.6s linear;
  pointer-events: none;
}

/* ─────────────────────────────────────────────────────────────────
   9. TRUST BAR
   ───────────────────────────────────────────────────────────────── */

.trust-bar {
  border-left: 4px solid var(--accent) !important;
  box-shadow: var(--shadow-sm) !important;
}
.trust-item strong {
  font-size: 1.8rem !important;
  color: var(--accent-strong) !important;
  letter-spacing: -0.02em;
}
.trust-item span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ─────────────────────────────────────────────────────────────────
   10. FEATURE CARDS
   ───────────────────────────────────────────────────────────────── */

.feature-card {
  border-top: 3px solid var(--accent) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}
.feature-card:nth-child(even) {
  border-top-color: var(--accent-strong) !important;
}
.feature-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,59,111,0.12) !important;
  border-color: var(--accent-strong);
}
.feature-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}
.card-icon { font-size: 2rem !important; }

/* ─────────────────────────────────────────────────────────────────
   11. WORKFLOW STEPS
   ───────────────────────────────────────────────────────────────── */

.workflow-step {
  border-top: 3px solid transparent !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}
.workflow-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,59,111,0.1) !important;
  border-top-color: var(--accent) !important;
}
.step-num {
  background: var(--accent-strong) !important;
  box-shadow: 0 4px 12px rgba(0,59,111,0.3) !important;
  font-weight: 700 !important;
}
.workflow-step strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  color: var(--charcoal);
}

/* ─────────────────────────────────────────────────────────────────
   12. STATS / RATINGS
   ───────────────────────────────────────────────────────────────── */

.stat-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  border-top: 3px solid transparent !important;
}
.stat-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 40px rgba(0,59,111,0.12) !important;
  border-top-color: var(--accent) !important;
}
.rating-val {
  font-size: 2.8rem !important;
  background: linear-gradient(135deg, var(--accent-strong), #0a5fa0) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.rating-label {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.1em !important;
  color: var(--muted) !important;
}
.rating-bar-fill {
  background: linear-gradient(90deg, var(--accent), var(--accent-dark)) !important;
}

/* ─────────────────────────────────────────────────────────────────
   13. COMPARISON TABLE
   ───────────────────────────────────────────────────────────────── */

.compare-table thead th {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem !important;
  letter-spacing: 0.08em;
}
.compare-table thead th:nth-child(2) {
  background: rgba(0,59,111,0.08) !important;
  color: var(--accent-strong) !important;
}
.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
  border-left: 2px solid var(--accent-strong) !important;
  border-right: 2px solid var(--accent-strong) !important;
  background: rgba(0,59,111,0.025) !important;
}
.compare-table tbody tr {
  transition: background 0.18s ease;
  border-left: 4px solid transparent;
  cursor: default;
}
.compare-table tbody tr:hover {
  background: rgba(200,240,0,0.05) !important;
  border-left-color: var(--accent);
}
.compare-table tbody tr:nth-child(even) {
  background: #f8fafd;
}
.status-pill.check {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
}

/* ─────────────────────────────────────────────────────────────────
   14. HERO ACTIONS (overriding existing .primary/.ghost)
   ───────────────────────────────────────────────────────────────── */

.hero-actions a.primary {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
  box-shadow: 0 4px 18px rgba(200,240,0,0.38) !important;
  border-radius: var(--radius) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.hero-actions a.primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(200,240,0,0.52) !important;
}
.hero-actions a.ghost {
  border-radius: var(--radius) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-color: var(--border) !important;
}
.hero-actions a.ghost:hover {
  border-color: var(--accent-strong) !important;
  color: var(--accent-strong) !important;
  background: rgba(0,59,111,0.04) !important;
}

/* ─────────────────────────────────────────────────────────────────
   15. DEMO CARDS
   ───────────────────────────────────────────────────────────────── */

.demo-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  border-top: 3px solid transparent !important;
}
.demo-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 44px rgba(0,59,111,0.14) !important;
  border-top-color: var(--accent) !important;
}
.demo-card h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}
.demo-tag {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.1em !important;
}

/* ─────────────────────────────────────────────────────────────────
   16. FINAL CTA (Dark Blue)
   ───────────────────────────────────────────────────────────────── */

.final-cta {
  background: linear-gradient(140deg, #003B6F 0%, #001f3f 60%, #002855 100%) !important;
}
.final-cta::before {
  background: radial-gradient(circle, rgba(200,240,0,0.18), transparent 60%) !important;
}
.final-cta h2 {
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  letter-spacing: 0.01em;
}
.cta-actions .btn-cta.solid {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
  box-shadow: 0 4px 20px rgba(200,240,0,0.42) !important;
  border-radius: var(--radius) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.cta-actions .btn-cta.solid:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(200,240,0,0.55) !important;
}
.cta-actions .btn-cta.outline {
  border-radius: var(--radius) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

/* ─────────────────────────────────────────────────────────────────
   17. PRICING CARDS
   ───────────────────────────────────────────────────────────────── */

.plan-card {
  border-top: 3px solid var(--border) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}
.plan-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 40px rgba(0,59,111,0.12) !important;
  border-top-color: var(--accent-strong) !important;
}
.plan-card.highlight {
  border-top: 3px solid var(--accent) !important;
  background: linear-gradient(160deg, rgba(200,240,0,0.07) 0%, rgba(0,59,111,0.04) 100%) !important;
  border-color: rgba(200,240,0,0.35) !important;
  box-shadow: 0 4px 24px rgba(200,240,0,0.12) !important;
}
.plan-card.highlight:hover {
  box-shadow: 0 16px 44px rgba(200,240,0,0.22) !important;
}
.plan-card h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
}
.plan-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 2.8rem !important;
}
.plan-cta {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
  box-shadow: 0 3px 14px rgba(200,240,0,0.3) !important;
  border-radius: var(--radius) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.plan-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 22px rgba(200,240,0,0.45) !important;
}
.plan-badge {
  background: rgba(200,240,0,0.14) !important;
  border-color: rgba(200,240,0,0.35) !important;
  color: var(--accent-strong) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
}
.feature-list li::before {
  background-color: var(--accent) !important;
}
.cycle-toggle button.active {
  color: var(--accent-strong) !important;
}
.enroll-btn {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
  border-radius: var(--radius) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.ambassador-item .num {
  background: linear-gradient(135deg, var(--accent-strong), #001d38) !important;
}

/* ─────────────────────────────────────────────────────────────────
   18. NAVIGATION
   ───────────────────────────────────────────────────────────────── */

.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.18s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 100%; height: 2.5px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}
.nav-links a.active {
  color: var(--accent-strong) !important;
}
.nav-links a:hover {
  color: var(--accent-strong);
}

.btn.primary {
  background: var(--accent) !important;
  color: var(--charcoal) !important;
  box-shadow: 0 2px 10px rgba(200,240,0,0.32) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.88rem !important;
}
.btn.primary:hover {
  box-shadow: 0 5px 18px rgba(200,240,0,0.5) !important;
  transform: translateY(-1px);
}
.btn.ghost {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.88rem !important;
}

/* Logo lime accent dot */
.logo-360 {
  color: var(--accent) !important;
}
.logo-mark {
  background: linear-gradient(135deg, var(--accent-strong), #0a5fa0) !important;
  box-shadow: 0 2px 8px rgba(0,59,111,0.3) !important;
}

/* ─────────────────────────────────────────────────────────────────
   19. FOOTER (Dark Blue)
   ───────────────────────────────────────────────────────────────── */

.site-footer {
  background: linear-gradient(160deg, #002855 0%, #003B6F 55%, #001a38 100%) !important;
}
.footer-col a:hover {
  color: var(--accent) !important;
}
.footer-col a::before {
  background: rgba(200,240,0,0.75) !important;
  box-shadow: 0 0 0 2px rgba(200,240,0,0.12) !important;
}
.footer-bottom a:hover {
  color: var(--accent) !important;
}

/* ─────────────────────────────────────────────────────────────────
   20. SEC-HEAD
   ───────────────────────────────────────────────────────────────── */

.sec-head h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem) !important;
  letter-spacing: 0.01em;
}
.sec-head h2 em {
  font-style: normal;
  color: var(--accent-strong);
}

/* ─────────────────────────────────────────────────────────────────
   21. HERO STAT OVERLAY
   ───────────────────────────────────────────────────────────────── */

.stat-overlay strong {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 1.6rem !important;
  color: var(--accent-strong) !important;
}
.court-badge {
  background: rgba(0,59,111,0.85) !important;
  backdrop-filter: blur(10px) !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-size: 0.74rem !important;
  border: 1px solid rgba(200,240,0,0.4) !important;
}

/* ─────────────────────────────────────────────────────────────────
   22. HERO VISUAL hover
   ───────────────────────────────────────────────────────────────── */

.hero-visual img {
  transition: transform 0.5s ease !important;
}
.hero-visual:hover img {
  transform: scale(1.03) !important;
}

/* ─────────────────────────────────────────────────────────────────
   23. KEYFRAMES
   ───────────────────────────────────────────────────────────────── */

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33%       { transform: translateY(-18px) rotate(3deg); }
  66%       { transform: translateY(-8px) rotate(-2deg); }
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200,240,0,0.6); }
  60%       { box-shadow: 0 0 0 7px rgba(200,240,0,0); }
}
@keyframes rippleAnim {
  to { transform: scale(4); opacity: 0; }
}
@keyframes meshShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ─────────────────────────────────────────────────────────────────
   24. PAGE LOAD ANIMATIONS
   ───────────────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: no-preference) {
  @keyframes slideDownNav {
    from { transform: translateY(-100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
  }
  @keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  header.site-header {
    animation: slideDownNav 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .hero-content {
    animation: heroFadeUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
  }
  .hero-visual {
    animation: heroFadeUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
  }
  .trust-bar {
    animation: heroFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
  }
}

/* ─────────────────────────────────────────────────────────────────
   25. UTILITY
   ───────────────────────────────────────────────────────────────── */

.text-accent  { color: var(--accent) !important; }
.text-primary { color: var(--accent-strong) !important; }
.bg-primary   { background: var(--accent-strong) !important; color: #fff !important; }
.bg-accent    { background: var(--accent) !important; color: var(--charcoal) !important; }

/* Focus ring for accessibility */
:focus-visible {
  outline: 2.5px solid var(--accent);
  outline-offset: 2px;
}

/* Form input focus glow */
input:focus, textarea:focus, select:focus {
  box-shadow: 0 0 0 3px rgba(200,240,0,0.2) !important;
}

/* ─────────────────────────────────────────────────────────────────
   26. RESPONSIVE TWEAKS
   ───────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .hero-content h1 {
    font-size: clamp(2.4rem, 8vw, 3.4rem) !important;
  }
}
@media (max-width: 520px) {
  .hero-content h1 {
    font-size: clamp(2.2rem, 9vw, 2.8rem) !important;
  }
  .sec-head h2 {
    font-size: clamp(1.7rem, 7vw, 2.2rem) !important;
  }
}
