/* =====================================================
   OBA HOMEPAGE — Professional v9
   Complete redesign of below-fold homepage sections
   ===================================================== */

/* ---------- SCROLL REVEAL ANIMATIONS ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes countUp {
  from { opacity: 0; transform: translateY(12px) scale(.9); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0   rgba(255,209,102,.45); }
  70%  { box-shadow: 0 0 0 12px rgba(255,209,102,0); }
  100% { box-shadow: 0 0 0 0   rgba(255,209,102,0); }
}
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s cubic-bezier(.4,0,.2,1), transform .55s cubic-bezier(.4,0,.2,1);
}
.hp-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.hp-reveal-delay-1 { transition-delay: .08s; }
.hp-reveal-delay-2 { transition-delay: .16s; }
.hp-reveal-delay-3 { transition-delay: .24s; }
.hp-reveal-delay-4 { transition-delay: .32s; }
.hp-reveal-delay-5 { transition-delay: .40s; }
.hp-reveal-delay-6 { transition-delay: .48s; }

/* ---------- SHARED TOKENS ---------- */
:root {
  --hp-navy:    #06144a;
  --hp-blue:    #0D4FBA;
  --hp-crimson: #9B1A2E;
  --hp-gold:    #FFD166;
  --hp-gold-dk: #E6B800;
  --hp-light:   #F4F7FF;
  --hp-white:   #FFFFFF;
  --hp-text:    #0d1226;
  --hp-muted:   #5a6e90;
  --hp-border:  #dde4f5;
  --hp-radius:  14px;
  --hp-shadow:  0 4px 24px rgba(6,20,74,.10);
  --hp-shadow-lg: 0 16px 48px rgba(6,20,74,.16);
}

/* ---------- SECTION SHARED ---------- */
.hp-section {
  padding: 72px 0;
}
.hp-section-sm {
  padding: 48px 0;
}
.hp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Oswald', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hp-blue);
  background: rgba(13,79,186,.08);
  border: 1px solid rgba(13,79,186,.18);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 12px;
}
.hp-eyebrow::before {
  content: '';
  display: block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--hp-blue);
  flex-shrink: 0;
}
.hp-eyebrow--light {
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
}
.hp-eyebrow--light::before { background: var(--hp-gold); }
.hp-eyebrow--gold {
  color: var(--hp-gold-dk);
  background: rgba(255,209,102,.12);
  border-color: rgba(255,209,102,.28);
}
.hp-eyebrow--gold::before { background: var(--hp-gold); }

.hp-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
  color: var(--hp-navy);
  letter-spacing: .02em;
  line-height: 1.12;
  margin: 0 0 14px;
}
.hp-heading--white { color: #fff; }
.hp-heading em {
  font-style: normal;
  color: var(--hp-blue);
}
.hp-heading--white em { color: var(--hp-gold); }
.hp-sub {
  font-size: .95rem;
  color: var(--hp-muted);
  line-height: 1.7;
  max-width: 560px;
}
.hp-sub--white { color: rgba(255,255,255,.72); }
.hp-section-header { margin-bottom: 44px; }
.hp-section-header--center { text-align: center; }
.hp-section-header--center .hp-sub { margin: 0 auto; }

/* ══════════════════════════════════════
   1. TICKER / MARQUEE BAR
══════════════════════════════════════ */
.hp-ticker {
  background: var(--hp-navy);
  border-bottom: 2px solid var(--hp-gold);
  overflow: hidden;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
}
.hp-ticker::before,
.hp-ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.hp-ticker::before {
  left: 0;
  background: linear-gradient(to right, var(--hp-navy), transparent);
}
.hp-ticker::after {
  right: 0;
  background: linear-gradient(to left, var(--hp-navy), transparent);
}
.hp-ticker-label {
  flex-shrink: 0;
  background: var(--hp-gold);
  color: var(--hp-navy);
  font-family: 'Oswald', sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.hp-ticker-track {
  display: flex;
  animation: marqueeScroll 28s linear infinite;
  white-space: nowrap;
  gap: 0;
}
.hp-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-family: 'Oswald', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hp-ticker-item::after {
  content: '●';
  color: var(--hp-gold);
  font-size: .45rem;
  opacity: .7;
}

/* ══════════════════════════════════════
   2. STATS RIBBON
══════════════════════════════════════ */
.hp-stats {
  background: linear-gradient(135deg, var(--hp-navy) 0%, #0D3A9E 50%, var(--hp-navy) 100%);
  border-top: 3px solid var(--hp-gold);
  border-bottom: 3px solid var(--hp-gold);
  position: relative;
  overflow: hidden;
}
.hp-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,209,102,.07) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(13,79,186,.2)   0%, transparent 50%);
  pointer-events: none;
}
.hp-stats-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.hp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 22px 28px;
  flex: 1 1 120px;
  position: relative;
  text-align: center;
}
.hp-stat + .hp-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,.12);
}
.hp-stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--hp-gold);
  letter-spacing: .02em;
  line-height: 1;
  text-shadow: 0 0 20px rgba(255,209,102,.3);
}
.hp-stat-label {
  font-size: .68rem;
  font-weight: 700;
  color: rgba(255,255,255,.65);
  letter-spacing: .14em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .hp-stat { padding: 16px 14px; flex: 1 1 90px; }
  .hp-stat + .hp-stat::before { display: none; }
  .hp-stat-number { font-size: 1.6rem; }
}

