/* Ajuste solo para móviles */
@media (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 110px; /* menos espacio debajo */
    margin-top: -30px;      /* opcional, si tiene margin */
  }
}@media (max-width: 768px) {
  body {
    background: #03030e !important;
    background-attachment: scroll;
  }
  /* espacio entre features y calculadora */
 
  .valo-calc {
    margin-bottom: 50px;
  }
}/* Centra los titulos de cada bloque */
.section-header {
    text-align: center;
    margin: 80px auto 40px;
}

.pm-hidden {
    display: none !important;
}

.calc-mode-section {
    display: none;
    width: 100%;
}

.calc-mode-section.is-active {
    display: flex;
    width: 100%;
    gap: 24px;
}

#cupon-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

#cupon-input {
    -webkit-tap-highlight-color: transparent !important;
    background: transparent !important;
}

* {
  backdrop-filter: none !important;
}  

/* =====================================================
   1. HERO / SECCION PRINCIPAL
===================================================== */

body.valorant-page::before {
    content: none !important;
}

.banner-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 45vh;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    background: #0f0f17;
}

.banner-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.valorant-hero-section {
  position: relative;
  padding: 100px 0 80px; 
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1600px, 96%);
  margin: 0 auto;
  padding-top: clamp(40px, 8vh, 120px);
  padding-left: clamp(120px, 18vw, 360px);
  display: block;
}

.valorant-hero-title {
  position: relative;
  max-width: 640px;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #b48cff;
  text-transform: uppercase;
}

/* 🔽 PC 🔽 */
.hero-title {
  font-size: clamp(38px, 5vw, 60px); 
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}
.hero-accent {
  display: block;
  background: linear-gradient(90deg, #e7bc45, #e0d2b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-game {
  display: block;
  font-size: 25px;  
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 10px;  
}

.hero-subtitle {
  margin-top: 7px;

  font-size: 15px;
  line-height: 1.45;

  color: rgba(255,255,255,0.78);

  font-weight: 400;
  letter-spacing: 0.01em;
}

/* 🔽 MOBILE 🔽 */

@media (max-width: 768px) {
  .hero-accent {
  display: block;
  background: linear-gradient(90deg, #e7bc45, #e0d2b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;      /* ⬅️ 1em = mismo tamaño que el h1 */
}

.hero-game {
  display: block;
  font-size: 15px;   /* 🔽 achica solo League of Legends */
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 6px; /* separación sutil */
}

  @media (max-width: 768px) {

  .hero-subtitle {
    font-size: 14px !important;
    line-height: 1.35 !important;
    color: rgba(255,255,255,0.75) !important;
    margin-top: 5px !important;
  }

  .only-mobile {
    display: inline !important;
  }
}
}


  /* Desktop: no cortar */
.only-mobile{
  display: none;
}

.last-order-text {
  margin-top: 18px;
  font-size: 13px; 
  color: rgba(255,255,255,0.55);
}

.valorant-hero-banner {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/images/arthas.png");
  background-size: cover;
  background-position: 50% center;

  z-index: 1;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;

}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: min(1600px, 96%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 2;
  padding-top: clamp(40px, 8vh, 120px);
  padding-left: clamp(80px, 10vw, 220px);
}

.valorant-hero-title {
  max-width: 600px;
}

 .valorant-hero-section p.last-order-text {
    font-size: 15px !important;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.548);
    display: flex;
    align-items: center;
    gap: 3px;
}

.valorant-hero-section p.last-order-text::before {
    content: "⏱️";
    font-size: 13px !important;
    opacity: 0.5;
}

.last-order-text::before {
  content: "⏱";
  margin-right: 6px;
   margin-bottom: 6px;
  font-size: 1.0em;
  opacity: 0.8;
}

@media (max-width: 768px) {

  .banner-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 36vh;
    min-height: 260px;
    position: relative;
    overflow: hidden;
    background: #0f0f17;
  }

  .banner-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    filter: brightness(0.45);
  }

  .valorant-hero-banner {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 120px 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .valorant-hero-title {
    max-width: 100%;
    margin: 0;
    transform: translateY(-24px);
  }

  .hero-eyebrow {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .hero-title {
     font-size: 38px;
    line-height: 1.08;
    margin: 0;
  }

  .hero-title .hero-accent {
    display: block;
  }

  .hero-subtitle {
    font-size: 15px;
    margin-top: 5px;
    max-width: 22ch;     
  text-wrap: balance;
    margin-left: 0;
    margin-right: 0;
  }

  .only-mobile{
    display: inline;
  }

  .last-order-text {
    font-size: 10px;
    margin-top: 8px;
  }

  .valorant-hero-title::after {
    display: none;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background-image: url("/images/arthasmobile.png");
    background-size: cover;
    background-position: 70% center;
    z-index: 0;
  }

  .last-order-text::before {
  content: "⏱";
  margin-right: 4px;
   margin-bottom: 6px;
  font-size: 1.1em;
  opacity: 0.8;
}

  /* Oculta "VALORANT BOOST" */
  .hero-eyebrow {
    display: none !important;
  }

  /* Ajusta subtítulo del hero */
  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.3;
    margin-top: 6px;
    opacity: 0.9;
  }
}

/* =====================================================
   2. BARRA STICKY / SELECTOR DE MODALIDADES
===================================================== */

.service-selector-container {
    top: -40px;   
}

#serviceSticky {
    position: relative;
    top: -20px; 
    z-index: 2000;
    width: 100%;
}

/*===== BARRA MODALIDADES =====*/
.service-bar-inner {
    width: min(1600px, 98%);
    margin: auto;
    padding: 14px 22px;
    display: flex;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(90deg, rgba(15, 9, 20, 0.35) 0%);
    backdrop-filter: blur(18px) !important;   
    mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
    border-radius: 12px;
    border: 1px solid rgba(231, 211, 255, 0.08);
}

/*===== BOTONES MODALIDADES =====*/
.service-btn {
    position: relative;
    padding: 9px 35px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.75);
    border: 1px solid rgba(255,255,255,0.12);
    transition: .25s ease;
    overflow: hidden;
}

.service-btn:hover:not(.active) {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.service-btn.active {
    background: linear-gradient(135deg, #261e44, #24154d);
    border-color: rgba(150,130,255,0.55);
    color: #fff;
}

.service-btn.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(110deg, transparent, rgba(255,255,255,0.30), rgba(255,255,255,0.55), rgba(255,255,255,0.30), transparent );
    opacity: 0.55;
    filter: blur(14px);   
    animation: neonShine 2s linear infinite;
    pointer-events: none;
}

/*===== BARRA MODALIDADES MOBILE =====*/
 
@media (max-width: 768px) {

  /* ===== BARRA BAJO HEADER (como ref) ===== */
  #serviceSticky{
    position: fixed;
    top:75px;              /* ajustá si tu header es más alto */
    left: 0;
    right: 0;
    z-index: 6000;

    background: rgba(50, 11, 77, 0.137);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  /* ===== CONTENEDOR SCROLL (con aire) ===== */
  .service-bar-inner{
  height: 54px;

  padding: 8px 8px 10px;   /* ⬅ mucho menos padding lateral */
  box-sizing: border-box;

  display: flex;
  align-items: center;
  gap: 10px;

  justify-content: flex-start;
  flex-wrap: nowrap;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
}


  /* ===== BOTONES (ancho por texto, sin cortar) ===== */
  .service-btn{
    flex: 0 0 auto;              /* 🔑 no se achican */
    width: auto;
    min-width: max-content;      /* 🔑 entra “Boost de División” completo */

    height: 32px;
    padding: 0 16px;
    border-radius: 999px;

    font-size: 13px;
    font-weight: 600;
    line-height: 32px;

    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.78);
    border: 1px solid rgba(255,255,255,0.10);

    white-space: nowrap;
  }

  .service-btn.active{
    background: rgba(124, 58, 237, 0.18);
    color: #fff;
    border-color: rgba(168, 85, 247, 0.55);
  }

  /* ===== SCROLLBAR VIOLETA (FUNCIONAL) ===== */
  .service-bar-inner{
    scrollbar-width: thin;                       /* Firefox */
    scrollbar-color: #712ab371 rgba(255,255,255,0.10);
  }

  .service-bar-inner::-webkit-scrollbar{
    height: 4px;                                 /* la “barrita” */
  }

  .service-bar-inner::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.10);
    border-radius: 999px;
  }

  .service-bar-inner::-webkit-scrollbar-thumb{
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    border-radius: 999px;
  }

  /* ===== QUE NO TAPE EL HERO ===== */
  .valorant-hero-banner{
    margin-top: 54px; /* mismo alto del inner (aprox) */
  }
}
/* =====================================================
   3. CALCULADORA 
===================================================== */

/* Tamaño horizontal y vertical / establecimiento de bloque derecho e izquierdo */
.valo-calc-inner {
    max-width: 1500px !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
} 

.calc-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
 
