/* ============================================================
   StadiaGuide Europe — Premium Light Theme
   STRATENSO LTD | Hash: stSox8
   ============================================================ */

/* ============================================================
   1. FONT FACES (Obfuscated mappings)
   ============================================================ */
@font-face {
  font-family: 'Outfit';
  src: url('/sge-assets-stSox8/sge-fonts-stSox8/outfit-bold-stSox8.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/sge-assets-stSox8/sge-fonts-stSox8/outfit-black-stSox8.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/sge-assets-stSox8/sge-fonts-stSox8/inter-regular-stSox8.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/sge-assets-stSox8/sge-fonts-stSox8/inter-semibold-stSox8.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   2. DESIGN TOKENS — :root
   ============================================================ */
:root {
  --color-bg-stSox8:            #f8fafc;
  --color-bg-alt-stSox8:        #f1f5f9;
  --color-bg-card-stSox8:       #ffffff;
  --color-border-stSox8:        #e2e8f0;
  --color-border-subtle-stSox8: #f1f5f9;
  --color-primary-stSox8:       #0284c7;
  --color-primary-hover-stSox8: #0369a1;
  --color-primary-light-stSox8: #e0f2fe;
  --color-secondary-stSox8:     #0f766e;
  --color-secondary-hover-stSox8: #115e59;
  --color-secondary-light-stSox8: #ccfbf1;
  --color-sport-accent-stSox8:   #ff6b00;
  --color-text-stSox8:          #334155;
  --color-text-muted-stSox8:    #64748b;
  --color-text-dark-stSox8:     #0f172a;
  --color-white-stSox8:         #ffffff;
  --color-black-stSox8:         #000000;
  --color-status-success-stSox8: #059669;

  --font-title-stSox8:  'Outfit', sans-serif;
  --font-text-stSox8:   'Inter', sans-serif;

  --box-shadow-stSox8:        0 10px 30px -10px rgba(15, 23, 42, 0.06), 0 1px 3px 0 rgba(15, 23, 42, 0.02);
  --box-shadow-hover-stSox8:  0 20px 40px -15px rgba(15, 23, 42, 0.1), 0 1px 5px 0 rgba(15, 23, 42, 0.03);
  --box-shadow-glow-stSox8:   0 15px 30px -10px rgba(2, 132, 199, 0.15);
  
  --radius-sm-stSox8:   8px;
  --radius-md-stSox8:   16px;
  --radius-lg-stSox8:   24px;
  --transition-stSox8:  all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   3. RESET & CORE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-text-stSox8);
  background-color: var(--color-bg-stSox8);
  color: var(--color-text-stSox8);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-stSox8);
}

a:hover {
  color: var(--color-primary-stSox8);
}

a:focus-visible {
  outline: 2px solid var(--color-primary-stSox8);
  outline-offset: 3px;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

button:focus-visible {
  outline: 2px solid var(--color-primary-stSox8);
  outline-offset: 3px;
}

input, textarea, select {
  font-family: var(--font-text-stSox8);
  color: var(--color-text-dark-stSox8);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-dark-stSox8);
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   4. UTILITIES
   ============================================================ */
.sge-center-stSox8 { text-align: center; }
.sge-muted-stSox8 { color: var(--color-text-muted-stSox8); }
.mg-bottom-30-stSox8 { margin-bottom: 30px; }
.visually-hidden-stSox8 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sge-container-stSox8 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   5. STICKY SPORTY HEADER (Two-Tier Layout)
   ============================================================ */

/* Top Info Bar */
.sge-header-topbar-stSox8 {
  background: var(--color-text-dark-stSox8);
  color: var(--color-white-stSox8);
  font-size: 0.72rem;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 0;
  border-bottom: 2px solid var(--color-sport-accent-stSox8);
  z-index: 1001;
  position: relative;
}

.sge-topbar-flex-stSox8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sge-topbar-item-stSox8 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sge-topbar-item-stSox8 span.live-badge-stSox8 {
  background: var(--color-sport-accent-stSox8);
  color: var(--color-white-stSox8);
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.65rem;
  animation: pulse-stSox8 1.5s infinite ease-in-out;
}

.sge-topbar-desktop-only-stSox8 {
  display: none;
}

@media (min-width: 768px) {
  .sge-topbar-desktop-only-stSox8 {
    display: inline-block;
  }
}

@keyframes pulse-stSox8 {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.95); }
}

/* Main Navigation Bar */
.sge-header-stSox8 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border-stSox8);
  box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.05);
  transition: var(--transition-stSox8);
}

.sge-menu-stSox8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0;
}

.sge-header__logo-box-stSox8 img {
  height: 44px;
  width: auto;
}

.sge-menu__links-stSox8 {
  display: none;
  height: 100%;
}

.sge-menu__list-stSox8 {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
}

.sge-menu__list-item-stSox8 {
  height: 100%;
  display: flex;
  align-items: center;
}

.sge-menu__list-item-stSox8 a {
  font-family: var(--font-title-stSox8);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-dark-stSox8);
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  transition: var(--transition-stSox8);
}

.sge-menu__list-item-stSox8 a:hover,
.sge-menu__list-item-stSox8 a.active {
  color: var(--color-primary-stSox8);
  background: rgba(2, 132, 199, 0.02);
  border-bottom-color: var(--color-primary-stSox8);
}

@media (min-width: 1200px) {
  .sge-menu__links-stSox8 {
    display: block;
  }
}

/* Mobile navigation container */
.sge-navigation-stSox8 {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .sge-navigation-stSox8 {
    display: none;
  }
}

.burger-btn-stSox8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: var(--radius-sm-stSox8);
  z-index: 1010;
}

.burger-btn-stSox8 span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-primary-stSox8);
  border-radius: 2px;
  transition: var(--transition-stSox8);
}

.burger-btn-stSox8.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger-btn-stSox8.is-open span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.burger-btn-stSox8.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

#sgeMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--color-bg-card-stSox8);
  padding: 100px 30px 40px;
  display: none;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid var(--color-border-stSox8);
  z-index: 1005;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
  transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#sgeMenu.is-open {
  display: flex;
  right: 0;
}

#sgeMenu a {
  display: block;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-stSox8);
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border-subtle-stSox8);
  transition: var(--transition-stSox8);
}

#sgeMenu a:hover {
  color: var(--color-primary-stSox8);
  padding-left: 6px;
}

/* ============================================================
   5B. MEGA DROPDOWN MENU
   ============================================================ */
.sge-has-dropdown-stSox8 {
  position: relative;
}

.sge-menu-caret-stSox8 {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 4px;
}

.sge-menu-caret-stSox8 svg {
  fill: currentColor;
  width: 10px;
  height: 10px;
}

.sge-has-dropdown-stSox8:hover .sge-menu-caret-stSox8 {
  transform: rotate(180deg);
}

.sge-mega-menu-stSox8 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 760px;
  background: var(--color-bg-card-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  box-shadow: var(--box-shadow-hover-stSox8);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1100;
}

.sge-has-dropdown-stSox8:hover .sge-mega-menu-stSox8 {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(5px);
}

.sge-mega-grid-stSox8 {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.2fr;
  gap: 24px;
  text-align: left;
}

.sge-mega-col-stSox8 {
  display: flex;
  flex-direction: column;
}

.sge-mega-title-stSox8 {
  font-family: var(--font-title-stSox8);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-stSox8);
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-border-subtle-stSox8);
  padding-bottom: 6px;
}

.sge-mega-list-stSox8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sge-mega-list-stSox8 li a {
  display: flex;
  flex-direction: column;
  padding: 6px 10px;
  border-radius: var(--radius-sm-stSox8);
  background: transparent !important;
  text-transform: none;
  letter-spacing: normal;
  transition: var(--transition-stSox8);
}

.sge-mega-list-stSox8 li a strong {
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--color-text-dark-stSox8);
  transition: var(--transition-stSox8);
}

.sge-mega-list-stSox8 li a span {
  font-family: var(--font-text-stSox8);
  font-size: 0.72rem;
  color: var(--color-text-muted-stSox8);
}

.sge-mega-list-stSox8 li a:hover {
  background: var(--color-primary-light-stSox8) !important;
}

.sge-mega-list-stSox8 li a:hover strong {
  color: var(--color-primary-stSox8);
}

.sge-mega-highlight-stSox8 {
  background: rgba(2, 132, 199, 0.02);
  border: 1px dashed rgba(2, 132, 199, 0.15);
  border-radius: var(--radius-md-stSox8);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sge-mega-card-icon-stSox8 {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  color: var(--color-primary-stSox8);
}

.sge-mega-card-stSox8 h4 {
  font-family: var(--font-title-stSox8);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 6px;
}

.sge-mega-card-stSox8 p {
  font-size: 0.76rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.4;
  margin-bottom: 12px;
}

/* Mobile dropdown styles */
.sge-mobile-expandable-stSox8 {
  position: relative;
  width: 100%;
}

.sge-mobile-expand-btn-stSox8 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-title-stSox8);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-stSox8);
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border-subtle-stSox8);
  background: none;
  text-align: left;
}

.sge-mobile-expand-btn-stSox8 .sge-menu-caret-stSox8 {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sge-mobile-expand-btn-stSox8[aria-expanded="true"] .sge-menu-caret-stSox8 {
  transform: rotate(180deg);
}

.sge-mobile-sublist-stSox8 {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0 8px 16px;
  border-left: 2px solid var(--color-primary-stSox8);
  margin-top: 4px;
  text-align: left;
}

.sge-mobile-sublist-stSox8.is-open {
  display: flex;
}

.sge-mobile-subtitle-stSox8 {
  font-family: var(--font-title-stSox8);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-primary-stSox8);
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-bottom: 4px;
}

.sge-mobile-sublist-stSox8 a {
  font-family: var(--font-text-stSox8) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--color-text-muted-stSox8) !important;
  padding: 6px 0 !important;
  border-bottom: none !important;
}

.sge-mobile-sublist-stSox8 a:hover {
  color: var(--color-primary-stSox8) !important;
  padding-left: 4px !important;
}

/* ============================================================
   6. HERO SECTION
   ============================================================ */
.sge-hero-stSox8 {
  position: relative;
  padding: 170px 0 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(2, 132, 199, 0.08) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(15, 118, 110, 0.05) 0%, transparent 60%);
}

.sge-hero-grid-stSox8 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 992px) {
  .sge-hero-grid-stSox8 {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
}

.sge-hero-badge-stSox8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary-stSox8);
  margin-bottom: 20px;
  padding: 6px 14px;
  background: var(--color-primary-light-stSox8);
  border-radius: 30px;
  border: 1px solid rgba(2, 132, 199, 0.2);
}

.sge-hero-badge-stSox8 svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sge-hero-title-stSox8 {
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  line-height: 1.1;
  color: var(--color-text-dark-stSox8);
}

.sge-hero-title-stSox8 span {
  background: linear-gradient(135deg, var(--color-primary-stSox8) 0%, var(--color-secondary-stSox8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sge-hero-desc-stSox8 {
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  color: var(--color-text-muted-stSox8);
  margin-bottom: 40px;
  max-width: 580px;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .sge-hero-desc-stSox8 {
    margin-left: auto;
    margin-right: auto;
  }
}

.sge-btn-group-stSox8 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .sge-btn-group-stSox8 {
    justify-content: center;
  }
}

.sge-btn-primary-stSox8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-primary-stSox8);
  color: var(--color-white-stSox8);
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 16px 36px;
  border-radius: var(--radius-sm-stSox8);
  border: 2px solid var(--color-primary-stSox8);
  box-shadow: var(--box-shadow-glow-stSox8);
  transition: var(--transition-stSox8);
  cursor: pointer;
  line-height: 1;
}

