/* ============================================
   CONTENIDO ONLINE - Diseño premium moderno
   ============================================ */

.contenido-page {
    padding-top: var(--navbar-height);
}

/* ── Hero ─────────────────────────────────── */
.contenido-hero {
    padding: 50px 20px 40px;
    background: linear-gradient(
        180deg,
        rgba(198, 27, 27, 0.06) 0%,
        transparent 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.contenido-hero-inner {
    text-align: center;
}

.contenido-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.contenido-subtitle {
    font-size: 0.85rem;
    color: var(--text-muted);
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ── Sección principal ────────────────────── */
.contenido-main {
    padding: 50px 0 60px;
}

/* ── Badge genérico ───────────────────────── */
.card-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.badge-vip {
    background: rgba(0, 136, 204, 0.1);
    border: 1px solid rgba(0, 136, 204, 0.3);
    color: #4db8e8;
}

.badge-custom {
    background: rgba(198, 27, 27, 0.1);
    border: 1px solid rgba(198, 27, 27, 0.3);
    color: var(--brand-red);
}

/* ── Tarjeta Telegram ─────────────────────── */
.telegram-card {
    position: relative;
    max-width: 680px;
    margin: 0 auto 40px;
    border-radius: 18px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.telegram-card.revealed {
    opacity: 1;
    transform: translateY(0);
}

.telegram-card-glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(
        135deg,
        rgba(0, 136, 204, 0.2) 0%,
        transparent 50%,
        rgba(198, 27, 27, 0.08) 100%
    );
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.telegram-card:hover .telegram-card-glow {
    opacity: 1;
}

.telegram-card-inner {
    position: relative;
    padding: 40px 45px 45px;
    background: linear-gradient(160deg, rgba(18, 22, 28, 0.99) 0%, rgba(12, 14, 18, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-top: 2px solid rgba(0, 136, 204, 0.45);
    border-radius: 18px;
    text-align: center;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.telegram-card:hover .telegram-card-inner {
    border-color: rgba(0, 136, 204, 0.35);
    border-top-color: rgba(0, 136, 204, 0.7);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 136, 204, 0.07);
}

/* Icono Telegram con pulso */
@keyframes tg-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.25); }
    50%       { box-shadow: 0 0 0 10px rgba(0, 136, 204, 0); }
}

.telegram-icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 136, 204, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(0, 136, 204, 0.25);
    animation: tg-pulse 3s ease-in-out infinite;
    transition: background 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
}

.telegram-card:hover .telegram-icon-wrap {
    background: rgba(0, 136, 204, 0.18);
    border-color: rgba(0, 136, 204, 0.5);
    transform: scale(1.06);
    animation-play-state: paused;
}

.telegram-icon {
    width: 42px;
    height: 42px;
    fill: #0088cc;
    display: block;
}

.telegram-card-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 3px;
    color: #c9a84c;
}

.telegram-card-title .text-red {
    color: #fff !important;
}

.telegram-description {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.75;
    text-align: center;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Features row */
.telegram-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 28px;
}

.tg-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tg-feature svg {
    width: 22px;
    height: 22px;
    stroke: rgba(0, 136, 204, 0.6);
    transition: stroke 0.3s ease;
}

.telegram-card:hover .tg-feature svg {
    stroke: #0088cc;
}

/* Details */
.telegram-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 32px;
    padding: 24px 30px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.detail-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 16px;
    flex-shrink: 0;
}

.detail-icon {
    width: 18px;
    height: 18px;
    stroke: rgba(0, 136, 204, 0.5);
    margin-bottom: 2px;
}

.detail-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-muted);
}

.detail-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

/* Botón VIP */
.btn-vip-wrapper {
    display: flex;
    justify-content: center;
}

.btn-vip {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #0088cc 0%, #0066aa 100%);
    color: #fff;
    border: 1px solid rgba(0, 136, 204, 0.4);
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 6px 24px rgba(0, 136, 204, 0.28);
}

.btn-vip:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0, 136, 204, 0.42);
    background: linear-gradient(135deg, #009ae0 0%, #0088cc 100%);
}

.btn-vip-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.btn-vip-label {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    line-height: 1;
}

.btn-vip-sub {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
}

/* ── Plataformas externas ─────────────────── */
.plataformas-enlaces {
    max-width: 680px;
    margin: 0 auto 40px;
    padding: 0 0 10px;
}

.plataformas-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.plataformas-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
}

.plataformas-label {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-muted);
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Tarjeta de producto base (ropa usada y videos) ─── */
.content-product-card {
    position: relative;
    padding: 40px 38px 42px;
    background: linear-gradient(160deg, rgba(18, 14, 14, 0.99) 0%, rgba(12, 10, 10, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-top: 2px solid rgba(198, 27, 27, 0.45);
    border-radius: 18px;
    text-align: center;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s,
                border-color 0.4s ease, box-shadow 0.4s ease;
}

.content-product-card.revealed {
    opacity: 1;
    transform: translateY(0);
}

.content-product-card:hover {
    border-color: rgba(198, 27, 27, 0.3);
    border-top-color: rgba(198, 27, 27, 0.7);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 50px rgba(198, 27, 27, 0.06);
}

.content-product-card h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.content-product-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 28px;
}

.product-card-icon {
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
}

.product-card-icon svg {
    width: 64px;
    height: 64px;
    filter: drop-shadow(0 0 14px rgba(198, 27, 27, 0.35));
    transition: filter 0.3s ease, transform 0.3s ease;
}

.content-product-card:hover .product-card-icon svg {
    filter: drop-shadow(0 0 20px rgba(198, 27, 27, 0.55));
    transform: scale(1.05);
}

/* ── Ropa usada ───────────────────────────── */
.ropa-usada-section {
    max-width: 580px;
    margin: 0 auto 40px;
}

.badge-ropa {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.btn-ropa-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-ropa-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.25);
    background: rgba(34, 197, 94, 0.08);
}

.btn-whatsapp-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #25d366;
    transition: fill 0.25s ease;
}

.btn-ropa-whatsapp:hover .btn-whatsapp-icon {
    fill: #34e077;
}

/* ── Videos personalizados ────────────────── */
.videos-personalizados {
    max-width: 580px;
    margin: 0 auto;
}

.btn-videos {
    display: inline-block;
    padding: 12px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-videos:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(198, 27, 27, 0.25);
}


/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
    .contenido-page { padding-top: 65px; }

    .contenido-hero { padding: 35px 20px 28px; }
    .contenido-title { font-size: 1.5rem; letter-spacing: 3px; }
    .contenido-subtitle { font-size: 0.75rem; }

    .contenido-main { padding: 35px 0 45px; }

    .telegram-card-inner { padding: 30px 24px 36px; }
    .telegram-card-title { font-size: 1.4rem; }

    .telegram-features { gap: 18px; }
    .tg-feature { font-size: 0.7rem; }

    .telegram-details {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .detail-divider { width: 40px; height: 1px; margin: 0; }

    .btn-vip { padding: 14px 32px; }

    .content-product-card { padding: 30px 24px 36px; }
}

@media (max-width: 480px) {
    .telegram-features { flex-direction: column; gap: 14px; }
    .tg-feature { flex-direction: row; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .telegram-card,
    .content-product-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
    /* Detiene la animación de pulso infinita del icono de Telegram */
    .telegram-icon-wrap {
        animation: none;
    }
}
