/* ===== REVIEWS ARCHIVE ===== */
.rvp-page { padding-top: 70px; background: #f8f9fb; min-height: 100vh; }

.rvp-hero {
    background: linear-gradient(135deg, #0B1426 0%, #1a2a4a 60%, #2d4a7a 100%);
    color: #fff;
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}
.rvp-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(500px 300px at 20% 10%, rgba(56,189,248,0.1), transparent 60%),
        radial-gradient(500px 300px at 80% 90%, rgba(75,158,255,0.15), transparent 60%);
    pointer-events: none;
}
.rvp-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; text-align: center; position: relative; z-index: 2; }
.rvp-breadcrumb { font-size: 0.82rem; opacity: 0.65; margin-bottom: 14px; }
.rvp-breadcrumb a { color: #fff; text-decoration: none; }
.rvp-breadcrumb a:hover { text-decoration: underline; }
.rvp-hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
    margin: 0 0 10px;
}
.rvp-hero p {
    opacity: 0.8;
    font-size: 1rem;
    max-width: 640px;
    margin: 0 auto 18px;
    line-height: 1.8;
}
.rvp-count {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(56,189,248,0.14);
    border: 1px solid rgba(56,189,248,0.3);
    color: #38BDF8;
    padding: 8px 20px; border-radius: 50px;
    font-size: 0.9rem; font-weight: 700;
}

/* Grid */
.rvp-main { max-width: 1200px; margin: 0 auto; padding: 50px 24px 80px; }
.rv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* Card (same visual as homepage but lighter variant on light bg) */
.rv-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
    text-align: inherit;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.rv-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-blue);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.rv-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.rv-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s, opacity 0.3s; }
.rv-card:hover .rv-thumb img { transform: scale(1.05); opacity: 0.88; }
.rv-play-btn {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: #ef4444;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    transition: transform 0.3s, background 0.3s, color 0.3s;
}
.rv-card:hover .rv-play-btn {
    transform: translate(-50%,-50%) scale(1.12);
    background: #ef4444;
    color: #fff;
}
.rv-title {
    padding: 16px 18px 18px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #111;
    line-height: 1.6;
    text-align: right;
    min-height: 68px;
}