/* ══════════════════════════════════════
   3. QUICK LINKS
══════════════════════════════════════ */
.hp-quick {
  background: var(--hp-light);
}
.hp-quick-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-radius: var(--hp-radius);
  overflow: hidden;
  box-shadow: var(--hp-shadow-lg);
  border: 1px solid var(--hp-border);
}
@media (max-width: 1000px) { .hp-quick-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .hp-quick-grid { grid-template-columns: repeat(2, 1fr); } }

.hp-quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px 16px 28px;
  background: var(--hp-white);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--hp-border);
  border-bottom: 1px solid var(--hp-border);
  transition: background .22s, transform .22s, box-shadow .22s;
  text-align: center;
}
.hp-quick-card:last-child { border-right: none; }
.hp-quick-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--hp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(.4,0,.2,1);
}
.hp-quick-card:hover {
  background: #f7f9ff;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(6,20,74,.12);
  z-index: 2;
}
.hp-quick-card:hover::after { transform: scaleX(1); }
.hp-quick-card:hover .hp-quick-icon { transform: scale(1.15) rotate(-5deg); }

.hp-quick-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: transform .22s;
  flex-shrink: 0;
}
.hp-qc-blue    .hp-quick-icon { background: rgba(13,79,186,.1);  }
.hp-qc-crimson .hp-quick-icon { background: rgba(155,26,46,.1);  }
.hp-qc-gold    .hp-quick-icon { background: rgba(255,209,102,.18); }
.hp-qc-navy    .hp-quick-icon { background: rgba(6,20,74,.08);   }
.hp-qc-teal    .hp-quick-icon { background: rgba(15,184,201,.12); }
.hp-qc-green   .hp-quick-icon { background: rgba(13,124,61,.1);  }

.hp-quick-label {
  font-family: 'Oswald', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: var(--hp-navy);
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.3;
}
.hp-quick-desc {
  font-size: .72rem;
  color: var(--hp-muted);
  line-height: 1.5;
}

/* ══════════════════════════════════════
   4. TWO-COL ABOUT + NUMBERS
══════════════════════════════════════ */
.hp-about {
  background: var(--hp-white);
}
.hp-about-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
@media (max-width: 960px) {
  .hp-about-grid { grid-template-columns: 1fr; gap: 40px; }
}

.hp-about-body .hp-sub { max-width: 100%; margin-bottom: 20px; }

.hp-about-bullets {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin-bottom: 28px;
}
@media (max-width: 480px) { .hp-about-bullets { grid-template-columns: 1fr; } }
.hp-about-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .83rem;
  color: #3a4a6b;
  line-height: 1.5;
}
.hp-bullet-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--hp-blue);
  flex-shrink: 0;
  margin-top: 5px;
}

.hp-about-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hp-navy);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .18s, transform .18s, box-shadow .18s;
}
.hp-about-cta svg { transition: transform .2s; }
.hp-about-cta:hover {
  background: var(--hp-blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13,79,186,.3);
}
.hp-about-cta:hover svg { transform: translateX(4px); }

