@charset "UTF-8";


/* === Arreglar imágenes distorsionadas y pixeleadas === */
img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  image-rendering: auto;
  image-rendering: optimizeQuality;
  max-height: 500px;
  margin: 0 auto;
}


html,
body{
 margin:0;
 padding:0;
}

/* === HERO ANIMADO === */
.hero-animated {
  background: linear-gradient(135deg, #eaf4fc 0%, #ffffff 100%);
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-animated__container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-animated__logo {
  margin-bottom: 1.5rem;
}

.telcel-svg {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.hero-animated__title {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--telcel-blue);
  margin-bottom: 0.5rem;
}

.hero-animated__subtitle {
  font-size: 1.125rem;
  color: var(--muted);
}

header,
main,
section{
 margin:0;
 padding-top:0;
}

/* === VARIABLES / RESET === */
:root {
  --telcel-blue: #004b89;
  --telcel-blue-soft: #eaf4fc;
  --green: #28a745;
  --red: #dc3545;
  --bg: #f0f2f5;
  --card: #ffffff;
  --muted: #6b7280;
  --text: #0f172a;
  --footer-dark: #003a6b;
  --border-color: #e2e8f0;
  --font-ui: "Segoe UI", "Segoe UI Variable Text", Tahoma, Geneva, Verdana, Arial, sans-serif;
  --font-brand: "Segoe UI Semibold", "Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
}

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

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

body,
input,
button,
select,
textarea,
label {
  font-family: var(--font-ui);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: -0.02em;
}

strong,
b {
  font-family: var(--font-brand);
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

html {
  scroll-behavior: smooth;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
.slider-arrow:focus-visible,
.package-card__details:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.32);
  outline-offset: 3px;
  border-radius: 10px;
}

/* === LAYOUT === */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.main-container{
 padding:0;
 max-width:980px;
 margin:auto;
}

.center-text{
 text-align:center;
 margin-top:0;
 margin-bottom:20px;
}

.approved{
 color:var(--green);
}

/* MAIN PEGADO AL SLIDER */
main {
  margin-top: 0 !important;
  padding: 0 16px 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* Evita margen del primer bloque dentro de main */
main > *:first-child {
  margin-top: 0 !important;
}

/* === HERO SLIDER === */
.hero-slider {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  overflow: hidden;
  background: #fff;
  border-bottom: none;
  line-height: 0;
  isolation: isolate;
}

/* Ajuste clave: nada de separación bajo el slider */

.slider-container {
  position: relative;
  width: 100%;
  height: clamp(128px, 16vw, 270px);
  max-width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

/* === PAQUETES TELCEL === */
.packages-section {
  margin-top: 60px;
}

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

.package-card {
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: visible;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  cursor: default;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.package-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.package-card--interactive:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(34, 197, 94, 0.55);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(34, 197, 94, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f3fff8 100%);
}

.package-card--interactive:hover::after {
  opacity: 1;
}

.package-card--interactive:hover .package-card__head {
  background: linear-gradient(180deg, #d9fbe8 0%, #c8f5de 100%);
  border-bottom-color: #93e0b7;
}

.package-card--interactive:hover .package-card__title,
.package-card--interactive:hover .package-card__price,
.package-card--interactive:hover .package-card__value {
  color: #0f7a4c;
}

.package-card--interactive:hover .package-card__feature-title,
.package-card--interactive:hover .package-card__label,
.package-card--interactive:hover .package-card__feature-row strong {
  color: #166534;
}

.package-card--interactive:hover .package-card__button.button {
  background: linear-gradient(180deg, #22c55e 0%, #159947 100%);
  box-shadow: 0 14px 28px rgba(21, 153, 71, 0.24);
  transform: translateY(-1px);
}

.package-card--interactive:hover .package-card__details {
  color: #15803d;
}

.package-card.is-selected {
  transform: translateY(-2px) scale(0.992);
  border-color: rgba(34, 197, 94, 0.62);
  box-shadow:
    0 14px 28px rgba(22, 101, 52, 0.16),
    0 0 0 2px rgba(34, 197, 94, 0.16);
}

.package-card.is-selected::after {
  opacity: 1;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.14) 100%);
}

.package-card.is-selected .package-card__button.button {
  transform: scale(0.96);
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 10px 22px rgba(21, 128, 61, 0.2);
}

.package-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 3px;
}

.package-card--recommended {
  border-color: #c4d3e8;
}

.package-card__chip {
  position: absolute;
  left: 10px;
  top: -11px;
  background: #d92fa3;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px 6px 0 0;
  line-height: 1;
}

.package-card__chip--popular {
  left: auto;
  right: 10px;
  background: #d92fa3;
  box-shadow: 0 10px 18px rgba(217, 47, 163, 0.22);
}

.package-card__head {
  background: #c8daf3;
  border-bottom: 1px solid #b6cae7;
  border-radius: 10px 10px 0 0;
  padding: 6px 10px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.package-card__title {
  color: #0053a6;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.package-card__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 10px 10px 8px;
  min-height: 60px;
}

.package-card__metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.package-card__metric--price {
  align-items: flex-end;
}

.package-card__value {
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  color: #003e7f;
}

.package-card__label {
  font-size: 11px;
  font-weight: 700;
  color: #111827;
}

.package-card__price {
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  color: #111827;
}

.package-card__feature {
  padding: 7px 10px;
  border-top: 1px solid #dde4ec;
  min-height: 48px;
}

.package-card__feature-title {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.package-card__feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  color: #0f172a;
}

.package-card__feature-row strong {
  font-size: 11px;
  font-weight: 800;
  color: #111827;
}

.package-card__icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4f78b7;
  font-size: 12px;
  flex-wrap: wrap;
}

.package-card__promo {
  margin: 8px 10px 0;
  display: inline-block;
  background: #dff0ed;
  color: #0f766e;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 5px;
  min-height: 26px;
}

.package-card__brands {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 10px 0;
  min-height: 24px;
  align-items: center;
}

.package-card__brands span {
  font-size: 9px;
  font-weight: 700;
  color: #1771d5;
}

.package-card__brands span:last-child {
  color: #ef4444;
}

.package-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px 10px;
  margin-top: auto;
  min-height: 54px;
}

.package-card__details {
  font-size: 12px;
  font-weight: 700;
  color: #0b64d8;
  cursor: default;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
}

.package-card__button.button {
  min-width: 112px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8b2ac2 0%, #6c1bb3 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.package-card__button.button:hover {
  transform: none;
  background: linear-gradient(180deg, #7d24b4 0%, #5e169b 100%);
}

/* Responsive for packages */
@media (max-width: 1024px) {
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-slider {
    width: 100%;
  }
  .packages-grid {
    grid-template-columns: 1fr;
  }
  .package-card__metrics {
    grid-template-columns: 1fr 1fr;
  }
  .package-card__metric--price {
    grid-column: 1 / -1;
    align-items: flex-start;
  }
}

.slide {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #fff;
  margin: 0;
  padding: 0;
  align-items: stretch;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.008);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
  transform: translateZ(0);
  image-rendering: auto;
  vertical-align: top;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.94);
  z-index: 6;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--telcel-blue);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, opacity 0.22s ease, visibility 0.22s ease, box-shadow 0.22s ease;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-slider:hover .slider-arrow,
.hero-slider:focus-within .slider-arrow {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.slider-arrow:hover {
  background: var(--telcel-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 75, 137, 0.22);
  transform: translateY(-50%) scale(1.06);
}

.slider-arrow-prev {
  left: 18px;
}

.slider-arrow-next {
  right: 18px;
}

.slider-dots {
  display: none;
}

.dot {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.dot.active {
  background: var(--telcel-blue);
  transform: scale(1.18);
}

/* Tablets */
@media (max-width: 992px) {
  .slider-container {
    height: clamp(120px, 22vw, 210px);
  }
  .slider-arrow {
    width: 28px;
    height: 28px;
  }
  .slider-arrow-prev { left: 14px; }
  .slider-arrow-next { right: 14px; }
}

/* Mobile */
@media (max-width: 768px) {
  .slider-container {
    height: clamp(112px, 28vw, 176px);
  }
  .slider-arrow {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .slider-arrow-prev {
    left: 10px;
  }
  .slider-arrow-next {
    right: 10px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .slider-container {
    height: clamp(100px, 32vw, 140px);
  }
  .slider-arrow {
    width: 20px;
    height: 20px;
    font-size: 9px;
  }
}

@media (min-width: 1440px) {
  .slider-container {
    height: clamp(170px, 14vw, 260px);
  }
}

/* === BREADCRUMB === */
.breadcrumb {
  display: block;
  width: 100%;
  background: #fff;
  border-top: none;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  margin-top: 0;
  padding: 10px 12px 10px 6px;
  margin-bottom: 8px;
}

.breadcrumb-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.3;
}

.breadcrumb a {
  color: var(--telcel-blue);
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #003a6b;
  text-decoration: underline;
}

.breadcrumb-separator {
  color: var(--muted);
}

.breadcrumb-current {
  color: var(--text);
  font-weight: 500;
}

/* === MAIN TITLES === */
.main-title {
  text-align: center;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 600;
  color: var(--telcel-blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
}


.sub-title {
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 30px;
}

/* === RECHARGE FLOW === */
#recharge-flow {
  margin-top: 20px;
}

#recharge-flow.recharge-flow-hidden {
  display: none;
}

.packages-section.packages-hidden {
  display: none;
}

.card {
  background: var(--card);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.02);
  transition: transform .3s ease, box-shadow .3s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.flow-header {
  text-align: center;
  margin-bottom: 25px;
}

.flow-header h2 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.15;
}

.sub-heading {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.7vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0f172a;
}

.sub-heading--compact {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

/* Step content */
.step-content {
  display: none;
  opacity: 0;
  transform: translate3d(0,10px,0);
  transition: all .4s ease;
}
.step-content.active {
  display: block;
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* Forms */
.form-group { margin-bottom: 20px; }

label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text);
}


input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 16px;
  transition: all .3s;
  background: #f8fafc;
}

input:focus {
  border-color: var(--telcel-blue);
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0,75,137,.08);
}

