/* Modified: 2026-06-02 23:28 */
  /* ─── UTILIDADES ─── */
  .section-label.centered { justify-content: center; }
  .ruta-name.highlight { color: var(--gold); }
  .causa-copy {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--white-65);
    font-weight: 300;
  }
  .causa-copy.with-margin { margin-bottom: 1.5rem; }
  .equipo-copy {
    max-width: 580px;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--white-60);
    font-weight: 300;
  }
  .embajadores-copy {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--white-55);
    font-weight: 300;
  }
  .footer-branding {
    margin-top: 1.1rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    color: var(--white-35);
    text-transform: uppercase;
  }
  .footer-branding a {
    color: var(--teal);
    text-decoration: none;
    font-weight: 600;
  }
  .footer-branding a:hover {
    color: var(--white-pure);
  }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 768px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .historia-inner, .inspiracion-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: 1fr; }
    .ruta-box { flex-direction: column; }
    section { padding: 4rem 1.5rem; }
  }

  /* ─── HISTORIA ─── */
  .historia { background: linear-gradient(180deg, var(--navy-dark), var(--navy)); }
  .historia-inner {
    display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: center;
  }
  .historia-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-style: italic; line-height: 1.45;
    color: var(--white-90);
    border-left: 3px solid;
    border-image: linear-gradient(180deg, var(--rainbow1), var(--rainbow2), var(--rainbow3), var(--rainbow4)) 1;
    padding-left: 1.8rem;
  }
  .historia-text p {
    font-size: 1.05rem; line-height: 1.85; font-weight: 300;
    color: var(--white-72);
    margin-bottom: 1.2rem;
  }
  .historia-text strong { color: var(--white-pure); font-weight: 600; }
  .historia-signature {
    margin-top: 2rem; font-family: 'Playfair Display', serif;
    font-style: italic; font-size: 1rem;
    color: var(--white-50);
  }

  /* ─── STATS / TRAVESÍA ─── */
  .travesia { background: var(--navy-surface); }
  .travesia-header { text-align: center; margin-bottom: 4rem; }
  .stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
    margin-bottom: 4rem;
  }
  .stat {
    background: var(--white-03);
    padding: 2.5rem 1.5rem; text-align: center;
    border: 1px solid var(--white-06);
    transition: background 0.3s;
  }
  .stat:hover { background: var(--teal-08); }
  .stat-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700; line-height: 1;
    background: linear-gradient(135deg, var(--white-pure), var(--teal));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    margin-bottom: 0.4rem;
  }
  .stat-label {
    font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--white-40);
  }

  .ruta-box {
    background: var(--white-03);
    border: 1px solid var(--white-07);
    padding: 3rem; display: flex; align-items: center; gap: 3rem;
  }
  .ruta-line {
    flex: 1; display: flex; flex-direction: column; gap: 0;
  }
  .ruta-point {
    display: flex; align-items: center; gap: 1.2rem;
    padding: 0.8rem 0;
  }
  .ruta-dot {
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--teal); flex-shrink: 0;
    box-shadow: 0 0 12px var(--teal-shadow-60);
  }
  .ruta-dot.highlight { background: var(--gold); box-shadow: 0 0 12px var(--gold-shadow-70); width: 16px; height: 16px; }
  .ruta-connector {
    width: 2px; height: 28px; margin-left: 5px;
    background: linear-gradient(180deg, var(--teal), var(--white-20));
  }
  .ruta-name { font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; letter-spacing: 0.05em; }
  .ruta-coord { font-size: 0.72rem; color: var(--white-40); }
  .ruta-desc { flex: 1; }
  .ruta-desc p { font-size: 0.95rem; line-height: 1.75; color: var(--white-65); font-weight: 300; }
  .ruta-desc ul { list-style: none; margin-top: 1.2rem; }
  .ruta-desc li {
    padding: 0.35rem 0; font-size: 0.88rem; color: var(--white-55);
    display: flex; align-items: center; gap: 0.6rem;
  }
  .ruta-desc li::before { content: '—'; color: var(--teal); font-size: 0.7rem; }

  /* ─── CAUSA ─── */
  .causa {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-surface) 50%, var(--navy) 100%);
    text-align: center;
  }
  .causa-inner { max-width: 780px; margin: 0 auto; }
  .causa-big {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.4; margin-bottom: 2rem;
    color: var(--white-92);
  }
  .causa-big em { font-style: italic; color: var(--white-pure); }
  .causa-highlight {
    display: inline-block;
    background: linear-gradient(135deg, var(--rainbow1), var(--rainbow2), var(--rainbow3), var(--rainbow4));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    font-weight: 700; font-style: normal;
  }
  .causa-caad {
    margin-top: 2.5rem;
    background: var(--white-04);
    border: 1px solid var(--white-08);
    padding: 2rem 2.5rem; border-radius: 2px;
    font-size: 0.95rem; line-height: 1.75; color: var(--white-65); font-weight: 300;
  }
  .causa-caad strong { color: var(--white-pure); font-weight: 600; }

  /* ─── EQUIPO ─── */
  .equipo { background: var(--navy-surface); }
  .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3.5rem; }
  .team-card {
    background: var(--white-02);
    border: 1px solid var(--white-06);
    padding: 2.5rem 2rem;
    transition: background 0.3s, transform 0.3s;
  }
  .team-card:hover { background: var(--teal-06); transform: translateY(-4px); }
  .team-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.68rem; letter-spacing: 0.2em; color: var(--white-25);
    margin-bottom: 1.5rem;
  }
  .team-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem; font-weight: 700; letter-spacing: 0.04em;
    margin-bottom: 0.3rem;
  }
  .team-role {
    font-size: 0.78rem; color: var(--teal); letter-spacing: 0.1em;
    text-transform: uppercase; margin-bottom: 1.2rem;
  }
  .team-bio { font-size: 0.9rem; line-height: 1.75; color: var(--white-58); font-weight: 300; }

  /* ─── INSPIRACIÓN ─── */
  .inspiracion { background: linear-gradient(180deg, var(--navy), var(--navy-dark)); }
  .inspiracion-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; }
  .inspiracion-text .section-title { margin-bottom: 1.2rem; }
  .inspiracion-text p { font-size: 1rem; line-height: 1.85; color: var(--white-68); font-weight: 300; margin-bottom: 1rem; }
  .insp-box {
    background: var(--white-03); border: 1px solid var(--white-07);
    padding: 2.5rem;
  }
  .insp-box h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
  .insp-box p { font-size: 0.9rem; line-height: 1.8; color: var(--white-60); font-weight: 300; }
  .insp-fact {
    margin-top: 1.5rem; padding-top: 1.5rem;
    border-top: 1px solid var(--white-08);
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  }
  .insp-fact-item { text-align: center; }
  .insp-fact-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 700; color: var(--white-90); }
  .insp-fact-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white-35); }

  /* ─── EMBAJADORES ─── */
  .embajadores { background: var(--navy-surface); text-align: center; }
  .emb-grid {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 3rem;
  }
  .emb-tag {
    border: 1px solid var(--white-12); padding: 0.75rem 1.8rem;
    font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; letter-spacing: 0.1em;
    color: var(--white-70);
    transition: all 0.3s;
  }
  .emb-tag:hover { border-color: var(--teal-shadow-50); color: var(--white-pure); background: var(--teal-06); }

  /* ─── COLABS ─── */
  .colabs { background: linear-gradient(180deg, var(--navy), var(--navy-surface)); text-align: center; }
  .colabs-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 3rem; margin-top: 3rem; align-items: center; }
  .colab-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem; font-weight: 700; letter-spacing: 0.08em;
    color: var(--white-35);
    transition: color 0.3s;
  }
  .colab-name:hover { color: var(--white-70); }

  /* ─── CTA FINAL ─── */
  .cta-final {
    background: var(--navy-deep);
    text-align: center; padding: 9rem 2rem;
    position: relative; overflow: hidden;
  }
  .cta-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 70% at 50% 50%, var(--teal-12), transparent 70%);
  }
  .cta-final h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 900; position: relative; z-index: 1;
    background: linear-gradient(135deg, var(--white-pure) 30%, var(--sky));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
  }
  .cta-sub {
    font-size: 1rem; color: var(--white-50); margin-bottom: 2.5rem;
    position: relative; z-index: 1;
    letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.82rem;
  }
  .launch-badge {
    display: inline-flex; align-items: center; gap: 0.6rem;
    border: 1px solid var(--gold-shadow-40); padding: 0.5rem 1.4rem;
    border-radius: 100px; margin-bottom: 2rem;
    position: relative; z-index: 1;
  }
  .launch-badge span { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
  .launch-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
  .cta-final .btn-primary { position: relative; z-index: 1; font-size: 1rem; padding: 1.1rem 3.5rem; }

  /* ─── FOOTER ─── */
  footer {
    background: var(--navy-footer);
    padding: 3rem 2rem;
    text-align: center; border-top: 1px solid var(--white-05);
  }
  .footer-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; letter-spacing: 0.2em; margin-bottom: 0.5rem; color: var(--white-40); }
  .footer-tagline { font-size: 0.75rem; color: var(--white-20); letter-spacing: 0.15em; text-transform: uppercase; }
  .footer-social { margin-top: 1rem; }
  .footer-social a { color: var(--white-40); font-size: 1.2rem; transition: color 0.2s; }
  .footer-social a:hover { color: var(--teal); }
  .footer-branding { margin-top: 0.8rem; font-size: 0.7rem; color: var(--white-20); }
  .footer-branding a { color: var(--teal); text-decoration: none; }

  /* ─── HISTORIA FOTO ─── */
  .historia-photo-wrap {
    margin-top: 2.5rem;
    text-align: center;
  }
  .historia-photo-img {
    max-width: 700px; width: 100%;
    border-radius: 4px;
    border: 1px solid var(--white-10);
    object-fit: cover;
  }

  /* ─── TRAVESÍA FOTOS ─── */
  .travesia-photos-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
  .travesia-photo-img {
    width: 100%; aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--white-10);
  }

  /* ─── RAÍZ HISTÓRICA MEDIA ─── */
  #raizMapaWrap { margin-top: 1.2rem; }
  .raiz-photo-img {
    width: 100%; max-width: 480px;
    border-radius: 4px;
    border: 1px solid var(--white-10);
    margin-top: 1.2rem;
  }
  .raiz-mapa-img {
    width: 100%; border-radius: 4px;
    border: 1px solid var(--white-12);
    margin-top: 0.8rem;
  }

  /* ─── GALERÍA ─── */
  .galeria { background: var(--navy-surface); text-align: center; }
  .galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.8rem;
    margin-top: 2.5rem;
  }
  .galeria-img {
    width: 100%; aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--white-08);
    transition: transform 0.3s, border-color 0.3s;
    cursor: zoom-in;
  }
  .galeria-img:hover { transform: scale(1.03); border-color: var(--teal); }

  /* ─── RESPONSIVE MOBILE ─── */
  @media (max-width: 768px) {
    nav { padding: 0.9rem 1.2rem; }

    .hero { padding: 7rem 1.2rem 3rem; }
    h1 { font-size: clamp(2.2rem, 10vw, 4rem); }

    section { padding: 4rem 1.2rem; }
    .container { padding: 0; }

    .historia-inner { grid-template-columns: 1fr; gap: 2rem; }
    .historia-text { padding-left: 0; }

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

    .ruta-line { flex-direction: column; gap: 1.5rem; }
    .ruta-connector { width: 2px; height: 40px; margin: 0 auto; }
    .ruta-desc { margin-top: 1.5rem; }

    .causa-inner { text-align: left; }

    .team-grid { grid-template-columns: 1fr; gap: 1.5rem; }

    .inspiracion-inner { grid-template-columns: 1fr; gap: 2rem; }

    .travesia-photos-row { grid-template-columns: 1fr; }

    .galeria-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }

    .insp-fact { grid-template-columns: 1fr 1fr; }

    .emb-grid { gap: 0.6rem; }
    .emb-tag { padding: 0.6rem 1.2rem; font-size: 0.85rem; }
  }

  @media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .galeria-grid { grid-template-columns: repeat(2, 1fr); }
    .insp-fact { grid-template-columns: 1fr 1fr; }
  }

  /* ─── CONTROLES DE NAVEGACIÓN Y ACCESIBILIDAD ─── */
  .nav-right { display: flex; align-items: center; gap: 1rem; }
  [hidden] { display: none !important; }
  .lang-toggle { display: flex; align-items: center; gap: 0.3rem; }
  .lang-sep { color: var(--white-base-30); font-size: 0.75rem; }
  .lang-btn {
    background: none; border: none; cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem; letter-spacing: 0.12em;
    color: var(--white-base-45); padding: 0.2rem 0.1rem;
    transition: color 0.2s;
  }
  .lang-btn:hover { color: var(--white-base-80); }
  .lang-btn.active { color: var(--white); font-weight: 700; }
  .nav-controls { display: flex; align-items: center; gap: 0.3rem; }
  .ctrl-btn {
    background: none; border: 1px solid var(--white-base-15);
    border-radius: 6px; cursor: pointer; color: var(--white-base-55);
    font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem;
    padding: 0.2rem 0.45rem; transition: all 0.2s; line-height: 1.2;
  }
  .ctrl-btn:hover { border-color: var(--teal-shadow-60); color: var(--white); background: var(--teal-10); }
  .hamburger {
    display: none; flex-direction: column; justify-content: space-between;
    width: 28px; height: 20px; background: none; border: none; cursor: pointer; padding: 0;
  }
  .hamburger span {
    display: block; height: 2px; width: 100%; background: var(--white-base-75);
    border-radius: 2px; transition: all 0.3s;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  @media (max-width: 768px) {
    nav { padding: 0.9rem 1.2rem; }
    .nav-controls { display: none; }
    .hamburger { display: flex; }
    .nav-links {
      display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
      flex-direction: column; align-items: center; justify-content: center;
      background: var(--navy-deep-97); backdrop-filter: blur(16px);
      gap: 2rem; z-index: 99;
    }
    .nav-links.open { display: flex; }
    .nav-links a { font-size: 1.3rem; letter-spacing: 0.15em; }
  }
  /* Tema claro */
  body.theme-light {
    --navy: #f0f4fa; --navy2: #dde6f4; --navy-dark: #e4ecf7;
    --navy-deep: #ccd8ee; --navy-surface: #e8f0fb; --navy-footer: #b8c8e8;
    --white: #1a2a4a; --white-pure: #0a1828;
    --white-92: rgba(15,30,60,0.92); --white-90: rgba(15,30,60,0.90);
    --white-72: rgba(15,30,60,0.72); --white-70: rgba(15,30,60,0.70);
    --white-68: rgba(15,30,60,0.68); --white-65: rgba(15,30,60,0.65);
    --white-60: rgba(15,30,60,0.60); --white-58: rgba(15,30,60,0.58);
    --white-55: rgba(15,30,60,0.55); --white-50: rgba(15,30,60,0.50);
    --white-40: rgba(15,30,60,0.40); --white-35: rgba(15,30,60,0.35);
    --white-25: rgba(15,30,60,0.25); --white-20: rgba(15,30,60,0.20);
    --white-15: rgba(15,30,60,0.15); --white-12: rgba(15,30,60,0.12);
    --white-10: rgba(15,30,60,0.10); --white-08: rgba(15,30,60,0.08);
    --white-07: rgba(15,30,60,0.07); --white-06: rgba(15,30,60,0.06);
    --white-05: rgba(15,30,60,0.05); --white-04: rgba(15,30,60,0.04);
    --white-03: rgba(15,30,60,0.03); --white-02: rgba(15,30,60,0.02);
    --nav-overlay: rgba(240,244,250,0.92);
    --light-border-10: rgba(15,30,60,0.1);
    --light-border-20: rgba(15,30,60,0.2);
    --light-text-50: rgba(15,30,60,0.5);
    --light-text-60: rgba(15,30,60,0.6);
    --light-text-80: rgba(15,30,60,0.8);
  }
  body.theme-light nav { border-bottom-color: var(--light-border-10); }
  body.theme-light .nav-logo,
  body.theme-light .nav-links a { color: var(--white); }
  body.theme-light .lang-btn { color: var(--light-text-50); }
  body.theme-light .lang-btn.active { color: var(--white-pure); }
  body.theme-light .ctrl-btn { color: var(--light-text-60); border-color: var(--light-border-20); }
  body.theme-light .hamburger span { background: var(--light-text-80); }
  /* Logo: sin anillo ni fondo en modo claro */
  body.theme-light .hero-logo-wrap {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: 0 0 30px var(--teal-25) !important;
  }

  /* ─── DYNAMIC STYLES EXTRACTED ─── */
  .hero-media-layer { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
  .hero-media { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(0.9) contrast(1.05) brightness(0.85); }
  .hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
  .hero-slide.active { opacity: 1; }
  .hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: var(--black-35); border: 2px solid var(--white-30); color: var(--white-pure); font-size: 1.4rem; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; pointer-events: auto; }
  .hero-arrow:hover { background: var(--black-60); }
  .hero-arrow-prev { left: 1.2rem; }
  .hero-arrow-next { right: 1.2rem; }
  .hero-dots { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; z-index: 10; }
  .hero-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--white-40); cursor: pointer; transition: background 0.2s, transform 0.2s; pointer-events: auto; }
  .hero-dot.active { background: var(--white-pure); transform: scale(1.3); }
  .hero[data-has-media] .hero-bg { z-index: 1; pointer-events: none; background: linear-gradient(180deg, var(--navy-deep-72) 0%, var(--navy-45) 40%, var(--navy-surface-70) 100%), radial-gradient(ellipse 60% 40% at 80% 20%, var(--teal-15) 0%, transparent 60%); }
  .hero > *:not(.hero-bg):not(.hero-media-layer):not(.ice-field) { position: relative; z-index: 2; }
  .prensa .press-grid, .instagram-feed .instagram-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
  .press-card { border: 1px solid var(--white-15); background: var(--white-03); padding: 1rem; border-radius: 8px; }
  .press-card h3 { margin: 0 0 0.5rem; font-size: 1rem; line-height: 1.4; }
  .press-card .press-meta { font-size: 0.8rem; opacity: 0.75; margin-bottom: 0.6rem; }
  .press-card p { font-size: 0.9rem; line-height: 1.6; opacity: 0.9; }
  .press-card a { margin-top: 0.7rem; display: inline-block; color: var(--gold); text-decoration: none; }
  .team-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin-bottom: 0.8rem; border: 2px solid var(--white-20); }
  .sponsors-track-wrap { margin-top: 1.4rem; overflow: hidden; position: relative; }
  .sponsors-track { display: flex; gap: 1rem; width: max-content; animation: sponsor-slide 26s linear infinite; }
  .sponsor-item { min-width: 220px; }
  .sponsor-link { height: 110px; padding: 0.8rem; border: 1px solid var(--white-15); border-radius: 10px; background: var(--white-03); display: flex; gap: 0.7rem; align-items: center; text-decoration: none; color: inherit; }
  .sponsor-logo { width: 62px; height: 62px; object-fit: cover; border-radius: 8px; background: var(--white-08); }
  .instagram-grid .instagram-media { background: var(--white-pure); border-radius: 10px; overflow: hidden; }
  @keyframes sponsor-slide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
  @media (max-width: 768px) { .sponsor-item { min-width: 180px; } .sponsor-link { height: 92px; } }

/* Hero Carousel Extra Styles */
.hero-dots {
  position: absolute;
  bottom: 2rem;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}
.hero-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--white-30);
  cursor: pointer;
  transition: background 0.3s;
}
.hero-dot.active, .hero-dot:hover {
  background: var(--white-pure);
}
