    /* ============================================================
       RESET & BASE — SCOPED A .calcio-home
       NO afecta header, footer, nav, producto, categoría, carrito nativos de Amazonas
    ============================================================ */

    /* Variables CSS globales — seguras, no pisan estilos */
    :root {
      --black:   #0a0a0a;
      --white:   #ffffff;
      --gray-50: #fafafa;
      --gray-100:#f4f4f4;
      --gray-200:#e8e8e8;
      --gray-400:#aaaaaa;
      --gray-600:#666666;
      --gray-800:#333333;
      --accent:  #c41a1a;
      --accent-h:#a51515;
      --font:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      --radius:  0px;
      --trans:   0.22s ease;
    }

    /* html: solo overflow y scroll-behavior — no afectan layout de Amazonas */
    html { scroll-behavior: smooth; }

    /* Reset SOLO dentro de .calcio-home — no toca header/footer/nav/cart nativos */
    .calcio-home *, .calcio-home *::before, .calcio-home *::after {
      box-sizing: border-box; margin: 0; padding: 0;
    }
    .calcio-home img  { display: block; max-width: 100%; }
    .calcio-home a    { text-decoration: none; color: inherit; }
    .calcio-home ul   { list-style: none; }
    .calcio-home button { cursor: pointer; font-family: var(--font); }

    /* body: solo overflow-x en home para evitar scroll horizontal del hero */
    body.template-home { overflow-x: hidden; }

    /* ============================================================
       ANNOUNCEMENT BAR
    ============================================================ */
    .ann-bar {
      background: var(--black);
      color: var(--white);
      text-align: center;
      padding: 9px 20px;
      font-size: 12.5px;
      font-weight: 500;
      letter-spacing: .4px;
      position: relative;
    }
    .ann-bar a { color: var(--white); text-decoration: underline; margin-left: 6px; opacity: .85; transition: opacity var(--trans); }
    .ann-bar a:hover { opacity: 1; }
    .ann-close {
      position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
      color: rgba(255,255,255,.5); font-size: 18px; line-height: 1;
      transition: color var(--trans);
    }
    .ann-close:hover { color: var(--white); }

    /* ============================================================
       HEADER & NAVBAR
    ============================================================ */
    .site-header {
      background: var(--black);
      position: sticky; top: 0; z-index: 1000;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    /* Top row */
    .header-top {
      display: flex; align-items: center;
      max-width: 1320px; margin: 0 auto;
      padding: 0 32px;
      height: 68px;
      gap: 24px;
    }

    .header-logo { flex-shrink: 0; }
    .header-logo img { height: 170px; width: auto; }

    .header-search {
      flex: 1; max-width: 480px; margin: 0 auto;
      display: flex; align-items: center;
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.14);
      padding: 0 14px;
      transition: border-color var(--trans), background var(--trans);
    }
    .header-search:focus-within { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.13); }
    .header-search input {
      flex: 1; background: none; border: none; outline: none;
      color: var(--white); font-size: 13.5px; font-family: var(--font);
      padding: 10px 0;
    }
    .header-search input::placeholder { color: rgba(255,255,255,.4); }
    .header-search svg { color: rgba(255,255,255,.45); flex-shrink: 0; }

    .header-actions { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
    .header-btn {
      display: flex; flex-direction: column; align-items: center; gap: 3px;
      color: rgba(255,255,255,.75); padding: 8px 12px;
      font-size: 11px; font-weight: 500; letter-spacing: .3px;
      transition: color var(--trans); position: relative;
    }
    .header-btn:hover { color: var(--white); }
    .header-btn svg { width: 20px; height: 20px; }
    .cart-badge {
      position: absolute; top: 5px; right: 6px;
      background: var(--accent); color: var(--white);
      font-size: 9px; font-weight: 700; min-width: 16px; height: 16px;
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      line-height: 1;
    }



    /* ============================================================
       FIX: carrito header — sin fondo blanco en home
       El div #ajax-cart y sus hijos reciben background de Amazonas CSS.
       Scopeado a body.template-home para no afectar otras páginas.
       Estructura real: .utilities-item > #ajax-cart.cart-summary > a > svg + span + span.badge
    ============================================================ */
    body.template-home #ajax-cart,
    body.template-home #ajax-cart.cart-summary,
    body.template-home #ajax-cart > a,
    body.template-home .utilities-item:last-child,
    body.template-home .utilities-item:last-child .utility-head {
      background: transparent !important;
      background-color: transparent !important;
      box-shadow: none !important;
      border: none !important;
    }

    /* ============================================================
       TRUST BAR
    ============================================================ */
    .trust-bar {
      background: var(--white);
      border-bottom: 1px solid var(--gray-200);
      padding: 0 32px;
    }
    .trust-bar-inner {
      max-width: 1320px; margin: 0 auto;
      display: flex; justify-content: center; align-items: center;
      gap: 0;
    }
    .trust-item {
      display: flex; align-items: center; gap: 9px;
      padding: 12px 28px;
      font-size: 12.5px; font-weight: 600; color: var(--gray-800);
      border-right: 1px solid var(--gray-200);
    }
    .trust-item:last-child { border-right: none; }
    .trust-item svg { width: 17px; height: 17px; color: var(--black); flex-shrink: 0; }

    /* ============================================================
       HERO CAROUSEL  —  Split layout: text izq | imagen der
    ============================================================ */
    .hero {
      overflow: hidden; position: relative;
      height: 88vh; min-height: 540px; max-height: 820px;
    }

    .hero-track {
      display: flex; height: 100%;
      transition: transform .65s cubic-bezier(.4,0,.2,1);
    }

    .hero-slide {
      min-width: 100%; height: 100%;
      display: flex; overflow: hidden;
    }

    /* Left: text */
    .hero-left {
      width: 44%; flex-shrink: 0;
      background: var(--black);
      display: flex; flex-direction: column; justify-content: center;
      padding: 0 60px 0 72px;
      position: relative;
      z-index: 2;
    }

    /* Right: image */
    .hero-right {
      flex: 1;
      position: relative; overflow: hidden;
      background: var(--gray-100);
    }
    .hero-right img {
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: center top;
    }
    /* Gradient bridge from black to image */
    .hero-right::before {
      content: '';
      position: absolute; inset: 0 auto 0 0;
      width: 80px;
      background: linear-gradient(to right, var(--black), transparent);
      z-index: 1;
    }

    /* For slide 1: full bleed with overlay — override */
    .hero-slide.full-bleed { display: block; position: relative; }
    .hero-slide.full-bleed .hero-left {
      position: absolute; inset: 0 auto 0 0;
      width: 50%; background: transparent;
      padding-left: 72px;
    }
    .hero-slide.full-bleed .hero-right { width: 100%; }
    .hero-slide.full-bleed .hero-right::before { width: 55%; }
    .hero-slide.full-bleed .hero-right img { filter: brightness(.75) saturate(.9); }

    /* Text elements */
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: 11px; font-weight: 700; letter-spacing: 3px;
      text-transform: uppercase; color: var(--accent);
      margin-bottom: 20px;
    }
    .hero-eyebrow span { display: inline-block; width: 24px; height: 2px; background: var(--accent); }

    .hero-title {
      font-size: clamp(2rem, 3.8vw, 3.6rem);
      font-weight: 900; line-height: 1.04;
      letter-spacing: -1.5px; color: var(--white);
      margin-bottom: 20px;
    }

    .hero-subtitle {
      font-size: clamp(.85rem, 1.3vw, 1rem);
      font-weight: 400; line-height: 1.65;
      color: rgba(255,255,255,.68);
      margin-bottom: 36px;
      max-width: 380px;
    }

    .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

    body.template-home .btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--white); color: var(--black);
      padding: 15px 30px; font-size: 13px; font-weight: 800;
      letter-spacing: .8px; text-transform: uppercase;
      transition: background var(--trans), color var(--trans), transform var(--trans);
    }
    body.template-home .btn-primary:hover { background: var(--accent); color: var(--white); transform: translateY(-2px); }

    body.template-home .btn-outline {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: rgba(255,255,255,.75);
      padding: 15px 28px; font-size: 13px; font-weight: 600;
      letter-spacing: .5px; text-transform: uppercase;
      border: 1.5px solid rgba(255,255,255,.3);
      transition: border-color var(--trans), color var(--trans);
    }
    body.template-home .btn-outline:hover { border-color: rgba(255,255,255,.75); color: var(--white); }

    /* Arrows */
    .hero-arrow {
      position: absolute; top: 50%; transform: translateY(-50%);
      z-index: 20; width: 46px; height: 46px;
      background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
      color: var(--white); display: flex; align-items: center; justify-content: center;
      transition: background var(--trans);
      backdrop-filter: blur(8px);
    }
    .hero-arrow:hover { background: rgba(255,255,255,.25); }
    .hero-arrow-prev { left: 24px; }
    .hero-arrow-next { right: 24px; }
    .hero-arrow svg { width: 18px; height: 18px; }

    /* Dots */
    .hero-dots {
      position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
      display: flex; gap: 7px; z-index: 20;
    }
    .hero-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: rgba(255,255,255,.35);
      transition: background var(--trans), width var(--trans);
    }
    .hero-dot.active { background: var(--white); width: 22px; border-radius: 4px; }

    /* Progress bar */
    .hero-progress {
      position: absolute; bottom: 0; left: 0; height: 2px;
      background: var(--accent); z-index: 20;
      animation: heroProgress 5s linear infinite;
    }
    @keyframes heroProgress {
      from { width: 0; } to { width: 100%; }
    }
    .hero-progress.paused { animation-play-state: paused; }

    /* ============================================================
       SOCIAL PROOF STRIP
    ============================================================ */
    .proof-strip {
      background: var(--accent);
      color: var(--white);
      padding: 10px 32px;
      display: flex; align-items: center; justify-content: center;
      gap: 16px; flex-wrap: wrap;
      font-size: 12.5px; font-weight: 500; letter-spacing: .3px;
    }
    .proof-strip-icon { font-size: 14px; }
    .proof-strip-text { text-align: center; }
    .proof-strip-sub { font-size: 11px; font-weight: 400; opacity: .85; margin-top: 2px; }

    /* ============================================================
       SECTION UTILITIES
    ============================================================ */
    .section { padding: 80px 32px; }
    .section-alt { background: var(--gray-50); }

    .section-head { text-align: center; margin-bottom: 52px; }
    .section-label {
      display: block; font-size: 11px; font-weight: 700;
      letter-spacing: 3.5px; text-transform: uppercase;
      color: var(--gray-400); margin-bottom: 12px;
    }
    .section-title {
      font-size: clamp(1.7rem, 3.5vw, 2.6rem);
      font-weight: 900; letter-spacing: -1px; line-height: 1.1;
    }

    .inner { max-width: 1260px; margin: 0 auto; }

    /* ============================================================
       CATEGORIES GRID
    ============================================================ */
    .cats-grid {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr;
      grid-template-rows: 260px 260px;
      gap: 10px;
    }

    .cat-card {
      position: relative; overflow: hidden;
      display: flex; align-items: flex-end;
      text-decoration: none; background: var(--gray-200);
    }
    .cat-card:first-child { grid-row: 1 / 3; grid-column: 1; }
    /* Bolsos: col 2 row 1 — auto */
    /* Mochilas: col 3 row 1 — auto */
    /* Mate & Termos: col 4 row 1 */
    .cat-card:nth-child(5) { grid-column: 4; grid-row: 1; }
    /* Ropa Deportiva: fila 2, cols 2-4 (full ancho restante) */
    .cat-card:nth-child(4) { grid-column: 2 / 5; grid-row: 2; }
  
    .cat-card:nth-child(1) img { object-position: center 70%; } /* Medias → bajar */
    .cat-card:nth-child(2) img { object-position: center 50%; } /* Bolsos */
    .cat-card:nth-child(3) img { object-position: center 50%; } /* Mochilas */
    .cat-card:nth-child(5) img { object-position: center 40%; } /* Mate & Termos */
    .cat-card:nth-child(4) img { object-position: center 20%; } /* Ropa Deportiva */
    
    .cat-card img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .55s ease;
    }
    .cat-card:hover img { transform: scale(1.05); }

    .cat-card::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.15) 45%, transparent 70%);
    }

    .cat-info {
      position: relative; z-index: 1;
      padding: 22px 20px;
      color: var(--white);
    }
    .cat-name {
      font-size: 1.15rem; font-weight: 800; display: block;
      letter-spacing: -.3px; margin-bottom: 3px;
    }
    .cat-card:first-child .cat-name { font-size: 1.6rem; }
    .cat-sub { font-size: 11.5px; color: rgba(255,255,255,.7); font-weight: 400; }

    .cat-card-arrow {
      position: absolute; top: 16px; right: 16px; z-index: 2;
      width: 32px; height: 32px;
      background: rgba(255,255,255,.15); backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,.25);
      display: flex; align-items: center; justify-content: center;
      color: var(--white);
      opacity: 0; transform: translateX(-4px);
      transition: opacity var(--trans), transform var(--trans);
    }
    .cat-card:hover .cat-card-arrow { opacity: 1; transform: translateX(0); }

    /* ============================================================
       PRODUCTS GRID
    ============================================================ */
    .products-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .prod-card { display: block; text-decoration: none; color: var(--black); }

    .prod-img-wrap {
      aspect-ratio: 3/4; overflow: hidden;
      background: var(--gray-100); position: relative; margin-bottom: 14px;
    }
    .prod-img-wrap img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center top;
      transition: transform .45s ease;
    }
    .prod-card:hover .prod-img-wrap img { transform: scale(1.04); }

    .prod-badge {
      position: absolute; top: 10px; left: 10px;
      font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
      padding: 4px 10px; z-index: 2;
    }
    .badge-hot { background: var(--black); color: var(--white); }
    .badge-new { background: var(--accent); color: var(--white); }

    .prod-name { font-size: 14.5px; font-weight: 600; margin-bottom: 5px; line-height: 1.35; }
    .prod-price { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
    .prod-install { font-size: 12px; color: var(--gray-600); margin-bottom: 14px; }

    .btn-add {
      width: 100%; padding: 12px;
      background: var(--black); color: var(--white);
      font-size: 12.5px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
      transition: background var(--trans);
      display: block; text-align: center;
    }
    .btn-add:hover { background: var(--accent); }

    .products-footer { text-align: center; margin-top: 44px; }
    .btn-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      border: 2px solid var(--black); padding: 15px 40px;
      font-size: 13px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
      color: var(--black); transition: background var(--trans), color var(--trans);
    }
    .btn-ghost:hover { background: var(--black); color: var(--white); }

    /* ============================================================
       REVIEWS
    ============================================================ */
    .reviews-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .review-card {
      background: var(--white); padding: 32px 28px;
      border: 1px solid var(--gray-200); position: relative;
      transition: box-shadow var(--trans);
    }
    .review-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); }

    .review-quote {
      position: absolute; top: 20px; right: 22px;
      font-size: 56px; line-height: 1; color: var(--gray-200);
      font-family: Georgia, serif; pointer-events: none;
    }

    .review-stars { color: #F5A623; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }

    .review-text {
      font-size: 14.5px; line-height: 1.7; color: var(--gray-800);
      font-style: italic; margin-bottom: 22px;
    }

    .review-author { display: flex; align-items: center; gap: 11px; }
    .review-avatar {
      width: 38px; height: 38px; border-radius: 50%;
      background: var(--gray-200); overflow: hidden; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; font-weight: 700; color: var(--gray-600);
    }
    .review-name { font-size: 13.5px; font-weight: 700; }
    .review-prod { font-size: 11.5px; color: var(--gray-400); margin-top: 2px; }

    /* ============================================================
       WHATSAPP BUTTON
    ============================================================ */
    .wa-btn {
      position: fixed; bottom: 28px; right: 28px; z-index: 9990;
      display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
    }
    .wa-tooltip {
      background: var(--black); color: var(--white);
      padding: 8px 14px; font-size: 12.5px; font-weight: 600;
      white-space: nowrap; border-radius: 4px;
      opacity: 0; transform: translateX(8px);
      transition: opacity var(--trans), transform var(--trans);
      pointer-events: none; box-shadow: 0 4px 14px rgba(0,0,0,.2);
    }
    .wa-btn:hover .wa-tooltip { opacity: 1; transform: translateX(0); }
    .wa-circle {
      width: 56px; height: 56px; border-radius: 50%;
      background: #25D366; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 18px rgba(37,211,102,.38);
      transition: transform var(--trans), box-shadow var(--trans);
    }
    .wa-btn:hover .wa-circle { transform: scale(1.08); box-shadow: 0 6px 26px rgba(37,211,102,.5); }
    .wa-circle svg { width: 26px; height: 26px; fill: white; }

    /* ============================================================
       MOBILE MENU (overlay)
    ============================================================ */
    .mobile-overlay {
      display: none; position: fixed; inset: 0; z-index: 2000;
      background: rgba(0,0,0,.5); backdrop-filter: blur(3px);
    }
    .mobile-overlay.open { display: block; }
    .mobile-panel {
      position: fixed; top: 0; left: 0; bottom: 0; width: 86%; max-width: 360px;
      background: var(--black); z-index: 2001;
      overflow-y: auto; transform: translateX(-100%);
      transition: transform .3s ease;
    }
    .mobile-panel.open { transform: translateX(0); }
    .mobile-panel-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .mobile-panel-header img { height: 44px; /* logo blanco sobre fondo negro — sin filtro */ }
    .mobile-close { color: rgba(255,255,255,.6); font-size: 22px; padding: 4px; }

    /* ============================================================
       RESPONSIVE
    ============================================================ */
    @media (max-width: 1024px) {
      .hero-left { padding: 0 40px; }
      .cats-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 220px); }
      .cats-grid .cat-card:first-child { grid-row: span 1; }
      .products-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    @media (max-width: 768px) {
      /* Header */
      .header-top { padding: 0 16px; height: 60px; }
      .header-logo img { height: 44px; }
      .header-search { display: none; }
      .header-actions { margin-left: auto; }
      .header-btn span { display: none; }
      .header-btn { padding: 8px 10px; }
      .header-nav { display: none; }
      .nav-hamburger { display: flex; }

      /* Trust bar */
      .trust-bar { padding: 0 16px; overflow-x: auto; }
      .trust-bar-inner { justify-content: flex-start; }
      .trust-item { padding: 10px 18px; white-space: nowrap; }
      .trust-item:nth-child(4) { display: none; }

      /* Hero — imagen de fondo con texto superpuesto */
      .hero { height: 88vh; min-height: 500px; max-height: 760px; }
      .hero-slide { height: 100%; position: relative; flex-direction: unset; }
      .hero-slide.full-bleed { display: flex; flex-direction: unset; }
      .hero-slide.full-bleed .hero-left { inset: 0; width: 100%; padding-left: 22px; }
      .hero-slide.full-bleed .hero-right { width: 100%; }
      .hero-right { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: none; min-height: 0; }
      .hero-right::before { width: 100% !important; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.12) 100%) !important; }
      .hero-left { position: absolute !important; inset: 0 !important; width: 100% !important; background: transparent !important; padding: 0 22px 64px !important; justify-content: flex-end !important; }
      .hero-title { font-size: clamp(1.65rem, 6vw, 2.2rem); }
      .hero-subtitle { font-size: .9rem; margin-bottom: 26px; }
      .btn-outline { display: none; }
      .hero-arrow { display: none; }

      /* Sections */
      .section { padding: 52px 16px; }

      /* Cats — 2 columnas, cards compactas */
      .cats-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 8px; }
      .cats-grid .cat-card { aspect-ratio: 4/3; }
      .cats-grid .cat-card:first-child { grid-row: auto; grid-column: auto; }
      .cats-grid .cat-card:nth-child(4) { grid-column: auto; grid-row: auto; }
      .cats-grid .cat-card:nth-child(5) { grid-column: 1 / 3; aspect-ratio: 5/2; }
      .cats-grid .cat-card:first-child .cat-name { font-size: 1.1rem; }
      .cats-grid .cat-info { padding: 14px; }

      /* Products */
      .products-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .prod-name { font-size: 13px; }
      .prod-price { font-size: 15px; }

      /* Reviews */
      .reviews-grid { grid-template-columns: 1fr; }

      /* Newsletter */
    /* Footer */
    /* Proof strip */
      .proof-strip { font-size: 11.5px; padding: 8px 16px; }

      /* WhatsApp */
      .wa-btn { bottom: 18px; right: 18px; }
    }

    @media (max-width: 420px) {
      .cats-grid { grid-template-columns: 1fr; grid-template-rows: none; }
      .cats-grid .cat-card { aspect-ratio: 16/9; min-height: 150px; }
      .cats-grid .cat-card:nth-child(5) { grid-column: auto; aspect-ratio: 16/9; }
    }

    /* ============================================================
       SECCIÓN JUGADORES PROFESIONALES
    ============================================================ */
    .section-players {
      background: var(--black);
      padding: 80px 32px;
    }
    .section-players .inner { max-width: 1260px; margin: 0 auto; }

    .players-header { text-align: center; margin-bottom: 52px; }
    .players-header .section-label { color: var(--accent); }
    .players-header .section-title { color: var(--white); }
    .players-subtitle {
      color: rgba(255,255,255,.45);
      font-size: 15.5px;
      max-width: 560px;
      margin: 14px auto 0;
      line-height: 1.65;
    }

    .players-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 300px 300px 240px;
      gap: 6px;
    }

    .player-card {
      position: relative;
      overflow: hidden;
      display: block;
    }
    .player-card img {
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: center 65%; /* mostrar parte baja: pies y medias */
      transition: transform .55s ease;
      display: block;
    }
    .player-card:hover img { transform: scale(1.07); }

    .player-overlay {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: 32px 16px 16px;
      background: linear-gradient(transparent, rgba(0,0,0,.82));
    }
    .player-badge {
      display: inline-block;
      background: var(--accent);
      color: #fff;
      font-size: 9.5px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 3px 9px;
      margin-bottom: 7px;
    }
    .player-name {
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
    }
    .player-card.player-featured .player-name { font-size: 18px; }
    .player-club {
      color: rgba(255,255,255,.55);
      font-size: 12px;
      margin-top: 3px;
    }

    /* Grid positions */
    .player-card:nth-child(1) { grid-column: 1; grid-row: 1 / 3; } /* Scaloni: featured tall */
    .player-card:nth-child(2) { grid-column: 2; grid-row: 1; }
    .player-card:nth-child(3) { grid-column: 3; grid-row: 1; }
    .player-card:nth-child(4) { grid-column: 4; grid-row: 1; }
    .player-card:nth-child(5) { grid-column: 2; grid-row: 2; }
    .player-card:nth-child(6) { grid-column: 3; grid-row: 2; }
    .player-card:nth-child(7) { grid-column: 4; grid-row: 2; }
    .player-card:nth-child(8) { grid-column: 1 / 3; grid-row: 3; } /* wide */
    .player-card:nth-child(9) { grid-column: 3; grid-row: 3; }
    .player-card:nth-child(10){ grid-column: 4; grid-row: 3; }

    /* Scaloni: mostrar cuerpo completo con bolsos */
    .player-card:nth-child(1) img { object-position: center 30%; }
    /* Jugador en estadio blanco: mostrar piernas/medias */
    .player-card:nth-child(2) img { object-position: center 80%; }
    /* Steimbach: mostrar las medias en la parte baja */
    .player-card:nth-child(3) img { object-position: center 110%; }
    /* F. Alfonso: mostrar las medias en la parte baja */
    .player-card:nth-child(4) img { object-position: center 70%; }
    /* Garro: mostrar cuerpo completo */
    .player-card:nth-child(5) img { object-position: center 60%; }
    /* Tapia: mostrar medias */
    .player-card:nth-child(6) img { object-position: center 75%; }
    /* Close-up medias: centrar */
    .player-card:nth-child(7) img { object-position: center 50%; }
    /* Entrenamiento: mostrar pies */
    .player-card:nth-child(8) img { object-position: center 100%; }
    /* Trampoline: mostrar medias */
    .player-card:nth-child(9) img { object-position: center 55%; }
    /* Celebración: mostrar medias */
    .player-card:nth-child(10) img { object-position: center 65%; }

    .players-cta { text-align: center; margin-top: 40px; }
    .players-cta-note {
      color: rgba(255,255,255,.3);
      font-size: 13px;
      margin-top: 12px;
    }

    @media (max-width: 1024px) {
      .players-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 260px 260px 260px 220px;
      }
      .player-card:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
      .player-card:nth-child(2) { grid-column: 2; grid-row: 1; }
      .player-card:nth-child(3) { grid-column: 3; grid-row: 1; }
      .player-card:nth-child(4) { grid-column: 2; grid-row: 2; }
      .player-card:nth-child(5) { grid-column: 3; grid-row: 2; }
      .player-card:nth-child(6) { grid-column: 1; grid-row: 3; }
      .player-card:nth-child(7) { grid-column: 2; grid-row: 3; }
      .player-card:nth-child(8) { grid-column: 3; grid-row: 3; }
      .player-card:nth-child(9) { grid-column: 1 / 3; grid-row: 4; }
      .player-card:nth-child(10){ grid-column: 3; grid-row: 4; }
    }
    @media (max-width: 768px) {
      .section-players { padding: 52px 16px; }
      .players-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        auto-rows: 220px;
      }
      .players-grid { grid-auto-rows: 220px; }
      .player-card:nth-child(1) { grid-column: 1 / 3; grid-row: auto; }
      .player-card:nth-child(n) { grid-column: auto; grid-row: auto; }
      .player-card:nth-child(1) { grid-column: 1 / 3; }
      .player-card:nth-child(8) { grid-column: 1 / 3; }
    }

    /* ============================================================
       SISTEMA DE ANIMACIONES — SCROLL REVEAL
    ============================================================ */
    .reveal {
      opacity: 1;
      transform: none;
      /* Animations disabled — re-enable when theme.js loads correctly */
      /* opacity: 0; transform: translateY(30px); */
      /* transition: opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1); */
    }
    .reveal.reveal-left  { transform: none; }
    .reveal.reveal-scale { transform: none; }
    .reveal.is-visible   { opacity: 1; transform: none; }

    /* Stagger delays */
    .reveal-d1 { transition-delay: .08s; }
    .reveal-d2 { transition-delay: .16s; }
    .reveal-d3 { transition-delay: .24s; }
    .reveal-d4 { transition-delay: .32s; }
    .reveal-d5 { transition-delay: .40s; }
    .reveal-d6 { transition-delay: .48s; }
    .reveal-d7 { transition-delay: .56s; }
    .reveal-d8 { transition-delay: .64s; }
    .reveal-d9 { transition-delay: .72s; }
    .reveal-d10{ transition-delay: .80s; }

    /* Contador animado */
    .count-anim { display: inline-block; }

    /* Línea decorativa que crece */
    @keyframes lineGrow {
      from { transform: scaleX(0); transform-origin: left; }
      to   { transform: scaleX(1); transform-origin: left; }
    }
    .section-label::after {
      content: '';
      display: block;
      height: 2px;
      background: var(--accent);
      margin-top: 4px;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .6s cubic-bezier(.22,.61,.36,1) .3s;
    }
    .section-label.is-visible::after { transform: scaleX(1); }

    /* Respeta preferencia de sistema */
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
      .section-label::after { transform: scaleX(1) !important; transition: none !important; }
    }

    /* ============================================================
       LOGOS STRIP — Carrusel infinito CSS puro
    ============================================================ */
    .logos-strip {
      background: var(--black);
      padding: 48px 0 40px;
      overflow: hidden;
    }

    .logos-strip-header {
      text-align: center;
      margin-bottom: 28px;
    }

    .logos-track-wrap {
      overflow: hidden;
      position: relative;
      /* Fade en los bordes */
      mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    }

    .logos-track {
      display: flex;
      align-items: center;
      gap: 56px;
      width: max-content;
      animation: logos-scroll 28s linear infinite;
    }

    .logos-track:hover {
      animation-play-state: paused;
    }

    @keyframes logos-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .logo-item {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      min-width: 80px;
    }

    .logo-item img {
      height: 40px;
      width: auto;
      max-width: 120px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      opacity: .55;
      transition: opacity .22s ease;
    }

    .logo-item img:hover {
      opacity: 1;
    }

    /* Si la imagen falla, ocultá el ítem sin romper el layout */
    .logo-item img[src=""] ,
    .logo-item img:not([src]) {
      display: none;
    }

    @media (max-width: 768px) {
      .logos-strip { padding: 36px 0 28px; }
      .logos-track { gap: 40px; animation-duration: 20s; }
      .logo-item { height: 36px; }
      .logo-item img { height: 28px; }
    }


    /* ============================================================
       PRODUCTOS CAROUSEL — Más vendidos (scroll horizontal con flechas)
    ============================================================ */
    .section-head-row {
      display: flex; align-items: flex-end; justify-content: space-between;
      margin-bottom: 52px;
    }
    .section-head-row .section-head { margin-bottom: 0; text-align: left; }
    .section-head-row .section-title { text-align: left; }
    .products-nav { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
    .products-arrow {
      width: 42px; height: 42px;
      border: 1.5px solid var(--black) !important; background: var(--white) !important;
      display: flex; align-items: center; justify-content: center;
      transition: background var(--trans), color var(--trans);
    }
    .products-arrow:hover { background: var(--black) !important; color: var(--white); }
    .products-arrow svg { width: 18px; height: 18px; pointer-events: none; }
    .products-track-outer {
      overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth;
    }
    .products-track-outer::-webkit-scrollbar { display: none; }

    @media (max-width: 768px) {
      .section-head-row { margin-bottom: 28px; }
      .products-track-outer { margin: 0 -16px; padding: 0 16px; }
      .products-track-outer .products-grid {
        grid-template-columns: repeat(4, 72vw);
        width: max-content;
      }
    }

    /* ============================================================
       CLUBWORKS — Trabajos personalizados para clubes
    ============================================================ */
    .clubworks-section {
      background: var(--white);
      padding: 80px 0 0;
      overflow: hidden;
    }
    .clubworks-header {
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 32px 52px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 32px;
    }
    .clubworks-header-left {
      flex: 1;
      min-width: 0;
    }
    .clubworks-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: var(--accent);
      display: block;
      margin-bottom: 12px;
    }
    .clubworks-title {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 900;
      letter-spacing: -1.2px;
      line-height: 1.1;
    }
    .clubworks-sub {
      font-size: 14.5px;
      color: var(--gray-600);
      max-width: 420px;
      line-height: 1.6;
      margin-top: 12px;
    }
    .clubworks-actions {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-shrink: 0;
      width: auto;
      margin-top: 0;
    }
    .clubworks-cta-link {
      display: inline-block;
      width: auto;
      max-width: max-content;
      font-size: 13px;
      font-weight: 700;
      color: var(--black);
      border-bottom: 2px solid var(--black);
      white-space: nowrap;
      padding-bottom: 2px;
      flex-shrink: 0;
      transition: color var(--trans), border-color var(--trans);
    }
    .clubworks-cta-link:hover { color: var(--accent); border-color: var(--accent); }
    .clubworks-track-outer {
      overflow-x: auto;
      padding: 0 32px 40px;
      scrollbar-width: none;
      cursor: grab;
      user-select: none;
    }
    .clubworks-track-outer::-webkit-scrollbar { display: none; }
    .clubworks-track-outer.grabbing { cursor: grabbing; }
    .clubworks-track { display: flex; gap: 20px; width: max-content; }
    .cw-card {
      flex-shrink: 0;
      width: 340px;
      background: var(--white);
      border: 1px solid var(--gray-200);
      overflow: hidden;
      transition: box-shadow .25s ease, transform .25s ease;
    }
    .cw-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,.12); transform: translateY(-4px); }
    .cw-img-wrap { width: 100%; aspect-ratio: 16/10; overflow: hidden; position: relative; background: var(--gray-100); }
    .cw-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
    .cw-card:hover .cw-img-wrap img { transform: scale(1.05); }
    .cw-club-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; }
    .cw-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
    .cw-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }
    .cw-club-name { font-size: 15px; font-weight: 800; letter-spacing: -.3px; }
    .cw-product-desc { font-size: 13px; color: var(--gray-600); line-height: 1.5; }
    .cw-league { font-size: 11px; color: var(--gray-400); font-weight: 600; margin-top: 4px; letter-spacing: .5px; }
    .clubworks-stat-strip {
      background: var(--black);
      color: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 64px;
      padding: 28px 32px;
    }
    .cw-stat { text-align: center; }
    .cw-stat-num { font-size: 2.4rem; font-weight: 900; letter-spacing: -.04em; color: var(--white); }
    .cw-stat-num span { color: var(--accent); }
    .cw-stat-label { font-size: 12px; color: rgba(255,255,255,.5); font-weight: 500; margin-top: 2px; letter-spacing: .5px; }
    .cw-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,.15); }
    .cw-nav { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
    .cw-arrow {
      width: 40px;
      height: 40px;
      border: 1.5px solid var(--black);
      background: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background var(--trans), color var(--trans);
      flex-shrink: 0;
    }
    .cw-arrow:hover { background: var(--black); color: var(--white); }
    .cw-arrow svg { pointer-events: none; }
    .cw-arrow:disabled { opacity: .25; cursor: default; }

    /* ============================================================
       CLUBWORKS — MOBILE  (bloque único definitivo)
    ============================================================ */
    @media (max-width: 768px) {
      .clubworks-section      { padding: 52px 0 0; }

      /* Header: apilado vertical, ancho completo */
      .clubworks-header {
        flex-direction: column !important;
        align-items: stretch !important;
        max-width: 100% !important;
        padding: 0 24px 32px !important;
        gap: 0 !important;
      }
      .clubworks-header-left {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
      }

      /* Título y subtítulo: ancho completo */
      .clubworks-title {
        width: 100%;
        max-width: 100%;
        font-size: 34px;
        line-height: 1.08;
        margin-bottom: 18px;
      }
      .clubworks-sub {
        width: 100%;
        max-width: 100% !important; /* override desktop max-width: 420px */
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 0;
      }

      /* Fila de acciones: CTA izquierda · flechas derecha */
      .clubworks-actions {
        display: flex !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
        margin-top: 24px !important;
      }
      /* CTA: solo el ancho del texto → subrayado no se estira */
      .clubworks-cta-link {
        display: inline-block !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: max-content !important;
        white-space: nowrap !important;
        font-size: 14px !important;
        border-bottom: 2px solid var(--black) !important;
      }
      .cw-nav {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin-left: auto !important;
        width: auto !important;
      }
      .cw-arrow { width: 32px; height: 32px; }

      /* Carrusel y cards */
      .clubworks-track-outer  { padding: 0 24px 32px; }
      .cw-card                { width: 84vw; max-width: 320px; }

      /* Franja de stats */
      .clubworks-stat-strip   { gap: 28px; padding: 24px 16px; flex-wrap: wrap; }
      .cw-stat-num            { font-size: 1.9rem; }
    }