input.invalid { border-color: var(--red); }

/* Amounts */
.amount-wrapper {
  display: none;
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
  transform: translate3d(0,10px,0);
  margin-bottom: 18px;
}
.amount-wrapper.show {
  display: block;
  opacity: 1;
  transform: translate3d(0,0,0);
}

.selected-recharge-summary {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  padding: 14px 16px;
}
.selected-recharge-summary--step {
  margin-bottom: 22px;
}
.selected-recharge-summary--compact .selected-recharge-summary__meta {
  grid-template-columns: 1fr;
}
.selected-recharge-summary--centered {
  margin-bottom: 18px;
}

.selected-recharge-summary__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 6px;
}

.selected-recharge-summary__text {
  font-size: 14px;
  line-height: 1.5;
  color: #1e293b;
  margin: 0;
}

.selected-recharge-summary__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.selected-recharge-summary__item {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 10px 12px;
}

.selected-recharge-summary__item--type {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #93c5fd;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

.selected-recharge-summary__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}

.selected-recharge-summary__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #d92fa3;
  color: #fff;
  box-shadow: 0 8px 18px rgba(217, 47, 163, 0.22);
}

.selected-recharge-summary__badge i {
  font-size: 10px;
}

.selected-recharge-summary__value {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  word-break: break-word;
}

