/* v213 - Premium cinematic interviews page */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.interviews-page{
    direction:rtl;
    min-height:100vh;
    overflow-x:hidden;
    background:
        radial-gradient(circle at 16% 2%, rgba(217,170,74,.12), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(255,255,255,.055), transparent 30%),
        linear-gradient(180deg, var(--ifx-body-bg,#081018) 0%, #071018 52%, #05090d 100%) !important;
    color:#f8f1df;
    font-family:'Vazirmatn','IRANSans','Segoe UI',Tahoma,sans-serif;
}
body.interviews-page a{color:inherit;text-decoration:none}
body.interviews-page img{display:block;max-width:100%}
body.interviews-page button,
body.interviews-page input{font:inherit}
body.interviews-page button{cursor:pointer}
body.interviews-page .ifx-page-shell{
    width:min(var(--ifx-content-max,1320px), calc(100% - (var(--ifx-content-pad,24px) * 2)));
    margin:0 auto;
    padding:26px 0 34px;
}

/* Header */
body.interviews-page .ifx-topbar{
    position:relative;
    z-index:50;
    min-height:66px;
    display:grid;
    grid-template-columns:190px minmax(0,1fr) 190px;
    align-items:center;
    gap:18px;
    margin-bottom:16px;
}
body.interviews-page .ifx-brand{
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    min-width:0;
}
body.interviews-page .ifx-brand img{
    width:auto;
    height:74px;
    max-width:180px;
    object-fit:contain;
}
body.interviews-page .ifx-menu-wrap{
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
body.interviews-page .ifx-topbar nav,
body.interviews-page .ifx-topbar .nav,
body.interviews-page .ifx-topbar .site-nav,
body.interviews-page .ifx-topbar .ifx-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:24px!important;
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
    transform:none!important;
    background:transparent!important;
    white-space:nowrap!important;
    overflow:visible!important;
}
body.interviews-page .ifx-topbar nav a,
body.interviews-page .ifx-topbar .nav a,
body.interviews-page .ifx-topbar .site-nav a,
body.interviews-page .ifx-topbar .ifx-nav a{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:12px 0!important;
    margin:0!important;
    color:rgba(248,241,223,.78)!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1!important;
    transition:.24s ease!important;
}
body.interviews-page .ifx-topbar nav a:hover,
body.interviews-page .ifx-topbar .nav a:hover,
body.interviews-page .ifx-topbar .site-nav a:hover,
body.interviews-page .ifx-topbar .ifx-nav a:hover,
body.interviews-page .ifx-topbar nav a.active,
body.interviews-page .ifx-topbar .nav a.active{
    color:var(--ifx-accent,#d9aa4a)!important;
}
body.interviews-page .ifx-topbar nav a::after,
body.interviews-page .ifx-topbar .nav a::after,
body.interviews-page .ifx-topbar .site-nav a::after,
body.interviews-page .ifx-topbar .ifx-nav a::after{
    content:"";
    position:absolute;
    right:0;
    left:0;
    bottom:0;
    height:2px;
    border-radius:20px;
    background:linear-gradient(90deg, transparent, var(--ifx-accent,#d9aa4a), transparent);
    transform:scaleX(0);
    transform-origin:center;
    transition:.24s ease;
}
body.interviews-page .ifx-topbar nav a:hover::after,
body.interviews-page .ifx-topbar .nav a:hover::after,
body.interviews-page .ifx-topbar nav a.active::after,
body.interviews-page .ifx-topbar .nav a.active::after{
    transform:scaleX(1);
}
body.interviews-page .ifx-topbar .nav-item{position:relative!important;display:inline-flex!important;align-items:center!important}
body.interviews-page .ifx-topbar .dropdown{
    position:absolute!important;
    top:100%!important;
    right:0!important;
    min-width:220px!important;
    padding:10px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:2px!important;
    border:1px solid rgba(217,170,74,.22)!important;
    border-radius:20px!important;
    background:rgba(7,12,17,.96)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.45)!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(12px)!important;
    transition:.22s ease!important;
    z-index:90!important;
}
body.interviews-page .ifx-topbar .nav-item:hover>.dropdown{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
}
body.interviews-page .ifx-topbar .dropdown a{
    display:flex!important;
    justify-content:flex-start!important;
    width:100%!important;
    padding:11px 13px!important;
    border-radius:14px!important;
    line-height:1.7!important;
}
body.interviews-page .ifx-top-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}
body.interviews-page .ifx-search-pill,
body.interviews-page .ifx-login-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:42px;
    border-radius:999px;
    border:1px solid rgba(217,170,74,.28);
    background:rgba(255,255,255,.035);
    color:#f8e4b8;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
body.interviews-page .ifx-search-pill{width:42px;font-size:24px}
body.interviews-page .ifx-login-pill{padding:0 15px;font-size:12px;font-weight:950}

/* Hero */
body.interviews-page .ifx-hero-card{
    position:relative;
    min-height:270px;
    overflow:hidden;
    isolation:isolate;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:38px 54px;
    margin:10px 0 28px;
    border:1px solid rgba(217,170,74,.38);
    border-radius:28px;
    background:#0a0f15;
    box-shadow:0 28px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
body.interviews-page .ifx-hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
    background-image:var(--ifx-hero-image);
    background-size:cover;
    background-position:var(--ifx-hero-position,center center);
    opacity:var(--ifx-hero-opacity,1);
    filter:brightness(var(--ifx-hero-brightness,1.12)) contrast(1.04) saturate(1.02);
    transform:scale(1.015);
}
body.interviews-page .ifx-hero-shade{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        radial-gradient(circle at 90% 10%, rgba(217,170,74,.13), transparent 30%),
        linear-gradient(90deg, rgba(5,9,13,.50) 0%, rgba(5,9,13,.74) 42%, rgba(5,9,13,.93) 100%),
        rgba(0,0,0,var(--ifx-hero-overlay,.36));
}
body.interviews-page .ifx-hero-shade::after{
    content:"";
    position:absolute;
    left:24px;
    top:22px;
    width:210px;
    height:210px;
    opacity:.42;
    background:radial-gradient(circle, rgba(217,170,74,.75) 1px, transparent 1.6px);
    background-size:13px 13px;
    mask-image:radial-gradient(circle, #000 0 55%, transparent 72%);
}
body.interviews-page .ifx-hero-copy{
    position:relative;
    z-index:2;
    width:min(620px, 100%);
    color:var(--ifx-hero-text-color,#fff5dc);
    text-align:right;
}
body.interviews-page .ifx-eyebrow{
    display:inline-flex;
    color:var(--ifx-accent,#d9aa4a);
    font-size:13px;
    font-weight:950;
    margin-bottom:10px;
    letter-spacing:-.1px;
}
body.interviews-page .ifx-hero-copy h1{
    color:var(--ifx-hero-title-color,#f3c66d);
    font-size:var(--ifx-hero-title-size,54px);
    line-height:1.15;
    margin:0 0 14px;
    text-shadow:0 16px 36px rgba(0,0,0,.35);
}
body.interviews-page .ifx-hero-subtitle{
    color:rgba(255,245,220,.92);
    font-size:var(--ifx-hero-subtitle-size,17px);
    font-weight:800;
    line-height:1.9;
    margin:0;
}
body.interviews-page .ifx-hero-intro{
    color:rgba(255,245,220,.74);
    font-size:14px;
    line-height:2;
    margin:6px 0 0;
}
body.interviews-page .ifx-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}
body.interviews-page .ifx-btn{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 24px;
    border-radius:999px;
    border:1px solid rgba(217,170,74,.42);
    font-weight:950;
    transition:.24s ease;
}
body.interviews-page .ifx-btn:hover{transform:translateY(-2px)}
body.interviews-page .ifx-btn-gold{background:linear-gradient(180deg, #f5cc76, var(--ifx-accent,#d9aa4a));color:#121212;border:0;box-shadow:0 18px 42px rgba(217,170,74,.20)}
body.interviews-page .ifx-btn-ghost{background:rgba(255,255,255,.045);color:#f8e4b8}

/* Featured */
body.interviews-page .ifx-featured-panel{
    position:relative;
    display:grid;
    grid-template-columns:minmax(260px, 390px) minmax(0,1fr);
    gap:30px;
    align-items:center;
    min-height:190px;
    margin:0 0 20px;
    padding:22px;
    border:1px solid rgba(217,170,74,.20);
    border-radius:27px;
    background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
    box-shadow:0 24px 75px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.045);
    overflow:hidden;
}
body.interviews-page .ifx-featured-panel::before{
    content:"";
    position:absolute;
    inset:auto 0 0 auto;
    width:65%;
    height:100%;
    background:radial-gradient(circle at 85% 50%, rgba(217,170,74,.12), transparent 54%);
    pointer-events:none;
}
body.interviews-page .ifx-featured-media{
    position:relative;
    z-index:1;
    height:168px;
    border-radius:21px;
    overflow:hidden;
    background:#111;
    border:1px solid rgba(217,170,74,.18);
}
body.interviews-page .ifx-featured-media img{width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.04)}
body.interviews-page .ifx-featured-copy{position:relative;z-index:1;text-align:right}
body.interviews-page .ifx-badge{
    display:inline-flex;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(217,170,74,.14);
    color:var(--ifx-accent,#d9aa4a);
    border:1px solid rgba(217,170,74,.28);
    font-size:12px;
    font-weight:950;
    margin-bottom:10px;
}
body.interviews-page .ifx-featured-copy h2{font-size:26px;line-height:1.55;color:#f4c66a;margin-bottom:6px}
body.interviews-page .ifx-featured-copy p{color:rgba(248,241,223,.74);line-height:2;font-size:14px;max-width:760px}
body.interviews-page .ifx-meta-row{display:flex;flex-wrap:wrap;gap:15px;color:rgba(248,241,223,.58);font-size:13px;margin-top:10px}
body.interviews-page .ifx-featured-actions{margin-top:16px}
body.interviews-page .ifx-watch-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:43px;
    padding:0 22px;
    border-radius:999px;
    border:1px solid rgba(217,170,74,.36);
    background:rgba(255,255,255,.035);
    color:#f4c66a;
    font-weight:950;
    transition:.24s ease;
}
body.interviews-page .ifx-watch-button:hover{background:rgba(217,170,74,.12);transform:translateY(-2px)}

/* Stats */
body.interviews-page .ifx-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:18px 0 28px;
}
body.interviews-page .ifx-stat-card{
    min-height:86px;
    display:grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto auto;
    column-gap:12px;
    align-items:center;
    padding:16px 18px;
    border:1px solid rgba(217,170,74,.18);
    border-radius:20px;
    background:rgba(255,255,255,.035);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
body.interviews-page .ifx-stat-card span{grid-row:1/3;color:var(--ifx-accent,#d9aa4a);font-size:26px;line-height:1}
body.interviews-page .ifx-stat-card strong{color:#f5c96e;font-size:21px;line-height:1.3}
body.interviews-page .ifx-stat-card small{color:rgba(248,241,223,.63);font-size:12px;line-height:1.7}

/* Filters */
body.interviews-page .ifx-filter-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin:0 0 22px;
}
body.interviews-page .ifx-filter-buttons{display:flex;flex-wrap:wrap;gap:10px}
body.interviews-page .ifx-filter,
body.interviews-page .ifx-sort-label{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 17px;
    border-radius:14px;
    border:1px solid rgba(217,170,74,.20);
    background:rgba(255,255,255,.035);
    color:rgba(248,241,223,.76);
    font-size:13px;
    font-weight:950;
    transition:.2s ease;
}
body.interviews-page .ifx-filter.active,
body.interviews-page .ifx-filter:hover{
    background:linear-gradient(180deg, #f4c66a, var(--ifx-accent,#d9aa4a));
    color:#101010;
    border-color:transparent;
}

/* Main cards */
body.interviews-page .ifx-card-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin-bottom:24px;
}
body.interviews-page .ifx-interview-card{
    overflow:hidden;
    border-radius:23px;
    border:1px solid rgba(217,170,74,.18);
    background:linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.023));
    box-shadow:0 24px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.04);
    transition:.28s ease;
}
body.interviews-page .ifx-interview-card:hover{
    transform:translateY(-6px);
    border-color:rgba(217,170,74,.48);
    box-shadow:0 34px 90px rgba(0,0,0,.32);
}
body.interviews-page .ifx-card-media{
    position:relative;
    height:var(--ifx-card-image-height,235px);
    min-height:180px;
    overflow:hidden;
    background:#111;
}
body.interviews-page .ifx-card-media::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 30%, rgba(5,9,13,.78) 100%);
    pointer-events:none;
}
body.interviews-page .ifx-card-media img{width:100%;height:100%;object-fit:cover;transition:.45s ease;filter:saturate(.96) contrast(1.03)}
body.interviews-page .ifx-interview-card:hover .ifx-card-media img{transform:scale(1.055)}
body.interviews-page .ifx-play{
    position:absolute;
    z-index:2;
    left:16px;
    bottom:16px;
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(217,170,74,.94);
    color:#0c0c0c;
    font-size:18px;
    font-weight:950;
    box-shadow:0 16px 40px rgba(0,0,0,.42);
    transition:.22s ease;
}
body.interviews-page .ifx-play:hover{transform:scale(1.06)}
body.interviews-page .ifx-card-body{padding:17px 18px 19px;text-align:right}
body.interviews-page .ifx-card-body small{display:block;color:rgba(248,241,223,.58);font-size:12px;margin-bottom:7px}
body.interviews-page .ifx-card-body h3{font-size:18px;line-height:1.65;color:#f4c66a;margin:0 0 7px}
body.interviews-page .ifx-card-body p{min-height:52px;color:rgba(248,241,223,.70);font-size:13px;line-height:1.9;margin-bottom:11px}
body.interviews-page .ifx-card-link{
    display:inline-flex;
    align-items:center;
    color:#f4c66a;
    background:transparent;
    border:0;
    font-weight:950;
    font-size:13px;
}
body.interviews-page .ifx-card-link::before{content:"‹";font-size:20px;margin-left:7px;line-height:1}
body.interviews-page .ifx-more-wrap{display:flex;justify-content:center;margin:0 0 34px}
body.interviews-page .ifx-outline-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:250px;
    min-height:46px;
    border-radius:999px;
    border:1px solid rgba(217,170,74,.24);
    background:rgba(255,255,255,.032);
    color:#f4c66a;
    font-weight:950;
}

/* Quote */
body.interviews-page .ifx-quote-band{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:auto 1fr;
    gap:22px;
    align-items:center;
    min-height:126px;
    margin:8px 0 42px;
    padding:24px 34px;
    border-radius:24px;
    border:1px solid rgba(217,170,74,.24);
    background:
        radial-gradient(circle at 12% 35%, rgba(217,170,74,.20), transparent 25%),
        linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
body.interviews-page .ifx-quote-band::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:34%;
    height:100%;
    background:linear-gradient(90deg, rgba(217,170,74,.11), transparent), radial-gradient(circle, rgba(217,170,74,.7) 1px, transparent 1.6px);
    background-size:auto, 13px 13px;
    opacity:.45;
    pointer-events:none;
}
body.interviews-page .ifx-quote-mark{position:relative;z-index:1;color:#f4c66a;font-size:78px;line-height:.7;font-weight:950}
body.interviews-page .ifx-quote-band p{position:relative;z-index:1;color:#f9e8ba;font-size:20px;font-weight:900;line-height:2}
body.interviews-page .ifx-quote-band small{position:relative;z-index:1;color:rgba(248,241,223,.62);font-size:13px}

/* Latest */
body.interviews-page .ifx-latest-section,
body.interviews-page .ifx-theme-section{margin-bottom:42px}
body.interviews-page .ifx-section-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(217,170,74,.14);
}
body.interviews-page .ifx-section-head h2{font-size:25px;color:#f4c66a;line-height:1.4}
body.interviews-page .ifx-section-head span{color:rgba(248,241,223,.55);font-size:13px}
body.interviews-page .ifx-latest-list{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
body.interviews-page .ifx-mini-card{
    display:grid;
    grid-template-columns:82px minmax(0,1fr);
    gap:13px;
    align-items:center;
    min-height:92px;
    padding:11px;
    border-radius:18px;
    border:1px solid rgba(217,170,74,.15);
    background:rgba(255,255,255,.033);
    transition:.22s ease;
}
body.interviews-page .ifx-mini-card:hover{border-color:rgba(217,170,74,.38);transform:translateY(-3px)}
body.interviews-page .ifx-mini-thumb{position:relative;width:82px;height:66px;border-radius:14px;overflow:hidden;background:#111}
body.interviews-page .ifx-mini-thumb img{width:100%;height:100%;object-fit:cover}
body.interviews-page .ifx-mini-thumb button{
    position:absolute;
    left:6px;
    bottom:6px;
    width:28px;
    height:28px;
    border:0;
    border-radius:50%;
    background:rgba(217,170,74,.95);
    color:#111;
    font-size:11px;
    font-weight:950;
}
body.interviews-page .ifx-mini-card h3{color:#f2d08a;font-size:14px;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.interviews-page .ifx-mini-card small{display:block;color:rgba(248,241,223,.55);font-size:12px;margin-top:5px}

/* Themes */
body.interviews-page .ifx-theme-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
body.interviews-page .ifx-theme-card{
    min-height:135px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:8px;
    padding:24px;
    border-radius:23px;
    border:1px solid rgba(217,170,74,.20);
    background:
        linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
        radial-gradient(circle at 10% 10%, rgba(217,170,74,.16), transparent 42%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
body.interviews-page .ifx-theme-card span{color:#f4c66a;font-size:34px;line-height:1}
body.interviews-page .ifx-theme-card strong{color:#f4c66a;font-size:18px;line-height:1.5}
body.interviews-page .ifx-theme-card small{color:rgba(248,241,223,.62);font-size:13px}

/* Newsletter */
body.interviews-page .ifx-newsletter-card{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) minmax(280px,410px);
    align-items:center;
    gap:24px;
    margin:0 0 36px;
    padding:28px;
    border-radius:25px;
    border:1px solid rgba(217,170,74,.24);
    background:linear-gradient(135deg, rgba(217,170,74,.12), rgba(255,255,255,.035));
}
body.interviews-page .ifx-newsletter-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:22px;background:rgba(217,170,74,.16);color:#f4c66a;font-size:35px}
body.interviews-page .ifx-newsletter-card h2{font-size:22px;color:#f4c66a;line-height:1.6}
body.interviews-page .ifx-newsletter-card p{color:rgba(248,241,223,.64);line-height:1.9;font-size:13px}
body.interviews-page .ifx-newsletter-form{display:flex;gap:10px;align-items:center}
body.interviews-page .ifx-newsletter-form input{
    width:100%;
    height:46px;
    border-radius:999px;
    border:1px solid rgba(217,170,74,.20);
    background:rgba(5,9,13,.55);
    color:#fff;
    outline:0;
    padding:0 18px;
}
body.interviews-page .ifx-newsletter-form input::placeholder{color:rgba(248,241,223,.40)}
body.interviews-page .ifx-newsletter-form button{
    height:46px;
    border:0;
    border-radius:999px;
    background:linear-gradient(180deg, #f5cc76, var(--ifx-accent,#d9aa4a));
    color:#101010;
    font-weight:950;
    padding:0 22px;
    white-space:nowrap;
}

/* Empty, fallback footer, modal */
body.interviews-page .ifx-empty-state{
    margin:34px 0 46px;
    padding:42px;
    text-align:center;
    border-radius:25px;
    border:1px dashed rgba(217,170,74,.36);
    background:rgba(255,255,255,.035);
}
body.interviews-page .ifx-empty-state h2{color:#f4c66a;margin-bottom:10px}
body.interviews-page .ifx-empty-state p{color:rgba(248,241,223,.70);line-height:2;margin-bottom:18px}
body.interviews-page .ifx-empty-state a{display:inline-flex;border-radius:999px;padding:12px 22px;background:#f4c66a;color:#111;font-weight:950}
body.interviews-page .ifx-simple-footer{
    width:min(var(--ifx-content-max,1320px), calc(100% - (var(--ifx-content-pad,24px) * 2)));
    margin:0 auto 28px;
    padding:28px;
    border-radius:25px;
    border:1px solid rgba(217,170,74,.18);
    background:rgba(255,255,255,.035);
    color:rgba(248,241,223,.70);
    text-align:center;
}
.ifx-video-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:22px;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(10px);
}
.ifx-video-modal.open{display:flex}
.ifx-video-box{
    width:min(1040px, 96vw);
    overflow:hidden;
    border-radius:24px;
    border:1px solid rgba(217,170,74,.35);
    background:#070b10;
    box-shadow:0 34px 120px rgba(0,0,0,.65);
}
.ifx-video-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px 18px;
    background:#0e141b;
    color:#f8e4b8;
}
.ifx-video-head h3{font-size:16px;line-height:1.7}
.ifx-video-head button{
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:26px;
}
.ifx-video-frame{width:100%;aspect-ratio:16/9;background:#000}
.ifx-video-frame video,
.ifx-video-frame iframe{width:100%;height:100%;display:block;border:0;background:#000}

@media(max-width:1180px){
    body.interviews-page .ifx-topbar{grid-template-columns:150px minmax(0,1fr) 150px}
    body.interviews-page .ifx-topbar nav,
    body.interviews-page .ifx-topbar .nav,
    body.interviews-page .ifx-topbar .site-nav,
    body.interviews-page .ifx-topbar .ifx-nav{gap:15px!important}
    body.interviews-page .ifx-card-grid,
    body.interviews-page .ifx-latest-list,
    body.interviews-page .ifx-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    body.interviews-page .ifx-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    body.interviews-page .ifx-newsletter-card{grid-template-columns:auto 1fr}
    body.interviews-page .ifx-newsletter-form{grid-column:1/-1}
}
@media(max-width:860px){
    body.interviews-page .ifx-page-shell{width:calc(100% - 26px);padding-top:14px}
    body.interviews-page .ifx-topbar{display:flex;align-items:center;gap:14px;overflow-x:auto;padding-bottom:8px}
    body.interviews-page .ifx-brand img{height:58px;max-width:132px}
    body.interviews-page .ifx-menu-wrap{flex:0 0 auto;justify-content:flex-start}
    body.interviews-page .ifx-topbar nav,
    body.interviews-page .ifx-topbar .nav,
    body.interviews-page .ifx-topbar .site-nav,
    body.interviews-page .ifx-topbar .ifx-nav{justify-content:flex-start!important;gap:14px!important}
    body.interviews-page .ifx-top-actions{display:none}
    body.interviews-page .ifx-hero-card{min-height:390px;padding:30px 22px;align-items:flex-end;border-radius:24px}
    body.interviews-page .ifx-hero-shade{background:linear-gradient(180deg, rgba(5,9,13,.35), rgba(5,9,13,.92)), rgba(0,0,0,var(--ifx-hero-overlay,.36))}
    body.interviews-page .ifx-hero-copy h1{font-size:36px}
    body.interviews-page .ifx-featured-panel{grid-template-columns:1fr;padding:16px}
    body.interviews-page .ifx-featured-media{height:210px}
    body.interviews-page .ifx-filter-row{display:block}
    body.interviews-page .ifx-sort-label{margin-top:10px;width:max-content}
    body.interviews-page .ifx-card-grid,
    body.interviews-page .ifx-latest-list,
    body.interviews-page .ifx-theme-grid,
    body.interviews-page .ifx-stat-grid{grid-template-columns:1fr}
    body.interviews-page .ifx-quote-band{grid-template-columns:1fr;padding:24px}
    body.interviews-page .ifx-quote-band p{font-size:17px}
    body.interviews-page .ifx-newsletter-card{grid-template-columns:1fr;padding:22px}
    body.interviews-page .ifx-newsletter-form{display:grid;grid-template-columns:1fr}
    .ifx-video-modal{padding:10px}
    .ifx-video-box{border-radius:17px}
}




