/* =====================================
   BASE
   ===================================== */

body {
  margin: 0;
  padding-top: 44px;
  background: #050505;
  color: #ffffff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

@media (max-width: 480px) {
  body {
    padding-top: 46px;
  }
}


/* =====================================
   STICKY OFFER BAR
   ===================================== */

#sticky-offer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;

  padding: 8px 10px;

  box-sizing: border-box;

  background: #c62828;
  color: #ffffff;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1px;

  text-align: center;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

#sticky-min,
#sticky-sec,
#sticky-spots {
  font-weight: 900;
}

#sticky-min,
#sticky-sec {
  color: #ffe082;
}

#sticky-spots {
  color: #fff59d;
}

.sticky-divider {
  opacity: 0.35;
}

.sticky-cupos {
  opacity: 1;
}



/* =====================================
   HERO
   ===================================== */

.container {
  max-width: 420px;
  margin: 0 auto;
  padding: 14px 16px 0;
  text-align: center;
}

.hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 2px;
  margin-bottom: 10px;
}

.avatars {
  display: flex;
  align-items: center;
}

.avatars img {
  width: 26px;
  height: 26px;

  border-radius: 50%;
  object-fit: cover;

  border: 2px solid #050505;

  margin-left: -8px;
}

.avatars img:first-child {
  margin-left: 0;
}

.rating {
  font-size: 13px;
  display: flex;
  align-items: center;
}

.hero-proof .stars {
  font-size: 14px;
  color: #f5a623;
}

.score {
  margin-left: 5px;
  font-weight: 700;
}

.users {
  margin-left: 5px;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}

.title {
  margin: 0 0 10px;

  font-size: 56px;
  line-height: 0.96;
  letter-spacing: -0.8px;
  font-weight: 900;

  color: #ffffff;

  text-transform: uppercase;

  -webkit-font-smoothing: antialiased;
}

.gold {
  color: #f0c419;
}

.hero-img {
  display: block;

  width: 100%;
  max-width: 210px;
  height: auto;

  margin: 0 auto 10px;

  filter:
    drop-shadow(0 0 18px rgba(240,196,25,0.18));
}

.subtext {
  margin: 0;

  font-size: 17px;
  line-height: 1.42;

  color: rgba(255,255,255,0.90);
}


/* =====================================
   IDENTIFICACIÓN
   ===================================== */

.mix {
  max-width: 420px;
  margin: 0 auto;
  padding: 12px 16px 0;
}

.mix-title {
  margin: 0 0 14px;

  text-align: center;

  font-size: 20px;
  font-weight: 800;

  color: #f0c419;
}

.mix-card {
  display: flex;
  flex-direction: column;
  gap: 18px;

  padding: 18px 16px;

  background: rgba(90,0,0,0.35);

  border: 1px solid rgba(255,40,40,0.55);
  border-radius: 14px;
}

.mix-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mix-item p {
  margin: 0;

  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;

  color: #ffffff;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  flex-shrink: 0;

  border-radius: 50%;

  font-size: 12px;
  font-weight: 900;

  color: #ffffff;
}

.icon.red {
  background: #e53935;
}



/* =====================================
   HOW / MECANISMO
   ===================================== */

.how {
  max-width: 420px;
  margin: 0 auto;
  padding: 28px 16px 0;
}

.how-title {
  margin: 0 0 16px;

  text-align: center;

  font-size: 21px;
  font-weight: 800;

  color: #ffffff;
}

.how-card {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 14px;
  padding: 16px 14px;

  background: #0d0d0d;

  border: 1px solid rgba(240,196,25,0.12);
  border-radius: 14px;
}

.num {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  flex-shrink: 0;

  border-radius: 50%;

  background: #f0c419;
  color: #000000;

  font-size: 13px;
  font-weight: 800;
}

.how-card p {
  margin: 0;

  font-size: 15px;
  line-height: 1.25;

  color: #ffffff;
}

.how-card strong {
  font-weight: 800;
}

.how-card span {
  display: block;

  margin-top: 3px;

  font-size: 14px;
  line-height: 1.3;

  color: rgba(255,255,255,0.74);
}




/* =====================================
   OFFER
   ===================================== */

.offer {
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 16px 28px;

  background: #ffffff;
}

.offer-img {
  display: block;

  width: 100%;
  max-width: 290px;
  height: auto;

  margin: 0 auto 12px;
}

.offer-info {
  text-align: left;
  margin-bottom: 12px;
}

.offer-students {
  margin: 0 0 8px;

  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;

  color: #8a8a8a;
  text-transform: uppercase;
}

.offer-title {
  margin: 0 0 8px;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;

  color: #111111;
}

.offer-rating {
  display: flex;
  align-items: center;
  gap: 6px;

  margin-bottom: 10px;
}

