/* ── FONTS ── */
@font-face {
  font-family: 'FuturaLT';
  src: url('./Futura LT Condensed Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Aplicar fuente a todo el documento - FORZADO */
html,
body,
* {
  font-family: 'FuturaLT' !important;
}

html {
  overflow-x: hidden;
}

html,
body {
  max-width: 100%;
  background-image: url('../PC/fondo@4x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.title-3d {
  position: relative;
  z-index: 12;
  font-size: 56px;
  font-weight: 900;
  color: #ffde07;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -2px;
  text-align: left;
  width: 48%;
  margin: -28px 0 15px;
  padding-left: 16px;
  text-shadow: -2px -2px 0 #001f8d, 2px -2px 0 #001f8d, -2px 2px 0 #001f8d, 2px 2px 0 #001f8d, 0 4px 0 #001f8d;
}

.title-3d img {
  width: 280px;
  max-width: 100%;
  display: block;
  margin: 0;
  transform: translateY(-30px);
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.15));
}

.subtitle-text {
  position: relative;
  z-index: 4;
  width: 240px;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #000;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

/* contenedor de capas del hero */
.hero-imgs {
  position: relative;
}

/* capa 1 — fondo azul (flujo normal, define la altura del hero) */
.hero-fondo {
  width: 75%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

/* capa 2 — abanico izquierdo (debajo del gordo, espejo del derecho) */
.abanico-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 24%;
  max-width: 360px;
  z-index: 2;
  pointer-events: none;
}

/* capa 4 — abanico derecho (encima del gordo) */
.abanico-right {
  position: absolute;
  right: 0;
  top: 30%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}

/* capa 3 — gordo + texto (encima del abanico izquierdo) */
.hero-texto {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
  z-index: 4;
  display: block;
}

/* banner único para móvil — oculto en escritorio */
.hero-banner-movil {
  display: none;
}


/* barra inferior */
.hero-cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 4;
  background: #0d22a4;
  border-top: 3px solid #FFE600;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 10px 12px;
}

/* ════════════════════════════════════
   ELIGE CÓMO VIVIR TU PREMIO
════════════════════════════════════ */
.elige {
  background: transparent;
  padding: 0 16px 0;
  text-align: center;
}

.elige-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  color: #091580;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* líneas laterales */
.elige-title::before,
.elige-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #091580;
  border-radius: 10px;
}

.elige-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}

.elige-380 {
  width: 420px;
  max-width: 550px;
  flex-shrink: 0;
}

.opciones-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 530px;
}

.opciones-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 17px;
}

.elige-desc1 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(48, 47, 47);
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.35;
  text-align: center;
}

.elige-desc2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 60px;
  line-height: 1.35;
  text-align: center;
}

.elige-divider {
  width: 100vw;
  display: block;
  margin-top: -2px;
  margin-left: calc(50% - 50vw);
  height: 288px;
  position: relative;
  background-image: url('../PC/banner mitad@4x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left -40px top;
  border-radius: 0 0 120px 120px;
  overflow: hidden;
}

/* ════════════════════════════════════
   PREMIOS ANTICIPADOS
════════════════════════════════════ */

.anticipados {
  background: transparent;
  padding: 0 0 0 0;
  overflow: visible;
  position: relative;
  z-index: 3;
}

/* Posicionar el contenido sobre el banner y alinear logo/precio como en la referencia */
.elige-divider .anticipados {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
}

.elige-divider .ant-main {
  padding: 6px 56px 0;
  align-items: center;
}

.ant-left {
  padding-left: 16px;
}

.ant-logo {
  width: 420px;
  margin: -40px 0 6px 6px;
}

.ant-right {
  padding-right: 56px;
  padding-top: 6px;
  text-align: right;
}

.ant-precio {
  font-size: 96px;
  line-height: 1;
  color: #091580;
}

/* Texto centrado sobre la forma azul (usar la propia imagen) */
.ant-chance-bar {
  bottom: 4px;
}

.ant-chance-text {
  font-size: 16px;
  max-width: 980px;
}

@media (max-width: 1200px) {
  .ant-precio {
    font-size: 56px;
  }

  .ant-logo {
    width: 420px;
    margin: -40px 0 6px -18px;
  }
}

@media (max-width: 900px) {
  .elige-divider {
    height: 140px;
    border-radius: 0 0 60px 60px;
  }

  .ant-main {
    flex-direction: column;
    padding: 12px 18px 0;
  }

  .ant-logo {
    width: 220px;
    margin: -18px 0 6px;
  }

  .ant-precio {
    font-size: 38px;
  }

  .ant-chance-text {
    font-size: 14px;
  }
}

.ant-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 0;
  gap: 20px;
}

.ant-left {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 18px;
}

