/* —— Carrusel comercial destacado —— */
.comercial-carousel {
    position: relative;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1rem;
    background: linear-gradient(145deg, rgba(24, 24, 27, 0.95) 0%, rgba(9, 9, 11, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}
.comercial-carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}
.comercial-carousel-eyebrow {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a1a1aa;
}
.comercial-carousel-nav {
    gap: 0.35rem;
}
.comercial-carousel-arrow {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.comercial-carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}
.comercial-carousel-viewport {
    position: relative;
    min-height: 11rem;
}
.comercial-carousel-slide {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem 0.5rem 0.25rem;
    border-radius: 0.875rem;
    animation: comercial-slide-in 0.35s ease;
}
@keyframes comercial-slide-in {
    from { opacity: 0; transform: translateX(8px); }
    to { opacity: 1; transform: translateX(0); }
}
.comercial-carousel-slide--membresia {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.16) 0%, rgba(120, 53, 15, 0.1) 100%);
    border-left: 3px solid #fbbf24;
    box-shadow: inset 0 0 40px rgba(251, 191, 36, 0.06);
}
.comercial-carousel-slide--membresia .comercial-carousel-badge {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.35) 0%, rgba(217, 119, 6, 0.25) 100%);
    color: #fde68a;
    border-color: rgba(251, 191, 36, 0.4);
}
.comercial-carousel-slide--membresia .comercial-carousel-price {
    color: #fde68a;
    text-shadow: 0 0 24px rgba(251, 191, 36, 0.25);
}
.comercial-carousel-slide--membresia .comercial-carousel-cta {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    color: #09090b;
}
.comercial-carousel-slide--membresia .comercial-carousel-cta:hover {
    background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
}
.comercial-carousel-slide--creditos {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.12) 0%, rgba(19, 78, 74, 0.08) 100%);
    border-left: 3px solid #2dd4bf;
}
.comercial-carousel-slide--proyecto {
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.12) 0%, rgba(76, 29, 149, 0.08) 100%);
    border-left: 3px solid #a78bfa;
}
.comercial-carousel-slide--regalo {
    background: linear-gradient(135deg, rgba(244, 114, 182, 0.12) 0%, rgba(131, 24, 67, 0.08) 100%);
    border-left: 3px solid #f472b6;
}
.comercial-carousel-badge {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.35);
    color: #e4e4e7;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.comercial-carousel-title {
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}
.comercial-carousel-desc {
    font-size: 0.8rem;
    color: #a1a1aa;
    line-height: 1.45;
    max-width: 36rem;
}
.comercial-carousel-meta {
    font-size: 0.75rem;
    color: #d4d4d8;
}
.comercial-carousel-price {
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff;
    margin-top: 0.15rem;
}
.comercial-carousel-cta {
    align-self: flex-start;
    margin-top: 0.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 0.75rem;
    font-size: 0.8rem;
    font-weight: 800;
    color: #09090b;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: transform 0.15s, opacity 0.15s;
}
.comercial-carousel-cta:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}
.comercial-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
}
.comercial-carousel-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 9999px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 0;
    transition: background 0.15s, transform 0.15s;
}
.comercial-carousel-dot.active {
    background: #fff;
    transform: scale(1.15);
}