.selected-recharge-summary__item--type .selected-recharge-summary__value {
  color: #1d4ed8;
}

/* Buttons */
.button {
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: none;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary { background: var(--telcel-blue); color: #fff; }
.btn-primary:hover:not(:disabled) {
  background: #003a6b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,75,137,.2);
}
.btn-secondary { background: #f1f5f9; color: var(--text); }
.button:disabled { opacity: .5; cursor: not-allowed; }
.button:not(:disabled):active {
  transform: translateY(1px) scale(.99);
}

/* === MODAL === */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.modal-content {
  background: #fff;
  max-width: 375px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  animation: modalSlideUp .4s ease-out;
}
@keyframes modalSlideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0,0,0,.3);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

/* === ACCORDION === */
.telcel-accordion { margin-top: 40px; }

.telcel-acc-header {
  background: #fff;
  padding: 20px;
  border: 1px solid var(--border-color);
  margin-bottom: -1px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--telcel-blue);
  transition: background .2s;
}
.telcel-acc-header:hover,
.telcel-acc-header.active { background: var(--telcel-blue-soft); }

.telcel-acc-header::after {
  content: "▼";
  font-size: 14px;
  transition: transform .3s;
}
.telcel-acc-header.active::after { transform: rotate(180deg); }

.telcel-acc-body {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
  border-top: none;
  transition: max-height .4s ease;
}
.telcel-acc-body.open { max-height: 2000px; }

.acc-inner { padding: 30px; }

.acc-row {
  display: flex;
  gap: 30px;
  align-items: center;
}
.acc-col-img img {
  width: 250px;
  border-radius: 12px;
}
.acc-col-text ul { list-style: none; }
.acc-col-text li { margin-bottom: 12px; }
.acc-col-text b { color: var(--telcel-blue); }

/* === FOOTER === */
.footer-container{
 max-width:1200px;
 margin:auto;
 padding:0 20px;
}

.footer-minimal {
  background: #fff;
  padding: 60px 0 30px;
  border-top: 1px solid var(--border-color);
  margin-top: 60px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-logo { height: 35px; margin-bottom: 20px; }

.footer-social { display: flex; gap: 15px; }
.footer-social a { color: #94a3b8; font-size: 20px; }

.footer-links-minimal { display: flex; gap: 60px; }

.link-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.link-group a { color: #64748b; font-size: 14px; }

.footer-apps-minimal p {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--telcel-blue);
}
.app-row { display: flex; gap: 10px; }
.app-row img { height: 32px; }

.footer-divider {
  height: 1px;
  background: var(--border-color);
  margin-bottom: 30px;
}
.footer-bottom-minimal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.trust-icons-minimal {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trust-icons-minimal img { height: 25px; }
.divider-v {
  width: 1px;
  height: 20px;
  background: var(--border-color);
}
.copy-text { font-size: 13px; color: #94a3b8; }

/* === SUCCESS / ERROR / SUMMARY === */
.success-view {
  text-align: center;
  padding: 34px 10px 30px;
  position: relative;
  overflow: hidden;
}
.success-celebration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.success-celebration::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 72px;
  width: 240px;
  height: 180px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 219, 99, 0.34) 0%, rgba(255, 219, 99, 0) 72%);
  opacity: 0;
  animation: successFlash 1.25s ease-out forwards;
}
.success-balloon-stream {
  position: absolute;
  inset: auto -20px -210px -20px;
  height: 520px;
  z-index: 6;
  overflow: visible;
  opacity: 1;
}
.success-burst-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 3;
}
.success-burst-piece {
  position: absolute;
  left: 50%;
  top: 92px;
  width: 16px;
  height: 24px;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.4) rotate(0deg);
  animation: pinataBurst 1.35s cubic-bezier(0.18, 0.7, 0.18, 1) forwards;
  box-shadow: 0 12px 18px rgba(15, 23, 42, 0.12);
}
.success-burst-piece--ribbon {
  width: 8px;
  height: 34px;
  border-radius: 999px;
}
.success-burst-piece--dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.success-balloon {
  position: absolute;
  bottom: -280px;
  width: 58px;
  height: 74px;
  border-radius: 50% 50% 46% 46%;
  box-shadow: inset -10px -14px 22px rgba(255, 255, 255, 0.18);
  animation: successBalloonRise linear forwards;
  opacity: 0;
  filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.18));
  will-change: transform, opacity;
}
.success-balloon::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}
.success-balloon::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 2px;
  height: 88px;
  background: rgba(148, 163, 184, 0.7);
  transform: translateX(-50%);
}
.success-balloon--blue,
.success-balloon--cyan,
.success-balloon--gold,
.success-balloon--blue-dark {
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.success-balloon--blue {
  background: linear-gradient(180deg, #60a5fa 0%, #1d4ed8 100%);
}
.success-balloon--cyan {
  background: linear-gradient(180deg, #67e8f9 0%, #0891b2 100%);
}
.success-balloon--gold {
  background: linear-gradient(180deg, #fcd34d 0%, #f59e0b 100%);
}
.success-balloon--blue-dark {
  background: linear-gradient(180deg, #38bdf8 0%, #0369a1 100%);
}
.success-icon {
  font-size: 80px;
  color: var(--green);
  margin-bottom: 20px;
  animation: successScale .6s cubic-bezier(0.175,0.885,0.32,1.275);
  position: relative;
  z-index: 2;
}
.success-msg {
  max-width: 620px;
  margin: 0 auto 24px;
  color: #475569;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.error-icon {
  color: var(--red);
  font-size: 64px;
  margin-bottom: 20px;
}
@keyframes successScale {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes successFlash {
  0% {
    transform: translateX(-50%) scale(0.35);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1.18);
    opacity: 0;
  }
}
@keyframes successBalloonRise {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--balloon-tilt-start, -4deg)) scale(0.88);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  24% {
    transform: translate3d(calc(var(--balloon-drift, 0px) * 0.18), calc(var(--balloon-rise, 420px) * -0.2), 0) rotate(calc(var(--balloon-tilt-mid, 8deg) * 0.6)) scale(0.98);
    opacity: 1;
  }
  48% {
    transform: translate3d(calc(var(--balloon-drift, 0px) * -0.12), calc(var(--balloon-rise, 420px) * -0.48), 0) rotate(var(--balloon-tilt-mid, 8deg)) scale(1.02);
    opacity: 1;
  }
  74% {
    transform: translate3d(calc(var(--balloon-drift, 0px) * 0.34), calc(var(--balloon-rise, 420px) * -0.78), 0) rotate(calc(var(--balloon-tilt-mid, 8deg) * -0.85)) scale(1.01);
    opacity: 0.98;
  }
  100% {
    transform: translate3d(var(--balloon-drift, 0px), calc(var(--balloon-rise, 420px) * -1), 0) rotate(var(--balloon-tilt-end, 6deg)) scale(0.96);
    opacity: 0;
  }
}
@keyframes pinataBurst {
  0% {
    opacity: 0;
    transform:
      translate3d(-50%, -50%, 0)
      rotate(var(--burst-rotate, 0deg))
      translateY(0)
      scale(0.35);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform:
      translate3d(-50%, -50%, 0)
      rotate(var(--burst-rotate, 0deg))
      translateY(var(--burst-distance, -150px))
      translateX(var(--burst-drift, 0px))
      scale(1);
  }
}

.summary-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 20px;
  padding: 22px;
  text-align: left;
  margin: 0 auto 30px;
  max-width: 540px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 2;
}
.summary-box__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.summary-box__eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2563eb;
}
.summary-box__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  color: #0f172a;
  font-weight: 600;
}
.summary-box__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.18);
  color: #166534;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* === VERIFICATION CARD === */
