:root {
  --primary: #E31E24;
  --primary-dark: #B71C1C;
  --primary-light: #FF5252;
  --primary-glow: rgba(227, 30, 36, 0.4);
  --primary-gradient: linear-gradient(135deg, #E31E24, #B71C1C);
  --primary-gradient-soft: linear-gradient(135deg, rgba(227,30,36,0.15), rgba(183,28,28,0.05));
  --dark: #0a0a1a;
  --dark-2: #111128;
  --dark-3: #1a1a3e;
  --text: #e8e8f0;
  --text-muted: rgba(255,255,255,0.5);
  --glass-bg: rgba(255,255,255,0.05);
  --glass-border: rgba(255,255,255,0.08);
  --shadow-glow: 0 0 60px rgba(227,30,36,0.15);
  --radius: 20px;
  --radius-sm: 12px;
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --section-bg: transparent;
  --about-bg: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
  --card-bg: transparent;
}

[data-theme="light"] {
  --dark: #f5f5f7;
  --dark-2: #e8e8ed;
  --dark-3: #dcdce3;
  --text: #1d1d1f;
  --text-muted: rgba(0,0,0,0.5);
  --glass-bg: rgba(255,255,255,0.7);
  --glass-border: rgba(0,0,0,0.08);
  --shadow-glow: 0 0 60px rgba(227,30,36,0.1);
  --section-bg: #fff;
  --about-bg: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
  --card-bg: #fff;
}
[data-theme="light"] .navbar.scrolled { background: rgba(255,255,255,0.85); }
[data-theme="light"] .hero-gradient { background: linear-gradient(135deg, #f5f5f7 0%, #e8e8ed 30%, #f0e0e0 60%, #f5f5f7 100%); }
[data-theme="light"] .hero-title .title-line { color: #1d1d1f; }
[data-theme="light"] .hero-desc { color: rgba(0,0,0,0.5); }
[data-theme="light"] .btn-outline { color: #1d1d1f; border-color: rgba(0,0,0,0.2); }
[data-theme="light"] .btn-outline:hover { background: rgba(0,0,0,0.05); }
[data-theme="light"] .navbar.scrolled .logo-text { -webkit-text-fill-color: #1d1d1f; }
[data-theme="light"] .navbar .nav-links a { color: rgba(0,0,0,0.7); }
[data-theme="light"] .navbar.scrolled .nav-links a { color: rgba(0,0,0,0.7); }
[data-theme="light"] .navbar .nav-links a:hover { color: var(--primary); }
[data-theme="light"] .navbar.scrolled .nav-links a:hover { color: var(--primary); }
[data-theme="light"] .menu-toggle span { background: #1d1d1f; }
[data-theme="light"] .section-title { color: #1d1d1f; }
[data-theme="light"] .tlv-year { color: #1d1d1f; }
[data-theme="light"] .tlv-content, [data-theme="light"] .regional-item, [data-theme="light"] .ad-content p { background: var(--card-bg); }
[data-theme="light"] { --nav-mobile-bg: rgba(245,245,247,0.95); }
[data-theme="light"] .logo-text { -webkit-text-fill-color: #1d1d1f; }
[data-theme="light"] .logo img { border-color: rgba(227,30,36,0.3); }
[data-theme="light"] .navbar .logo { color: #1d1d1f; }
[data-theme="light"] .navbar.scrolled .logo { color: #1d1d1f; }
[data-theme="light"] .hero-badge { color: var(--primary); border-color: rgba(227,30,36,0.3); background: rgba(227,30,36,0.08); }
[data-theme="light"] .hero-stat-card { background: rgba(255,255,255,0.8); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .hero-stat-label { color: rgba(0,0,0,0.5); }
[data-theme="light"] .hero-scroll-indicator span { color: rgba(0,0,0,0.4); }
[data-theme="light"] .hero-ring { border-color: rgba(227,30,36,0.15); }
[data-theme="light"] .title-line { color: #1d1d1f !important; }
[data-theme="light"] .title-line.highlight { -webkit-text-fill-color: transparent; }
[data-theme="light"] .about { background: var(--about-bg); }
[data-theme="light"] .about-text p { color: rgba(0,0,0,0.6); }
[data-theme="light"] .about-stat-label { color: rgba(0,0,0,0.5); }
[data-theme="light"] .about-stats-row { border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .about-stat-divider { background: rgba(0,0,0,0.08); }
[data-theme="light"] .stats { background: var(--dark-2); }
[data-theme="light"] .stat-card { background: var(--card-bg); }
[data-theme="light"] .stat-card-label { color: rgba(0,0,0,0.5); }
[data-theme="light"] .timeline { background: var(--dark); }
[data-theme="light"] .tlv-content { color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.08); background: var(--card-bg); }
[data-theme="light"] .tlv-item:hover .tlv-content { color: #1d1d1f; background: rgba(227,30,36,0.04); border-color: rgba(227,30,36,0.2); }
[data-theme="light"] .regional { background: var(--dark); }
[data-theme="light"] .regional-item { color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.08); background: var(--card-bg); }
[data-theme="light"] .regional-item:hover { color: #1d1d1f; }
[data-theme="light"] .ri-content { color: inherit; }
[data-theme="light"] .sports { background: var(--dark-2); }
[data-theme="light"] .sport-card { background: var(--card-bg); box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
[data-theme="light"] .sport-card span { color: #1d1d1f; }
[data-theme="light"] .sport-card:hover span { color: #fff; }
[data-theme="light"] .sport-icon { background: rgba(227,30,36,0.08); }
[data-theme="light"] .programs { background: #e8e8ed; }
[data-theme="light"] .program-card { background: rgba(255,255,255,0.7); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .program-card h3 { color: #1d1d1f; }
[data-theme="light"] .program-card p { color: rgba(0,0,0,0.5); }
[data-theme="light"] .program-card:hover { border-color: rgba(227,30,36,0.3); }
[data-theme="light"] .staff { background: var(--dark); }
[data-theme="light"] .staff-card { background: var(--card-bg); }
[data-theme="light"] .staff-card h3 { color: #1d1d1f; }
[data-theme="light"] .staff-contact a { color: rgba(0,0,0,0.5); }
[data-theme="light"] .staff-contact a:hover { color: var(--primary); }
[data-theme="light"] .cta { background: var(--dark); }
[data-theme="light"] .cta-box { background: linear-gradient(135deg, rgba(227,30,36,0.06), rgba(183,28,28,0.03)); border-color: rgba(227,30,36,0.15); }
[data-theme="light"] .cta-content h2 { color: #1d1d1f; }
[data-theme="light"] .cta-content p { color: rgba(0,0,0,0.5); }
[data-theme="light"] .about-details { background: var(--dark); }
[data-theme="light"] .ad-content p { color: rgba(0,0,0,0.5); background: var(--card-bg); }
[data-theme="light"] footer { background: #e8e8ed; }
[data-theme="light"] .footer-brand p { color: rgba(0,0,0,0.5); }
[data-theme="light"] .footer-links h4 { color: #1d1d1f; }
[data-theme="light"] .footer-links a { color: rgba(0,0,0,0.5); }
[data-theme="light"] .footer-links a:hover { color: var(--primary); }
[data-theme="light"] .footer-bottom { color: rgba(0,0,0,0.4); }
[data-theme="light"] .footer-top { border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .quote-section { background: var(--about-bg); }
[data-theme="light"] .quote-text { color: #1d1d1f; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Cairo', sans-serif;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
  cursor: none;
}

@media (max-width: 768px) {
  body { cursor: auto; }
}

::selection { background: var(--primary); color: #fff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Custom Cursor */
.cursor {
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
}
.cursor-follower {
  width: 40px; height: 40px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cursor, .cursor-follower { display: none; }
}

/* Particles Canvas */
#particlesCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.8s, visibility 0.8s;
}
.loader.hidden { opacity: 0; visibility: hidden; }

.loader-content {
  text-align: center;
}
.loader-ring {
  width: 56px; height: 56px;
  border: 3px solid rgba(227,30,36,0.1);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  margin: 0 auto 20px;
}
@keyframes spin { to { transform: rotate(360deg); } }
.loader-text {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
}
.navbar.scrolled {
  background: rgba(10,10,26,0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px 0;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}
.logo-img-wrapper {
  position: relative;
  width: 44px; height: 44px;
}
.logo img {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.logo-glow {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--primary-gradient);
  opacity: 0.3;
  filter: blur(8px);
  animation: pulseGlow 2s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}
.logo-text {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff 60%, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links { display: flex; gap: 36px; }
.nav-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: var(--transition);
  letter-spacing: 0.5px;
}
.nav-links a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-gradient);
  transition: var(--transition);
  transform: translateX(-50%);
  border-radius: 1px;
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::before { width: 100%; }

.nav-actions { display: flex; align-items: center; gap: 16px; }

.theme-toggle, .access-toggle, .lang-toggle {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: #fff;
  padding: 8px 14px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition);
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}
.theme-toggle:hover, .access-toggle:hover, .lang-toggle:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(227,30,36,0.3);
}
[data-theme="light"] .theme-toggle, [data-theme="light"] .access-toggle, [data-theme="light"] .lang-toggle { color: #1d1d1f; }
.theme-toggle .fa-sun { display: none; }
.theme-toggle .fa-moon { display: block; }
[data-theme="light"] .theme-toggle .fa-sun { display: block; }
[data-theme="light"] .theme-toggle .fa-moon { display: none; }
.lang-icon { font-size: 12px; }

/* Contact */
.contact { padding: var(--section-padding); background: var(--section-bg); position: relative; }
[data-theme="light"] .contact { --section-bg: var(--light-bg); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.contact-card { background: var(--card-bg); border: 1px solid var(--glass-border); border-radius: 16px; padding: 40px 32px; text-align: center; backdrop-filter: blur(12px); transition: transform .3s, box-shadow .3s; }
.contact-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,.3); }
[data-theme="light"] .contact-card:hover { box-shadow: 0 24px 48px rgba(0,0,0,.1); }
.contact-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 24px; color: #fff; }
.contact-card h3 { font-size: 18px; margin-bottom: 8px; color: var(--text); }
.contact-sub { font-size: 14px; color: var(--muted); margin-bottom: 8px; line-height: 1.6; }
.contact-card a { color: var(--primary); text-decoration: none; font-size: 15px; word-break: break-all; transition: opacity .3s; }
.contact-card a:hover { opacity: .8; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }

/* News */
.news { padding: var(--section-padding); background: var(--section-bg); position: relative; }
[data-theme="light"] .news { --section-bg: var(--light-bg); }
.news-feed { display: flex; justify-content: center; margin-top: 48px; }
.news-feed .fb-page { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.2); max-width: 500px; width: 100%; background: #fff; }
.news-more { text-align: center; margin-top: 32px; }
[data-theme="light"] .news-feed .fb-page { box-shadow: 0 8px 24px rgba(0,0,0,.08); }

/* Accessibility Panel */
.access-panel {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  transition: var(--transition);
}
html[dir="rtl"] .access-panel { right: auto; left: 24px; }
.access-panel-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary-gradient);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(227,30,36,0.4);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-panel-btn:hover { transform: scale(1.1); }
.access-menu {
  position: absolute;
  bottom: 64px;
  right: 0;
  background: rgba(10,10,26,0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 20px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
}
html[dir="rtl"] .access-menu { right: auto; left: 0; }
.access-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.access-menu h4 {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.access-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.access-row:last-child { margin-bottom: 0; }
.access-row label {
  font-size: 13px;
  color: var(--text);
  font-weight: 600;
}
.access-row button {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: var(--transition);
}
.access-row button:hover { background: var(--primary); border-color: var(--primary); }
.access-val {
  font-size: 14px;
  color: var(--primary-light);
  font-weight: 700;
  min-width: 30px;
  text-align: center;
}
.access-divider {
  height: 1px;
  background: var(--glass-border);
  margin: 12px 0;
}
[data-theme="light"] .access-menu { background: rgba(245,245,247,0.95); }
[data-theme="light"] .access-row label { color: #1d1d1f; }
[data-theme="light"] .access-row button { color: #1d1d1f; }
[data-theme="light"] .access-row button:hover { color: #fff; }

.menu-toggle {
  display: none;
  width: 28px; height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}
.menu-toggle:hover span:nth-child(2) { width: 70%; }

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a0a1a 0%, #111128 30%, #1a0a0a 60%, #0a0a1a 100%);
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(227,30,36,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(227,30,36,0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(227,30,36,0.06) 0%, transparent 50%);
  animation: bgDrift 20s ease-in-out infinite;
}
@keyframes bgDrift {
  0%, 100% { transform: scale(1) rotate(0deg); }
  33% { transform: scale(1.05) rotate(1deg); }
  66% { transform: scale(0.95) rotate(-1deg); }
}

.hero-floating-shapes .shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.shape.s1 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(227,30,36,0.1), transparent);
  top: -100px; left: -100px;
  animation: floatShape 8s ease-in-out infinite;
}
.shape.s2 {
  width: 200px; height: 200px;
  border: 1px solid rgba(227,30,36,0.15);
  top: 60%; right: 10%;
  animation: floatShape 12s ease-in-out infinite reverse;
}
.shape.s3 {
  width: 150px; height: 150px;
  background: radial-gradient(circle, rgba(227,30,36,0.08), transparent);
  bottom: 20%; left: 30%;
  animation: floatShape 10s ease-in-out infinite;
}
.shape.s4 {
  width: 80px; height: 80px;
  border: 2px solid rgba(227,30,36,0.1);
  top: 30%; left: 20%;
  animation: floatShape 6s ease-in-out infinite reverse;
}
@keyframes floatShape {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -30px) scale(1.05); }
  50% { transform: translate(-20px, 20px) scale(0.95); }
  75% { transform: translate(15px, 30px) scale(1.02); }
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.hero-content { position: relative; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(227,30,36,0.12);
  border: 1px solid rgba(227,30,36,0.25);
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 32px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-light);
  backdrop-filter: blur(10px);
}
.hero-badge i { font-size: 14px; }

.hero-title {
  margin-bottom: 24px;
}
.title-line {
  display: block;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #fff;
}
.title-line.highlight {
  background: linear-gradient(135deg, var(--primary), var(--primary-light), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-desc {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions { display: flex; gap: 16px; justify-content: center; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--primary-gradient);
  color: #fff;
  box-shadow: 0 8px 32px rgba(227,30,36,0.35);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 48px rgba(227,30,36,0.5);
}
.btn-primary i { transition: var(--transition); }
.btn-primary:hover i { transform: translateY(3px); }

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.05);
  border-color: var(--primary);
  transform: translateY(-3px);
}

/* Hero Visual */
.hero-cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
}
[data-theme="light"] .hero-cover {
  opacity: 0.1;
}


.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(227,30,36,0.08);
  animation: ringPulse 6s ease-in-out infinite;
}
.ring-1 { width: 200px; height: 200px; animation-delay: 0s; }
.ring-2 { width: 280px; height: 280px; animation-delay: 0.8s; }
.ring-3 { width: 360px; height: 360px; animation-delay: 1.6s; }

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.15; border-color: rgba(227,30,36,0.08); }
  50% { transform: scale(1.03); opacity: 0.3; border-color: rgba(227,30,36,0.15); }
}

.hero-stat-card {
  position: absolute;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 24px 28px;
  text-align: center;
  min-width: 140px;
  animation: floatCard 6s ease-in-out infinite;
}
.hero-stat-card.sc2 { animation-delay: -3s; }
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
.hero-stat-card:nth-child(4) { top: 15%; right: 10%; }
.hero-stat-card:nth-child(5) { bottom: 20%; left: 5%; }

.hero-stat-number {
  font-size: 32px;
  font-weight: 900;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.hero-scroll-indicator span {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--primary), transparent);
  margin: 0 auto;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50% { transform: scaleY(1); transform-origin: top; }
  50.01% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* Section Styles */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.section-label.light { color: var(--primary-light); }
.section-label i { font-size: 14px; }

.section-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1px;
}
.section-header.center { text-align: center; }

/* Quote Section */
.quote-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
  position: relative;
  overflow: hidden;
}
.quote-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(227,30,36,0.06) 0%, transparent 70%);
}
.quote-box {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.quote-logo {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
}
.quote-logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 3px solid rgba(227,30,36,0.3);
}
.quote-logo-glow {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227,30,36,0.3), transparent 70%);
  animation: pulseGlow 2s ease-in-out infinite;
}
.quote-line {
  width: 60px;
  height: 3px;
  background: var(--primary-gradient);
  border-radius: 2px;
  margin: 0 auto 32px;
}
.quote-text {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
  position: relative;
}
.quote-text::before {
  content: '"';
  font-size: 60px;
  color: var(--primary);
  opacity: 0.3;
  position: absolute;
  top: -30px;
  right: -20px;
  font-style: normal;
}
html[dir="ltr"] .quote-text::before { right: auto; left: -20px; }
.quote-author {
  color: var(--primary-light);
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* About Section */
.about {
  padding: 140px 0;
  position: relative;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.about-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-wrapper {
  position: relative;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(227,30,36,0.2), transparent 70%);
  animation: pulseGlow 3s ease-in-out infinite;
}
.about-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 3px solid rgba(227,30,36,0.3);
  box-shadow: 0 0 60px rgba(227,30,36,0.15);
}
.about-year {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: var(--primary);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  padding: 12px 24px;
  border-radius: 16px;
  z-index: 3;
  box-shadow: 0 8px 30px rgba(227,30,36,0.4);
}

.about-text {
  margin: 24px 0 36px;
}
.about-text p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
}

.about-stats-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.about-stat { text-align: center; }
.about-stat-num {
  display: block;
  font-size: 36px;
  font-weight: 900;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-stat-label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 4px;
}
.about-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.08);
}

/* Stats Section */
.stats {
  padding: 140px 0;
  background: var(--dark-2);
  position: relative;
}
.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(227,30,36,0.06), transparent 60%);
}
.stats .container { position: relative; z-index: 1; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.stat-card {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 40px 28px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary-gradient-soft);
  opacity: 0;
  transition: var(--transition);
}
.stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(227,30,36,0.3);
  box-shadow: var(--shadow-glow);
}
.stat-card:hover::before { opacity: 1; }

.stat-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(227,30,36,0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.stat-card:hover .stat-card-icon { background: var(--primary); transform: scale(1.1) rotate(-5deg); }
.stat-card-icon i { font-size: 24px; color: var(--primary); transition: var(--transition); }
.stat-card:hover .stat-card-icon i { color: #fff; }

.stat-card-number {
  font-size: 48px;
  font-weight: 900;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.stats-source {
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-muted);
  opacity: 0.6;
}
.stat-card-label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

/* Timeline */
.timeline {
  padding: 140px 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.timeline-bg-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.shape-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227,30,36,0.05), transparent);
  top: -200px;
  right: -200px;
  animation: bgFloat 15s ease-in-out infinite;
}
@keyframes bgFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-50px, 50px); }
}

.timeline-v {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
.tlv-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(227,30,36,0.1), rgba(227,30,36,0.4), rgba(227,30,36,0.1));
  left: 50%;
  transform: translateX(-50%);
}
.tlv-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 32px;
  gap: 24px;
}
.tlv-item:last-child { margin-bottom: 0; }
.tlv-year {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  min-width: 80px;
  text-align: center;
  padding-top: 4px;
  transition: var(--transition);
}
.tlv-item.active .tlv-year { color: var(--primary); }
.tlv-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(227,30,36,0.2);
  border: 3px solid var(--primary);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: var(--transition);
  margin-top: 6px;
}
.tlv-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(227,30,36,0.15);
  animation: dotPulse 2s ease-in-out infinite;
}
.tlv-item.active .tlv-dot {
  background: var(--primary);
  box-shadow: 0 0 24px rgba(227,30,36,0.5);
}
.tlv-content {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  flex: 1;
  padding: 8px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  transition: var(--transition);
}
.tlv-item:hover .tlv-content {
  color: var(--text);
  background: rgba(227,30,36,0.05);
  border-color: rgba(227,30,36,0.2);
}
.tlv-item.active .tlv-content {
  border-color: rgba(227,30,36,0.3);
  background: rgba(227,30,36,0.08);
}

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

html[dir="rtl"] .tlv-year { text-align: center; }
html[dir="rtl"] .tlv-content { text-align: right; }

/* Regional */
.regional {
  padding: 140px 0;
  background: var(--dark-2);
  position: relative;
}
.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.regional-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.regional-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-gradient);
  transform: scaleY(0);
  transition: var(--transition);
}
.regional-item:hover {
  transform: translateX(-6px);
  border-color: rgba(227,30,36,0.3);
  background: rgba(227,30,36,0.05);
}
.regional-item:hover::before { transform: scaleY(1); }
.ri-year {
  font-size: 24px;
  font-weight: 900;
  color: var(--primary);
  min-width: 56px;
}
.ri-content {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.5;
}