/* Numbers panel */
.hp-numbers-panel {
  background: linear-gradient(145deg, var(--hp-navy), #0D3A9E);
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--hp-shadow-lg);
}
.hp-numbers-panel::before {
  content: '🏀';
  position: absolute;
  font-size: 8rem;
  right: -20px; bottom: -20px;
  opacity: .06;
  line-height: 1;
  pointer-events: none;
}
.hp-numbers-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.hp-numbers-title {
  font-family: 'Oswald', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  color: var(--hp-gold);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.hp-numbers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.hp-number-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
  transition: background .2s;
}
.hp-number-card:hover { background: rgba(255,255,255,.13); }
.hp-number-value {
  font-family: 'Oswald', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--hp-gold);
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.hp-number-desc {
  font-size: .69rem;
  color: rgba(255,255,255,.65);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.4;
}
.hp-affil-strip {
  margin-top: 20px;
  background: rgba(255,209,102,.1);
  border: 1px solid rgba(255,209,102,.2);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: .72rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.hp-affil-strip strong {
  color: var(--hp-gold);
  font-weight: 700;
}

/* ══════════════════════════════════════
   5. LATEST NEWS / HIGHLIGHTS
══════════════════════════════════════ */
.hp-news {
  background: var(--hp-light);
}
.hp-news-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 900px) { .hp-news-layout { grid-template-columns: 1fr; } }

/* Featured card */
.hp-news-featured {
  border-radius: 18px;
  overflow: hidden;
  background: var(--hp-white);
  box-shadow: var(--hp-shadow-lg);
  text-decoration: none;
  display: block;
  transition: transform .25s, box-shadow .25s;
}
.hp-news-featured:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(6,20,74,.18);
}
.hp-news-feat-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.hp-news-featured:hover .hp-news-feat-img { transform: scale(1.03); }
.hp-feat-img-wrap {
  position: relative;
  overflow: hidden;
}
.hp-feat-category {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--hp-navy);
  color: var(--hp-gold);
  font-family: 'Oswald', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,209,102,.3);
  backdrop-filter: blur(4px);
}
.hp-feat-body {
  padding: 24px 26px 28px;
}
.hp-feat-date {
  font-size: .72rem;
  font-weight: 600;
  color: var(--hp-muted);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hp-feat-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--hp-navy);
  letter-spacing: .02em;
  line-height: 1.25;
  margin-bottom: 10px;
}
.hp-feat-desc {
  font-size: .83rem;
  color: var(--hp-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}
.hp-feat-read {
  font-family: 'Oswald', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  color: var(--hp-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .18s, color .18s;
}
.hp-news-featured:hover .hp-feat-read { gap: 10px; color: var(--hp-crimson); }

/* Side news list */
.hp-news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hp-news-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--hp-white);
  border-radius: 14px;
  padding: 16px 18px;
  text-decoration: none;
  border: 1.5px solid var(--hp-border);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.hp-news-item:hover {
  border-color: var(--hp-blue);
  transform: translateX(4px);
  box-shadow: 0 6px 24px rgba(6,20,74,.1);
}
.hp-news-thumb {
  width: 72px; height: 72px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--hp-border);
}
.hp-news-item-body { flex: 1; min-width: 0; }
.hp-news-tag {
  font-family: 'Oswald', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 5px;
}
.hp-tag-blue   { background: rgba(13,79,186,.1);  color: var(--hp-blue);    }
.hp-tag-crimson{ background: rgba(155,26,46,.1);  color: var(--hp-crimson); }
.hp-tag-gold   { background: rgba(255,209,102,.2); color: #8a6200;          }
.hp-news-item-title {
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: var(--hp-navy);
  letter-spacing: .02em;
  line-height: 1.3;
  margin-bottom: 4px;
}
.hp-news-item-meta {
  font-size: .7rem;
  color: var(--hp-muted);
  font-weight: 500;
}
.hp-news-footer {
  margin-top: 28px;
  text-align: center;
}
.hp-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--hp-navy);
  color: var(--hp-navy);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .18s, color .18s, transform .18s;
}
.hp-view-all:hover {
  background: var(--hp-navy);
  color: #fff;
  transform: translateY(-2px);
}

/* ══════════════════════════════════════
   6. EVENTS STRIP
══════════════════════════════════════ */
.hp-events {
  background: var(--hp-white);
  border-top: 1px solid var(--hp-border);
}
.hp-events-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.hp-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .hp-events-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .hp-events-grid { grid-template-columns: 1fr; } }

