/* ====================================================
   HERO PLANES — solo imagen de fondo (lo demás es .hero-page)
   ==================================================== */
.hero-planes {
    background-image: url("../img/portada/portada-cobertura.jpg");
}

/* ====================================================
   UTILITIES (solo las que NO están en styles.css)
   ==================================================== */
.section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-secundario);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(229, 142, 33, 0.1);
    padding: 5px 15px;
    border-radius: 20px;
}

.section-subtitle {
    color: var(--color-texto-claro);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 10px auto 0;
}

.section-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-principal);
}

/* ====================================================
   PROMOCIONES
   ==================================================== */
.promociones-section {
    padding: 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.promo-banner {
    background: linear-gradient(135deg, var(--color-principal) 0%, #003d6b 50%, var(--color-secundario) 100%);
    padding: 36px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 91, 159, 0.25);
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    align-items: center;
    gap: 28px;
    border: 2px solid var(--color-secundario);
    transition: var(--transicion);
    position: relative;
    overflow: hidden;
    min-height: 160px;
}

.promo-icon-side {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
}

.promo-nuplin-logo {
    width: 55px;
    height: 55px;
    object-fit: contain;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2)) brightness(1.1);
}

.promo-character {
    width: 200px;
    object-fit: contain;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2)) brightness(1.05);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
}

.promo-icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-secundario), #f5a623);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 5px 20px rgba(229,142,33,0.3);
    animation: pulse-promo 2s infinite;
}

@keyframes pulse-promo {
    0% { box-shadow: 0 0 0 0 rgba(229,142,33,0.4); }
    70% { box-shadow: 0 0 0 10px rgba(229,142,33,0); }
    100% { box-shadow: 0 0 0 0 rgba(229,142,33,0); }
}

.promo-text {
    flex: 1;
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 0 10px;
}

.badge-promo {
    display: inline-block;
    background: linear-gradient(135deg, #FF6B35, #FF8C42);
    color: white;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.badge-promo i { margin-right: 5px; }

.promo-text h3 {
    font-size: 2.5rem;
    color: white;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}
.promo-text h4 {
    font-size: 2rem;
    color: white;
    font-weight: 900;
    line-height: 0.95;
    margin: 6px 0 10px;
}
.promo-text h5 {
    font-size: 1rem;
    background-color: var(--color-secundario);
    color: white;
    border-radius: 0.75rem;
    padding: 0.25rem 0.6rem;
    display: inline-block;
    font-weight: 700;
}

.promo-text p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
    max-width: 560px;
}

.promo-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    min-width: fit-content;
}

.btn-promo-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #25d366, #20ba58);
    color: white;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: var(--transicion);
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-promo-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #20ba58, #1a9a45);
}

