/* ============================================================
   HOME PAGE v7 — HIGH IMPACT MULTI-LAYER SPORTS MARKETPLACE
   ============================================================ */

.home-v2 {
  background: #f8fafc;
  color: #0f172a;
  min-height: 100vh;
  padding-bottom: 0 !important;
}

/* HIGH-IMPACT HERO BANNER (DARK INDIGO & ROYAL CYAN) */
.hero-v2-banner-wrapper {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 45%, #0369a1 100%);
  color: #ffffff;
  padding: 90px 4vw 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.15);
}

.hero-v2-banner-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(15, 23, 42, 0) 70%);
  pointer-events: none;
}

.hero-centered {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #38bdf8;
  font-size: 13.5px;
  font-weight: 800;
  margin-bottom: 26px;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 12px #38bdf8;
  animation: pulseGlow 1.8s infinite ease-in-out;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
}

.hero-copy h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.hero-gradient-text {
  background: linear-gradient(135deg, #38bdf8 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #cbd5e1;
  max-width: 760px;
  margin: 0 auto 38px;
}

/* HERO ACTIONS */
.hero-v2-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-cta-primary {
  padding: 15px 36px !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  border-radius: 99px !important;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid #38bdf8 !important;
  box-shadow: 0 0 25px rgba(56, 189, 248, 0.4) !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
}

.hero-cta-primary:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 0 35px rgba(56, 189, 248, 0.6) !important;
}

.hero-cta-secondary {
  padding: 15px 30px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  border-radius: 99px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
}

.hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* HERO LIVE METRICS BAR */
.hero-metrics-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 55px;
  padding: 20px 48px;
  background: rgba(15, 23, 42, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  flex-wrap: wrap;
}

.metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.metric-num {
  font-size: 1.75rem;
  font-weight: 900;
  color: #38bdf8;
  line-height: 1.2;
}

.metric-lbl {
  font-size: 0.82rem;
  font-weight: 700;
  color: #94a3b8;
}

.metric-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
}

/* SPORTS QUICK FILTER CHIPS SECTION */
.sports-chips-section {
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
  border-bottom: 1.5px solid #bae6fd;
  padding: 30px 4vw;
}

.sports-chips-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.sport-chip {
  padding: 11px 22px;
  border-radius: 99px;
  background: #ffffff;
  border: 1.5px solid #bae6fd;
  color: #0369a1;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.06);
}

.sport-chip:hover,
.sport-chip.active {
  background: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.25);
}

.sport-chip.highlight {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
}

/* FEATURED SECTION HEADINGS */
.v2-heading-centered {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 45px;
  padding: 0 4vw;
}

.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #0284c7;
  background: #e0f2fe;
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.v2-heading-centered h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 12px;
}

.v2-heading-centered p {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
}

/* TALENT GRID SECTION */
.featured-v2 {
  max-width: 1280px;
  margin: 70px auto;
  padding: 0 4vw;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1100px) {
  .talent-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-copy h1 { font-size: 2.3rem; }
}

@media (max-width: 650px) {
  .talent-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 1.9rem; }
  .hero-metrics-bar { flex-direction: column; gap: 16px; border-radius: 20px; }
  .metric-divider { display: none; }
}

/* PROCESS SECTION GRID */
.process-section {
  background: #ffffff;
  border-top: 1.5px solid #e2e8f0;
  border-bottom: 1.5px solid #e2e8f0;
  padding: 80px 4vw;
}

.process-section .process-container {
  max-width: 1280px;
  margin: 0 auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 900px) {
  .process-grid { grid-template-columns: 1fr; }
}

.process-card {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  padding: 36px 30px;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.process-card:hover {
  transform: translateY(-5px);
  border-color: #0284c7;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(2, 132, 199, 0.12);
}

.process-num {
  font-size: 2.6rem;
  font-weight: 900;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 16px;
}

.process-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0;
}

/* MEMBERSHIP CTA BANNER */
.membership-v2-banner {
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 4vw;
}

.membership-content {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0369a1 100%);
  color: #ffffff;
  border-radius: 32px;
  padding: 60px 48px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  position: relative;
  overflow: hidden;
}

.banner-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #38bdf8;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.membership-content h2 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}

.membership-content p {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 720px;
  margin: 0 auto 34px;
}

.membership-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  flex-wrap: wrap;
}

.membership-features li {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.membership-features li span {
  color: #34d399;
  font-weight: 900;
  font-size: 1.2rem;
}

.banner-cta-btn {
  padding: 16px 40px !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  border-radius: 99px !important;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid #38bdf8 !important;
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.4) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  transition: all 0.22s ease !important;
}

.banner-cta-btn:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 0 45px rgba(56, 189, 248, 0.6) !important;
}