/* Sports */
.sports {
  padding: 140px 0;
  background: var(--dark);
  position: relative;
}
.sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.sport-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 32px 16px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.sport-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary-gradient);
  opacity: 0;
  transition: var(--transition);
}
.sport-card:hover::before { opacity: 1; }

.sport-icon {
  width: 52px;
  height: 52px;
  background: rgba(227,30,36,0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.sport-card:hover .sport-icon { background: rgba(255,255,255,0.15); transform: scale(1.1) rotate(-5deg); }
.sport-icon i { font-size: 22px; color: var(--primary); transition: var(--transition); }
.sport-card:hover .sport-icon i { color: #fff; }

.sport-card span {
  font-size: 13px;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.sport-card:hover span { color: #fff; }

/* Programs */
.programs {
  padding: 140px 0;
  background: var(--dark-2);
  position: relative;
  overflow: hidden;
}
.programs-bg {
  position: absolute;
  inset: 0;
}
.prog-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ps1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(227,30,36,0.08), transparent);
  top: -200px; left: -100px;
}
.ps2 {
  width: 300px; height: 300px;
  border: 1px solid rgba(227,30,36,0.1);
  bottom: -100px; right: -50px;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 800px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}
.program-card {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 48px 36px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.pc-bg {
  position: absolute;
  inset: 0;
  background: var(--primary-gradient-soft);
  opacity: 0;
  transition: var(--transition);
}
.program-card:hover {
  transform: translateY(-8px);
  border-color: rgba(227,30,36,0.3);
  box-shadow: var(--shadow-glow);
}
.program-card:hover .pc-bg { opacity: 1; }

.pc-icon {
  width: 72px;
  height: 72px;
  background: rgba(227,30,36,0.12);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.program-card:hover .pc-icon { background: var(--primary); transform: scale(1.1); }
.pc-icon i { font-size: 30px; color: var(--primary); transition: var(--transition); }
.program-card:hover .pc-icon i { color: #fff; }

.program-card h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.program-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.pc-line {
  width: 40px;
  height: 3px;
  background: var(--primary-gradient);
  border-radius: 2px;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}

/* Staff */
.staff {
  padding: 140px 0;
  background: var(--dark);
}
.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.staff-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 48px 32px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}
.staff-card:hover {
  transform: translateY(-8px);
  border-color: rgba(227,30,36,0.3);
  box-shadow: var(--shadow-glow);
}
.staff-avatar {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff-avatar i {
  font-size: 36px;
  color: var(--primary);
  background: rgba(227,30,36,0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.staff-card:hover .staff-avatar i { background: var(--primary); color: #fff; }

.staff-avatar-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(227,30,36,0.15);
  animation: ringRotate 8s linear infinite;
}
@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.staff-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.staff-role {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.staff-contact { display: flex; flex-direction: column; gap: 8px; }
.staff-contact a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.staff-contact a:hover { color: var(--primary-light); }

/* About Details */
.about-details {
  padding: 100px 0;
  background: var(--dark-2);
  position: relative;
}
.about-details::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(227,30,36,0.04) 0%, transparent 60%);
}
.ad-box {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ad-content p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 24px;
  padding: 0 20px;
  position: relative;
}
.ad-content p:last-child { margin-bottom: 0; }
.ad-content p::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-gradient);
  border-radius: 2px;
  opacity: 0.3;
}
html[dir="ltr"] .ad-content p::before { right: auto; left: 0; }

/* CTA */
.cta {
  padding: 100px 0;
  background: var(--dark-2);
}
.cta-box {
  background: linear-gradient(135deg, rgba(227,30,36,0.1), rgba(183,28,28,0.05));
  border: 1px solid rgba(227,30,36,0.2);
  border-radius: 32px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cta-shape {
  position: absolute;
  border-radius: 50%;
}
.cs1 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(227,30,36,0.12), transparent);
  top: -80px; right: -60px;
}
.cs2 {
  width: 150px; height: 150px;
  border: 1px solid rgba(227,30,36,0.1);
  bottom: -50px; left: -40px;
}
.cs3 {
  width: 80px; height: 80px;
  background: rgba(227,30,36,0.05);
  top: 40%; left: 30%;
}

.cta-content { position: relative; z-index: 1; }
.cta-content h2 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  margin-bottom: 20px;
}
.cta-content p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* Footer */
footer {
  padding: 80px 0 0;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.04);
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.footer-brand img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 2px solid rgba(227,30,36,0.2);
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}
.footer-links h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-links a {
  display: block;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--primary-light); }
.footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
}
.design-credit { margin-top: 8px; font-size: 13px; color: var(--text-muted); opacity: 0.7; }
[data-theme="light"] .design-credit { color: rgba(0,0,0,0.5); }

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* High Contrast */
html.high-contrast {
  --primary: #ff0000;
  --primary-light: #ff4444;
  --text: #ffffff;
  --text-muted: #cccccc;
  --glass-bg: rgba(0,0,0,0.3);
  --glass-border: rgba(255,255,255,0.2);
}
html.high-contrast[data-theme="light"] {
  --primary: #cc0000;
  --text: #000000;
  --text-muted: #333333;
  --glass-bg: rgba(0,0,0,0.05);
  --glass-border: rgba(0,0,0,0.2);
}
html.high-contrast .tlv-content,
html.high-contrast .regional-item,
html.high-contrast .staff-card,
html.high-contrast .stat-card,
html.high-contrast .sport-card,
html.high-contrast .program-card { border-width: 2px; }