.verification-header {
  text-align: left;
  margin: 0 0 14px;
}
.verification-subtext {
  margin: 0 0 6px;
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  font-weight: 400;
}
.verification-card {
  background:
    radial-gradient(circle at top right, rgba(0, 75, 137, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 24px;
  padding: 24px;
  margin: 20px 0 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}
.verification-mini-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.verification-mini-summary__item,
.v-item {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.verification-mini-summary__badge,
.payment-trust__chip {
  animation: verificationPulse 3.2s ease-in-out infinite;
}
.verification-mini-summary__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 75, 137, 0.08);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.verification-mini-summary__value {
  display: block;
  margin-top: 12px;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}
.verification-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.v-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 116px;
  justify-content: space-between;
}
.v-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.01em;
}
.v-value {
  font-weight: 700;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.5;
}

.payment-trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.payment-trust__logo,
.payment-trust__seal {
  height: 28px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: saturate(1.02);
}
.payment-trust__seal {
  height: 34px;
}
.payment-trust__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.payment-trust__logos--centered,
.payment-trust__chips--centered {
  justify-content: center;
}
.payment-trust__logos--centered {
  margin-top: 22px;
}
.payment-trust__chips--centered {
  margin-top: 12px;
}
.payment-trust__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.confetti-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}
.confetti {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  animation: confettiFall 3s linear forwards;
  will-change: transform, opacity;
}
@keyframes confettiFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(500px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes verificationPulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 75, 137, 0);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 75, 137, 0.08);
  }
}

