/* ================================================
   CD GUINIGUADA FEMENINO — DESIGN SYSTEM
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap');

/* ── VARIABLES ── */
:root {
  /* Club colors: Red & White (camiseta) + Gold (escudo) */
  --blue:        #CC1122;
  --blue-dark:   #8B0000;
  --blue-light:  #E8354A;
  --green:       #00A550;
  --green-dark:  #007A3D;
  --gold:        #C9A84C;
  --gold-dark:   #A07830;

  /* ── LIGHT SURFACES ── */
  --bg-0: #FAFAFA;
  --bg-1: #F5EEEE;
  --bg-2: #FFFFFF;
  --bg-3: #FDF5F5;
  --bg-4: #F5EAEA;

  --glass:        rgba(255, 255, 255, 0.92);
  --glass-light:  rgba(204, 17, 34, 0.04);
  --glass-border: rgba(26, 8, 8, 0.09);
  --glass-hover:  rgba(204, 17, 34, 0.05);

  /* ── TEXT (dark on light) ── */
  --text-1: #1A0808;
  --text-2: #6B3A42;
  --text-3: #B09098;

  --r-sm:  6px;
  --r-md:  14px;
  --r-lg:  22px;
  --r-xl:  32px;
  --r-full: 9999px;

  --sh-card: 0 4px 24px rgba(26,8,8,.09);
  --sh-blue: 0 8px 32px rgba(204,17,34,.22);
  --sh-gold: 0 4px 20px rgba(201,168,76,.25);

  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);

  --header-h: 78px;
  --max-w: 1340px;
}

/* ─────────────────────────────────────────
   HERO NUEVO — CLARO + CAMPO SVG ANIMADO
───────────────────────────────────────── */
.hero-new {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 70% 60% at 80% 40%, rgba(204,17,34,.06) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 20% 70%, rgba(201,168,76,.05) 0%, transparent 70%),
    #fafafa;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--header-h);
}

.hero-new__accent-bar { display: none; }

.hero-new__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

/* ── COLUMNA IZQUIERDA ── */
.hero-new__left { position: relative; z-index: 2; }

.hero-new__eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
  opacity: 0; /* Anime.js */
}
.hero-new__location {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-new__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  border-radius: var(--r-full);
  background: rgba(204,17,34,.07);
  border: 1.5px solid rgba(204,17,34,.2);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
}
.hero-new__badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 8px rgba(204,17,34,.6);
  animation: pulse 2s ease-in-out infinite;
}

.hero-new__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.8rem, 7.5vw, 7rem);
  line-height: .95;
  letter-spacing: .02em;
  margin-bottom: 1.75rem;
}
.hero-new__title-line {
  display: block;
  overflow: hidden;
  transform: translateY(110%);
  opacity: 0; /* Anime.js */
}
.hero-new__title-line--red {
  color: var(--blue);
  -webkit-text-stroke: 0;
}

.hero-new__desc {
  font-size: 1.05rem;
  color: var(--text-2);
  line-height: 1.8;
  max-width: 500px;
  margin-bottom: 2.5rem;
  opacity: 0; /* Anime.js */
}

.hero-new__ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.75rem;
  opacity: 0; /* Anime.js */
}

.hero-new__stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1.5px solid var(--glass-border);
  flex-wrap: wrap;
  opacity: 0; /* Anime.js */
}
.hero-new__stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--blue);
}
.hero-new__stat-lbl {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 2px;
}
.hero-new__stat-sep {
  width: 1px; height: 38px;
  background: var(--glass-border);
}

/* ── COLUMNA DERECHA: campo + efectos ── */
.hero-new__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  opacity: 0; /* Anime.js */
}

/* Escudo hero */
.hero-new__crest-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hero-new__crest-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(204,17,34,.12);
  animation: crestRingPulse 4s ease-in-out infinite;
}
.hero-new__crest-ring--outer {
  width: 420px; height: 420px;
  animation-delay: 0s;
}
.hero-new__crest-ring--inner {
  width: 300px; height: 300px;
  border-color: rgba(204,17,34,.18);
  animation-delay: -2s;
}
@keyframes crestRingPulse {
  0%,100% { transform:scale(1);   opacity:.6; }
  50%      { transform:scale(1.04); opacity:1; }
}
.hero-new__crest-img {
  position: relative;
  z-index: 2;
  width: 220px; height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 12px 40px rgba(204,17,34,.25));
  animation: crestFloat 5s ease-in-out infinite;
}
@keyframes crestFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* Tarjeta flotante: próximo partido */
.hero-new__float-card {
  position: absolute;
  bottom: 10%; left: -24px;
  background: #fff;
  border: 1.5px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(26,8,8,.10);
  z-index: 5;
  min-width: 210px;
  opacity: 0;
  transform: translateX(-20px);
}
.hero-new__float-card-label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .65rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-new__float-card-match {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .04em;
  color: var(--text-1);
  line-height: 1.2;
}
.hero-new__float-card-venue {
  font-size: .72rem;
  color: var(--text-3);
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Tarjeta flotante: posición */
.hero-new__float-pos {
  position: absolute;
  top: 12%; right: -10px;
  background: #fff;
  border: 1.5px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(26,8,8,.10);
  text-align: center;
  z-index: 5;
  opacity: 0;
  transform: translateX(20px);
}


/* Scroll hint */
.hero-new__scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-new__container {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }
  .hero-new__right { min-height: 320px; order: -1; }
  .hero-new__crest-img { width: 160px; height: 160px; }
  .hero-new__crest-ring--outer { width: 280px; height: 280px; }
  .hero-new__crest-ring--inner { width: 200px; height: 200px; }
  .hero-new__float-card { left: 0; bottom: 4px; }
  .hero-new__float-pos  { right: 0; top: 4px; }
  .hero-new__accent-bar { width: 100%; }
}
/* ─────────────────────────────────────────
   HERO CON VÍDEO (hero-video modifier)
───────────────────────────────────────── */
/* Fondo con color de marca (granate/rojo) — se ve cuando NO hay vídeo */
.hero-new.hero-video {
  background:
    radial-gradient(ellipse 82% 92% at 82% 36%, rgba(224,42,60,.50) 0%, transparent 60%),
    linear-gradient(140deg, #6a1121 0%, #931a2e 44%, #741324 72%, #4a0e1a 100%);
}

.hero-video__bg { position:absolute; inset:0; z-index:0; }
.hero-video__bg video { width:100%; height:100%; object-fit:cover; object-position:center; }

.hero-video__overlay {
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(to right,  rgba(28,6,11,.45) 0%, rgba(28,6,11,.16) 55%, transparent 100%),
    linear-gradient(to bottom, transparent 55%, rgba(28,6,11,.30) 100%);
}
.hero-video__tint {
  position:absolute; inset:0; z-index:2;
  background: radial-gradient(ellipse 62% 72% at 80% 45%, rgba(224,42,60,.20) 0%, transparent 72%);
}

.hero-new.hero-video .hero-new__container { z-index:3; position:relative; }

/* Botón ghost para fondo oscuro */
.hero-video__btn-ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.38) !important;
  backdrop-filter: blur(8px);
}
.hero-video__btn-ghost:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.65) !important;
  transform: translateY(-2px);
}