/* Estructura y color de bloques */
.range-card,
.order-card {
    background: radial-gradient(circle at top, rgba(140, 90, 255, 0.28), transparent 60%), linear-gradient(150deg, #171427, #0f0d1a);
    border-radius: 10px;
    padding: 26px 36px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/*===== TEXTO E ICONO DE RANGO ACTUAL Y DESEADO =====*/
.range-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.range-title {
    font-size: 1rem;
    font-weight: 600;
}

.range-subtitle {
    margin-top: 4px;
    font-size: 0.82rem;
    opacity: 0.75;
}

/* =====================================================
   3.1 CALCULADORA IZQUIERDA (RANGOS)
===================================================== */

/*===== LIGAS =====*/
.league-grid {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.league-grid button {
    width: clamp(40px, 4.8vw, 62px) !important;
    height: clamp(40px, 4.8vw, 62px) !important;
    min-width: clamp(40px, 4.8vw, 62px) !important;
    max-width: clamp(40px, 4.8vw, 62px) !important;
    padding: 4px !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease;
}

.league-grid button img {
    width: 85% !important;
    height: auto !important;
    object-fit: contain;
}

.league-grid button.selected {
    background: radial-gradient(circle at top, rgba(140, 90, 255, 0.55), rgba(35, 18, 75, 0.95));
    border-color: rgba(188, 150, 255, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

/* Efecto luz violeta / pasar mouse por un icono de rank */
    #rank-actual-liga button:hover,
    #rank-deseado-liga button:hover,
    #rank-actual-div button:hover,
    #rank-deseado-div button:hover {
    border: 1px solid rgba(255, 255, 255, 0.10);
    transform: translateY(-2px) scale(1.10);
    border-color: rgba(180, 150, 255, 0.4);
    background: rgba(160, 90, 255, 0.22) !important;
}

/* Efecto halo / seleccion de icono de rank */
    #rank-actual-liga button.selected,
    #rank-deseado-liga button.selected,
    #rank-actual-div button.selected,
    #rank-deseado-div button.selected {
    position: relative;
    overflow: hidden;
    background: rgba(160, 90, 255, 0.25) !important;
}

    #rank-actual-liga button.selected::before,
    #rank-deseado-liga button.selected::before,
    #rank-actual-div button.selected::before,
    #rank-deseado-div button.selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255,255,255,0) 0%, rgba(220,180,255,0.45) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: shimmerWithPause 3.4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shimmerWithPause {
    0%   { left: -150%; }
    47%  { left: 150%; } 
    100% { left: 150%; } 
}

/* Colores al seleccionar ranks */
.range-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px
}

.range-card::before {
    content: "";
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(var(--rank-rgb), 0.10) 0%,  rgba(var(--rank-rgb), 0.06) 25%, rgba(var(--rank-rgb), 0.03) 55%,transparent 100% );
    filter: blur(45px);
    opacity: 0.42;
    pointer-events: none;
}

.rank-color-iron::before {
    background: rgba(100, 96, 87, 0.76);
    opacity: 0.45;
}

.rank-color-bronze::before {
    background: rgba(141, 97, 39, 0.658);
    opacity: 0.55;
}

.rank-color-silver::before {
    background: rgba(200, 214, 255, 0.575);
    opacity: 0.55;
}

.rank-color-gold::before {
    background: rgba(255, 232, 103, 0.671);
    opacity: 0.65;
}

.rank-color-plat::before {
    background: rgba(110, 170, 255, 0.60);
    opacity: 0.65;
}

.rank-color-diamond::before {
    background: rgba(179, 68, 155, 0.7);
    opacity: 0.70;
}

.rank-color-ascendant::before {
    background: rgba(110, 255, 170, 0.55);
    opacity: 0.65;
}

.rank-color-immortal::before {
    background: rgba(235, 48, 15, 0.65);
    opacity: 0.75;
}

.range-icon-wrapper img {
    width: 38px;
     
}

/*===== DIVISIONES =====*/
.division-grid {
    display: flex;
    gap: 8px;
}

.division-grid button {
    width: 58px;
    height: 40px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.division-grid button:hover {
    transform: translateY(-1px);
    background: rgba(140, 90, 255, 0.18);
    border-color: rgba(180, 150, 255, 0.4);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.division-grid button.selected {
    background: radial-gradient(circle at top,rgba(140, 90, 255, 0.55), rgba(35, 18, 75, 0.95));
    border-color: rgba(188, 150, 255, 1);
}

/*===== DROP / SELECTORES =====*/
.range-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.range-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.range-row-inline {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.range-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.select-wrapper {
    width: 100%;
    position: relative;
}

/* Distancia entre drop y divisiones */
.range-card .range-row-inline {
    margin-top: 2px !important;
}

.select-wrapper select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(20, 18, 32, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.select-wrapper select:hover {
    background: rgba(30, 26, 48, 0.6);
    border-color: rgba(180, 150, 255, 0.2);
}

.select-wrapper select:focus {
    background: rgba(35, 32, 55, 0.65);
    border-color: rgba(160, 120, 255, 0.45);
}

.select-wrapper::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-left: 2px solid rgba(210, 195, 255, 0.8);
    border-bottom: 2px solid rgba(210, 195, 255, 0.8);
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
    opacity: 0.85;
    transition: opacity .2s ease;
}

.select-wrapper:hover::after {
    opacity: 1;
}

.tooltip-mini {
    position: absolute;
    top: -48px;
    left: 0;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    background: rgba(92, 80, 115, 0.95);
    color: #fff;
    padding: 8px 14px;
    font-size: 0.75rem;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0,0,0,0.4);
    transition: opacity .2s ease, transform .2s ease;
}

/* Flecha */
.tooltip-mini::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid rgba(92, 80, 115, 0.95);
}

/* Popup explicativo de cada drop */
.select-wrapper:hover .tooltip-mini,
.select-wrapper:focus-within .tooltip-mini {
    opacity: 1;
    transform: translateY(0);
}

/* Ajuste abertura de drop en PC */
@media (min-width: 1024px) {
.pc-glass-list {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(25, 25, 40, 0.82);
    border-radius: 12px;
    padding: 6px 0;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.35);
    display: none;
    animation: glassFade 0.18s ease;
    z-index: 9999;
}
  @keyframes glassFade {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.pc-glass-item {
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95rem;
    transition: 0.15s ease;
    cursor: pointer;
}
.pc-glass-item:hover {
    background: rgba(160,120,255,0.25);
}
.pc-glass-item.active {
    background: rgba(200,140,255,0.18);
}
}

@media (max-width: 768px) {
.select-wrapper:active .tooltip-mini {
    opacity: 1;
    transform: translateY(0);
}
.select-wrapper {
    position: relative;
}
.select-wrapper select {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
  }
.custom-mobile-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #151021;
    border: 1px solid #3f2e63;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.95rem;
    color: #fff;
    width: 100%;
    position: relative;
}
.custom-mobile-arrow {
  font-size: 0.7rem;
  opacity: .7;
}
.custom-mobile-select.open .custom-mobile-arrow {
  transform: rotate(180deg);
}
.custom-mobile-options {
  background: #1b1528;
  border: 1px solid #4d3a77;
  border-radius: 8px;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.55);
}

.custom-mobile-item {
  padding: 12px;
  font-size: 0.95rem;
  color: #ddd;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.custom-mobile-item:last-child {
  border-bottom: none;
}
.custom-mobile-item:active,
.custom-mobile-item:hover {
  background: rgba(140,120,255,0.15);
  color: #fff;
}
.custom-mobile-select.open + .custom-mobile-options {
    display: block;
}
.custom-mobile-options div {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.custom-mobile-options div:last-child {
    border-bottom: none;
}
.custom-mobile-options div:hover {
    background: rgba(140,120,255,0.15);
}
}
@media (max-width: 768px) {
.select-wrapper::after {
    display: none !important;
}
}

/* =====================================================
   3.2 CALCULADORA DERECHA (PREVIEW, CUSTOM, PAGO)
===================================================== */

/*===== CALCULADORA DERECHA / PREVIEW DEL PEDIDO =====*/
.order-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 26px;
    border-radius: 16px;
    background: linear-gradient( 145deg,
        rgba(18, 16, 30, 0.92) 0%,
        rgba(10, 9, 20, 0.85) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
}

.preview-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 6px;
    min-width: 0;
    white-space: nowrap;
}

.preview-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.55;
    margin-bottom: 4px;
    color: #cfc7ff;
}

#preview-actual {
  margin-top: 6px;
}

@media (max-width: 768px) {

  #preview-actual,
  #preview-deseado,
  #summary-actual-icon,
  #summary-deseado-icon {
    margin-top: 1px;
  }
}

.preview-rank {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap !important;
    font-size: 0.85rem;
}

.preview-rank span {
    font-size: 0.86rem !important;
    font-weight: 600;
    white-space: nowrap !important;
    letter-spacing: 0.3px;
    color: #e8e4ff;
}

.preview-rank img {
    width: 29px !important;
    filter:
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.65))
        drop-shadow(0 0 6px rgba(120, 100, 255, 0.15));
    transition: transform 0.2s ease;
    transform: translateY(-1px);
}

.order-preview:hover .preview-rank img {
    transform: scale(1.03);
}

.arrow-ultra {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px !important;
    opacity: 0.85;
    animation: arrowSlide 1.4s infinite ease-in-out;
}

.arrow-ultra svg {
    width: 16px;
    height: 16px;
    stroke: #EDEAFF;
    stroke-width: 1.7;
    stroke-linecap: round;
    fill: none;
    filter: drop-shadow(0 0 2px rgba(120, 100, 255, 0.25));
}

@keyframes arrowSlide {
    0% {
        transform: translateX(-2px);
        opacity: 0.8;
    }
    50% {
        transform: translateX(2px);
        opacity: 1;
    }
    100% {
        transform: translateX(-2px);
        opacity: 0.8;
    }
}

/*===== CALCULADORA DERECHA / TIEMPO ESTIMADO =====*/
.tiempo-realizacion.mirror {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 14px;
    margin-top: 12px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.05); /* cristal puro */
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: #f5f5f5;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.tiempo-realizacion.mirror .tiempo-icon {
    width: 15px;
    height: 15px;
    color: #e6e6e6; /* plateado */
    opacity: 0.92;
    
}

