/* ── Bote Transparente — showcase protagonista (home) ── */

@keyframes boteGlowDrift {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.03); }
}

@keyframes boteStatPop {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes boteIncludesMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes boteCtaPulse {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(255, 159, 10, 0.5),
      0 18px 52px rgba(255, 159, 10, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(255, 159, 10, 0),
      0 22px 60px rgba(255, 182, 72, 0.52),
      0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  }
}

@keyframes boteCtaShine {
  0% { transform: translateX(-120%) skewX(-18deg); }
  100% { transform: translateX(220%) skewX(-18deg); }
}

.sec--bote-flagship {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
}

.bote-flagship {
  position: relative;
  border-radius: clamp(24px, 4vw, 36px);
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
  background:
    linear-gradient(155deg, rgba(14, 42, 62, 0.97) 0%, rgba(7, 19, 29, 0.99) 48%, rgba(10, 28, 42, 0.98) 100%);
  border: 1px solid rgba(69, 216, 247, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 48px 120px rgba(0, 0, 0, 0.55),
    0 0 100px rgba(69, 216, 247, 0.07);
  overflow: hidden;
}

.bote-flagship__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 88% 12%, rgba(244, 161, 47, 0.18) 0%, transparent 68%),
    radial-gradient(ellipse 45% 40% at 8% 88%, rgba(69, 216, 247, 0.12) 0%, transparent 70%);
  animation: boteGlowDrift 8s ease-in-out infinite;
}

/* ── Cabecera: título arriba de todo ── */
.bote-flagship__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 52rem;
  margin: 0 auto clamp(1.5rem, 3.5vw, 2.25rem);
}

.bote-flagship__head > .sec__tag {
  font-size: 0.76rem;
  padding: 0.45rem 1rem;
  background: rgba(244, 161, 47, 0.14);
  border-color: rgba(244, 161, 47, 0.35);
  color: #ffc96a;
}