/* Anillos del escudo — BLANCOS sobre vídeo oscuro */
.hero-new.hero-video .hero-new__crest-ring {
  border-color: rgba(255,255,255,.28) !important;
  animation-name: crestRingWhite !important;
}
@keyframes crestRingWhite {
  0%,100% { opacity:.5;  border-color: rgba(255,255,255,.20); transform:scale(1); }
  50%      { opacity:.95; border-color: rgba(255,255,255,.45); transform:scale(1.03); }
}
.hero-new.hero-video .hero-new__crest-img {
  filter: drop-shadow(0 0 32px rgba(204,17,34,.5)) drop-shadow(0 0 65px rgba(204,17,34,.22)) !important;
}

/* Ola blanca inferior */
.hero-video__wave-wrap {
  position:absolute; bottom:0; left:0; right:0; z-index:4; pointer-events:none;
}
.hero-video__red-line {
  height:2px;
  background:linear-gradient(90deg, transparent 0%, rgba(204,17,34,.6) 20%, rgba(204,17,34,.6) 80%, transparent 100%);
  margin-bottom:-1px;
}
.hero-video__wave { display:block; width:100%; height:80px; }
.hero-video__wave-path { animation: heroWaveMove 10s ease-in-out infinite; }
@keyframes heroWaveMove {
  0%,100% { d:path("M0,40 C240,75 480,5 720,40 C960,75 1200,5 1440,40 L1440,80 L0,80 Z"); }
  50%      { d:path("M0,55 C300,15 500,75 720,35 C940,5 1200,65 1440,45 L1440,80 L0,80 Z"); }
}

/* Scroll indicator en oscuro */
.hero-new.hero-video .hero__scroll-text { color: rgba(255,255,255,.38) !important; }
.hero-new.hero-video .hero__scroll-line  {
  background: linear-gradient(to bottom, rgba(255,255,255,.3), transparent) !important;
}

/* ─────────────────────────────────────────
   HERO SIN VÍDEO — fondo claro + texto oscuro
   (se aplica hasta que se sube un vídeo desde el panel;
    loadHeroVideo() quita la clase .hero-video--empty al cargar vídeo)
───────────────────────────────────────── */
.hero-new.hero-video.hero-video--empty {
  background:
    radial-gradient(ellipse 70% 60% at 80% 40%, rgba(204,17,34,.06) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 20% 70%, rgba(201,168,76,.05) 0%, transparent 70%),
    var(--bg-0);
}
.hero-video--empty .hero-video__overlay,
.hero-video--empty .hero-video__tint { display: none !important; }

.hero-video--empty .hero-new__location { color: var(--text-3) !important; }
.hero-video--empty #hLine1 { color: var(--text-1) !important; }
.hero-video--empty .hero-new__desc { color: var(--text-2) !important; }
.hero-video--empty .hero-new__stats { border-top-color: var(--glass-border) !important; }
.hero-video--empty .hero-new__stat-num { color: var(--text-1) !important; }
.hero-video--empty .hero-new__stat-num[style*="gold"] { color: var(--gold) !important; }
.hero-video--empty .hero-new__stat-lbl { color: var(--text-3) !important; }
.hero-video--empty .hero-new__stat-sep { background: var(--glass-border) !important; }
.hero-video--empty .hero__scroll-text { color: var(--text-3) !important; }
.hero-video--empty .hero__scroll-line {
  background: linear-gradient(to bottom, var(--text-3), transparent) !important;
}

/* Botón "Partidos" oscuro sobre fondo claro */
.hero-video--empty .hero-video__btn-ghost {
  color: var(--text-1) !important;
  border-color: rgba(26,8,8,.18) !important;
  backdrop-filter: none;
}
.hero-video--empty .hero-video__btn-ghost:hover {
  background: rgba(26,8,8,.05) !important;
  border-color: var(--blue) !important;
}

/* Anillos del escudo en rojo (no blancos) */
.hero-video--empty .hero-new__crest-ring {
  border-color: rgba(204,17,34,.28) !important;
  animation-name: crestRingRed !important;
}
@keyframes crestRingRed {
  0%,100% { opacity:.5;  border-color: rgba(204,17,34,.18); transform:scale(1); }
  50%     { opacity:.95; border-color: rgba(204,17,34,.40); transform:scale(1.03); }
}

@media (max-width: 640px) {
  .hero-new__title { font-size: 3.5rem; }
  .hero-new__stats { gap: 1.25rem; }
  .hero-new__stat-sep { display: none; }
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-0);
  color: var(--text-1);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── UTILITIES ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 70px 0; }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--r-full);
}
.tag--blue  { background: rgba(204,17,34,0.15); color: var(--blue-light); border: 1px solid rgba(204,17,34,0.3); }
.tag--green { background: rgba(0,179,89,0.12); color: var(--green); border: 1px solid rgba(0,179,89,0.3); }
.tag--gold  { background: rgba(255,184,0,0.12); color: var(--gold); border: 1px solid rgba(255,184,0,0.3); }

.section-label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-light);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.section-label::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--blue);
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0.03em;
}

.gradient-text {
  background: linear-gradient(135deg, var(--blue-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--r-full);
  transition: all 0.3s var(--ease-smooth);
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 20px rgba(204,17,34,0.4);
}
.btn-primary:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(204,17,34,0.5);
}
.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff;
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.07);
  transform: translateY(-2px);
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), #FF9500);
  color: #000;
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(255,184,0,0.4);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,184,0,0.5);
}
.btn-sm { padding: 10px 20px; font-size: 0.8rem; }
.btn-lg { padding: 18px 40px; font-size: 1rem; }

/* ─────────────────────────────────────────
   HEADER / NAVIGATION
───────────────────────────────────────── */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(26,8,8,.08), 0 4px 20px rgba(26,8,8,.07);
}
.nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.nav__logo-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.nav__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.nav__logo-text .club-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.nav__logo-text .club-sub {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);  /* legible sobre vídeo oscuro */
}
/* Al hacer scroll vuelve al color del club */
.header.scrolled .nav__logo-text .club-name { color: #1A0808 !important; }
.header.scrolled .nav__logo-text .club-sub  { color: var(--blue) !important; }

/* ── PRÓXIMO PARTIDO MINI WIDGET ── */
.nav__next-match {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 6px 14px;
  background: rgba(204,17,34,.08);
  border: 1px solid rgba(204,17,34,.2);
  border-radius: 8px;
  margin-left: 20px;
  transition: all .2s;
}
.nav__next-match-label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__next-match-label i {
  font-size: 0.6rem;
  color: var(--gold);
}
.nav__next-match-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
}
.nav__next-match-date {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #fff;
}
.nav__next-match-rival {
  font-weight: 600;
  color: rgba(255,255,255,.7);
  font-size: 0.75rem;
}

