/* ============================================================= */
/* PODCASTS PAGE - NUEVO DISEÑO AISLADO                          */
/* ============================================================= */

.podx-page {
    width: 100%;
}

.podx-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

.podx-main {
    min-width: 0;
}

.podx-hero-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 36px;
}

/* HERO */
.podx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rojo);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
}

.podx-title {
    font-family: var(--font-display);
    font-size: 3.15rem;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--negro);
    margin-bottom: 18px;
}

.podx-title span {
    display: inline-block;
    color: var(--rojo);
    position: relative;
}

.podx-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 78px;
    height: 3px;
    border-radius: 99px;
    background: var(--rojo);
}

.podx-subtitle {
    max-width: 430px;
    color: var(--gris-texto);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 34px;
}

.podx-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.podx-benefit i {
    color: var(--rojo);
    font-size: 1.45rem;
    margin-bottom: 12px;
}

.podx-benefit strong {
    display: block;
    font-size: 0.86rem;
    color: var(--negro);
    margin-bottom: 6px;
    line-height: 1.25;
}

.podx-benefit span {
    display: block;
    font-size: 0.75rem;
    color: #888;
    line-height: 1.45;
}

/* FEATURED */
.podx-featured {
    position: relative;
    min-height: 405px;
    border-radius: 22px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 16px 36px rgba(0,0,0,0.18);
}

.podx-featured img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podx-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.48), rgba(0,0,0,0.08));
}

.podx-featured-content {
    position: relative;
    z-index: 2;
    padding: 42px 38px;
    max-width: 430px;
}

.podx-badge {
    display: inline-flex;
    background: var(--rojo);
    color: #fff;
    padding: 9px 15px;
    border-radius: 7px;
    font-size: 0.72rem;
    font-weight: 900;
    margin-bottom: 24px;
}

.podx-featured h2 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    line-height: 1.15;
    margin-bottom: 8px;
}

.podx-host {
    font-size: 0.92rem;
    color: #eee;
    margin-bottom: 24px;
}

.podx-description {
    color: #f1f1f1;
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 28px;
}

.podx-featured-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.podx-listen-btn {
    border: none;
    background: #fff;
    color: var(--negro);
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.podx-featured-actions span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.podx-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.podx-arrow-left {
    left: 18px;
}

.podx-arrow-right {
    right: 18px;
}

.podx-dots {
    position: absolute;
    left: 42px;
    bottom: 28px;
    z-index: 5;
    display: flex;
    gap: 8px;
}

.podx-dots button {
    width: 22px;
    height: 6px;
    border: none;
    border-radius: 99px;
    background: rgba(255,255,255,0.8);
}

.podx-dots button.active {
    background: var(--rojo);
}

/* CATEGORÍAS */
.podx-categories {
    margin-bottom: 34px;
}

.podx-categories h2,
.podx-recent h2 {
    font-size: 1.25rem;
    margin-bottom: 18px;
}

.podx-cat-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.podx-cat {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px 18px;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 7px 20px rgba(0,0,0,0.05);
}

.podx-cat i {
    color: var(--rojo);
    font-size: 1.35rem;
}

.podx-cat strong {
    display: block;
    color: var(--negro);
    font-size: 0.84rem;
}

.podx-cat small {
    color: #999;
    font-size: 0.72rem;
}

.podx-cat.active {
    border-color: var(--rojo);
    box-shadow: 0 8px 22px rgba(207,18,18,0.10);
}

/* RECIENTES */
.podx-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.podx-section-header a {
    color: var(--rojo);
    font-weight: 800;
    font-size: 0.86rem;
}

.podx-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.podx-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.podx-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.1);
}

.podx-card.hidden {
    display: none;
}

.podx-card-img {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.podx-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podx-card-img span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.78);
    color: #fff;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 0.68rem;
    font-weight: 800;
}

.podx-card-img button {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: var(--rojo);
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,0.22);
}

.podx-card-body {
    padding: 16px;
}

.podx-card-body h3 {
    font-size: 0.92rem;
    line-height: 1.35;
    margin-bottom: 10px;
}

.podx-card-body p {
    color: #777;
    font-size: 0.76rem;
    line-height: 1.55;
    min-height: 48px;
    margin-bottom: 16px;
}

.podx-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #777;
}

.podx-card-meta small {
    font-size: 0.68rem;
}

.podx-card-meta i {
    color: var(--rojo);
}

/* SIDEBAR */
.podx-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.podx-search-box,
.podx-top-card,
.podx-subscribe {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.podx-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
}

.podx-search-box i {
    color: var(--negro);
}

.podx-search-box input {
    width: 100%;
    border: none;
    outline: none;
    font-family: var(--font-body);
    font-size: 0.9rem;
}

.podx-top-card {
    padding: 22px;
}

.podx-side-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.podx-side-header h3 {
    font-size: 1.1rem;
}

.podx-side-header h3 i {
    color: var(--rojo);
    margin-right: 6px;
}

.podx-top-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.podx-top-list li {
    display: grid;
    grid-template-columns: 24px 58px 1fr 34px;
    gap: 12px;
    align-items: center;
}

.podx-top-list li > span {
    color: var(--rojo);
    font-weight: 900;
}

.podx-top-list img {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    object-fit: cover;
}

.podx-top-list strong {
    display: block;
    color: var(--negro);
    font-size: 0.82rem;
    line-height: 1.25;
}

.podx-top-list small {
    display: block;
    color: #999;
    font-size: 0.7rem;
}

.podx-top-list button {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: var(--rojo);
    color: #fff;
    cursor: pointer;
}

/* SUSCRIPCIÓN */
.podx-subscribe {
    background: linear-gradient(155deg, var(--rojo), var(--rojo-oscuro));
    color: #fff;
    padding: 26px;
}

.podx-sub-icon {
    font-size: 2rem;
    margin-bottom: 18px;
    color: #ffd6d6;
}

.podx-subscribe h3 {
    font-size: 1.45rem;
    line-height: 1.2;
    margin-bottom: 14px;
}

.podx-subscribe p {
    color: #ffe7e7;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 18px;
}

.podx-subscribe input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 15px;
    font-family: var(--font-body);
    margin-bottom: 12px;
}

.podx-subscribe button {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: var(--negro);
    color: #fff;
    padding: 15px;
    font-weight: 800;
    cursor: pointer;
}

.podx-subscribe small {
    display: block;
    text-align: center;
    margin-top: 14px;
    color: rgba(255,255,255,0.75);
}

/* RESPONSIVE */
@media (max-width: 1500px) {
    .podx-layout {
        grid-template-columns: 1fr;
    }

    .podx-side {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .podx-search-box,
    .podx-subscribe {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1200px) {
    .podx-hero-grid {
        grid-template-columns: 1fr;
    }

    .podx-cat-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .podx-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .podx-side,
    .podx-cat-row,
    .podx-card-grid,
    .podx-benefits {
        grid-template-columns: 1fr;
    }

    .podx-title {
        font-size: 2.4rem;
    }

    .podx-featured {
        min-height: 430px;
    }

    .podx-featured-content {
        padding: 36px 28px;
    }
}