.promo-urgency {
    font-size: 1rem;
    color: rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.promo-terms {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.btn-terms {
    padding: 10px 18px;
    background: #005B9F;
    border: 2px solid rgba(0, 91, 159, 0.6);
    color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: var(--transicion);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-terms:hover {
    background: rgba(0, 91, 159, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 91, 159, 0.3);
}

/* Ajustes para la sección de promociones (responsivo) */
.promo-character {
        max-width: 200px;
        width: 100%;
        height: auto;
}

@media (max-width: 768px) {
    .promo-banner {
        grid-template-columns: 1fr;
        padding: 18px;
        min-height: auto;
    }
    .promo-icon-side { order: 1; display:flex; justify-content:center; margin-bottom:12px; }
    .promo-text { order: 2; text-align:center; }
    .promo-cta { order: 3; justify-content:center; margin-top:12px; }
    .promo-character { display: none; }
    .promo-text h4 { font-size: 2.4rem; }
}

/* ====================================================
   TABS
   ==================================================== */
.tabs-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 12px 28px;
    border: 2px solid var(--color-principal);
    border-radius: 50px;
    background: white;
    color: var(--color-principal);
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--transicion);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab-btn:hover {
    background: rgba(0,91,159,0.05);
    transform: translateY(-2px);
}

.tab-btn.active {
    background: var(--color-principal);
    color: white;
    box-shadow: 0 4px 15px rgba(0,91,159,0.3);
}

.tab-pane { display: none; }
.tab-pane.active { display: block; }

/* ====================================================
   PLANS SECTION (copied from inicio.css — DO NOT EDIT)
   ==================================================== */

/* Grid 2x2 Internet */
.internet-grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.card-speed-header { margin-bottom: 5px; line-height: 1; }

.speed-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speed-unit {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-secundario);
    letter-spacing: 2px;
}

.glass-plan-title {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    font-weight: 500;
}

.glass-mini-features {
    list-style: none;
    padding: 0;
    margin: 10px 0 15px 0;
    text-align: left;
    font-size: 0.85rem;
    color: #ccc;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

.glass-mini-features li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.glass-mini-features i {
    color: var(--color-secundario);
    font-size: 0.8rem;
}

/* Immersive Section (full-width breakout) */
.tv-section-immersive {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    min-height: 600px;
    overflow: hidden;
    padding: 60px 0;
    background-color: #0a0a12;
}

.video-background-layer {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}

.video-background-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.content-layer { position: relative; z-index: 2; }

.tv-layout-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.tv-info-side {
    width: 45%;
    text-align: left;
    color: white;
}

.neon-title {
    font-size: 5rem;
    line-height: 0.9;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #335AA6,
        0 0 40px #335AA6;
}

.bots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.deco-image-container img {
    max-height: 150px;
    filter: drop-shadow(0 0 15px rgba(51, 90, 166, 0.6));
}

.tv-slogan {
    font-size: 1.2rem;
    color: #ddd;
    max-width: 400px;
}

.tv-cards-side { width: 50%; }

.cards-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

/* Glass Cards */
.glass-card-v2 {
    flex: 1;
    background: rgba(30,30,40,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 20px 10px;
    text-align: center;
    color: white;
    transition: var(--transicion);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.glass-card-v2:hover {
    background: rgba(0,0,0,0.9);
    border-color: #335AA6;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(51,90,166,0.4);
}

.card-header-glass i {
    font-size: 2rem;
    color: var(--color-secundario);
    display: block;
    margin-bottom: 5px;
}

.card-header-glass span {
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.card-price-glass {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.mini-channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 15px;
}

.mini-channels-grid img {
    width: 100%;
    height: 22px;
    object-fit: contain;
    background: #fff;
    border-radius: 3px;
    padding: 2px;
}

.btn-action {
    display: block;
    padding: 6px 0;
    border: 1px solid rgba(255,255,255,0.5);
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transicion);
}

.btn-action.primary, .btn-action:hover {
    background: #335AA6;
    border-color: #335AA6;
    box-shadow: 0 0 10px rgba(51,90,166,0.5);
}

.featured-glass {
    border-color: var(--color-secundario);
    background: rgba(50,50,60,0.7);
    transform: scale(1.05);
}

.badge-top {
    background: var(--color-secundario);
    color: white;
    font-size: 0.7rem;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

/* Duo Cards */
.duo-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

.duo-card-header .speed-part {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 0 15px rgba(229,142,33,0.4);
    line-height: 1;
}

.duo-card-header .unit {
    font-size: 0.9rem;
    font-weight: normal;
    color: #ccc;
}

.duo-card-header .plus-part {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-secundario);
    background: rgba(229,142,33,0.1);
    padding: 2px 8px;
    border-radius: 8px;
    border: 1px solid rgba(229,142,33,0.3);
}

.duo-icons-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #eee;
}

.duo-icons-row span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.duo-icons-row i { color: var(--color-secundario); }

.duo-badge-promo {
    display: inline-block;
    margin-top: 20px;
    background: rgba(229,142,33,0.2);
    border: 1px solid var(--color-secundario);
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    animation: pulse-promo 2s infinite;
}

/* ====================================================
   BENEFITS
   ==================================================== */
.benefits-section {
    padding: 80px 0;
    background: #f8fafc;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.benefit-card {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--sombra-suave);
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--sombra-media);
    border-color: rgba(0,91,159,0.2);
}

.benefit-icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-principal), #0077cc);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    color: white;
    transition: var(--transicion);
}

.benefit-card:hover .benefit-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.benefit-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-principal);
    margin-bottom: 10px;
}

.benefit-card p {
    color: var(--color-texto-claro);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.benefit-line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-secundario), #f5a623);
    margin: 0 auto;
    border-radius: 3px;
}

/* ====================================================
   FAQ
   ==================================================== */
.faq-section {
    padding: 80px 0;
    background: white;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.faq-info-side h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-principal);
    margin-bottom: 15px;
}

.faq-info-side p {
    color: var(--color-texto-claro);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-faq-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transicion);
    box-shadow: 0 4px 15px rgba(37,211,102,0.3);
}

.btn-faq-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37,211,102,0.5);
}

.faq-item {
    background: #f8fafc;
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: var(--transicion);
}

.faq-item:hover { border-color: var(--color-principal); }

.faq-item.active {
    border-color: var(--color-principal);
    box-shadow: var(--sombra-suave);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-principal);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-question:hover { background: rgba(0,91,159,0.03); }

.faq-question i {
    color: var(--color-principal);
    font-size: 0.85rem;
    transition: var(--transicion);
}

.faq-item.active .faq-question i { transform: rotate(45deg); }

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    padding: 0 25px 20px;
    max-height: 300px;
}