/* Cuando hace scroll cambia el color */
.header.scrolled .nav__next-match {
  background: rgba(204,17,34,.04);
  border-color: rgba(204,17,34,.15);
}
.header.scrolled .nav__next-match-label {
  color: var(--text-3);
}
.header.scrolled .nav__next-match-date {
  color: var(--blue);
}
.header.scrolled .nav__next-match-rival {
  color: var(--text-2);
}

/* Mostrar solo en pantallas grandes */
@media (min-width: 1200px) {
  .nav__next-match {
    display: flex;
  }
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0 auto;
}
.nav__link {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 11px;
  border-radius: var(--r-sm);
  color: rgba(255,255,255,.92);  /* blanco sobre vídeo oscuro */
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
  transition: color 0.2s, background 0.2s;
  position: relative;
  white-space: nowrap;
}
.nav__link:hover,
.nav__link.active {
  color: #fff;
  background: rgba(255,255,255,.10);
  text-shadow: none;
}
.nav__link.active::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 50%;
  transform: translateX(-50%);
  width: 18px; height: 2px;
  background: var(--blue);
  border-radius: 2px;
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav__social {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__social a {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: var(--text-2);
  font-size: 0.85rem;
  transition: color 0.2s, background 0.2s;
}
.nav__social a { color: rgba(255,255,255,.70); }   /* blanco sobre vídeo */
.nav__social a:hover { color: #fff; background: rgba(255,255,255,.12); }
.header.scrolled .nav__social a { color: #888 !important; }
.header.scrolled .nav__social a:hover { color: var(--blue) !important; background: rgba(204,17,34,.08) !important; }
.header.scrolled .nav__hamburger span { background: #1A0808 !important; }

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px;
}
.nav__hamburger span {
  display: block;
  height: 2px;
  background: rgba(255,255,255,.85);  /* blanco sobre el vídeo */
  border-radius: 2px;
  transition: all 0.3s;
}
.nav__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─────────────────────────────────────────
   HERO SECTION
───────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-0);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg-image {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.12;
}
.hero__bg-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(250,250,250,0.96) 0%, rgba(250,250,250,0.7) 60%, rgba(250,250,250,0.2) 100%),
    linear-gradient(to top, var(--bg-0) 0%, transparent 50%);
}

/* Animated geometric shapes in hero */
.hero__shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero__shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.10;
  animation: float 8s ease-in-out infinite;
}
.hero__shape--1 {
  width: 600px; height: 600px;
  background: var(--blue);
  top: -200px; right: -100px;
  animation-delay: 0s;
}
.hero__shape--2 {
  width: 400px; height: 400px;
  background: var(--gold);
  bottom: 50px; right: 200px;
  animation-delay: -3s;
}
.hero__shape--3 {
  width: 300px; height: 300px;
  background: var(--gold);
  top: 30%; left: 40%;
  animation-delay: -5s;
  opacity: 0.07;
}

/* Grid lines decoration */
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(204,17,34,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204,17,34,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-top: var(--header-h);
  width: 100%;
}
.hero__inner {
  max-width: 780px;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
}
.hero__eyebrow-line {
  width: 40px; height: 2px;
  background: var(--blue);
}
.hero__eyebrow-text {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--blue-light);
}
.hero__division-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: var(--r-full);
  background: rgba(0,179,89,0.15);
  border: 1px solid rgba(0,179,89,0.3);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green);
}
.hero__division-badge .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: pulse 2s ease-in-out infinite;
}

.hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
.hero__title span {
  display: block;
}
.hero__title .accent {
  background: linear-gradient(135deg, var(--blue-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__tagline {
  font-size: 1.15rem;
  color: var(--text-2);
  margin-bottom: 2.5rem;
  max-width: 520px;
  font-weight: 300;
  line-height: 1.7;
}

.hero__ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.hero__stats {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--glass-border);
  flex-wrap: wrap;
}
.hero__stat-item {
  display: flex;
  flex-direction: column;
}
.hero__stat-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
.hero__stat-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 2px;
}
.hero__stat-divider {
  width: 1px; height: 40px;
  background: var(--glass-border);
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.hero__scroll-text {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
}
.hero__scroll-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

/* ─────────────────────────────────────────
   NEXT MATCH SECTION
───────────────────────────────────────── */
.next-match {
  position: relative;
  z-index: 10;
  padding: 0 1.5rem;
  margin-top: -60px;
}

.match-card {
  max-width: var(--max-w);
  margin: 0 auto;
  background: var(--glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 2rem 2.5rem;
  box-shadow: var(--sh-card);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  position: relative;
}
.match-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue), var(--gold));
}

.match-card__meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.match-card__competition {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
}
.match-card__competition::before {
  content: '';
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}
.match-card__date-info {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text-2);
  text-align: right;
  letter-spacing: 0.05em;
}

.match-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.match-team--home { align-items: flex-start; text-align: left; }
.match-team--away { align-items: flex-end; text-align: right; }

.match-team__crest {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 2px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.match-team__crest img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 8px;
}
.match-team__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.match-team__league {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}

.match-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.match-vs {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--text-3);
  letter-spacing: 0.05em;
}

/* Countdown timer */
.countdown {
  display: flex;
  gap: 8px;
  align-items: center;
}
.countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-sm);
  padding: 8px 12px;
  min-width: 54px;
}
.countdown__number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--blue-light);
}
.countdown__label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
}
.countdown__sep {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--text-3);
  margin-top: -8px;
}

.match-card__venue {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-3);
}

/* ─────────────────────────────────────────
   NEWS LISTA HORIZONTAL
───────────────────────────────────────── */

/* Contenedor lista (home + noticias) */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

/* Ítem de lista */
.news-list-item {
  display: flex;
  background: var(--bg-2);
  border: 1.5px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .35s var(--ease-spring), box-shadow .35s, border-color .35s;
  position: relative;
}
.news-list-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-card);
  border-color: rgba(204,17,34,.22);
}
/* Línea izquierda de color en hover */
.news-list-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--blue);
  opacity: 0;
  transition: opacity .3s;
  border-radius: 3px 0 0 3px;
}
.news-list-item:hover::before { opacity: 1; }