.sge-btn-primary-stSox8:hover {
  background: var(--color-primary-hover-stSox8);
  border-color: var(--color-primary-hover-stSox8);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2, 132, 199, 0.25);
  color: var(--color-white-stSox8);
}

.sge-btn-primary-stSox8 svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.sge-btn-outline-stSox8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--color-text-stSox8);
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 16px 36px;
  border-radius: var(--radius-sm-stSox8);
  border: 2px solid var(--color-border-stSox8);
  transition: var(--transition-stSox8);
  cursor: pointer;
  line-height: 1;
}

.sge-btn-outline-stSox8:hover {
  border-color: var(--color-primary-stSox8);
  background: rgba(2, 132, 199, 0.03);
  transform: translateY(-2px);
  color: var(--color-primary-stSox8);
}

.sge-hero-visual-stSox8 {
  position: relative;
  display: flex;
  justify-content: center;
}

.sge-visual-frame-stSox8 {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg-stSox8);
  overflow: hidden;
  border: 1px solid var(--color-border-stSox8);
  box-shadow: var(--box-shadow-stSox8);
}

.sge-visual-frame-stSox8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sge-visual-glow-stSox8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.1) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.sge-hero-floating-card-stSox8 {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
  z-index: 10;
}

@media (max-width: 992px) {
  .sge-hero-floating-card-stSox8 {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 280px;
  }
}

.sge-float-icon-stSox8 {
  background: var(--color-primary-light-stSox8);
  color: var(--color-primary-stSox8);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sge-float-icon-stSox8 svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.sge-float-info-stSox8 .sge-float-num-stSox8 {
  display: block;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
}

.sge-float-info-stSox8 p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--color-text-muted-stSox8);
}

/* ============================================================
   6B. SUBPAGE HERO SECTION
   ============================================================ */
.sge-subpage-hero-stSox8 {
  position: relative;
  padding: 180px 0 80px;
  background: radial-gradient(circle at 80% 20%, rgba(2, 132, 199, 0.06) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(15, 118, 110, 0.04) 0%, transparent 60%);
  border-bottom: 1px solid var(--color-border-stSox8);
  text-align: left;
}

@media (max-width: 768px) {
  .sge-subpage-hero-stSox8 {
    padding: 140px 0 50px;
    text-align: center;
  }
}

.sge-subpage-hero-stSox8 .sge-hero-badge-stSox8 {
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary-stSox8);
  margin-bottom: 16px;
  padding: 5px 12px;
  background: var(--color-primary-light-stSox8);
  border-radius: 30px;
  border: 1px solid rgba(2, 132, 199, 0.2);
}

.sge-subpage-hero-stSox8 .sge-hero-title-stSox8 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.1;
  color: var(--color-text-dark-stSox8);
}

.sge-subpage-hero-stSox8 .sge-hero-desc-stSox8 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

/* ============================================================
   7. STATS BAR
   ============================================================ */
.sge-stats-bar-stSox8 {
  position: relative;
  margin-top: -40px;
  z-index: 20;
}

@media (max-width: 992px) {
  .sge-stats-bar-stSox8 {
    margin-top: 20px;
  }
}

.sge-stats-grid-stSox8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .sge-stats-grid-stSox8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sge-stats-card-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 24px;
  text-align: center;
  box-shadow: var(--box-shadow-stSox8);
  transition: var(--transition-stSox8);
}

.sge-stats-card-stSox8:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow-hover-stSox8);
  border-color: var(--color-primary-stSox8);
}

.sge-stats-num-stSox8 {
  display: block;
  font-family: var(--font-title-stSox8);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--color-primary-stSox8);
  line-height: 1;
  margin-bottom: 8px;
}

.sge-stats-lbl-stSox8 {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted-stSox8);
}

/* ============================================================
   8. ABOUT SECTION
   ============================================================ */
.sge-about-section-stSox8 {
  padding: 100px 0;
  background: var(--color-white-stSox8);
  border-bottom: 1px solid var(--color-border-stSox8);
}

.sge-about-layout-stSox8 {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 992px) {
  .sge-about-layout-stSox8 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sge-about-media-stSox8 {
  position: relative;
}

.sge-about-img-frame-stSox8 {
  border-radius: var(--radius-lg-stSox8);
  overflow: hidden;
  border: 1px solid var(--color-border-stSox8);
  box-shadow: var(--box-shadow-stSox8);
}

.sge-about-img-frame-stSox8 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sge-section-title-stSox8 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 24px;
}

.sge-about-content-stSox8 p {
  color: var(--color-text-stSox8);
  margin-bottom: 18px;
  font-size: 1rem;
}

/* ============================================================
   9. BENTO GRID OF STADIUMS
   ============================================================ */
.sge-stadiums-section-stSox8 {
  padding: 100px 0;
}

.sge-section-header-stSox8 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.sge-section-subtitle-stSox8 {
  font-size: 1.05rem;
  color: var(--color-text-muted-stSox8);
}

.sge-bento-grid-stSox8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .sge-bento-grid-stSox8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sge-bento-grid-stSox8 {
    grid-template-columns: 1fr;
  }
}

.sge-bento-card-stSox8 {
  position: relative;
  background: var(--color-white-stSox8);
  border-radius: var(--radius-md-stSox8);
  overflow: hidden;
  border: 1px solid var(--color-border-stSox8);
  box-shadow: var(--box-shadow-stSox8);
  display: flex;
  flex-direction: column;
  transition: var(--transition-stSox8);
}

.sge-bento-card-stSox8:hover {
  transform: translateY(-6px);
  box-shadow: var(--box-shadow-hover-stSox8);
  border-color: var(--color-primary-stSox8);
}