/* —— Secciones comerciales temáticas —— */
.comercial-section {
    position: relative;
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.comercial-section-eyebrow {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}
.comercial-section-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}
.comercial-section-sub {
    font-size: 0.85rem;
    color: #a1a1aa;
    margin-top: 0.35rem;
    margin-bottom: 1.25rem;
    max-width: 40rem;
}
.comercial-section--membresia {
    background: linear-gradient(160deg, rgba(251, 191, 36, 0.14) 0%, rgba(9, 9, 11, 0.92) 42%, rgba(69, 26, 3, 0.22) 100%);
    border-color: rgba(251, 191, 36, 0.45);
    box-shadow: 0 12px 48px rgba(251, 191, 36, 0.12), inset 0 1px 0 rgba(251, 191, 36, 0.08);
}
.comercial-section--membresia::before {
    content: '';
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 65%;
    background: radial-gradient(ellipse, rgba(251, 191, 36, 0.2) 0%, transparent 68%);
    pointer-events: none;
}
.comercial-section--membresia .comercial-section-eyebrow {
    color: #fcd34d;
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.35);
}
.comercial-section--membresia .comercial-section-title {
    background: linear-gradient(135deg, #fff 0%, #fde68a 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.comercial-section--creditos {
    background: linear-gradient(160deg, rgba(45, 212, 191, 0.1) 0%, rgba(9, 9, 11, 0.95) 50%, rgba(19, 78, 74, 0.12) 100%);
    border-color: rgba(45, 212, 191, 0.3);
    box-shadow: 0 8px 32px rgba(45, 212, 191, 0.06);
}
.comercial-section--creditos .comercial-section-eyebrow { color: #2dd4bf; }
.comercial-section--proyecto {
    background: linear-gradient(160deg, rgba(167, 139, 250, 0.1) 0%, rgba(9, 9, 11, 0.95) 50%, rgba(76, 29, 149, 0.12) 100%);
    border-color: rgba(167, 139, 250, 0.35);
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.08);
}
.comercial-section--proyecto .comercial-section-eyebrow { color: #a78bfa; }
.comercial-section--regalo {
    background: linear-gradient(160deg, rgba(244, 114, 182, 0.1) 0%, rgba(9, 9, 11, 0.95) 50%, rgba(131, 24, 67, 0.12) 100%);
    border-color: rgba(244, 114, 182, 0.35);
    box-shadow: 0 8px 32px rgba(236, 72, 153, 0.08);
}
.comercial-section--regalo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 3rem;
    height: 3.5rem;
    background: linear-gradient(180deg, rgba(244, 114, 182, 0.5) 0%, rgba(244, 114, 182, 0) 100%);
    clip-path: polygon(50% 0%, 0% 35%, 0% 100%, 100% 100%, 100% 35%);
    opacity: 0.35;
    pointer-events: none;
}
.comercial-section--regalo .comercial-section-eyebrow { color: #f472b6; }

.comercial-card {
    position: relative;
    border-radius: 1rem;
    padding: 1.125rem;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.comercial-card:hover {
    transform: translateY(-2px);
}
.comercial-card-popular {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.comercial-card--membresia {
    border-color: rgba(251, 191, 36, 0.28);
    background: linear-gradient(165deg, rgba(69, 26, 3, 0.38) 0%, rgba(9, 9, 11, 0.78) 52%, rgba(0, 0, 0, 0.52) 100%);
    border-top: 2px solid rgba(251, 191, 36, 0.4);
}
.comercial-card--membresia:hover {
    border-color: rgba(251, 191, 36, 0.55);
    box-shadow: 0 8px 28px rgba(251, 191, 36, 0.15);
}
.comercial-card--membresia.comercial-card-popular {
    border-color: rgba(251, 191, 36, 0.65);
    border-top-color: #fbbf24;
    background: linear-gradient(165deg, rgba(120, 53, 15, 0.5) 0%, rgba(9, 9, 11, 0.82) 48%, rgba(0, 0, 0, 0.58) 100%);
    box-shadow: 0 0 36px rgba(251, 191, 36, 0.22), inset 0 1px 0 rgba(251, 191, 36, 0.18);
}
.comercial-card--membresia .comercial-card-icon {
    font-size: 1.5rem;
    color: #fbbf24;
    text-shadow: 0 0 14px rgba(251, 191, 36, 0.55);
}
.comercial-card--membresia .comercial-popular-badge {
    background: linear-gradient(135deg, #fcd34d 0%, #d97706 100%);
    color: #09090b;
    border: none;
    font-weight: 900;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.35);
}
.comercial-card--membresia .comercial-card-meta {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fde68a;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.25);
}
.comercial-card--creditos { border-color: rgba(45, 212, 191, 0.2); }
.comercial-card--creditos.comercial-card-popular { border-color: rgba(45, 212, 191, 0.45); box-shadow: 0 0 24px rgba(45, 212, 191, 0.1); }
.comercial-card--proyecto { border-color: rgba(167, 139, 250, 0.2); }
.comercial-card--proyecto.comercial-card-popular { border-color: rgba(167, 139, 250, 0.45); box-shadow: 0 0 24px rgba(124, 58, 237, 0.1); }
.comercial-card--regalo { border-color: rgba(244, 114, 182, 0.2); }
.comercial-card--regalo.comercial-card-popular { border-color: rgba(244, 114, 182, 0.45); box-shadow: 0 0 24px rgba(236, 72, 153, 0.1); }
.comercial-card-icon {
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    opacity: 0.85;
}
.comercial-popular-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fafafa;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.comercial-card-cta {
    width: 100%;
    padding: 0.625rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.8rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: background 0.15s, transform 0.15s;
}
.comercial-card-cta:hover { transform: translateY(-1px); }
.comercial-card-cta--membresia { background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%); color: #09090b; }
.comercial-card-cta--membresia:hover { background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%); }
.comercial-card-cta--creditos { background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%); }
.comercial-card-cta--creditos:hover { background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%); }
.comercial-card-cta--proyecto { background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%); }
.comercial-card-cta--proyecto:hover { background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%); }
.comercial-card-cta--regalo { background: linear-gradient(135deg, #ec4899 0%, #be185d 100%); }
.comercial-card-cta--regalo:hover { background: linear-gradient(135deg, #f472b6 0%, #db2777 100%); }

@media (max-width: 639px) {
    .comercial-carousel {
        padding: 1rem;
        scroll-snap-type: x mandatory;
    }
    .comercial-carousel-title {
        font-size: 1.15rem;
    }
    .comercial-carousel-price {
        font-size: 1.5rem;
    }
    .comercial-section {
        padding: 1.25rem 1rem;
    }
    .comercial-section-title {
        font-size: 1.25rem;
    }
}

/* Layout fallback si Tailwind CDN no carga */
.comercial-section .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 640px) {
    .comercial-section .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #paquetes-pro .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .comercial-section .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