/* === SUMMARY GRID === */
.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  text-align: left;
}
.s-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
.s-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 75, 137, 0.08);
  font-size: 11px;
  color: #0f172a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.s-value {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.5;
}

/* === TERMS CHECKBOX === */
.terms-container { margin: 20px 0; text-align: left; }
.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text);
  -webkit-user-select: none;
  user-select: none;
}
.terms-error{
    text-align:left;
    margin-left:30px;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0; width: 0;
}
.checkmark {
  min-width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  position: relative;
  transition: all .2s ease;
}
.checkbox-wrapper:hover input ~ .checkmark { border-color: var(--telcel-blue); }
.checkbox-wrapper input:checked ~ .checkmark {
  background: var(--telcel-blue);
  border-color: var(--telcel-blue);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px; top: 2px;
  width: 5px; height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:checked ~ .checkmark:after { display: block; }
.terms-text a {
  color: var(--telcel-blue);
  text-decoration: underline;
  font-weight: 600;
}

/* === LOADER OVERLAY === */
#loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 23, 0.46);
  z-index: 20000;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: opacity .25s ease;
}
#loader-overlay.show { display: flex; }

.loader-spinner {
  position: relative;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 14px 32px rgba(0, 75, 137, 0.22));
  isolation: isolate;
  animation: loaderFloat 3s ease-in-out infinite;
}
.loader-spinner::before,
.loader-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.loader-spinner::before {
  inset: -10px;
  border: 2px solid rgba(87, 188, 255, 0.28);
  box-shadow: 0 0 24px rgba(87, 188, 255, 0.12);
  animation: outerWave 1.9s ease-out infinite;
}
.loader-spinner::after {
  inset: -22px;
  border: 1px solid rgba(87, 188, 255, 0.18);
  box-shadow: 0 0 20px rgba(87, 188, 255, 0.08);
  animation: outerWave 1.9s ease-out infinite .55s;
}
.loader-halo,
.loader-pulse-ring,
.loader-radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.loader-halo {
  inset: 14px;
  border: 1px solid rgba(120, 195, 255, 0.38);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 68%);
  box-shadow:
    0 0 24px rgba(75, 171, 255, 0.16),
    inset 0 0 20px rgba(0, 75, 137, 0.08);
  animation: haloGlow 1.9s ease-in-out infinite;
}
.loader-pulse-ring {
  inset: 10px;
  border: 4px solid rgba(37, 170, 255, 0.95);
  border-left-color: rgba(37, 170, 255, 0.2);
  border-bottom-color: rgba(37, 170, 255, 0.34);
  box-shadow:
    0 0 0 1px rgba(123, 212, 255, 0.28),
    0 0 22px rgba(37, 170, 255, 0.28),
    inset 0 0 14px rgba(255, 255, 255, 0.08);
  animation: blueRingSpin 1.05s linear infinite;
}
.loader-radar-sweep {
  inset: 6px;
  border: 1px solid rgba(133, 204, 255, 0.14);
  background: conic-gradient(
    from 270deg,
    rgba(255, 255, 255, 0) 0deg,
    rgba(0, 115, 201, 0.02) 210deg,
    rgba(0, 140, 255, 0.08) 280deg,
    rgba(129, 214, 255, 0.92) 326deg,
    rgba(255, 255, 255, 0) 360deg
  );
  -webkit-mask: radial-gradient(circle, transparent 55%, #000 56%, #000 63%, transparent 64%);
  mask: radial-gradient(circle, transparent 55%, #000 56%, #000 63%, transparent 64%);
  animation: radarSweep 1s linear infinite;
  opacity: 1;
}
.loader-logo {
  position: absolute;
  inset: 34px;
  background: url(../img/recarga-telcel-marca-logo-telcel.svg) no-repeat center / contain;
  filter: drop-shadow(0 0 12px rgba(109, 197, 255, 0.28));
  animation: logoBlink 1.7s ease-in-out infinite;
  z-index: 2;
}
@keyframes radarSweep {
  from {
    transform: rotate(0deg);
    opacity: 0.88;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.88;
  }
}
@keyframes blueRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes haloGlow {
  0%, 100% {
    transform: scale(0.98);
    opacity: 0.72;
    box-shadow:
      0 0 18px rgba(75, 171, 255, 0.12),
      inset 0 0 16px rgba(0, 75, 137, 0.06);
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
    box-shadow:
      0 0 34px rgba(75, 171, 255, 0.28),
      inset 0 0 24px rgba(0, 75, 137, 0.12);
  }
}
@keyframes sonarPulse {
  0% {
    transform: scale(0.82);
    opacity: 0.7;
    box-shadow:
      0 0 0 0 rgba(82, 176, 255, 0.34),
      0 0 22px rgba(82, 176, 255, 0.18);
  }
  70% {
    transform: scale(1.08);
    opacity: 0.1;
    box-shadow:
      0 0 0 18px rgba(82, 176, 255, 0),
      0 0 30px rgba(82, 176, 255, 0.1);
  }
  100% {
    transform: scale(1.16);
    opacity: 0;
    box-shadow:
      0 0 0 28px rgba(82, 176, 255, 0),
      0 0 36px rgba(82, 176, 255, 0.04);
  }
}
@keyframes outerWave {
  0% {
    transform: scale(0.82);
    opacity: 0;
  }
  20% {
    opacity: 0.65;
  }
  100% {
    transform: scale(1.24);
    opacity: 0;
  }
}
@keyframes loaderFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes logoBlink {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.68;
    filter: drop-shadow(0 0 8px rgba(109, 197, 255, 0.18));
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(109, 197, 255, 0.4));
  }
}
.loader-text {
  display: none !important;
}