.offer-rating .stars {
  display: flex;
  align-items: center;

  font-size: 15px;
  color: #f5a623;
}

.reviews-offer {
  font-size: 13px;
  color: #6d6d6d;
}

.offer-prices {
  display: flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 10px;
}

.price-old {
  font-size: 14px;
  text-decoration: line-through;

  color: #9a9a9a;
}

.price-new {
  font-size: 18px;
  font-weight: 900;

  color: #111111;
}

.offer-badge {
  display: inline-block;

  margin-bottom: 14px;
  padding: 7px 12px;

  border-radius: 999px;

  background: #111111;
  color: #ffffff;

  font-size: 11px;
  font-weight: 800;
}

.offer-benefits {
  display: flex;
  flex-direction: column;
  gap: 18px;

  margin: 0 0 16px;
  padding: 20px 16px;

  background: #faf7ef;

  border: 2px solid #e3b500;
  border-radius: 20px;
}

.offer-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.offer-benefits .check-include {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  flex-shrink: 0;

  border-radius: 50%;

  background: #f0c419;
  color: #111111;

  font-size: 12px;
  font-weight: 900;
}

.offer-benefit p {
  margin: 0;

  font-size: 14px;
  line-height: 1.45;

  color: #1f1f1f;
}

.offer-benefit strong {
  color: #b88600;
  font-weight: 800;
}

.offer-urgency {
  margin: 0 0 16px;

  text-align: center;

  font-size: 13px;
  font-weight: 500;

  color: #222222;
}

.offer-cta {
  display: block;

  width: 100%;
  box-sizing: border-box;

  padding: 20px 18px;

  border-radius: 999px;

  text-align: center;
  text-decoration: none;

  background: #f0c419;
  color: #000000;

  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;

  box-shadow:
    0 6px 18px rgba(240,196,25,0.28);

  animation: breatheGlow 2s ease-in-out infinite;

  will-change: transform;
}

.offer-secure {
  margin: 10px 0 0;

  text-align: center;

  font-size: 11px;
  color: #666666;
}


/* CTA ANIMATION */

@keyframes breatheGlow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }

  100% {
    transform: scale(1);
  }
}




/* =====================================
   TESTIMONIOS / LOOX
   ===================================== */

.loox {
  max-width: 420px;
  margin: 0 auto;
  padding: 22px 16px 28px;

  background: #f5f5f5;
}

.reviews-title {
  margin: 0 0 8px;

  font-size: 13px;
  font-weight: 600;

  color: #222222;
}

.loox-header {
  display: flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 14px;
}

.starshero {
  font-size: 20px;
  color: #f5a623;
}

.reviews-count {
  font-size: 14px;
  color: #555555;
}

.filter-btn {
  margin-left: auto;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 6px;

  background: #2ea043;

  cursor: pointer;
}

.loox-card {
  display: flex;

  margin-bottom: 10px;
  padding: 14px 12px;

  background: #ffffff;

  border: 1px solid #e5e5e5;
  border-radius: 12px;

  box-shadow:
    0 1px 3px rgba(0,0,0,0.04);

  opacity: 0;
  transform: translateY(16px);

  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.loox-card.show {
  opacity: 1;
  transform: translateY(0);
}

.loox-content {
  width: 100%;
}

.loox-top {
  display: flex;
  align-items: center;
  gap: 6px;

  margin-bottom: 4px;
}

.name {
  margin: 0;

  font-size: 14px;
  font-weight: 700;

  color: #222222;
}

.verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;

  font-size: 10px;
  font-weight: 500;

  color: #34a853;
}

.check {
  width: 12px;
  height: 12px;
}

.loox .stars {
  font-size: 14px;
  color: #f5a623;
}

.stars.small {
  margin: 0 0 6px;
}

.text {
  margin: 0;

  font-size: 13px;
  line-height: 1.45;

  color: #333333;
}

.meta-inline {
  display: block;

  margin-top: 8px;

  font-size: 12px;
  color: #7a7a7a;
}

.load-more-btn {
  display: block;

  margin: 14px auto 0;
  padding: 8px 14px;

  border: none;
  border-radius: 8px;

  background: #34a853;
  color: #ffffff;

  font-size: 13px;
  font-weight: 600;

  cursor: pointer;
}





/* =====================================
   FAQ
   ===================================== */

.faq {
  max-width: 420px;
  margin: 0 auto;
  padding: 28px 16px 34px;

  background: #000000;
}

.faq-title {
  margin: 0 0 18px;

  font-size: 20px;
  font-weight: 800;

  color: #ffffff;
}