/* Modal (same as homepage) */
.rv-modal { position: fixed; inset: 0; background: rgba(5,10,20,0.92); backdrop-filter: blur(8px); z-index: 99999; display: none; align-items: center; justify-content: center; padding: 20px; }
.rv-modal.active { display: flex; }
.rv-modal-body { max-width: 960px; width: 100%; position: relative; }
.rv-modal-frame { position: relative; aspect-ratio: 16/9; background: #000; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.rv-modal-frame iframe { width: 100%; height: 100%; border: 0; }
.rv-modal-title { color: #fff; font-size: 1.1rem; font-weight: 700; text-align: center; margin-top: 18px; }
.rv-modal-close { position: absolute; top: -50px; left: 0; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; justify-content: center; }
.rv-modal-close:hover { background: rgba(255,255,255,0.28); }

/* ===== FEATURED SPOTLIGHT ===== */
.rvp-feat-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px 30px;
}
.rvp-feat-head {
    text-align: center;
    margin-bottom: 28px;
}
.rvp-feat-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #38BDF8, #0ea5e9);
    color: #0c4a6e;
    padding: 7px 18px; border-radius: 999px;
    font-size: 0.82rem; font-weight: 800; letter-spacing: 1px;
    box-shadow: 0 8px 22px -8px rgba(14,165,233,0.5);
    margin-bottom: 12px;
}
.rvp-feat-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900; color: #0f172a;
    margin: 0 0 8px;
}
.rvp-feat-sub { color: #64748b; margin: 0; font-size: 0.95rem; }

/* Spotlight layout: 1 hero player + side strip */
.rvp-feat-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
    margin-top: 28px;
}
.rvp-feat-hero {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 26px 60px -20px rgba(15,23,42,0.45);
    aspect-ratio: 16 / 9;
    cursor: pointer;
    transition: transform 0.4s, box-shadow 0.4s;
}
.rvp-feat-hero:hover { transform: translateY(-4px); box-shadow: 0 32px 80px -20px rgba(14,165,233,0.45); }
.rvp-feat-hero img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s, opacity 0.4s;
}
.rvp-feat-hero:hover img { transform: scale(1.05); opacity: 0.9; }
.rvp-feat-hero::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
}
.rvp-feat-hero-overlay {
    position: absolute; bottom: 0; inset-inline: 0;
    padding: 28px 30px 28px;
    color: #fff;
    z-index: 2;
}
.rvp-feat-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg, #38BDF8, #0ea5e9);
    color: #0c4a6e;
    padding: 5px 12px; border-radius: 999px;
    font-size: 0.75rem; font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.rvp-feat-hero-title {
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    font-weight: 900; margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.6);
    line-height: 1.4;
}
.rvp-feat-hero-play {
    position: absolute; top: 50%; inset-inline-start: 50%;
    transform: translate(-50%,-50%);
    width: 96px; height: 96px;
    border-radius: 50%;
    background: rgba(255,255,255,0.96);
    display: flex; align-items: center; justify-content: center;
    color: #ef4444; font-size: 2rem;
    box-shadow: 0 14px 36px rgba(0,0,0,0.55);
    transition: transform 0.3s, background 0.3s;
    z-index: 3;
}
.rvp-feat-hero:hover .rvp-feat-hero-play {
    transform: translate(-50%,-50%) scale(1.12);
    background: linear-gradient(135deg, #38BDF8, #0ea5e9);
    color: #fff;
}

.rvp-feat-strip {
    display: flex; flex-direction: column; gap: 14px;
    overflow-y: auto;
    max-height: 100%;
}
.rvp-feat-mini {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 14px;
    padding: 10px;
    background: #fff;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none; color: inherit;
    border: 2px solid #DBEAFE;
    transition: all 0.3s;
    align-items: center;
    font-family: inherit;
    text-align: inherit;
}
.rvp-feat-mini:hover {
    transform: translateX(-4px);
    border-color: #38BDF8;
    box-shadow: 0 12px 26px -10px rgba(14,165,233,0.35);
}
.rvp-feat-mini.is-active {
    border-color: #0ea5e9;
    background: linear-gradient(135deg, #fff7ed, #fff);
    box-shadow: 0 8px 22px -10px rgba(14,165,233,0.4);
}
.rvp-feat-mini-thumb {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}
.rvp-feat-mini-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rvp-feat-mini-thumb::after {
    content: '▶';
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.4rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.18);
    opacity: 0.85;
}
.rvp-feat-mini:hover .rvp-feat-mini-thumb::after,
.rvp-feat-mini.is-active .rvp-feat-mini-thumb::after {
    background: rgba(14,165,233,0.55);
    opacity: 1;
}
.rvp-feat-mini-meta { padding: 0 4px; }
.rvp-feat-mini-tag {
    display: inline-block;
    color: #075985;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.rvp-feat-mini-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rvp-divider {
    max-width: 1280px;
    margin: 30px auto 10px;
    padding: 0 24px;
    display: flex; align-items: center; gap: 16px;
    color: #94a3b8;
    font-size: 0.85rem; font-weight: 700;
    letter-spacing: 2px;
}
.rvp-divider::before, .rvp-divider::after {
    content: '';
    flex: 1; height: 1px;
    background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

/* Empty state */
.rvp-empty { text-align: center; padding: 80px 20px; }

/* Responsive */
@media (max-width: 900px) {
    .rv-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .rvp-feat-layout { grid-template-columns: 1fr; }
    .rvp-feat-strip { flex-direction: row; max-height: none; overflow-x: auto; padding-bottom: 8px; }
    .rvp-feat-mini { grid-template-columns: 1fr; min-width: 240px; }
    .rvp-feat-mini-meta { padding: 8px 10px 10px; }
}
@media (max-width: 600px) {
    .rvp-hero { padding: 40px 0 32px; }
    .rvp-main { padding: 24px 16px 40px; }
    .rv-grid { grid-template-columns: 1fr; }
    .rv-title { font-size: 0.86rem; padding: 12px 14px 14px; min-height: 0; }
    .rvp-feat-section { padding: 32px 16px 16px; }
    .rvp-feat-hero-play { width: 70px; height: 70px; font-size: 1.4rem; }
    .rvp-feat-hero-overlay { padding: 18px 20px; }
}