/* Imagen */
.news-list-item__img {
  width: 260px;
  min-height: 180px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.news-list-item__img-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  transition: transform .5s var(--ease-smooth);
}
.news-list-item:hover .news-list-item__img-bg { transform: scale(1.07); }

/* Badge categoría sobre la imagen */
.news-list-item__cat-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--r-full);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  color: var(--blue);
  border: 1px solid var(--glass-border);
}

/* Cuerpo texto */
.news-list-item__body {
  flex: 1;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .6rem;
  min-width: 0;
}

.news-list-item__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.35;
  color: var(--text-1);
  transition: color .2s;
}
.news-list-item:hover .news-list-item__title { color: var(--blue); }

.news-list-item__excerpt {
  font-size: .88rem;
  color: var(--text-2);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .6rem;
  border-top: 1px solid var(--glass-border);
  margin-top: auto;
}
.news-list-item__date {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .06em;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-list-item__read {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  transition: gap .2s;
}
.news-list-item:hover .news-list-item__read { gap: 8px; }

/* Variante destacada (primera noticia, más grande) */
.news-list-item--featured .news-list-item__img { width: 380px; min-height: 220px; }
.news-list-item--featured .news-list-item__title { font-size: 1.25rem; }
.news-list-item--featured .news-list-item__excerpt { -webkit-line-clamp: 3; }

/* Responsivo */
@media (max-width: 900px) {
  .news-list-item { flex-direction: column; }
  .news-list-item__img { width: 100%; min-height: 200px; }
  .news-list-item--featured .news-list-item__img { width: 100%; }
}

/* ── antiguo grid (ya no se usa, mantener por compatibilidad) ── */
.news__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.news__grid-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.news-card {
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-card);
  border-color: rgba(204,17,34,0.2);
}

.news-card__img {
  position: relative;
  overflow: hidden;
}
.news-card--featured .news-card__img { height: 340px; }
.news-card--sm .news-card__img { height: 160px; }

.news-card__img-inner {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-4));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-3);
  font-size: 3rem;
  transition: transform 0.5s var(--ease-smooth);
}
.news-card:hover .news-card__img-inner { transform: scale(1.05); }

.news-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.news-card--sm .news-card__body { padding: 1.25rem; }

.news-card__category {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blue-light);
}
.news-card__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--text-1);
}
.news-card--sm .news-card__title { font-size: 0.95rem; }

.news-card__excerpt {
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.6;
  flex: 1;
}
.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-3);
  padding-top: 0.75rem;
  border-top: 1px solid var(--glass-border);
}
.news-card__read {
  color: var(--blue-light);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}
.news-card:hover .news-card__read { gap: 8px; }

.section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ─────────────────────────────────────────
   STATS / SEASON OVERVIEW
───────────────────────────────────────── */
.stats-section {
  background: var(--blue);
  border-top: none;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(ellipse, rgba(204,17,34,0.06) 0%, transparent 70%);
  pointer-events: none;
}

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

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  border-right: 1px solid rgba(255,255,255,.15);
  position: relative;
  overflow: hidden;
}
.stat-item:last-child { border-right: none; }
.stat-item::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 2px;
  background: var(--gold);
  transform-origin: center;
  transform: scaleX(0) translateX(-50%);
  transition: transform 0.5s var(--ease-smooth);
}
.stat-item.in-view::before {
  transform: scaleX(1) translateX(-50%);
}

.stat-item__icon {
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.stat-item__number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  line-height: 1;
  background: linear-gradient(135deg, #fff, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-item__label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-top: 6px;
}
.stat-item__sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,.5);
  margin-top: 4px;
}

/* ─────────────────────────────────────────
   SQUAD / PLAYERS SECTION
───────────────────────────────────────── */
.squad__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.player-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: transform 0.35s var(--ease-spring), box-shadow 0.35s;
  aspect-ratio: 3/4;
}
.player-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), var(--sh-blue);
  border-color: rgba(204,17,34,0.3);
}

.player-card__photo {
  width: 100%; height: 100%;
  position: absolute;
  inset: 0;
}
.player-card__photo-bg {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, var(--bg-3) 0%, var(--bg-4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: var(--text-3);
  opacity: 0.4;
}

.player-card__number {
  position: absolute;
  top: 16px; right: 16px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(204,17,34,0.10);
  pointer-events: none;
}

.player-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(139,0,0,0.95) 0%, rgba(139,0,0,0.65) 45%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  transition: all 0.3s;
}
.player-card:hover .player-card__overlay {
  background: linear-gradient(to top, rgba(100,0,0,0.97) 0%, rgba(139,0,0,0.75) 55%, transparent 70%);
}

.player-card__position {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 4px;
}
.player-card__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.player-card__nat {
  font-size: 0.8rem;
  color: var(--text-2);
  margin-top: 4px;
}

.player-card__stats {
  display: flex;
  gap: 1rem;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
}
.player-card:hover .player-card__stats {
  opacity: 1;
  transform: translateY(0);
}
.player-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.player-stat__val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
.player-stat__label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* ─────────────────────────────────────────
   GALLERY SECTION
───────────────────────────────────────── */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-top: 2.5rem;
}
.gallery__grid .gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery__grid .gallery-item:nth-child(1) { aspect-ratio: auto; }

.gallery-item__bg {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-4));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--text-3);
  transition: transform 0.5s var(--ease-smooth);
}
.gallery-item:hover .gallery-item__bg { transform: scale(1.08); }

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.gallery-item:hover .gallery-item__overlay { background: rgba(204,17,34,0.25); }

.gallery-item__icon {
  opacity: 0;
  font-size: 1.5rem;
  color: #fff;
  transform: scale(0.5);
  transition: opacity 0.3s, transform 0.3s;
}
.gallery-item:hover .gallery-item__icon {
  opacity: 1;
  transform: scale(1);
}