/* === VALIDATION === */
.input-group {
  position: relative;
  margin-bottom: 20px;
}
.input-group input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  font-size: 16px;
  transition: all .3s ease;
  outline: none;
}
.input-group input:focus {
  border-color: var(--telcel-blue);
  box-shadow: 0 0 0 4px var(--telcel-blue-soft);
}
.input-group input.invalid {
  border-color: var(--red);
  background: #fff5f5;
}
.input-group input.valid {
  border-color: var(--green);
  background: #fafff5;
}
.error-msg {
  color: var(--red);
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
  display: none;
  animation: fadeInUp .3s ease;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0,-5px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes fadeInSoft {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* === FLOATING ELEMENTS === */
.support-gif {
  position: fixed;
  right: -65px;
  top: 0%;
  width: 130px;
  z-index: 9999;
  cursor: pointer;
  transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275);
}
.support-gif:hover {
  right: 0;
  transform: scale(1.1) rotate(-5deg);
}
.opina-img {
  position: fixed;
  right: -5px;
  bottom: 15px;
  width: 35px;
  z-index: 9999;
  cursor: pointer;
  transition: transform .3s;
}

/* === HELPERS === */
.grid-2,
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.form-actions {
  margin-top: 25px;
  display: flex;
}
.align-right { justify-content: flex-end; }
.flex-between { justify-content: space-between; }

.section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 26px 0 14px;
  color: #0f172a;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  padding-bottom: 10px;
  letter-spacing: -0.02em;
}

/* === INFO SECTION === */
.info-section { margin-top: 60px; }

.section-heading {
  text-align: center;
  margin-bottom: 35px;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-heading h1,
.section-heading h2 {
  color: var(--telcel-blue);
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.1;
  margin-bottom: 12px;
}
.section-heading p {
  color: #64748b;
  max-width: 760px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
}

.flow-header h2,
.sub-heading,
.section-title,
.package-card__title,
#paso4-title,
.error-view h2 {
  text-wrap: balance;
}

.js .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .55s ease, transform .55s ease;
}

.js .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .reveal-on-scroll.package-card:nth-child(odd) {
  transform: translate3d(-12px, 24px, 0);
}

.js .reveal-on-scroll.package-card:nth-child(even) {
  transform: translate3d(12px, 24px, 0);
}

.js .reveal-on-scroll.is-visible.package-card {
  transform: translate3d(0, 0, 0);
}

