
  :root {
    --black: #0a0908;
    --bone: #f4efe6;
    --bone-dim: rgba(244, 239, 230, 0.7);
    --bone-faint: rgba(244, 239, 230, 0.66);
    --bone-quiet: rgba(244, 239, 230, 0.78);
    --amber: #f5a623;
    --amber-bright: #ffb938;
    --amber-deep: #c77d0a;
    --red-emergency: #e63946;
    --blue-emergency: #3b82f6;
  }

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

  html, body {
    background: var(--black);
    color: var(--bone);
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body {
    min-height: 100svh;
    position: relative;
  }

  /* --- HERO SECTION --- */
  .hero {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 640px;
    overflow: hidden;
  }

  .hero__bg {
    position: absolute;
    inset: 0;
    background-color: #14110e;
    background-image: image-set(
      url('/assets/img/hero-2000.webp') type('image/webp') 2x,
      url('/assets/img/hero-1400.webp') type('image/webp') 1x,
      url('/assets/img/hero-1400.jpg') type('image/jpeg') 1x);
    background-image: -webkit-image-set(
      url('/assets/img/hero-2000.webp') 2x,
      url('/assets/img/hero-1400.webp') 1x);
    background-size: cover;
    background-position: center right;
    z-index: 1;
  }

  /* Gradiente que oscurece el tercio izquierdo para legibilidad del texto */
  .hero__gradient {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        rgba(10, 9, 8, 0.92) 0%,
        rgba(10, 9, 8, 0.75) 25%,
        rgba(10, 9, 8, 0.35) 50%,
        rgba(10, 9, 8, 0.15) 75%,
        rgba(10, 9, 8, 0.4) 100%
      ),
      linear-gradient(
        180deg,
        rgba(10, 9, 8, 0.6) 0%,
        rgba(10, 9, 8, 0) 20%,
        rgba(10, 9, 8, 0) 70%,
        rgba(10, 9, 8, 0.7) 100%
      );
    z-index: 2;
  }

  /* Grain overlay - textura de película sutil */
  .hero__grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.4;
    mix-blend-mode: overlay;
    z-index: 3;
    pointer-events: none;
  }

  /* Scanlines muy sutiles */
  .hero__scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.015) 0px,
      rgba(255,255,255,0.015) 1px,
      transparent 1px,
      transparent 3px
    );
    z-index: 4;
    pointer-events: none;
  }

  /* --- NAV SUPERIOR --- */
  .nav {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 56px;
    opacity: 0;
    animation: fadeDown 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  }

  .nav__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--bone);
  }

  .nav__brand-mark {
    width: 8px;
    height: 8px;
    background: var(--amber);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--amber), 0 0 4px var(--amber-bright);
    animation: pulse 2s ease-in-out infinite;
    flex-shrink: 0;
  }

  .nav__brand-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.2;
  }

  .nav__brand-main {
    font-family: 'Fraunces', serif;
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "opsz" 24;
    letter-spacing: 0.01em;
    color: var(--bone);
  }

  .nav__brand-sub {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--bone-faint);
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
  }

  .nav__menu {
    display: flex;
    gap: 44px;
    list-style: none;
  }

  .nav__link {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bone);
    text-decoration: none;
    position: relative;
    padding: 6px 0;
    transition: color 0.3s ease;
  }

  .nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--amber);
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav__link:hover {
    color: var(--amber);
  }

  .nav__link:hover::after {
    width: 100%;
  }

  /* Botón accent: el "Jugar" del nav que destaca con borde ámbar */
  .nav__link--accent {
    color: var(--amber);
    border: 1px solid rgba(245, 166, 35, 0.45);
    padding: 6px 12px;
    border-radius: 2px;
    transition: all 0.25s ease;
  }
  .nav__link--accent::after { display: none; }
  .nav__link--accent:hover {
    background: var(--amber);
    color: var(--black);
    border-color: var(--amber);
    box-shadow: 0 0 14px rgba(245, 166, 35, 0.5);
  }

  .nav__coords {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: var(--bone-faint);
    letter-spacing: 0.15em;
    text-align: right;
    line-height: 1.5;
  }

  /* --- CONTENIDO PRINCIPAL DEL HERO --- */
  .hero__content {
    position: relative;
    z-index: 10;
    padding: 0 56px;
    max-width: 1600px;
    margin: 0 auto;
    height: calc(100svh - 110px);
    min-height: 610px;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 40px;
  }

  .hero__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 620px;
    padding-top: 20px;
  }

  /* Metadata superior editorial */
  .hero__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
  }

  .hero__meta-line {
    width: 60px;
    height: 1px;
    background: var(--amber);
  }

  .hero__meta-text {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--amber);
  }

  .hero__edition {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--bone-dim);
    text-transform: uppercase;
  }

  /* Countdown */
  .countdown {
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
  }

  .countdown__label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--bone-faint);
    margin-bottom: 14px;
    display: block;
  }

  .countdown__display {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 560px;
  }

  .countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-right: 14px;
  }

  .countdown__unit:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: 0;
    top: 14px;
    font-family: 'Fraunces', serif;
    font-size: 58px;
    font-weight: 300;
    color: var(--amber);
    opacity: 0.6;
  }

  .countdown__number {
    font-family: 'Fraunces', serif;
    font-size: 78px;
    font-weight: 500;
    font-variation-settings: "opsz" 144;
    color: var(--bone);
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    font-variant-numeric: tabular-nums;
    display: inline-block;
    min-width: 1.4ch;
  }

  .countdown__unit-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bone-faint);
  }

  /* --- PARTE INFERIOR DEL HERO: TÍTULO Y CTA --- */
  .hero__bottom {
    display: grid;
    grid-template-columns: 1.1fr auto;
    gap: 60px;
    align-items: end;
    padding-bottom: 48px;
  }

  .hero__title-block {
    max-width: 880px;
    opacity: 0;
    animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
  }

  .hero__eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 18px;
    display: block;
  }

  .hero__title {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 5.2vw, 82px);
    font-weight: 400;
    font-variation-settings: "opsz" 144;
    line-height: 0.98;
    letter-spacing: -0.025em;
    color: var(--bone);
    margin-bottom: 18px;
  }

  .hero__title em {
    font-style: italic;
    font-weight: 500;
    color: var(--amber);
    font-variation-settings: "opsz" 144;
  }

  .hero__subtitle {
    font-family: 'Fraunces', serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-style: italic;
    font-weight: 400;
    color: var(--bone-dim);
    line-height: 1.35;
    letter-spacing: -0.01em;
    max-width: 560px;
  }

  .hero__datestamp {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bone);
  }

  .hero__datestamp-dot {
    width: 4px;
    height: 4px;
    background: var(--amber);
    border-radius: 50%;
  }

  /* CTA Block */
  .cta-block {
    opacity: 0;
    animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }

  /* Aviso superior de urgencia: punto rojo pulsante + texto */
  .cta-alert {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: rgba(230, 57, 70, 0.12);
    border: 1px solid rgba(230, 57, 70, 0.35);
    border-radius: 2px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .cta-alert__dot {
    width: 7px;
    height: 7px;
    background: var(--red-emergency);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--red-emergency), 0 0 3px #fff;
    animation: alertPulse 1.4s ease-in-out infinite;
    flex-shrink: 0;
  }

  @keyframes alertPulse {
    0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px var(--red-emergency), 0 0 3px #fff; }
    50% { opacity: 0.4; transform: scale(0.7); box-shadow: 0 0 4px var(--red-emergency); }
  }

  .cta-alert__text {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone);
    white-space: nowrap;
  }

  /* Botón CTA principal en dos líneas */
  .cta-button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    background: var(--amber);
    color: var(--black);
    border: none;
    padding: 18px 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow:
      0 0 0 1px rgba(245, 166, 35, 0.5),
      0 8px 32px rgba(245, 166, 35, 0.35),
      0 0 60px rgba(245, 166, 35, 0.15);
  }

  .cta-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--amber-bright) 0%, var(--amber) 50%, var(--amber-deep) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
  }

  .cta-button > * {
    position: relative;
    z-index: 1;
  }

  .cta-button__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-align: left;
  }

  .cta-button__lead {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(10, 9, 8, 0.72);
  }

  .cta-button__main {
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--black);
    line-height: 1;
  }

  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow:
      0 0 0 1px var(--amber-bright),
      0 14px 40px rgba(245, 166, 35, 0.5),
      0 0 80px rgba(245, 166, 35, 0.25);
  }

  .cta-button:hover::before {
    opacity: 1;
  }

  .cta-button__arrow {
    font-family: 'Fraunces', serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--black);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .cta-button:hover .cta-button__arrow {
    transform: translateX(8px);
  }

  .cta-note {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: var(--bone-dim);
    text-transform: uppercase;
  }

  /* Indicador scroll abajo a la izquierda */
  .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 56px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--bone-faint);
    opacity: 0;
    animation: fadeIn 1s ease 1.5s forwards;
  }

  .scroll-indicator__line {
    width: 40px;
    height: 1px;
    background: var(--bone-faint);
    position: relative;
    overflow: hidden;
  }

  .scroll-indicator__line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--amber);
    animation: scrollLine 2.5s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }

  @keyframes scrollLine {
    0% { left: -100%; }
    60%, 100% { left: 100%; }
  }

  /* Marca de edición en vertical a la derecha */
  .edition-mark {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    z-index: 10;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--bone-faint);
    white-space: nowrap;
    opacity: 0;
    animation: fadeIn 1s ease 1.7s forwards;
  }

  /* --- ANIMACIONES --- */
  @keyframes fadeDown {
    from { opacity: 0; transform: translateY(-15px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  /* Animación flip para cuando cambia un dígito del countdown */
  @keyframes flipIn {
    0% { transform: translateY(-10px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }

  .countdown__number.flip {
    animation: flipIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* --- RESPONSIVE --- */
  @media (max-width: 1100px) {
    .nav__menu { gap: 28px; }
    .nav__link { font-size: 12px; letter-spacing: 0.18em; }
    .nav__coords { display: none; }
  }

  @media (max-width: 780px) {
    .nav {
      padding: 20px 24px;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
    }
    .nav__brand { order: 1; width: 100%; justify-content: center; text-align: center; }
    .nav__brand-text { align-items: center; }
    .nav__brand-main { font-size: 13px; }
    .nav__brand-sub { font-size: 11px; letter-spacing: 0.2em; }
    .nav__menu {
      order: 2;
      width: 100%;
      justify-content: center;
      gap: 18px;
      flex-wrap: wrap;
    }
    .nav__link { font-size: 12px; letter-spacing: 0.15em; }

    .hero__content { padding: 0 24px; height: auto; min-height: calc(100svh - 140px); padding-top: 20px; }
    .hero__bg { background-position: 68% center; }
    .hero__gradient {
      background:
        linear-gradient(
          180deg,
          rgba(10, 9, 8, 0.7) 0%,
          rgba(10, 9, 8, 0.3) 40%,
          rgba(10, 9, 8, 0.85) 100%
        );
    }

    .countdown__display { max-width: 100%; gap: 0; }
    .countdown__number { font-size: 48px; }
    .countdown__unit:not(:last-child)::after { font-size: 36px; top: 6px; }

    .hero__bottom { grid-template-columns: 1fr; gap: 32px; padding-bottom: 28px; }
    .cta-block { align-items: flex-start; text-align: left; }
    .cta-alert { padding: 7px 12px; }
    .cta-alert__text { font-size: 12px; letter-spacing: 0.14em; white-space: normal; }
    .cta-button { padding: 14px 20px; width: 100%; justify-content: space-between; gap: 16px; }
    .cta-button__main { font-size: 17px; }
    .cta-button__lead { font-size: 11px; }
    .cta-note { font-size: 12px; }

    .edition-mark { display: none; }
    .scroll-indicator { left: 24px; bottom: 16px; font-size: 12px; }
  }

  @media (max-width: 480px) {
    .countdown__number { font-size: 38px; }
    .countdown__unit:not(:last-child)::after { font-size: 28px; top: 4px; }
    .countdown__unit-label { font-size: 11px; }
    .nav__menu { gap: 12px; }
    .nav__link { font-size: 11px; }
  }

  /* Preferencia de reducción de movimiento */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* =================================================================== */
  /* SECCIÓN: HEMS Runner (pre-evento) ================================== */
  /* =================================================================== */
  .game-section {
    position: relative;
    background: #060504;
    padding: 100px 60px;
    overflow: hidden;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
  }

  /* Grid sutil de fondo (estética técnica/médica) */
  .game-section__grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(245, 166, 35, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245, 166, 35, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
  }

  .game-section__content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  /* ----- LADO IZQUIERDO: Texto + CTA ----- */
  .game-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 28px;
    padding: 6px 14px;
    border: 1px solid rgba(245, 166, 35, 0.3);
    border-radius: 2px;
  }
  .game-section__tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 10px var(--amber);
    animation: pulse-dot 1.6s ease-in-out infinite;
  }
  @keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
  }

  .game-section__title {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--bone);
    margin: 0 0 24px 0;
  }
  .game-section__title em {
    font-style: italic;
    color: var(--amber);
    font-variation-settings: 'opsz' 144;
  }

  .game-section__lead {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: var(--bone-dim);
    margin: 0 0 32px 0;
    max-width: 540px;
  }

  .game-section__features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
  }
  .game-section__features li {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: var(--bone-dim);
    padding: 10px 0;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.02em;
  }
  .game-section__features li:last-child {
    border-bottom: 1px solid rgba(244, 239, 230, 0.08);
  }
  .game-section__feature-icon {
    color: var(--amber);
    font-size: 13px;
  }

  /* CTA principal: botón potente */
  .game-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: var(--amber);
    color: var(--black);
    padding: 18px 32px;
    border-radius: 3px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
  }
  .game-section__cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
  }
  .game-section__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(245, 166, 35, 0.45), 0 0 40px rgba(245, 166, 35, 0.25);
    background: var(--amber-bright);
  }
  .game-section__cta:hover::before {
    transform: translateX(100%);
  }
  .game-section__cta-icon {
    font-size: 12px;
  }
  .game-section__cta-arrow {
    transition: transform 0.3s ease;
  }
  .game-section__cta:hover .game-section__cta-arrow {
    transform: translateX(4px);
  }

  .game-section__note {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: var(--bone-faint);
    margin-top: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  /* ----- LADO DERECHO: Mockup del juego ----- */
  .game-mockup {
    perspective: 1000px;
  }
  .game-mockup__bezel {
    background: linear-gradient(145deg, #1a1816 0%, #0a0908 100%);
    border-radius: 28px;
    padding: 12px;
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.6),
      0 0 0 1px rgba(245, 166, 35, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transform: rotateY(-6deg) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
  }
  .game-mockup__bezel:hover {
    transform: rotateY(-2deg) rotateX(0deg);
  }
  .game-mockup__notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 6px;
    background: #000;
    border-radius: 0 0 8px 8px;
    z-index: 5;
  }

  .game-mockup__screen {
    background: linear-gradient(180deg, #0d1419 0%, #1a2025 50%, #2a3035 100%);
    border-radius: 18px;
    aspect-ratio: 9 / 16;
    position: relative;
    overflow: hidden;
  }

  .game-mockup__hud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 28px 20px 14px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0,0,0,0.5), transparent);
  }
  .game-mockup__score, .game-mockup__combo {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .game-mockup__combo { align-items: flex-end; }
  .game-mockup__label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: rgba(244, 239, 230, 0.5);
  }
  .game-mockup__value {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    font-weight: 600;
    color: var(--bone);
  }
  .game-mockup__value--amber {
    color: var(--amber);
    text-shadow: 0 0 12px rgba(245, 166, 35, 0.6);
  }

  .game-mockup__scene {
    position: absolute;
    inset: 0;
  }
  .game-mockup__horizon {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 166, 35, 0.3), transparent);
  }
  .game-mockup__road {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 35%;
    background: linear-gradient(180deg, rgba(40, 45, 50, 0.4), rgba(20, 22, 25, 0.9));
    clip-path: polygon(38% 0, 62% 0, 95% 100%, 5% 100%);
  }
  .game-mockup__lane {
    position: absolute;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(245, 166, 35, 0.4));
  }
  .game-mockup__lane--1 {
    left: 38%;
    height: 35%;
    transform-origin: bottom left;
    transform: skewX(-5deg);
  }
  .game-mockup__lane--2 {
    right: 38%;
    height: 35%;
    transform-origin: bottom right;
    transform: skewX(5deg);
  }
  .game-mockup__vehicle {
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 42px;
    filter: drop-shadow(0 4px 12px rgba(230, 57, 70, 0.5));
    z-index: 4;
    animation: vehicle-bob 1.6s ease-in-out infinite;
  }
  @keyframes vehicle-bob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-4px); }
  }

  .game-mockup__coin {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--amber-bright), var(--amber-deep));
    box-shadow: 0 0 12px rgba(245, 166, 35, 0.7);
    animation: coin-spin 1.2s linear infinite;
  }
  @keyframes coin-spin {
    0% { transform: scaleX(1); }
    50% { transform: scaleX(0.2); }
    100% { transform: scaleX(1); }
  }
  .game-mockup__coin--1 {
    bottom: 50%;
    left: 30%;
    animation-delay: 0s;
  }
  .game-mockup__coin--2 {
    bottom: 60%;
    left: 50%;
    animation-delay: 0.4s;
  }
  .game-mockup__coin--3 {
    bottom: 50%;
    right: 30%;
    animation-delay: 0.8s;
  }

  .game-mockup__banner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(230, 57, 70, 0.85);
    color: var(--bone);
    padding: 6px 14px;
    border-radius: 2px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(230, 57, 70, 0.6);
    animation: banner-pulse 1.2s ease-in-out infinite;
  }
  @keyframes banner-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }

  /* ----- RESPONSIVE ----- */
  @media (max-width: 900px) {
    .game-section {
      padding: 70px 32px;
    }
    .game-section__content {
      grid-template-columns: 1fr;
      gap: 56px;
    }
    .game-section__right {
      max-width: 320px;
      margin: 0 auto;
    }
    .game-mockup__bezel {
      transform: none;
    }
  }
  @media (max-width: 560px) {
    .game-section {
      padding: 56px 20px;
    }
    .game-section__cta {
      width: 100%;
      justify-content: center;
      padding: 18px 24px;
    }
  }

  /* =================================================================== */
  /* SECCIONES DE CONTENIDO (programa / inscripción / llegar / contacto) */
  /* =================================================================== */
  html { scroll-behavior: smooth; }

  .sec {
    position: relative;
    padding: 110px 60px;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    scroll-margin-top: 0;
  }
  .sec--alt { background: #060504; }
  .sec__inner { max-width: 1280px; margin: 0 auto; }

  .sec__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 24px;
  }
  .sec__eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--amber);
    opacity: 0.6;
  }

  .sec__title {
    font-family: 'Fraunces', serif;
    font-size: clamp(36px, 4.4vw, 58px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--bone);
    margin: 0 0 20px 0;
  }
  .sec__title em {
    font-style: italic;
    color: var(--amber);
    font-variation-settings: 'opsz' 144;
  }

  .sec__lead {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--bone-dim);
    max-width: 620px;
    margin: 0 0 56px 0;
  }

  /* Chip de contenido pendiente de confirmar */
  .pend {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone-faint);
    border: 1px dashed rgba(244, 239, 230, 0.25);
    border-radius: 2px;
    padding: 3px 8px;
    vertical-align: middle;
  }

  .draft-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber);
    background: rgba(245, 166, 35, 0.07);
    border: 1px solid rgba(245, 166, 35, 0.25);
    border-radius: 3px;
    padding: 12px 18px;
    margin-bottom: 40px;
  }
  .draft-banner::before {
    content: '';
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 10px var(--amber);
    flex: 0 0 auto;
  }

  /* ----- PROGRAMA: timeline ----- */
  .prog { display: grid; gap: 0; }

  .prog__row {
    display: grid;
    grid-template-columns: 132px 1fr 210px;
    gap: 32px;
    align-items: start;
    padding: 26px 0;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    transition: background 0.3s ease;
  }
  .prog__row:last-child { border-bottom: 1px solid rgba(244, 239, 230, 0.08); }
  .prog__row:hover { background: rgba(244, 239, 230, 0.02); }

  .prog__row--break { opacity: 0.62; }
  .prog__row--milestone .prog__name { color: var(--amber); }

  .prog__time {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--bone);
    white-space: nowrap;
    padding-top: 2px;
  }
  .prog__time span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    color: var(--bone-faint);
    margin-top: 4px;
  }

  .prog__body { min-width: 0; }
  .prog__tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    display: block;
    margin-bottom: 7px;
  }
  .prog__name {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--bone);
    margin: 0 0 8px 0;
  }
  .prog__desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--bone-dim);
    margin: 0;
  }
  .prog__who {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    color: var(--bone-faint);
    text-align: right;
    padding-top: 4px;
  }

  /* ----- TARJETAS GENÉRICAS ----- */
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
  .card {
    background: rgba(244, 239, 230, 0.025);
    border: 1px solid rgba(244, 239, 230, 0.09);
    border-radius: 4px;
    padding: 28px;
    transition: border-color 0.3s ease, transform 0.3s ease;
  }
  .card:hover { border-color: rgba(245, 166, 35, 0.35); transform: translateY(-2px); }
  .card__label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    display: block;
    margin-bottom: 12px;
  }
  .card__title {
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--bone);
    margin: 0 0 10px 0;
  }
  .card__text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: var(--bone-dim);
    margin: 0;
  }
  .card__text a { color: var(--amber); text-decoration: none; border-bottom: 1px solid rgba(245,166,35,0.35); }
  .card__text a:hover { color: var(--amber-bright); }

  /* ----- INSCRIPCIÓN ----- */
  .insc {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 64px;
    align-items: start;
  }

  .insc__facts { display: grid; gap: 0; margin-bottom: 36px; }
  .insc__fact {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    align-items: baseline;
  }
  .insc__fact:last-child { border-bottom: 1px solid rgba(244, 239, 230, 0.08); }
  .insc__fact-key {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bone-faint);
  }
  .insc__fact-val {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: var(--bone);
  }
  .insc__fact-val strong { font-weight: 600; color: var(--amber); }

  /* Barra de aforo */
  .aforo { margin-top: 8px; }
  .aforo__bar {
    height: 6px;
    background: rgba(244, 239, 230, 0.1);
    border-radius: 3px;
    overflow: hidden;
  }
  .aforo__fill {
    height: 100%;
    background: linear-gradient(90deg, var(--amber-deep), var(--amber-bright));
    border-radius: 3px;
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .aforo__meta {
    display: flex;
    justify-content: space-between;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bone-faint);
    margin-top: 10px;
  }

  /* Formulario */
  .form-panel {
    background: rgba(244, 239, 230, 0.03);
    border: 1px solid rgba(244, 239, 230, 0.1);
    border-radius: 5px;
    padding: 36px;
    position: relative;
  }
  .form-panel__title {
    font-family: 'Fraunces', serif;
    font-size: 26px;
    font-weight: 400;
    color: var(--bone);
    margin: 0 0 6px 0;
  }
  .form-panel__sub {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone-faint);
    margin: 0 0 28px 0;
  }

  .field { margin-bottom: 18px; }
  .field__label {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone-dim);
    margin-bottom: 8px;
  }
  .field__label span { color: var(--amber); }
  .field input,
  .field select,
  .field textarea {
    width: 100%;
    background: rgba(10, 9, 8, 0.6);
    border: 1px solid rgba(244, 239, 230, 0.15);
    border-radius: 3px;
    padding: 13px 14px;
    color: var(--bone);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .field input:focus,
  .field select:focus,
  .field textarea:focus {
    outline: none;
    border-color: var(--amber);
    box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.12);
  }
  .field select option { background: #0a0908; color: var(--bone); }
  .field__hint {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: var(--bone-faint);
    margin-top: 6px;
    letter-spacing: 0.06em;
  }

  .check {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: var(--bone-dim);
    margin: 22px 0 26px 0;
  }
  .check input { width: 17px; height: 17px; accent-color: var(--amber); flex: 0 0 auto; margin-top: 1px; }
  .check a { color: var(--amber); text-decoration: none; border-bottom: 1px solid rgba(245,166,35,0.35); }

  .btn-primary {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: var(--amber);
    color: var(--black);
    border: none;
    padding: 17px 28px;
    border-radius: 3px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .btn-primary:hover:not(:disabled) {
    background: var(--amber-bright);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(245, 166, 35, 0.4);
  }
  .btn-primary:disabled { opacity: 0.45; cursor: not-allowed; }

  .form-msg {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 3px;
    display: none;
  }
  .form-msg--ok { display: block; color: #7ee081; background: rgba(126, 224, 129, 0.08); border: 1px solid rgba(126, 224, 129, 0.3); }
  .form-msg--err { display: block; color: var(--red-emergency); background: rgba(230, 57, 70, 0.08); border: 1px solid rgba(230, 57, 70, 0.3); }

  /* ----- CÓMO LLEGAR ----- */
  .llegar { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .llegar__map {
    position: relative;
    border: 1px solid rgba(244, 239, 230, 0.1);
    border-radius: 5px;
    overflow: hidden;
    background: #060504;
    aspect-ratio: 4 / 3;
  }
  .llegar__map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.6) invert(0.92) hue-rotate(180deg) contrast(0.9); }
  .llegar__addr {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: var(--bone-dim);
    margin: 0 0 28px 0;
  }
  .llegar__addr strong { color: var(--bone); font-weight: 500; }

  .transport { display: grid; gap: 0; }
  .transport__item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    align-items: start;
  }
  .transport__item:last-child { border-bottom: 1px solid rgba(244, 239, 230, 0.08); }
  .transport__icon { font-size: 19px; line-height: 1.2; color: var(--amber); }
  .transport__name {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone);
    margin: 0 0 6px 0;
  }
  .transport__desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--bone-dim);
    margin: 0;
  }

  /* ----- CONTACTO / FOOTER ----- */
  .footer {
    background: #060504;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    padding: 44px 60px;
  }
  .footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bone-faint);
  }
  .footer__inner a { color: var(--bone-faint); text-decoration: none; }
  .footer__inner a:hover { color: var(--amber); }

  /* ----- RESPONSIVE SECCIONES ----- */
  @media (max-width: 1000px) {
    .insc { grid-template-columns: 1fr; gap: 44px; }
    .llegar { grid-template-columns: 1fr; gap: 40px; }
  }

  @media (max-width: 780px) {
    .sec { padding: 72px 24px; }
    .sec__lead { margin-bottom: 40px; }
    .prog__row { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
    .prog__time { font-size: 14px; }
    .prog__time span { display: inline; margin-left: 10px; }
    .prog__who { text-align: left; }
    .prog__name { font-size: 19px; }
    .form-panel { padding: 26px 22px; }
    .insc__fact { grid-template-columns: 1fr; gap: 6px; }
    .footer { padding: 32px 24px; }
    .footer__inner { justify-content: flex-start; font-size: 12px; }
  }


  /* ----- CUOTAS Y PAGO ---------------------------------------------- */
  .cuotas { display: grid; gap: 10px; margin-bottom: 22px; }
  .cuota {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    gap: 13px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(244, 239, 230, 0.14);
    border-radius: 3px;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
  }
  .cuota:hover { border-color: rgba(245, 166, 35, 0.45); }
  .cuota input { width: 17px; height: 17px; accent-color: var(--amber); }
  .cuota--on { border-color: var(--amber); background: rgba(245, 166, 35, 0.07); }
  .cuota__name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--bone);
    line-height: 1.35;
  }
  .cuota__name small {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bone-faint);
    margin-top: 4px;
  }
  .cuota__price {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    color: var(--amber);
    white-space: nowrap;
  }

  /* Pasos del pago */
  .pasos { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-bottom: 40px; }
  .paso {
    border-top: 2px solid rgba(245, 166, 35, 0.35);
    padding-top: 14px;
  }
  .paso__n {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--amber);
    display: block;
    margin-bottom: 8px;
  }
  .paso__txt {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: var(--bone-dim);
    margin: 0;
  }

  /* Panel de datos bancarios tras enviar el formulario */
  .pago { display: none; }
  .pago--on { display: block; }

  .pago__ref {
    text-align: center;
    border: 1px dashed rgba(245, 166, 35, 0.45);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 24px;
  }
  .pago__ref-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bone-faint);
    display: block;
    margin-bottom: 10px;
  }
  .pago__ref-code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--amber);
  }

  .pago__rows { display: grid; gap: 0; margin-bottom: 22px; }
  .pago__row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    padding: 13px 0;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    align-items: baseline;
  }
  .pago__row:last-child { border-bottom: 1px solid rgba(244, 239, 230, 0.08); }
  .pago__key {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone-faint);
  }
  .pago__val {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: var(--bone);
    word-break: normal;
    overflow-wrap: break-word;
  }
  .pago__val--big { font-size: 18px; font-weight: 600; color: var(--amber); }

  .btn-ghost {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--bone);
    border: 1px solid rgba(244, 239, 230, 0.25);
    padding: 14px 22px;
    border-radius: 3px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.25s ease;
  }
  .btn-ghost:hover { border-color: var(--amber); color: var(--amber); }

  .pago__note {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: var(--bone-dim);
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
  }


  /* ----- Ponències dins d'un bloc ----------------------------------- */
  .prog__mod {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.06em;
    color: var(--bone-faint);
    margin: 0 0 4px 0;
  }
  .prog__talks { list-style: none; margin: 12px 0 0 0; padding: 0; }
  .prog__talks li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: baseline;
    padding: 8px 0;
    border-top: 1px dotted rgba(244, 239, 230, 0.13);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--bone-dim);
  }
  .prog__talks li:first-child { border-top: 0; }
  .prog__talks .t-min {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: var(--bone-faint);
    letter-spacing: 0.1em;
  }
  .prog__talks .t-who {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--amber);
    text-align: right;
  }

  /* ----- Tallers ----------------------------------------------------- */
  .tallers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
    margin-top: 16px;
  }
  .taller {
    border: 1px solid rgba(244, 239, 230, 0.09);
    border-radius: 3px;
    padding: 15px;
  }
  .taller__h {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 9px;
  }
  .taller__p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: var(--bone-dim);
    margin: 0;
  }
  .prog__torns {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--bone-dim);
    margin: 14px 0 0 0;
  }

  @media (max-width: 780px) {
    .prog__talks li { grid-template-columns: 1fr; gap: 4px; }
    .prog__talks .t-who { text-align: left; }
  }


  .prog__row--wide { grid-template-columns: 132px 1fr; }
  @media (max-width: 780px) { .prog__row--wide { grid-template-columns: 1fr; } }

  /* =================================================================== */
  /* TIPOGRAFIES AUTOALLOTJADES (sense connexió a Google Fonts) ========= */
  /* =================================================================== */
  @font-face {
    font-family: 'Fraunces'; font-style: normal; font-weight: 300 900; font-display: swap;
    src: url('/assets/fonts/fraunces-400.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Fraunces'; font-style: italic; font-weight: 300 900; font-display: swap;
    src: url('/assets/fonts/fraunces-italic-400.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 400 500; font-display: swap;
    src: url('/assets/fonts/inter-400.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 600 700; font-display: swap;
    src: url('/assets/fonts/inter-600.woff2') format('woff2');
  }
  @font-face {
    font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 300 400; font-display: swap;
    src: url('/assets/fonts/plexmono-400.woff2') format('woff2');
  }
  @font-face {
    font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('/assets/fonts/plexmono-500.woff2') format('woff2');
  }
  @font-face {
    font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 600 700; font-display: swap;
    src: url('/assets/fonts/plexmono-600.woff2') format('woff2');
  }

  /* =================================================================== */
  /* ACCESSIBILITAT ===================================================== */
  /* =================================================================== */
  .visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    clip: rect(0 0 0 0); clip-path: inset(50%);
    overflow: hidden; white-space: nowrap;
  }

  .skip-link {
    position: absolute;
    top: -100px; left: 16px;
    z-index: 200;
    background: var(--amber);
    color: var(--black);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 3px;
    transition: top 0.2s ease;
  }
  .skip-link:focus { top: 16px; }

  /* Anell de focus consistent */
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  [tabindex]:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: 3px;
    border-radius: 2px;
  }
  .field input:focus-visible,
  .field select:focus-visible {
    outline-offset: 1px;
  }

  /* Àrees tàctiles còmodes */
  .nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 2px;
  }
  .footer__inner a {
    display: inline-block;
    padding: 10px 4px;
  }

  fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
  legend { padding: 0; }

  /* =================================================================== */
  /* BARRA FIXA AMB CTA ================================================= */
  /* =================================================================== */
  .bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 28px;
    background: rgba(10, 9, 8, 0.93);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(244, 239, 230, 0.1);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .bar--on { transform: translateY(0); }
  .bar__name {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bone);
    white-space: nowrap;
  }
  .bar__name span { color: var(--amber); }
  .bar__links { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
  .bar__links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bone-dim);
    text-decoration: none;
  }
  .bar__links a:hover { color: var(--amber); }
  .bar__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 20px;
    background: var(--amber);
    color: var(--black);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    white-space: nowrap;
  }
  .bar__cta:hover { background: var(--amber-bright); }
  .bar__days {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--bone-faint);
    white-space: nowrap;
  }

  @media (max-width: 900px) {
    .bar { padding: 8px 16px; gap: 12px; }
    .bar__links, .bar__days { display: none; }
    .bar__name { font-size: 11px; letter-spacing: 0.14em; }
  }

  /* Les àncores no queden sota la barra */
  .sec, .game-section { scroll-margin-top: 72px; }

  /* =================================================================== */
  /* MAPA SOTA DEMANDA (sense cookies de tercers fins que es demana) ==== */
  /* =================================================================== */
  .mapa { position: relative; }
  .mapa__ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    padding: 28px;
    background:
      repeating-linear-gradient(45deg, rgba(245,166,35,0.04) 0 10px, transparent 10px 20px),
      #0c0b0a;
    border: 0;
    cursor: pointer;
    font-family: 'IBM Plex Mono', monospace;
    color: var(--bone-dim);
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .mapa__ph strong {
    display: block;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber);
  }
  .mapa__acc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .mapa__acc a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(244, 239, 230, 0.25);
    border-radius: 3px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bone);
    text-decoration: none;
  }
  .mapa__acc a:hover { border-color: var(--amber); color: var(--amber); }

  /* =================================================================== */
  /* ESTAT DE LES INSCRIPCIONS ========================================== */
  /* =================================================================== */
  .estat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(245, 166, 35, 0.3);
    background: rgba(245, 166, 35, 0.06);
    border-radius: 4px;
    margin-top: 8px;
  }
  .estat__dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 10px var(--amber);
    flex: 0 0 auto;
    margin-top: 5px;
  }
  .estat__txt {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--bone);
    margin: 0;
  }
  .estat__txt strong { color: var(--amber); }

  /* =================================================================== */
  /* IMPRESSIÓ ========================================================== */
  /* =================================================================== */
  @media print {
    @page { margin: 14mm; }
    html, body { background: #fff !important; color: #000 !important; }
    .hero, .bar, .game-section, .scroll-indicator, .edition-mark,
    .form-panel, .aforo, .pasos, .llegar__map, .mapa, .skip-link,
    .draft-banner, .estat { display: none !important; }
    .sec { padding: 0 0 18px 0 !important; border: 0 !important; background: #fff !important; }
    .sec--alt { background: #fff !important; }
    .sec__title, .prog__name, .card__title, .sec__lead, .prog__desc,
    .insc__fact-val, .taller__p, .transport__desc {
      color: #000 !important;
    }
    .sec__eyebrow, .prog__tag, .card__label, .taller__h, .paso__n { color: #444 !important; }
    .prog__time, .prog__mod, .prog__who, .prog__talks li, .insc__fact-key { color: #222 !important; }
    .prog__talks .t-who { color: #000 !important; }
    .prog__row, .insc__fact, .transport__item { border-color: #ccc !important; page-break-inside: avoid; }
    .insc { grid-template-columns: 1fr !important; }
    .tallers { grid-template-columns: 1fr 1fr !important; }
    a { color: #000 !important; text-decoration: underline; }
    .pend { border-color: #999 !important; color: #444 !important; }
  }

  /* =================================================================== */
  /* AJUSTOS MÒBIL ====================================================== */
  /* =================================================================== */
  @media (max-width: 780px) {
    .hero { min-height: 600px; }
    .nav__menu { gap: 14px; row-gap: 0; }
    .sec, .game-section { scroll-margin-top: 60px; }
  }

  /* Enllaços dins de text corrent */
  .transport__desc a, .sec__lead a, .prog__desc a, .estat__txt a, .insc__fact-val a {
    color: var(--amber);
    text-decoration: none;
    border-bottom: 1px solid rgba(245, 166, 35, 0.4);
  }
  .transport__desc a:hover, .sec__lead a:hover, .prog__desc a:hover { color: var(--amber-bright); }

  /* =================================================================== */
  /* PORTADA EN MÒBIL: que el contingut mani sobre l'alçada ============= */
  /* =================================================================== */
  @media (max-width: 780px) {
    .hero {
      height: auto;
      min-height: 100svh;
      overflow: visible;
      padding-bottom: 28px;
    }
    .hero__content { min-height: 0; }
    .scroll-indicator { display: none; }
    .hero__gradient {
      background:
        linear-gradient(
          180deg,
          rgba(10, 9, 8, 0.82) 0%,
          rgba(10, 9, 8, 0.55) 34%,
          rgba(10, 9, 8, 0.78) 62%,
          rgba(10, 9, 8, 0.93) 100%
        );
    }
    .hero__subtitle { font-size: 16px; }
    .countdown__number { font-size: 40px; }
  }

  @media (max-width: 480px) {
    .countdown__number { font-size: 34px; }
    /* Els segons no aporten res en una pantalla estreta */
    .countdown__unit:nth-child(4) { display: none; }
    .countdown__unit:nth-child(3)::after { content: none !important; }
    .nav__menu li:nth-child(5) { display: none; }
  }

  .hero__datestamp span { white-space: nowrap; }

  @media (max-width: 780px) {
    .hero__gradient {
      background:
        linear-gradient(
          180deg,
          rgba(10, 9, 8, 0.85) 0%,
          rgba(10, 9, 8, 0.62) 32%,
          rgba(10, 9, 8, 0.86) 60%,
          rgba(10, 9, 8, 0.95) 100%
        );
    }
  }

  /* =================================================================== */
  /* MARCA CLICABLE, TORNAR A DALT I ORGANITZADORS ====================== */
  /* =================================================================== */
  a.nav__brand { text-decoration: none; }
  a.nav__brand:hover .nav__brand-main { color: var(--amber); }
  .nav__brand-text { display: flex; flex-direction: column; }
  a.bar__name { text-decoration: none; }
  a.bar__name:hover { color: var(--amber); }

  .amunt {
    position: fixed;
    right: 24px; bottom: 24px;
    z-index: 80;
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(10, 9, 8, 0.9);
    border: 1px solid rgba(245, 166, 35, 0.45);
    border-radius: 50%;
    color: var(--amber);
    font-size: 20px;
    text-decoration: none;
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  }
  .amunt--on { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .amunt:hover { background: var(--amber); color: var(--black); }

  .organitzen {
    background: #060504;
    border-top: 1px solid rgba(244, 239, 230, 0.08);
    padding: 40px 60px;
  }
  .organitzen__in {
    max-width: 1280px; margin: 0 auto;
    display: flex; align-items: baseline; gap: 28px; flex-wrap: wrap;
  }
  .organitzen__lab {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--amber);
  }
  .organitzen__l {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 14px 32px; flex-wrap: wrap;
  }
  .organitzen__l li {
    font-family: 'Inter', sans-serif;
    font-size: 14px; color: var(--bone-dim);
  }

  /* =================================================================== */
  /* PASSOS NUMERATS ==================================================== */
  /* =================================================================== */
  .passos {
    list-style: none;
    margin: 0 0 48px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    counter-reset: pas;
  }
  .passos__i {
    position: relative;
    padding: 0 26px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .passos__i:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 52px; right: 26px; top: 21px;
    height: 1px;
    background: linear-gradient(90deg, rgba(245,166,35,0.55), rgba(245,166,35,0.12));
  }
  .passos__n {
    position: relative;
    z-index: 1;
    width: 44px; height: 44px;
    flex: 0 0 auto;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(245, 166, 35, 0.55);
    background: #0a0908;
    border-radius: 50%;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 17px;
    font-weight: 600;
    color: var(--amber);
  }
  .passos__t {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--bone-dim);
    margin: 0;
    padding-right: 10px;
  }
  .passos__t strong { color: var(--bone); font-weight: 600; }

  @media (max-width: 900px) {
    .passos { grid-template-columns: 1fr 1fr; gap: 28px 0; }
    .passos__i:nth-child(2)::after { display: none; }
  }
  @media (max-width: 560px) {
    .passos { grid-template-columns: 1fr; gap: 18px; }
    .passos__i { flex-direction: row; align-items: flex-start; gap: 16px; padding: 0; }
    .passos__i::after { display: none !important; }
    .passos__t { padding-top: 11px; }
  }

  /* =================================================================== */
  /* TALLERS DESTACATS ================================================== */
  /* =================================================================== */
  .tallers--4 .taller {
    position: relative;
    padding: 18px 16px 16px 16px;
    border: 1px solid rgba(244, 239, 230, 0.12);
    border-top: 3px solid var(--taller-c, var(--amber));
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(245, 166, 35, 0.05), transparent 60%);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  }
  .tallers--4 .taller:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, rgba(245, 166, 35, 0.11), transparent 70%);
  }
  .taller--1 { --taller-c: #f5a623; }
  .taller--2 { --taller-c: #4da3ff; }
  .taller--3 { --taller-c: #e63946; }
  .taller--4 { --taller-c: #6ad08f; }
  .tallers--4 .taller__h { color: var(--taller-c); }
  .tallers--4 .taller { min-height: 156px; padding-bottom: 26px; }
  .taller__num {
    position: absolute;
    bottom: 6px; right: 14px;
    font-family: 'Fraunces', serif;
    font-size: 44px;
    line-height: 1;
    color: var(--taller-c);
    opacity: 0.16;
    pointer-events: none;
  }

  /* =================================================================== */
  /* TARGETES DE CONTACTE CLICABLES ===================================== */
  /* =================================================================== */
  a.card--link { display: block; text-decoration: none; }
  a.card--link:hover { border-color: var(--amber); }
  .card__go {
    display: inline-block;
    margin-top: 16px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--amber);
  }
  a.card--link:hover .card__go { color: var(--amber-bright); }

  @media (max-width: 780px) {
    .organitzen { padding: 28px 24px; }
    .amunt { right: 16px; bottom: 16px; }
  }