/* ─────────────────────────────────────────
   RESULTS / STANDINGS STRIP
───────────────────────────────────────── */
.results-strip {
  background: var(--bg-1);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: 40px 0;
}
.results-strip__inner {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.results-strip__inner::-webkit-scrollbar { display: none; }

.result-chip {
  flex-shrink: 0;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}
.result-chip__teams {
  flex: 1;
}
.result-chip__match {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text-2);
  margin-bottom: 4px;
}
.result-chip__score {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.result-chip__badge {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.result-chip__badge--w { background: rgba(0,179,89,0.2); color: var(--green); }
.result-chip__badge--d { background: rgba(255,184,0,0.15); color: var(--gold); }
.result-chip__badge--l { background: rgba(255,60,60,0.15); color: #ff5555; }

/* ─────────────────────────────────────────
   TICKER DE RESULTADOS (v2 style)
───────────────────────────────────────── */
.ticker-results {
  background: var(--blue-dark);
  border-top: none;
  border-bottom: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-top: 3rem;
}
.ticker-results::before,
.ticker-results::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker-results::before {
  left: 0;
  background: linear-gradient(to right, var(--blue-dark), transparent);
}
.ticker-results::after {
  right: 0;
  background: linear-gradient(to left, var(--blue-dark), transparent);
}

.ticker-results__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
  max-width: var(--container-max);
  margin: 0 auto;
}
.ticker-results__header .section-label {
  color: rgba(255,255,255,.8);
}
.ticker-results__header .section-label::before {
  background: var(--gold);
}
.ticker-results__header .btn-outline {
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.ticker-results__header .btn-outline:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.6);
}

.ticker-results__track {
  display: flex;
  align-items: center;
  gap: 0;
  animation: tickerScroll 28s linear infinite;
  width: max-content;
  padding: 12px 0;
}
.ticker-results__track:hover {
  animation-play-state: paused;
}

.ticker-results__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 28px;
  border-right: 1px solid rgba(255,255,255,.12);
  white-space: nowrap;
  cursor: default;
  transition: background .2s;
}
.ticker-results__item:hover {
  background: rgba(255,255,255,.08);
}

.ticker-results__badge {
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 50%;
  align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: .78rem;
  flex-shrink: 0;
}
.ticker-results__badge--w { background: rgba(0,179,89,.18); color: var(--green); }
.ticker-results__badge--d { background: rgba(255,184,0,.15); color: var(--gold); }
.ticker-results__badge--l { background: rgba(255,60,60,.15); color: #ff5555; }

.ticker-results__match {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
.ticker-results__match strong {
  color: #fff;
  font-weight: 700;
}
.ticker-results__score {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: .08em;
  color: #fff;
  min-width: 52px;
  text-align: center;
}
.ticker-results__score--w { color: var(--green); }
.ticker-results__score--d { color: var(--gold); }
.ticker-results__score--l { color: #ff5555; }

.ticker-results__prox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 28px;
  border-right: 1px solid var(--glass-border);
  white-space: nowrap;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.ticker-results__prox-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  animation: pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────────────────
   SQUAD CAROUSEL + GLOW CARDS
───────────────────────────────────────── */

/* Sección jugadoras */
.squad-section-dark {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.squad-section-dark::before { display: none; }

/* ── CARRUSEL ── */
.squad-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.squad-carousel {
  overflow: hidden;
  flex: 1;
  border-radius: 4px;
  background: #ffffff;
}
.squad-carousel__track {
  display: flex;
  gap: 20px;
  background: #ffffff;
  will-change: transform;
  cursor: grab;
  user-select: none;
}
.squad-carousel__track:active { cursor: grabbing; }

/* ── FLECHA CARRUSEL ── */
.carousel-btn {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  flex-shrink: 0;
  transition: all .25s var(--ease-spring);
  box-shadow: 0 0 20px rgba(204,17,34,.45), 0 4px 12px rgba(0,0,0,.4);
  z-index: 5;
}
.carousel-btn:hover:not(:disabled) {
  background: var(--blue-light);
  transform: scale(1.12);
  box-shadow: 0 0 30px rgba(204,17,34,.65), 0 6px 20px rgba(0,0,0,.4);
}
.carousel-btn:disabled { opacity: .25; cursor: default; transform: none; }

/* Puntos de paginación */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}
.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: none;
  cursor: pointer;
  transition: all .25s;
  padding: 0;
}
.carousel-dot.active {
  background: var(--blue);
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(204,17,34,.5);
}

/* ── TARJETA JUGADORA CON GLOW ── */
.player-card-glow {
  flex-shrink: 0;
  aspect-ratio: 3/4;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;

  /* Solo marco rojo, sin sombra */
  border: 2px solid rgba(204,17,34,.50);
  box-shadow: none;

  transition:
    transform .4s var(--ease-spring),
    box-shadow .35s ease,
    border-color .35s ease;
}

/* Hover — neon rojo intenso en el borde */
.player-card-glow:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #CC1122;
  box-shadow:
    0 0  0   2px rgba(204,17,34,.60),
    0 0 18px 0   rgba(204,17,34,.85),
    0 0 40px 0   rgba(204,17,34,.50),
    0 0 70px 0   rgba(204,17,34,.25);
  z-index: 2;
}

/* Foto */
.pcg__photo {
  position: absolute;
  inset: 0;
}
.pcg__photo-bg {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, #FFF0F0 0%, #F5E8E8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.5rem;
  color: rgba(204,17,34,.15);
  transition: transform .5s var(--ease-smooth);
}
.player-card-glow:hover .pcg__photo-bg { transform: scale(1.07); }

.pcg__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .5s var(--ease-smooth);
  z-index: 1;
}
.player-card-glow:hover .pcg__photo img { transform: scale(1.07); }

/* Cuando hay foto, oculta el icono placeholder */
.pcg__photo img + .pcg__photo-bg { display: none; }

/* Número watermark — oculto */
.pcg__num {
  display: none;
  position: absolute;
  top: 10px; right: 14px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(204,17,34,.09);
  pointer-events: none;
  z-index: 1;
}

/* Info inferior — gradiente rojo */
.pcg__info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(
    to top,
    rgba(139,0,0,.97) 0%,
    rgba(139,0,0,.88) 40%,
    rgba(100,0,0,.60) 70%,
    transparent 100%
  );
  padding: 3rem 1.25rem 1.25rem;
  z-index: 2;
  transition: padding .35s var(--ease-smooth);
}
.player-card-glow:hover .pcg__info {
  padding-bottom: 1.6rem;
}

.pcg__pos {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .65rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pcg__pos::before {
  content: '';
  display: block;
  width: 14px; height: 1.5px;
  background: var(--gold);
  border-radius: 1px;
}
.pcg__name {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.01em;
}

/* Stats siempre visibles */
.pcg__stats {
  display: flex;
  gap: .75rem;
  margin-top: .6rem;
  padding-top: .6rem;
  border-top: 1px solid rgba(255,255,255,.15);
  opacity: 1;
  transform: none;
}
.pcg-stat { display: flex; flex-direction: column; align-items: center; }
.pcg-stat__val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
}
.pcg-stat__lbl {
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}

/* ── RESPONSIVE CARRUSEL ── */
@media (max-width: 900px)  { .squad-carousel__track { gap: 16px; } }
@media (max-width: 640px)  { .carousel-btn { width: 40px; height: 40px; font-size: .8rem; } }