.bote-flagship__title {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(2.75rem, 7vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--premium-white, #fff);
  margin: 0.65rem 0 1rem;
  text-wrap: balance;
}

.bote-flagship__title-pre {
  display: block;
  font-family: var(--premium-font, 'Outfit', sans-serif);
  font-size: clamp(0.72rem, 1.8vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--premium-orange, #f4a12f);
  margin-bottom: 0.55rem;
}

.bote-flagship__title-main {
  display: block;
  font-size: 1em;
  line-height: 0.95;
  background: linear-gradient(135deg, #ffffff 0%, #7debff 42%, #45d8f7 78%, #ffb648 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 28px rgba(69, 216, 247, 0.35));
}

.bote-flagship__title .hl.bote-flagship__title-main {
  -webkit-text-fill-color: transparent;
}

.bote-flagship__title-sub {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--premium-font, 'Outfit', sans-serif);
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.bote-flagship__lead {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  line-height: 1.65;
  max-width: 36rem;
  font-weight: 450;
}

/* ── Centro: oferta izquierda + video derecho (misma altura) ── */
.bote-flagship__center {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  margin: 0 auto clamp(1.25rem, 3vw, 1.75rem);
}

.bote-flagship__split {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.bote-flagship__offer-panel {
  min-width: 0;
  display: flex;
}

.bote-flagship__media--clean {
  position: relative;
  min-width: 0;
  display: flex;
}

@media (min-width: 768px) {
  .bote-flagship__split {
    display: grid;
    grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    align-items: stretch;
  }

  .bote-flagship__offer-panel .bote-checkout-bar--flagship,
  .bote-flagship__offer-panel .bote-offer-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .bote-flagship__media--clean .media-frame {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: unset;
  }
}

/* ── Video limpio (columna derecha) ── */
.bote-flagship__media--clean .media-frame {
  position: relative;
  border-radius: clamp(20px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 176, 40, 0.22);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  aspect-ratio: 16 / 10;
  min-height: 260px;
  background: #000;
}

.bote-flagship__media--clean .media-frame::after {
  display: none;
}

.bote-flagship__media--clean .media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.12) contrast(1.06) brightness(1.04);
}

.bote-checkout-bar__flagship-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb648 0%, #ff9f0a 100%);
  color: #07131d;
  font-family: var(--premium-font, 'Outfit', sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(255, 159, 10, 0.35);
}

.bote-checkout-bar--flagship .bote-checkout-bar__contact {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bote-checkout-bar__contact-title {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.82);
}

.bote-checkout-bar__contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.bote-checkout-bar__contact-btn {
  width: 100%;
  justify-content: center;
  padding: 0.75rem 1rem !important;
  font-size: 0.88rem !important;
}

.bote-checkout-bar__contact-link {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--premium-turquoise, #45d8f7);
  text-align: center;
  text-decoration: none;
  transition: color 0.25s ease;
}

.bote-checkout-bar__contact-link:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .bote-flagship__visual .bote-checkout-bar--flagship,
  .bote-flagship__offer-panel .bote-checkout-bar--flagship {
    justify-content: space-between;
  }

  .bote-checkout-bar--flagship .bote-checkout-bar__trust {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.45rem 0.65rem;
  }

  .bote-checkout-bar--flagship .bote-checkout-bar__extras-hint {
    text-align: left;
  }
}

/* ── Slider “Todo incluido” ── */
.bote-flagship__includes {
  position: relative;
  z-index: 1;
  margin-top: clamp(0.5rem, 2vw, 1rem);
  padding-top: clamp(0.85rem, 2vw, 1.15rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bote-flagship__includes-title {
  margin: 0 0 0.85rem;
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(0.82rem, 1.6vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

.bote-includes-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.bote-includes-marquee__track {
  display: flex;
  width: max-content;
  animation: boteIncludesMarquee 38s linear infinite;
}

.bote-includes-marquee:hover .bote-includes-marquee__track {
  animation-play-state: paused;
}

.bote-includes-marquee__list {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0 0.35rem;
  list-style: none;
  flex-shrink: 0;
}

.bote-includes-marquee__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: clamp(0.84rem, 1.5vw, 0.92rem);
  font-weight: 550;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  flex-shrink: 0;
}

.bote-includes-marquee__list li::before {
  content: '✓';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(69, 216, 247, 0.18);
  color: var(--premium-turquoise, #45d8f7);
  font-size: 0.62rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Media ── */
.bote-flagship__media {
  position: relative;
}

.bote-flagship__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--premium-orange, #f4a12f), #ffb648);
  color: #07131d;
  font-family: var(--premium-font, 'Outfit', sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(244, 161, 47, 0.45);
}

.bote-flagship__media .media-frame {
  position: relative;
  border-radius: clamp(20px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
  aspect-ratio: 16 / 11;
  min-height: 260px;
}

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

.bote-flagship__media .media-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 19, 29, 0.72) 100%);
  pointer-events: none;
}

.bote-flagship__scarcity {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 3;
  padding: 0.72rem 1.1rem;
  border-radius: 14px;
  background: rgba(7, 19, 29, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(244, 161, 47, 0.42);
  color: var(--premium-orange, #f4a12f);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

/* ── Stats (removido del layout; clases conservadas por si se reutilizan) ── */
/* ── Tarjeta de oferta premium ── */
.bote-checkout-bar--flagship {
  margin-top: 0;
  padding: clamp(1.35rem, 2.8vw, 1.85rem);
  border-radius: clamp(22px, 3vw, 28px);
  background:
    linear-gradient(165deg, rgba(15, 31, 46, 0.92) 0%, rgba(7, 19, 31, 0.96) 100%);
  border: 1px solid rgba(255, 176, 40, 0.28);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.38),
    0 0 48px rgba(255, 176, 40, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
}

.bote-flagship__visual .bote-checkout-bar--flagship {
  width: 100%;
}

.bote-flagship__offer-panel .bote-checkout-bar--flagship {
  width: 100%;
}

.bote-checkout-bar--flagship .bote-checkout-bar__ribbon {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 176, 40, 0.14);
  border: 1px solid rgba(255, 176, 40, 0.45);
  color: #ffc96a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── Bloque de precio — números claros ── */
.bote-checkout-bar--flagship .bote-checkout-bar__price-block {
  margin-bottom: 1.15rem;
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 176, 40, 0.06) inset;
}

.bote-checkout-bar--flagship .bote-checkout-bar__from {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.bote-checkout-bar--flagship .bote-checkout-bar__price-display {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  line-height: 1;
}

.bote-checkout-bar--flagship .bote-checkout-bar__currency {
  margin-top: 0.55rem;
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffb648;
  text-shadow: 0 0 24px rgba(255, 176, 40, 0.35);
}

.bote-checkout-bar--flagship .bote-checkout-bar__amount {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(2.75rem, 6vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
  text-shadow:
    0 2px 24px rgba(255, 176, 40, 0.22),
    0 0 1px rgba(255, 255, 255, 0.8);
  -webkit-text-fill-color: #ffffff;
  background: none;
  filter: none;
}

.bote-checkout-bar--flagship .bote-checkout-bar__label {
  display: block;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.bote-checkout-bar--flagship .bote-checkout-bar__deposit {
  margin: 0.65rem 0 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
  font-weight: 500;
}

/* legacy price row (otras páginas) */
.bote-checkout-bar--flagship .bote-checkout-bar__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin-bottom: 0.5rem;
}

.bote-checkout-bar--flagship .bote-checkout-bar__price strong {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(2.25rem, 5.5vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.bote-checkout-bar--flagship .bote-checkout-bar__actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* ── CTA grande con pulso ── */
.bote-checkout-bar__cta-wrap {
  position: relative;
  border-radius: 999px;
  padding: 3px;
  background: linear-gradient(135deg, #ffd080 0%, #ffb648 45%, #ff9f0a 100%);
  box-shadow: 0 14px 40px rgba(255, 159, 10, 0.38);
}

.bote-checkout-bar--flagship .bote-checkout-bar__cta {
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.22rem 1.65rem !important;
  font-family: var(--premium-display, 'Outfit', sans-serif) !important;
  font-size: clamp(1.05rem, 2.1vw, 1.18rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  color: #07131d !important;
  background: linear-gradient(180deg, #ffc96a 0%, #ffb648 48%, #ff9f0a 100%) !important;
  border-radius: 999px !important;
  animation: boteCtaPulse 2.8s ease-in-out infinite;
  transition: filter 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.bote-checkout-bar--flagship .bote-checkout-bar__cta::after {
  content: '→';
  font-size: 1.15em;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bote-checkout-bar--flagship .bote-checkout-bar__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: boteCtaShine 3.5s ease-in-out infinite;
  pointer-events: none;
}

.bote-checkout-bar--flagship .bote-checkout-bar__cta:hover {
  transform: scale(1.02) !important;
  filter: brightness(1.1);
}

.bote-checkout-bar--flagship .bote-checkout-bar__cta:hover::after {
  transform: translateX(4px);
}

.bote-checkout-bar--flagship .bote-checkout-bar__alt {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s;
  font-weight: 500;
}

.bote-checkout-bar--flagship .bote-checkout-bar__alt:hover {
  color: rgba(255, 255, 255, 0.88);
}

.bote-checkout-bar--flagship .bote-checkout-bar__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bote-checkout-bar--flagship .bote-checkout-bar__trust span {
  font-size: 0.82rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.bote-checkout-bar--flagship .bote-checkout-bar__trust span::before {
  content: '✓';
  color: var(--premium-turquoise, #45d8f7);
  font-weight: 800;
  font-size: 0.78rem;
}

.bote-checkout-bar--flagship .bote-checkout-bar__extras-hint {
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 959px) {
  .bote-flagship__head {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .bote-checkout-bar--flagship .bote-checkout-bar__cta {
    padding: 1.18rem 1.25rem !important;
    font-size: 1.05rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bote-flagship__glow,
  .bote-includes-marquee__track,
  .bote-checkout-bar--flagship .bote-checkout-bar__cta,
  .bote-checkout-bar--flagship .bote-checkout-bar__cta::before {
    animation: none;
  }

  .bote-includes-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    scrollbar-width: none;
  }

  .bote-includes-marquee::-webkit-scrollbar {
    display: none;
  }

  .bote-includes-marquee__track {
    width: auto;
  }

  .bote-checkout-bar--flagship .bote-checkout-bar__cta:hover {
    transform: none !important;
  }

  .bote-offer-card__cta {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   BOTE OFFER CARD — tarjeta premium (mockup conversión)
   ═══════════════════════════════════════════════════════════ */
.bote-offer-card {
  width: 100%;
  border-radius: clamp(22px, 3vw, 28px);
  overflow: hidden;
  background: linear-gradient(180deg, #0a1628 0%, #060d18 100%);
  border: 1px solid rgba(24, 216, 255, 0.35);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(24, 216, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  font-family: var(--premium-font, 'Outfit', sans-serif);
}

.bote-offer-card__hero {
  position: relative;
  height: clamp(168px, 28vw, 228px);
  overflow: hidden;
  isolation: isolate;
  background: #060d18;
}

.bote-offer-card__hero-glow {
  position: absolute;
  inset: -25% -15% 0;
  z-index: 0;
  pointer-events: none;
}

.bote-offer-card__hero-glow::before,
.bote-offer-card__hero-glow::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(52px);
  opacity: 0.92;
}

.bote-offer-card__hero-glow::before {
  width: 78%;
  height: 95%;
  top: -28%;
  left: 8%;
  background: radial-gradient(
    circle at 42% 38%,
    rgba(24, 216, 255, 0.72) 0%,
    rgba(20, 184, 166, 0.42) 38%,
    rgba(16, 185, 129, 0.18) 58%,
    transparent 72%
  );
}

.bote-offer-card__hero-glow::after {
  width: 62%;
  height: 78%;
  top: -8%;
  right: -6%;
  background: radial-gradient(
    circle at 55% 42%,
    rgba(56, 189, 248, 0.55) 0%,
    rgba(59, 130, 246, 0.38) 42%,
    rgba(20, 184, 166, 0.14) 62%,
    transparent 76%
  );
}

.bote-offer-card__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 110% 85% at 50% -8%, rgba(24, 216, 255, 0.22) 0%, transparent 52%),
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(16, 185, 129, 0.16) 0%, transparent 48%),
    radial-gradient(ellipse 65% 50% at 82% 36%, rgba(59, 130, 246, 0.14) 0%, transparent 46%);
  pointer-events: none;
}

.bote-offer-card__hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 0%, transparent 32%, rgba(10, 22, 40, 0.45) 58%, rgba(10, 22, 40, 0.88) 78%, #0a1628 100%);
  pointer-events: none;
}

.bote-offer-card__hero-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 28px;
  background: #0a1628;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

.bote-offer-card__rank {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #18d8ff 0%, #6366f1 100%);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(24, 216, 255, 0.35);
}

.bote-offer-card__rank svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.bote-offer-card__body {
  position: relative;
  z-index: 4;
  margin-top: -1.5rem;
  padding: clamp(1.35rem, 2.5vw, 1.65rem) clamp(1rem, 2.5vw, 1.25rem) clamp(1.1rem, 2.5vw, 1.35rem);
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.98) 0%, #0a1628 12%, #060d18 100%);
  border-radius: 22px 22px 0 0;
}

.bote-offer-card__scarcity {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: -0.35rem auto 1.05rem;
  padding: 0.42rem 0.9rem;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 5;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe082 0%, #ffb300 55%, #ff9800 100%);
  color: #1a1200;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    0 8px 24px rgba(255, 179, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.bote-offer-card__scarcity svg {
  width: 14px;
  height: 14px;
}

.bote-offer-card__pricing {
  text-align: center;
  margin-bottom: 1.1rem;
}

.bote-offer-card__from {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #18d8ff;
}

.bote-offer-card__price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.65rem;
  line-height: 1;
}

.bote-offer-card__currency {
  margin-top: 0.45rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.bote-offer-card__amount {
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
  text-shadow:
    0 0 40px rgba(255, 255, 255, 0.25),
    0 2px 20px rgba(24, 216, 255, 0.2);
}

.bote-offer-card__divider {
  width: min(280px, 80%);
  height: 1px;
  margin: 0 auto 0.55rem;
  background: linear-gradient(90deg, transparent, rgba(24, 216, 255, 0.45), transparent);
}

.bote-offer-card__per {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.bote-offer-card__deposit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(24, 216, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.bote-offer-card__deposit svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #18d8ff;
}

.bote-offer-card__deposit-hl {
  color: #ffd54f;
  font-weight: 800;
}

.bote-offer-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.25rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(0.82rem, 1.8vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #18d8ff 0%, #6366f1 55%, #8b5cf6 100%);
  box-shadow:
    0 14px 40px rgba(99, 102, 241, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  animation: boteOfferCtaGlow 3s ease-in-out infinite;
}

@keyframes boteOfferCtaGlow {
  0%, 100% { box-shadow: 0 14px 40px rgba(99, 102, 241, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12) inset; }
  50% { box-shadow: 0 18px 52px rgba(24, 216, 255, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.16) inset; }
}

.bote-offer-card__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.bote-offer-card__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #6366f1;
  flex-shrink: 0;
}

.bote-offer-card__cta-icon svg {
  width: 18px;
  height: 18px;
}

.bote-offer-card__form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd54f;
  text-decoration: none;
  transition: color 0.25s ease;
}

.bote-offer-card__form-link svg {
  width: 14px;
  height: 14px;
  opacity: 0.85;
}

.bote-offer-card__form-link:hover {
  color: #ffe082;
}

.bote-offer-card__perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.bote-offer-card__perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.65rem 0.35rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bote-offer-card__perk-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.bote-offer-card__perk-icon svg {
  width: 18px;
  height: 18px;
}

.bote-offer-card__perk-icon--hotel {
  background: rgba(24, 216, 255, 0.15);
  color: #18d8ff;
}

.bote-offer-card__perk-icon--secure {
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
}

.bote-offer-card__perk-icon--instant {
  background: rgba(139, 92, 246, 0.18);
  color: #a78bfa;
}

.bote-offer-card__perk strong {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
}

.bote-offer-card__perk span {
  font-size: 0.52rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.3;
}

.bote-offer-card__upsell {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.65);
}

.bote-offer-card__upsell svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #ffd54f;
}

.bote-offer-card__hl {
  color: #18d8ff;
  font-weight: 600;
}

.bote-offer-card__contact-title {
  margin: 0 0 0.65rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #18d8ff;
}

.bote-offer-card__contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.bote-offer-card__wa {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.bote-offer-card__wa:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.bote-offer-card__wa-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.bote-offer-card__wa-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.bote-offer-card__wa-copy strong {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.bote-offer-card__wa-copy small {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.82);
}

.bote-offer-card__phone {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(24, 216, 255, 0.2);
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.bote-offer-card__phone:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(24, 216, 255, 0.4);
}

.bote-offer-card__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(24, 216, 255, 0.12);
  color: #18d8ff;
  flex-shrink: 0;
}

.bote-offer-card__phone-icon svg {
  width: 16px;
  height: 16px;
}

.bote-offer-card__phone-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.bote-offer-card__phone-copy small:first-child {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #18d8ff;
}

.bote-offer-card__phone-copy strong {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.bote-offer-card__phone-copy small:last-child {
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.52);
}

.bote-offer-card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}

.bote-offer-card__footer span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.bote-offer-card__footer span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #18d8ff;
  opacity: 0.6;
}

.bote-offer-card__footer span:first-child::before {
  background: #f87171;
}

.bote-offer-card__footer span:last-child::before {
  background: #ffd54f;
}

@media (max-width: 480px) {
  .bote-offer-card__perks {
    grid-template-columns: 1fr;
  }

  .bote-offer-card__perk {
    flex-direction: row;
    text-align: left;
    padding: 0.55rem 0.75rem;
  }

  .bote-offer-card__contact-grid {
    grid-template-columns: 1fr;
  }

  .bote-offer-card__phone-copy strong {
    white-space: normal;
  }
}

/* ═══════════════════════════════════════════════════════════
   BOTE OFFER CARD — ficha tipo producto (referencia oferta)
   ═══════════════════════════════════════════════════════════ */
.bote-offer-card--sheet {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 18px 50px rgba(2, 12, 27, 0.28),
    0 2px 0 rgba(255, 255, 255, 0.65) inset;
  color: #0f172a;
}

.bote-offer-card__sheet {
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.bote-offer-card__title {
  margin: 0;
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.bote-offer-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}

.bote-offer-card__rating-score {
  font-size: 0.95rem;
  font-weight: 700;
  color: #64748b;
}

.bote-offer-card__rating-stars {
  color: #f5b400;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  line-height: 1;
}

.bote-offer-card__rating-count {
  width: 100%;
  font-size: 0.82rem;
  color: #475569;
  font-weight: 500;
}

.bote-offer-card__schedule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.88rem;
  color: #334155;
  font-weight: 500;
}

.bote-offer-card__schedule svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #0f172a;
}

.bote-offer-card__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 0.15rem;
  padding: 0.38rem 0.75rem;
  border-radius: 8px;
  background: #e11d48;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bote-offer-card__price-block {
  margin-top: 0.15rem;
}

.bote-offer-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.bote-offer-card__price-now {
  font-size: clamp(1.85rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #2563eb;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bote-offer-card__cur {
  font-size: 0.55em;
  margin-right: 0.08em;
  font-weight: 700;
}

.bote-offer-card__price-was {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ef4444;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.bote-offer-card__price-label {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.bote-offer-card__deposit-line,
.bote-offer-card__seats {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.4;
}

.bote-offer-card__seats {
  color: #0ea5e9;
  font-weight: 600;
}

.bote-offer-card--sheet .bote-offer-card__cta {
  margin-top: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.bote-offer-card--sheet .bote-offer-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.42);
}

.bote-offer-card__sheet-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.82rem;
}

.bote-offer-card__wa-mini,
.bote-offer-card__phone-mini {
  color: #0f766e;
  font-weight: 700;
  text-decoration: none;
}

.bote-offer-card__phone-mini {
  color: #334155;
  font-weight: 600;
}

.bote-offer-card__wa-mini:hover,
.bote-offer-card__phone-mini:hover {
  text-decoration: underline;
}