.feature-grid,
.package-grid,
.steps-grid {
  display: grid;
  gap: 20px;
}
.feature-grid { grid-template-columns: repeat(3,1fr); }
.package-grid { grid-template-columns: repeat(2,1fr); }
.steps-grid { grid-template-columns: repeat(4,1fr); }

.feature-card,
.step-box {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 20px rgba(0,0,0,.03);
}
.step-box span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--telcel-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.legal-section {
  margin-top: 60px;
  text-align: center;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .verification-mini-summary,
  .verification-details-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }
  .summary-box__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .verification-card,
  .payment-trust,
  .summary-box {
    padding: 18px;
  }
  .verification-status-badges,
  .payment-trust__chips,
  .payment-trust__logos {
    gap: 8px;
  }
  .payment-trust__logo,
  .payment-trust__seal {
    height: 24px;
  }
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-links-minimal {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bottom-minimal {
    flex-direction: column;
    text-align: center;
  }
  .acc-row { flex-direction: column; }
  .acc-col-img img {
    width: 100%;
    max-width: 300px;
  }
  .card { padding: 20px; }
  .section-heading h1,
  .section-heading h2 {
    font-size: 26px;
  }
  .section-heading p {
    font-size: 15px;
  }
  .selected-recharge-summary__meta {
    grid-template-columns: 1fr;
  }

  .amount-options { grid-template-columns: repeat(2,1fr); }
  .grid-2,
  .form-grid-2,
  .form-grid-3,
  .feature-grid,
  .package-grid,
  .steps-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }
}

/* === OPTIMIZACIONES GPU === */
.modal-content,
.success-icon,
.loader-spinner,
.loader-text,
.step-content,
.slide {
  will-change: transform, opacity;
}

.loader-spinner,
.loader-spinner::before,
.loader-spinner::after {
  will-change: transform;
}
.hero-slider{
 margin:0!important;
 padding:0!important;
 border:0!important;
 border-top:none!important;
 box-shadow:none!important;
}

.slider-container{
 margin:0!important;
 padding:0!important;
 line-height:0;
 border-top:none!important;
}

.main-container{
 margin:0 auto!important;
 padding:0 16px 48px!important;
}

.main-title{
 margin-top:24px!important;
 padding-top:0;
}

.center-text{
 margin-top:0;
}

body > .hero-slider:first-of-type{
 margin-top:0!important;
 padding-top:0!important;
 inset:0;
}

.hero-slider,
.slider-container,
.slide,
.slide img{
 vertical-align:top;
}

#recharge-flow{
 margin-top:0;
}

/* === SILO NAV / HUB STRUCTURE === */
.silo-nav {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 75, 137, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-bottom: 22px;
}

.silo-nav__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.silo-nav__logo {
  display: block;
  height: 28px;
  width: auto;
}

.silo-nav__toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s ease;
  z-index: 1001;
}

.silo-nav__toggle:hover {
  background: rgba(0, 75, 137, 0.06);
}

.silo-nav__toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #004b89;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.silo-nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.silo-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 6px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.2s ease;
  text-decoration: none;
}

.silo-nav__link:hover {
  background: rgba(0, 75, 137, 0.06);
  color: #004b89;
}

.silo-nav__link.is-active {
  background: #004b89;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 75, 137, 0.15);
}

.silo-nav__link--cta {
  background: linear-gradient(135deg, #004b89 0%, #0ea5e9 100%);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 75, 137, 0.25);
}

.silo-nav__link--cta:hover {
  background: linear-gradient(135deg, #003a6b 0%, #0284c7 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 75, 137, 0.35);
}

.hub-banner {
  background: linear-gradient(135deg, #003a6b 0%, #004b89 58%, #0ea5e9 100%);
  color: #fff;
  padding: 26px 16px 30px;
}

.hub-banner__container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hub-banner__logo img {
  width: 124px;
  height: auto;
  display: block;
}

.hub-banner__copy {
  max-width: 700px;
}

.hub-banner__eyebrow,
.seo-hero-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 10px;
}

.hub-banner__copy h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.hub-banner__copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

.main-container--hub {
  max-width: 1120px !important;
}

.section-heading--left,
.section-heading--left h1,
.section-heading--left h2,
.section-heading--left p {
  text-align: left;
}

.seo-hero-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e6f5;
  border-radius: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06);
}

.seo-hero-card__eyebrow {
  color: var(--telcel-blue);
  background: rgba(0, 75, 137, 0.08);
  padding: 7px 12px;
  border-radius: 999px;
}

.seo-hero-card__content h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: #0f172a;
}

.seo-hero-card__copy {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.seo-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.seo-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--telcel-blue);
  font-size: 13px;
  font-weight: 500;
}

.seo-hero-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.btn-outline {
  background: #fff;
  color: var(--telcel-blue);
  border: 1px solid rgba(0, 75, 137, 0.2);
  box-shadow: none;
}

.button.btn-outline:hover {
  background: #eff6ff;
  color: #003a6b;
}