/* Navbar Accessibility Dropdown */
.nav-access-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 14px;
  min-width: 180px;
  z-index: 10000;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.nav-access-dropdown.open { display: block; }
.nav-actions { position: relative; }
.nav-access-row { display: flex; align-items: center; justify-content: center; gap: 8px; }
.nav-access-row .access-btn {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  color: var(--text); cursor: pointer; font-size: 16px; font-weight: 700;
  transition: var(--transition); display: inline-flex; align-items: center; justify-content: center;
}
.nav-access-row .access-btn:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.nav-access-row .access-val { font-size: 14px; color: var(--primary-light); font-weight: 700; min-width: 30px; text-align: center; }
.nav-access-divider { height: 1px; background: var(--glass-border); margin: 10px 0; }
.nav-access-row .access-btn i { margin-right: 6px; }
html[dir="rtl"] .nav-access-dropdown { right: auto; left: 0; }
html[dir="rtl"] .nav-access-row .access-btn i { margin-right: 0; margin-left: 6px; }
[data-theme="light"] .nav-access-dropdown { background: rgba(245,245,247,0.95); }

/* RTL */
html[dir="rtl"] .regional-item { padding-right: 24px; }
html[dir="rtl"] .regional-item::before { left: auto; right: 0; }
html[dir="rtl"] .regional-item:hover { transform: translateX(6px); }
html[dir="rtl"] .about-logo { border-width: 3px; }