/* ─────────────────────────────────────────
   SPONSORS / PARTNERS
───────────────────────────────────────── */
.sponsors {
  background: var(--bg-1);
  border-top: 1px solid var(--glass-border);
}
.sponsors__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
  min-width: 140px;
  min-height: 70px;
}
.sponsor-logo:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: var(--sh-card);
}
.sponsor-logo__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--text-2);
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.footer {
  background: var(--blue-dark);
  border-top: none;
  padding: 70px 0 0;
}
.footer__desc { color: rgba(255,255,255,.55) !important; }
.footer__col h4 { color: rgba(255,255,255,.35) !important; }
.footer__col ul li a { color: rgba(255,255,255,.6) !important; }
.footer__col ul li a:hover { color: #fff !important; }
.footer__col ul li a::before { background: rgba(255,255,255,.25) !important; }
.footer__copy { color: rgba(255,255,255,.4) !important; }
.footer__legal a { color: rgba(255,255,255,.4) !important; }
.footer__legal a:hover { color: rgba(255,255,255,.8) !important; }
.footer__social a { background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.12) !important; color: rgba(255,255,255,.5) !important; }
.footer__social a:hover { color: #fff !important; background: rgba(255,255,255,.18) !important; border-color: rgba(255,255,255,.3) !important; }
.footer__bottom { border-top-color: rgba(255,255,255,.08) !important; }
.footer__top { border-bottom-color: rgba(255,255,255,.08) !important; }
.footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--glass-border);
}

.footer__brand { max-width: 300px; }
.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.25rem;
}
.footer__logo-img {
  width: 52px; height: 52px;
  object-fit: contain;
}
.footer__desc {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.footer__social {
  display: flex;
  gap: 8px;
}
.footer__social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-2);
  font-size: 0.9rem;
  transition: all 0.25s;
}
.footer__social a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

.footer__col h4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-1);
  margin-bottom: 1.25rem;
}
.footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.footer__col ul li a {
  font-size: 0.88rem;
  color: var(--text-2);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__col ul li a:hover { color: var(--blue-light); }
.footer__col ul li a::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--text-3);
  flex-shrink: 0;
}

.footer__bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__copy {
  font-size: 0.82rem;
  color: var(--text-3);
}
.footer__legal {
  display: flex;
  gap: 1.5rem;
}
.footer__legal a {
  font-size: 0.82rem;
  color: var(--text-3);
  transition: color 0.2s;
}
.footer__legal a:hover { color: var(--text-2); }

/* ─────────────────────────────────────────
   PAGE HERO (inner pages)
───────────────────────────────────────── */
.page-hero {
  padding: calc(var(--header-h) + 60px) 0 60px;
  background: var(--bg-1);
  border-bottom: 1px solid var(--glass-border);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 400px; height: 100%;
  background: radial-gradient(ellipse at right, rgba(204,17,34,0.07), transparent 70%);
}
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 1rem;
}
.page-hero__breadcrumb a { color: var(--text-3); transition: color 0.2s; }
.page-hero__breadcrumb a:hover { color: var(--blue-light); }
.page-hero__breadcrumb span { color: var(--blue-light); }
.page-hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: 0.03em;
  line-height: 1;
}

/* ─────────────────────────────────────────
   MOBILE MENU
───────────────────────────────────────── */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-smooth);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu__link {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  color: var(--text-2);
  transition: color 0.2s;
  padding: 0.5rem 1rem;
}
.mobile-menu__link:hover { color: var(--blue); }
.mobile-menu__close {
  position: absolute;
  top: 24px; right: 24px;
  font-size: 1.5rem;
  color: var(--text-2);
  transition: color 0.2s;
}
.mobile-menu__close:hover { color: #fff; }
.mobile-menu__social {
  display: flex;
  gap: 16px;
  margin-top: 2rem;
}
.mobile-menu__social a {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-2);
  font-size: 1rem;
  transition: all 0.25s;
}

/* ─────────────────────────────────────────
   SQUAD PAGE SPECIFIC
───────────────────────────────────────── */
.squad-full__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.squad-full__section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: var(--text-2);
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.squad-full__section-title::before {
  content: '';
  display: block;
  width: 4px; height: 24px;
  background: var(--blue);
  border-radius: 2px;
}

/* ─────────────────────────────────────────
   FIXTURES PAGE
───────────────────────────────────────── */
.fixture-group {
  margin-bottom: 2.5rem;
}
.fixture-group__month {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--glass-border);
  margin-bottom: 1rem;
}

.fixture-row {
  display: grid;
  grid-template-columns: 120px 1fr auto 1fr 120px;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  margin-bottom: 0.75rem;
  transition: border-color 0.2s, transform 0.2s;
}
.fixture-row:hover {
  border-color: rgba(204,17,34,0.2);
  transform: translateX(4px);
}

.fixture-row__date {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-2);
  line-height: 1.4;
}
.fixture-row__date .day { font-size: 1.2rem; color: var(--text-1); }

.fixture-row__team {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.fixture-row__team--away { justify-content: flex-end; }

.fixture-row__crest {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1px solid var(--glass-border);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.fixture-row__crest img { width: 28px; height: 28px; object-fit: contain; }

.fixture-row__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.fixture-row__score {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.fixture-row__time {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--blue-light);
}
.fixture-row__comp {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
}

.fixture-row__action { text-align: right; }

/* ─────────────────────────────────────────
   NEWS PAGE
───────────────────────────────────────── */
.news-full__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.news-full__grid .news-card--featured {
  grid-column: span 3;
  flex-direction: row;
}
.news-full__grid .news-card--featured .news-card__img { width: 55%; height: 320px; }
.news-full__grid .news-card--featured .news-card__body { padding: 2rem; }

/* Filter tabs */
.filter-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.filter-tab {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: var(--r-full);
  border: 1px solid var(--glass-border);
  color: var(--text-2);
  background: var(--bg-2);
  transition: all 0.2s;
}
.filter-tab:hover,
.filter-tab.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* ─────────────────────────────────────────
   CLUB / ABOUT PAGE
───────────────────────────────────────── */
.club-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.club-story__content { }
.club-story__text {
  font-size: 1rem;
  color: var(--text-2);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.club-story__visual {
  position: relative;
}
.club-story__img-main {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-4));
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  color: var(--text-3);
  border: 1px solid var(--glass-border);
}
.club-story__img-badge {
  position: absolute;
  bottom: -20px; left: -20px;
  background: var(--blue);
  border-radius: var(--r-md);
  padding: 20px 24px;
  box-shadow: var(--sh-blue);
}
.club-story__img-badge .year {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
.club-story__img-badge .label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.value-card {
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 2rem;
  transition: transform 0.3s, border-color 0.3s;
}
.value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(204,17,34,0.25);
}
.value-card__icon {
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  background: rgba(204,17,34,0.1);
  border: 1px solid rgba(204,17,34,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  color: var(--blue-light);
  margin-bottom: 1.25rem;
}
.value-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.value-card p {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.7;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.staff-card {
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.staff-card:hover { transform: translateY(-5px); box-shadow: var(--sh-card); }
.staff-card__photo {
  height: 200px;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-4));
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem;
  color: var(--text-3);
}
.staff-card__info { padding: 1.25rem; }
.staff-card__role {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 4px;
}
.staff-card__name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(3deg); }
  66% { transform: translateY(10px) rotate(-2deg); }
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 8px rgba(204,17,34,.6); }
  50%       { opacity: 0.5; transform: scale(0.75); box-shadow: 0 0 3px rgba(204,17,34,.3); }
}
@keyframes particleFloat {
  0%   { transform: translateY(0)   rotate(0deg);   opacity: 0; }
  10%  { opacity: 0.18; }
  90%  { opacity: 0.12; }
  100% { transform: translateY(-120px) rotate(360deg); opacity: 0; }
}