.ant-logo {
  width: 420px;
  max-width: 100%;
  display: block;
  margin: -30px 0 6px -18px;
  /* elevar ligeramente el logo para que asome sobre el banner */
}

.ant-rules {
  font-size: 10px;
  color: #222;
  line-height: 1.55;
  text-align: left;
  max-width: 230px;
}

.ant-divider {
  width: 2px;
  background: rgba(0, 0, 0, 0.08);
  align-self: stretch;
  margin: 0 12px;
  flex-shrink: 0;
}

.ant-right {
  flex: 1;
  text-align: right;
  padding-right: 24px;
}

.ant-sub {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 0;
}

.ant-precio {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
  color: #091580;
}

.ant-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ant-iphone {
  width: 35%;
  max-width: 110px;
  display: block;
}

.ant-info {
  text-align: left;
  color: #111;
}

.ant-detalle {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 4px;
  color: #222;
}

.ant-model {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #091580;
}

.ant-size {
  font-size: 11px;
  color: #333;
}

.ant-chance-bar {
  background: transparent;
  /* usar la forma azul del banner, no crear una nueva */
  color: #fff;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  /* posiciona el texto sobre la forma azul del banner */
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-chance-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  max-width: 1100px;
  display: inline-block;
  padding: 6px 18px;
  /* un poco de espacio alrededor del texto */
}

.ant-chance-text strong {
  font-weight: 900;
}

/* Responsive tweaks for smaller screens */
@media (max-width: 900px) {
  .ant-main {
    flex-direction: column;
    align-items: center;
  }

  .ant-left {
    flex: 0 0 auto;
    align-items: center;
    padding-left: 0;
  }

  .ant-right {
    text-align: center;
    padding-right: 0;
  }

  .ant-precio {
    font-size: 44px;
  }

  .ant-logo {
    width: 220px;
    margin-bottom: 8px;
    margin-top: 0;
  }

  .ant-chance-bar {
    width: calc(100% - 40px);
    bottom: 4px;
    padding: 0 10px;
    border-radius: 0;
  }

  .ant-chance-text {
    font-size: 14px;
  }
}

/* evitar que la siguiente sección suba sobre el banner */
.comogas {
  margin-top: -20px;
}

/* ════════════════════════════════════
   ¿CÓMO GANAS?
════════════════════════════════════ */
.comogas {
  padding: 30px 20px 28px;
  text-align: center;
}

/* ====================
   Banner Premios Anticipados (copiado desde mockup)
   ==================== */
.banner-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #ffdf00;
  position: relative;
  overflow: visible;
  /* permitir que el logo sobresalga del contenedor */
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px;
}

.top-section {
  display: flex;
  position: relative;
  padding: 67px 41px 31px 1px;
  /* ajustar espacio superior y margen izquierdo */
  justify-content: flex-start;
  /* alinear al inicio */
  align-items: flex-start;
  gap: 12px;
  /* reducir distancia entre logo y precio */
}

.left-content {
  flex: 0 0 auto;
  text-align: left;
  padding-left: 0;
}

.title-3d {
  position: relative;
  z-index: 10;
  font-size: 56px;
  font-weight: 900;
  color: #ffdf00;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -2px;
  text-align: -100;
  width: 40%;
  margin: -120px 0 10px;
  padding-left: 210px;

  text-shadow:
    -2px -2px 0 #001f8d,
    2px -2px 0 #001f8d,
    -2px 2px 0 #001f8d,
    2px 2px 0 #001f8d,
    0 4px 0 #001f8d;
}

.title-3d img {
  width: 540px;
  max-width: 100%;
  display: block;
  margin: 0;
  transform: translateY(0px);
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .15));
}

.subtitle-text {
  position: relative;
  z-index: 4;
  width: 370%;
  max-width: 508px;
  margin: 3px 0px 0px -3px;
  font-size: 23px;
  font-weight: 700;
  line-height: -1;
  letter-spacing: -0.8px;
  color: #000;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

.right-content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: -30px;
}

.promo-item {
  text-align: center;
  margin-bottom: 20px;
}

.promo-label {
  font-weight: 700;
  color: #000;
}

.promo-value {
  font-size: 120px;
  font-weight: 900;
  color: #001f8d;
  margin: 5px 0;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
  letter-spacing: 2px;
  -webkit-text-stroke: 4px #001f8d;
}

.iphone-promo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: center;
  justify-content: center;
}

.iphone-img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.iphone-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #000;
}

.iphone-model {
  font-size: 52px;
  font-weight: 900;
  color: #000000;
  display: block;
  line-height: 1;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px #000;
}

.iphone-gb {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  display: block;
  text-align: center;
}

.bottom-section {
  background-color: #001f8d;
  color: #ffffff;
  padding: 26px 40px 28px 40px;
  text-align: center;
  border-radius: 100px 100px 0 0;
  margin-top: -40px;
}