.seo-hero-card__media {
  border-radius: 20px;
  overflow: hidden;
  min-height: 100%;
  background: #dbeafe;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.seo-hero-card__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.packages-section--hub {
  margin-top: 34px;
}

.hub-grid,
.hub-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hub-card,
.hub-benefit {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.hub-card__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d92fa3;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hub-card__title {
  font-size: 21px;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 10px;
}

.hub-card__copy {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.hub-card__button {
  width: 100%;
  justify-content: center;
}

.hub-card--link {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hub-card__text-link {
  color: var(--telcel-blue);
  font-weight: 600;
}

.hub-card__text-link:hover {
  text-decoration: underline;
}

.hub-benefit__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e0f2fe 0%, #dbeafe 100%);
  color: var(--telcel-blue);
  font-size: 22px;
  margin-bottom: 14px;
}

.hub-benefit h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0f172a;
}

.hub-benefit p {
  color: #475569;
  line-height: 1.7;
  font-size: 15px;
}

.footer-brand__copy {
  max-width: 300px;
  color: #64748b;
  line-height: 1.7;
  font-size: 14px;
}

.footer-links-minimal--seo .link-group__title {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-container--satellite {
  max-width: 1120px !important;
}

.satellite-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.satellite-metric-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e6f5;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.satellite-metric-card__label {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.satellite-metric-card__value {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f172a;
}

.satellite-metric-card__subvalue {
  display: block;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

.satellite-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.satellite-step {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.satellite-step__number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #0ea5e9 0%, #004b89 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
}

.satellite-step h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0f172a;
}

.satellite-step p {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.cta-panel {
  margin-top: 34px;
  background: linear-gradient(135deg, #003a6b 0%, #004b89 58%, #0ea5e9 100%);
  color: #fff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-panel__content h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  margin-bottom: 12px;
}

.cta-panel__content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.8;
  max-width: 680px;
}

.cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-panel .btn-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
}

.cta-panel .btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.related-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.related-link-card {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.related-link-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.related-link-card h3 {
  font-size: 19px;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 10px;
}

.related-link-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.related-link-card a {
  color: var(--telcel-blue);
  font-weight: 700;
}

.related-link-card a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .seo-hero-card {
    grid-template-columns: 1fr;
  }

  .hub-grid,
  .hub-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .satellite-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .satellite-step-list,
  .related-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .silo-nav__toggle {
    display: block;
  }

  .silo-nav__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    flex-direction: column;
    gap: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    border-bottom: 1px solid rgba(0, 75, 137, 0.08);
  }

  .silo-nav__links.is-open {
    max-height: 450px;
    padding: 10px 20px 20px;
  }

  .silo-nav__toggle[aria-expanded="true"] .silo-nav__toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  
  .silo-nav__toggle[aria-expanded="true"] .silo-nav__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  
  .silo-nav__toggle[aria-expanded="true"] .silo-nav__toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  .silo-nav__link {
    width: 100%;
    justify-content: flex-start;
    padding: 14px 10px;
    border-radius: 8px;
  }

  .silo-nav__link--cta {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .hub-banner__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .seo-hero-card {
    padding: 22px;
  }

  .hub-grid,
  .hub-benefits__grid {
    grid-template-columns: 1fr;
  }

  .satellite-metric-grid,
  .satellite-step-list,
  .related-links-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand__copy {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  .js .reveal-on-scroll,
  .js .reveal-on-scroll.package-card:nth-child(odd),
  .js .reveal-on-scroll.package-card:nth-child(even) {
    opacity: 1 !important;
    transform: none !important;
  }

  #loader-overlay .loader-spinner {
    animation: loaderFloat 3s ease-in-out infinite !important;
  }
  #loader-overlay .loader-spinner::before {
    animation: outerWave 1.9s ease-out infinite !important;
  }
  #loader-overlay .loader-spinner::after {
    animation: outerWave 1.9s ease-out infinite .55s !important;
  }
  #loader-overlay .loader-halo {
    animation: haloGlow 1.9s ease-in-out infinite !important;
  }
  #loader-overlay .loader-pulse-ring {
    animation: blueRingSpin 1.05s linear infinite !important;
  }
  #loader-overlay .loader-radar-sweep {
    animation: radarSweep 1s linear infinite !important;
  }
  #loader-overlay .loader-logo {
    animation: logoBlink 1.7s ease-in-out infinite !important;
  }

  .success-celebration::before {
    animation: successFlash 1.25s ease-out forwards !important;
  }
  .success-burst-piece {
    animation: pinataBurst 1.35s cubic-bezier(0.18, 0.7, 0.18, 1) forwards !important;
  }
  .success-balloon {
    animation: successBalloonRise linear forwards !important;
  }
  .confetti {
    animation: confettiFall 3.8s cubic-bezier(0.15, 0.65, 0.2, 1) forwards !important;
  }
}