.sge-bento-img-wrap-stSox8 {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--color-bg-alt-stSox8);
}

.sge-bento-img-wrap-stSox8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-stSox8);
}

.sge-bento-card-stSox8:hover .sge-bento-img-wrap-stSox8 img {
  transform: scale(1.05);
}

.sge-bento-fallback-stSox8 {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.sge-bento-fallback-stSox8 span {
  font-family: var(--font-title-stSox8);
  font-weight: 800;
  color: var(--color-white-stSox8);
  font-size: 1.15rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.sge-bento-content-stSox8 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sge-bento-loc-stSox8 {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-primary-stSox8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: block;
}

.sge-bento-name-stSox8 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 12px;
}

.sge-bento-desc-stSox8 {
  font-size: 0.88rem;
  color: var(--color-text-muted-stSox8);
  margin-bottom: 20px;
  flex-grow: 1;
  line-height: 1.5;
}

.sge-bento-link-stSox8 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--color-primary-stSox8);
  transition: var(--transition-stSox8);
}

.sge-bento-link-stSox8 svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.sge-bento-card-stSox8:hover .sge-bento-link-stSox8 {
  color: var(--color-primary-hover-stSox8);
}

.sge-bento-card-stSox8:hover .sge-bento-link-stSox8 svg {
  transform: translateX(4px);
}

/* ============================================================
   10. TIMELINE / PROCESS
   ============================================================ */
.sge-process-section-stSox8 {
  padding: 100px 0;
  background: var(--color-white-stSox8);
  border-top: 1px solid var(--color-border-stSox8);
  border-bottom: 1px solid var(--color-border-stSox8);
}

.sge-timeline-stSox8 {
  position: relative;
  margin-top: 50px;
}

.sge-timeline-line-stSox8 {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border-stSox8);
  z-index: 1;
}

@media (max-width: 992px) {
  .sge-timeline-line-stSox8 {
    display: none;
  }
}

.sge-timeline-grid-stSox8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .sge-timeline-grid-stSox8 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sge-timeline-card-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--box-shadow-stSox8);
  position: relative;
  transition: var(--transition-stSox8);
}

.sge-timeline-card-stSox8:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow-hover-stSox8);
  border-color: var(--color-primary-stSox8);
}

.sge-timeline-dot-stSox8 {
  width: 12px;
  height: 12px;
  background: var(--color-primary-stSox8);
  border: 3px solid var(--color-white-stSox8);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .sge-timeline-dot-stSox8 {
    display: block;
  }
}

.sge-timeline-step-stSox8 {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: var(--font-title-stSox8);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-bg-alt-stSox8);
  line-height: 1;
}

.sge-timeline-card-stSox8:hover .sge-timeline-step-stSox8 {
  color: var(--color-primary-light-stSox8);
}

.sge-timeline-icon-stSox8 {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  color: var(--color-primary-stSox8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sge-timeline-icon-stSox8 svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.sge-timeline-title-stSox8 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 12px;
}

.sge-timeline-text-stSox8 {
  font-size: 0.88rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.6;
}

/* ============================================================
   11. CORE VALUES
   ============================================================ */
.sge-values-section-stSox8 {
  padding: 100px 0;
}

.sge-values-grid-stSox8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .sge-values-grid-stSox8 {
    grid-template-columns: 1fr;
  }
}

.sge-value-card-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 35px 30px;
  box-shadow: var(--box-shadow-stSox8);
  position: relative;
  overflow: hidden;
  transition: var(--transition-stSox8);
}

.sge-value-card-stSox8:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow-hover-stSox8);
  border-color: var(--color-primary-stSox8);
}

.sge-value-icon-stSox8 {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--color-primary-stSox8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sge-value-icon-stSox8 svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.sge-value-title-stSox8 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 14px;
}

.sge-value-text-stSox8 {
  font-size: 0.92rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.6;
}

/* ============================================================
   12. GAME DAY CHECKLIST
   ============================================================ */
.sge-checklist-section-stSox8 {
  padding: 60px 0;
}

.sge-checklist-card-stSox8 {
  background: linear-gradient(135deg, var(--color-white-stSox8) 0%, var(--color-bg-alt-stSox8) 100%);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-lg-stSox8);
  padding: 50px;
  box-shadow: var(--box-shadow-stSox8);
}

@media (max-width: 768px) {
  .sge-checklist-card-stSox8 {
    padding: 30px;
  }
}

.sge-checklist-intro-stSox8 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.sge-checklist-title-stSox8 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.sge-checklist-intro-stSox8 p {
  color: var(--color-text-muted-stSox8);
  font-size: 0.95rem;
}

.sge-checklist-grid-stSox8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .sge-checklist-grid-stSox8 {
    grid-template-columns: 1fr;
  }
}

.sge-checklist-item-stSox8 {
  display: flex;
  gap: 20px;
}

.sge-check-icon-stSox8 {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--color-secondary-light-stSox8);
  color: var(--color-secondary-stSox8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sge-check-icon-stSox8 svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sge-check-content-stSox8 h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--color-text-dark-stSox8);
}

.sge-check-content-stSox8 p {
  font-size: 0.88rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.5;
}

/* ============================================================
   13. TICKET CTA
   ============================================================ */
.sge-cta-section-stSox8 {
  padding: 60px 0 100px;
}

.sge-cta-card-stSox8 {
  position: relative;
  background: linear-gradient(135deg, var(--color-primary-stSox8) 0%, var(--color-secondary-stSox8) 100%);
  border-radius: var(--radius-lg-stSox8);
  padding: 60px;
  text-align: center;
  color: var(--color-white-stSox8);
  overflow: hidden;
  box-shadow: var(--box-shadow-glow-stSox8);
}

@media (max-width: 768px) {
  .sge-cta-card-stSox8 {
    padding: 40px 20px;
  }
}

.sge-cta-title-stSox8 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--color-white-stSox8);
  margin-bottom: 16px;
}