/* Timeline RTL fixes */
html[dir="rtl"] .timeline-slider {
  direction: ltr;
}
html[dir="rtl"] .timeline-item {
  direction: rtl;
}
html[dir="ltr"] .tl-nav-btn i {
  transform: scaleX(-1);
}

/* Responsive */
@media (max-width: 1024px) {
  .hero .container { padding: 60px 0; }
  .hero-stat-card:nth-child(4) { top: 10%; right: 20%; }
  .hero-stat-card:nth-child(5) { bottom: 15%; left: 20%; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--nav-mobile-bg, rgba(10,10,26,0.95));
    backdrop-filter: blur(24px);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid var(--glass-border);
  }
  .nav-links.active { display: flex; }
  .nav-links a { color: rgba(255,255,255,0.7); font-size: 16px; }
  .menu-toggle { display: flex; }

  .hero { min-height: 90vh; }
  .hero-visual { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-desc { max-width: 100%; }

  .stats-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
  .sports-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .regional-grid { grid-template-columns: 1fr; }
  .about-stats-row { flex-direction: column; gap: 20px; }
  .about-stat-divider { display: none; }
  .cta-box { padding: 40px 20px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons .btn { width: 100%; justify-content: center; }

  .hero-stat-card:nth-child(4) { top: 5%; right: 10%; }
  .hero-stat-card:nth-child(5) { bottom: 10%; left: 10%; }
  .hero-ring { display: none; }
}

@media (max-width: 480px) {
  .sports-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-v { padding: 24px 0; }
  .tlv-item { gap: 16px; margin-bottom: 24px; }
  .tlv-year { font-size: 22px; min-width: 60px; }
  .tlv-content { font-size: 13px; padding: 6px 12px; }
  .tlv-line { left: 36px; }
  .about-image-wrapper { width: 260px; height: 260px; }
  .about-logo { width: 160px; height: 160px; }
  .about-year { font-size: 20px; padding: 8px 16px; bottom: 20px; right: 20px; }
}

/* ==================== DESIGN ENHANCEMENTS ==================== */

/* Premium glassmorphism depth */
.sport-card, .program-card, .staff-card, .stat-card, .contact-card, .tlv-content, .ad-content p {
  position: relative;
  overflow: hidden;
}
.sport-card::after, .program-card::after, .staff-card::after, .stat-card::after, .contact-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 20%, rgba(227,30,36,0.03) 0%, transparent 60%);
  pointer-events: none;
  transition: opacity 0.6s;
  opacity: 0;
}
.sport-card:hover::after, .program-card:hover::after, .staff-card:hover::after, .stat-card:hover::after, .contact-card:hover::after {
  opacity: 1;
}

