:root {
  --bg: #020617;
  --surface: #0f172a;
  --primary: #ef4444; /* Redskins Red */
  --primary-glow: rgba(239, 68, 68, 0.4);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border: rgba(255, 255, 255, 0.08);
  --glass: rgba(15, 23, 42, 0.6);
  --font-main: 'Inter', system-ui, -apple-system, sans-serif;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-lg: 24px;
  --radius-md: 12px;
}

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

body.sports-theme {
  background-color: var(--bg);
  color: var(--text-main);
  font-family: var(--font-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* --- Navigation --- */
.sports-header {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(24px);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-size: 1.1rem;
  font-weight: 950;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
}

.nav-links a.active {
  color: var(--primary);
}

.menu-btn {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Mobile Menu Overlay --- */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.98);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.mobile-nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: 1px solid var(--border);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.mobile-nav-links {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mobile-nav-links a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: var(--transition);
}

.mobile-nav-links a.active {
  color: var(--primary);
}

/* --- Hero Section --- */
.hero {
  position: relative;
  padding: clamp(3rem, 10vw, 6rem) 0;
  text-align: center;
  overflow: hidden;
  background: #000;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.06) 0%, transparent 70%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-header-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 1.25rem;
}

.kicker {
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.25em;
}

.hero h1 {
  font-size: clamp(2.5rem, 10vw, 6rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.hero .subtitle {
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  color: var(--text-main);
  max-width: 640px;
  margin: 0 auto 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-meta-badge {
  margin-top: 1.5rem;
}

.badge-text {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.7;
  max-width: 400px;
  display: inline-block;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* --- Pills --- */
.pill {
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pill-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.pill-sm {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-top: 1rem;
}

/* --- Sections --- */
.section {
  padding: 4rem 0;
}

.section-header-centered {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 950;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-description {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 500;
}

/* --- Feature Cards --- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.glass-card {
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

@media (hover: hover) {
  .glass-card:hover {
    transform: translateY(-8px);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  }
}

.card-icon {
  width: 32px;
  height: 32px;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.glass-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

/* Ensure long headings don't wrap too aggressively */
@media (max-width: 1200px) {
  .features .glass-card h3 {
    font-size: 1rem;
  }
}

.glass-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: auto;
}

/* --- Workflow Steps --- */
.workflow-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.step {
  flex: 1;
  text-align: center;
  max-width: 300px;
}

.step-num {
  font-size: 4rem;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  margin-bottom: -1.5rem;
}

.step h4 {
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.step p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.step-arrow {
  color: var(--primary);
  opacity: 0.2;
  padding-top: 2rem;
}

/* --- Buttons --- */
.btn {
  padding: 1.1rem 2.25rem;
  border-radius: var(--radius-md);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  transition: var(--transition);
  display: inline-block;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
  box-shadow: 0 10px 30px var(--primary-glow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px var(--primary-glow);
  background-color: #ff5555;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

/* --- Premium Footer --- */
.sports-footer {
  padding: 2rem 0 1.5rem;
  border-top: 1px solid var(--border);
  background-color: #01040f;
  position: relative;
  overflow: hidden;
}

.sports-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(239, 68, 68, 0.2), transparent);
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 1.25rem;
}

.footer-col h4 {
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.brand-lockup h3 {
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  margin: 0;
  color: #fff;
}

.footer-motto {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 1.25rem 0;
  max-width: 320px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 600;
  transition: color 0.2s ease;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-social-simple a {
  color: #94a3b8;
  transition: color 0.2s ease;
}

.footer-social-simple a:hover {
  color: var(--primary);
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.contact-link i {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

.contact-note {
  font-size: 0.7rem;
  color: #475569;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legal-links {
  display: flex;
  gap: 2rem;
}

.legal-links a {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #475569;
  text-decoration: none;
}

.legal-links a:hover {
  color: #fff;
}

.copyright-line {
  font-size: 0.7rem;
  font-weight: 800;
  color: #475569;
  text-transform: uppercase;
  display: flex;
  gap: 1.5rem;
}

.sys-version {
  opacity: 0.5;
  font-family: monospace;
}

/* --- Layout Utils --- */
.desktop-only { display: flex; }
.mobile-only { display: none; }

/* --- Mobile Responsive --- */
@media (max-width: 1024px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 900px) {
  .workflow-steps {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .step-arrow {
    transform: rotate(90deg);
    padding: 0;
    margin: -2rem 0;
  }
}

@media (max-width: 640px) {
  .desktop-only { display: none; }
  .mobile-only { display: flex; }

  .hero h1 { font-size: 3.5rem; }
  
  .hero-actions {
    flex-direction: column;
    padding: 0 1rem;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .footer-motto { margin-inline: auto; }
  .contact-link { justify-content: center; }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .legal-links { justify-content: center; }
  .copyright-line { 
    justify-content: center; 
    flex-direction: column; 
    gap: 0.5rem; 
  }
}