.sge-cta-text-stSox8 {
  font-size: clamp(1rem, 2vw, 1.15rem);
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

.sge-cta-btn-stSox8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-white-stSox8);
  color: var(--color-primary-stSox8);
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 16px 36px;
  border-radius: var(--radius-sm-stSox8);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition-stSox8);
  cursor: pointer;
}

.sge-cta-btn-stSox8:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: var(--color-bg-alt-stSox8);
}

.sge-cta-btn-stSox8 svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ============================================================
   14. FORM STYLING
   ============================================================ */
.sge-contact-grid-stSox8 {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 50px;
}

@media (max-width: 992px) {
  .sge-contact-grid-stSox8 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sge-contact-box-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 40px;
  box-shadow: var(--box-shadow-stSox8);
}

@media (max-width: 600px) {
  .sge-contact-box-stSox8 {
    padding: 24px;
  }
}

.sge-contact-box-stSox8 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-text-dark-stSox8);
}

.sge-contact-box-stSox8 p {
  color: var(--color-text-muted-stSox8);
  font-size: 0.95rem;
  margin-bottom: 30px;
}

.sge-form-group-stSox8 {
  margin-bottom: 24px;
}

.sge-form-group-stSox8 label {
  display: block;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 8px;
}

.sge-form-group-stSox8 input,
.sge-form-group-stSox8 select,
.sge-form-group-stSox8 textarea {
  width: 100%;
  background: var(--color-bg-alt-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-sm-stSox8);
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--color-text-dark-stSox8);
  outline: none;
  transition: var(--transition-stSox8);
}

.sge-form-group-stSox8 input:focus,
.sge-form-group-stSox8 select:focus,
.sge-form-group-stSox8 textarea:focus {
  border-color: var(--color-primary-stSox8);
  background: var(--color-white-stSox8);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.sge-form-feedback-stSox8 {
  display: none;
  margin-top: 20px;
  color: var(--color-status-success-stSox8);
  font-weight: 600;
  font-size: 0.95rem;
}

.sge-contact-info-panel-stSox8 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sge-info-card-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 24px;
  display: flex;
  gap: 20px;
  box-shadow: var(--box-shadow-stSox8);
}

.sge-info-icon-stSox8 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--color-primary-light-stSox8);
  color: var(--color-primary-stSox8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sge-info-icon-stSox8 svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sge-info-desc-stSox8 h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.sge-info-desc-stSox8 p {
  font-size: 0.88rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.5;
  margin-bottom: 0;
}

.sge-contact-help-panel-stSox8 {
  background: var(--color-bg-alt-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 30px;
}

.sge-contact-help-panel-stSox8 h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.sge-contact-help-panel-stSox8 ol {
  list-style: decimal;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sge-contact-help-panel-stSox8 li {
  font-size: 0.88rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.5;
}

.sge-map-frame-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 30px;
  text-align: center;
  box-shadow: var(--box-shadow-stSox8);
}

.sge-map-icon-stSox8 {
  color: var(--color-primary-stSox8);
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sge-map-icon-stSox8 svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.sge-map-frame-stSox8 h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.sge-map-frame-stSox8 p {
  font-size: 0.85rem;
  color: var(--color-text-muted-stSox8);
  margin-bottom: 0;
}

/* ============================================================
   15. FOOTER & FOOTER TICKER
   ============================================================ */

/* Footer Ticker Marquee */
.sge-footer-ticker-stSox8 {
  background: var(--color-bg-alt-stSox8);
  border-top: 1px solid var(--color-border-stSox8);
  border-bottom: 2px solid var(--color-primary-stSox8);
  padding: 12px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sge-footer-ticker-inner-stSox8 {
  display: flex;
  white-space: nowrap;
  gap: 60px;
  animation: sgeMarquee-stSox8 35s infinite linear;
}

.sge-footer-ticker-inner-stSox8 span {
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: var(--color-text-dark-stSox8);
  letter-spacing: 0.05em;
  display: inline-block;
}

@keyframes sgeMarquee-stSox8 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sge-footer-stSox8 {
  background: var(--color-bg-card-stSox8);
  padding: 80px 0 40px;
  border-top: 1px solid var(--color-border-stSox8);
}

.sge-footer-grid-stSox8 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .sge-footer-grid-stSox8 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sge-footer-card-stSox8 h3,
.sge-footer-links-stSox8 h3,
.sge-footer-services-stSox8 h3 {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  color: var(--color-text-dark-stSox8);
  position: relative;
  padding-bottom: 8px;
}

.sge-footer-card-stSox8 h3::after,
.sge-footer-links-stSox8 h3::after,
.sge-footer-services-stSox8 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: var(--color-sport-accent-stSox8);
  transform: skewX(-15deg);
}

.sge-footer-desc-stSox8 {
  font-size: 0.9rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.65;
  margin-bottom: 20px;
}

.sge-footer-address-stSox8 {
  font-size: 0.88rem;
  color: var(--color-text-stSox8);
  line-height: 1.6;
}

.sge-footer-address-stSox8 p {
  margin-bottom: 4px;
}

.sge-footer-links-stSox8 ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 480px) and (max-width: 992px) {
  .sge-footer-links-stSox8 ul {
    grid-template-columns: 1fr 1fr;
  }
}

.sge-footer-links-stSox8 a {
  font-size: 0.9rem;
  color: var(--color-text-stSox8);
  font-weight: 600;
  display: inline-block;
  transition: var(--transition-stSox8);
}

.sge-footer-links-stSox8 a:hover {
  color: var(--color-primary-stSox8);
  transform: translateX(4px);
}

.sge-footer-bottom-stSox8 {
  border-top: 1px solid var(--color-border-stSox8);
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 600px) {
  .sge-footer-bottom-stSox8 {
    flex-direction: column-reverse;
    text-align: center;
  }
}

.sge-footer-bottom-stSox8 p {
  font-size: 0.85rem;
  color: var(--color-text-muted-stSox8);
  margin-bottom: 0;
}

.sge-footer-navmenu-stSox8 {
  display: flex;
  gap: 20px;
}

.sge-footer-navmenu-stSox8 a {
  font-size: 0.85rem;
  color: var(--color-text-muted-stSox8);
  transition: var(--transition-stSox8);
}

.sge-footer-navmenu-stSox8 a:hover {
  color: var(--color-primary-stSox8);
}

/* ============================================================
   16. INDIVIDUAL STADIUM & DETAIL PAGES
   ============================================================ */
.sge-stadium-intro-stSox8 {
  padding: 80px 0;
}

.sge-stadium-grid-stSox8 {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 50px;
}

@media (max-width: 992px) {
  .sge-stadium-grid-stSox8 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sge-stadium-body-stSox8 h2 {
  font-size: 1.7rem;
  margin-bottom: 16px;
  color: var(--color-text-dark-stSox8);
}

.sge-stadium-body-stSox8 p {
  font-size: 1rem;
  color: var(--color-text-stSox8);
  margin-bottom: 24px;
}

.sge-stadium-body-stSox8 ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.sge-stadium-body-stSox8 li {
  font-size: 0.95rem;
  color: var(--color-text-stSox8);
  margin-bottom: 8px;
}

.sge-sidebar-card-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 30px;
  box-shadow: var(--box-shadow-stSox8);
  margin-bottom: 30px;
}

.sge-sidebar-card-stSox8 h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border-subtle-stSox8);
  padding-bottom: 10px;
}

