/* ============================================================
   spain22bet.com — satélite 22Bet España
   El marco (cabecera/pie) mantiene el teal de la marca 22Bet.
   El interior vive sobre arena cálida con el rojo y el oro de
   la bandera española y celosía andalusí de fondo.
   ============================================================ */

:root {
  --marco: #054248;
  --marco-panel: #054146;
  --pagina: #04383d;
  --es-rojo: #aa151b;
  --es-rojo-hondo: #7d0f14;
  --es-rojo-palido: #fbeceb;
  --es-rojo-linea: #f0cfcd;
  --es-oro: #f1bf00;
  --es-oro-hondo: #c79a00;
  --verde-cta: #2eb256;
  --verde-cta-hondo: #2ca331;
  --tinta: #2a2724;
  --tinta-suave: #3e3a35;
  --tinta-floja: #756d63;
  --arena: #f8f3e8;
  --arena-honda: #efe7d6;
  --arena-linea: #e0d5be;
  --entrar-bg: #185b62;
  --radio: 4px;
  --ancho: 1200px;
  --tf: "Open Sans", Arial, sans-serif;
  --tf-titulo: "Roboto Condensed", "Open Sans", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--tf);
  font-size: 15px;
  line-height: 1.7;
  color: var(--tinta);
  background-color: var(--pagina);
  /* Celosía andalusí discreta sobre el teal de la marca */
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.055' stroke-width='1.3'%3E%3Cpath d='M30 0l30 30-30 30L0 30z'/%3E%3Cpath d='M0 0h60v60H0z'/%3E%3Cpath d='M30 12l18 18-18 18-18-18z'/%3E%3Ccircle cx='30' cy='30' r='5'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(1200px 560px at 50% 0%, #0a636b 0%, var(--pagina) 60%, #032b30 100%);
  background-attachment: scroll, fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--es-rojo); text-decoration: none; }
a:hover { text-decoration: underline; }