.hp-event-card {
  border: 1.5px solid var(--hp-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--hp-white);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color .22s, transform .22s, box-shadow .22s;
  position: relative;
}
.hp-event-card:hover {
  border-color: var(--hp-blue);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(6,20,74,.13);
}
.hp-event-top {
  background: linear-gradient(125deg, var(--hp-navy), #0D3A9E);
  padding: 20px 20px 14px;
  position: relative;
  overflow: hidden;
}
.hp-event-top--crimson { background: linear-gradient(125deg, #7A0E1F, var(--hp-crimson)); }
.hp-event-top--gold    { background: linear-gradient(125deg, #7A5A00, #B8860B); }

.hp-event-top::before {
  content: '';
  position: absolute;
  right: -20px; top: -20px;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.hp-event-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 3px 10px;
  font-family: 'Oswald', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-bottom: 8px;
}
.hp-event-name {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.hp-event-body {
  padding: 16px 20px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-event-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  color: var(--hp-muted);
}
.hp-event-meta-row svg { flex-shrink: 0; opacity: .6; }
.hp-event-arrow {
  margin-top: auto;
  font-family: 'Oswald', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  color: var(--hp-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap .18s;
  padding-top: 6px;
  border-top: 1px solid var(--hp-border);
}
.hp-event-card:hover .hp-event-arrow { gap: 9px; }

/* ══════════════════════════════════════
   7. DISTRICT MAP TEASER
══════════════════════════════════════ */
.hp-districts {
  background: linear-gradient(135deg, var(--hp-navy) 0%, #071E56 60%, #0A2A7A 100%);
  position: relative;
  overflow: hidden;
}
.hp-districts::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.hp-districts-inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .hp-districts-inner { grid-template-columns: 1fr; gap: 32px; }
}
.hp-districts-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}
.hp-district-chip {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  padding: 5px 13px;
  font-size: .71rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  letter-spacing: .04em;
  transition: background .18s, color .18s;
  cursor: default;
}
.hp-district-chip:hover {
  background: rgba(255,209,102,.15);
  color: var(--hp-gold);
  border-color: rgba(255,209,102,.3);
}
.hp-districts-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hp-gold);
  color: var(--hp-navy);
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .18s, transform .18s;
}
.hp-districts-cta:hover { background: #fff; transform: translateY(-2px); }

.hp-districts-visual {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(6px);
}
.hp-dist-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.hp-dist-stat {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
}
.hp-dist-stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--hp-gold);
  display: block;
  line-height: 1;
}
.hp-dist-stat-lbl {
  font-size: .68rem;
  color: rgba(255,255,255,.6);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hp-dist-progress {
  margin-top: 6px;
}
.hp-dist-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: .68rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 5px;
}
.hp-dist-bar {
  height: 5px;
  background: rgba(255,255,255,.1);
  border-radius: 999px;
  overflow: hidden;
}
.hp-dist-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--hp-gold), #fff8c0);
  border-radius: 999px;
  transition: width 1.2s cubic-bezier(.4,0,.2,1);
}

/* ══════════════════════════════════════
   8. FINAL CTA BAND
══════════════════════════════════════ */
.hp-cta-band {
  background: linear-gradient(90deg, var(--hp-crimson) 0%, #7A0E1F 40%, var(--hp-navy) 100%);
  border-top: 3px solid var(--hp-gold);
  border-bottom: 3px solid var(--hp-gold);
  position: relative;
  overflow: hidden;
}
.hp-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255,209,102,.12), transparent 55%);
  pointer-events: none;
}
.hp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.hp-cta-copy h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: .03em;
  margin-bottom: 6px;
}
.hp-cta-copy p {
  font-size: .88rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}
.hp-cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hp-gold);
  color: var(--hp-navy);
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .18s, transform .18s, box-shadow .18s;
  white-space: nowrap;
  animation: pulse-ring 2.5s infinite;
}
.hp-btn-primary:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,209,102,.35);
  animation: none;
}
.hp-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,.4);
  text-decoration: none;
  transition: border-color .18s, background .18s, transform .18s;
  white-space: nowrap;
}
.hp-btn-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
  transform: translateY(-2px);
}
@media (max-width: 700px) {
  .hp-cta-inner { flex-direction: column; text-align: center; }
  .hp-cta-buttons { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════
   RESPONSIVE CLEANUPS
══════════════════════════════════════ */
@media (max-width: 768px) {
  .hp-section { padding: 52px 0; }
  .hp-about-cta { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .hp-section { padding: 40px 0; }
  .hp-container { padding: 0 16px; }
  .hp-numbers-grid { grid-template-columns: 1fr 1fr; }
  .hp-dist-stat-row { grid-template-columns: 1fr 1fr; }
}