.tiempo-realizacion.mirror::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%,transparent 100% );
    opacity: 0.25;
    transform: translateX(-120%);
    animation: mirrorSweep 3.4s ease-in-out infinite;
}

@keyframes mirrorSweep {
    0%   { transform: translateX(-120%); }
    45%  { transform: translateX(130%); }
    100% { transform: translateX(130%); }
}

/*===== CALCULADORA DERECHA / EXTRAS  =====*/
.order-options {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.order-option:last-child {
    border-bottom: none;
}

.option-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-text span:first-child {
    font-size: 0.88rem;
    font-weight: 500;
}

.option-tag {
    padding: 3px 8px;
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(150, 120, 255, 0.35), rgba(100, 70, 200, 0.4));
    border: 1px solid rgba(200, 170, 255, 0.35);
    color: #f1e8ff;
    text-shadow: 0 0 4px rgba(110, 70, 200, 0.7);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
}

.option-tag.free {
    background: linear-gradient(135deg, rgba(90, 200, 130, 0.45), rgba(50, 160, 90, 0.5));
    border-color: rgba(120, 255, 170, 0.4);
    color: #eafff1;
    text-shadow: 0 0 4px rgba(30, 140, 80, 0.7);
}

.order-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.toggle-track {
    flex-shrink: 0; 
    width: 40px;
    height: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.toggle-track::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    transition: transform .18s ease;
}

.order-option input:checked + .toggle-track {
    background: linear-gradient(120deg, #6d4aff, #8b5bff);
    border-color: rgba(190, 150, 255, 0.85);
}

.order-option input:checked + .toggle-track::after {
    transform: translateX(16px);
}

.order-option.disabled {
    opacity: 0.35;
    pointer-events: none;
}

/*===== CALCULADORA DERECHA / INGRESAR CUPON =====*/
.coupon-block {
    width: 100%;
    padding: 12px 16px;
    height: 52px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(18, 12, 32, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 18px;
    transition: 0.22s ease;
}

.coupon-block:hover {
    border-color: rgba(255, 255, 255, 0.10);
}

#cupon-input {
    flex: 1;
    border: none;
    background: transparent;
    color: white;
    font-size: 0.92rem;
    padding: 0 3px;
    outline: none;
}

#cupon-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.coupon-apply-btn {
    padding: 6px 16px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.22s ease;
    box-shadow: none;
}

.coupon-apply-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.16);
}

/*===== APLICAR CUPON =====*/
.coupon-block {
    position: relative;
}

#coupon-toast {
    position: absolute;
    top: -38px;  
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: rgba(0,0,0,0.65); /* fallback */
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
}

#coupon-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#coupon-toast.success {
    background: rgba(50,255,156,0.15);
    color: #32ff9c;
    border: 1px solid rgba(50,255,156,0.4);
}

#coupon-toast.error {
    background: rgba(255,80,80,0.15);
    color: #ff6b6b;
    border: 1px solid rgba(255,90,90,0.4);
}

@media (max-width: 768px) {

  #coupon-toast {
    top: auto;
    bottom: -46px;          /* 👈 ahora aparece abajo */
    left: 0;
    transform: none;

    width: 100%;
    text-align: center;

    font-size: 0.9rem;
    padding: 10px 14px;
    border-radius: 10px;
    white-space: normal;    /* 👈 permite 2 líneas */
  }

  #coupon-toast.show {
    transform: translateY(0);
  }
}

/*===== CALCULADORA DERECHA / TOTAL + MONEDA =====*/
.total-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.currency-select {
    position: relative;
    display: inline-block;
}

.currency-btn {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(35, 35, 45, 0.65);
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 50;
    font-weight: 600;
    transition: 0.25s ease;
}

.currency-btn:hover {
    background: rgba(255, 255, 255, 0.10);
}

.currency-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 100%;
    background: rgba(25, 25, 35, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 4px 0;
    display: none;
    z-index: 9999;
}

.currency-menu div {
    padding: 10px 14px;
    font-size: 0.85rem;
    color: #fff;
    cursor: pointer;
}

.currency-menu div:hover {
    background: rgba(255, 255, 255, 0.09);
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: none;
}

.total-label {
    font-size: 1.05rem;
    font-weight: 600;
}

.total-prices {
    display: flex;
    align-items: center;
    gap: 10px;
}

#precio-old-wrapper .off-badge {
    order: -2;
}

#precio-old-wrapper .total-old {
    order: -1;
}

#precio-old-wrapper {
    order: -1;
}

#precio-final {
    order: 2;
}

.total-old-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.total-old {
    color: #8f8f9d;
    font-size: 0.95rem;
    line-height: 1;
    text-decoration: line-through;
}

#precio-old-wrapper .off-badge {
    margin-right: 6px; 
}

.off-badge {
    background: #683aff;
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.total-final {
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff;
}

.usd-decimals {
    display: inline-block !important;
    font-size: 0.55em !important;
    vertical-align: super !important; 
    line-height: 1 !important;
    margin-left: 1px !important;
    opacity: 0.9 !important;
}

/* Mobile */
@media (max-width: 760px) {
    .usd-decimals {
        font-size: 0.52em !important;
        vertical-align: super !important;
        margin-left: 1px !important;
    }
}

/*===== CALCULADORA DERECHA / ESTAS AHORRANDO =====*/
.saving-epic {
    padding-block: 10px;
    padding-inline: 16px;
    margin-bottom: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 0 12px rgba(120, 95, 255, 0.10),
        inset 0 0 10px rgba(120, 95, 255, 0.08);
}

.saving-epic > span {
    font-size: 0.9rem;
    color: #dedbfd;
    font-weight: 400;
}

#ahorro-monto {
    color: #ffe48a;
    font-weight: 600;
}

.saving-bar {
    margin-top: 10px;
    height: 4px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.saving-bar-fill {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(159, 123, 255, 0.85),
        rgba(255, 78, 205, 0.85),
        rgba(255, 213, 107, 0.90),
        rgba(159, 123, 255, 0.85)
    );
    background-size: 300% 100%;
    opacity: 0.9;
    animation: smoothEnergy 5.2s cubic-bezier(.45, 0, .15, 1) infinite;
}

@keyframes smoothEnergy {
    0% { background-position: 0% 50%; opacity: 0.55; }
    40% { background-position: 70% 50%; opacity: 0.90; }
    60% { background-position: 85% 50%; opacity: 1.00; }
    100% { background-position: 0% 50%; opacity: 0.60; }
}

/*===== CALCULADORA DERECHA / BOTON SUBIR AHORA =====*/
.submit-btn {
    width: 100%;
    padding: 18px 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #8a6bff, #613bff);
    border: none;
    border-radius: 999px;
    margin-top: 14px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s ease, filter .25s ease;
}

.submit-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(  circle at 50% 40%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.20) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0) 80% );
    opacity: 0.7;
    filter: blur(18px);
    animation: glowPulse 2.3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%   { transform: scale(1);   opacity: 0.55; }
    50%  { transform: scale(1.12); opacity: 0.75; }
    100% { transform: scale(1);   opacity: 0.55; }
}

.submit-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(  to right,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100% );
    transform: skewX(-25deg);
    opacity: 0;
    transition: opacity .25s ease;
}

.submit-btn:hover::after {
    opacity: 1;
    animation: slideHalo 0.9s ease;
}

@keyframes slideHalo {
    0%   { left: -55%; }
    100% { left: 110%; }
}

.submit-btn:hover {
    transform: scale(1.025); 
    filter: brightness(1.12);
}

/*===== BARRA SUBIR AHORA MOBILE =====*/
.mobile-sticky-btn,
.shimmer-mobile-btn {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 42px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #7a5cff, #9a75ff);
}

.shimmer-mobile-btn:hover {
    filter: brightness(1.12);
    transform: translateY(-1px);
    transition: 0.22s ease;
}

.shimmer-mobile-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 100%
    );
    transform: skewX(-20deg);
    animation: shimmerMove 2.2s infinite ease-in-out;
}

@keyframes shimmerMove {
    0%   { left: -130%; }
    55%  { left: 130%; }
    100% { left: 130%; }
}

/* =====================================================
   4. SECCION DE PAGO POPUP
===================================================== */
.payment-modal.hidden {
  display: none;
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}

.payment-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 2, 10, 0.82);
}

.payment-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  background: radial-gradient(circle at top left, rgba(25, 19, 65, 0.671), rgba(8, 8, 18, 0.98));
  border-radius: 22px;
  padding: 20px 22px 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.75);
  border: 1px solid rgba(140, 120, 255, 0.45);
  overflow-y: auto;
  animation: pm-dialog-in .18s ease-out;
}

@keyframes pm-dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.payment-modal-dialog {
    position: relative;
}

  /*===== BOTON DE CIERRE =====*/
  .payment-modal-close {
      position: absolute; 
      top: 10px;
      right: 12px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(30, 28, 55, 0.9);
      color: #fff;
      font-size: 0.8rem;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 50;           /* encima del contenido, pero dentro del modal */
      pointer-events: auto;  /* se puede clickear */
  }

  .payment-modal-close:hover {
      background: rgba(145, 125, 255, 1);
  }

  .payment-modal-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
  }

.pm-header-left h2 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.pm-header-left p {
  font-size: 0.9rem;
  color: #cfd0ff;
  opacity: 0.92;
}

.pm-badge-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(40, 215, 110, 0.12);
  border: 1px solid rgba(40, 215, 110, 0.55);
  font-size: 0.75rem;
  color: #aaf4c7;
  margin-bottom: 6px;
}