.bottom-text {
  font-size: 19px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottom-text-small {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

.bottom-text-large {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-text-stroke: 0.5px #ffffff;
}

.bottom-text span {
  color: #ffdf00;
}

@media (max-width: 1100px) {
  .banner-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .title-3d {
    font-size: 48px;
  }

  .promo-value {
    font-size: 76px;
  }

  .title-3d img {
    width: 200px;
    transform: translateY(-10px);
  }

  .subtitle-text {
    width: 200px;
  }
}

.comogas-title {
  font-size: 25px;
  font-weight: 700;
  color: #091580;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.comogas-title::before,
.comogas-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #091580;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* outer flex: [tiles+labels block] [= instruccion] */
.num-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  margin-left: 200px;
}

.num-tiles-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.num-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.num-row img {
  width: 80px;
  height: 68px;
}

.num-row img[alt="+"] {
  width: 25px;
  height: auto;
}

.num-labels {
  display: flex;
  align-items: flex-start;
}

.lbl-cifras {
  width: 344px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;

  flex-shrink: 0;
}

.lbl-spacer {
  width: 58px;
  flex-shrink: 0;
}

.lbl-global {
  width: 150px;
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  flex-shrink: 0;
  margin-left: -50px;
}

.check::before {
  content: "✔";
  color: #001f8d;
  font-size: 24px;
}

.num-result {
  display: flex;
  align-items: center;
  gap: 6px;
}

.num-instruccion {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  max-width: 150px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-left: -0px;
}

.comogas-boleta {
  font-size: 25px;
  color: #000000;
  margin-bottom: 16px;
}

.comogas-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 2.5px solid #091580;
  border-radius: 10px;
  padding: 9px 24px;
  margin-bottom: 18px;
}

.box-label {
  font-size: 9px;
  font-weight: 700;
  color: #091580;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.box-model {
  font-size: 20px;
  font-weight: 700;
  color: #091580;
}


/* ════════════════════════════════════
   CONDICIONES
════════════════════════════════════ */
.legal {
  padding: 0px 20px 45px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.legal-inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 12000px;
  width: 100%;
  justify-content: center;
  margin-left: 250px;
}

.legal-text {
  flex: 1;
  font-family: 'FuturaLT' !important;
}

.legal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #091580;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
  margin-left: -550px;
}

.legal-title::before,
.legal-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #091580;
  border-radius: 10px;
}

.legal-text ul {
  list-style: disc;
  padding-left: 15px;
}

.legal-text li {
  font-size: 20px;
  color: #000000;
  margin-left: 120px;
  margin-bottom: 12px;
}

.legal-img {
  width: 200px;
  align-self: flex-end;
  margin-left: -550px;
}

.legal-img img {
  width: 100%;
  display: block;
  margin-left: -200px;
}