/* Enhanced card depth on hover */
.sport-card, .staff-card, .program-card, .contact-card {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}
.sport-card:hover, .staff-card:hover, .program-card:hover, .contact-card:hover {
  box-shadow: 0 20px 60px rgba(227,30,36,0.15), 0 0 40px rgba(227,30,36,0.05);
}

/* Premium stat cards */
.stat-card {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}
.stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 64px rgba(227,30,36,0.2);
}
.stat-card-number {
  position: relative;
  display: inline-block;
}

/* Shimmer effect on primary gradient elements */
.hero-ring, .quote-line, .pc-line {
  background: linear-gradient(135deg, #E31E24, #FF5252, #E31E24, #B71C1C);
  background-size: 300% 300%;
  animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Enhanced button styles */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.6s;
}
.btn-primary:hover::before {
  left: 100%;
}
.btn:hover {
  transform: translateY(-2px);
}



/* Footer design enhancement */
.footer {
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-glow), transparent);
}

/* Hero badge glow */
.hero-badge {
  position: relative;
  overflow: hidden;
}
.hero-badge::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary), transparent, var(--primary));
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s;
  animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

/* Quote section glow */
.quote-box {
  position: relative;
}
.quote-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(227,30,36,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* Image wrapper glow */
.logo-img-wrapper, .about-image-wrapper, .quote-logo {
  position: relative;
}
.logo-glow, .about-image-glow, .quote-logo-glow {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary), transparent, var(--primary-light), transparent);
  z-index: -1;
  opacity: 0.4;
  animation: glowRotate 6s linear infinite;
  filter: blur(8px);
}
@keyframes glowRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Timing line dots pulse */
.tlv-dot {
  position: relative;
}
.tlv-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.2;
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.5); opacity: 0.1; }
}

/* Light mode adjustments */
[data-theme="light"] .sport-card:hover, [data-theme="light"] .staff-card:hover, [data-theme="light"] .program-card:hover, [data-theme="light"] .contact-card:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 0 40px rgba(227,30,36,0.03);
}
[data-theme="light"] .stat-card:hover {
  box-shadow: 0 24px 64px rgba(227,30,36,0.1);
}

/* High contrast overrides for new elements */
html.high-contrast .sport-card::after, html.high-contrast .program-card::after,
html.high-contrast .staff-card::after, html.high-contrast .stat-card::after,
html.high-contrast .contact-card::after { display: none; }
html.high-contrast .hero-badge::before { display: none; }
html.high-contrast .tlv-dot::after { display: none; }

/* Admin panel enhancements */
.admin-content {
  animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
