.stadium-hero {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(210px, 280px);
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 12% 50%, rgba(140, 226, 47, .14), transparent 32%), #111820;
}
.stadium-illustration { display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(170,244,80,.3); border-radius: 28px; color: #a7f432; background: rgba(167,244,50,.08); }
.stadium-hero-copy h2 { margin: 5px 0; font-size: clamp(24px, 3vw, 38px); }
.stadium-hero-copy > strong { display: block; font-size: 21px; color: #a7f432; }
.stadium-hero-copy > small { color: #8995a3; }
.stadium-capacity-bar, .stadium-project-bar { overflow: hidden; height: 8px; margin: 14px 0 8px; border-radius: 20px; background: rgba(255,255,255,.08); }
.stadium-capacity-bar i, .stadium-project-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6db91e, #a7f432); }
.stadium-facts { margin: 0; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.08); }
.stadium-facts div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.stadium-facts dt { color: #8f9aa8; }
.stadium-facts dd { margin: 0; font-weight: 750; }
.stadium-project { margin-bottom: 24px; padding: 24px; border-color: rgba(167,244,50,.26); }
.stadium-project .finance-section-head { margin-bottom: 8px; }
.stadium-project .finance-section-head > strong { color: #a7f432; }
.stadium-project > p { margin: 12px 0 0; color: #aeb7c2; }
.stadium-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: start; }
.stadium-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.stadium-offer { padding: 21px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: #111820; }
.stadium-offer.medium { border-color: rgba(74,158,255,.25); }
.stadium-offer.large { border-color: rgba(173,100,255,.28); }
.stadium-offer h3 { margin: 7px 0 8px; font-size: 24px; }
.stadium-offer > p { min-height: 42px; margin: 0 0 18px; color: #929eab; font-size: 13px; line-height: 1.55; }
.stadium-offer dl { margin: 0 0 18px; }
.stadium-offer dl div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 12px; }
.stadium-offer dt { color: #8995a3; }
.stadium-offer dd { margin: 0; text-align: right; font-weight: 700; }
.stadium-offer button { width: 100%; }
.stadium-locked { padding: 24px; color: #9ba6b3; }
.stadium-match-preview { padding: 24px; }
.stadium-match-preview h3 { margin: 8px 0 14px; font-size: 21px; }
.stadium-match-preview > strong { display: block; font-size: 23px; }
.stadium-match-preview > p, .stadium-match-preview > small { color: #909ba8; }
.stadium-environment-note { margin-top: 25px; padding: 16px; border: 1px dashed rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.025); }
.stadium-environment-note strong { color: #dce3ea; }
.stadium-environment-note p { margin: 6px 0 0; color: #8f9aa7; font-size: 12px; line-height: 1.5; }
.stadium-history { margin-top: 22px; padding: 24px; }
.stadium-history h3 { margin: 5px 0 14px; }
.stadium-history article { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.07); }
.stadium-history article > i { width: 9px; height: 9px; border-radius: 50%; background: #ffb74d; }
.stadium-history article > i.completed { background: #a7f432; }
.stadium-history p { display: flex; flex-direction: column; margin: 0; }
.stadium-history p span { color: #8995a3; font-size: 12px; }
@media (max-width: 1180px) { .stadium-content-grid { grid-template-columns: 1fr; } .stadium-offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .stadium-hero { grid-template-columns: 90px 1fr; } .stadium-illustration { width: 86px; height: 86px; } .stadium-facts { grid-column: 1 / -1; padding: 15px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.08); } .stadium-offer-grid { grid-template-columns: 1fr; } .stadium-offer > p { min-height: 0; } }
@media (max-width: 560px) { .stadium-hero { grid-template-columns: 1fr; padding: 20px; } .stadium-illustration { width: 70px; height: 70px; } .stadium-content-grid { display: block; } .stadium-match-preview { margin-top: 18px; } }