@keyframes scrollLine {
  0% { transform: scaleY(1); transform-origin: top; }
  50% { transform: scaleY(0); transform-origin: top; }
  51% { transform: scaleY(0); transform-origin: bottom; }
  100% { transform: scaleY(1); transform-origin: bottom; }
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.anim-slide-up { animation: slideUp 0.7s var(--ease-smooth) both; }
.anim-delay-1 { animation-delay: 0.1s; }
.anim-delay-2 { animation-delay: 0.2s; }
.anim-delay-3 { animation-delay: 0.3s; }
.anim-delay-4 { animation-delay: 0.4s; }
.anim-delay-5 { animation-delay: 0.5s; }

/* Scroll-triggered animations */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-smooth), transform 0.7s var(--ease-smooth);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.7s var(--ease-smooth), transform 0.7s var(--ease-smooth);
}
.reveal-left.in-view { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.7s var(--ease-smooth), transform 0.7s var(--ease-smooth);
}
.reveal-right.in-view { opacity: 1; transform: translateX(0); }

/* Stagger children */
.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease-smooth), transform 0.5s var(--ease-smooth);
}
.stagger.in-view > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.05s; }
.stagger.in-view > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.15s; }
.stagger.in-view > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.25s; }
.stagger.in-view > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.35s; }
.stagger.in-view > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.45s; }

/* ══════════════════════════════════════════
   APPLE LIQUID GLASS — DESIGN SYSTEM
   Paneles translúcidos con blur (iOS/macOS)
══════════════════════════════════════════ */

/* Utilidad glass base */
.glass {
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(40px) saturate(200%);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  border: 1px solid rgba(255,255,255,.80);
  border-top-color: rgba(255,255,255,.95);
  border-left-color: rgba(255,255,255,.90);
  box-shadow:
    0 8px 32px rgba(0,0,0,.06),
    0 2px 8px  rgba(0,0,0,.04),
    inset 0 1px 0 rgba(255,255,255,.95);
  border-radius: var(--r-lg);
}

/* ── PÁGINAS INTERIORES — header siempre visible con texto oscuro ── */
.header--page {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(26,8,8,.08), 0 4px 20px rgba(26,8,8,.06);
}
.header--page .nav__link         { color: #1A0808 !important; text-shadow: none !important; }
.header--page .nav__link:hover   { color: var(--blue) !important; background: rgba(204,17,34,.06) !important; }
.header--page .nav__link.active  { color: var(--blue) !important; background: none !important; }
.header--page .nav__logo-text .club-name { color: #1A0808 !important; }
.header--page .nav__logo-text .club-sub  { color: var(--blue) !important; }
.header--page .nav__social a              { color: #999 !important; }
.header--page .nav__social a:hover        { color: var(--blue) !important; background: rgba(204,17,34,.08) !important; }
.header--page .nav__hamburger span        { background: #1A0808 !important; }

/* ── FORMULARIO DE CONTACTO ── */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.contact-form .form-row {
  display: flex;
  gap: 1.15rem;
}
.contact-form .form-row .form-group { flex: 1; min-width: 0; }
.contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.contact-form label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-2);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: .98rem;
  color: var(--text-1);
  background: var(--bg-0);
  border: 1.5px solid var(--glass-border);
  border-radius: var(--r-sm);
  padding: 13px 15px;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.5;
}
.contact-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B3A42' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 42px;
  cursor: pointer;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-3); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(204,17,34,.12);
}
@media (max-width: 640px) {
  .contact-form .form-row { flex-direction: column; gap: 1.15rem; }
}

/* ── HEADER GLASS ── */
.header.scrolled {
  background: rgba(255,255,255,.78) !important;
  backdrop-filter: blur(50px) saturate(220%) !important;
  -webkit-backdrop-filter: blur(50px) saturate(220%) !important;
  box-shadow:
    0 1px 0 rgba(0,0,0,.06),
    0 4px 24px rgba(0,0,0,.04),
    inset 0 -1px 0 rgba(255,255,255,.5) !important;
}
.header.scrolled .nav__link {
  color: #1A0808 !important;
  text-shadow: none !important;
}
.header.scrolled .nav__link:hover {
  color: var(--blue) !important;
  background: rgba(204,17,34,.06) !important;
}
.header.scrolled .nav__link.active {
  color: var(--blue) !important;
  background: none !important;
}

/* ── MATCH CARD GLASS ── */
.match-card {
  background: rgba(255,255,255,.70) !important;
  backdrop-filter: blur(40px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(40px) saturate(200%) !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  box-shadow:
    0 16px 48px rgba(0,0,0,.08),
    0 4px 16px rgba(0,0,0,.04),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.match-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue), var(--gold));
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.countdown__unit {
  background: rgba(255,255,255,.55) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255,255,255,.8) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.countdown__number { color: var(--blue) !important; }

