/* Global */

:root {
  --stadium-bg: #021b4a;
  --stadium-bg-soft: #041e55;
  --accent: #33d0ff;
  --accent-soft: rgba(51, 208, 255, 0.18);
  --card-bg: #ffffff;
  --card-border: #e3e8f4;
  --text-main: #0b1020;
  --text-muted: #6c7485;
  --pill-bg: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 18px 45px rgba(5, 10, 30, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-main);
}

/* Background */

.bg-stadium {
  background: radial-gradient(circle at top left, #0b4bff 0, #021329 40%, #000814 100%);
}

/* Header */

.stadium-header {
  background: linear-gradient(90deg, #020c26, #022d6f);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.stadium-header .navbar-brand {
  color: #f8fafc;
  font-size: 1.05rem;
}

.stadium-header .nav-link {
  color: #e5ecff;
  font-size: 0.95rem;
}

.stadium-header .nav-link:hover,
.stadium-header .nav-link:focus,
.stadium-header .nav-link.active {
  color: var(--accent);
}

.logo-rounded {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px;
}

.text-accent {
  color: var(--accent);
}

.btn-availability {
  background: var(--accent);
  border-color: var(--accent);
  color: #02101f;
  font-weight: 600;
  border-radius: 999px;
  padding-inline: 1.4rem;
}

.btn-availability:hover {
  background: #04a7de;
  border-color: #04a7de;
  color: #020a16;
}

.social-header .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #f8fafc;
  font-size: 0.9rem;
  margin-left: 0.3rem;
}

.social-header .social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
}

/* Layout */

.top-90 {
  top: 90px;
}

.site-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-card {
  background: linear-gradient(140deg, rgba(7, 26, 66, 0.98), rgba(5, 12, 39, 0.98));
  border-radius: 1.5rem;
  padding: 1.2rem 1.25rem 1.4rem;
  color: #e3ebff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-card p {
  color: #c2d0ff;
}

.small-label {
  letter-spacing: 0.15em;
}

/* Sidebar buttons */

.btn-sidebar,
.btn-sidebar-primary {
  font-size: 0.9rem;
  border-radius: 999px;
  padding-block: 0.55rem;
}

.btn-sidebar {
  background: rgba(8, 27, 78, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e3ebff;
}

.btn-sidebar:hover {
  background: rgba(13, 39, 112, 0.98);
  color: #ffffff;
}

.btn-sidebar-primary {
  background: #33d0ff;
  border-color: #33d0ff;
  color: #020b18;
  font-weight: 600;
}

.btn-sidebar-primary:hover {
  background: #04a7de;
  border-color: #04a7de;
  color: #020712;
}

/* Sidebar links */

.sidebar-quicklinks {
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
  padding-top: 0.8rem;
}

.sidebar-link {
  display: block;
  padding-block: 0.15rem;
  font-size: 0.88rem;
  color: #d2dfff;
  text-decoration: none;
}

.sidebar-link:hover {
  color: var(--accent);
}

/* Hero */

.hero-card {
  background: radial-gradient(circle at top left, rgba(51, 208, 255, 0.25), transparent 55%),
              linear-gradient(135deg, #03153a, #020a1e 55%, #041d56 100%);
  border-radius: 1.75rem;
  padding: 1.8rem 1.6rem;
  color: #f8fbff;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-title {
  font-size: clamp(1.8rem, 2.4vw + 1.4rem, 2.5rem);
}

.hero-text {
  color: #d4e2ff;
  font-size: 0.98rem;
}

.hero-secondary {
  border-radius: 999px;
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  object-fit: cover;
  max-height: 260px;
  width: 100%;
}

.hero-floating-card {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(5, 10, 30, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 1.1rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.75rem;
  color: #f8fbff;
}

/* Pills */

.event-pill {
  background: var(--pill-bg);
  color: #f8fbff;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-weight: 500;
  font-size: 0.78rem;
}

/* Section titles */

.section-title {
  color: #f9fbff;
  font-size: 1.1rem;
}

/* Event Cards */

.event-section {
  scroll-margin-top: 100px;
}

.event-card {
  background: var(--card-bg);
  border-radius: 1.5rem;
  border: 1px solid var(--card-border);
  box-shadow: 0 14px 38px rgba(10, 16, 40, 0.18);
  padding: 1.4rem 1.5rem;
}

.event-card-header {
  border-bottom: 1px dashed #dde3f5;
  padding-bottom: 0.75rem;
  margin-bottom: 0.85rem;
}

.event-card-header h2 {
  font-size: 1.15rem;
}

.event-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  color: #026d93;
  font-size: 1.2rem;
}

.event-card-content p {
  font-size: 0.95rem;
  color: var(--text-main);
}

.event-card-content ul {
  padding-left: 1.2rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Mini event cards (grid) */

.event-card-mini {
  background: #061226;
  border-radius: 1.3rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.event-card-body {
  padding: 0.9rem 1rem 1rem;
  color: #f5f8ff;
}

/* SEO & contact sections */

.seo-section .section-title,
.contact-section .section-title {
  color: #f3f6ff;
}

.seo-section p {
  color: #dde4ff;
  font-size: 0.95rem;
}

/* Footer */

footer {
  color: #cbd4f0;
}

/* Utilities */

.text-muted {
  color: var(--text-muted) !important;
}

/* Responsive tweaks */

@media (max-width: 991.98px) {
  .site-sidebar {
    position: static !important;
  }
  .sidebar-card {
    border-radius: 1.2rem;
  }
  .hero-card {
    padding: 1.4rem 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.6rem;
  }
  .hero-text {
    font-size: 0.9rem;
  }
}
.header-scrolled {
  backdrop-filter: blur(18px);
  background: linear-gradient(90deg, rgba(2, 12, 38, 0.96), rgba(2, 45, 111, 0.96));
}