.faq-answer p {
    color: var(--color-texto-claro);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ====================================================
   TESTIMONIALS
   ==================================================== */
.testimonials-section {
    padding: 80px 0;
    background: #f8fafc;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--sombra-suave);
    border: 1px solid #f0f0f0;
    transition: var(--transicion);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sombra-media);
}

.quote-icon {
    font-size: 2rem;
    color: var(--color-secundario);
    opacity: 0.3;
    margin-bottom: 10px;
}

.testimonial-card p {
    color: var(--color-texto-claro);
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.client-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--color-principal), #0077cc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.testimonial-footer .client-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-footer .client-info strong {
    color: var(--color-principal);
    font-size: 0.95rem;
}

.testimonial-footer .client-info span {
    color: #9ca3af;
    font-size: 0.8rem;
}

.testimonial-footer .stars {
    color: #f59e0b;
    font-size: 0.75rem;
    display: flex;
    gap: 2px;
}

/* ====================================================
   COVERAGE CTA
   ==================================================== */
.coverage-cta {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #003d6b, var(--color-principal), #0077cc);
    color: white;
    overflow: hidden;
}

.cta-wave-top {
    position: absolute;
    top: -1px; left: 0;
    width: 100%; height: 60px;
    background: #f8fafc;
    clip-path: ellipse(55% 100% at 50% 0%);
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 550px;
    margin: 0 auto 35px;
}

.cta-icon-pulse {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    animation: pulse-cta 2s infinite;
}

@keyframes pulse-cta {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
    70% { box-shadow: 0 0 0 20px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transicion);
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(37,211,102,0.5);
}

.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transicion);
}

.btn-cta-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: white;
    transform: translateY(-3px);
}

/* ====================================================
   RESPONSIVE
   ==================================================== */

/* Plans section responsive */
@media (max-width: 991px) {
    .internet-grid-2x2 {
        grid-template-columns: 1fr;
        width: 80%;
        margin: 0 auto;
        gap: 20px;
    }
    .speed-number { font-size: 3rem; }
    .tv-layout-split { flex-direction: column; text-align: center; }
    .tv-info-side { width: 100%; margin-bottom: 40px; text-align: center; }
    .neon-title { font-size: 3.5rem; }
    .tv-cards-side { width: 100%; }
    .cards-wrapper { flex-direction: column; width: 80%; margin: 0 auto; gap: 20px; }
    .glass-card-v2 { width: 100%; }
    .featured-glass { transform: none; }
}

/* Page sections responsive */
@media (max-width: 1200px) {
    .promo-banner {
        grid-template-columns: auto 1fr;
        gap: 15px;
        padding: 25px 20px;
    }
    
    .promo-cta {
        flex-direction: row;
        gap: 8px;
    }
    
    .promo-text h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .hero-content-planes h1 { font-size: 2.5rem; }
    .hero-content-planes p { font-size: 1.1rem; }

    .promo-banner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
        padding: 25px 18px;
        min-height: auto;
    }
    
    .promo-icon-side {
        justify-content: center;
        gap: 15px;
    }
    
    .promo-text h3 {
        font-size: 1.35rem;
    }
    
    .promo-cta {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .btn-promo-action,
    .btn-terms {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .faq-info-side { text-align: center; }
    .testimonials-grid { grid-template-columns: 1fr; gap: 20px; }
    .cta-content h2 { font-size: 2rem; }
}

@media (max-width: 768px) {
    .promo-banner {
        grid-template-columns: 1fr;
        padding: 20px 15px;
    }
    
    .promo-nuplin-logo {
        width: 50px;
        height: 50px;
    }
    
    .promo-character {
        width: 75px;
        height: 75px;
    }
    
    .promo-text h3 {
        font-size: 1.25rem;
    }
    
    .promo-text p {
        font-size: 0.9rem;
    }
}

@media (max-width: 600px) {
    .hero-content-planes h1 { font-size: 2rem; }
    .hero-badges span { font-size: 0.8rem; padding: 8px 12px; }
    .btn-hero-primary, .btn-hero-outline { padding: 12px 24px; font-size: 0.9rem; }
    
    .promo-banner {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 12px;
        min-height: auto;
    }
    
    .promo-icon-side {
        flex-direction: column;
        gap: 10px;
    }
    
    .promo-nuplin-logo {
        width: 45px;
        height: 45px;
    }
    
    .promo-character {
        width: 65px;
        height: 65px;
    }
    
    .badge-promo {
        font-size: 0.75rem;
        padding: 5px 12px;
    }
    
    .promo-text h3 {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
    
    .promo-text p {
        font-size: 0.85rem;
    }
    
    .promo-urgency {
        font-size: 0.75rem;
    }
    
    .btn-promo-action,
    .btn-terms {
        width: 100%;
        max-width: none;
        padding: 11px 20px;
        font-size: 0.9rem;
    }
    
    .benefits-grid { grid-template-columns: 1fr; }
    .section-header h2 { font-size: 1.7rem; }
}

/* ====================================================
   TÉRMINOS Y CONDICIONES MODAL
   ==================================================== */

.tyc-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.tyc-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tyc-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.tyc-modal-container {
    position: relative;
    z-index: 10000;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: calc(100% - 40px);
    max-width: 700px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease-out;
    overflow: hidden;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tyc-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--color-principal);
    transition: var(--transicion);
    z-index: 10001;
}

.tyc-close-btn:hover {
    background: rgba(0, 91, 159, 0.1);
    transform: rotate(90deg);
}

.tyc-modal-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    padding-right: 35px;
}