/* ── NEWS LIST ITEMS GLASS ── */
.news-list-item {
  background: rgba(255,255,255,.72) !important;
  backdrop-filter: blur(32px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(180%) !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  box-shadow:
    0 8px 32px rgba(0,0,0,.07),
    0 2px 8px rgba(0,0,0,.03),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.news-list-item:hover {
  background: rgba(255,255,255,.88) !important;
  box-shadow:
    0 20px 60px rgba(0,0,0,.10),
    0 4px 16px rgba(0,0,0,.05),
    inset 0 1px 0 rgba(255,255,255,.98) !important;
}
.news-list-item__cat-badge {
  background: rgba(255,255,255,.90) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
}

/* ── HERO FLOATING CARDS GLASS ── */
.hero-new__float-card,
.hero-new__float-pos {
  background: rgba(255,255,255,.72) !important;
  backdrop-filter: blur(40px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(40px) saturate(200%) !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  box-shadow:
    0 12px 40px rgba(0,0,0,.09),
    0 3px 10px rgba(0,0,0,.04),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

/* ── SPONSOR LOGOS GLASS ── */
.sponsor-logo {
  background: rgba(255,255,255,.60) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(255,255,255,.80) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.sponsor-logo:hover {
  background: rgba(255,255,255,.85) !important;
  box-shadow: 0 12px 36px rgba(0,0,0,.09), inset 0 1px 0 rgba(255,255,255,.98) !important;
  transform: translateY(-3px) !important;
}

/* ── RESULT CHIPS GLASS ── */
.result-chip {
  background: rgba(255,255,255,.65) !important;
  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border: 1px solid rgba(255,255,255,.80) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

/* ── PLAYER CARD INFO — gradiente solo en la franja inferior ── */
.pcg__info {
  background: linear-gradient(
    to top,
    rgba(110, 0, 0, 0.97) 0%,
    rgba(130, 0, 0, 0.93) 35%,
    rgba(100, 0, 0, 0.70) 55%,
    rgba(70,  0, 0, 0.20) 70%,
    transparent           85%
  ) !important;
  backdrop-filter: none !important;
  padding: 2.5rem 1.25rem 1rem !important;
  /* Ocupa solo el tercio inferior de la tarjeta */
  top: auto !important;
}

/* ── PAGE HERO GLASS ── */
.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(204,17,34,.03), transparent 60%);
  pointer-events: none;
}

/* ── VALORES / VALUE CARDS GLASS ── */
.value-card {
  background: rgba(255,255,255,.68) !important;
  backdrop-filter: blur(32px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(180%) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  box-shadow:
    0 8px 28px rgba(0,0,0,.07),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.value-card:hover {
  background: rgba(255,255,255,.85) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 56px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.98) !important;
}

/* ── FILTER TABS GLASS ── */
.filter-tab {
  background: rgba(255,255,255,.60) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255,255,255,.75) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.04), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.filter-tab.active {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  box-shadow: 0 4px 16px rgba(204,17,34,.3) !important;
}

/* ── MOBILE MENU GLASS ── */
.mobile-menu {
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(60px) saturate(250%) !important;
  -webkit-backdrop-filter: blur(60px) saturate(250%) !important;
}

/* ── SECTION bg para que el glass resalte ── */
.section-pad, section.section-pad {
  position: relative;
}
/* Secciones alternas con tinte muy sutil */
section.section-pad:nth-of-type(even) {
  background: rgba(250,248,248,.95);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1100px) {
  .squad__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(1),
  .stat-item:nth-child(2) { border-bottom: 1px solid var(--glass-border); }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__social { display: none; }
  .nav__hamburger { display: flex; }
  .news__grid { grid-template-columns: 1fr; }
  .news__grid-right { flex-direction: row; }
  .news-card--sm .news-card__img { height: 120px; }
  .match-card { grid-template-columns: 1fr; text-align: center; }
  .match-team--home,
  .match-team--away { align-items: center; text-align: center; }
  .fixture-row { grid-template-columns: 80px 1fr auto 1fr 80px; gap: 0.75rem; }
  .club-story { grid-template-columns: 1fr; }
  .club-story__img-badge { bottom: 10px; left: 10px; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .news-full__grid { grid-template-columns: repeat(2, 1fr); }
  .news-full__grid .news-card--featured { grid-column: span 2; flex-direction: column; }
  .news-full__grid .news-card--featured .news-card__img { width: 100%; }
}

@media (max-width: 640px) {
  :root { --header-h: 66px; }
  .section-pad { padding: 70px 0; }
  .squad__grid { grid-template-columns: repeat(2, 1fr); }
  .squad-full__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: 1fr 1fr; }
  .gallery__grid .gallery-item:nth-child(1) { grid-column: span 2; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .news__grid-right { flex-direction: column; }
  .fixture-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .fixture-row__team--away { justify-content: center; }
  .footer__top { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: 1fr 1fr; }
  .news-full__grid { grid-template-columns: 1fr; }
  .news-full__grid .news-card--featured { grid-column: span 1; }
  .hero__stats { gap: 1.5rem; }
  .hero__stat-divider { display: none; }
}


/* ══════════════════════════════════════════
   NAV DESPLEGABLE "El Club"
══════════════════════════════════════════ */
.nav__dropdown { position: relative; }
.nav__link--has-menu { display: inline-flex; align-items: center; gap: 6px; }
.nav__caret { font-size: .6rem; opacity: .7; transition: transform .25s var(--ease-smooth); }
.nav__dropdown:hover .nav__caret,
.nav__dropdown:focus-within .nav__caret { transform: rotate(180deg); }
.nav__menu {
  position: absolute; top: calc(100% + 8px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 290px; background: #fff;
  border: 1px solid var(--glass-border); border-radius: 14px;
  box-shadow: 0 14px 44px rgba(26,8,8,.14), 0 3px 10px rgba(26,8,8,.06);
  padding: .8rem; z-index: 1200;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease-smooth), transform .2s var(--ease-smooth);
}
.nav__menu::before { content:''; position:absolute; top:-10px; left:0; right:0; height:10px; }
.nav__dropdown:hover .nav__menu,
.nav__dropdown:focus-within .nav__menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav__menu-group { padding: .2rem 0; }
.nav__menu-group + .nav__menu-group { margin-top: .4rem; padding-top: .6rem; border-top: 1px solid var(--glass-border); }
.nav__menu-label {
  display: block; font-family: 'Rajdhani', sans-serif; font-weight: 700;
  font-size: .66rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--text-3); padding: 0 .65rem .35rem;
}
.nav__menu-link {
  display: flex; align-items: center; gap: .7rem; padding: .55rem .65rem;
  border-radius: 9px; font-size: .85rem; font-weight: 500; color: var(--text-1);
  transition: background .16s, color .16s;
}
.nav__menu-link i { width: 18px; text-align: center; color: var(--blue); font-size: .82rem; }
.nav__menu-link:hover { background: var(--glass-hover); color: var(--blue); }

/* ── Móvil: grupo "El Club" desplegable (elemento <details>) ── */
.mobile-menu { justify-content: safe center; overflow-y: auto; padding: 5rem 1rem; }
.mobile-menu__group { width: 100%; max-width: 360px; text-align: center; }
.mobile-menu__summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: .6rem; }
.mobile-menu__summary::-webkit-details-marker { display: none; }
.mobile-menu__summary i { font-size: .8rem; transition: transform .25s var(--ease-smooth); }
.mobile-menu__group[open] .mobile-menu__summary i { transform: rotate(180deg); }
.mobile-menu__sub { display: flex; flex-direction: column; align-items: center; gap: .1rem; margin: .4rem 0 .7rem; }
.mobile-menu__sublink {
  font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 1.15rem;
  color: var(--text-2); padding: .3rem .6rem; transition: color .2s;
}
.mobile-menu__sublink:hover { color: var(--blue); }

/* Compensa el header fijo al saltar a un ancla (#seccion) */
:target { scroll-margin-top: 100px; }