.contenedor {
  max-width: var(--ancho);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ BARRA DE PROGRESO ============ */

.progreso {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--es-rojo) 0%, var(--es-rojo) 25%, var(--es-oro) 25%, var(--es-oro) 75%, var(--es-rojo) 75%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ CABECERA ============ */

.cabecera {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--marco);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.cabecera__fila {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.marca-sitio { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.marca-sitio img { height: 44px; width: auto; }

.nav-principal { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.nav-principal a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.nav-principal a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.nav-principal a.nav--activo { background: var(--es-rojo); }

.cabecera__acciones { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.pastilla {
  background: var(--verde-cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.pastilla:hover { background: var(--verde-cta-hondo); text-decoration: none; }
.pastilla--oscura { background: var(--entrar-bg); }
.pastilla--oscura:hover { background: #0c4a50; }

.bandera {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.bandera svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.hamburguesa {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.hamburguesa span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.hamburguesa.hamburguesa--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburguesa.hamburguesa--x span:nth-child(2) { opacity: 0; }
.hamburguesa.hamburguesa--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.cortina {
  display: none;
  background: var(--marco-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.cortina.cortina--abierta { display: block; }
.cortina a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.cortina a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.cortina__acciones {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.cortina__acciones a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--verde-cta);
  transition: background .2s;
}
.cortina__acciones a:hover { background: var(--verde-cta-hondo); }
.cortina__acciones a.cortina__oscura { background: var(--entrar-bg); }
.cortina__acciones a.cortina__oscura:hover { background: #0c4a50; }

/* ============ PORTADA (hero) ============ */

.portada {
  margin-top: 72px;
  background: linear-gradient(128deg, #021b1f 0%, var(--marco) 55%, #0a636b 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--es-oro);
}

.portada__fila {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.portada__fondo {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--ancho));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.portada__fondo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 22, 25, .95) 0%, rgba(4, 50, 55, .74) 40%, rgba(10, 99, 107, .1) 74%);
}

.portada__texto { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.portada h1 {
  font-family: var(--tf-titulo);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.portada h1 .destello { color: var(--es-oro); text-shadow: 0 0 16px rgba(241, 191, 0, .35); }

.portada__lead {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.portada__botones { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.insignia {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid var(--es-oro);
  color: #fff;
  border-radius: 38px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
}
.insignia .estrella { color: var(--es-oro); }
.portada__nota { margin-bottom: 16px; }

/* ============ BOTONES ============ */

.boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--tf);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  border: 0;
  border-radius: 38px;
  padding: 14px 32px;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s, color .2s;
  text-align: center;
}
.boton:hover { text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0, 0, 0, .26); }
.boton--jugar { background: var(--es-rojo); }
.boton--jugar:hover { background: var(--es-rojo-hondo); }
.boton--bono { background: linear-gradient(180deg, var(--es-oro) 0%, var(--es-oro-hondo) 100%); color: #3a2c00; }
.boton--bono:hover { background: linear-gradient(180deg, #ffd42e 0%, var(--es-oro) 100%); color: #3a2c00; }
.boton--verde { background: var(--verde-cta); }
.boton--verde:hover { background: var(--verde-cta-hondo); }
.boton--vacio {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .6);
}
.boton--vacio:hover { background: rgba(255, 255, 255, .14); }
.boton svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ============ CUERPO / BLOQUES ============ */

.cuerpo { padding: 30px 0 50px; }

.bloque {
  background: var(--arena);
  border: 1px solid var(--arena-linea);
  border-top: 5px solid var(--es-rojo);
  border-radius: var(--radio);
  padding: 32px 40px 34px;
  margin-bottom: 24px;
  box-shadow: 0 3px 16px rgba(0, 18, 20, .24);
  position: relative;
}
.bloque::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--es-oro);
}

.bloque > *:last-child { margin-bottom: 0; }

.bloque h2 {
  font-family: var(--tf-titulo);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: var(--es-rojo);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--es-oro);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bloque h2::before {
  content: "";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Estrella andalusí de ocho puntas: dos cuadrados girados */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cg fill='%23f1bf00' stroke='%23aa151b' stroke-width='1.2' stroke-linejoin='round'%3E%3Crect x='4.4' y='4.4' width='17.2' height='17.2'/%3E%3Crect x='4.4' y='4.4' width='17.2' height='17.2' transform='rotate(45 13 13)'/%3E%3C/g%3E%3Ccircle cx='13' cy='13' r='3.4' fill='%23aa151b'/%3E%3C/svg%3E");
}

.bloque h3 {
  font-family: var(--tf-titulo);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tinta-suave);
  margin: 26px 0 12px;
  padding-left: 14px;
  border-left: 4px solid var(--es-oro);
}

.bloque p { margin-bottom: 14px; }
.bloque ol { margin: 0 0 16px 22px; }
.bloque li { margin-bottom: 8px; }

.bloque ul {
  list-style: none;
  margin: 0 0 16px;
}
.bloque ul li {
  position: relative;
  padding-left: 30px;
}
.bloque ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../imagenes/punto-principal.webp");
}

.nota-fina {
  font-size: 13.5px;
  color: var(--tinta-floja);
  font-style: italic;
}

/* ============ FIGURA ============ */

.figura {
  margin: 20px 0 18px;
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 18, 20, .2);
  border: 1px solid var(--arena-linea);
}
.figura img { width: 100%; }
.figura figcaption {
  background: var(--es-rojo);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 3px solid var(--es-oro);
}

/* ============ MIGAS ============ */

.migas {
  margin-bottom: 14px;
  font-size: 13px;
}
.migas ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.migas li { color: rgba(255, 255, 255, .78); }
.migas li + li::before { content: "›"; margin-right: 6px; color: var(--es-oro); }
.migas a { color: #fff; }
.migas a:hover { color: var(--es-oro); }

/* ============ TABLAS ============ */

.tablero {
  margin: 18px 0;
  border: 1px solid var(--es-rojo-linea);
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0, 18, 20, .12);
  background: #fffdf8;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, var(--es-rojo) 0%, var(--es-rojo-hondo) 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 11px 12px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid var(--es-oro);
}

tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--arena-linea);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: #f6f0e2; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--es-rojo-palido); }
tbody tr:hover th { background: var(--es-rojo-linea); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--arena-linea);
  text-align: left;
  background: var(--es-rojo-palido);
  color: var(--tinta-suave);
  font-weight: 600;
  vertical-align: top;
}

/* Tablas anchas: los encabezados se parten para no estrechar los datos */
table.tabla--fina { font-size: 12.5px; }
table.tabla--fina thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.tabla--fina tbody td { padding: 10px 9px; }
table.tabla--fina tbody td:nth-child(2) { min-width: 122px; }

/* ============ BALANCE (ventajas / desventajas) ============ */

.balance { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 18px 0; }
.balance--pro, .balance--contra { padding: 20px 22px; border-radius: var(--radio); }
.balance--pro { background: #eef7f0; border: 1px solid #cbe6d3; border-top: 3px solid var(--verde-cta-hondo); }
.balance--contra { background: var(--es-rojo-palido); border: 1px solid var(--es-rojo-linea); border-top: 3px solid var(--es-rojo); }
.balance--pro h3, .balance--contra h3 {
  margin-top: 0;
  font-size: 18px;
  border-left: 0;
  padding-left: 0;
  text-align: center;
}
.balance--pro h3 { color: var(--verde-cta-hondo); }
.balance--contra h3 { color: var(--es-rojo); }
.balance--pro ul, .balance--contra ul { margin: 0; }
.balance--pro ul li::before { background-image: url("../imagenes/punto-bueno.webp"); }
.balance--contra ul li::before { background-image: url("../imagenes/punto-malo.webp"); }

/* ============ PASOS ============ */

.pasos { counter-reset: paso; list-style: none; margin: 16px 0 !important; }
.pasos li {
  counter-increment: paso;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.pasos li::before {
  content: counter(paso);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--es-rojo);
  border: 2px solid var(--es-oro);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ CHOLLOS (banners) ============ */

.chollo {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #021b1f 0%, var(--marco) 68%, #0a636b 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radio);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 18, 20, .3);
}
.chollo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 22, 25, .94) 0%, rgba(4, 50, 55, .76) 46%, rgba(10, 99, 107, .1) 78%);
  pointer-events: none;
}
.chollo--caliente::before {
  background: linear-gradient(100deg, rgba(58, 6, 8, .94) 0%, rgba(122, 15, 20, .76) 46%, rgba(170, 21, 27, .1) 78%);
}

.chollo__texto { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.chollo__texto .chollo__cta { margin-top: 18px; }

.chollo__etiqueta {
  color: var(--es-oro);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 4px;
}
.chollo__titulo {
  font-family: var(--tf-titulo);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.chollo__sub { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ FRANJA DE LA APP ============ */

.movil {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #021b1f 0%, var(--marco) 60%, #0a636b 100%);
  border-radius: var(--radio);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 18, 20, .3);
}
.movil__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.movil__foto img { border-radius: var(--radio); }
.movil__texto { flex: 1; position: relative; z-index: 1; }
.movil__titulo {
  font-family: var(--tf-titulo);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.movil__sub { color: rgba(255, 255, 255, .88); font-size: 14px; }
.movil__tiendas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.tienda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #04262a;
  border: 1px solid var(--es-oro);
  color: #fff;
  border-radius: var(--radio);
  padding: 10px 22px 10px 16px;
  transition: background .2s;
  min-width: 218px;
}
.tienda:hover { background: #0a3d43; text-decoration: none; }
.tienda svg { width: 30px; height: 30px; flex-shrink: 0; }
.tienda__txt { line-height: 1.2; text-align: center; }
.tienda__mini { display: block; font-size: 11px; opacity: .82; }
.tienda__grande { display: block; font-size: 17px; font-weight: 700; }

/* ============ TAPETES (juegos de mesa) ============ */

.tapetes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 0;
}
.tapete {
  flex: 1 1 300px;
  max-width: calc((100% - 36px) / 3);
  background: var(--arena-honda);
  border: 1px solid var(--arena-linea);
  border-radius: var(--radio);
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
.tapete:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 18, 20, .18);
  border-color: var(--es-oro);
}
.tapete__icono {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
}
.tapete__nombre {
  font-family: var(--tf-titulo);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--es-rojo);
  text-align: center;
  margin-bottom: 10px;
}
.tapete p { margin-bottom: 0; font-size: 14.5px; }

/* ============ GALERÍA DE TRAGAPERRAS ============ */

.tragaperras {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 6px;
}
.tragaperra {
  position: relative;
  display: block;
  border-radius: var(--radio);
  overflow: hidden;
  background: #04262a;
  border: 1px solid var(--es-oro);
  box-shadow: 0 3px 12px rgba(0, 18, 20, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.tragaperra:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(0, 18, 20, .32); text-decoration: none; }
.tragaperra__arte { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.tragaperra:hover .tragaperra__arte { transform: scale(1.06); }
.tragaperra__brillo {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.tragaperra:hover .tragaperra__brillo { left: 115%; }
.tragaperra__barra {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(2, 22, 25, 0) 0%, rgba(2, 22, 25, .86) 55%, rgba(2, 22, 25, .96) 100%);
}
.tragaperra__marca {
  display: block;
  color: var(--es-oro);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.tragaperra__nombre {
  display: block;
  color: #fff;
  font-family: var(--tf-titulo);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.tragaperras-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ OPINIONES (carrusel infinito) ============ */

.opiniones { position: relative; margin-top: 22px; }

.opiniones__pista {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.opiniones__pista::-webkit-scrollbar { display: none; }
.opiniones__pista.opiniones__pista--arrastre { cursor: grabbing; scroll-behavior: auto; }

.opinion {
  flex: 0 0 calc((100% - 36px) / 3);
  background: #fff;
  border: 1px solid var(--arena-linea);
  border-top: 3px solid var(--es-rojo);
  border-radius: var(--radio);
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.opinion:hover {
  box-shadow: 0 8px 22px rgba(0, 18, 20, .16);
  border-color: var(--es-oro);
  border-top-color: var(--es-oro);
  background: #fffdf6;
}
.opinion::before {
  content: "\201D";
  position: absolute;
  top: 6px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: .82;
  color: var(--es-oro);
  opacity: .24;
  pointer-events: none;
}

.opinion__cabeza { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.opinion__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--es-oro);
  box-shadow: 0 2px 8px rgba(0, 18, 20, .2);
}
.opinion__quien { min-width: 0; }
.opinion__nombre {
  display: block;
  font-family: var(--tf-titulo);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--es-rojo);
}
.opinion__fila { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.opinion__nota {
  background: linear-gradient(180deg, var(--es-oro) 0%, var(--es-oro-hondo) 100%);
  color: #3a2c00;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: 38px;
  padding: 2px 10px;
  flex-shrink: 0;
}
.opinion__estrellas { color: var(--es-oro-hondo); font-size: 13px; letter-spacing: 2px; }
.opinion__texto { font-style: italic; color: var(--tinta); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.opiniones__mandos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.opiniones__flecha {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--es-rojo);
  color: #fff;
  border: 2px solid var(--es-oro);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, opacity .2s;
}
.opiniones__flecha:hover { background: var(--es-rojo-hondo); }
.opiniones__flecha svg { width: 18px; height: 18px; }

.opiniones__puntos { display: flex; align-items: center; gap: 8px; }
.opiniones__punto {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--arena-linea);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.opiniones__punto:hover { background: var(--es-rojo-linea); }
.opiniones__punto.opiniones__punto--activo { background: var(--es-rojo); width: 24px; border-radius: 6px; }

/* ============ NOTA GLOBAL ============ */

.nota-global {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 4px 12px;
  background: linear-gradient(120deg, var(--es-rojo) 0%, var(--es-rojo-hondo) 100%);
  color: #fff;
  border-radius: var(--radio);
  border-top: 4px solid var(--es-oro);
  padding: 18px 26px;
  margin-top: 18px;
}
.nota-global__valor {
  font-family: var(--tf-titulo);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--es-oro);
}
.nota-global__etiqueta { font-size: 15px; font-weight: 700; text-transform: uppercase; }

/* ============ ACORDEÓN (FAQ) ============ */

.acordeon-lista { margin-top: 6px; }
.acordeon { border-bottom: 1px solid var(--arena-linea); }
.acordeon summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tinta-suave);
  padding: 15px 34px 15px 0;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease, padding-left .18s ease;
}
.acordeon summary::-webkit-details-marker { display: none; }
.acordeon summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--es-rojo);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, background .2s;
}
.acordeon summary:hover { color: var(--es-rojo); padding-left: 6px; }
.acordeon summary:hover::after { transform: translateY(-50%) scale(1.12); background: var(--es-rojo-hondo); }
.acordeon[open] summary::after { content: "\2212"; background: var(--es-oro-hondo); }
.acordeon[open] summary:hover::after { background: var(--es-oro); }
.acordeon .acordeon__cuerpo { padding: 0 0 16px; }
.acordeon .acordeon__cuerpo p { margin-bottom: 8px; }

/* ============ FIRMA ============ */

.firma {
  background: var(--es-rojo-palido);
  border-left: 4px solid var(--es-rojo);
  border-right: 4px solid var(--es-oro);
  border-radius: var(--radio);
  padding: 22px 26px;
  font-style: italic;
}
.firma__nombre { font-weight: 700; font-style: normal; color: var(--es-rojo); }

/* ============ PIE ============ */

.pie {
  background: var(--marco);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
  margin-top: 20px;
}
.pie__rejilla {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.pie__quienes img { height: 40px; width: auto; margin-bottom: 14px; }
.pie__quienes p { font-size: 13px; line-height: 1.6; }

.pie__columna h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.pie__columna h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: #2da6b1;
  border-radius: 2px;
}
.pie__columna ul { list-style: none; margin-top: 12px; }
.pie__columna li { margin-bottom: 9px; }
.pie__columna a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.pie__columna a:hover { color: #fff; }

.pie__aviso {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.edad {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid #f04c44;
  color: #f04c44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.pie__aviso p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.pie__base {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ BOTÓN ARRIBA ============ */

.arriba {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--es-rojo);
  color: #fff;
  border: 2px solid var(--es-oro);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background .2s;
  z-index: 90;
}
.arriba.arriba--visible { opacity: 1; visibility: visible; transform: translateY(0); }
.arriba:hover { background: var(--es-rojo-hondo); }
.arriba svg { width: 22px; height: 22px; }

/* ============ APARICIÓN AL DESPLAZAR ============ */

.aparece { opacity: 0; transform: translateY(18px); }
.aparece.aparece--visible {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .aparece { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.perdida {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.perdida__codigo {
  font-family: var(--tf-titulo);
  font-size: 130px;
  font-weight: 700;
  color: var(--es-oro);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.perdida h1 { color: #fff; font-family: var(--tf-titulo); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.perdida p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ PÁGINAS LEGALES ============ */

.fecha-doc { font-size: 13.5px; color: var(--tinta-floja); margin-bottom: 18px; }

/* ============ RESPONSIVE ============ */

@media (max-width: 1080px) {
  .cabecera__fila { gap: 10px; }
  .marca-sitio img { height: 38px; }
  .nav-principal { gap: 2px; }
  .nav-principal a { padding: 9px 11px; font-size: 12px; }
  .pastilla { padding: 10px 16px; font-size: 12px; }
  .cabecera__acciones { gap: 8px; }
  .bandera { font-size: 12px; gap: 6px; }
  .bandera svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .portada h1 { font-size: 36px; }
  .pie__rejilla { grid-template-columns: 1fr 1fr; }
  .bloque { padding: 28px 26px; }
  .tragaperras { grid-template-columns: repeat(3, 1fr); }
  .tapete { max-width: calc((100% - 18px) / 2); }
  .opinion { flex-basis: calc((100% - 18px) / 2); }

  .tablero {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tablero table { min-width: 500px; }
  .tablero thead th,
  .tablero tbody td,
  .tablero tbody th { min-width: 140px; }
  .tablero table.tabla--fina thead th,
  .tablero table.tabla--fina tbody td,
  .tablero table.tabla--fina tbody th { min-width: 120px; }
  .tablero tbody tr > *:first-child,
  .tablero thead th:first-child { min-width: 160px; }
}

@media (max-width: 860px) {
  .nav-principal, .cabecera__acciones { display: none; }
  .bandera { margin-left: auto; }
  .hamburguesa { display: block; }
  .portada__fila { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .portada__texto { width: 100%; max-width: 100%; }
  .portada__fondo::after {
    background: linear-gradient(180deg, rgba(2, 22, 25, .7) 0%, rgba(2, 22, 25, .7) 60%, rgba(2, 22, 25, .68) 100%);
  }
  .portada h1 { font-size: 30px; }
  .portada h1, .portada__lead, .migas {
    text-shadow:
      0 0 2px rgba(0, 14, 16, .98),
      0 1px 4px rgba(0, 14, 16, .95),
      0 2px 12px rgba(0, 14, 16, .92);
  }
  .balance { grid-template-columns: 1fr; }
  .chollo, .movil { flex-direction: column; align-items: flex-start; }
  .chollo::before, .chollo--caliente::before { background: none; }
  .chollo__texto {
    max-width: 100%;
    background: rgba(2, 22, 25, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--radio);
    padding: 22px 20px;
  }
  .chollo--caliente .chollo__texto { background: rgba(58, 6, 8, .74); }
  .movil__foto { flex-basis: auto; max-width: 280px; }
  .movil__tiendas { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .tienda { flex: 1 1 218px; max-width: 300px; }
  .pie__base { flex-direction: column; text-align: center; }
}

@media (max-width: 700px) {
  .portada__fondo { background-position: 70% center; }
  .tragaperras { grid-template-columns: repeat(2, 1fr); }
  .tapete { max-width: 100%; }
  .opinion { flex-basis: 100%; }
}

@media (max-width: 560px) {
  .pie__rejilla { grid-template-columns: 1fr; text-align: center; }
  .pie__quienes img { margin-left: auto; margin-right: auto; }
  .pie__aviso { flex-direction: column; text-align: center; }
  .bloque { padding: 22px 16px; }
  .bloque h2 { font-size: 23px; }
  .portada h1 { font-size: 26px; }
  .perdida__codigo { font-size: 90px; }

  .portada__texto,
  .chollo__texto,
  .movil__texto { text-align: center; width: 100%; }
  .portada__botones,
  .chollo__cta,
  .movil__tiendas,
  .migas ol { justify-content: center; }
  .chollo__cta, .movil__tiendas { display: flex; width: 100%; }
  .portada__fila, .chollo, .movil { align-items: center; }
  .portada__nota { align-self: center; }
}

@media (max-width: 450px) {
  .contenedor { padding: 0 10px; }
  .cabecera__fila { height: 60px; gap: 10px; }
  .marca-sitio img { height: 34px; }
  .bandera svg { width: 26px; height: 17px; }
  .bandera { font-size: 12px; gap: 6px; }
  .portada { margin-top: 60px; }
  .bloque { padding: 18px 12px; }
  .chollo, .movil { padding: 20px 14px; }
  .portada__fila { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

@media (max-width: 400px) {
  .cortina__acciones { flex-direction: column; align-items: center; }
  .cortina__acciones a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .cabecera__fila { height: 54px; gap: 8px; }
  .marca-sitio img { height: 28px; }
  .bandera svg { width: 22px; height: 15px; }
  .bandera { font-size: 11px; gap: 5px; }
  .hamburguesa { padding: 6px; }
  .hamburguesa span { width: 22px; height: 2.5px; margin: 4px 0; }
  .hamburguesa.hamburguesa--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .hamburguesa.hamburguesa--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .portada { margin-top: 54px; }
  .perdida { min-height: calc(100vh - 54px); }
}

/* ============ 22BET COUNTRY LINKS ============ */
.pie__paises {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.pie__paises-titulo {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.pie__paises-titulo::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(45, 166, 177);
  border-radius: 2px;
}
.pie__paises-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pie__pais {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.pie__pais:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.pie__pais.pie__pais--actual {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.pie__bandera {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.pie__bandera svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .pie__paises { text-align: center; }
  /* two even columns; every name stays on one line */
  .pie__paises-lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .pie__paises-lista li { min-width: 0; }
  .pie__pais { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .pie__pais-nombre { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .pie__paises-lista { gap: 6px; }
  .pie__pais { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .pie__bandera { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .pie__pais { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .pie__bandera { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .pie__paises-lista { grid-template-columns: minmax(0, 1fr); }
  .pie__pais { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .pie__bandera { width: 22px; height: 15px; }
}