/* ════════════════════════════════════
   MOBILE RESPONSIVE (max-width: 768px)
════════════════════════════════════ */
@media (max-width: 768px) {

  html,
  body {
    margin: 0;
    padding: 0;
    background-image: url('../MOVIL/fondo movil@4x.png');
  }

  /* Hero Section — móvil */
  .hero-texto {
    display: none;
  }

  /* el wrapper ocupa toda la pantalla */
  .hero-imgs {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: none;
  }

  /* banner completo con border-radius en la parte inferior */
  .hero-banner-movil {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 0 0 50px 50px;
  }

  .hero-fondo {
    display: none;
  }

  /* abanicos entre el fondo azul y el gordo */
  .abanico-left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    max-width: 136px;
    z-index: 2;
    pointer-events: none;
  }

  .abanico-right {
    display: block;
    position: absolute;
    right: 0;
    top: 28%;
    width: 33%;
    max-width: 130px;
    z-index: 2;
    pointer-events: none;
  }

  /* Elige Section */
  .elige-title {
    font-size: 18px;
    gap: 8px;
    margin-top: -30px;
  }

  .elige-title::before,
  .elige-title::after {
    width: 30px;
  }

  .elige-main {
    flex-direction: column;
    align-items: center;
    margin-top: -27px;
    padding: 0;
    gap: 10px;
  }

  .elige-380 {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .opciones-grid {
    flex: unset;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 8px;
    box-sizing: border-box;
  }

  .opciones-grid img {
    height: 80px;
  }

  .elige-desc1 {
    font-size: 13px;
    padding: 0 12px;
  }

  .elige-desc2 {
    font-size: 13px;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  /* Banner Premios Anticipados */
  .banner-container {
    width: 100vw;
    margin: 0 0 20px;
    box-shadow: none;
    overflow: visible;
  }

  .top-section {
    flex-direction: column;
    align-items: center;
    padding: 0 16px 16px;
    gap: 8px;
  }

  .left-content {
    text-align: center;
    width: 100%;
  }

  /* logo sobresalido por encima de la sección amarilla */
  .title-3d {
    font-size: 28px;
    width: 100%;
    margin: -50px 0 4px;
    padding: 0;
    text-align: center;
    line-height: 1;
  }

  .title-3d img {
    width: 240px;
    transform: translateY(0);
    margin: 0 auto 4px;
  }

  .subtitle-text {
    width: 100%;
    max-width: 100%;
    margin: 4px 0 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .br-hide-mobile {
    display: none;
  }

  .right-content {
    width: 100%;
    align-items: center;
    margin-top: 0;
  }

  .promo-item {
    margin-bottom: 6px;
    text-align: center;
  }

  .promo-label {
    font-size: 25px;
  }

  /* precio más redondo y prominente */
  .promo-value {
    font-size: 72px;
    margin: 0;
    letter-spacing: -1px;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
  }

  .iphone-promo {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .iphone-img {
    width: 60px;
    flex-shrink: 0;
  }

  .iphone-text {
    font-size: 14px;
    text-align: center;
  }

  .iphone-model {
    font-size: 30px;
  }

  /* sección azul más pequeña */
  .bottom-section {
    border-radius: 30px 30px 0 0;
    padding: 15px 14px 16px;
    margin-top: -5px;
  }

  .bottom-text {
    gap: 4px;
  }

  .bottom-text-small {
    font-size: 10px;
  }

  .bottom-text-large {
    font-size: 11px;
    letter-spacing: 0.2px;
  }

  /* Cómo Ganas Section */
  .comogas {
    padding: 20px 15px;
  }

  .comogas-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .num-outer {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .num-tiles-col {
    align-items: center;
  }

  .num-row {
    gap: 6px;
  }

  .num-row img {
    width: 50px;
    height: 42px;
  }

  .num-row img[alt="+"] {
    width: 15px;
    height: auto;
  }

  /* keep labels as a row so they align under their tiles */
  .num-labels {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }

  .lbl-cifras {
    width: 218px;
    font-size: 12px;
    text-align: center;
  }

  .lbl-spacer {
    width: 27px;
    flex-shrink: 0;
  }

  .lbl-global {
    width: 80px;
    font-size: 10px;
    margin-left: 0;
    text-align: center;
    line-height: 1.2;
  }

  .num-result {
    justify-content: center;
  }

  .num-instruccion {
    font-size: 13px;
    max-width: 200px;
    text-align: center;
  }

  .comogas-boleta {
    font-size: 14px;
    margin-bottom: -31px;
  }

  .comogas-box {
    padding: 7px 14px;
    margin-bottom: 10px;
  }

  .box-label {
    font-size: 8px;
  }

  .box-model {
    font-size: 15px;
  }

  /* Legal Section */
  .legal {
    padding: 20px 15px 30px;
  }

  .legal-inner {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    gap: 0;
  }

  .legal-text {
    width: 100%;
  }

  .legal-title {
    font-size: 18px;
    margin-bottom: 15px;
    white-space: normal;
    margin-left: 0;
    gap: 2px;
    text-align: center;
  }

  .legal-title::before,
  .legal-title::after {
    width: 30px;
    height: 2px;
  }

  .legal-text ul {
    padding-left: 15px;
  }

  .legal-text ul {
    list-style: none;
    padding-left: 0;
  }

  .legal-text li {
    font-size: 13px;
    margin-left: -13px;
    margin-bottom: 7px;
    text-align: left;
    padding-left: 14px;
    position: relative;
  }

  .legal-text li::before {
    content: '-';
    position: absolute;
    left: 0;
  }

  .legal-img {
    display: none;
  }
}

/* ════════════════════════════════════
   BOTÓN FLOTANTE
════════════════════════════════════ */
body .floating-btn,
a.floating-btn {
  position: fixed !important;
  bottom: 40px !important;
  right: 30px !important;
  background: #0d22a4 !important;
  background-color: #0d22a4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 14px !important;
  padding: 16px 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.3s ease !important;
  z-index: 99999 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: normal !important;
  border: none !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
  width: 120px !important;
  font-family: Arial, sans-serif !important;
  outline: none !important;
}

body .floating-btn:hover,
a.floating-btn:hover {
  background: #0a1a7a !important;
  background-color: #0a1a7a !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-3px) !important;
}

body .floating-btn:active,
a.floating-btn:active {
  transform: translateY(-1px) !important;
}

/* Botón para móvil (más pequeño) */
@media (max-width: 768px) {
  body .floating-btn,
  a.floating-btn {
    bottom: 25px !important;
    right: 20px !important;
    padding: 12px 14px !important;
    font-size: 11px !important;
    border-radius: 12px !important;
    width: 100px !important;
  }
}