.desktop-only-tech{ display:none; }

  @media (min-width: 1024px){
    .desktop-only-tech{ display:block; }
    .mobile-only-events{ display:none !important; }

    :root{
      --events-max: 1580px;
      --events-bg-0:#04070d;
      --events-bg-1:#06101d;
      --events-bg-2:#081a33;
      --events-line:rgba(255,255,255,.07);
      --events-line-soft:rgba(255,255,255,.04);
      --events-line-gold:rgba(246,206,31,.34);
      --events-text:rgba(247,249,255,.96);
      --events-text-soft:rgba(232,238,251,.74);
      --events-text-muted:rgba(215,223,241,.50);
      --events-ease:cubic-bezier(.22,.61,.36,1);
      --events-shadow-soft:0 18px 40px rgba(0,0,0,.24);
      --events-shadow-card:0 26px 56px rgba(0,0,0,.36);
    }

    body.page-events-list.kz-public-body{
      background:
        radial-gradient(circle at 12% 14%, rgba(246,206,31,.055), transparent 22%),
        radial-gradient(circle at 87% 12%, rgba(20,46,92,.32), transparent 22%),
        radial-gradient(circle at 74% 42%, rgba(12,28,56,.16), transparent 24%),
        linear-gradient(180deg, #04060a 0%, #050a12 36%, #04070c 100%);
      position: relative;
    }

    body.page-events-list.kz-public-body::before,
    body.page-events-list.kz-public-body::after{
      content:"";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
    }

    body.page-events-list.kz-public-body::before{
      background:
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.016) 1px, transparent 1px);
      background-size: 84px 84px;
      opacity: .12;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.24) 60%, transparent);
      -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.24) 60%, transparent);
    }

    body.page-events-list.kz-public-body::after{
      background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.03), transparent 30%),
        radial-gradient(circle at 92% 34%, rgba(246,206,31,.02), transparent 12%),
        radial-gradient(circle at 8% 34%, rgba(246,206,31,.018), transparent 12%);
      opacity: .92;
    }

    body.page-events-list .public-header{
      position: sticky;
      top: 0;
      z-index: 80;
      background: linear-gradient(180deg, rgba(4,7,13,.90), rgba(4,7,13,.72));
      backdrop-filter: blur(16px) saturate(124%);
      -webkit-backdrop-filter: blur(16px) saturate(124%);
      border-bottom: 1px solid rgba(255,255,255,.03);
      box-shadow: 0 14px 34px rgba(0,0,0,.14);
      overflow: hidden;
    }

    body.page-events-list .public-header::before{
      content:"";
      position: absolute;
      inset: 0 0 auto 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246,206,31,.22), transparent);
      opacity: .55;
      pointer-events: none;
    }

    body.page-events-list .public-header::after{
      opacity: .34;
      background: linear-gradient(90deg, rgba(246,206,31,.10), rgba(255,255,255,.03), rgba(34,72,122,.14), transparent 82%);
    }

    body.page-events-list .container{
      max-width: var(--events-max) !important;
      width: min(100%, var(--events-max));
      padding-inline: clamp(24px, 3vw, 56px);
      position: relative;
      z-index: 1;
    }

    body.page-events-list .brand-row{
      min-height: 82px;
      padding-block: 14px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 28px;
    }

    body.page-events-list .brand-lockup{
      position: relative;
      display: inline-flex;
      align-items: center;
      padding-right: 24px;
      margin-right: 6px;
    }

    body.page-events-list .brand-lockup::after{
      content:"";
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 28px;
      transform: translateY(-50%);
      background: linear-gradient(180deg, transparent, rgba(255,255,255,.12), transparent);
      opacity: .8;
    }

    body.page-events-list .brand-logo{
      height: 50px;
      max-width: 170px;
      filter: invert(1) brightness(1.14) contrast(1.05) drop-shadow(0 10px 16px rgba(0,0,0,.16));
    }

    body.page-events-list .nav-links--public{
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(10,14,24,.82), rgba(7,10,18,.56));
      border: 1px solid rgba(255,255,255,.05);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 24px rgba(0,0,0,.14);
    }

    body.page-events-list .nav-link{
      min-height: 46px;
      padding: 0 20px;
      border-radius: 14px;
      font: 800 13px/1 Inter, system-ui, sans-serif;
      border: 1px solid transparent;
      background: transparent;
      color: #f5f7fb; /* color claro por defecto */
      box-shadow: none;
      transition:
        transform .24s var(--events-ease),
        border-color .24s var(--events-ease),
        box-shadow .24s var(--events-ease),
        background .24s var(--events-ease),
        color .24s var(--events-ease);
    }

    body.page-events-list .nav-link:hover,
    body.page-events-list .nav-link:focus-visible{
      transform: translateY(-1px);
      color: #f5f7fb; /* evita que el texto se ponga negro */
      border-color: rgba(246,206,31,.18);
      background: linear-gradient(180deg, rgba(16,23,38,.72), rgba(9,13,22,.42));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 18px rgba(0,0,0,.16);
    }

    body.page-events-list .nav-link.active{
      color: #10141b;
      border-color: rgba(255,221,84,.74);
      background: linear-gradient(180deg, #ffd94a 0%, #f3cb1c 100%);
      box-shadow: 0 10px 24px rgba(246,206,31,.18), inset 0 1px 0 rgba(255,255,255,.34);
    }

    body.page-events-list .nav-link--cart{
      padding-right: 16px;
    }

    body.page-events-list .nav-count{
      min-width: 18px;
      height: 18px;
      padding: 0 5px;
      border-radius: 999px;
      background: rgba(246,206,31,.14);
      color: var(--kz-gold);
      font: 800 10px/18px Inter, system-ui, sans-serif;
      box-shadow: inset 0 0 0 1px rgba(246,206,31,.16);
    }

    body.page-events-list .nav-link.active .nav-count{
      background: rgba(17,20,27,.14);
      color: #11151d;
      box-shadow: inset 0 0 0 1px rgba(17,20,27,.08);
    }

    body.page-events-list .hamburger-btn{
      width: 46px;
      height: 46px;
      border-radius: 14px;
      border: 1px solid rgba(246,206,31,.18);
      background: linear-gradient(180deg, rgba(246,206,31,.12), rgba(246,206,31,.04));
      box-shadow: inset 0 0 12px rgba(246,206,31,.06), 0 8px 20px rgba(0,0,0,.14);
      transition: transform .24s var(--events-ease), border-color .24s var(--events-ease), box-shadow .24s var(--events-ease), background .24s var(--events-ease);
    }

    body.page-events-list .hamburger-btn:hover,
    body.page-events-list .hamburger-btn:focus-visible{
      transform: translateY(-1px);
      border-color: rgba(246,206,31,.32);
      box-shadow: inset 0 0 14px rgba(246,206,31,.08), 0 12px 24px rgba(0,0,0,.16);
    }

    body.page-events-list main{
      position: relative;
      overflow: clip;
    }

    body.page-events-list .events-tech-shell{
      position: relative;
      padding: 28px 0 72px;
    }

    body.page-events-list .events-tech-shell::before{
      content:"";
      position: absolute;
      top: 0;
      left: 0;
      width: min(640px, 48vw);
      height: 1px;
      background: linear-gradient(90deg, rgba(246,206,31,.46), rgba(255,255,255,.07), transparent 84%);
      opacity: .78;
    }

    body.page-events-list .events-tech-shell::after{
      content:"";
      position: absolute;
      top: 84px;
      right: -40px;
      width: 360px;
      height: 360px;
      border-radius: 999px;
      background: radial-gradient(circle at 50% 50%, rgba(11,27,56,.22), transparent 70%);
      filter: blur(18px);
      opacity: .72;
      pointer-events: none;
    }

    body.page-events-list .events-hero-tech{
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.16fr) minmax(430px, .84fr);
      gap: clamp(32px, 3vw, 58px);
      align-items: center;
      min-height: 236px;
      padding: 20px 0 28px;
    }

    body.page-events-list .events-hero-tech::after{
      content:"";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(246,206,31,.20), rgba(255,255,255,.08), transparent 86%);
      opacity: .72;
    }

    body.page-events-list .hero-copy-tech{
      max-width: 760px;
      position: relative;
      padding-left: 2px;
    }

    body.page-events-list .hero-copy-tech::before{
      content:"";
      position: absolute;
      left: -18px;
      top: 6px;
      bottom: 8px;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(246,206,31,.16), transparent);
      opacity: .7;
    }

    body.page-events-list .hero-kicker-tech,
    body.page-events-list .section-kicker-tech{
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--kz-gold);
      font: 800 12px/1 Inter, system-ui, sans-serif;
      text-transform: uppercase;
      letter-spacing: .26em;
    }

    body.page-events-list .hero-kicker-tech{ margin-bottom: 16px; }
    body.page-events-list .section-kicker-tech{ margin-bottom: 10px; }

    body.page-events-list .hero-kicker-tech::before,
    body.page-events-list .section-kicker-tech::before{
      content:"";
      width: 28px;
      height: 1px;
      background: linear-gradient(90deg, rgba(246,206,31,.96), transparent);
      box-shadow: 0 0 8px rgba(246,206,31,.18);
    }

    body.page-events-list .hero-title-tech{
      margin: 0;
      max-width: 8.2ch;
      color: var(--events-text);
      font: 700 clamp(52px, 4.4vw, 80px)/.94 'Oswald', sans-serif;
      letter-spacing: .012em;
      text-transform: uppercase;
      text-wrap: balance;
      text-shadow: 0 10px 26px rgba(0,0,0,.28);
    }

    body.page-events-list .hero-meta-tech{
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      margin-top: 18px;
      color: var(--events-text-muted);
      font: 800 10px/1.2 Inter, system-ui, sans-serif;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    body.page-events-list .hero-meta-tech span{
      position: relative;
      padding-left: 12px;
    }

    body.page-events-list .hero-meta-tech span::before{
      content:"";
      position: absolute;
      top: 50%;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 999px;
      transform: translateY(-50%);
      background: rgba(246,206,31,.86);
      box-shadow: 0 0 8px rgba(246,206,31,.26);
    }

    body.page-events-list .hero-search-tech{
      width: 100%;
      max-width: 620px;
      justify-self: stretch;
      align-self: center;
      position: relative;
      padding-top: 0;
    }

    body.page-events-list .hero-search-tech::before{
      content:"";
      position: absolute;
      top: -10px;
      left: 0;
      width: 132px;
      height: 1px;
      background: linear-gradient(90deg, rgba(246,206,31,.68), transparent);
      opacity: .78;
    }

    body.page-events-list .hero-search-tech::after{
      content:"";
      position: absolute;
      right: -18px;
      top: 22px;
      width: 156px;
      height: 156px;
      border-radius: 999px;
      background: radial-gradient(circle at 50% 50%, rgba(246,206,31,.09), transparent 66%);
      filter: blur(10px);
      opacity: .8;
      pointer-events: none;
    }

    body.page-events-list .search-label-tech{
      margin: 0 0 10px;
      color: rgba(255,255,255,.44);
      font: 800 10px/1 Inter, system-ui, sans-serif;
      text-transform: uppercase;
      letter-spacing: .22em;
    }

    body.page-events-list .search-shell-tech{
      position: relative;
      display: grid;
      grid-template-columns: 18px minmax(0,1fr) auto;
      align-items: center;
      gap: 14px;
      min-height: 64px;
      padding: 0 10px 0 18px;
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(10,15,28,.88), rgba(7,10,17,.74)),
        linear-gradient(90deg, rgba(255,255,255,.02), transparent 36%, rgba(246,206,31,.018));
      border: 1px solid rgba(94,112,149,.16);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 38px rgba(0,0,0,.22);
      overflow: hidden;
      transition: transform .28s var(--events-ease), border-color .28s var(--events-ease), box-shadow .28s var(--events-ease), filter .28s var(--events-ease);
    }

    body.page-events-list .search-shell-tech::before{
      content:"";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(120deg, rgba(246,206,31,.18), rgba(255,255,255,.04), rgba(40,74,124,.20));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: .82;
      pointer-events: none;
    }

    body.page-events-list .search-shell-tech::after{
      content:"";
      position: absolute;
      inset: 0 auto 0 0;
      width: 90px;
      background: linear-gradient(90deg, rgba(255,255,255,.03), transparent 72%);
      pointer-events: none;
      opacity: .8;
    }

    body.page-events-list .search-shell-tech:focus-within{
      transform: translateY(-2px);
      border-color: rgba(246,206,31,.34);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 28px 52px rgba(0,0,0,.30), 0 0 28px rgba(246,206,31,.08);
      filter: saturate(1.02);
    }

    body.page-events-list .search-icon-tech{
      width: 20px;
      height: 20px;
      color: rgba(255,255,255,.46);
      transition: color .24s var(--events-ease), transform .24s var(--events-ease);
      position: relative;
      z-index: 1;
    }

    body.page-events-list .search-shell-tech:focus-within .search-icon-tech{
      color: rgba(246,206,31,.88);
      transform: scale(1.04);
    }

    body.page-events-list .search-shell-tech .input-search{
      width: 100%;
      height: 64px;
      display: block;
      margin: 0;
      padding: 1px 4px 0 0;
      border: none;
      outline: none;
      background: transparent;
      box-shadow: none;
      color: #fff;
      font: 700 17px/64px Inter, system-ui, sans-serif;
      letter-spacing: -.01em;
      position: relative;
      z-index: 1;
      -webkit-appearance: none;
      appearance: none;
    }

    body.page-events-list .search-shell-tech .input-search::placeholder{
      color: rgba(255,255,255,.34);
      font-weight: 600;
    }

    body.page-events-list .search-shell-tech .button{
      min-width: 126px;
      min-height: 44px;
      padding: 0 22px;
      border-radius: 14px;
      font: 800 15px/1 Inter, system-ui, sans-serif;
      box-shadow: 0 12px 24px rgba(246,206,31,.16), inset 0 1px 0 rgba(255,255,255,.20);
      transition: transform .24s var(--events-ease), box-shadow .24s var(--events-ease), filter .24s var(--events-ease);
      position: relative;
      z-index: 1;
    }

    body.page-events-list .search-shell-tech .button:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 26px rgba(246,206,31,.20), inset 0 1px 0 rgba(255,255,255,.24);
      filter: saturate(1.02);
    }

    body.page-events-list .search-accent-tech{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 14px;
      margin-top: 10px;
      color: rgba(255,255,255,.34);
      font: 800 10px/1 Inter, system-ui, sans-serif;
      letter-spacing: .20em;
      text-transform: uppercase;
    }

    body.page-events-list .search-accent-tech::before,
    body.page-events-list .search-accent-tech::after{
      content:"";
      height: 1px;
      background: linear-gradient(90deg, rgba(246,206,31,.18), rgba(255,255,255,.03));
      opacity: .7;
    }

    body.page-events-list .search-accent-tech::before{
      width: 72px;
      flex: 0 0 auto;
    }

    body.page-events-list .search-accent-tech::after{
      width: 120px;
      flex: 0 0 auto;
      opacity: .45;
    }

    body.page-events-list .events-grid-tech-section{
      padding-top: 34px;
    }

    body.page-events-list .events-grid-head-tech{
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      gap: 24px;
      align-items: end;
      margin-bottom: 24px;
    }

    body.page-events-list .section-title-tech{
      margin: 0;
      color: #fff;
      font: 700 clamp(34px, 2.8vw, 48px)/.94 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: .03em;
    }

    body.page-events-list .events-count-tech{
      color: rgba(255,255,255,.42);
      font: 800 10px/1.2 Inter, system-ui, sans-serif;
      text-transform: uppercase;
      letter-spacing: .20em;
      white-space: nowrap;
      align-self: center;
    }

    body.page-events-list .events-grid-tech{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
      gap: 28px 24px;
      align-items: start;
      justify-content: start;
      padding-bottom: 12px;
    }

    body.page-events-list .events-grid-tech--duo{
      grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
      justify-content: start;
    }

    body.page-events-list .events-grid-tech--single{
      grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
      justify-content: start;
    }

    body.page-events-list .event-card-tech{
      display: block;
      text-decoration: none;
      color: inherit;
      transition: transform .30s var(--events-ease), filter .30s var(--events-ease);
    }

    body.page-events-list .event-card-tech:hover,
    body.page-events-list .event-card-tech:focus-visible{
      transform: translateY(-4px);
      filter: saturate(1.03);
    }

    body.page-events-list .event-frame-tech{
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      aspect-ratio: 4 / 5.18;
      background: linear-gradient(180deg, rgba(10,14,26,.84), rgba(7,10,16,.98));
      box-shadow: var(--events-shadow-card);
      isolation: isolate;
      transition: box-shadow .34s var(--events-ease), transform .34s var(--events-ease);
    }

    body.page-events-list .event-frame-tech::before{
      content:"";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(255,255,255,.07), transparent 18%),
        linear-gradient(180deg, rgba(5,7,12,.02), rgba(5,7,12,.14) 48%, rgba(5,7,12,.58) 100%);
      z-index: 1;
      pointer-events: none;
    }

    body.page-events-list .event-frame-tech::after{
      content:"";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(246,206,31,.24), rgba(255,255,255,.04), rgba(34,72,122,.22));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: .86;
      z-index: 3;
      pointer-events: none;
    }

    body.page-events-list .event-tech-corners{
      position: absolute;
      inset: 0;
      z-index: 4;
      pointer-events: none;
    }

    body.page-events-list .event-tech-corners::before,
    body.page-events-list .event-tech-corners::after{
      content:"";
      position: absolute;
      width: 42px;
      height: 42px;
      border-top: 1px solid rgba(246,206,31,.34);
      border-left: 1px solid rgba(246,206,31,.34);
      opacity: .64;
    }

    body.page-events-list .event-tech-corners::before{
      top: 10px;
      left: 10px;
    }

    body.page-events-list .event-tech-corners::after{
      right: 10px;
      bottom: 10px;
      transform: rotate(180deg);
    }

    body.page-events-list .event-frame-tech img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.95) contrast(1.03) saturate(1.02);
      transition: transform .54s var(--events-ease), filter .34s var(--events-ease);
    }

    body.page-events-list .event-card-tech:hover .event-frame-tech,
    body.page-events-list .event-card-tech:focus-visible .event-frame-tech{
      box-shadow: 0 24px 42px rgba(0,0,0,.34), 0 0 24px rgba(246,206,31,.04);
    }

    body.page-events-list .event-card-tech:hover .event-frame-tech img,
    body.page-events-list .event-card-tech:focus-visible .event-frame-tech img{
      transform: scale(1.024);
      filter: brightness(.99) contrast(1.06) saturate(1.04);
    }

    body.page-events-list .event-card-tech:hover .event-tech-corners::before,
    body.page-events-list .event-card-tech:hover .event-tech-corners::after,
    body.page-events-list .event-card-tech:focus-visible .event-tech-corners::before,
    body.page-events-list .event-card-tech:focus-visible .event-tech-corners::after{
      opacity: .96;
      box-shadow: 0 0 16px rgba(246,206,31,.10);
    }

    body.page-events-list .event-meta-tech{
      padding-top: 12px;
      display: grid;
      gap: 6px;
    }

    body.page-events-list .event-date-tech{
      color: rgba(246,206,31,.92);
      font: 800 10px/1.2 Inter, system-ui, sans-serif;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    body.page-events-list .event-title-tech{
      margin: 0;
      color: rgba(255,255,255,.97);
      font: 700 19px/1.02 'Oswald', sans-serif;
      letter-spacing: .01em;
      text-transform: uppercase;
      transition: color .24s var(--events-ease), transform .24s var(--events-ease);
    }

    body.page-events-list .event-cta-tech{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      margin-top: 2px;
      color: rgba(255,255,255,.62);
      font: 800 10px/1 Inter, system-ui, sans-serif;
      text-transform: uppercase;
      letter-spacing: .18em;
      transition: color .24s var(--events-ease), transform .24s var(--events-ease), opacity .24s var(--events-ease);
      opacity: .86;
    }

    body.page-events-list .event-cta-tech svg{
      width: 13px;
      height: 13px;
      transition: transform .24s var(--events-ease);
    }

    body.page-events-list .event-card-tech:hover .event-title-tech,
    body.page-events-list .event-card-tech:focus-visible .event-title-tech{
      color: rgba(255,248,220,.98);
      transform: translateX(1px);
    }

    body.page-events-list .event-card-tech:hover .event-cta-tech,
    body.page-events-list .event-card-tech:focus-visible .event-cta-tech{
      color: rgba(255,255,255,.92);
      transform: translateX(2px);
      opacity: 1;
    }

    body.page-events-list .event-card-tech:hover .event-cta-tech svg,
    body.page-events-list .event-card-tech:focus-visible .event-cta-tech svg{
      transform: translateX(4px);
    }

    body.page-events-list .pagination-row-tech{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      margin-top: 26px;
      padding-top: 8px;
    }

    body.page-events-list .pagination-row-tech .button.button-pill{
      min-height: 44px;
      padding: 0 22px;
      border-radius: 999px;
    }

    body.page-events-list .pagination-status-tech{
      color: rgba(255,255,255,.44);
      font: 800 12px/1.2 Inter, system-ui, sans-serif;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    body.page-events-list .empty-tech{
      max-width: 620px;
      padding-top: 8px;
      color: rgba(255,255,255,.7);
      font: 600 16px/1.65 Inter, system-ui, sans-serif;
    }
  }

  @media (min-width: 1280px){
    body.page-events-list .events-tech-shell{
      padding-top: 34px;
    }

    body.page-events-list .events-grid-tech{
      gap: 30px 26px;
    }
  }

  @media (min-width: 1500px){
    body.page-events-list .events-hero-tech{
      grid-template-columns: minmax(0, 1.18fr) minmax(470px, .82fr);
      gap: 72px;
    }

    body.page-events-list .hero-title-tech{
      font-size: clamp(56px, 4.2vw, 84px);
    }
  }

  @media (min-width: 1680px){
    body.page-events-list .events-grid-tech,
    body.page-events-list .events-grid-tech--duo,
    body.page-events-list .events-grid-tech--single{
      grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
    }
  }

/* Fase 7: rendimiento visual */
body.page-events-list .event-poster-card,
body.page-events-list .event-card-tech{
  contain:layout paint style;
}

body.page-events-list .event-frame-tech img,
body.page-events-list .event-poster-card .card-media img{
  backface-visibility:hidden;
}


/* Fase 10: sensación más fluida en carga inicial */
body.page-events-list .public-event-grid,
body.page-events-list .events-grid-tech{
  contain: layout paint style;
}

body.page-events-list .event-poster-card .card-media,
body.page-events-list .event-frame-tech{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(246,206,31,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015) 36%, rgba(8,14,28,.24) 100%);
}