.sge-fact-list-stSox8 li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border-subtle-stSox8);
  padding: 10px 0;
  font-size: 0.9rem;
}

.sge-fact-list-stSox8 li:last-child {
  border-bottom: none;
}

.sge-fact-label-stSox8 {
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
}

.sge-fact-value-stSox8 {
  color: var(--color-text-muted-stSox8);
  text-align: right;
}

.sge-faq-list-stSox8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sge-faq-item-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-sm-stSox8);
  overflow: hidden;
  box-shadow: var(--box-shadow-stSox8);
}

.sge-faq-question-stSox8 {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-text-dark-stSox8);
  background: var(--color-white-stSox8);
  text-align: left;
}

.sge-faq-question-stSox8 svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.sge-faq-question-stSox8[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.sge-faq-answer-stSox8 {
  display: none;
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.6;
}

.sge-faq-question-stSox8[aria-expanded="true"] + .sge-faq-answer-stSox8 {
  display: block;
}

/* ============================================================
   17. REVIEWS & TESTIMONIALS
   ============================================================ */
.sge-reviews-grid-stSox8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .sge-reviews-grid-stSox8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sge-reviews-grid-stSox8 {
    grid-template-columns: 1fr;
  }
}

.sge-review-card-stSox8 {
  background: var(--color-white-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: var(--radius-md-stSox8);
  padding: 30px;
  box-shadow: var(--box-shadow-stSox8);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition-stSox8);
}

.sge-review-card-stSox8:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow-hover-stSox8);
}

.sge-review-stars-stSox8 {
  color: #fbbf24;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.sge-review-text-stSox8 {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--color-text-stSox8);
  margin-bottom: 24px;
  flex-grow: 1;
  line-height: 1.6;
}

.sge-review-footer-stSox8 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sge-review-avatar-stSox8 {
  width: 40px;
  height: 40px;
  background: var(--color-bg-alt-stSox8);
  color: var(--color-primary-stSox8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.9rem;
}

.sge-review-author-stSox8 h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text-dark-stSox8);
}

.sge-review-author-stSox8 p {
  font-size: 0.72rem;
  color: var(--color-text-muted-stSox8);
  margin-bottom: 0;
}

/* Stadium Detail Sections */
.sge-stadium-details-section-stSox8 {
  padding: 80px 0;
  background: var(--color-white-stSox8);
  border-top: 1px solid var(--color-border-stSox8);
}

.sge-stadium-detail-row-stSox8 {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.sge-stadium-detail-row-stSox8:last-child {
  margin-bottom: 0;
}

.sge-stadium-detail-row-stSox8.sge-stadium-detail-row-reverse-stSox8 {
  grid-template-columns: 1.1fr 1fr;
}

.sge-stadium-detail-row-stSox8.sge-stadium-detail-row-reverse-stSox8 .sge-stadium-detail-media-stSox8 {
  order: 2;
}

@media (max-width: 992px) {
  .sge-stadium-detail-row-stSox8,
  .sge-stadium-detail-row-stSox8.sge-stadium-detail-row-reverse-stSox8 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
  .sge-stadium-detail-row-stSox8.sge-stadium-detail-row-reverse-stSox8 .sge-stadium-detail-media-stSox8 {
    order: 0;
  }
}

.sge-stadium-detail-media-stSox8 {
  position: relative;
  border-radius: var(--radius-lg-stSox8);
  overflow: hidden;
  border: 1px solid var(--color-border-stSox8);
  box-shadow: var(--box-shadow-stSox8);
  aspect-ratio: 16/10;
}

.sge-stadium-detail-media-stSox8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sge-stadium-detail-info-stSox8 h3 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 12px;
}

.sge-stadium-detail-category-stSox8 {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-primary-stSox8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.sge-stadium-detail-info-stSox8 p {
  font-size: 0.98rem;
  color: var(--color-text-stSox8);
  line-height: 1.65;
  margin-bottom: 16px;
}

.sge-stadium-detail-info-stSox8 p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   8. SPORTY VIBES & FLOATING BACKGROUND SHAPES
   ============================================================ */

/* Floating Container */
.sge-floating-shapes-stSox8 {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.shape-item-stSox8 {
  position: absolute;
  color: var(--color-primary-stSox8);
  opacity: 0.05;
  transition: opacity 0.3s ease;
}

.shape-item-stSox8 svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Floating Animations */
@keyframes sgeFloatA-stSox8 {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(40px, -60px) rotate(180deg); }
  100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes sgeFloatB-stSox8 {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-50px, 40px) rotate(-180deg); }
  100% { transform: translate(0, 0) rotate(-360deg); }
}