.faq-item {
  padding: 14px 0;

  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.faq-question {
  position: relative;

  padding-right: 20px;

  cursor: pointer;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;

  color: #ffffff;
}

.faq-question::after {
  content: "⌄";

  position: absolute;
  right: 0;
  top: 0;

  font-size: 12px;
  font-weight: 700;

  color: #ffffff;

  transition: transform 0.25s ease;
}

.faq-answer {
  display: none;

  margin-top: 10px;

  font-size: 13px;
  line-height: 1.5;

  color: rgba(255,255,255,0.72);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}



/* =====================================
   FINAL CTA
   ===================================== */

.final-cta {
  max-width: 420px;
  margin: 0 auto;
  padding: 18px 16px 34px;

  text-align: center;

  background: #000000;
}

.final-urgency {
  margin: 0 0 12px;

  font-size: 14px;
  font-weight: 700;

  color: #ff3b30;
}

.final-label {
  margin: 0 0 6px;

  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

.final-count {
  margin: 0;

  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;

  color: #ff3b30;
}

#min2,
#sec2 {
  display: inline-block;
  min-width: 1.1em;
}

.final-units {
  display: flex;
  justify-content: center;
  gap: 36px;

  margin: 8px 0 18px;

  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

.final-cta .offer-cta {
  margin-top: 0;
}

.final-cta .offer-secure {
  margin-top: 10px;

  font-size: 11px;
  color: rgba(255,255,255,0.42);
}

.offer-cta {
  cursor: pointer;
}

/* =====================================
   FOOTER
   ===================================== */

.footer {
  max-width: 420px;
  margin: 0 auto;

  padding: 42px 16px 50px;

  text-align: center;

  background: #f5f5f5;
}

.footer-legal {
  margin: 0;

  font-size: 11px;
  line-height: 1.55;
  font-weight: 400;

  color: #8c8c8c;
}

.footer-links {
  margin: 18px 0 0;

  font-size: 11px;
  font-weight: 400;
}

.footer-links a {
  color: #8c8c8c;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}



/* =====================================
   SOCIAL PROOF POPUP
   ===================================== */

#proof-popup {
  position: fixed;

  left: 50%;
  bottom: 20px;

  transform:
    translateX(-50%)
    translateY(20px);

  width: calc(100% - 32px);
  max-width: 340px;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 14px 16px;

  box-sizing: border-box;

  background: rgba(15,15,15,0.96);

  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;

  backdrop-filter: blur(10px);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.35);

  opacity: 0;
  pointer-events: none;

  z-index: 99999;

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

#proof-popup.show {
  opacity: 1;

  transform:
    translateX(-50%)
    translateY(0);
}

.proof-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  flex-shrink: 0;

  border-radius: 50%;

  background: rgba(240,196,25,0.12);
  color: #f0c419;

  font-size: 22px;
  font-weight: 800;
}

.proof-content {
  flex: 1;
}

.proof-name {
  margin: 0;

  font-size: 15px;
  font-weight: 700;

  color: #ffffff;
}

.proof-text {
  margin: 2px 0 0;

  font-size: 13px;

  color: rgba(255,255,255,0.68);
}



/* =====================================
   LAST CHANCE OVERLAY
   ===================================== */

#last-chance-overlay {
  position: fixed;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  box-sizing: border-box;

  background: rgba(0,0,0,0.88);

  opacity: 0;
  pointer-events: none;

  z-index: 999999;

  transition: opacity 0.35s ease;
}

#last-chance-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.last-box {
  width: 100%;
  max-width: 360px;

  padding: 28px 24px;

  box-sizing: border-box;

  text-align: center;

  background: #0f0f0f;

  border: 2px solid #f0c419;
  border-radius: 24px;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.45);
}

.last-badge {
  display: inline-block;

  margin-bottom: 18px;
  padding: 8px 16px;

  border-radius: 999px;

  background: #f0c419;
  color: #111111;

  font-size: 12px;
  font-weight: 900;
}

.last-title {
  margin: 0 0 14px;

  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;

  color: #ffffff;
}

.last-text {
  margin: 0 0 20px;

  font-size: 15px;
  line-height: 1.5;

  color: rgba(255,255,255,0.78);
}

.last-text strong {
  color: #ffffff;
}

.last-timer {
  margin-bottom: 20px;

  font-size: 52px;
  font-weight: 900;
  letter-spacing: 2px;

  color: #f0c419;
}

.last-btn {
  display: block;
  width: 100%;

  padding: 18px;
  cursor: pointer;

  box-sizing: border-box;

  text-decoration: none;

  border-radius: 16px;

  background: #f0c419;
  color: #111111;

  font-size: 16px;
  font-weight: 900;

  box-shadow:
    0 10px 30px rgba(240,196,25,0.25);
}

.last-note {
  margin: 14px 0 0;

  font-size: 12px;

  color: rgba(255,255,255,0.45);
}