body.page-events-list .event-poster-card .card-media::before,
body.page-events-list .event-frame-tech::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.08) 42%, transparent 78%);
  transform: translateX(-130%);
  animation: kzEventCardShimmer 1.15s linear infinite;
  pointer-events: none;
  z-index: 1;
}

body.page-events-list .js-event-card.is-loaded .card-media::before,
body.page-events-list .js-event-card.is-loaded .event-frame-tech::before{
  opacity: 0;
  animation: none;
}

body.page-events-list .event-cover-fade{
  opacity: 0;
  transform: scale(1.018);
  transition: opacity .24s ease, transform .34s ease;
  will-change: opacity, transform;
}

body.page-events-list .event-cover-fade.is-loaded{
  opacity: 1;
  transform: scale(1);
}

@keyframes kzEventCardShimmer {
  100% { transform: translateX(130%); }
}


/* Ajuste conservador post-F16: reveal suave solo para Busca tu evento */
body.page-events-list .events-grid-boot.is-booting{
  opacity: 0;
  transform: translateY(10px);
}

body.page-events-list .events-grid-boot{
  transition: opacity .28s ease, transform .34s cubic-bezier(.22,.61,.36,1);
}

body.page-events-list .events-grid-boot.is-ready{
  opacity: 1;
  transform: translateY(0);
}


