/* Anta Móvil: the home visual language, in the brand's blue and cyan palette. */
.prepaid-hero { position: relative; isolation: isolate; overflow: hidden; margin-top: var(--site-header-height, 80px); color: #f6f8ff; background: radial-gradient(ellipse at 77% 48%, #113278 0, transparent 52%), linear-gradient(120deg, #0b1226, #071128 65%, #081c37); }
.prepaid-hero__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; max-width: 1536px; min-height: 660px; margin: 0 auto; padding: 56px clamp(24px, 5vw, 88px); gap: 26px; }
.prepaid-hero__copy { z-index: 2; min-width: 0; }
.prepaid-hero__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #afc2e4; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.prepaid-hero__eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: #39cbe5; box-shadow: 0 0 16px #39cbe56b; }
.prepaid-hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 92px); line-height: 1.03; letter-spacing: -.058em; font-weight: 600; }
.prepaid-hero h1 > span { color: #63d8f0; background: linear-gradient(100deg, #9daaff, #69cafa 53%, #65e4df); background-clip: text; -webkit-text-fill-color: transparent; }
.prepaid-hero__description { max-width: 415px; margin: 26px 0 0; color: #b5c2d9; font-size: 17px; line-height: 1.65; }
.prepaid-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 30px; }
.prepaid-hero__cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 26px; border-radius: 100px; background: #c5eafa; color: #0d2947; font-size: 16px; font-weight: 600; transition: background 180ms, transform 180ms; }
.prepaid-hero__cta:hover { background: #e0f4ff; transform: translateY(-2px); text-decoration: none; }
.prepaid-hero__secondary { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; color: #d2dcef; }
.prepaid-hero__secondary:hover { color: white; text-decoration: none; }
.prepaid-hero__note { margin: 22px 0 0; font-size: 12px; color: #879cbc; }
.prepaid-hero__visual { position: relative; min-width: 0; width: 100%; height: 530px; }
.prepaid-hero__halo { position: absolute; width: 93%; aspect-ratio: 1; left: 3%; top: 5%; border-radius: 50%; background: radial-gradient(circle at 70% 35%, #1268db32, #0db3d31c 50%, transparent 72%); filter: blur(6px); }
.prepaid-hero__orbit { position: absolute; width: 96%; height: 63%; left: 1%; top: 17%; border-radius: 50%; border: 1px solid #66a9fe2b; transform: rotate(-30deg); }
.prepaid-hero__orbit--two { width: 115%; height: 80%; left: -8%; top: 9%; transform: rotate(-30deg); border-color: #4cc9e017; }
.prepaid-hero__phone { position: absolute; top: 22px; left: 28%; width: 245px; height: 474px; padding: 7px; border: 1px solid #c1dafb; border-radius: 44px; background: linear-gradient(115deg, #c4d2e5, #31436b 21%, #061020 65%, #8492b4); box-shadow: 20px 28px 45px #01071594, -8px 0 28px #59b4ff16, inset 2px 0 2px #f4f7fc; transform: rotate(9deg); }
.prepaid-hero__phone::before { content: ''; position: absolute; width: 3px; height: 49px; right: -4px; top: 120px; border-radius: 0 3px 3px 0; background: #7084a9; }
.prepaid-hero__screen { position: relative; isolation: isolate; height: 100%; overflow: hidden; border: 2px solid #070f21; border-radius: 36px; background: radial-gradient(ellipse at 115% 95%, #82e0d1, transparent 45%), radial-gradient(ellipse at 92% 35%, #19b3eb, transparent 46%), linear-gradient(153deg, #10193d 7%, #0b44aa 59%, #188abe); }
.prepaid-hero__screen::before { content: ''; position: absolute; z-index: -1; width: 300px; height: 340px; right: -154px; top: 80px; border: 1px solid #b1e8ff45; border-radius: 50%; box-shadow: 0 0 0 18px #9dddff0a, 0 0 0 70px #9dddff05; transform: rotate(30deg); }
.prepaid-hero__screen::after { content: ''; position: absolute; top: 9px; left: 50%; width: 66px; height: 17px; transform: translateX(-50%); border-radius: 20px; background: #071225; }
.prepaid-hero__phone-top { display: flex; align-items: center; justify-content: space-between; padding: 45px 22px 0; }
.prepaid-hero__phone-top img { width: 60px; height: auto; }
.prepaid-hero__signal { display: flex; align-items: flex-end; gap: 3px; height: 13px; }
.prepaid-hero__signal i { display: block; width: 3px; height: 4px; border-radius: 2px; background: #b8dcfb; }
.prepaid-hero__signal i:nth-child(2) { height: 7px; }.prepaid-hero__signal i:nth-child(3) { height: 10px; }.prepaid-hero__signal i:nth-child(4) { height: 13px; }
.prepaid-hero__phone-plan { padding: 45px 23px 0; }
.prepaid-hero__phone-plan > span { color: #cae1ff; font-size: 13px; }
.prepaid-hero__phone-plan strong { display: flex; align-items: baseline; gap: 7px; margin: 2px 0 5px; font-size: 90px; line-height: 1.07; letter-spacing: -.07em; font-weight: 500; }
.prepaid-hero__phone-plan small { font-size: 25px; letter-spacing: -.04em; }
.prepaid-hero__phone-plan p { margin: 0; font-size: 22px; line-height: 1.15; letter-spacing: -.035em; color: #e1f1ff; }
.prepaid-hero__phone-bottom { position: absolute; bottom: 38px; left: 23px; right: 23px; display: flex; justify-content: space-between; gap: 9px; padding-top: 15px; border-top: 1px solid #d5eaff42; font-size: 11px; }
.prepaid-hero__bubble { position: absolute; z-index: 1; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid #ffffff27; border-radius: 20px; background: #102144eb; box-shadow: 0 16px 30px #020b2633; backdrop-filter: blur(16px); }
.prepaid-hero__bubble > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; flex-shrink: 0; color: #283c1b; background: linear-gradient(145deg, #d8edb1, #91d96e); }
.prepaid-hero__bubble p { margin: 0; font-size: 10px; color: #b7c7e1; line-height: 1.7; }
.prepaid-hero__bubble strong { display: block; font-size: 16px; font-weight: 500; color: #f0f4ff; letter-spacing: -.02em; }
.prepaid-hero__bubble--voice { top: 90px; left: -4%; transform: rotate(-5deg); }
.prepaid-hero__bubble--chat { bottom: 26px; right: -3%; transform: rotate(-5deg); }
.prepaid-hero__bubble--chat > span { color: #084661; background: linear-gradient(145deg, #b5eaf8, #59d2e7); }
.prepaid-hero__spark { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(120deg, #0580dc, #69e3cb); box-shadow: 0 0 24px #4db9e254; }
.prepaid-hero__spark--one { right: 6%; top: 14%; width: 19px; height: 19px; }.prepaid-hero__spark--two { bottom: 10%; left: 13%; background: linear-gradient(120deg, #48cddd, #a7f27a); }

.prepaid-catalog, .prepaid-before-footer { background: #f6f7fa; }
.prepaid-catalog { color: #101b36; scroll-margin-top: calc(var(--site-header-height, 80px) + 20px); }
.prepaid-catalog__inner { max-width: 1536px; margin: 0 auto; padding: 76px clamp(24px, 5vw, 88px) 66px; }
.prepaid-catalog__heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 32px; }
.prepaid-catalog__eyebrow { margin: 0 0 10px; font-size: 11px; font-weight: 500; color: #67768d; letter-spacing: .13em; text-transform: uppercase; }
.prepaid-catalog h2 { margin: 0; font-size: clamp(32px, 3.5vw, 48px); font-weight: 600; line-height: 1.1; letter-spacing: -.045em; }
.prepaid-catalog__heading > p { margin: 0 0 3px; color: #65728b; font-size: 15px; line-height: 1.6; }
.prepaid-tabs { display: inline-flex; padding: 5px; max-width: 100%; border: 1px solid #dfe4eb; border-radius: 100px; background: #e9edf3; gap: 3px; }
.prepaid-tabs button { min-height: 46px; padding: 10px 26px; border: 0; border-radius: 100px; color: #5b687f; background: transparent; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 180ms, color 180ms, box-shadow 180ms; }
.prepaid-tabs button[aria-selected="true"] { color: #1c376a; background: #fff; box-shadow: 0 2px 7px #1727440d; }
.prepaid-tabs button:hover { color: #15366a; }
.prepaid-catalog__description { margin: 22px 0 25px; color: #66748b; font-size: 14px; line-height: 1.6; }
.paquetes-panel[hidden] { display: none; }
.prepaid-card[id] { scroll-margin-top: calc(var(--site-header-height, 80px) + 20px); }
.prepaid-catalog__validity a { text-decoration: underline; text-underline-offset: 3px; }
.prepaid-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.prepaid-card { --card-ink: #121e3e; --card-muted: #68758d; --card-check: #267db7; --card-line: #dfe6ef; display: flex; flex-direction: column; min-width: 0; padding: 26px; border: 1px solid #e0e6ee; border-radius: 28px; color: var(--card-ink); background: linear-gradient(155deg, #fff 12%, #f6f9ff); box-shadow: 0 10px 26px #122a5105; transition: transform 180ms, box-shadow 180ms; }
.prepaid-card:last-child { background: linear-gradient(150deg, #f4f9ff, #e8f0fb); }
.prepaid-card--featured { --card-ink: #f5f8ff; --card-muted: #b4c6e1; --card-check: #93d9f3; --card-line: #cadfff2b; border-color: #2e4e85; color: var(--card-ink); background: radial-gradient(ellipse at 92% 0, #166a9545, transparent 55%), linear-gradient(150deg, #17325e, #0c1733 85%); box-shadow: 0 16px 30px #14336914; }
.prepaid-card__top { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--card-muted); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.prepaid-card__duration { padding: 6px 11px; border-radius: 30px; font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; color: #235e80; background: #e4f1f8; white-space: nowrap; }
.prepaid-card--featured .prepaid-card__duration { color: #173b54; background: #bce3f5; }
.prepaid-card__headline { margin: 26px 0 20px; }
.prepaid-card h3 { margin: 0; color: var(--card-ink); font-weight: 500; letter-spacing: -.055em; }
.prepaid-card__data { display: flex; align-items: baseline; gap: 8px; font-size: clamp(58px, 5.3vw, 78px); line-height: 1; }
.prepaid-card__data > span { font-size: 26px; letter-spacing: -.035em; }
.prepaid-card__name { font-size: 43px; line-height: 1.07; }
.prepaid-card__headline > p { margin: 11px 0 0; color: var(--card-muted); font-size: 13px; line-height: 1.5; }
.prepaid-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 9px; padding-bottom: 23px; border-bottom: 1px solid var(--card-line); }
.prepaid-card__price strong { font-size: clamp(31px, 2.7vw, 39px); font-weight: 500; letter-spacing: -.055em; line-height: 1.15; }
.prepaid-card__price > span { color: var(--card-muted); font-size: 12px; }
.prepaid-card__benefits { display: flex; flex-direction: column; flex: 1; padding: 23px 0; }
.prepaid-card__benefits ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.prepaid-card__benefits li { display: flex; align-items: flex-start; gap: 9px; color: var(--card-muted); font-size: 13px; line-height: 1.5; }
.prepaid-card__benefits li > svg { flex-shrink: 0; color: var(--card-check); margin-top: 1px; }
.prepaid-card__apps { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 23px; color: var(--card-muted); font-size: 11px; }
.prepaid-card__apps:first-child { margin-top: 0; }
.prepaid-card__apps > div { display: flex; align-items: center; gap: 13px; }
.prepaid-card__apps svg { display: block; width: 23px; height: 23px; }
.prepaid-card--featured .prepaid-card__apps > div { padding: 7px 11px; margin-block: -7px; border-radius: 30px; background: #f1f6ff; }
.prepaid-card__buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 49px; padding: 12px 18px; border-radius: 100px; background: #152747; color: #fff; font-size: 13px; font-weight: 500; transition: background 180ms; }
.prepaid-card__buy svg { flex-shrink: 0; }
.prepaid-card__buy:hover { color: white; background: #264875; text-decoration: none; }
.prepaid-card--featured .prepaid-card__buy { color: #152e4f; background: #c3e9fa; }.prepaid-card--featured .prepaid-card__buy:hover { background: #e4f5ff; }
.prepaid-card__terms { display: flex; justify-content: center; align-items: center; gap: 7px; min-height: 44px; margin: 7px 0 -9px; padding: 8px 0; border: 0; background: transparent; color: var(--card-muted); font-size: 11px; cursor: pointer; }
.prepaid-card__terms:hover { color: var(--card-ink); text-decoration: underline; text-underline-offset: 4px; }
.prepaid-catalog__validity { margin: 25px 0 0; text-align: center; color: #69778c; font-size: 11px; line-height: 1.6; }
.paquetes-panel[data-accent="lime"] .prepaid-card { --card-check: #51862b; background: linear-gradient(150deg, #fff, #f4f8eb); }
.paquetes-panel[data-accent="lime"] .prepaid-card:nth-child(2) { background: linear-gradient(150deg, #f6faee, #e8f2d7); border-color: #d5e2c4; }
.paquetes-panel[data-accent="lime"] .prepaid-card__duration { color: #446026; background: #e3eecf; }
.paquetes-panel[data-accent="cyan"] .prepaid-card { --card-check: #168a9c; background: linear-gradient(150deg, #fff, #eef9fc); }
.paquetes-panel[data-accent="cyan"] .prepaid-card:last-child { background: linear-gradient(150deg, #ecfafd, #dceff6); border-color: #cbe2ea; }
.paquetes-panel[data-accent="cyan"] .prepaid-card__duration { color: #176275; background: #d5eff3; }
.prepaid-catalog a:focus-visible, .prepaid-catalog button:focus-visible, .prepaid-hero a:focus-visible { outline: 2px solid #369fcf; outline-offset: 4px; }

.prepaid-terms { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: 0; border: 1px solid #dbe4ee; border-radius: 26px; overflow-y: auto; overscroll-behavior: contain; color: #172641; background: #fff; box-shadow: 0 30px 100px #00122c55; }
.prepaid-terms::backdrop { background: #06152c99; backdrop-filter: blur(8px); }
.prepaid-terms__header { position: relative; padding: 27px 60px 22px 26px; border-bottom: 1px solid #e4eaf1; }
.prepaid-terms__eyebrow { margin: 0 0 10px; color: #65758e; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.prepaid-terms__header h2 { margin: 0; font-size: 25px; font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
#terms-modal-duration { margin: 9px 0 0; color: #63728a; font-size: 13px; }
#terms-modal-close { position: absolute; right: 15px; top: 17px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #edf2f7; color: #344662; cursor: pointer; }
.prepaid-terms__price { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 26px; background: #f3f7fc; }
.prepaid-terms__price > span { font-size: 12px; color: #596c89; }.prepaid-terms__price strong { font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.prepaid-terms__content { padding: 0 26px 24px; font-size: 13px; line-height: 1.65; }
.prepaid-terms__content h3 { margin: 22px 0 12px; font-size: 14px; font-weight: 500; }
.prepaid-terms__content ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
#terms-modal-list { color: #63718a; }.prepaid-terms #terms-modal-apps { border-top: 1px solid #e2e9f1; }
.prepaid-terms__footer { padding: 18px 26px; background: #f3f7fc; font-size: 12px; color: #65738b; }.prepaid-terms__footer a { color: #285e9d; text-decoration: underline; text-underline-offset: 3px; }

@media (hover: hover) { .prepaid-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px #1b3b6b10; } }
@media (prefers-reduced-motion: no-preference) { html:has(.prepaid-hero) { scroll-behavior: smooth; } }
@media (prefers-reduced-motion: reduce) { .prepaid-hero *, .prepaid-catalog * { transition: none; } }
@media (max-width: 1100px) {
    .prepaid-hero__inner { min-height: 600px; gap: 12px; padding-block: 45px; }.prepaid-hero h1 { font-size: 66px; }
    .prepaid-hero__visual { height: 490px; }.prepaid-hero__phone { left: 24%; width: 220px; height: 430px; }
    .prepaid-hero__phone-plan { padding-top: 34px; }.prepaid-hero__phone-plan strong { font-size: 80px; }.prepaid-hero__phone-plan p { font-size: 20px; }
    .prepaid-hero__bubble { padding: 12px; gap: 9px; }.prepaid-hero__bubble > span { width: 36px; height: 36px; }.prepaid-hero__bubble strong { font-size: 13px; }
    .prepaid-grid { gap: 16px; }.prepaid-card { padding: 22px; }.prepaid-card__name { font-size: 36px; }.prepaid-card__price strong { font-size: 34px; }.prepaid-card__buy { padding-inline: 14px; font-size: 12px; }
}
@media (max-width: 850px) {
    .prepaid-hero__inner { grid-template-columns: 1fr; padding-top: 45px; padding-bottom: 20px; text-align: center; }
    .prepaid-hero__eyebrow, .prepaid-hero__actions { justify-content: center; }.prepaid-hero__description { margin-inline: auto; }.prepaid-hero__note { margin-top: 18px; }
    .prepaid-hero__visual { max-width: 520px; margin: 18px auto 0; }.prepaid-hero__phone { left: 29%; }.prepaid-hero__bubble--voice { left: 4%; }.prepaid-hero__bubble--chat { right: 1%; }
    .prepaid-catalog__heading { display: block; }.prepaid-catalog__heading > p { margin-top: 14px; }.prepaid-catalog__heading > p br { display: none; }
    .prepaid-grid { grid-template-columns: 1fr; gap: 20px; }.prepaid-catalog__inner { max-width: 650px; padding-block: 48px; }.prepaid-card { padding: 28px; }
    .prepaid-card__data { font-size: 72px; }.prepaid-card__price strong { font-size: 39px; }.prepaid-card__buy { font-size: 14px; min-height: 52px; padding-inline: 20px; }
    .prepaid-card__name { font-size: 42px; }.prepaid-card__headline { margin-top: 22px; }.prepaid-card__benefits li { font-size: 14px; }
}
@media (max-width: 480px) {
    .prepaid-hero__inner { padding-inline: 22px; }.prepaid-hero h1 { font-size: 58px; }.prepaid-hero__eyebrow { font-size: 11px; margin-bottom: 20px; }
    .prepaid-hero__description { font-size: 15px; margin-top: 22px; }.prepaid-hero__actions { gap: 12px 20px; margin-top: 24px; }.prepaid-hero__cta { padding-inline: 22px; font-size: 14px; }.prepaid-hero__secondary { font-size: 13px; }
    .prepaid-hero__visual { height: 400px; margin-top: 27px; }.prepaid-hero__phone { left: 24%; top: 10px; width: 186px; height: 357px; border-radius: 35px; padding: 5px; }
    .prepaid-hero__screen { border-radius: 29px; }.prepaid-hero__phone-top { padding: 37px 18px 0; }.prepaid-hero__phone-top img { width: 48px; }.prepaid-hero__phone-plan { padding: 29px 19px 0; }.prepaid-hero__phone-plan strong { font-size: 66px; }.prepaid-hero__phone-plan small { font-size: 20px; }.prepaid-hero__phone-plan p { font-size: 18px; }.prepaid-hero__phone-plan > span { font-size: 11px; }.prepaid-hero__phone-bottom { bottom: 27px; left: 19px; right: 19px; font-size: 9px; }
    .prepaid-hero__bubble { border-radius: 16px; padding: 10px; gap: 8px; }.prepaid-hero__bubble > span { width: 31px; height: 31px; border-radius: 10px; }.prepaid-hero__bubble svg { width: 19px; height: 19px; }.prepaid-hero__bubble strong { font-size: 11px; }.prepaid-hero__bubble p { font-size: 8px; }.prepaid-hero__bubble--voice { left: -1%; top: 58px; }.prepaid-hero__bubble--chat { bottom: 20px; right: -1%; }
    .prepaid-catalog__inner { padding-inline: 20px; }.prepaid-catalog__eyebrow { font-size: 10px; letter-spacing: .1em; }.prepaid-tabs { display: flex; gap: 0; }.prepaid-tabs button { flex: 1; padding: 10px 9px; font-size: 12px; white-space: nowrap; }
    .prepaid-card { padding: 25px; }.prepaid-catalog__description { font-size: 13px; }.prepaid-terms__header { padding-left: 22px; }.prepaid-terms__header h2 { font-size: 22px; }
}
@media (max-width: 359px) {
    .prepaid-hero h1 { font-size: 50px; }.prepaid-hero__visual { height: 375px; }.prepaid-hero__phone { left: 19%; }.prepaid-hero__bubble--voice { left: -4%; }.prepaid-tabs button { font-size: 11px; padding-inline: 6px; }.prepaid-card { padding: 22px; }
}