@keyframes sgeFloatC-stSox8 {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(60px, 30px) rotate(90deg) scale(1.1); }
  100% { transform: translate(0, 0) rotate(0deg) scale(1); }
}

/* Shape Positioning */
.shape-ball-stSox8 {
  top: 15%;
  left: 8%;
  width: 100px;
  height: 100px;
  animation: sgeFloatA-stSox8 25s infinite linear;
}

.shape-stadium-stSox8 {
  top: 45%;
  right: 5%;
  width: 130px;
  height: 130px;
  animation: sgeFloatB-stSox8 30s infinite linear;
  color: var(--color-secondary-stSox8);
  opacity: 0.04;
}

.shape-whistle-stSox8 {
  bottom: 12%;
  left: 12%;
  width: 80px;
  height: 80px;
  animation: sgeFloatC-stSox8 20s infinite ease-in-out;
}

.shape-chevron-stSox8 {
  top: 25%;
  right: 15%;
  width: 90px;
  height: 90px;
  animation: sgeFloatA-stSox8 28s infinite linear;
}

.shape-corner-stSox8 {
  bottom: 30%;
  left: 45%;
  width: 110px;
  height: 110px;
  animation: sgeFloatB-stSox8 35s infinite linear;
  color: var(--color-secondary-stSox8);
}

.shape-goal-stSox8 {
  top: 75%;
  right: 20%;
  width: 120px;
  height: 120px;
  animation: sgeFloatC-stSox8 24s infinite ease-in-out;
}

/* Sporty Skew & Angle Enhancements */
.sge-hero-badge-stSox8,
.sge-btn-primary-stSox8,
.sge-btn-outline-stSox8,
.sge-bento-link-stSox8,
.sge-cta-btn-stSox8,
.sge-timeline-step-stSox8 {
  transform: skewX(-8deg);
  border-radius: 4px !important;
}

/* Keep text/SVGs inside un-skewed */
.sge-hero-badge-stSox8 > *,
.sge-btn-primary-stSox8 > *,
.sge-btn-outline-stSox8 > *,
.sge-bento-link-stSox8 > *,
.sge-cta-btn-stSox8 > * {
  transform: skewX(8deg);
  display: inline-block;
}

/* Headings Underline Sporty Accent Lines */
.sge-section-title-stSox8 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.sge-section-title-stSox8::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--color-primary-stSox8);
  transform: skewX(-15deg);
}

.sge-section-title-stSox8::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 66px;
  width: 18px;
  height: 4px;
  background: var(--color-sport-accent-stSox8);
  transform: skewX(-15deg);
}

/* Center-aligned titles matching double stripe positioning */
.sge-center-stSox8 .sge-section-title-stSox8::after,
.sge-section-header-stSox8 .sge-section-title-stSox8::after {
  left: 50%;
  transform: translateX(-50%) translateX(-12px) skewX(-15deg);
}
.sge-center-stSox8 .sge-section-title-stSox8::before,
.sge-section-header-stSox8 .sge-section-title-stSox8::before {
  left: 50%;
  transform: translateX(-50%) translateX(27px) skewX(-15deg);
}

/* Stats Cards Left Dynamic Border Highlights */
.sge-stats-card-stSox8 {
  position: relative;
  border-left: 4px solid var(--color-primary-stSox8);
  padding-left: 18px !important;
  background: var(--color-bg-card-stSox8);
  border-radius: 4px !important;
  overflow: hidden;
  box-shadow: var(--box-shadow-stSox8);
}

.sge-stats-card-stSox8::after {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  height: 50%;
  width: 4px;
  background: var(--color-sport-accent-stSox8);
}

/* Bento Card Top Dynamic Border Highlights */
.sge-bento-card-stSox8 {
  border-radius: var(--radius-sm-stSox8) !important;
  border-top: 3px solid transparent;
  transition: var(--transition-stSox8);
}

.sge-bento-card-stSox8:hover {
  border-top-color: var(--color-sport-accent-stSox8);
  transform: translateY(-5px);
}

/* Hero Badge Custom Sports Highlights */
.sge-hero-badge-stSox8 {
  background: var(--color-primary-light-stSox8);
  border-left: 3px solid var(--color-sport-accent-stSox8) !important;
}

/* Floating info card sporty highlight */
.sge-hero-floating-card-stSox8 {
  border-left: 4px solid var(--color-sport-accent-stSox8) !important;
  border-radius: var(--radius-sm-stSox8) !important;
}

/* ============================================================
   9. INTERACTIVE MATRIX & SEATING ZONE WIDGETS
   ============================================================ */

/* Comparison Section & Sorter Table */
.sge-comparison-section-stSox8 {
  padding: 80px 0;
  background: var(--color-bg-alt-stSox8);
  position: relative;
}

.sge-comparison-filter-box-stSox8 {
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.sge-search-wrapper-stSox8 {
  position: relative;
  width: 100%;
}

.sge-search-wrapper-stSox8 input {
  width: 100%;
  padding: 14px 20px 14px 46px;
  border: 2px solid var(--color-border-stSox8);
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: var(--font-body-stSox8);
  color: var(--color-text-dark-stSox8);
  background: var(--color-white-stSox8);
  transition: var(--transition-stSox8);
}

.sge-search-wrapper-stSox8 input:focus {
  border-color: var(--color-primary-stSox8);
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.search-icon-stSox8 {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--color-text-muted-stSox8);
  pointer-events: none;
}

.sge-table-container-stSox8 {
  overflow-x: auto;
  background: var(--color-white-stSox8);
  border-radius: 8px;
  border: 1px solid var(--color-border-stSox8);
  box-shadow: var(--box-shadow-stSox8);
}

.sge-comparison-table-stSox8 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9rem;
}