.pm-badge-secure .pm-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #40ff9c;
  box-shadow: 0 0 10px rgba(64, 255, 156, 0.7);
}

.payment-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 20px;
}

.pm-step-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.pm-step-sub {
  font-size: 0.95rem;
  color: #cfd0ff;
  opacity: 0.85;
  margin: 4px 0 12px;
}

.pm-order-section {
  margin-bottom: 18px;
}

/* En móvil se vuelve 1 columna */
@media (max-width: 800px) {
  .payment-modal-header {
    grid-template-columns: 1fr;
  }
}

.pm-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.pm-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid;
}

.pm-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    0 0 4px currentColor,
    0 0 2px currentColor;
}

/* VERDE – Pagos verificados */
.pm-secure {
  border-color: #40ff9c;
  background: rgba(40, 215, 110, 0.15);
  color: #40ff9c;
}

/* NARANJA – Sin comisiones */
.pm-nocom {
  border-color: #ffb35c;
  background: rgba(255, 179, 92, 0.20);
  color: #ffb35c;
}

/* VIOLETA – Inicio automático */
.pm-auto {
  border-color: #b58aff;
  background: rgba(181, 138, 255, 0.18);
  color: #d7c6ff;
}

/* AZUL – Soporte 24/7 */
.pm-support {
  border-color: #6bb7ff;
  background: rgba(107, 183, 255, 0.18);
  color: #9cd4ff;
}

/*===== ORDER PREVIEW DENTRO DE PAGOS =====*/
.pm-header-right {
  min-width: 0;
  max-width: 340px;
}

.pm-order-title {
  font-size: 0.8rem;
  color: #cfd1ff;
  opacity: 0.8;
  margin-bottom: 4px;
}

.pm-order-preview {
  background: linear-gradient(135deg, rgba(148, 124, 255, 0.25), rgba(18, 16, 35, 0.98));
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(166, 138, 255, 0.7);
  font-size: 0.88rem;
}

.pm-order-main {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pm-order-main span {
  color: #e0e2ff;
  opacity: 0.9;
}

.pm-order-main strong {
  color: #ffffff;
}

.payment-modal-body {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.payment-method-card {
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(180, 160, 255, 0.15);
  transition: 
  border .2s ease, 
  transform .2s ease, 
  box-shadow .25s ease,
  background .25s ease;
}

.payment-method-card:hover {
  border-color: rgba(180, 160, 255, 0.45);
  background: linear-gradient( 135deg, rgba(180,160,255,0.18),rgba(70, 50, 120, 0.20) );
   
  transform: translateY(-1px);
}

.payment-method-card.pm-selected {
  border: 1px solid rgba(205, 180, 255, 0.9);
  background: linear-gradient(135deg,rgba(155, 115, 255, 0.32), rgba(110, 70, 255, 0.20));
   
  transform: translateY(-2px);
}

.payment-method-card.pm-selected {
  animation: pulse-selected 0.35s ease-out;
}

@keyframes pulse-selected {
  0% {
    transform: scale(0.96);
    
  }
  50% {
    transform: scale(1.03);
     
  }
  100% {
    transform: scale(1.02);
  }
}
.pm-card-left {
  display: flex;
  align-items: center;
}

.pm-method-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
}

.pm-method-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(18, 16, 32, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pm-method-icon img,
.pm-icon-img {
  width: 65%; 
  height: 65%; 
  object-fit: contain;
  display: block;
}

.pm-icon-ars {
  background: linear-gradient(135deg, #52b4e6, #2a7bb0);
  color: #ffffff;
}

.pm-icon-paypal {
  background: linear-gradient(135deg, #16256b, #3B4FBF);
  color: #ffffff;
}

.pm-icon-usdt {
  background: linear-gradient(135deg, #0F6F54, #19A67D);
  color: #ffffff;
}

.pm-icon-prex {
  background: linear-gradient(135deg, #5A1FA3, #8F4EEF);
  color: #ffffff;
}

@media (max-width: 800px) {
  .pm-method-icon {
    width: 42px !important;
    height: 42px !important;
    aspect-ratio: 1 / 1 !important;
    flex-shrink: 0 !important;
  }
  .payment-method-card {
    display: flex;
    align-items: center;
  }
  .pm-method-icon img {
    width: 70% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

.pm-card-right h3 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pm-card-right p {
  font-size: 0.8rem;
  color: #e8e8ff !important;
  opacity: 1;
}

.pm-method-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: rgba(145, 120, 255, 0.18);
  border: 1px solid rgba(165, 140, 255, 0.45);
}

.payment-method-details {
  margin-top: 0x;
  background: linear-gradient(135deg, rgba(148, 124, 255, 0.25), rgba(18, 16, 35, 0.98));
  border-radius: 18px;
  border: 1px solid rgba(180,160,255,0.28);
  padding: 0; /* ahora lo maneja cada pm-detail */
  overflow: hidden;
}
.payment-method-card.pm-selected {
  transform: translateY(0) !important;
  margin-bottom: 0px !important;
}

/* Tarjeta cerrada */
.pm-detail {
  max-height: 0;
  opacity: 0;
  padding: 0 18px;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height .35s cubic-bezier(.25,.46,.45,1),
    opacity .28s ease-out,
    transform .28s ease-out;
}

/* Tarjeta abierta */
.pm-detail.active {
  padding: 18px;
  padding-top: 20px;
  opacity: 1;
  transform: translateY(0);
  max-height: 800px; /* suficiente para cualquier método */
  background: linear-gradient(
      165deg,
      rgba(160,140,255,0.18),
      rgba(25,20,55,0.85)
  );
  border-top: 1px solid rgba(200,180,255,0.22);
}

/* Título */
.pm-detail-title, .pm-detail h4 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  font-weight: 700;
  color: #f3edff;
}

/* Subtítulo */
.pm-detail-sub {
  margin-bottom: 18px;
  font-size: .92rem;
  color: #dcd7ff;
  opacity: .9;
}

/* Bloque de datos */
.pm-detail-block {
  margin-bottom: 16px;
}

.pm-label {
  font-size: .78rem;
  letter-spacing: .05em;
  font-weight: 600;
  color: #bcb7ff;
  margin-bottom: 4px;
  display: block;
}

/*===== ALIAS Y CVU =====*/

.pm-value-row {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(180, 160, 255, 0.15);
  padding: 10px 14px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Texto del alias / CVU */
.pm-value-row code {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0.90rem;
  font-weight: 450;
  color: #f0edff;
  opacity: 0.92;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.4px;
}

/* Botón copiar más sutil */
.pm-copy-btn {
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(150,120,255,0.12) !important;
  border: 1px solid rgba(150,120,255,0.28) !important;
  color: #eadcff;
  font-size: 0.78rem;
}

.pm-copy-btn:hover {
  background: rgba(150,120,255,0.24) !important;
  transform: translateY(-1px);
}

/* Botón copiar */
.pm-copy-btn {
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(160,140,255,0.18) !important;
  border: 1px solid rgba(200,180,255,0.4) !important;
  color: #e8e2ff;
  transition: .2s;
}

.pm-copy-btn:hover {
  background: rgba(160,140,255,0.32) !important;
}

/* Separador final */
.pm-detail-footer {
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 14px;
}

/* Botón WhatsApp */
.pm-main-whatsapp {
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(90deg,#25d366,#128c7e);
  font-size: .9rem;
  font-weight: 600;
}

.pm-main-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(37, 211, 102, 0.75);
}

.pm-detail code {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8rem;
  background: rgba(5, 4, 16, 0.96);
  padding: 3px 7px;
  border-radius: 6px;
  border: 1px solid rgba(122, 105, 255, 0.65);
  display: inline-block;
  margin-top: 2px;
  word-break: break-all;
}

@media (max-width: 800px) {
  .payment-modal-dialog {
    max-width: 95vw;
    padding: 16px 14px 18px;
     padding-bottom: 0px ;
    border-radius: 18px;
  }

  .payment-modal-header {
    flex-direction: column;
  }

  .pm-header-right {
    width: 100%;
    max-width: 100%;
  }

  .payment-methods-grid {
    grid-template-columns: 1fr;
  }
}

.pm-detail-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.pm-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.pm-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 0.80rem;
  font-weight: 500;
}

.pm-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.badge-orange {
  background: rgba(255,160,75,.15);
  border: 1px solid rgba(255,160,75,.3);
  color: #ffb872;
}

.badge-blue {
  background: rgba(90,160,255,.15);
  border: 1px solid rgba(90,160,255,.3);
  color: #88caff;
}

.pm-detail-sub {
  margin-bottom: 22px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #d8d8d8;
}

.pm-detail-section {
  margin-bottom: 22px;
}

.pm-label {
  display: block;
  font-size: 0.85rem;
  color: #b7b7b7;
  margin-bottom: 6px;
}

.pm-value-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px 12px;
  border-radius: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pm-value-box code {
  font-size: 1rem;
  letter-spacing: 0.4px;
}

.pm-value-static {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 1rem;
  color: #eaeaea;
}

.pm-copy-btn {
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid rgba(180,150,255,0.4);
  background: rgba(150,120,255,0.18);
  color: #eadcff;
  font-size: 0.82rem;
  cursor: pointer;
  transition: .2s;
}

.pm-copy-btn:hover {
  background: rgba(150,120,255,0.32);
}

.pm-main-whatsapp {
  width: 100%;
  margin-top: 10px;
  background: linear-gradient(90deg, #25d366, #128c7e);
  border: none;
  border-radius: 12px;
  padding: 13px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: .2s;
}

.pm-main-whatsapp:hover {
  opacity: .92;
}

.pm-whatsapp-icon {
  width: 20px;
  height: 20px;
}

.pm-detail-header {
  background: linear-gradient(90deg, rgba(150,120,255,0.15), rgba(70,50,140,0.22));
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(160,130,255,0.25);
}

.pm-detail-header span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e4dcff;
  letter-spacing: 0.3px;
}

.pm-detail-title,
.pm-detail h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pm-detail-icon {
  width: 18px;
  height: 18px;
  opacity: 0.9;
  filter: drop-shadow(0 0 3px rgba(200,180,255,0.45));
}

.badge-orange .dot {
  background: #ffb872;
  box-shadow:
    0 0 3px rgba(255,180,114,0.85),
    0 0 6px rgba(255,150,60,0.45);
}

.badge-blue .dot {
  background: #88caff;
  box-shadow: 0 0 3px rgba(136,202,255,0.85),0 0 6px rgba(100,160,255,0.45);}

.pm-benefits {
  margin: 4px 0 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(180,160,255,0.15);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pm-benefit {
  display: flex;
  align-items: center;
  font-size: 0.82rem;
  color: #dcd8ff;
  gap: 8px;
}

.pm-benefit-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #b58aff;
  box-shadow:0 0 4px rgba(180,150,255,0.7),0 0 8px rgba(150,120,255,0.45);}

.pm-detail-block:last-of-type code {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  color: #d8d5ff !important;
  font-family: inherit !important;
}
.pm-titular-inline {
  font-size: 0.85rem;
  color: #dcd8ff;
  opacity: 0.8;
}

.pm-titular-inline span {
  font-weight: 500;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  color: #d8d5ff !important;
  font-family: inherit !important;
  color: #f1eeff;
}

.pm-entidad {
  font-size: 0.85rem;
  color: #dcd8ff;
  opacity: 0.8;
}

.pm-entidad span {
   font-weight: 500;
  color: #f1eeff;
}

.pm-card-field {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(170, 150, 255, 0.22);
   border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Header */
.pm-card-header {
  display: flex;
  align-items: center;
   padding: 8px 14px; 
  gap: 8px;
  background: rgba(180,160,255,0.12);
  border-bottom: 1px solid rgba(200,180,255,0.22);
}

.pm-card-header span {
  font-size: 0.82rem; 
  color: #eae6ff;
  font-weight: 600;
}

.pm-card-icon {
   width: 15px; 
  height: 15px;
  opacity: 0.9;
}

/* Body */
.pm-card-body {
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pm-card-value {
  
  color: #fff;
  font-size: 0.84rem; 
  letter-spacing: 0.2px; 
  opacity: 0.85;
  font-family: "JetBrains Mono", monospace;
}

/* Botón */
.pm-card-copy {
   padding: 5px 10px; 
  border-radius: 6px;
  font-size: 0.72rem; 
  border: 1px solid rgba(180,160,255,0.35);
  background: rgba(160,130,255,0.15);
  color: #eadcff;
  cursor: pointer;
  transition: .2s ease;
}

.pm-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pm-card-value {
    word-break: break-all;
    flex-shrink: 1;
}

.pm-card-copy {
    flex-shrink: 0;
}

.pm-card-copy:hover {
   background: rgba(160,130,255,0.24);
  transform: translateY(-1px);
}

.pm-simple-info {
  text-align: center;
  font-size: 0.66rem;          
  color: rgba(220, 216, 255, 0.55); 
  margin-top: 10px;
  letter-spacing: 0.2px;        
}

.pm-simple-info strong {
  color: rgba(255, 255, 255, 0.75);  
  font-weight: 500;               
}

 /* =====================================================
   OCULTAR SCROLLBAR DEFAULT DE WINDOWS (DESKTOP)
   SIN DESACTIVAR SCROLL
===================================================== */

@media (min-width: 769px) {

  /* para Chrome / Edge / Safari */
  .payment-modal-dialog,
  .payment-modal-body {
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE / Edge viejo */
  }

  .payment-modal-dialog::-webkit-scrollbar,
  .payment-modal-body::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
 .payment-modal-dialog {
        overflow-y: auto;
        padding-right: 6px;
        box-sizing: content-box;
        scrollbar-width: thin;
        scrollbar-color: rgba(140, 99, 255, 0.35) transparent;
    }
    .payment-modal-dialog::-webkit-scrollbar {
        width: 6px;
    }
    .payment-modal-dialog::-webkit-scrollbar-track {
        background: transparent;
    }

    .payment-modal-dialog::-webkit-scrollbar-thumb {
        background: linear-gradient(
            180deg,
            rgba(164, 124, 255, 0.55),
            rgba(120, 80, 255, 0.45)
        );
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(140, 99, 255, 0.6);
    }
}

/*===== RESUMEN DEL PEDIDO =====*/
.pm-order-pro {
    padding: 22px 26px;
    border-radius: 14px;
    background: rgba(80, 55, 119, 0.144);
    border: 1px solid rgba(31, 5, 73, 0.705);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pm-pro-rango {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.pm-pro-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

#pm-summary-actual-text,
#pm-summary-deseado-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 1rem;    
    font-weight: 600;  
}

.pm-pro-icon {
    width: 38px; 
    height: 38px;  
}

.pm-pro-arrow {
    font-size: 1.2rem;
    opacity: 0.6;
}

.pm-pro-separator {
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,0.07);
    margin: 2px 0;
}

.pm-pro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.pm-pro-tags .pm-tag {
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(141, 28, 216, 0.06);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 0.70rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.pm-pro-price-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #ddd;
}

.pm-pro-number {
    font-weight: 600;
}

.pm-pro-discount-label {
    color: #4bca61;
}

.pm-pro-discount-number {
    color: #61d166;
    text-decoration: line-through;
}

.pm-pro-price-final {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.pm-pro-final-number {
    font-size: 1.1rem;
}

#payment-modal .pm-pro-separator {
    margin: 2px 0 !important;   
    height: 1px !important;    
    opacity: 2 !important;
}

#payment-modal .pm-pro-price-row,
#payment-modal #pm-pro-discount-row,
#payment-modal .pm-pro-price-final {
    margin: 0px 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
}

#payment-modal .pm-order-title,
#payment-modal .pm-step-sub {
    font-size: 0.90rem !important;
    font-weight: 500 !important;
    color: #cfcfcf !important;
    margin: 0 !important;
    padding: 0 !important;
}

#payment-modal .pm-order-title {
    margin-bottom: 10px !important;  
}

#payment-modal .pm-step-sub {
    margin-top: 20px !important;     
    margin-bottom: 10px !important;  
}

#payment-modal .pm-step-title {
    margin-bottom: 16px !important; 
}

#payment-modal .payment-modal-dialog {
    padding-top: 23px !important; 
}

#payment-modal .payment-modal-body {
    padding-top: 0 !important;
}


#payment-modal .pm-step-sub {
    margin-bottom: 0 !important;
}

 #payment-modal .pm-pro-rango {
    transform: scale(0.88);
    transform-origin: center center; 
    width: 100%;                     
    display: flex;
    justify-content: center;         
}