.events-headline{
  margin:0 0 15px;
  text-align:center;
}
.events-headline-title{
  margin:0;
  color:#fff;
  font:400 36px/1 'Bebas Neue', sans-serif;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-shadow:0 4px 12px rgba(0,0,0,0.5);
}
.events-headline-accent{ color:#f6ce1f; }
.events-headline-rule{
  width:30px;
  height:2px;
  margin:12px auto 0;
  border-radius:2px;
  background:#f6ce1f;
  box-shadow:0 0 12px rgba(246,206,31,0.6);
}
.events-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  margin-top:40px;
}
.events-pagination__button{
  color:#fff;
  border:1px solid rgba(255,255,255,0.15);
  background:rgba(255,255,255,0.05);
}
.events-pagination__info{
  padding:10px;
  color:rgba(255,255,255,0.5);
  font:700 14px/1 Inter, sans-serif;
}


/* =========================================================
   V36 DESKTOP AND MORE — eventos
   ========================================================= */
@media (min-width: 1024px){
  body.page-events-list .events-tech-pills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
  }

  body.page-events-list .events-tech-pill{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.07);
    color:rgba(255,255,255,.74);
    font:800 11px/1 Inter, system-ui, sans-serif;
    text-transform:uppercase;
    letter-spacing:.12em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  }

  body.page-events-list .events-tech-pill--live{
    color:#11151d;
    background:linear-gradient(180deg, #ffd94a, #f3cb1c);
    border-color:rgba(255,221,84,.72);
    box-shadow:0 12px 24px rgba(246,206,31,.14), inset 0 1px 0 rgba(255,255,255,.32);
  }

  body.page-events-list .events-hero-tech{
    min-height: 254px;
    gap: clamp(36px, 3.2vw, 66px);
  }

  body.page-events-list .hero-title-tech{
    max-width: 9.2ch;
  }

  body.page-events-list .events-grid-tech{
    gap: 30px 22px;
  }

  body.page-events-list .event-meta-tech{
    gap: 8px;
    padding-top: 14px;
  }

  body.page-events-list .event-title-tech{
    font-size: 21px;
    line-height: 1.04;
  }
}

@media (min-width: 1440px){
  body.page-events-list .events-grid-tech,
  body.page-events-list .events-grid-tech--duo,
  body.page-events-list .events-grid-tech--single{
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
  }
}


/* =========================================================
   V39 DESKTOP FULL WIDTH PREMIUM — listado eventos
   ========================================================= */
@media (min-width: 1024px){
  :root{ --events-max: 1820px; }

  body.page-events-list .container{
    max-width: var(--events-max) !important;
    width: min(100%, var(--events-max));
    padding-inline: clamp(18px, 2.1vw, 34px);
  }

  body.page-events-list .brand-row{
    gap: 20px;
  }
}