.sge-comparison-table-stSox8 th {
  background: var(--color-text-dark-stSox8);
  color: var(--color-white-stSox8);
  padding: 16px 20px;
  font-family: var(--font-title-stSox8);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  user-select: none;
}

.sge-comparison-table-stSox8 th.sortable-stSox8 {
  cursor: pointer;
  transition: background 0.2s ease;
}

.sge-comparison-table-stSox8 th.sortable-stSox8:hover {
  background: var(--color-primary-stSox8);
}

.sort-icon-stSox8 {
  margin-left: 6px;
  opacity: 0.6;
}

.sge-comparison-table-stSox8 td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--color-border-stSox8);
  color: var(--color-text-stSox8);
  vertical-align: middle;
}

.sge-comparison-table-stSox8 tbody tr:last-child td {
  border-bottom: none;
}

.sge-comparison-table-stSox8 tbody tr {
  transition: background-color 0.2s ease;
}

.sge-comparison-table-stSox8 tbody tr:hover {
  background-color: rgba(2, 132, 199, 0.02);
}

.table-link-stSox8 {
  color: var(--color-primary-stSox8);
  font-weight: 700;
  text-decoration: underline;
  transition: var(--transition-stSox8);
}

.table-link-stSox8:hover {
  color: var(--color-sport-accent-stSox8);
}

/* Difficulty badges */
.diff-badge-stSox8 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.diff-easy-stSox8 {
  background: #e2fbe8;
  color: #1e7a34;
  border-left: 3px solid #1e7a34;
}

.diff-medium-stSox8 {
  background: #fef3c7;
  color: #d97706;
  border-left: 3px solid #d97706;
}

.diff-hard-stSox8 {
  background: #fee2e2;
  color: #dc2626;
  border-left: 3px solid #dc2626;
}

.diff-veryhard-stSox8 {
  background: #f3e8ff;
  color: #7e22ce;
  border-left: 3px solid #7e22ce;
}

/* Interactive Seating Section */
.sge-seating-section-stSox8 {
  padding: 80px 0;
  background: var(--color-white-stSox8);
}

.sge-seating-grid-stSox8 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

@media (max-width: 992px) {
  .sge-seating-grid-stSox8 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Map diagram styling */
.sge-seating-diagram-box-stSox8 {
  background: var(--color-bg-alt-stSox8);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--color-border-stSox8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sge-stadium-layout-map-stSox8 {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1.2;
  border: 8px solid var(--color-text-dark-stSox8);
  border-radius: 100px;
  background: var(--color-white-stSox8);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stadium-pitch-stSox8 {
  width: 50%;
  height: 45%;
  background: #4ade80;
  border: 2px solid var(--color-white-stSox8);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.stadium-pitch-stSox8 span {
  font-family: var(--font-title-stSox8);
  font-weight: 800;
  font-size: 0.65rem;
  color: var(--color-white-stSox8);
  letter-spacing: 0.1em;
}

/* Zone trigger buttons */
.zone-btn-stSox8 {
  position: absolute;
  font-family: var(--font-title-stSox8);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 12px;
  border: 2px solid var(--color-text-dark-stSox8);
  border-radius: 4px;
  background: var(--color-white-stSox8);
  color: var(--color-text-dark-stSox8);
  cursor: pointer;
  transition: all 0.2s ease;
}

.zone-btn-stSox8 span {
  display: inline-block;
}

.zone-btn-stSox8:hover,
.zone-btn-stSox8.active {
  background: var(--color-primary-stSox8);
  color: var(--color-white-stSox8);
  border-color: var(--color-primary-stSox8);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.2);
}

.zone-north-stSox8 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.zone-north-stSox8:hover,
.zone-north-stSox8.active {
  transform: translateX(-50%) scale(1.05);
}

.zone-south-stSox8 {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.zone-south-stSox8:hover,
.zone-south-stSox8.active {
  transform: translateX(-50%) scale(1.05);
}

.zone-east-stSox8 {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.zone-east-stSox8:hover,
.zone-east-stSox8.active {
  transform: translateY(-50%) scale(1.05);
}

.zone-west-stSox8 {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.zone-west-stSox8:hover,
.zone-west-stSox8.active {
  transform: translateY(-50%) scale(1.05);
}

/* Pane presentation details */
.sge-seating-info-card-stSox8 {
  background: var(--color-bg-card-stSox8);
  border: 1px solid var(--color-border-stSox8);
  border-radius: 8px;
  padding: 40px;
  box-shadow: var(--box-shadow-stSox8);
}

.zone-pane-stSox8 {
  animation: fadeIn-stSox8 0.3s ease-in-out;
}

@keyframes fadeIn-stSox8 {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.zone-badge-stSox8 {
  background: var(--color-primary-light-stSox8);
  color: var(--color-primary-stSox8);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}

.zone-pane-stSox8 h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-text-dark-stSox8);
  margin-bottom: 12px;
}

.zone-pane-stSox8 p {
  font-size: 0.92rem;
  color: var(--color-text-muted-stSox8);
  line-height: 1.6;
  margin-bottom: 24px;
}

.zone-stats-list-stSox8 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.zone-stat-row-stSox8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-stSox8);
  font-size: 0.88rem;
}

.zone-stat-row-stSox8:last-child {
  border-bottom: none;
}

.zone-stat-row-stSox8 span:first-child {
  color: var(--color-text-muted-stSox8);
  font-weight: 600;
}

.price-indicator-stSox8 {
  color: var(--color-primary-stSox8);
  font-weight: 800;
}

.level-stars-stSox8 {
  color: var(--color-sport-accent-stSox8);
  font-weight: 800;
}