.pm-main-paypal {
    width: 100%;
    padding: 8px 14px;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #0070ba, #003087);
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; 
    box-shadow:
    0 2px 8px rgba(0, 112, 186, 0.35),
    inset 0 0 4px rgba(255,255,255,0.15);
}

.pm-main-paypal:hover {
    background: linear-gradient(135deg, #009cde, #0055a5);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 112, 186, 0.45), inset 0 0 6px rgba(255,255,255,0.18);
}

.pm-paypal-icon {
    height: 16px;
    width: auto;
    display: block;
}

/* =====================================================
   5. BLOQUE MINI FAQ + RESEÑAS
===================================================== */
.mini-faq-wrapper {
    width: 100%;
    max-width: 900px;           
    margin: 0px auto 0 auto;   
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Caja FAQ */
.mini-faq-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 17px 20px;
    border-radius: 14px;
}

/* Pregunta */
.mini-faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Flecha */
.mini-faq-arrow {
    transition: transform .25s ease;
}

/* Cuando está abierto */
.mini-faq-item.active .mini-faq-arrow {
    transform: rotate(180deg);
}

/* Contenido */
.mini-faq-answer {
    margin-top: 10px;
    color: #d5d5e8;
    font-size: 0.95rem;
    line-height: 1.45;
    display: none;
}

.mini-faq-item.active .mini-faq-answer {
    display: block;
}

/* Botón reseñas Instagram */
.mini-reviews-btn {
    text-align: center;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(0, 150, 136, 0.25);
    border: 1px solid rgba(0,150,136,0.35);
    color: #eaffff;
    font-size: 0.95rem;
    text-decoration: none;
    transition: .25s ease;
}

.mini-reviews-btn:hover {
    background: rgba(0,150,136,0.35);
}
 
.mini-reviews-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
}

.mini-reviews-btn .mini-reviews-icon {
     
    height: 18px;
    object-fit: contain;
    filter: brightness(1.2); 
}
  
/*===================================================================================================================*/

/* =====================================================
   6. CARACTERISTICAS
===================================================== */
.feature-card,
.feature-card:hover,
.feature-card::after,
.feature-card::before {
    box-shadow: none !important;
    filter: none !important;
}

.features-block-wrapper {
    position: relative; 
    padding: 120px 0;
    margin-top: 80px;
    overflow: visible; 
}

.features-block-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw; 
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    background: radial-gradient(circle at 70% 30%,  rgba(63, 29, 119, 0.65) 0%, #0a0a15 45%, #0a0a15 100%  );
}

