@charset "UTF-8";
/* BizzoCasino Argentina — casinobizzoargentina.com */
/* ---- PALETA — "Sol y Grafito" (casinobizzoargentina.com)
   losas de grafito porteño + acento sol de mayo + reflejos celeste pampa ---- */
:root {
  /* fondos — grafito */
  --capa-base: #1b1e23;
  --capa-honda: #0f1114;
  --capa-nucleo: #16191d;
  --capa-losa: #262b32;
  --capa-losa-alt: #20242a;
  /* texto */
  --tinta-viva: #f7f9fb;
  --tinta-plena: #dbe1e8;
  --tinta-leve: #99a3af;
  --tinta-neg: #12151a;
  /* acentos */
  --tono-sol: #f2b01e;
  --tono-sol-hondo: #a97a07;
  --tono-hueso: #e0e6ee;
  --tono-cielo: #5cb8e6;
  --tono-cielo-claro: #8ad3f5;
  --tono-cobre: #d8663c;
  --pulso: #ff9a5c;
  /* degradados */
  --veta-cta: linear-gradient(148deg, #ffd35c 0%, #dd9508 100%);
  --veta-cta-over: linear-gradient(148deg, #dd9508 0%, #ffd35c 100%);
  --veta-losa: linear-gradient(172deg, #262b32 0%, #191d21 100%);
  --veta-sol: linear-gradient(148deg, #ffdd7a 0%, #d59810 100%);
  --veta-raya: linear-gradient(90deg, #f2b01e 0%, #5cb8e6 100%);
  /* líneas y bordes */
  --borde: rgba(219, 225, 232, 0.13);
  --borde-vivo: rgba(242, 176, 30, 0.46);
  /* geometría */
  --radio: 14px;
  --radio-lg: 10px;
  --radio-xl: 16px;
  /* movimiento */
  --suave: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Poppins-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Darumadrop One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DarumadropOne-400-latin.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: radial-gradient(52% 38% at 12% 4%, rgba(92, 184, 230, 0.09) 0%, transparent 100%), radial-gradient(44% 32% at 90% 18%, rgba(242, 176, 30, 0.06) 0%, transparent 100%), linear-gradient(180deg, #20242a 0%, var(--capa-base, #1b1e23) 46%, #0d0f11 100%), var(--capa-nucleo, #1b1e23);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--tinta-viva);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
  hyphens: none;
  overflow-wrap: break-word;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.titular + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

.modulo,
.anchoextra {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.modulo {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--radio, 20px);
  background: var(--veta-losa, linear-gradient(180deg, #262b32 0%, #191d21 100%));
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.12));
}
@media (max-width: 850px) {
  .modulo {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .modulo {
    padding: 10px;
  }
}

.modulo-fondo > .telon + * {
  margin-top: 0;
}
.modulo-fondo p {
  color: var(--tinta-viva, #f7f9fb);
}

.anchoextra {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .anchoextra {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.modulo > *,
.anchoextra > * {
  display: block;
  position: relative;
}

.hoja__botones {
  display: none;
}
@media (max-width: 650px) {
  .hoja__botones {
    background: rgba(18, 21, 26, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .hoja__botones {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hoja {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.hoja__envoltura {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 10px 48px;
}
.hoja__contenido {
  position: relative;
  flex: 1 1 calc(100% - 20px - 248px);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .hoja__contenido {
    flex: 1 1 100%;
  }
}
@media (max-width: 650px) {
  .hoja__botones .pulsador {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .hoja,
  .cima,
  .piso {
    padding-left: 0;
    padding-right: 0;
  }
}
.normativa > h1,
.perdida > h1,
h2,
h3,
h4 {
  display: block;
  color: var(--tono-hueso, #e0e6ee);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  position: relative;
  width: 100%;
  word-break: break-word;
}

p {
  color: var(--tinta-plena, #dbe1e8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* h2 (y el título principal de las páginas legales) — izquierda, mayúsculas, línea sol-celeste debajo */
.normativa > h1,
.perdida > h1,
h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 0 12px 38px;
  margin: 0 0 20px;
  width: 100%;
  /* site-coloured diamond as the marker of the main heading */
}
.normativa > h1::before,
.perdida > h1::before,
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23f2b01e' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M12 1.6v3M12 19.4v3M1.6 12h3M19.4 12h3M4.6 4.6l2.1 2.1M17.3 17.3l2.1 2.1M19.4 4.6l-2.1 2.1M6.7 17.3l-2.1 2.1'/%3E%3C/g%3E%3Ccircle cx='12' cy='12' r='4.6' fill='%235cb8e6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.normativa > h1::after,
.perdida > h1::after,
h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--tono-sol, #f2b01e) 0%, var(--tono-cielo, #5cb8e6) 34%, rgba(92, 184, 230, 0.35) 62%, transparent 100%);
}
@media (max-width: 850px) {
  .normativa > h1,
  .perdida > h1,
  h2 {
    font-size: 24px;
    padding-left: 34px;
  }
  .normativa > h1::before,
  .perdida > h1::before,
  h2::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 650px) {
  .normativa > h1,
  .perdida > h1,
  h2 {
    font-size: 22px;
    padding-left: 30px;
  }
  .normativa > h1::before,
  .perdida > h1::before,
  h2::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 450px) {
  .normativa > h1,
  .perdida > h1,
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: var(--tono-sol, #f2b01e);
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  padding: 0 0 0 16px;
  margin-top: 24px;
  margin-bottom: 14px;
}
h3:first-child {
  margin-top: 0;
}
h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 4px;
  border-radius: 2px;
  background: var(--tono-cielo, #5cb8e6);
}
@media (max-width: 850px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 17px;
    padding-left: 12px;
  }
}

h3 + p {
  margin-top: 0;
}

h4 {
  color: var(--tono-sol, #f2b01e);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px;
}

h4 + p {
  margin-top: 0;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.modulo h2 + p,
.modulo h2 + .parcelas,
.modulo h2 + .vinetas,
.modulo h2 + .secuencia,
.modulo h2 + .cuadro,
.modulo h2 + .filadato,
.modulo h2 + .peldanos,
.modulo h2 + .lamina,
.modulo h2 + div:has(> table),
.modulo > h2 + .reserva,
.modulo h2 + .consultas__lista,
.modulo h2 + .testimonios__carril,
.modulo h2 + .contrapeso__columnas,
.modulo h2 + img,
.modulo h3 + .parcelas,
.modulo h3 + .vinetas,
.modulo h3 + .secuencia,
.modulo h3 + .cuadro,
.modulo h3 + .filadato,
.modulo h3 + .peldanos,
.modulo h3 + .lamina,
.modulo h3 + div:has(> table),
.modulo > h3 + .reserva,
.modulo h3 + img {
  margin-top: 0;
}

.normativa > h1 + p,
.perdida > h1 + p,
h2 + p {
  margin-top: 0;
}

.marcofoto img,
.telon img {
  display: block;
  position: relative;
  margin: auto;
}

.telon {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.telon img,
.telon video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.js-consulta-cuerpo {
  display: none;
  overflow: hidden;
}
.js-consulta-cuerpo.desplegada {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(247, 249, 251);
  line-height: 1;
}

use {
  fill: rgb(247, 249, 251);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

section[id] {
  scroll-margin-top: 0;
}

.modulo h2[id] {
  scroll-margin-top: 20px;
}

.modulo img:not(:where(.icono, .isologo, .emblema, .logopago)) {
  width: 100%;
  height: clamp(360px, 32vw, 480px);
  object-fit: cover;
  object-position: top;
  border-radius: var(--radio-xl, 14px);
  display: block;
}
@media (max-width: 850px) {
  .modulo img:not(:where(.icono, .isologo, .emblema, .logopago)) {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .modulo img:not(:where(.icono, .isologo, .emblema, .logopago)) {
    height: 220px;
  }
}

.modulo .telon img,
.modulo .telon video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

/* == VINETAS — lista de funciones: riel dorado a la izquierda, marcador de mate == */
.vinetas {
  margin-top: 20px;
  position: relative;
}
.vinetas:first-child, h3 + .vinetas, h2 + .vinetas, p + .vinetas {
  margin-top: 14px;
}
.vinetas > li {
  position: relative;
  background: linear-gradient(104deg, rgba(92, 184, 230, 0.1) 0%, rgba(18, 21, 26, 0.6) 46%);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  border-left: 3px solid var(--tono-sol, #f2b01e);
  border-radius: var(--radio-lg, 10px);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  padding: 13px 14px 13px 44px;
  width: 100%;
}
.vinetas > li b,
.vinetas > li strong {
  color: var(--tono-sol, #f2b01e);
  font-weight: 700;
}
.vinetas > li + li {
  margin-top: 9px;
}
.vinetas > li {
  /* greca escalonada: rombo dorado con centro celeste, a tono con el riel */
}
.vinetas > li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background-color: rgba(242, 176, 30, 0.14);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23f2b01e' stroke-linecap='round'%3E%3Cpath d='M12 1.5v3M12 19.5v3M1.5 12h3M19.5 12h3M4.6 4.6l2.1 2.1M17.3 17.3l2.1 2.1M19.4 4.6l-2.1 2.1M6.7 17.3l-2.1 2.1' stroke-width='1.8'/%3E%3Cpath d='m8.3 2.8 1.1 2.7M14.6 18.5l1.1 2.7M2.8 15.7l2.7-1.1M18.5 9.4l2.7-1.1M15.7 2.8l-1.1 2.7M9.4 18.5l-1.1 2.7M2.8 8.3l2.7 1.1M18.5 14.6l2.7 1.1' stroke-width='1.25'/%3E%3C/g%3E%3Ccircle cx='12' cy='12' r='6.1' fill='%23f2b01e'/%3E%3Ccircle cx='9.8' cy='10.8' r='.65' fill='%235cb8e6'/%3E%3Ccircle cx='14.2' cy='10.8' r='.65' fill='%235cb8e6'/%3E%3Cpath d='M9.5 14c1.45 1.15 3.55 1.15 5 0' fill='none' stroke='%235cb8e6' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  .vinetas > li {
    transition: border-color var(--suave, 0.2s ease), background var(--suave, 0.2s ease);
  }
  .vinetas > li:hover {
    border-color: var(--borde-vivo, rgba(242, 176, 30, 0.45));
    border-left-color: var(--tono-cielo, #5cb8e6);
  }
}
@media (max-width: 650px) {
  .vinetas > li {
    padding: 12px 12px 12px 38px;
    font-size: 14px;
  }
  .vinetas > li::before {
    left: 10px;
    width: 18px;
    height: 18px;
  }
}

.parcelas {
  display: flex;
  gap: 22px;
  width: 100%;
  margin-top: 20px;
  align-items: stretch;
}
.parcelas > div {
  flex: 1 1 0;
  min-width: 0;
}
.parcelas {
  /* --espejo: the media sits in the first column, so the photo goes LEFT */
}
.parcelas--texto-ancho > div:last-child {
  flex: 0 1 38%;
}
@media (max-width: 850px) {
  .parcelas {
    flex-direction: column;
    gap: 16px;
  }
  .parcelas--texto-ancho > div:last-child {
    flex: 1 1 auto;
  }
}

.parcelas > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.parcelas > div:last-child {
  position: relative;
  overflow: hidden;
  border-radius: var(--radio-lg, 8px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  min-height: 280px;
}
.parcelas > div:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -60px 70px -40px rgba(18, 21, 26, 0.95);
}
.parcelas > div:last-child .reserva,
.parcelas > div:last-child img:not(:where(.icono, .isologo)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .parcelas > div:last-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .parcelas > div:last-child {
    min-height: 220px;
  }
}

.parcelas--espejo > div:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--radio-lg, 8px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  min-height: 280px;
}
.parcelas--espejo > div:first-child img:not(:where(.icono, .isologo)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .parcelas--espejo > div:first-child {
    min-height: 260px;
    flex: 0 0 260px;
  }
}
@media (max-width: 767px) {
  .parcelas--espejo > div:first-child {
    min-height: 210px;
    flex: 0 0 210px;
  }
}

.parcelas--espejo > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  border: 0;
  min-height: auto;
}
.parcelas--espejo > div:last-child::after {
  display: none;
}
.parcelas--espejo > div:last-child {
  /* in column mode the text side must not collapse to zero */
}
@media (max-width: 850px) {
  .parcelas--espejo > div:last-child {
    min-height: auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .parcelas--espejo > div:last-child {
    min-height: auto;
  }
}

.lamina {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 22px;
  border-radius: var(--radio-lg, 8px);
  overflow: hidden;
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
}
.lamina img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

h2 + .lamina,
h3 + .lamina,
p + .lamina {
  margin-top: 18px;
}

/* --franja — cinematic full-width strip: any source ratio is cropped to one height */
.lamina--franja img {
  height: clamp(240px, 26vw, 400px);
  object-fit: cover;
  object-position: center 32%;
}
@media (max-width: 850px) {
  .lamina--franja img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .lamina--franja img {
    height: 190px;
  }
}

.reserva {
  display: block;
  position: relative;
  width: 100%;
  border-radius: var(--radio-lg, 8px);
  border: 1px dashed rgba(242, 176, 30, 0.35);
  background: repeating-linear-gradient(135deg, rgba(242, 176, 30, 0.06) 0 12px, transparent 12px 24px), rgba(18, 21, 26, 0.6);
  overflow: hidden;
}
.reserva::after {
  content: attr(data-slot);
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--tinta-leve, #99a3af);
  word-break: break-all;
}
.reserva--16x9 {
  aspect-ratio: 16/9;
}
.reserva--21x9 {
  aspect-ratio: 21/9;
}
.reserva--4x3 {
  aspect-ratio: 4/3;
}
.reserva--3x1 {
  aspect-ratio: 3/1;
}
.reserva--3x4 {
  aspect-ratio: 3/4;
}
.reserva--1x1 {
  aspect-ratio: 1/1;
}
.reserva--relleno {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
}

.modulo > .reserva {
  margin-top: 20px;
}

/* == subnote — small print under a table == */
.modulo > .aclaracion {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(242, 176, 30, 0.45);
  font-size: 13px;
  line-height: 1.55;
  color: var(--tinta-leve, #99a3af);
}

.cima {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, #22272d 0%, #0d0f11 100%);
  border-bottom: 1px solid rgba(242, 176, 30, 0.35);
}
.cima__envoltura {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 64px;
  gap: 20px;
}
.cima__marca {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 238px;
}
.cima__marca img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1050px) {
  .cima__marca {
    width: auto;
  }
}
.cima__navegacion {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.cima__navegacion a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: var(--radio-lg, 10px);
  color: var(--tinta-viva, #f7f9fb);
  font-weight: 600;
  font-size: 15px;
}
.cima__navegacion a svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cima__navegacion a {
  transition: color var(--suave), background var(--suave);
}
.cima__navegacion a.activo-ahora {
  color: var(--tono-sol, #f2b01e);
  box-shadow: inset 0 -2px 0 0 var(--tono-cielo, #5cb8e6);
  border-radius: 0;
}
@media (hover: hover) {
  .cima__navegacion a:hover {
    color: var(--tono-sol, #f2b01e);
    background: rgba(219, 225, 232, 0.06);
  }
}
.cima__navegacion {
  /* thin vertical rule between the items */
}
.cima__navegacion a + a {
  position: relative;
  margin-left: 15px;
}
.cima__navegacion a + a::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: rgba(219, 225, 232, 0.22);
}
@media (max-width: 900px) {
  .cima__navegacion {
    display: none;
  }
}
.cima__derecha {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.cima__reloj {
  font-size: 16px;
  font-weight: 700;
  color: var(--tinta-plena, #dbe1e8);
  font-variant-numeric: tabular-nums;
}
.cima__idioma {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--tinta-viva, #f7f9fb);
}
.cima__idioma .emblema {
  font-size: 22px;
  line-height: 1;
}
.cima__idioma img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.cima__botones {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .cima__botones {
    display: none;
  }
}
.cima__hamburguesa {
  display: none;
  border: 2px solid var(--tono-sol, #f2b01e);
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.cima__hamburguesa svg {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
}
.cima__hamburguesa svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
  fill: var(--tono-sol, #f2b01e);
}
.cima__hamburguesa.abierto svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.cima__hamburguesa.abierto svg rect:nth-child(2) {
  transform: scale(0, 2);
}
.cima__hamburguesa.abierto svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
@media (max-width: 900px) {
  .cima__hamburguesa {
    display: block;
  }
}

.progreso {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 48;
  height: 3px;
  background: rgba(242, 176, 30, 0.12);
  pointer-events: none;
}
.progreso span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #f2b01e 0%, #a07307 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(242, 176, 30, 0.55);
  transition: width 0.12s linear;
}

.cortina {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #20242a;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 25px;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease;
}
.cortina.abierto {
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow: auto;
  visibility: visible;
  padding: 25px;
}
.cortina__enlaces {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cortina__enlaces a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tinta-viva, #f7f9fb);
  transition: color var(--suave);
}
.cortina__enlaces a svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cortina__enlaces a.activo-ahora {
  font-weight: 700;
  color: var(--tono-sol, #f2b01e);
}
.cortina__enlaces a:hover {
  color: var(--tono-sol, #f2b01e);
}
.cortina__enlaces a:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 37px;
}
.cortina__enlaces a:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.4' y='6' width='8' height='1' fill='url(%23paint0_linear_3530_3408)'/%3E%3Crect opacity='0.4' x='22' y='6' width='8' height='1' fill='url(%23paint1_linear_3530_3408)'/%3E%3Crect x='15' y='0.707107' width='6.99997' height='7.00001' transform='rotate(45 15 0.707107)' stroke='%23f2b01e'/%3E%3Crect x='15' y='4.24264' width='1.99998' height='2.00002' transform='rotate(45 15 4.24264)' fill='%23f2b01e'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3530_3408' x1='0' y1='6.5' x2='8' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f7f9fb'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3530_3408' x1='30' y1='6.5' x2='22' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f7f9fb'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 30px;
}
.cortina__botones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  /* зона натискання на дотик — не менше 44px */
}
.cortina__botones > a {
  height: 44px;
}

body.sin-desplazar {
  overflow: hidden;
  overscroll-behavior: none;
}

@keyframes ar-pulso-sol {
  0%, 100% {
    box-shadow: 0 0 10px rgba(133, 95, 5, 0.45), 0 6px 18px -6px rgba(133, 95, 5, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 221, 122, 0.85), 0 6px 22px -6px rgba(133, 95, 5, 0.7);
  }
}
@keyframes ar-pulso-cielo {
  0%, 100% {
    box-shadow: 0 0 10px rgba(92, 184, 230, 0.42), 0 8px 20px -8px rgba(92, 184, 230, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(138, 211, 245, 0.75), 0 8px 24px -8px rgba(92, 184, 230, 0.7);
  }
}
.cima__ingreso {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 41px;
  padding: 0 18px;
  border-radius: var(--radio-lg, 10px);
  border: 1px solid rgba(242, 176, 30, 0.6);
  background: transparent;
  color: var(--tinta-viva, #f7f9fb);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--suave), border-color var(--suave), color var(--suave);
}
@media (hover: hover) {
  .cima__ingreso:hover {
    background: rgba(242, 176, 30, 0.12);
    border-color: var(--tono-sol, #f2b01e);
    color: var(--tono-sol, #f2b01e);
  }
}
.cima__ingreso:focus-visible {
  outline: 2px solid var(--tono-sol, #f2b01e);
  outline-offset: 2px;
}

.cima__registro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 24px;
  border-radius: var(--radio-lg, 10px);
  background: var(--veta-cta, linear-gradient(155deg, #ffd35c 0%, #dd9508 100%));
  color: var(--tinta-neg, #12151a);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(133, 95, 5, 0.55);
  animation: ar-pulso-sol 2.8s ease-in-out infinite;
  transition: filter var(--suave), transform var(--suave);
}
@media (hover: hover) {
  .cima__registro:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(133, 95, 5, 0.7);
  }
}
.cima__registro:focus-visible {
  outline: 2px solid var(--tono-sol, #f2b01e);
  outline-offset: 2px;
}

.cta-oro {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  margin-top: 20px;
  border-radius: var(--radio-lg, 10px);
  background: var(--veta-cta, linear-gradient(155deg, #ffd35c 0%, #dd9508 100%));
  color: var(--tinta-neg, #12151a);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(133, 95, 5, 0.65);
  animation: ar-pulso-sol 2.8s ease-in-out infinite;
  transition: filter var(--suave), transform var(--suave);
}
.cta-oro::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: ar-cta-brillo 4.8s ease-in-out infinite;
  pointer-events: none;
}
@media (hover: hover) {
  .cta-oro:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(133, 95, 5, 0.8);
  }
}
.cta-oro:focus-visible {
  outline: 2px solid var(--tono-sol, #f2b01e);
  outline-offset: 2px;
}

@keyframes ar-cta-brillo {
  0%, 62% {
    left: -60%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%, 100% {
    left: 130%;
    opacity: 0;
  }
}
.cta-tienda {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 14px;
  margin-top: 20px;
  border-radius: var(--radio-lg, 10px);
  background: linear-gradient(150deg, #8ad3f5 0%, #52b1e2 50%, #3fa6db 100%);
  border: 1px solid rgba(255, 231, 176, 0.45);
  color: var(--tinta-neg, #12151a);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(92, 184, 230, 0.6);
  animation: ar-pulso-cielo 3.4s ease-in-out infinite;
  transition: filter var(--suave), transform var(--suave);
}
.cta-tienda svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: var(--tinta-neg, #12151a);
}
@media (hover: hover) {
  .cta-tienda:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
  }
}
.cta-tienda:focus-visible {
  outline: 2px solid var(--tinta-viva, #f7f9fb);
  outline-offset: 2px;
}

.modulo > .cta-oro,
.modulo > .cta-tienda {
  align-self: flex-start;
}

.modulo > .cta-tienda {
  display: inline-flex;
  width: 268px;
}

.fila-tiendas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.fila-tiendas .cta-tienda {
  margin: 20px 14px 0 0;
}

.costado {
  flex: 0 0 248px;
  width: 248px;
  position: sticky;
  /* 64px header + 10px = exactly where .apertura starts, so both columns line up */
  top: 74px;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px;
  border-radius: var(--radio-xl, 18px);
  background: linear-gradient(168deg, #272c33 0%, #17191d 100%);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.12));
  border-top: 2px solid rgba(242, 176, 30, 0.5);
  box-shadow: inset 0 1px 0 rgba(219, 225, 232, 0.06);
}
.costado::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1050px) {
  .costado {
    display: none;
  }
}

.costado__accesos {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.costado__destaque {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 52px;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0b0d10;
  background: linear-gradient(152deg, #ffdd7a 0%, #f7be34 46%, #dd9508 100%);
  border: 1px solid rgba(255, 232, 168, 0.55);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 7px 18px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.costado__destaque::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -55%;
  bottom: -55%;
  left: -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform: skewX(-20deg);
  transition: left 0.42s ease;
}
@media (hover: hover) {
  .costado__destaque:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 15px rgba(242, 176, 30, 0.42);
  }
  .costado__destaque:hover::after {
    left: 125%;
  }
  .costado__destaque:hover .tombola__rueda {
    animation-duration: 1.25s;
    filter: brightness(1.08) drop-shadow(0 2px 4px rgba(13, 15, 17, 0.5));
  }
  .costado__destaque:hover .arcon {
    transform: translateY(-2px) scale(1.04);
  }
}
.costado__destaque:active {
  transform: translateY(1px) scale(0.99);
}

.tombola {
  position: relative;
  width: 58px;
  height: 52px;
  display: block;
  align-self: stretch;
  flex: 0 0 auto;
}
.tombola img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.tombola__rueda {
  width: 44px;
  height: 44px;
  animation: ar-rueda-giro 3.2s linear infinite;
  filter: drop-shadow(0 2px 3px rgba(13, 15, 17, 0.42));
}
.tombola__aro {
  z-index: 2;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -49%);
  filter: drop-shadow(0 2px 3px rgba(20, 23, 27, 0.5));
}

@keyframes ar-rueda-giro {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.arcon {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.costado__lista {
  display: flex;
  flex-direction: column;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(242, 176, 30, 0.75) 0%, rgba(92, 184, 230, 0.45) 46%, rgba(219, 225, 232, 0) 100%) 1;
  padding-top: 8px;
}
.costado__lista li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: var(--radio-lg, 10px);
  color: var(--tinta-plena, #dbe1e8);
  font-size: 14px;
  font-weight: 600;
  transition: background var(--suave), color var(--suave);
}
.costado__lista li a svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--tono-sol, #f2b01e);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .costado__lista li a:hover {
    background: rgba(219, 225, 232, 0.08);
    color: var(--tinta-viva, #f7f9fb);
  }
}
.costado__lista .chapita {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 8px;
  background: linear-gradient(150deg, #8ad3f5 0%, #3fa6db 100%);
  color: var(--tinta-neg, #12151a);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.costado__celu {
  display: block;
  background: linear-gradient(150deg, #242930 0%, #17191d 100%);
  border-top: 2px solid rgba(242, 176, 30, 0.45);
  border-radius: 10px;
  box-shadow: 1px 3px 0 0 #111417;
  position: relative;
  padding: 21px 75px 18px 12px;
  transition: color var(--suave);
}

.minicelu__texto {
  font-size: 9px;
  color: var(--tinta-leve, #99a3af);
  line-height: 12px;
  transition: color var(--suave);
}
.minicelu__texto span {
  font-weight: 900;
  font-size: 16px;
  color: var(--tinta-viva, #fff);
  line-height: 100%;
  display: block;
  margin-bottom: 5px;
  transition: color var(--suave);
}

@media (hover: hover) {
  .costado__celu:hover .minicelu__texto,
  .costado__celu:hover .minicelu__texto span {
    color: var(--tono-sol, #f2b01e);
  }
}
.minicelu__foto {
  max-width: 75px;
  position: absolute;
  bottom: 0;
  right: 7px;
}
.minicelu__foto img {
  display: block;
}

.temario {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(242, 176, 30, 0.75) 0%, rgba(92, 184, 230, 0.45) 46%, rgba(219, 225, 232, 0) 100%) 1;
  padding-top: 12px;
}
.temario__boton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--radio-lg, 10px);
  color: var(--tono-sol, #f2b01e);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--suave);
}
.temario__boton::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--tono-sol, #f2b01e);
  border-bottom: 2px solid var(--tono-sol, #f2b01e);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.temario__boton.abierto::after {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .temario__boton:hover {
    background: rgba(219, 225, 232, 0.06);
  }
}
.temario__lista {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  scrollbar-width: none;
  transition: max-height 0.45s ease, visibility 0.45s ease, margin-top 0.45s ease;
}
.temario__lista::-webkit-scrollbar {
  display: none;
}
.temario__lista.abierto {
  max-height: 56vh;
  overflow-y: auto;
  visibility: visible;
  margin-top: 6px;
}
.temario__lista a {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--tinta-plena, #dbe1e8);
  transition: background var(--suave), color var(--suave);
}
@media (hover: hover) {
  .temario__lista a:hover {
    background: rgba(219, 225, 232, 0.07);
    color: var(--tono-sol, #f2b01e);
  }
}

.temario--enlinea {
  display: none;
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.12));
  border-radius: var(--radio-lg, 12px);
  background: linear-gradient(168deg, #272c33 0%, #17191d 100%);
  padding: 8px 10px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .temario--enlinea {
    display: block;
  }
}

.piso {
  padding: 40px 20px 26px;
  background: linear-gradient(180deg, #1d2127 0%, #0d0f12 100%);
  border-top: 1px solid var(--borde, rgba(219, 225, 232, 0.12));
}
.piso__envoltura {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.piso__zona {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.piso__zona a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 7px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.12));
  font-size: 12.5px;
  color: var(--tinta-plena, #dbe1e8);
  transition: border-color var(--suave), background var(--suave), color var(--suave);
}
.piso__zona a span.emblema {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
}
@media (hover: hover) {
  .piso__zona a:hover {
    border-color: rgba(242, 176, 30, 0.5);
    background: rgba(242, 176, 30, 0.08);
    color: var(--tono-sol, #f2b01e);
  }
}
.piso__raya {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(242, 176, 30, 0.45) 50%, transparent 100%);
}
.piso__enlaces {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.piso__enlaces a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tinta-plena, #dbe1e8);
  transition: color var(--suave);
}
@media (hover: hover) {
  .piso__enlaces a:hover {
    color: var(--tono-sol, #f2b01e);
  }
}
.piso__enlaces a + a {
  border-left: 1px solid rgba(242, 176, 30, 0.4);
}
.piso__pagos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.piso__pagos li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 122px;
}
.piso__pagos li img {
  display: block;
  max-height: 45px;
  width: auto;
}
.piso__base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--borde, rgba(219, 225, 232, 0.12));
  padding-top: 20px;
}
@media (max-width: 650px) {
  .piso__base {
    flex-direction: column;
    text-align: center;
  }
}
.piso__aviso {
  max-width: 860px;
  font-size: 12.5px;
  color: var(--tinta-leve, #99a3af);
}
.piso__aviso b {
  display: block;
  color: var(--tinta-plena, #dbe1e8);
  margin-top: 8px;
}
.piso__copia {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--tinta-leve, #99a3af);
}
.piso__edad {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--veta-sol, linear-gradient(180deg, #ffdd7a 0%, #a97a07 100%));
  color: var(--tinta-neg, #12151a);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(242, 176, 30, 0.45);
  animation: ar-edad-brillo 4s ease-in-out infinite;
}

@keyframes ar-edad-brillo {
  0%, 100% {
    box-shadow: 0 0 14px rgba(242, 176, 30, 0.35);
  }
  50% {
    box-shadow: 0 0 26px rgba(242, 176, 30, 0.6);
  }
}
.subir {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--veta-cta, linear-gradient(180deg, #f2b01e 0%, #855f05 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow var(--suave);
  box-shadow: 0 8px 20px -8px rgba(133, 95, 5, 0.7);
}
.subir svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--tinta-neg, #12151a);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.subir.a-la-vista {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) {
  .subir:hover {
    box-shadow: 0 12px 26px -8px rgba(133, 95, 5, 0.9);
  }
}
@media (max-width: 650px) {
  .subir {
    bottom: 78px;
  }
}
.subir {
  /* поки відкрита барра куків — кнопка стає над нею, а не під нею */
}
.con-galletas .subir {
  bottom: calc(var(--alto-galletas, 0px) + 30px);
}

.galletas {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: var(--radio-xl, 14px);
  border: 1px solid rgba(242, 176, 30, 0.4);
  background: rgba(18, 21, 26, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.galletas.a-la-vista {
  display: flex;
}
.galletas p {
  margin: 0;
  font-size: 12.5px;
  color: var(--tinta-plena, #dbe1e8);
}
.galletas p a {
  color: var(--tono-sol, #f2b01e);
  text-decoration: underline;
}
.galletas__acciones {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.galletas__acepto {
  padding: 9px 18px;
  border-radius: var(--radio-lg, 10px);
  background: var(--veta-cta, linear-gradient(180deg, #f2b01e 0%, #855f05 100%));
  color: var(--tinta-neg, #12151a);
  font-weight: 700;
  font-size: 13px;
  transition: filter var(--suave);
}
@media (hover: hover) {
  .galletas__acepto:hover {
    filter: brightness(1.08);
  }
}
.galletas__rechazo {
  padding: 9px 14px;
  border-radius: var(--radio-lg, 10px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.25));
  color: var(--tinta-leve, #99a3af);
  font-weight: 600;
  font-size: 13px;
  transition: color var(--suave), border-color var(--suave);
}
@media (hover: hover) {
  .galletas__rechazo:hover {
    color: var(--tinta-viva, #f7f9fb);
    border-color: var(--tinta-viva, #f7f9fb);
  }
}
@media (max-width: 650px) {
  .galletas {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .galletas__acciones {
    justify-content: center;
  }
}

.saludo-ar {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 18, 21, 0.72) 0%, rgba(18, 21, 26, 0.85) 100%), var(--capa-base, #1b1e23);
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.saludo-ar.retirandose {
  opacity: 0;
  pointer-events: none;
}
.saludo-ar__letras {
  position: relative;
  display: flex;
  gap: 0.06em;
  font-family: "Darumadrop One", "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(44px, 9vw, 110px);
  color: var(--tono-sol, #f2b01e);
  text-shadow: 0 4px 0 rgba(120, 86, 5, 0.8), 0 10px 30px rgba(0, 0, 0, 0.6);
}
.saludo-ar span {
  display: inline-block;
  animation: ar-letra-vuelo var(--vuelo-dur, 1.4s) cubic-bezier(0.22, 0.85, 0.3, 1) both;
  animation-delay: var(--vuelo-espera, 0s);
}
.saludo-ar__zona {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tinta-viva, #f7f9fb);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: ar-geo-entrada 0.4s ease-out 1.3s forwards;
}
.saludo-ar__zona .emblema {
  font-size: 1.35em;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@keyframes ar-geo-entrada {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.velo-ar {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(46% 42% at 50% 50%, rgba(38, 43, 50, 0.9) 0%, rgba(18, 21, 26, 0.97) 100%), var(--capa-base, #1b1e23);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.velo-ar.encendido {
  opacity: 1;
  pointer-events: auto;
}
.velo-ar.translucido {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.velo-ar__rueda {
  position: relative;
  width: 92px;
  height: 96px;
  filter: drop-shadow(0 8px 26px rgba(242, 176, 30, 0.35));
}
.velo-ar__rueda img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.velo-ar__rueda .velo-ar__disco {
  width: 72px;
  height: 72px;
  animation: ar-rueda-giro 1.1s linear infinite;
}
.velo-ar__rueda .velo-ar__aro {
  width: 88px;
  height: 92px;
  transform: translate(-50%, -49%);
}

@keyframes ar-letra-vuelo {
  0% {
    transform: translate(var(--vuelo-x, 0), var(--vuelo-y, 0)) rotate(var(--vuelo-r, 0deg)) scale(1.6);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
.apertura {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
  border-radius: var(--radio, 20px);
  background: #0d0f11;
  /* darkening wash under the copy */
}
.apertura::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13, 15, 17, 0.15) 0%, rgba(13, 15, 17, 0.9) 92%), linear-gradient(90deg, rgba(13, 15, 17, 0.88) 0%, rgba(13, 15, 17, 0.35) 52%, transparent 78%);
  pointer-events: none;
}
.apertura .telon {
  z-index: 0;
}
.apertura .telon img,
.apertura .telon video,
.apertura .telon .reserva {
  object-position: 88% top;
}
@media (max-width: 850px) {
  .apertura .telon img,
  .apertura .telon video,
  .apertura .telon .reserva {
    object-position: 80% 22%;
  }
}
.apertura__envoltura {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  padding: 30px 34px;
  margin-left: 24px;
  background: rgba(18, 21, 26, 0.5);
  backdrop-filter: blur(3px);
  border-radius: var(--radio-lg, 8px);
  /* stretch keeps equal padding on both sides */
}
@media (max-width: 850px) {
  .apertura__envoltura {
    width: auto;
    align-self: stretch;
    margin: 18px;
    padding: 22px 18px;
  }
}
.apertura__envoltura {
  /* centre the content on phones */
}
@media (max-width: 650px) {
  .apertura__envoltura {
    align-items: center;
    text-align: center;
    margin: 12px;
    padding: 18px 14px;
  }
}
.apertura {
  /* score shown as a badge */
}
.apertura__puntaje {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--borde-vivo, rgba(242, 176, 30, 0.45));
  background: rgba(242, 176, 30, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tinta-leve, #99a3af);
}
.apertura__puntaje b {
  color: var(--tono-sol, #f2b01e);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}
.apertura__migas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  font-size: 13px;
  color: var(--tinta-leve, #99a3af);
}
.apertura__migas a {
  color: var(--tono-sol, #f2b01e);
  transition: color var(--suave);
}
@media (hover: hover) {
  .apertura__migas a:hover {
    color: var(--tinta-viva, #f7f9fb);
  }
}
.apertura__migas li + li::before {
  content: "›";
  margin-right: 6px;
  color: var(--tinta-leve, #99a3af);
}
@media (max-width: 650px) {
  .apertura__migas {
    justify-content: center;
  }
}
.apertura h1 {
  margin-top: 14px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.22;
  color: var(--tinta-viva, #f7f9fb);
}
@media (max-width: 850px) {
  .apertura h1 {
    font-size: 27px;
  }
}
@media (max-width: 650px) {
  .apertura h1 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .apertura h1 {
    font-size: 22px;
  }
}
.apertura__texto {
  margin-top: 12px;
  max-width: 640px;
  font-size: 14px;
  color: var(--tinta-plena, #dbe1e8);
}
@media (max-width: 767px) {
  .apertura {
    min-height: 400px;
  }
}

/* ---- CINTA — banner de bono: tarjeta enmarcada sobre la foto ---- */
.cinta {
  justify-content: center;
  align-items: flex-start;
  min-height: 425px;
  padding: 20px 20px 20px 6.2%;
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
}
.cinta__fondo {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cinta__fondo img,
.cinta__fondo .reserva {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .cinta__fondo img,
  .cinta__fondo .reserva {
    object-position: 95%;
  }
}
.cinta__envoltura {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid rgba(242, 176, 30, 0.6);
  border-radius: 12px;
  padding: 32px 20px;
  max-width: 653px;
  width: 100%;
}
.cinta__titulo {
  display: block;
  color: var(--tono-sol, #f2b01e);
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .cinta__titulo {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .cinta__titulo {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .cinta__titulo {
    font-size: 22px;
  }
}
.cinta__texto {
  position: relative;
  width: auto;
  margin-top: 20px;
  padding: 8px 131px;
  color: var(--tinta-viva, #f7f9fb);
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
.cinta__texto::before, .cinta__texto::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 39px;
  width: 116px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cinta__texto::before {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='9' height='9' transform='matrix(1 0 0 -1 0 24)' fill='%23f2b01e'/%3E%3Crect x='2.12132' width='23.9973' height='23.9973' transform='matrix(0.707107 0.707107 0.707107 -0.707107 78.0313 18)' stroke='%23f2b01e' stroke-width='3'/%3E%3Crect x='0.707107' width='13.9977' height='13.9977' transform='matrix(0.707107 0.707107 0.707107 -0.707107 70.5471 19)' stroke='%23f7f9fb'/%3E%3Crect width='81' height='1' transform='matrix(1 0 0 -1 9 20)' fill='%23f7f9fb'/%3E%3C/svg%3E%0A");
  left: 0;
}
.cinta__texto::after {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='116' y='24' width='9' height='9' transform='rotate(180 116 24)' fill='%23f2b01e'/%3E%3Crect x='36.4686' y='19.5' width='23.9973' height='23.9973' transform='rotate(135 36.4686 19.5)' stroke='%23f2b01e' stroke-width='3'/%3E%3Crect x='44.9529' y='19.5' width='13.9977' height='13.9977' transform='rotate(135 44.9529 19.5)' stroke='%23f7f9fb'/%3E%3Crect x='107' y='20' width='81' height='1' transform='rotate(180 107 20)' fill='%23f7f9fb'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media (max-width: 650px) {
  .cinta__texto {
    font-size: 18px;
    padding: 8px 0;
  }
  .cinta__texto::before, .cinta__texto::after {
    display: none;
  }
}
.cinta__boton {
  min-width: 153px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .cinta {
    min-height: 300px;
    padding: 20px;
    align-items: center;
  }
  .cinta__envoltura {
    background-color: rgba(27, 30, 35, 0.3);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(242, 176, 30, 0.6);
    border-radius: 6px;
    padding: 15px;
  }
}

@media (max-width: 650px) {
  .cinta--argentina .cinta__fondo img,
  .cinta--argentina .cinta__fondo .reserva {
    object-position: right top;
  }
}

/* ---- CUADRO — tablas de datos: filas en flex, barra de cabecera sol → celeste,
   cuerpo zebrado y rolado horizontal en pantallas angostas ---- */
.modulo div:has(> table),
.modulo .cuadro {
  width: 100%;
  margin-top: 20px;
  border-radius: var(--radio-lg, 10px);
  border: 1px solid rgba(242, 176, 30, 0.18);
  font-size: 15px;
  color: var(--tinta-viva, #f7f9fb);
  overflow: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #5cb8e6 rgba(219, 225, 232, 0.14);
}
.modulo div:has(> table)::-webkit-scrollbar,
.modulo .cuadro::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modulo div:has(> table)::-webkit-scrollbar-track,
.modulo .cuadro::-webkit-scrollbar-track {
  background: rgba(219, 225, 232, 0.14);
  border-radius: 8px;
}
.modulo div:has(> table)::-webkit-scrollbar-thumb,
.modulo .cuadro::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #5cb8e6 0%, #f2b01e 100%);
  border-radius: 8px;
}
.modulo div:has(> table) > table,
.modulo .cuadro > table {
  width: 100%;
  border-collapse: collapse;
}
.modulo div:has(> table) > table tr,
.modulo .cuadro > table tr {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 14px 20px;
}
.modulo div:has(> table) > table tr > *,
.modulo .cuadro > table tr > * {
  flex: 1;
  padding: 0;
  text-align: left;
}
.modulo div:has(> table) > table thead tr,
.modulo .cuadro > table thead tr {
  background: linear-gradient(96deg, #ffcb4f 0%, #f2b01e 48%, #dd9508 100%);
  line-height: 140%;
  color: var(--tinta-neg, #12151a);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid rgba(92, 184, 230, 0.55);
}
.modulo div:has(> table) > table th,
.modulo .cuadro > table th {
  font-weight: 700;
}
.modulo div:has(> table) > table,
.modulo .cuadro > table {
  /* cuerpo zebrado — las filas se leen sin separadores extra */
}
.modulo div:has(> table) > table tbody tr,
.modulo .cuadro > table tbody tr {
  background: #22262d;
  line-height: 22px;
  border-top: 1px solid rgba(219, 225, 232, 0.06);
}
.modulo div:has(> table) > table tbody tr:nth-child(even),
.modulo .cuadro > table tbody tr:nth-child(even) {
  background: #1a1e23;
}
@media (hover: hover) {
  .modulo div:has(> table) > table tbody tr,
  .modulo .cuadro > table tbody tr {
    transition: background var(--suave, 0.2s ease);
  }
  .modulo div:has(> table) > table tbody tr:hover,
  .modulo .cuadro > table tbody tr:hover {
    background: rgba(92, 184, 230, 0.09);
  }
}
.modulo div:has(> table) > table td a,
.modulo .cuadro > table td a {
  color: inherit;
  text-decoration: underline;
}
.modulo div:has(> table) > table,
.modulo .cuadro > table {
  /* pantallas angostas: la tabla rueda de costado en vez de comprimirse */
}
@media (max-width: 850px) {
  .modulo div:has(> table) > table,
  .modulo .cuadro > table {
    min-width: 860px;
  }
}
.modulo {
  /* tabla ficha: la PRIMERA FILA hace de cabecera, el resto queda plano */
}
.modulo .cuadro--ficha > table tbody tr:first-child {
  background: linear-gradient(96deg, #ffcb4f 0%, #f2b01e 48%, #dd9508 100%);
  border-top: 0;
  border-bottom: 2px solid rgba(92, 184, 230, 0.55);
}
.modulo .cuadro--ficha > table tbody tr:first-child th,
.modulo .cuadro--ficha > table tbody tr:first-child td {
  color: var(--tinta-neg, #12151a);
  font-weight: 700;
  text-transform: uppercase;
}
.modulo {
  /* columna de etiquetas: ancha para que los rótulos largos entren en una línea */
}
.modulo .cuadro--ficha > table th {
  flex: 0 0 31%;
  font-weight: 700;
  color: var(--tono-cielo, #5cb8e6);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.modulo .cuadro--ficha > table td {
  flex: 1 1 auto;
}
@media (max-width: 850px) {
  .modulo .cuadro--ficha > table {
    min-width: 720px;
  }
}
.modulo {
  /* tablas apretadas (5 columnas) necesitan más lugar antes de empezar a rodar */
}
.modulo .cuadro--apretado > table tr {
  gap: 20px;
}
@media (max-width: 850px) {
  .modulo .cuadro--apretado > table {
    min-width: 1000px;
  }
}

/* ---- PELDANOS — tramos del bono de depósito como tarjetas ---- */
.peldanos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
  counter-reset: gradenum;
}
.peldanos > li {
  counter-increment: gradenum;
  position: relative;
  flex: 1 1 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: var(--radio-lg, 8px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  background: radial-gradient(125% 95% at 6% 0%, rgba(242, 176, 30, 0.08) 0%, transparent 56%), linear-gradient(118deg, #2b3038 0%, #22262d 44%, #171a1f 100%);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  /* sweeping sheen layer, switched on by hover */
}
.peldanos > li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(118deg, rgba(242, 176, 30, 0) 0%, rgba(242, 176, 30, 0.22) 25%, rgba(92, 184, 230, 0.26) 50%, rgba(219, 225, 232, 0.16) 75%, rgba(242, 176, 30, 0) 100%);
  background-size: 200% 100%;
  background-repeat: repeat;
  transition: opacity 0.3s ease;
}
.peldanos > li {
  /* gradenum number as a watermark */
}
.peldanos > li::after {
  content: counter(gradenum);
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: rgba(219, 225, 232, 0.07);
  pointer-events: none;
}
.peldanos > li {
  /* last gradenum = the biggest bonus */
}
.peldanos > li:last-child {
  border-color: var(--borde-vivo, rgba(242, 176, 30, 0.45));
  background: radial-gradient(135% 105% at 4% 0%, rgba(242, 176, 30, 0.32) 0%, transparent 60%), linear-gradient(118deg, rgba(92, 184, 230, 0.2) 0%, rgba(32, 38, 46, 0.9) 50%, rgba(15, 18, 21, 0.96) 100%);
}
@media (hover: hover) {
  .peldanos > li:hover {
    transform: translateY(-3px);
    border-color: rgba(242, 176, 30, 0.55);
    box-shadow: 0 12px 26px rgba(8, 10, 12, 0.5);
  }
  .peldanos > li:hover::before {
    opacity: 1;
    animation: ar-peldano-brillo 2.6s linear infinite;
  }
}
.peldanos > li b,
.peldanos > li span,
.peldanos > li p {
  position: relative;
  z-index: 1;
}
.peldanos > li {
  /* the top two lines must stay clear of the watermark */
}
.peldanos > li b,
.peldanos > li span {
  padding-right: 42px;
}
.peldanos > li b {
  display: block;
  color: var(--tinta-viva, #f7f9fb);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.peldanos > li span {
  display: block;
  color: var(--tono-sol, #f2b01e);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.peldanos > li p {
  margin: 0;
  color: var(--tinta-plena, #dbe1e8);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .peldanos > li {
    flex: 1 1 46%;
  }
}
@media (max-width: 650px) {
  .peldanos > li {
    flex: 1 1 100%;
  }
}

@keyframes ar-peldano-brillo {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
.fotolista {
  position: relative;
  width: 100%;
  margin-top: 18px;
  border-radius: var(--radio-lg, 10px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  overflow: hidden;
  isolation: isolate;
}
.fotolista > img {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}
.fotolista::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(104deg, rgba(16, 19, 23, 0.95) 0%, rgba(16, 19, 23, 0.9) 52%, rgba(16, 19, 23, 0.74) 100%);
}
.modulo .fotolista > .secuencia, .modulo .fotolista > .vinetas,
.fotolista > .secuencia,
.fotolista > .vinetas {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 22px 22px 22px 20px;
}
@media (max-width: 850px) {
  .modulo .fotolista > .secuencia, .modulo .fotolista > .vinetas,
  .fotolista > .secuencia,
  .fotolista > .vinetas {
    padding: 18px 16px;
  }
}
@media (max-width: 450px) {
  .modulo .fotolista > .secuencia, .modulo .fotolista > .vinetas,
  .fotolista > .secuencia,
  .fotolista > .vinetas {
    padding: 14px 12px;
  }
}
.fotolista > .vinetas > li {
  background: linear-gradient(104deg, rgba(242, 176, 30, 0.12) 0%, rgba(14, 17, 21, 0.82) 46%);
}
.fotolista > .secuencia > li:last-child {
  padding-bottom: 0;
}

.modulo > .fotolista {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fotolista--personaje-derecha > img {
  object-position: center top;
}
.fotolista--personaje-derecha > .secuencia,
.fotolista--personaje-derecha > .vinetas {
  width: 100%;
}
@media (max-width: 767px) {
  .fotolista--personaje-derecha::after {
    display: none;
  }
  .fotolista--personaje-derecha > img {
    position: relative !important;
    inset: auto;
    height: auto !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: right top;
  }
  .fotolista--personaje-derecha > .secuencia,
  .fotolista--personaje-derecha > .vinetas {
    width: 100%;
  }
}

/* ---- SECUENCIA — pasos numerados como línea de tiempo vertical ---- */
.secuencia {
  margin-top: 16px;
  position: relative;
  counter-reset: stepnum;
  padding-left: 0;
  /* como primer elemento de una columna no necesita separación extra arriba */
}
.parcelas > div > .secuencia:first-child {
  margin-top: 0;
}
.secuencia > li {
  counter-increment: stepnum;
  position: relative;
  margin-top: 16px;
  /* el margen del primer paso se sumaba al de la lista: 32px de más */
}
.secuencia > li:first-child {
  margin-top: 0;
}
.secuencia > li {
  padding: 2px 0 16px 46px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--tinta-plena, #dbe1e8);
}
.secuencia > li b,
.secuencia > li strong {
  color: var(--tono-sol, #f2b01e);
  font-weight: 700;
}
.secuencia > li {
  /* número de paso — chapa dorada con el dígito oscuro */
}
.secuencia > li::before {
  content: counter(stepnum);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px 9px 9px 2px;
  background: linear-gradient(150deg, #ffcb4f 0%, #dd9508 100%);
  color: var(--tinta-neg, #12151a);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -4px rgba(242, 176, 30, 0.6);
  z-index: 1;
}
.secuencia > li {
  /* dotted connector between the steps */
}
.secuencia > li::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px;
  bottom: -16px;
  width: 2px;
  background-image: linear-gradient(180deg, rgba(242, 176, 30, 0.7) 0%, rgba(92, 184, 230, 0.25) 100%);
  mask-image: repeating-linear-gradient(180deg, #000 0 4px, transparent 4px 9px);
  -webkit-mask-image: repeating-linear-gradient(180deg, #000 0 4px, transparent 4px 9px);
}
.secuencia > li:last-child {
  padding-bottom: 0;
}
.secuencia > li:last-child::after {
  display: none;
}
@media (max-width: 650px) {
  .secuencia > li {
    padding-left: 38px;
    padding-bottom: 16px;
    font-size: 14px;
  }
  .secuencia > li::before {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .secuencia > li::after {
    left: 12px;
    top: 26px;
  }
}

/* ---- LEGALTEXT — terms / privacy / cookie policy ----
   The page heading is an H1 styled like a section H2, so its subheadings must be H2
   to keep the order H1 → H2. They are deliberately kept at the compact H3 scale:
   five full-size H2 blocks would swamp a short legal page, and the rendered size
   must stay exactly as it was. ---- */
.normativa h2 {
  color: var(--tono-sol, #f2b01e);
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  padding: 0 0 0 16px;
  margin: 24px 0 14px;
  /* barra celeste corta en lugar del sol + la línea degradada del H2 de sección */
}
.normativa h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 4px;
  height: auto;
  border-radius: 2px;
  background: var(--tono-cielo, #5cb8e6);
  background-image: none;
}
.normativa h2::after {
  display: none;
}
@media (max-width: 850px) {
  .normativa h2 {
    font-size: 18px;
    padding-left: 16px;
  }
  .normativa h2::before {
    width: 4px;
    height: auto;
  }
}
@media (max-width: 650px) {
  .normativa h2 {
    font-size: 18px;
    padding-left: 16px;
  }
  .normativa h2::before {
    width: 4px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .normativa h2 {
    font-size: 17px;
    padding-left: 12px;
  }
}

.normativa h2 + p {
  margin-top: 0;
}

.virtudes .parcelas {
  align-items: stretch;
}

.virtudes .vinetas {
  margin-top: 0;
}

/* ---- BALANCE — ventajas y desventajas ---- */
.contrapeso__columnas {
  display: flex;
  gap: 14px;
  width: 100%;
  margin-top: 16px;
}
.contrapeso__columnas > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border-radius: var(--radio-lg, 8px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  background: rgba(18, 21, 26, 0.5);
  overflow: hidden;
}
.contrapeso__columnas > div h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tinta-neg, #12151a);
}
.contrapeso__columnas > div h3::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  position: static;
}
.contrapeso__columnas > div ul {
  padding: 8px 16px 16px;
}
.contrapeso__columnas > div li {
  position: relative;
  padding: 16px 0 16px 32px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--tinta-plena, #dbe1e8);
  border-bottom: 1px solid rgba(219, 225, 232, 0.07);
}
.contrapeso__columnas > div li:last-child {
  border-bottom: 0;
}
.contrapeso__columnas > div li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contrapeso__columnas {
  /* pros — flowing green bar, white plus, ticked circles */
}
.contrapeso__columnas > div:first-child h3 {
  /* every stop stays light enough to hold 4.5:1 contrast with dark text */
  background-image: linear-gradient(90deg, #f6bf3d 0%, #ffe09a 22%, #f6bf3d 42%, #ffcf62 68%, #f6bf3d 100%);
  background-size: 250% 100%;
  animation: ar-barra-brillo 3.4s linear infinite;
}
.contrapeso__columnas > div:first-child h3::before {
  background-color: #8d6605;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14M12 5v14'/%3E%3C/svg%3E");
}
.contrapeso__columnas > div:first-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffcb4f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12.4 2.7 2.7L16.2 9.6'/%3E%3C/svg%3E");
}
.contrapeso__columnas {
  /* cons — flowing copper bar, white minus, crossed circles */
}
.contrapeso__columnas > div:last-child h3 {
  /* stops stay dark so white text holds 4.5:1 contrast */
  background-image: linear-gradient(90deg, #3fa6db 0%, #8ad3f5 22%, #3fa6db 42%, #63c2ea 68%, #3fa6db 100%);
  background-size: 250% 100%;
  animation: ar-barra-brillo 3.4s linear infinite;
  color: var(--tinta-neg, #12151a);
}
.contrapeso__columnas > div:last-child h3::before {
  background-color: #14496b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.contrapeso__columnas > div:last-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238ad3f5' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m9.2 9.2 5.6 5.6M14.8 9.2l-5.6 5.6'/%3E%3C/svg%3E");
}
@media (max-width: 850px) {
  .contrapeso__columnas {
    flex-direction: column;
  }
}

@keyframes ar-barra-brillo {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 250% 50%;
  }
}
.alta .secuencia {
  margin-top: 12px;
}

.alta > .lamina--franja + p {
  margin-top: 20px;
}

.alta .lamina--franja .alta__imagen-completa {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center;
}

.celu .parcelas > div:last-child .reserva,
.celu .parcelas > div:last-child img:not(:where(.icono, .isologo)) {
  object-position: center;
}

.vista-app .celu > .lamina--franja {
  margin-top: 0;
}

.vista-app .celu > .lamina--franja + p {
  margin-top: 20px;
}

.modulo.cintapp {
  height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 176, 30, 0.3);
}
@media (max-width: 850px) {
  .modulo.cintapp {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .modulo.cintapp {
    padding: 30px 10px;
  }
}

@media (max-width: 650px) {
  .modulo.cintapp.cintapp--argentina {
    min-height: 300px;
    padding: 30px 10px;
  }
  .cintapp--argentina .cintapp__fondo img,
  .cintapp--argentina .cintapp__fondo .reserva {
    object-fit: cover !important;
    object-position: center !important;
  }
}
.cintapp__fondo {
  z-index: 0;
}
.cintapp__fondo img,
.cintapp__fondo .reserva {
  object-position: center;
}
.cintapp__fondo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 72% at 50% 50%, rgba(18, 21, 26, 0.35) 0%, rgba(18, 21, 26, 0.2) 62%, rgba(18, 21, 26, 0) 100%);
}
.cintapp__imagen--arriba {
  object-position: center top !important;
}
.cintapp__acciones {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
  width: 100%;
}
@media (max-width: 850px) {
  .cintapp__acciones {
    flex-direction: column;
    gap: 18px;
  }
}
.cintapp__boton {
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  min-width: 0;
  max-width: 100%;
  height: 56px;
  min-height: 0;
  padding: 12px 24px;
  margin: 0;
}
.cintapp__boton svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

/* ---- ESCALAVIP — foto a la izquierda, texto del programa VIP al costado ---- */
.escalavip .parcelas > div:first-child img {
  object-position: center 26%;
}

.escalavip .parcelas > div:last-child img {
  object-position: center top;
}

.escalavip .parcelas > div:last-child {
  gap: 0;
}
.escalavip .parcelas > div:last-child p + p {
  margin-top: 18px;
}

.escalavip > .cta-oro {
  margin-top: 22px;
}

.tapetes .cuadro > table tr > *:nth-child(2) {
  flex: 2;
}

/* ---- CRUPIER — juegos en vivo: foto y texto lado a lado ---- */
.crupier .parcelas {
  margin-top: 0;
  align-items: stretch;
}

@media (max-width: 850px) {
  .crupier .parcelas > div:first-child {
    min-height: 240px;
  }
}

/* ---- HABILITACION — foto a todo el bloque, tarjeta de texto a la IZQUIERDA ---- */
.habilitacion {
  position: relative;
  overflow: hidden;
  border-radius: var(--radio, 20px);
  padding: 56px 48px;
}
.habilitacion > div:not(.telon) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(18, 21, 26, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--borde, rgba(219, 225, 232, 0.14));
  border-left: 3px solid var(--tono-cielo, #5cb8e6);
  border-radius: 0 var(--radio-lg, 8px) var(--radio-lg, 8px) 0;
  padding: 22px;
}
@media (max-width: 850px) {
  .habilitacion {
    padding: 32px 18px;
  }
  .habilitacion > div:not(.telon) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .habilitacion {
    padding: 16px 10px;
  }
  .habilitacion > div:not(.telon) {
    padding: 15px;
  }
}

@media (max-width: 650px) {
  .habilitacion.habilitacion--argentina {
    padding: 215px 10px 16px;
    background: var(--capa-base, #1b1e23);
  }
  .habilitacion.habilitacion--argentina > .telon {
    inset: 0 0 auto;
    height: 200px;
  }
  .habilitacion.habilitacion--argentina > .telon img,
  .habilitacion.habilitacion--argentina > .telon .reserva {
    object-position: right top;
  }
}
/* ---- ASISTENCIA — canales de soporte ---- */
.asistencia .parcelas {
  align-items: stretch;
}

.asistencia .vinetas {
  margin-top: 0;
}

.consultas__lista {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.consultas__fila {
  border: 1px solid var(--tono-sol, #f2b01e);
  border-radius: var(--radio-xl, 14px);
  overflow: hidden;
  background: var(--capa-losa, #262b32);
  transition: border-color var(--suave);
}
.consultas__fila:has(.consulta-fila__titulo.abierta) {
  border-color: transparent;
}

.consulta-fila__titulo {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 46px 14px 16px;
  background: var(--capa-nucleo, #1b1e23);
  color: var(--tinta-viva, #f7f9fb);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  transition: filter var(--suave);
}
.consulta-fila__titulo::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid var(--tinta-viva, #f7f9fb);
  border-bottom: 2px solid var(--tinta-viva, #f7f9fb);
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.consulta-fila__titulo.abierta::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
@media (hover: hover) {
  .consulta-fila__titulo:hover {
    filter: brightness(1.05);
  }
}
@media (max-width: 850px) {
  .consulta-fila__titulo {
    font-size: 14px;
  }
}

.consulta-fila__detalle {
  border-top: 1px solid var(--tono-sol, #f2b01e);
  padding: 0 16px;
}
.consulta-fila__detalle p {
  padding: 14px 0;
  margin: 0;
}

.testimonios__carrusel {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}

.testimonios__tira {
  display: flex;
  gap: 20px;
  width: max-content;
}

.testimonios__retrato {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #262b32 0%, #191d21 100%);
  border: 2px solid rgba(242, 176, 30, 0.6);
  box-shadow: 0 0 14px rgba(242, 176, 30, 0.25);
  color: var(--tono-sol, #f2b01e);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.testimonios__retrato img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.testimonios__tarjeta {
  flex: none;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--radio-xl, 14px);
  border: 1px solid rgba(242, 176, 30, 0.35);
  background: linear-gradient(180deg, rgba(38, 43, 50, 0.9) 0%, rgba(17, 20, 23, 0.9) 100%);
  box-shadow: 0 8px 24px -12px rgba(242, 176, 30, 0.25);
}
@media (max-width: 767px) {
  .testimonios__tarjeta {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .testimonios__tarjeta {
    width: 260px;
  }
}
.testimonios__tarjeta .astros {
  display: flex;
  gap: 4px;
  width: auto;
}
.testimonios__tarjeta .astros svg {
  width: 18px;
  height: 18px;
  fill: var(--tono-sol, #f2b01e);
}
.testimonios__tarjeta .astros svg.translucido {
  fill: rgba(219, 225, 232, 0.25);
}
.testimonios__tarjeta h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: var(--tono-sol, #f2b01e);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.testimonios__tarjeta h3::before {
  display: none;
}
.testimonios__tarjeta p {
  margin: 0;
  font-size: 13.5px;
  text-align: center;
  color: var(--tinta-plena, #dbe1e8);
}

.testimonios__navegacion {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.testimonios__flecha {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tinta-viva, #f7f9fb);
  transition: transform var(--suave), box-shadow var(--suave);
}
.testimonios__flecha svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--tinta-neg, #12151a);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .testimonios__flecha:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -8px rgba(247, 249, 251, 0.6);
  }
}

/* ---- BOLETIN — puntajes de la redacción ---- */
.boletin table tbody td:nth-child(2) {
  white-space: nowrap;
  font-weight: 800;
  color: var(--tono-sol, #f2b01e);
}

/* dos primeras columnas angostas: el resto del ancho va al comentario */
.boletin .cuadro tr > *:nth-child(1) {
  flex: 0 0 160px;
}

.boletin .cuadro tr > *:nth-child(2) {
  flex: 0 0 70px;
}

.boletin .cuadro tr > *:nth-child(3) {
  flex: 1 1 auto;
}

/* ---- COLUMNISTA (balance final): retrato a la izquierda, texto al costado ---- */
.columnista__fila {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-top: 0;
}

.columnista__retrato {
  flex: 0 0 170px;
}
.columnista__retrato img,
.columnista__retrato .reserva {
  width: 170px;
  height: 170px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid var(--borde-vivo, rgba(242, 176, 30, 0.45));
  margin: 0;
}

.columnista__cuerpo {
  flex: 1 1 0;
  min-width: 0;
}
.columnista__cuerpo h3 {
  margin-top: 0;
}
.columnista__cuerpo .columnista__fecha {
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--tinta-leve, #99a3af);
}
.columnista__cuerpo p + p {
  margin-top: 20px;
}
.columnista__cuerpo .cta-oro {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .columnista__fila {
    flex-direction: column;
    align-items: center;
  }
  .columnista__retrato {
    flex: 0 0 auto;
  }
  .columnista__cuerpo {
    width: 100%;
    text-align: center;
  }
  .columnista__cuerpo h3 {
    padding: 0;
  }
  .columnista__cuerpo h3::before {
    display: none;
  }
  .columnista__cuerpo .cta-oro {
    margin-left: auto;
    margin-right: auto;
  }
}
.saludo > .lamina--franja {
  margin-top: 0;
}

.saludo > .lamina--franja + p {
  margin-top: 20px;
}

.tiradas > .lamina--franja {
  margin-bottom: 4px;
}

/* la foto ocupa la segunda columna y estira hasta la altura del texto */
.devolucion .parcelas > div:last-child {
  flex: 0 0 min(46%, 520px);
  align-self: stretch;
  min-height: 0;
}
.devolucion .parcelas > div:last-child img:not(:where(.icono, .isologo)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .devolucion .parcelas > div:last-child {
    flex: 0 0 260px;
    width: 100%;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .devolucion .parcelas > div:last-child {
    flex: 0 0 210px;
    min-height: 210px;
  }
}

.fugaces .parcelas--espejo > div:first-child {
  align-self: stretch;
  min-height: 0;
}
.fugaces .parcelas--espejo > div:first-child img:not(:where(.icono, .isologo)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .fugaces .parcelas--espejo > div:first-child {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .fugaces .parcelas--espejo > div:first-child {
    min-height: 210px;
  }
}

.fugaces .parcelas--espejo > div:last-child h3:first-child {
  margin-top: 0;
}

.juegocuidado .parcelas > div:last-child img {
  object-position: center 26%;
}

.montaje .parcelas {
  align-items: stretch;
}

.montaje .parcelas--espejo > div:first-child img {
  object-position: left center;
}

.montaje .secuencia {
  margin-top: 12px;
}

/* ---- EXIGENCIAS — requisitos de la app: franja ancha y ficha técnica debajo ---- */
.exigencias > .lamina--franja + .cuadro {
  margin-top: 20px;
}
.exigencias .cuadro--ficha > table tr {
  padding: 13px 20px;
}
.exigencias .cuadro--ficha > table th {
  flex: 0 0 34%;
}
@media (max-width: 850px) {
  .exigencias .cuadro--ficha > table {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .exigencias .cuadro--ficha > table {
    min-width: 460px;
  }
  .exigencias .cuadro--ficha > table tr {
    gap: 14px;
    padding: 12px 14px;
  }
  .exigencias .cuadro--ficha > table th {
    flex: 0 0 38%;
  }
}

.modulo.perdida {
  min-height: 560px;
  padding: clamp(24px, 4vw, 52px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 80px);
  text-align: center;
}
.modulo.perdida::before {
  content: "";
  position: absolute;
  inset: auto 4% 0 auto;
  width: min(42vw, 520px);
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 102, 60, 0.2), transparent 68%);
  pointer-events: none;
}

.perdida__leyenda {
  flex: 1 1 620px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.perdida__leyenda p {
  max-width: 620px;
}
.perdida__personaje {
  position: relative;
  flex: 0 1 390px;
  align-self: stretch;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.perdida__globo {
  position: absolute;
  top: auto;
  bottom: 445px;
  left: 0;
  z-index: 2;
  width: max-content;
  max-width: 240px;
  margin: 0;
  padding: 13px 20px;
  border: 2px solid var(--tono-sol, #f2b01e);
  border-radius: 22px;
  background: var(--tinta-viva, #f7f9fb);
  color: var(--tinta-neg, #12151a);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.perdida__globo strong {
  color: #d8663c;
}
.perdida__globo::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -15px;
  width: 25px;
  height: 25px;
  background: var(--tinta-viva, #f7f9fb);
  border-right: 2px solid var(--tono-sol, #f2b01e);
  border-bottom: 2px solid var(--tono-sol, #f2b01e);
  transform: skew(18deg) rotate(38deg);
}
.modulo .perdida__lechuza, .perdida__lechuza {
  width: min(100%, 360px);
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
  .modulo.perdida {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  .perdida__leyenda {
    display: contents;
  }
  .perdida__leyenda h2 {
    order: 1;
  }
  .perdida__leyenda p {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .perdida__personaje {
    order: 3;
    width: 100%;
    min-height: 350px;
    align-self: auto;
    /* keeps the speech bubble clear of the paragraph above on narrow screens */
    margin-top: 14px;
  }
  .perdida__leyenda .cta-oro {
    order: 4;
  }
  .perdida__globo {
    top: auto;
    bottom: 330px;
    left: 50%;
    transform: translateX(-85%) rotate(-3deg);
    font-size: 16px;
  }
  .modulo .perdida__lechuza, .perdida__lechuza {
    width: min(100%, 280px);
    height: 350px;
  }
}
@media (max-width: 450px) {
  .perdida__globo {
    left: 8px;
    transform: rotate(-3deg);
  }
}
.rasqueta-muelle {
  --corrido: 118px;
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 45;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  translate: var(--corrido) 0;
  transition: translate 0.45s cubic-bezier(0.3, 1.25, 0.4, 1);
}
.rasqueta-muelle.abierto {
  translate: 0 0;
}

.rasqueta-muelle__boton {
  flex: 0 0 auto;
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--veta-sol, linear-gradient(180deg, #ffdd7a 0%, #a97a07 100%));
  color: #12151a;
  cursor: pointer;
  box-shadow: -4px 0 14px rgba(242, 176, 30, 0.35);
}
.rasqueta-muelle__boton svg {
  fill: none;
  transition: transform 0.3s ease;
  animation: ar-flecha-guino 1.5s ease-in-out infinite;
}
@media (hover: hover) {
  .rasqueta-muelle__boton:hover {
    filter: brightness(1.08);
  }
}

.rasqueta-muelle.abierto .rasqueta-muelle__boton svg {
  transform: rotate(180deg);
  animation: none;
}

@keyframes ar-flecha-guino {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.rasqueta-gatillo {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 16/9;
  margin: 0 10px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.48));
  cursor: pointer;
  isolation: isolate;
  animation: ar-raspa-flote 3.2s ease-in-out infinite;
}
.rasqueta-gatillo img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.rasqueta-gatillo span {
  position: absolute;
  inset: 30% 20% 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  color: #ffe8a8;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .rasqueta-gatillo:hover {
    animation-play-state: paused;
    filter: drop-shadow(0 12px 24px rgba(242, 176, 30, 0.42));
    transform: rotate(1deg) scale(1.06);
  }
}

@keyframes ar-raspa-flote {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
.rasqueta {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 17, 20, 0.78);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.rasqueta.encendido {
  opacity: 1;
}

.rasqueta__tarjeta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(94vw, 760px);
  padding: 62px 88px 48px;
  background: url("../images/rasqueta-ticket.webp") center/100% 100% no-repeat;
  text-align: center;
  transform: rotate(-3deg);
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 20px rgba(242, 176, 30, 0.35));
  animation: ar-raspa-brillo 2.6s ease-in-out infinite;
}

@keyframes ar-raspa-brillo {
  0%, 100% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(242, 176, 30, 0.3));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 36px rgba(242, 176, 30, 0.6));
  }
}
.rasqueta__marca {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1e2229;
  margin: 0 0 6px;
}

.rasqueta__nro {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #1e2229;
  margin-top: 14px;
}

.rasqueta__cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(18, 21, 26, 0.7);
  color: var(--tinta-leve, #99a3af);
  font-size: 22px;
  line-height: 1;
  transition: color var(--suave), background var(--suave);
}
@media (hover: hover) {
  .rasqueta__cerrar:hover {
    color: var(--tinta-viva, #f7f9fb);
    background: rgb(18, 21, 26);
  }
}

.rasqueta__titulo {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #14171b;
  margin: 0;
}

.rasqueta__bajada {
  font-size: 13px;
  color: #262c34;
  margin-top: 4px;
}

.rasqueta__zona {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 16px;
  border-radius: var(--radio-lg, 10px);
  overflow: hidden;
}

.rasqueta__premio {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: radial-gradient(60% 80% at 50% 0%, rgba(242, 176, 30, 0.15) 0%, transparent 100%), var(--capa-honda, #12151a);
  color: var(--tinta-viva, #f7f9fb);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.rasqueta__premio b {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--tono-sol, #f2b01e);
}
.rasqueta__premio span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tinta-plena, #dbe1e8);
}

.rasqueta__lamina {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: none;
  transition: opacity 0.6s ease;
}
.rasqueta__lamina.limpiado {
  opacity: 0;
  pointer-events: none;
}

.rasqueta__ficha {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45%;
  background: linear-gradient(90deg, #6b4c04 0%, #ab7c08 12%, #ffe8a8 42%, #8a6206 70%, #543c03 100%);
  border: 2px solid #513a03;
  box-shadow: inset 3px 0 4px rgba(255, 255, 255, 0.55), inset -3px 0 4px rgba(80, 57, 3, 0.55), 5px 8px 12px rgba(0, 0, 0, 0.48);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-18deg);
  transition: opacity 0.15s ease;
  z-index: 2;
}
.rasqueta__ficha.a-la-vista {
  opacity: 1;
}
.rasqueta__ficha.frotando {
  animation: ar-ficha-frote 0.35s ease-in-out infinite;
}

.rasqueta__gane {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 8px 22px;
  border: 3px solid var(--tono-sol, #f2b01e);
  border-radius: 10px;
  background: rgba(18, 21, 26, 0.78);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(20px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--tono-sol, #f2b01e);
  text-shadow: 0 2px 0 rgba(110, 79, 4, 0.8), 0 6px 18px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
}

.rasqueta__tarjeta.premiado .rasqueta__gane {
  animation: ar-gane-sello 0.55s cubic-bezier(0.2, 1.4, 0.4, 1) 0.25s forwards;
}

@keyframes ar-gane-sello {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-7deg) scale(1);
  }
}
.rasqueta__viruta {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(135deg, #ffe8a8 0%, #f2b01e 55%, #a07307 100%);
  box-shadow: 0 0 4px rgba(242, 176, 30, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: ar-viruta-caida var(--dura, 0.7s) ease-in forwards;
}

@keyframes ar-viruta-caida {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--fx, 0px)), calc(-50% + var(--fy, 60px))) rotate(var(--giro, 180deg));
  }
}
@keyframes ar-ficha-frote {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(0.96);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
.rasqueta__cta.cta-oro {
  margin-top: 20px;
  opacity: 0.45;
  filter: saturate(0.5);
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.rasqueta__tarjeta.premiado .rasqueta__cta.cta-oro {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.rasqueta__tarjeta.premiado .rasqueta__premio b {
  animation: ar-premio-salto 0.6s ease;
}

@keyframes ar-premio-salto {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 450px) {
  .rasqueta-muelle {
    --corrido: 92px;
    top: auto;
    bottom: 150px;
    transform: none;
  }
  .rasqueta-muelle__boton {
    width: 26px;
    height: 50px;
  }
  .rasqueta-gatillo {
    width: 78px;
    margin: 0 6px;
  }
  .rasqueta-gatillo span {
    font-size: 7px;
  }
  .rasqueta {
    padding: 10px;
  }
  .rasqueta__tarjeta {
    padding: 34px 20px 26px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: rotate(-2deg);
  }
  .rasqueta__premio b {
    font-size: 36px;
  }
  .rasqueta__premio {
    font-size: 15px;
  }
}
:focus-visible {
  outline: 2px solid var(--tono-sol, #2fbf8f);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