.tyc-modal-content::-webkit-scrollbar {
    width: 8px;
}

.tyc-modal-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tyc-modal-content::-webkit-scrollbar-thumb {
    background: var(--color-secundario);
    border-radius: 10px;
}

.tyc-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(229, 142, 33, 0.8);
}

.tyc-header {
    margin-bottom: 25px;
    border-bottom: 3px solid var(--color-secundario);
    padding: 20px 0 15px 0;
    background: linear-gradient(135deg, rgba(0, 91, 159, 0.02) 0%, rgba(229, 142, 33, 0.02) 100%);
    margin: -40px -40px 25px -40px;
    padding: 20px 40px 15px 40px;
}

.tyc-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-principal);
    margin: 0 0 8px 0;
}

.promo-title {
    font-size: 0.9rem;
    color: var(--color-secundario);
    font-weight: 700;
    letter-spacing: 1px;
}

.tyc-content {
    flex: 1;
}

.tyc-section {
    margin-bottom: 22px;
    line-height: 1.8;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 91, 159, 0.08);
}

.tyc-section:last-child {
    border-bottom: none;
}

.tyc-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-principal);
    margin: 0 0 10px 0;
    padding-top: 5px;
}

.tyc-section p {
    color: var(--color-texto-claro);
    margin: 8px 0;
    font-size: 0.95rem;
    line-height: 1.7;
}

.tyc-section ul {
    margin: 10px 0;
    padding-left: 20px;
}

.tyc-section li {
    color: var(--color-texto-claro);
    margin: 8px 0;
    font-size: 0.95rem;
    line-height: 1.7;
}

.tyc-footer {
    padding: 20px 40px;
    background: linear-gradient(135deg, var(--color-principal) 0%, #003d6b 100%);
    border-top: 1px solid var(--color-secundario);
    text-align: center;
    border-radius: 0 0 20px 20px;
    margin: 20px -40px -40px -40px;
}

.btn-claim-offer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #25d366, #20ba58);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: var(--transicion);
    box-shadow: 0 5px 18px rgba(37, 211, 102, 0.4);
    border: none;
}

.btn-claim-offer:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #20ba58, #1a9a45);
}

@media (max-width: 768px) {
    .tyc-modal-container {
        width: 95%;
        max-height: 85vh;
    }
    
    .tyc-modal-content {
        padding: 35px 25px;
    }
    
    .tyc-header {
        margin: -35px -25px 20px -25px;
        padding: 20px 25px 15px 25px;
    }
    
    .tyc-footer {
        margin: 20px -25px -35px -25px;
        padding: 18px 25px;
    }
    
    .tyc-header h2 {
        font-size: 1.5rem;
    }
    
    .tyc-section h3 {
        font-size: 1.05rem;
    }
    
    .tyc-section p,
    .tyc-section li {
        font-size: 0.93rem;
    }
    
    .btn-claim-offer {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}

@media (max-width: 600px) {
    .tyc-modal-container {
        width: 96%;
        max-height: 90vh;
    }
    
    .tyc-modal-content {
        padding: 30px 18px;
    }
    
    .tyc-header {
        margin: -30px -18px 18px -18px;
        padding: 18px 18px 12px 18px;
    }
    
    .tyc-footer {
        margin: 18px -18px -30px -18px;
        padding: 16px 18px;
    }
    
    .tyc-close-btn {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
    
    .tyc-header h2 {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    
    .promo-title {
        font-size: 0.8rem;
    }
    
    .tyc-section {
        margin-bottom: 18px;
        padding: 12px 0;
    }
    
    .tyc-section h3 {
        font-size: 0.98rem;
        margin-bottom: 8px;
    }
    
    .tyc-section p {
        font-size: 0.9rem;
        margin: 6px 0;
    }
    
    .tyc-section li {
        font-size: 0.9rem;
        margin: 6px 0;
    }
    
    .btn-claim-offer {
        padding: 11px 24px;
        font-size: 0.88rem;
        width: 100%;
        max-width: 280px;
    }
}