.features-inner{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 21px; /* margen desktop real */
  box-sizing: border-box;
}

.features-section{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.features-container {
    max-width: 500px;
    margin-top: 70px;
}

.features-subtitle {
    color: #e5dcff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
    background: rgba(153, 90, 255, 0.18);
    display: inline-block;
    padding: 6px 14px;
    border-radius: 10px;
}

.features-subtitle:hover {
    transform: translateY(-1px);
}

.features-title {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.features-description {
    color: #d5d2d2;
    line-height: 1.65;
    font-size: 1rem;
    max-width: 80%;
    margin-bottom: 32px;
}

.features-descriptionmobile {
    color: #d5d2d2;
    line-height: 1.65;
    font-size: 1rem;
    max-width: 95%;
    margin-bottom: 22px;
}

/* Ocultar una descripcion en mobile y otra en pc */
.features-descriptionmobile {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  .features-description {
    display: none;
  }

  .features-descriptionmobile {
    display: block;
  }
}

.features-btn {
    display: inline-block;
    padding: 12px 34px;
    background: linear-gradient(90deg, #a04dff, #8d47ff);
    color: #fff;
    border-radius: 26px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.25s;
}

.features-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.feature-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 40px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 240px;   
    height: 100%;       
    box-sizing: border-box;
    position: relative;
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;      
    margin-bottom: 16px;
}

.feature-icon img {
    width: 40px;
    height: 40px;      
    object-fit: contain;
}

.feature-card h3 {
    margin: 0 0 12px 0; 
    line-height: 1.2;
}

.feature-card p {
    margin: 0;         
    padding: 0;
    color: #cfc9c9;
    font-size: .95rem;
    line-height: 1.55;
}

.feature-card {
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    transition: border-color .25s ease;
    border: 1px solid transparent;
}

/* Click PC */
.feature-card:hover {
    transform: scale(1.03); 
    background: rgba(24, 4, 99, 0.06); 
    box-shadow: 0 0 18px rgba(132, 0, 255, 0.25); 
}

/* Click PC */
.feature-card:hover::after {
    border-color: rgba(138, 58, 255, 0.7);
}

.feature-icon img {
    transition: transform .25s ease, opacity .25s ease;
}

.feature-card:hover .feature-icon img {
    transform: scale(1.15);
    opacity: 1;
}

/* Ajustes contenedor y cards */
@media (max-width: 1100px) {
    .features-section {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .features-container {
        text-align: center;
    }

    .features-container .features-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .features-grid {
        width: 100%;
        max-width: 600px;
        grid-template-columns: 1fr;
    }
}

/* Distancia entre bloque superior mobile */
@media (max-width: 768px) {
  .features-block-wrapper {
    padding-top: 60px;   
    padding-bottom: 50px;
    margin-top: 0;      
  }

 /* General */
  .features-inner{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .features-section{
    flex-direction: column;
    gap: 36px;
  }

  .features-container{
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;   
    text-align: center;   
  }

  .features-subtitle{
    margin: 0 0 10px 0;   
    font-size: 0.7rem;
  }

  .features-title{
    margin: 0 0 14px 0;
    font-size: 2.3rem;
  }

  .features-description{
    max-width: 38ch;      
    margin: 0 auto 22px;  
    text-align: center;
  }

  .features-btn{
    margin: 0 auto;  
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-grid{
    width: 100%;
  }
  
  /* Animacion scroll */
  .feature-card {
    transform: scale(1);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }

  .feature-card.is-active {
    transform: scale(1.03);
    background: rgba(24, 4, 99, 0.06);
    box-shadow: 0 0 18px rgba(132, 0, 255, 0.25);
  }

  .feature-card.is-active::after {
    border-color: rgba(138, 58, 255, 0.7);
  }

  .feature-card.is-active .feature-icon img {
    transform: scale(1.15);
    opacity: 1;
  }
}

/* Anular click de cards en mobile para efecto scroll */
  @media (max-width: 768px) {
  .feature-card {
    pointer-events: none;
  }
}


/* ================================
   7. STEPS / PASOS
================================ */
.cs2-steps-section,
.cs2-steps-container,
.steps-section,
.steps-grid {
overflow: visible !important;
}

.steps-header {
  text-align: center;
  margin-bottom: 80px;
}

.steps-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.steps-header p {
  margin-top: 10px;
  color: #8e93c7;
  font-size: 16px;
}

.section-title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-sub {
    color: #e5dcff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
    background: rgba(153, 90, 255, 0.18);
    display: inline-block;
    padding: 6px 14px;
    border-radius: 10px;
}

.section-sub:hover {
    transform: translateY(-1px);
}

/*===== GRID =====*/
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/*===== CARDS =====*/
.step-card {
  position: relative;
  height: 520px;
  padding: 42px 34px 34px;
  border-radius: 18px;
  background: linear-gradient(180deg, #232540, #232540);
  border: 1px solid rgba(255,255,255,.08);
  overflow: visible;
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
}

.step-card {
  display: flex;
  flex-direction: column;
}

.step-content {
  
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-card {
  position: relative;
  transition: border-color .25s ease, box-shadow .25s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step-card:hover {
  border-color: rgba(130, 110, 255, 0.65);
}

/*===== STEP NUMERO =====*/
.step-number {
  position: absolute;
  top:  -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
}

.step-number.purple { background: linear-gradient(135deg, #7b5bff 0%, #5c3cff 100%); }
.step-number.green  {  background: linear-gradient(135deg, #31d97c 0%, #1ea95e 100%); }
.step-number.blue   { background: linear-gradient(135deg, #45c3ff 0%, #1a8fff 100%);}

.step-card h3 {
  margin-top: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.step-desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #c7c7e6b0;
}

/*===== VIDEOS=====*/
.step-media {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #161a33, #0e1023);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: auto;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -5px;
  height: 290px;
}

.step-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(29, 27, 50, 0.123) 55%,#141325a6 100%
  );
}

.step-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*===== MOUSE LIGHT EFECT =====*/
.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(180px circle at var(--x) var(--y),rgba(130,110,255,0.18),transparent 60%);
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
  z-index: 3;
}

.step-card:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .steps-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px;  
    padding: 0 18px 40px;     
  }
  
  .step-card {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 46px !important;
  }

  /* Contenedor del video */
  @media (max-width: 768px) {
  .step-media {
    height: auto !important;
    margin-top: 20px !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden;
    position: relative;
  }

  .section-title {
    font-size: 2.0rem;
}
.section-sub {
    font-size: 0.7rem;
}

  .step-media video,
  .step-media img {
    display: block !important;         
    margin: 0 auto !important;        
    width: auto !important;            
    max-width: 100% !important;       
    height: auto !important;
    object-fit: contain !important;
  }
.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(180px circle at var(--x, 50%) var(--y, 50%), rgba(130,110,255,0), transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.step-card {
  transition: border-color .4s ease, box-shadow .4s ease;
}
.step-card.active {
  border-color: rgba(130,110,255,0.55);
}
.step-card.active::before {
  opacity: 1;
}
.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(280px circle at 50% 40%, rgba(130,110,255,0.20), transparent 70%);
  opacity: 0;
  transition: opacity .45s ease-out, transform .45s ease-out;
  pointer-events: none;
  z-index: 3;
}
.step-card.active::before {
  opacity: 1;
  transform: scale(1.03);}
}
}

/* =====================================================
   8. ABOUT / NOSOTROS Y METRICAS
===================================================== */
.about-stats-block {
  position: relative;
  padding: 120px 0;
  margin-top: 90px;
  overflow: visible;
}

.about-stats-block::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:100vw;
  height:100%;
  transform:translateX(-50%);
  z-index:-1;
  background: radial-gradient(circle at 70% 30%,  rgba(63, 29, 119, 0.65) 0%,#0a0a15 45%, #0a0a15 100% );
}

.about-stats-inner{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;   
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.about-text h2{
  color:#fff;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 22px;
}

.about-text p{
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 14px;
  max-width: 560px;
}

.about-cta{
  display:inline-flex;
  margin-top: 25px;
  padding: 12px 22px;
  border-radius: 999px;
  color:#fff;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(90deg, #8b7cff, #5b47ff);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 0 35px rgba(123,97,255,.35);
}

.stats-container{
  display:grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 24px;
}

.stat-card{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;

  padding: 32px 24px;
  min-height: 120px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  position: relative;
  box-sizing: border-box;
  overflow: hidden;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.stat-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid transparent;
  transition: border-color .25s ease;
}

.stat-card:hover{
  transform: scale(1.035);
  background: rgba(24, 4, 99, 0.06);
}

.stat-card:hover::after{
  border-color: rgba(138, 58, 255, 0.65);
}

.stat-number{
  color: #8b7cff;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: -0.6px;
  margin: 0 0 6px;
}

.stat-label{
  margin: 0;
  color: #cfc9c9;
  font-size: .95rem;
  line-height: 1.4;
}

.stat-card{
  opacity: 0;
  transform: translateY(14px);
  animation: statIn .7s ease forwards;
}
.stat-card:nth-child(1){ animation-delay: .05s; }
.stat-card:nth-child(2){ animation-delay: .12s; }
.stat-card:nth-child(3){ animation-delay: .18s; }
.stat-card:nth-child(4){ animation-delay: .25s; }

@keyframes statIn{
  to{ opacity:1; transform: translateY(0); }
}

/* Ocultar ''ver mas'' en PC */
.about-more-btn{
  display: none;
}

@media (max-width: 768px){

  /* ===== CONTENEDOR GENERAL ===== */
  .about-stats-block{
    padding: 80px 0;
    margin-top: 0;
  }

  .about-stats-inner{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: stretch;
  }

  /* ===== TEXTO ===== */
  .about-text{
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .about-text h2.about-title{
    margin: 0 0 24px;
    font-size: 2.4rem;
  }

  .about-title span{
    display: block;
    white-space: nowrap;
  }

  .about-p{
    color: rgba(255,255,255,.74);
    font-size: 15px;
    line-height: 1.72;
    margin: 0 0 14px;
  }

  .about-p--lead{
    max-width: 38ch;
    margin: 0 auto 12px;
    text-align: left;
  }

  /* ===== VER MÁS ===== */
  .about-more{
    max-width: 38ch;
    margin: 0 auto 10px;
    text-align: left;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);

    transition:
      max-height .35s ease,
      opacity .25s ease,
      transform .25s ease;
  }

  .about-text.is-open .about-more{
    max-height: 340px;
    opacity: 1;
    transform: translateY(0);
  }

  .about-more-btn{
    margin-left: 6px;
    padding: 2px 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;

    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.04);
    color: #8b7cff;

    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  
   .stats-container{
    width: 100%;
    max-width: 420px;
    margin: 12px auto 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

   .stat-card{
    transform: scale(1.035);
background: rgba(24, 4, 99, 0.06);
border-color: rgba(137, 58, 255, 0.322);
    box-shadow: none;
    padding: 14px 12px; 
    border-radius: 14px;
    transition: opacity .3s ease, transform .3s ease;
    min-height: auto;
    opacity: 0;
    transform: translateY(6px);
}

   .stat-number{
    font-size: 26px;  
    line-height: 1.1;
    margin-bottom: 2px;
  }

  .stat-label{
    font-size: 12px;
    opacity: .65;
    line-height: 1.25;
  }

  .stat-card.is-visible{
    opacity: 1;
    transform: translateY(0);
  }

  .stat-card:first-child{
    background: rgba(168,85,247,0.08);
  }

  .stat-card:first-child .stat-number{
    font-size: 30px;
    color: #d6caff;
  }

  .stat-card:first-child .stat-label{
    opacity: .8;
  }

  .stat-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius: inherit;
    background: linear-gradient(
      120deg,
      transparent 25%,
      rgba(160,140,255,.22) 50%,
      transparent 75%
    );
    opacity: 0;
    transform: translateX(-70%);
    transition:
      opacity .5s ease,
      transform .9s ease;
    pointer-events:none;
  }

  .stat-card.is-visible{
    opacity: 1;
    transform: translateY(0);
  }

  .stat-card.is-visible::before{
    opacity: 1;
    transform: translateX(70%);
  }

  .about-cta{
    display: none;
  }
}

/* =====================================================
   9. REVIEWS
===================================================== */
.reviews-section {
    width: 100%;
    margin: 80px auto;
    padding: 0 20px;
}

.reviews-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.reviews-subtitle {
    color: #946edb;
    margin-bottom: 40px;
}

.reviews-track {
    display: flex;
    gap: 32px;
    will-change: transform; 
}

.reviews-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.review-card {
    min-width: 410px;
    background: linear-gradient( 145deg, rgba(98, 57, 194, 0.363), rgba(131, 101, 44, 0.555) );
    border-radius: 18px;
    padding: 28px 26px;
    border: 1px solid rgba(160,140,255,.65);
    color: #fff;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

.review-card {
    border: 1.5px solid rgba(255,255,255,0.06);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

.review-card{
  position: relative;
}

.review-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  border: 1px solid transparent;
  transition: border-color .3s ease;
  pointer-events:none;
}
 
.review-card:hover::after{
  border-color: rgba(160,140,255,.65);
}

.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-divider {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 14px 0 16px 0;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #291946;
    color: #895cc5;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.review-info {
    flex: 1;
    margin-left: 6px;
}

.review-name {
    font-size: 17px;
    font-weight: 600;
    display: block;
}

.review-verified {
    font-size: 12px;
    opacity: 0.7;
    margin-top: -2px;
}

.review-rating {
    background: #43bd5b4b;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
}

.review-text {
    font-size: 15px;
    line-height: 1.45;
    color: #d7d7d7;
    margin: 10px 0 14px;
    min-height: calc(1.45em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 
.review-bottom {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 13px; 
    color: #a5a29f;
}

.rank-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.review-card {
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.review-card:hover {
    transform: none !important;
    translate: none !important;
}
.reviews-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(to right, rgba(10, 10, 21, 1) 0%, rgba(10, 10, 21, 0.85) 40%, rgba(10, 10, 21, 0) 100%);
}

.reviews-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient( to left, rgba(10, 10, 21, 1) 0%, rgba(10, 10, 21, 0.85) 40%, rgba(10, 10, 21, 0) 100% );
}
 
@media (max-width: 768px) {
.reviews-slider {
    overflow: visible;
 }

 @media (max-width: 768px){
  .about-stats-block{
    padding-bottom: 50px;
  }
}

.reviews-slider::before,
.reviews-slider::after {
    content: none;
    display: none;
  }

.review-card {
    min-width: 86vw;  
    max-width: 86vw;
    padding: 22px 20px;
    height: auto;
}

.reviews-track {
    align-items: flex-start; 
    width: max-content;
}

  .review-text {
    font-size: 14px;
    flex-grow: 0;
    padding-bottom: 2px;
}

  .review-name {
    font-size: 15px;
}

@media (max-width: 768px){
  .divider-logos img{
    height: 22px;
  }
}
}

  .review-bottom {
    margin-top: 6px;
}

.reviews-track {
    animation-duration: 60s !important; 
}

.reviews-slider:active .reviews-track {
    animation-play-state: paused;
}

/* =====================================================
   10. DIVISOR ENTRE REVIEWS Y FAQ
===================================================== */
  .divider-bar{
  position: relative;
  width: 100vw;
  left: 50%;
  margin-top: 117px;
  padding: 40px 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg,#5b2fd6,#6e3cf0,#5b2fd6);
  overflow: hidden;
}

.divider-content{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.divider-title{
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 28px;
}

.divider-logos{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.divider-logos img{
  height: 28px;
  opacity: .9;
  filter: brightness(1.05);
  transition: opacity .25s ease, transform .25s ease;
}

.divider-logos img:hover{
  opacity: 1;
  transform: translateY(-2px);
}

.divider-logos img[src*="valolog"]{
  height: 15px;
}

/* ===== Efecto mouse light ===== */
.divider-bar{
  position: relative;
  overflow: hidden;
}

.divider-bar::before{
  content: "";
  position: absolute;
  inset: 0;
   background: radial-gradient(
    260px circle at var(--x) var(--y),
    rgba(110,160,255,0.35),
    transparent 62%
  );
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
  z-index: 1;
}

.divider-bar.is-hovered::before{
  opacity: 1;
}

.divider-content{
  position: relative;
  z-index: 2;
}

@media (max-width: 768px){
  .divider-title{
    font-size: 24px;
    margin-bottom: 27px;
  }

  .divider-bar{
  margin-top: 80px;
}

  .divider-logos{
    gap: 24px;
  }

  .divider-logos img{
    height: 22px;
  }
}

/* =====================================================
   10. FAQ
===================================================== */
.faq-section{
  width: 100%;
  margin: 120px auto;
  padding: 0 20px;
}

/* Contenedor angosto (clave) */
.faq-list{
  max-width: 880px;              /* 👈 ancho correcto */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Header */
.faq-header{
  text-align: center;
  margin-bottom: 56px;
}

.faq-eyebrow{
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #bfa7ff;
  margin-bottom: 10px;
}

.faq-title{
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
}

.faq-item{
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.045),
    rgba(0,0,0,0.35)
  );
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;

  transition:
    border-color .25s ease,
    box-shadow .25s ease;
}

.faq-question{
  all: unset;
  box-sizing: border-box;
  width: 100%;

  padding: 22px 26px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;

  cursor: pointer;

  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
}

.faq-arrow{
  font-size: 1.35rem;
  font-weight: 400;
  color: #bfa7ff;

  transition:
    transform .3s ease,
    color .25s ease;
}

.faq-item.is-open .faq-arrow{
  transform: rotate(45deg);
  color: #ffffff;
}

.faq-answer{
  max-height: 0;
  overflow: hidden;

  opacity: 0;
  transform: translateY(-6px);

  transition:
    max-height .45s ease,
    opacity .25s ease,
    transform .25s ease;
}

.faq-item.is-open .faq-answer{
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
}

.faq-answer p{
  margin: 0;
  padding: 0 26px 22px;
  font-size: .95rem;
  line-height: 1.6;
  color: #d5d5e8;
}

@media (max-width: 768px){

  .faq-section{
    margin: 88px auto;
  }

  .faq-title{
    font-size: 2rem;
  }

  .faq-question{
    padding: 18px 20px;
    font-size: 1rem;
  }

  .faq-answer p{
    padding: 0 20px 18px;
    font-size: .9rem;
  }
}

/*===================================================================================================================*/

/* =====================================================
   1. RESPONSIVES PC
===================================================== */
@media (max-width: 1400px) and (min-width: 1000px) {
.league-grid button {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
}
.league-grid button img {
    width: 85% !important;
}
.league-grid {
    gap: 6px !important;
    flex-wrap: nowrap !important;
}
}

@media (max-width: 1024px) {
.valo-calc-inner {
    grid-template-columns: 1fr;
}
}
@media (min-width: 1400px) {
.valo-calc-inner {
    max-width: 1200px;
}
}

@media (min-width: 1600px) {
.valo-calc-inner {
    max-width: 1300px;
}
}

@media (min-width: 1900px) {
.valo-calc-inner {
    max-width: 1400px;
}
}

/* Ocultar barra sticky en PC */
@media (min-width: 768px) {
.mobile-sticky-price {
    display: none !important;
}
}

/* =====================================================
   2. RESPONSIVES MOBILE
===================================================== */

@media (max-width: 768px) {
    .range-card,
    .order-card {
     width: 100%;
    padding: 20px !important;
    box-sizing: border-box;
    border-radius: 10px;
}

@media (max-width: 768px) {
/* Altura del contenedor de la calculadora */
.valo-calc { 
    position: relative;
    z-index: 5;
}

/* Altura de icono de liga y rango actual o deseado dentro del contenedor */
.range-card-header {
    position: relative;
    top: 6px; 
}

@media (max-width: 768px) {
  .valorant-hero-banner {
    height: 320px;  
  }

  .hero-content {
    padding: 0 20px 36px;
    align-items: flex-end;
  }
}

/* Posicionamiento lateral icono de liga */
.range-icon-wrapper img {
    position: relative;
    left: 6px;
    top: 1px;
}
}

/* Ligas */
.league-grid {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
}

.league-grid button {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    padding: 4px !important;
    border-radius: 12px !important;
}

.league-grid button img {
    width: 40px !important;
    height: 40px !important;
}
 
.preview-block {
    flex: 0 !important;
    min-width: auto !important;
    display: flex;
    justify-content: center !important;
}
.preview-rank img {
    width: 28px !important;
    height: auto !important;
    transform: none !important;
}
.preview-rank span {
    font-size: 0.80rem !important;
}

.coupon-block {
    width: 100% !important;
    max-width: 300px !important;
    margin: 18px auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0 10px !important;
    height: 42px !important;
    box-sizing: border-box;
}
.coupon-block input {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 0.85rem !important;
    color: white;
    padding: 0 !important;
}
.coupon-block input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
/* Total en mobile (dentro de la card) */
.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 2px !important;
    border-bottom: none !important;
}
.total-label {
    font-size: 0.95rem !important;
    font-weight: 600;
    opacity: .85;
}
.total-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}
.total-final {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: white;
    line-height: 1;
}
.total-old-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.total-old {
    font-size: 0.78rem !important;
    opacity: 0.55;
}
.off-badge {
    background: linear-gradient(135deg, #ff477e, #c43dff);
    padding: 2px 6px !important;
    font-size: 0.65rem !important;
    border-radius: 6px;
    letter-spacing: 0.5px;
    color: white;
    font-weight: 600;
}
/* Ahorro texto dentro de la card (si se muestra) */
.saving-text {
    font-size: 0.78rem !important;
    margin-top: 6px !important;
}
/* Sticky bar mobile */
.mobile-sticky-price {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: rgba(15, 14, 28, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 9999;
    transform: translateY(0);
    transition: transform 0.25s ease;
}
.mobile-currency-wrapper {
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
}
.mobile-currency-btn {
    min-width: 60px;
    width: 60px;
    height: 38px;
    padding: 0 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    color: white;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.18s ease;
}
.mobile-currency-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.30);
}
.currency-symbol {
    font-size: 0.82rem;
    letter-spacing: 0.3px;
}
.currency-arrow {
    font-size: 0.66rem;
    opacity: 0.8;
}
.mobile-currency-menu {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    min-width: 60px;
    width: 60px;
    background: rgba(16, 16, 30, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 4px 0;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 99999;
}
.mobile-currency-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.mobile-currency-menu div {
    padding: 10px 0;
    text-align: center;
    color: white;
    font-size: 0.82rem;
    cursor: pointer;
}
.mobile-currency-menu div:hover {
    background: rgba(255, 255, 255, 0.10);
}
.mobile-price-info {
    flex: 1;
    text-align: left;
    margin-left: 6px;
}
.mobile-row-1 {
    display: flex;
    gap: 4px;
    align-items: baseline;
}
.mobile-row-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -2px;
}
.mobile-final-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
}
.mobile-old-price {
    font-size: 0.85rem;
    opacity: 0.6;
    text-decoration: line-through;
    position: relative;
    top: -4px; 
}
.mobile-saving {
    font-size: 0.78rem;
    font-weight: 500;
    background: linear-gradient(90deg, #bda1ff, #e3d8ff, #bda1ff);
    background-size: 250% auto;
    color: transparent;
    -webkit-background-clip: text;
    text-shadow: 0 0 4px rgba(190, 140, 255, 0.08);
    animation: shimmerSlow 4s linear infinite;
}
@keyframes shimmerSlow {
    0% {background-position: 250% center;}100% {background-position: -250% center;}
}
/* Ocultar bloque de total grande en mobile (se reemplaza por sticky) */
.submit-btn {
    display: none !important;}
.total-card,
.total-line,
.saving-text,
#saving-text {
display: none !important;}
}
.usd-decimals {
    font-size: 0.45em;
    top: -1px;
    opacity: 0.8;
}









/* =====================================================
   BLOQUE SELECTO CANTIDAD DE PARTIDAS
===================================================== */

 /* Título del bloque */
.placements-games-card .range-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}

/* Número grande (el 5) */
.placements-number {
  font-size: 48px;   /* 👈 grande, protagonista */
  font-weight: 700;
  line-height: 1;
  color: #6f7cff;
}

/* Texto "Número de partidas" */
.placements-games-card .range-title {
  font-size: 16px;   /* 👈 texto normal */
}

/* =====================================================
   ALTURA DEL CONTENEDOR DE CANTIDAD DE PARTIDAS
===================================================== */

.placements-games-card {
  min-height: 190px;
}

.placements-games-card {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 👈 centra vertical */
}

@media (max-width: 768px) {
  .calc-col-left .placements-games-card {
    min-height: 100px;
  }
  
 .placements-games-card .range-body {
  flex: 1;                     /* 👈 clave */
  display: flex;
  align-items: center;         /* centra vertical */
}
}

@keyframes popNumber {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.placements-number {
  display: inline-block; /* clave para transform */
}

.placements-number.is-animating {
  animation: popNumber 0.18s ease-out;
}

/* =====================================================
   BARRA SLIDER
===================================================== */

.placements-slider {
  -webkit-appearance: none;
  appearance: none;

  width: 100%;
  height: 10px;
  border-radius: 999px;
  cursor: pointer;
  outline: none;

  /* Track base (glass) */
  background:
    linear-gradient(
      90deg,
      rgba(120,130,255,0.85) 0%,
      rgba(120,130,255,0.85) 0%,
      rgba(255,255,255,0.10) 0%
    );

  backdrop-filter: blur(6px);

  box-shadow:
    inset 0 1px 3px rgba(0,0,0,0.7),
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 6px 18px rgba(0,0,0,0.45);
}

/* ===== THUMB – CIRCULAR PREMIUM ===== */
.placements-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;

  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;

  background:
    radial-gradient(
      circle at 30% 30%,
      #ffffff,
      #d9e0ff 60%,
      #b6c0ff 100%
    );

  box-shadow:
    0 0 0 4px rgba(120,130,255,0.25),
    0 8px 18px rgba(0,0,0,0.6);

  transition:
    transform .15s ease,
    box-shadow .15s ease;
}

.placements-slider::-webkit-slider-thumb:hover {
  transform: scale(1.08);
  box-shadow:
    0 0 0 6px rgba(120,130,255,0.35),
    0 10px 22px rgba(0,0,0,0.65);
}

/* ===== Firefox ===== */
.placements-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;

  background:
    radial-gradient(
      circle at 30% 30%,
      #ffffff,
      #d9e0ff 60%,
      #b6c0ff 100%
    );

  box-shadow:
    0 0 0 4px rgba(120,130,255,0.25),
    0 8px 18px rgba(0,0,0,0.6);
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .placements-slider {
    height: 9px;
  }

  .placements-slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
}






/* ============================================================
   GOLD SELECT (REEMPLAZA SLIDER)
============================================================ */

.gold-select-card {
  margin-top: 16px;
}

.gold-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* Card base */
.gold-option {
  position: relative;
  background: linear-gradient(180deg, #141a2a, #0e1322);
  border: 2px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 
    border-color .25s ease,
    transform .2s ease,
    box-shadow .25s ease;
}

/* Hover */
.gold-option:hover {
  border-color: #6f7cff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(111,124,255,0.15);
}

/* Activa */
.gold-option.active {
  background: #f3ecff;               /* fondo violeta suave */
  color: #5b2bd6;                    /* texto violeta profundo */
  border-color: #a78bfa;             /* borde violeta */
  box-shadow: 0 0 0 2px rgba(167,139,250,0.35); /* glow violeta */
}


/* Texto */
.gold-amount {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .4px;
}

.gold-label {
  font-size: 13px;
  opacity: .75;
  margin-top: 2px;
}

.gold-price {
  margin-top: 8px;
  font-weight: 700;
  color: #22c55e;
}

.gold-option.active .gold-price {
  color: #0a7a32;
}

/* Check */
.gold-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: #22c55e;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

.gold-option.active .gold-check {
  display: flex;
}

/* Badge promo */
.gold-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(180deg, #ffb703, #ff8800);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(255,183,3,0.35);
}

/* Precio tachado */
.gold-price s {
  opacity: .45;
  margin-right: 4px;
  font-weight: 600;
}

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

@media (max-width: 768px) {
  .gold-options {
    grid-template-columns: 1fr;
  }

  .gold-option {
    padding: 16px;
  }
}
