/* =========================================
   CSS EXCLUSIVO PARA ENTREVISTAS
   ========================================= */

/* Main */
main {
    width: min(1200px, 92%);
    margin: 0 auto;
    padding: 20px 0 80px;
}

/* Interview Hero */
.interview-hero {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: clamp(20px, 4vw, 44px);
    align-items: center;
    padding: clamp(36px, 6vw, 72px) max(18px, calc((100vw - 1200px) / 2));
    background: linear-gradient(180deg, rgba(3, 6, 15, 0.98), rgba(7, 10, 26, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
    border-radius: 26px;
    margin-bottom: 40px;
    /* Make sure it's behind the header */
    position: relative;
    z-index: 10;
}

.interview-hero .hero-left {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.eyebrow {
    color: var(--secondary);
}

.interview-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 0.9;
    margin-bottom: 16px;
}

.hero-title-line {
    display: block;
    background: linear-gradient(180deg, #ffffff 0%, #ffef7a 18%, #ff8d00 46%, #e81c1c 76%, #b10101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-tagline {
    font-weight: 700;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    margin-bottom: 16px;
    color: var(--text);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-bottom: 22px;
}

.hero-meta .divider {
    color: rgba(255, 255, 255, 0.3);
}

.btn-play {
    background: linear-gradient(135deg, var(--primary), #ff7a10);
    color: white;
    min-width: 180px;
    box-shadow: 0 10px 26px rgba(255, 141, 0, 0.38);
}

.btn-play svg {
    width: 18px;
    height: 18px;
    fill: white;
}

/* Interview Player */
.interview-player {
    position: relative;
    background: rgba(5, 9, 21, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pill-live {
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
    background: linear-gradient(135deg, #ff4444, #cc0000);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.player-cover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
}

.player-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.player-cover iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.interview-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    margin-top: 10px;
    align-items: center;
}

.range {
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--primary) 0 15%, rgba(255, 255, 255, 0.18) 15% 100%);
    outline: none;
}

.range::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Section Head */
.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.section-head h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.2rem;
    line-height: 1;
}

.search-row {
    width: 100%;
    max-width: 400px;
}

.search-row input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.06);
    color: white;
    outline: none;
    font-size: 0.95rem;
}

.search-row input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Interview Grid */
.interview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.interview-card {
    background: rgba(8, 14, 31, 0.9);
    border: 1px solid rgba(255, 141, 0, 0.2);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 141, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.interview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 141, 0, 0.15);
    border-color: rgba(255, 141, 0, 0.4);
}

.thumb-wrap {
    position: relative;
    min-height: 220px;
    overflow: hidden;
}

.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.32);
    border: 0;
    cursor: pointer;
    transition: background 0.2s;
}

.play-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.play-overlay svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.interview-card-body {
    padding: 16px;
    display: grid;
    gap: 12px;
}

.interview-card-body h3 {
    font-size: 1.1rem;
    line-height: 1.2;
}

.interview-card-body .muted {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.interview-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.interview-actions {
    display: flex;
    gap: 10px;
}

.icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.icon-btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.12);
}

.icon-btn svg {
    width: 14px;
    height: 14px;
    fill: white;
}

.icon-btn[aria-pressed="true"] {
    background: rgba(255, 141, 0, 0.2);
    border-color: rgba(255, 141, 0, 0.4);
}

.icon-btn[aria-pressed="true"].like-btn svg {
    fill: #ff4444;
}

.icon-btn[aria-pressed="true"].dislike-btn svg {
    fill: #4488ff;
}

/* Responsive */
@media (max-width: 1100px) {
    .interview-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .desktop-nav {
        display: none;
    }

    .header .btn-live {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}

@media (max-width: 720px) {
    .interview-hero {
        grid-template-columns: 1fr;
    }
    
    .interview-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .section-head {
        flex-direction: column;
        align-items: start;
    }
    
    .search-row {
        max-width: 100%;
    }
}