/* ===== Local Font Definition ===== */
@font-face {
    font-family: "Outfit";
    src: url("/ku/gtv/Font/Outfit/Outfit-VariableFont_wght.ttf") format("truetype-variations"),
        url("/ku/gtv/Font/Outfit/Outfit-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --cassiopeia-color-primary: #2a2a2e;
    --cassiopeia-color-hover: rgba(0, 0, 0, 1);
    --color-primary: #c41e3a;
    --color-primary-dark: #9a1830;
    --color-primary-light: #e63950;
    --color-secondary: #ffd700;
    --color-secondary-dark: #cc9a00;
    --color-secondary-light: #ffe44d;
    --bg-dark: #2a2a2e;
    --bg-darker: #202024;
    --bg-card: #35353a;
    --bg-card-hover: #3f3f45;
    --bg-overlay: rgba(0, 0, 0, 0.4);
    --text-primary: #ffffff;
    --text-secondary: #cccccc;
    --text-muted: #888888;
    --gradient-primary: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    --gradient-gold: linear-gradient(135deg, var(--color-secondary), var(--color-secondary-dark));
    --gradient-dark: linear-gradient(180deg, var(--bg-dark), var(--bg-darker));
    --gradient-card: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
    --glass-bg: rgba(20, 20, 20, 0.8);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-blur: blur(20px);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 30px rgba(196, 30, 58, 0.3);
    --font-primary: 'Outfit', 'Segoe UI', Tahoma, sans-serif;
    --font-kurdish: 'Outfit', 'Noto Sans Arabic', sans-serif;
    --text-xs: 0.75rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;
    --text-5xl: 3rem;
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --radius-sm: 4px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 50%;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --z-base: 1;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal: 400;
    --z-tooltip: 500;
    --text-sm: 0.875rem;
    --space-md: 1rem;
    --radius-md: 8px;
    --transition-fast: 0.15s ease;
    --primary-glow: rgba(178, 7, 16, 0.4);
    --footer_a_hover: rgb(255, 255, 255);
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --telegram-gradient: linear-gradient(135deg, #0088cc 0%, #00c6ff 100%);
    --email-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --box-shadows: 0 40px 70px -15px rgba(196, 30, 58, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;

    --base-1: #071426;
    --base-1a: #081d30;
    --base-2: #040911;
    --base-2a: #050d16;
    --base-3: #000308;
    --base-3a: #000205;
    --veil-a: rgba(8, 22, 42, 0.88);
    --veil-b: rgba(33, 58, 88, 0.32);
    --veil-c: rgba(3, 7, 13, 0.54);
    --veil-d: rgba(15, 35, 60, 0.26);
    --glow-1: rgba(76, 111, 151, 0.18);
    --glow-2: rgba(117, 151, 190, 0.14);
    --glow-3: rgba(45, 85, 130, 0.12);
    --line: rgba(192, 207, 224, 0.10);
    --grain: rgba(215, 225, 238, 0.12);
    --button-bg: rgba(8, 18, 32, 0.62);
    --button-border: rgba(188, 204, 224, 0.18);
    --button-fg: #e7edf7;
    --shadow: 0 20px 70px rgba(0, 0, 0, 0.36);
    --panel-bg: rgba(7, 18, 34, 0.38);
    --panel-edge: rgba(188, 204, 224, 0.14);
    --panel-glow: rgba(76, 111, 151, 0.24);
    --panel-sheen: rgba(117, 151, 190, 0.16);
    --panel-depth: rgba(0, 3, 8, 0.34);
    --panel-shadow: rgba(0, 0, 0, 0.38);




    --grid: rgba(255, 255, 255, 0.028);



    --yellow: #ffc400;
    --yellow-soft: #ffd34a;
    --yellow-glow: rgba(255, 196, 0, 0.34);
    --shadow_2: 0 34px 90px rgba(0, 0, 0, 0.4);
    --reflection-image: none;
    --header-height: 72px;
    --header-sheen: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 62%, transparent 100%);

    --primary-red: #8fa3b8;
    --primary-red-dark: #536779;

    --site-font: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;


    --r-card: 16px;
    --r-pill: 999px;
    --bg: #1c2029;
    --panel: rgba(255, 255, 255, 0.05);
    --panel-strong: rgba(255, 255, 255, 0.11);
    --text: #f1f0ea;
    --muted: rgba(241, 240, 234, 0.62);
    --card-bg: #262b35;
    --card-bd: rgba(255, 255, 255, 0.085);
    --card-sh: 0 14px 36px rgba(8, 10, 16, 0.42);
    --card-sh-hover: 0 26px 60px rgba(8, 10, 16, 0.5), 0 0 0 1px rgba(255, 200, 61, 0.28), 0 0 42px rgba(255, 200, 61, 0.13);
    --header-bg: linear-gradient(90deg, #20242e 0%, #262b36 24%, #2c323f 50%, #262b36 76%, #20242e 100%);
    --header-bg-scrolled: linear-gradient(90deg, #1b1f28 0%, #21252f 24%, #272c38 50%, #21252f 76%, #1b1f28 100%);
    --header-edge: linear-gradient(90deg, transparent, rgba(255, 200, 61, 0.4), transparent);


    --site-font: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --bg: #0e0f13;
    --grid: rgba(255, 255, 255, 0.022);
    --panel: rgba(255, 255, 255, 0.065);
    --panel-strong: rgba(255, 255, 255, 0.13);
    --text: #f6f3ea;
    --muted: rgba(246, 243, 234, 0.66);
    --yellow: #ffc83d;
    --yellow-soft: #ffdf86;
    --yellow-glow: rgba(255, 200, 61, 0.32);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.46);
    --reflection-image: none;
    --header-height: 72px;
    --header-bg: linear-gradient(90deg, #101116 0%, #16171d 22%, #1e2027 50%, #16171d 78%, #101116 100%);
    --header-bg-scrolled: linear-gradient(90deg, #0c0d11 0%, #121319 22%, #1a1b22 50%, #121319 78%, #0c0d11 100%);
    --header-sheen: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 200, 61, 0.12) 50%, rgba(255, 255, 255, 0.04) 62%, transparent 100%);
    --header-edge: linear-gradient(90deg, transparent, rgba(255, 200, 61, 0.34), transparent);
    --primary-red: #ef3a46;
    --primary-red-dark: #c4111d;
    --red: #ef3a46;
    --red-dark: #c4111d;
    --red-glow: rgba(239, 58, 70, 0.30);



}

[data-theme="light"] {
    --bg-dark: #f5f5f5;
    --bg-darker: #ffffff;
    --bg-card: #ffffff;
    --bg-card-hover: #f8f8f8;
    --bg-overlay: rgba(255, 255, 255, 0.9);
    --text-primary: #1a1a1a;
    --text-secondary: #4a4a4a;
    --text-muted: #666666;
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(0, 0, 0, 0.1);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.18);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.22);
    --shadow-glow: 0 0 20px rgba(196, 30, 58, 0.2);
    --card-border: 1px solid rgba(0, 0, 0, 0.1);
    --gradient-dark: linear-gradient(180deg, var(--bg-dark), var(--bg-darker));
    --gradient-card: linear-gradient(145deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.05));
    --input-bg: rgba(0, 0, 0, 0.05);
    --color-secondary: #830f0f;
    --footer_a_hover: rgb(46, 45, 45);
    --box-shadows: 0 40px 70px -15px rgba(251, 223, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;

    --base-1: #ffffff;
    --base-1a: #fefdfb;
    --base-2: #f8f4ec;
    --base-2a: #f0e8d8;
    --base-3: #e8dcc8;
    --base-3a: #ddc8b0;
    --veil-a: rgba(255, 255, 255, 0.86);
    --veil-b: rgba(218, 202, 174, 0.22);
    --veil-c: rgba(244, 239, 229, 0.28);
    --veil-d: rgba(230, 218, 202, 0.18);
    --glow-1: rgba(218, 202, 174, 0.15);
    --glow-2: rgba(244, 239, 229, 0.18);
    --glow-3: rgba(255, 245, 230, 0.12);
    --line: rgba(116, 97, 65, 0.08);
    --grain: rgba(64, 52, 34, 0.07);
    --button-bg: rgba(255, 255, 255, 0.62);
    --button-border: rgba(116, 97, 65, 0.15);
    --button-fg: #3f3422;
    --shadow: 0 18px 55px rgba(96, 76, 44, 0.11);
    --panel-bg: rgba(255, 255, 255, 0.24);
    --panel-edge: rgba(118, 96, 63, 0.12);
    --panel-glow: rgba(255, 255, 255, 0.56);
    --panel-sheen: rgba(255, 255, 255, 0.42);
    --panel-depth: rgba(204, 188, 160, 0.16);
    --panel-shadow: rgba(96, 76, 44, 0.13);
    --panel-gap: clamp(18px, 1cm, 38px);

    --grid: rgba(0, 0, 0, 0.022);
    --header-bg: linear-gradient(90deg, #373333 0%, #444040 22%, #504c4c 50%, #444040 78%, #373333 100%);
    --header-bg-scrolled: linear-gradient(90deg, #302d2d 0%, #3c3838 22%, #464242 50%, #3c3838 78%, #302d2d 100%);
    --header-sheen: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0.54) 50%, rgba(255, 255, 255, 0.18) 62%, transparent 100%);
    --header-edge: linear-gradient(90deg, transparent, rgba(105, 122, 142, 0.34), transparent);
    --shadow_2: 0 30px 80px rgba(17, 24, 39, 0.18);


    --bg: #f3f4f7;
    --text: #2c2e37;
    --muted: rgba(21, 22, 28, 0.66);
    --panel: rgba(255, 255, 255, 0.74);
    --panel-strong: rgba(255, 255, 255, 0.92);
    --card-bg: #ffffff;
    --card-bd: rgba(20, 24, 40, 0.1);
    --card-sh: 0 12px 30px rgba(20, 28, 44, 0.1);
    --card-sh-hover: 0 22px 52px rgba(20, 28, 44, 0.16), 0 0 0 1px rgba(232, 164, 0, 0.3)
}

* {
    box-sizing: border-box;
}


body {
    font-family: var(--font-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: margin 300ms ease, padding 300ms ease, background 480ms ease;
    /* background:
        linear-gradient(132deg, var(--base-1) 0%, var(--base-1a) 18%, var(--base-2) 40%, var(--base-2a) 68%, var(--base-3) 88%, var(--base-3a) 100%);
    background-attachment: fixed; */

    padding: calc(var(--header-height) + clamp(6px, 1.2vw, 14px)) clamp(18px, 4vw, 56px) clamp(18px, 4vw, 56px);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        repeating-linear-gradient(135deg, var(--grid) 0 1px, transparent 1px 42px),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.055), transparent 32%),
        radial-gradient(circle at 82% 64%, rgba(255, 255, 255, 0.045), transparent 30%),
        var(--bg);
    background-size: auto, auto, auto, auto;

    animation: none !important;
    background: radial-gradient(1100px 620px at 8% -8%, rgba(255, 200, 61, 0.10), transparent 58%), radial-gradient(1000px 720px at 102% 4%, rgba(96, 142, 224, 0.16), transparent 56%), radial-gradient(1200px 900px at 50% 118%, rgba(138, 110, 224, 0.12), transparent 60%), linear-gradient(180deg, #242936 0%, #1f2430 44%, #1b2028 100%) !important;
    background-attachment: scroll, scroll, scroll, scroll;
    background-attachment: fixed !important;

    min-height: 100vh;
    margin: 0;
    padding: calc(var(--header-height) + clamp(6px, 1.2vw, 14px)) clamp(18px, 4vw, 56px) clamp(18px, 4vw, 56px);
    font-family: var(--site-font);
}

[data-theme="light"] body {
    background: radial-gradient(1100px 620px at 8% -8%, rgba(232, 164, 0, 0.08), transparent 56%), radial-gradient(1000px 720px at 102% 4%, rgba(96, 142, 224, 0.1), transparent 54%), radial-gradient(1200px 900px at 50% 120%, rgba(138, 110, 224, 0.07), transparent 60%), linear-gradient(180deg, #f6f7fb 0%, #eef1f6 60%, #e9edf3 100%) !important;
    background-attachment: scroll, scroll, scroll, scroll;
    background-attachment: fixed !important;
}


.header.container-header {
    display: none;
}

.heri_dawi_home_2>ul {
    display: none;
}

#thumbs article.video-card {
    display: none;
}

@keyframes diagonalLinesDrift {
    from {
        background-position: 0 0, center, center, center;
    }

    to {
        background-position: 84px 84px, center, center, center;
    }
}

.pattern-panel {

    inset: var(--panel-gap);
    z-index: 1;
    overflow: hidden;
    background:
        linear-gradient(142deg, var(--panel-glow), transparent 34%),
        linear-gradient(318deg, transparent 42%, var(--panel-depth) 100%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        var(--panel-bg);
    border: 1px solid var(--panel-edge);
    border-radius: clamp(34px, 5vw, 68px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -42px 78px var(--panel-depth),
        inset -80px -80px 120px rgba(255, 255, 255, 0.08),
        inset 80px 80px 120px rgba(0, 0, 0, 0.04),
        0 32px 90px var(--panel-shadow);
    transition:
        background 480ms ease,
        border-color 480ms ease,
        box-shadow 480ms ease;
    backdrop-filter: blur(14px) saturate(1.12);
    -webkit-backdrop-filter: blur(14px) saturate(1.12);
    margin-left: 3em;
    margin-right: 3em;
}

.pattern-panel::before,
.pattern-panel::after {
    position: absolute;
    inset: 0;
    content: "";
}

.pattern-panel::before {
    background:
        repeating-linear-gradient(90deg,
            transparent 0 31px,
            var(--line) 31px 32px),
        repeating-linear-gradient(0deg,
            transparent 0 31px,
            var(--line) 31px 32px);
    background-position:
        var(--grid-shift-x, 0px) var(--grid-shift-y, 0px),
        var(--grid-shift-x, 0px) var(--grid-shift-y, 0px);
    opacity: 0.78;
    transition: background-position 120ms linear, opacity 480ms ease;
}

.pattern-panel::after {
    background:
        linear-gradient(90deg, var(--base-1), transparent 12%, transparent 88%, var(--base-3)),
        linear-gradient(180deg, var(--base-1), transparent 14%, transparent 86%, var(--base-3)),
        linear-gradient(145deg, var(--panel-sheen), transparent 36%, transparent 68%, var(--panel-depth));
    opacity: 0.22;
}

@keyframes float-1 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.12;
    }

    25% {
        transform: translate(24px, -18px);
        opacity: 0.16;
    }

    50% {
        transform: translate(12px, 32px);
        opacity: 0.14;
    }

    75% {
        transform: translate(-28px, 14px);
        opacity: 0.15;
    }
}

@keyframes float-2 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.14;
    }

    25% {
        transform: translate(-32px, 24px);
        opacity: 0.18;
    }

    50% {
        transform: translate(28px, -18px);
        opacity: 0.15;
    }

    75% {
        transform: translate(18px, -32px);
        opacity: 0.17;
    }
}

@keyframes float-3 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.13;
    }

    25% {
        transform: translate(28px, 18px);
        opacity: 0.15;
    }

    50% {
        transform: translate(-24px, -28px);
        opacity: 0.16;
    }

    75% {
        transform: translate(-18px, 32px);
        opacity: 0.14;
    }
}

@keyframes shimmer {

    0%,
    100% {
        opacity: 0.18;
    }

    50% {
        opacity: 0.26;
    }
}


a {
    color: var(--black);
}

.home_page .container-header {
    width: 100%;
    /* margin-bottom: -180px; */
}

.container-header {
    background-color: #454040;
    background-image: unset;
}

.header {
    position: sticky;
    top: 0;
    transition: transform .25s ease, background-color .2s;
    will-change: transform, opacity;
    box-shadow: 2px 1px 5px gray;
}

.header .container-nav {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.header.scrolled {
    background: rgba(0, 0, 0, .8);
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-20px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#mod-menu1 li:not(:first-child) {
    opacity: 0;
    animation: fadeInSlide 0.1s ease forwards;
    transform: translateX(-10px);
}




#mod-menu1 li:hover::after,
#mod-menu1 li.active::after {
    background: none;
    left: 0;
    right: 2px;
}

#mod-menu1 a,
#mod-menu1 li,
#mod-menu1 .mod-menu__toggle-sub {
    color: #ffffff;
    font-size: var(--text-sm);
    font-weight: 700;
    padding: 0.5em 0.75em;
    border-radius: var(--radius-md);
    transition: background-size 0.22s ease, color 0.18s ease;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    background-image: linear-gradient(#ffc506, #ffc506), linear-gradient(#ffc506, #ffc506);
    background-repeat: no-repeat;
    background-position: left bottom, left bottom;
    background-size: 0 0, 100% 0;
    margin: unset;
    display: flex;
    align-items: center;
}



.home_page #mod-menu1 .active {
    background-image: none;
}

/* #mod-menu1 li{
   padding: .5em;
} */

#mod-menu1 .nav-item.item-101 {
    max-width: 11rem;
}

#mod-menu1 .nav-item.item-101,
#mod-menu1 .nav-item.item-101 a {
    padding-left: 0;
}

#mod-menu1 .nav-item.item-110 {
    padding-left: 1.15em;
}

#mod-menu1 .nav-item.item-111 button[type="submit"] {
    background: var(--gradient-primary);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: .7em;
}


#mod-menu1 a:hover,
#mod-menu1 li.active a {
    color: #1e1e2b;
    background-size: 100% 2px, 100% 100%;
    transition-delay: 0.08s;
}

.home_page #mod-menu1 .active a,
#mod-menu1 .nav-item.item-101 a:hover {
    background-image: none;
}

#mod-menu1 .icon-chevron-down {
    display: none;
}

#mod-menu1-submenu0 {
    display: none;
    position: absolute;
    background-color: #454040;
    min-width: 200px;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-md);
    z-index: 1000;
    top: 100%;
    left: 0;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    overflow: hidden;
    animation: fadeIn 0.2s ease-in-out;
}

#mod-menu1 .item-101,
#mod-menu1 .item-101 a {
    animation: slideInFromLeft 1s ease forwards;
    background-image: unset;
}

#mod-menu1 {
    flex-wrap: nowrap;
}

#mod-menu1>* {
    flex: 0 1 auto;
    min-width: 0;
}


.mod_reber_apo,
.mod_sehiden_me,
.mod_hpg_sehit,
.mod_calaki,
.mod_gerila,
.mod_container_bottom_b,
.mod_cand_u_huner,
.mod_taybet,
.mod_reber_apo h3,
.mod_sehiden_me h3,
.mod_hpg_sehit h3,
.mod_calaki h3,
.mod_gerila h3,
.mod_container_bottom_b h3,
.mod_bernama {
    background-color: transparent;
    border: unset;
}

.mod_heri_dawi {
    background: unset;
    color: white;
    border: unset;
}

.mod_heri_dawi .card-header {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    position: relative;
    padding-bottom: 8px;
    border: unset;
}

.mod_heri_dawi .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #c41e3a;
    border-radius: 2px;
    margin-left: var(--card-cap-padding-x);
}

.mod_heri_dawi .card-header a {
    text-decoration: none;
    color: var(--black-rgb);
}

.mod_taybet li {
    zoom: 2;
}

.home_page .card-body {
    padding: unset;
}

.home_page .no-card .newsflash-horiz {
    grid-gap: 1em;
}

.home_page .no-card .newsflash-horiz li {
    border: unset;
    padding: unset;
    border-radius: var(--radius-lg);
}

.home_page .no-card.heri_dawi_home li {
    margin: auto 18vw;
}

.home_page .no-card.heri_dawi_home li p {
    display: none;
}

.playng_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: var(--radius-lg); */
}

.video-card {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--bg-card);
    transition: all var(--transition-normal);
    cursor: pointer;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-sm);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border: solid 1px darkred;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--bg-card-hover);
}

.video-thumbnail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.video-thumbnail[data-no-after="1"]::after {
    display: none !important;
    content: none !important;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all var(--transition-normal);
    z-index: 2;
}

.video-play svg {
    width: 24px;
    height: 24px;
    fill: var(--text-primary);
    margin-left: 4px;
}

.video-card:hover .video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    display: block;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: var(--bg-dark);
    color: var(--text-primary);
    font-size: var(--text-xs);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: var(--radius-sm);
    z-index: 2;
}

.video-info {
    padding: var(--space-md);
}

.video-title,
.video-title a {
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    min-height: calc(2 * 1.2em);
    max-height: calc(2 * 1.2em);
    word-break: break-word;
    text-decoration: none;
}

.video-meta {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    font-size: var(--text-xs);
    color: var(--text-muted);
}

.video-views,
.video-date {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.mod_reber_apo .section-title::before {
    background: var(--gradient-gold);
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-2xl);
    /* background: linear-gradient(to right, yellow 20%, red 30%, red 66%, green 77%); */
    border-radius: var(--radius-sm);
}

.section-title {
    position: relative;
    font-size: var(--text-3xl);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: var(--space-md);
    color: black;
    color: var(--text-secondary);
    /* margin-top: 1em; */
    margin: unset;
    padding: .5em;
}

.section-title::before {
    content: '';
    width: 4px;
    height: 100%;
    min-height: 40px;
    background: var(--gradient-primary);
    border-radius: var(--radius-sm);
}

/* */

.section-title a {
    position: relative;
    display: inline-block;
    padding: 2px 12px;
    margin: -2px -12px;
    z-index: 1;
    color: inherit;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: color 0.3s ease;
}

.section-title a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ffc506;
    z-index: -1;
    transition: width 0.4s cubic-bezier(0.65, 0, 0.076, 1);
    border-radius: var(--radius-sm);
}

.section-title a:hover::before {
    width: 100%;
}

.section-title a:hover {
    color: #1e1e2b;
    text-shadow: none;
}

.section-title a:hover .highlight {
    color: #1e1e2b;
}

.view-all {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--text-secondary);
    font-weight: 500;
    transition: transform 800ms cubic-bezier(.2, .8, .2, 1);
}

.view-all:hover {
    color: var(--color-secondary);
    transform: translateX(var(--space-md));
}

.view-all svg {
    width: 20px;
    height: 20px;
}

.slider {
    overflow: hidden;
    margin-top: 0;
    position: relative;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.slider--middle {
    /* width: calc(100% - 240px);
    margin: 40px 120px; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadows);
}

.slider--top {
    /* width: calc(100% - 240px);
    margin: 20px 120px 40px 120px;
    border-radius: 20px; */
    overflow: hidden;
    box-shadow: var(--box-shadows);
}

.slider--top .slider-container {
    height: 600px;
    background: url('/ku/images/01_frontpage/slider_top.png') center center / cover no-repeat;
    background-attachment: scroll;
    background-attachment: fixed;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container-footer.footer .grid-child {
    display: block;
    max-width: unset;
}

.slider--bottom {
    width: 100%;
    margin: 0;
}

.slider--bottom .slider-container {
    height: 750px;
}

.slider_bottom {
    width: 100%;
}

.slider-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.slider-gtv {
    z-index: 2;
    width: 60% !important;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    object-fit: contain !important;
}

.slider-overlay {
    z-index: 3;
    mix-blend-mode: normal;
    opacity: 1;
}

.external-links-section {
    padding: var(--space-3xl) 0;
}

.content-section {
    padding: var(--space-3xl) 0;
    position: relative;
    background: var(--bg-darker);
}


.external-links-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-xl);
}

.external-links-icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
}


.external-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-primary);
    transition: transform 0.3s ease;
}

.external-icon-link:hover {
    transform: translateY(-8px);
}

.external-icon-link:hover .external-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--color-primary);
}

.external-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 2px solid var(--glass-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
}

.external-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.external-icon-label {
    font-weight: 700;
    font-size: var(--text-lg);
    color: var(--color-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#calaki_image {
    box-shadow: none;
}

.calaki-featured-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    height: 100%;
}

.calaki-featured-image img {
    width: 140%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    margin-top: -60px;
    margin-bottom: -20px;
    z-index: 2;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}


.home_page .grid-child.container-bottom-a {
    grid-column: full-start/full-end !important;
}

.slider--middle .slider-container {
    height: 250px;
    background: url('/ku/images/01_frontpage/slider_middle.png') center center / cover no-repeat;
    background-attachment: scroll;
    background-attachment: fixed;
    position: relative;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(150, 150, 150, 0.5);
}

footer.container-footer {
    background: var(--bg-darker);
    padding: var(--space-3xl) 0 var(--space-xl);
    border-top: 1px solid var(--glass-border);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-3xl);
    margin-bottom: var(--space-3xl);
}

.footer-brand {
    max-width: 300px;
}

.footer-brand .logo {
    margin-bottom: var(--space-lg);
}

.logo_menu_image:hover {
    transform: scale(1.5);
}

.logo_menu_image {
    /* height: 100px; */
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    transform: scale(1.3);
}

a.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-secondary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-brand p {
    font-size: var(--text-sm);
    color: var(--text-muted);
    margin-bottom: var(--space-md);
}

.footer-title {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: var(--space-lg);
    color: var(--text-primary);
}

.footer-links {
    list-style: none;
    padding: unset;
}

.footer-links li {
    margin-bottom: var(--space-sm);
}

.footer-links a {
    color: var(--text-muted);
    font-size: var(--text-sm);
    transition: color var(--transition-fast);
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space-xl);
    border-top: 1px solid var(--glass-border);
}

.footer-copyright {
    color: var(--text-muted);
}

.footer-social {
    display: flex;
    gap: var(--space-md);
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-full);
    color: var(--text-secondary);
    transition: all var(--transition-fast);
}

/* Featured Video - Premium Glass Design */
.mod_page_video_player {
    background: unset;
    border: unset;
}

.mod_page_video_player {
    background: unset;
    border: unset;
}

.mod_page_video_player .card-body {
    padding: unset;
}

.featured-player {
    /* max-width: 900px; */
    margin: 0 auto var(--space-2xl);
    /* border-radius: 24px; */
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 2em;
}

.featured-player:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow:
        0 40px 70px -15px rgba(196, 30, 58, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.featured-player-wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;

    /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='45' stroke='%23fff' stroke-width='10' fill='none' stroke-linecap='round' stroke-dasharray='283' stroke-dashoffset='75'><animateTransform attributeName='transform' type='rotate' from='0 50 50' to='360 50 50' dur='1s' repeatCount='indefinite'/></circle></svg>");
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center; */
}

.featured-player-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-player:hover .featured-player-wrapper img {
    transform: scale(1.05);
}

/* Gradient Overlay on Featured */
.featured-player-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7) 0%,
            transparent 100%);
    pointer-events: none;
}

.featured-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(196, 30, 58, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    box-shadow:
        0 10px 40px rgba(196, 30, 58, 0.5),
        0 0 0 0 rgba(196, 30, 58, 0.4);
    animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 10px 40px rgba(196, 30, 58, 0.5), 0 0 0 0 rgba(196, 30, 58, 0.4);
    }

    70% {
        box-shadow: 0 10px 40px rgba(196, 30, 58, 0.5), 0 0 0 20px rgba(196, 30, 58, 0);
    }

    100% {
        box-shadow: 0 10px 40px rgba(196, 30, 58, 0.5), 0 0 0 0 rgba(196, 30, 58, 0);
    }
}

.featured-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.15);
    background: #c41e3a;
}

.featured-play-btn svg {
    width: 36px;
    height: 36px;
    fill: white;
    margin-left: 6px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.featured-video-controls {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-md) var(--space-lg);
    background: linear-gradient(180deg,
            rgba(26, 35, 50, 0.95) 0%,
            rgba(26, 35, 50, 1) 100%);
    backdrop-filter: blur(10px);
}

.control-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.control-btn:hover {
    background: rgba(196, 30, 58, 0.8);
    transform: scale(1.1);
}

.progress-bar {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #c41e3a, #ff6b6b);
    border-radius: 3px;
    transition: width 0.1s ease;
}

.time-display {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: 'Outfit', monospace;
    font-weight: 500;
    min-width: 95px;
    text-align: center;
}

.featured-video-title {
    text-align: center;
    color: var(--text-primary);
    font-size: 1.25rem;
    margin-top: var(--space-lg);
    font-weight: 600;
    opacity: 0.9;
}

.heri_dawi_home li {
    display: none;
    max-width: 80%;
}

.heri_dawi_home li h4 {
    display: none;
}

.heri_dawi_home li:first-child {
    display: list-item;
}

.heri_dawi_home,
.heri_dawi_home_2 {
    position: relative;
    grid-template-columns: minmax(0, 4.2fr) minmax(240px, 1fr);
    align-items: stretch;
    width: min(1640px, 100%);
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)), rgba(5, 18, 30, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(20px) saturate(1.18);
    -webkit-backdrop-filter: blur(20px) saturate(1.18);
    animation: stageDepth 9000ms ease-in-out infinite alternate;
    transition: border-color 420ms ease, box-shadow 420ms ease;
}

.heri_dawi_home_2::before,
.heri_dawi_home_2::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.heri_dawi_home::before,
.heri_dawi_home_2::before {
    inset: -24px;
    z-index: 0;
    background: linear-gradient(135deg, rgba(6, 25, 40, 0.42), rgba(6, 25, 40, 0.82)), var(--reflection-image) center / cover no-repeat;
    border-radius: inherit;
    opacity: 0.46;
    filter: blur(20px) saturate(0.95) brightness(0.82);
    transform: scale(1.08);
    animation: reflectionDrift 9000ms ease-in-out infinite alternate;
}

.heri_dawi_home_2::after {
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.13), transparent 20%), radial-gradient(circle at 92% 76%, rgba(255, 255, 255, 0.08), transparent 24%), linear-gradient(180deg, rgba(5, 18, 30, 0.34), rgba(5, 18, 30, 0.68));
    transition: background 220ms ease;
}

[data-theme="light"] .heri_dawi_home_2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 250, 0.72)), rgba(255, 255, 255, 0.7);
    border-color: rgba(72, 84, 98, 0.14);
    box-shadow: 0 28px 76px rgba(33, 43, 54, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .heri_dawi_home_2::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(235, 240, 246, 0.88)), var(--reflection-image) center / cover no-repeat;
    opacity: 0.2;
    filter: blur(22px) saturate(0.82) brightness(1.18);
}

[data-theme="light"] .heri_dawi_home_2::after {
    background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.45), transparent 22%), radial-gradient(circle at 18% 18%, rgba(185, 198, 214, 0.18), transparent 26%), radial-gradient(circle at 92% 76%, rgba(255, 255, 255, 0.34), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(235, 240, 246, 0.2));
}


#inner_h {
    box-shadow: 0 40px 70px -15px rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(189, 197, 31, 0.1) inset;
}

#carouselIndicators_::before,
#carouselIndicators_::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 28px;
    left: 40px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: transparent;
    -webkit-box-shadow: 0 35px 20px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 35px 20px rgba(0, 0, 0, .9);
    box-shadow: 0 35px 20px rgba(0, 0, 0, .9);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

#carouselIndicators_::after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 40px;
    left: auto;
    z-index: -1;
}


.carousel-inner {
    border-radius: 20px;
}

.hero-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.hero-play-btn svg {
    width: 45px;
    height: 45px;
    margin-left: 6px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.carousel-item:hover .hero-play-btn {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(196, 30, 58, 0.9);
    border-color: rgba(196, 30, 58, 0.9);
    box-shadow: 0 0 30px rgba(196, 30, 58, 0.5);
}

.heri_dawi_home .carousel-control-prev-icon,
.heri_dawi_home .carousel-control-next-icon {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
    zoom: .9;
    background-size: 70%;
}

.heri_dawi_home .carousel-control-prev-icon:hover,
.heri_dawi_home .carousel-control-next-icon:hover {
    background-color: var(--color-primary);
}

.carousel-control-prev,
.carousel-control-next {
    width: 9%;
    height: 50%;
    top: 25%;
}

#ol_ind button {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    border: unset;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    transform: scale(.66);
}

#ol_ind button.active {
    background: var(--color-primary);
    width: 32px;
    border-radius: var(--radius-full);
    transform: scale(1);
}

.playier_video-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 12px 0;
    line-height: 1.4;
    padding: 1em;
    padding-bottom: unset;
    margin-bottom: unset;
}

.video-actions-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    padding: 1em;
    padding-top: unset;

}

.video-views-date {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.video-actions {
    display: flex;
    gap: 8px;
}

.video-action-btn svg {
    width: 20px;
    height: 20px;
}

.video-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    border: none;
    padding: 8px 16px;
    border-radius: 18px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.gtv-section-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
    font-weight: 700;
}

.paketa-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
    justify-content: flex-start;
}

.paketa-tab {
    flex: 0 0 calc(16.666% - var(--space-md));
    max-width: calc(16.666% - var(--space-md));
    padding: var(--space-sm) var(--space-lg);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-fast);
    text-decoration: none;
    text-align: center;
}

.paketa-tab:hover,
.paketa-tab.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--text-primary);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--primary-glow);
}

ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-2xl) 0;
}

ul.pagination li:hover a {
    background: rgba(196, 30, 58, 0.1);
    border-color: rgba(196, 30, 58, 0.3);
    color: #c41e3a;
    transform: translateY(-2px);
}

ul.pagination li.page-item,
li.page-item a {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.active.page-item .page-link {
    background: linear-gradient(135deg, #c41e3a, #ff6b6b);
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.35);
}

.disabled.page-item .page-link {
    opacity: 0.15;
    cursor: not-allowed;
    background: black;
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.35);
}

.back-to-top-link {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border: none;
    border-radius: var(--radius-full);
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    z-index: var(--z-sticky);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_dark_light {
    display: flex;
    font-size: 1.5em;
    cursor: pointer;
    width: 42px;
    height: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: var(--text-primary);
    transition: all 0.3s ease;
    border: 1px solid var(--button-border);
}

.btn_dark_light:hover {
    transform: translateY(-1px);
}

.btn_dark_light span {
    position: absolute;
    inset: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;

    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--button-fg);
    cursor: pointer;
    background: var(--button-bg);
    border: 1px solid var(--button-border);
    border-radius: 999px;
    box-shadow: var(--shadow);
    place-items: center;
    backdrop-filter: blur(18px) saturate(1.25);
    -webkit-backdrop-filter: blur(18px) saturate(1.25);
    transition: color 240ms ease, background 240ms ease, border-color 240ms ease, transform 180ms ease, box-shadow 240ms ease;


}

.btn_dark_light svg {
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: opacity 220ms ease, transform 220ms ease;
}



.footer {
    color: var(--text-primary);
    background-color: var(--bg-dark);
    background-image: linear-gradient(135deg, var(--bg-dark)0%, var(--bg-darker)100%);
    padding-top: 1em;
}

#mod-menu1 li {
    max-height: 64px;
}


#mod-menu1-submenu1 {
    background: red;
}

#search-result-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    list-style: none;
}

#search-result-list .result__item {
    border-top: unset;
    margin-top: 1.5em;
    padding-top: 1.5em;
}

.bername_main_page .com-content-category-blog__item.blog-item {
    border-radius: var(--radius-lg);
}

.bername_main_page .com-content-category-blog__child {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-radius: .8em;
    transition: transform 600ms cubic-bezier(.2, .8, .2, 1), box-shadow 600ms cubic-bezier(.2, .8, .2, 1);
}

.bername_main_page .com-content-category-blog__child:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 40px 70px -15px rgba(196, 30, 58, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}


.bername_main_page .com-content-category-blog__child .item-title {
    display: flex;
    align-items: center;
    height: calc(1.2em * 2);
    line-height: 1.2;
    overflow: hidden;
    font-size: var(--text-lg);
    font-weight: 700;
    padding: 0.5em 0.75em;
    border-radius: var(--radius-md);
    transition: background-size 0.22s ease, color 0.18s ease;
    position: relative;
    text-transform: uppercase;
    white-space: normal;
    background-image: linear-gradient(#ffc506, #ffc506), linear-gradient(#ffc506, #ffc506);
    background-repeat: no-repeat;
    background-position: left bottom, left top;
    background-size: 0 2px, 0 100%;
    transition: background-size 0.22s ease 0s, color 0.18s ease;
    margin: unset;

}

.bername_main_page .com-content-category-blog__child .item-title:hover {
    color: #1e1e2b;
    background-size: 100% 2px, 100% 100%;
    transition-delay: 0s, 0.18s;
}



.bername_main_page .com-content-category-blog__child .item-title a {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: var(--black-rgb);
    text-decoration: none;
}

#mobile_menu1 {
    display: none;
}

.footer a:not(.btn):hover {
    color: var(--footer_a_hover);

    text-shadow: 0 0 1px var(--footer_a_hover);
}

/* peywendi */
@keyframes gradientMove {

    0%,
    100% {
        transform: scale(1) translate(0, 0) rotate(0)
    }

    33% {
        transform: scale(1.15) translate(-30px, 30px) rotate(5deg)
    }

    66% {
        transform: scale(1.1) translate(20px, -20px) rotate(-5deg)
    }
}

@keyframes gradientMove2 {

    0%,
    100% {
        transform: scale(1) translate(0, 0) rotate(0)
    }

    50% {
        transform: scale(1.2) translate(40px, -40px) rotate(-8deg)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .3
    }

    50% {
        transform: scale(1.1);
        opacity: .5
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(40px) scale(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px) rotateX(10deg)
    }

    to {
        opacity: 1;
        transform: translateY(0) rotateX(0)
    }
}

.peywendi .container {
    max-width: 700px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1
}

.peywendi .header {
    margin-bottom: clamp(30px, 8vw, 60px);
    box-shadow: unset
}

.peywendi .header h1 {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
    margin-bottom: clamp(16px, 4vw, 24px);
    color: var(--dark-rgb);
}

.peywendi .header p {
    font-size: clamp(.95rem, 3vw, 1.15rem);
    color: #64748b;
    line-height: 1.7;
    max-width: 550px;
    margin: 0 auto;
    font-weight: 500;
    animation: fadeInUp 1s ease-out .3s backwards
}

.peywendi .contact-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 4vw, 24px)
}

@media(min-width:640px) {
    .contact-cards {
        grid-template-columns: 1fr
    }
}

.peywendi .contact-card {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: clamp(16px, 4vw, 24px);
    padding: clamp(20px, 5vw, 32px);
    text-decoration: none;
    transition: all .5s cubic-bezier(.34, 1.56, .64, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 3vw, 20px);
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08), 0 2px 12px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    animation: slideUp .8s cubic-bezier(.34, 1.56, .64, 1) backwards
}

.peywendi .contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
    transition: left .7s ease
}

.peywendi .contact-card:hover::before {
    left: 100%
}

.peywendi .contact-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: clamp(16px, 4vw, 24px);
    padding: 2px;
    background: linear-gradient(135deg, rgba(102, 126, 234, .3), rgba(118, 75, 162, .1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .5s ease
}

.peywendi .contact-card:hover::after {
    opacity: 1
}

.peywendi .contact-card:hover {
    transform: translateY(-12px) scale(1.03) rotateX(2deg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15), 0 15px 40px rgba(0, 0, 0, .1)
}

.peywendi .contact-card.telegram:hover {
    border-color: rgba(0, 136, 204, .4);
    box-shadow: 0 30px 80px rgba(0, 136, 204, .25), 0 15px 40px rgba(0, 136, 204, .2)
}

.peywendi .contact-card.email:hover {
    border-color: rgba(102, 126, 234, .4);
    box-shadow: 0 30px 80px rgba(102, 126, 234, .25), 0 15px 40px rgba(102, 126, 234, .2)
}

.peywendi .card-content {
    display: flex;
    align-items: center;
    gap: clamp(12px, 3vw, 20px);
    flex: 1
}

.peywendi .icon {
    width: clamp(48px, 12vw, 64px);
    height: clamp(48px, 12vw, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(12px, 3vw, 18px);
    font-size: clamp(20px, 5vw, 28px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15), 0 4px 12px rgba(0, 0, 0, .1);
    transition: all .5s cubic-bezier(.34, 1.56, .64, 1);
    flex-shrink: 0
}

.peywendi .contact-card:hover .icon {
    transform: scale(1.2) rotate(-10deg) translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .25), 0 8px 20px rgba(0, 0, 0, .15)
}

.peywendi .telegram .icon,
.peywendi .email .icon {
    color: #fff;
    position: relative
}

.peywendi .telegram .icon {
    background: var(--telegram-gradient)
}

.peywendi .telegram .icon::before,
.peywendi .email .icon::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: clamp(12px, 3vw, 18px);
    z-index: -1;
    opacity: 0;
    filter: blur(15px);
    transition: opacity .5s ease;
    animation: pulse 2s ease-in-out infinite
}

.peywendi .telegram .icon::before {
    background: var(--telegram-gradient)
}

.peywendi .contact-card:hover .telegram .icon::before {
    opacity: .7
}

.peywendi .email .icon {
    background: var(--email-gradient)
}

.peywendi .email .icon::before {
    background: var(--email-gradient);
    animation-delay: .5s
}

.peywendi .contact-card:hover .email .icon::before {
    opacity: .7
}

.peywendi .contact-info {
    text-align: left;
    flex: 1;
    min-width: 0
}

.peywendi .contact-info h3 {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
    color: #0f172a;
    margin-bottom: clamp(4px, 1vw, 6px);
    font-weight: 700;
    letter-spacing: -.02em
}

.peywendi .contact-info p {
    font-size: clamp(.85rem, 2.5vw, .95rem);
    color: #64748b;
    font-weight: 500;
    letter-spacing: -.01em;
    word-break: break-all
}

.peywendi .arrow {
    font-size: clamp(20px, 5vw, 28px);
    color: #94a3b8;
    transition: all .5s cubic-bezier(.34, 1.56, .64, 1);
    font-weight: 300;
    flex-shrink: 0
}

.peywendi .contact-card:hover .arrow {
    transform: translateX(12px) scale(1.1);
    color: #667eea
}

.peywendi .telegram:hover .arrow {
    color: #0088cc
}

.peywendi .email:hover .arrow {
    color: #667eea
}

.peywendi .fade-in {
    animation: fadeIn 1.2s cubic-bezier(.34, 1.56, .64, 1)
}

.peywendi .contact-card:nth-child(1) {
    animation-delay: .15s
}

.peywendi .contact-card:nth-child(2) {
    animation-delay: .3s
}



.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.68rem;
    width: max-content;
    direction: ltr;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.34));
    width: 100%;
}

.video-with-loader {
    width: 100%;
}

.loader-dot {
    display: block;
    height: 1.08rem;
    width: 0.56rem;
    margin: 0;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 36%),
        linear-gradient(180deg, #26c86f 0%, #ffd547 51%, #ff4d5d 100%);
    box-shadow:
        0 8px 18px rgba(255, 84, 92, 0.26),
        0 0 14px rgba(255, 213, 71, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);
    transform-origin: center bottom;
    animation: loaderwave 1.05s infinite cubic-bezier(0.37, 0, 0.2, 1);
}

.loader-dot:nth-child(1) {
    animation-delay: -0.36s;
}

.loader-dot:nth-child(2) {
    animation-delay: -0.24s;
}

.loader-dot:nth-child(3) {
    animation-delay: -0.12s;
}

.loader-dot:nth-child(4) {
    animation-delay: 0s;
}

@keyframes loaderwave {

    0%,
    100% {
        opacity: 0.58;
        transform: translateY(0.16rem) scaleY(0.72);
        filter: saturate(0.9) brightness(0.98);
        box-shadow:
            0 6px 14px rgba(38, 200, 111, 0.1),
            0 0 10px rgba(255, 213, 71, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    35% {
        opacity: 1;
        transform: translateY(-0.34rem) scaleY(1.28);
        filter: saturate(1.24) brightness(1.08);
        box-shadow:
            0 15px 30px rgba(255, 84, 92, 0.24),
            0 0 20px rgba(255, 213, 71, 0.2),
            0 0 0 0.28rem rgba(255, 213, 71, 0),
            inset 0 1px 0 rgba(255, 255, 255, 0.68);
    }

    62% {
        opacity: 0.8;
        transform: translateY(0.02rem) scaleY(0.92);
        filter: saturate(1.04) brightness(1.03);
    }
}

video::cue {
    display: none;
}

video::-webkit-media-controls-spinner,
video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

video::-moz-loading-spinner {
    display: none !important;
}



@media(max-width:480px) {
    .peywendi .contact-card {
        padding: 18px
    }

    .peywendi .icon {
        width: 44px;
        height: 44px;
        font-size: 18px
    }

    .peywendi .contact-info h3 {
        font-size: 1rem
    }

    .peywendi .contact-info p {
        font-size: .8rem
    }

    .peywendi .arrow {
        font-size: 18px
    }
}

@media(max-width:360px) {
    .peywendi .contact-card {
        flex-direction: column;
        text-align: center;
        gap: 12px
    }

    .peywendi .card-content {
        flex-direction: column;
        gap: 12px
    }

    .peywendi .contact-info {
        text-align: center
    }
}



.heri_dawi_page .com-content-category-blog__children.cat-children {
    display: none;
}




@media (max-width: 1220px) {







    .logo_menu_image {
        zoom: .67;
        max-width: 95%;
    }

    #mod-menu1.hidden {
        display: none;
    }

    #mobile_menu1 {
        display: unset;
    }

    .nav-toggle,
    #btnMobileMenuX {
        cursor: pointer;
        width: 2em;
        height: 2em;
        position: absolute;
        bottom: .1em;
        right: 0.3em;
        color: whitesmoke;
        background-color: black;
        border-radius: 8px;
        box-shadow: 2px 1px 3px black;
    }

    #btnMobileMenuX {
        bottom: unset;
        right: 0.3em;
        top: 0.3em;
        color: darkred;

    }

    header>.container-nav:has(.mob_logo.hidden) {
        width: unset;
        margin-left: 1em;
    }

    .container-header .mod-menu {
        flex-direction: column;
    }

    .container-header {
        position: relative !important;
    }


    .heri_dawi_home,
    .heri_dawi_home_2 {
        min-height: unset;
    }

    .slider--top {
        width: 100%;
        margin: unset;
    }

    .slider--top .slider-container {
        height: 58vw;
    }


    .hero-play-btn {
        width: 45px;
        height: 45px;
    }



    .heri_dawi_home .carousel-control-prev-icon,
    .heri_dawi_home .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }

    .video-play {
        opacity: .6;
        transform: translate(-50%, -50%) scale(1);
        width: 30px;
        height: 30px;
    }


    .featured-play-btn {
        width: 45px;
        height: 45px;
        opacity: .5;
    }

    .view-all {
        position: absolute;
        right: 0;
        bottom: 1em;
    }

    #hpg_col1,
    #hpg_col2 {
        width: 100%;
    }

    #hpg_col1 {
        margin-bottom: 1em;
    }

    .slider--middle {
        width: 100%;
        margin: 0;
    }

    .paketa-tab {
        flex: 0 0 calc(50% - var(--space-md));
        max-width: calc(50% - var(--space-md));
    }

    .footer-content {
        display: unset;
    }

    ul.pagination li.page-item,
    li.page-item a {
        min-width: 20px;
        height: 20px;
        font-size: smaller;
    }

    .disabled.page-item .page-link {
        background: transparent;
    }


    .playier_video-title {
        font-size: unset;
    }

    .slider--bottom .slider-container {
        height: 950px;
    }

    .mod_taybet li {
        zoom: unset;
    }

}


@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }

    #carouselIndicators_ {
        margin: auto 18vw;
        padding: 0 var(--space-xl);
    }


}





/* ------------------------------------------------ */


.site-header {

    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 300;
    isolation: isolate;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    padding: 7px 0;
    overflow: hidden;
    background: var(--header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 30px -14px rgba(0, 0, 0, 0.78), 0 7px 14px -8px rgba(0, 0, 0, 0.62), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: min-height 260ms ease, padding 260ms ease, background 260ms ease, transform 260ms ease, border-color 260ms ease;

}

.site-header::before,
.site-header::after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    pointer-events: none;
}

.site-header::before {
    top: 0;
    bottom: 0;
    z-index: -1;
    background: var(--header-sheen);
    opacity: 0.72;
    transform: translateX(-115%);
    animation: headerSheen 8200ms ease-in-out infinite;
}


.site-header::after {
    bottom: 0;
    height: 3px;
    z-index: 1;
    background: var(--header-edge), linear-gradient(90deg, rgba(170, 186, 204, 0.42), transparent 35%, rgba(255, 255, 255, 0.28), transparent 65%, rgba(130, 148, 168, 0.32));
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28), 0 0 24px rgba(180, 195, 210, 0.22);
}

.site-header__container {
    position: relative;
    z-index: 2;
}

@keyframes headerSheen {

    0%,
    24% {
        transform: translateX(-115%);
    }

    48%,
    100% {
        transform: translateX(115%);
    }
}

.site-header.is-scrolled {


    min-height: 62px;
    padding: 5px 0;
    background: var(--header-bg-scrolled);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 30px -14px rgba(0, 0, 0, 0.84), 0 7px 14px -8px rgba(0, 0, 0, 0.68), 0 1px 0 rgba(255, 255, 255, 0.06) inset;

}

[data-theme="light"] .site-header {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow:
        0 18px 28px -12px rgba(22, 30, 40, 0.42),
        0 8px 14px -9px rgba(22, 30, 40, 0.32),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

[data-theme="light"] .site-header.is-scrolled {
    box-shadow:
        0 18px 28px -12px rgba(22, 30, 40, 0.48),
        0 8px 14px -9px rgba(22, 30, 40, 0.38),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.site-header__container {
    width: min(1640px, 100%);
    margin: 0 auto;
    padding: 0 clamp(18px, 4vw, 56px);
}

.site-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(10px, 1.4vw, 20px);
    min-height: 56px;
    padding: 3px 10px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.site-logo__image {
    width: auto;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    transition: transform 260ms ease, height 260ms ease;
}

.site-header.is-scrolled .site-logo__image {
    height: 46px;
}

.site-logo:hover .site-logo__image {
    transform: scale(1.04);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex: 1 1 auto;
}

.site-nav__list,
.mobile-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(2px, 0.35vw, 6px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__link {
    --nav-tilt-x: 0deg;
    --nav-tilt-y: 0deg;
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 9px;
    color: #ffffff;
    border-radius: 7px;
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    background-image: linear-gradient(#ffc506, #ffc506), linear-gradient(#ffc506, #ffc506);
    background-position: left bottom, left bottom;
    background-repeat: no-repeat;
    background-size: 0 0, 100% 0;
    transform:
        perspective(560px) rotateX(var(--nav-tilt-x)) rotateY(var(--nav-tilt-y));
    transform-origin: center;
    transform-style: preserve-3d;
    will-change: transform;
    transition:
        background-size 220ms ease,
        color 180ms ease,
        box-shadow 220ms ease,
        transform 150ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.site-nav__link::before {
    position: absolute;
    inset: -35% -55%;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.58) 50%, transparent 65%);
    opacity: 0;
    transform: translateX(-72%) rotate(8deg);
    transition: opacity 180ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-theme="light"] .site-nav__link {
    color: #ffffff;
}

.site-nav__link:hover,
.site-nav__link.is-active {
    color: #1e1e2b;
    background-size: 100% 2px, 100% 100%;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 197, 6, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
    transform:
        perspective(560px) rotateX(var(--nav-tilt-x)) rotateY(var(--nav-tilt-y)) translateY(-2px) scale(1.03);
    transition-delay: 0ms;
}

.site-nav__link:hover::before,
.site-nav__link:focus-visible::before {
    opacity: 1;
    transform: translateX(72%) rotate(8deg);
}

.site-dropdown {
    position: relative;
    display: inline-flex;
}

.site-dropdown__content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 320;
    display: none;
    min-width: 205px;
    padding: 6px 0;
    overflow: hidden;
    background: rgba(14, 18, 25, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[data-theme="light"] .site-dropdown__content {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.14);
}

.site-dropdown:hover .site-dropdown__content,
.site-dropdown.is-open .site-dropdown__content {
    display: block;
}

.site-dropdown__content a {
    display: block;
    padding: 11px 16px;
    color: var(--text);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}

[data-theme="light"] .site-dropdown__content a {
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

.site-dropdown__content a:last-child {
    border-bottom: 0;
}

.site-dropdown__content a:hover {
    padding-left: 20px;
    color: var(--primary-red);
    background: rgba(255, 255, 255, 0.07);
}

[data-theme="light"] .site-dropdown__content a:hover {
    background: rgba(0, 0, 0, 0.055);
}

.site-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
    margin-right: clamp(8px, 1.2vw, 18px);
}

.theme-toggle,
.menu-toggle,
.search-form button {
    font: inherit;
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: var(--text);
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 220ms ease, transform 220ms ease;
}

.theme-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.08);
}

[data-theme="light"] .theme-toggle {
    color: #18181c;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .theme-toggle:hover {
    background: #ffffff;
}

.theme-toggle svg {
    width: 17px;
    height: 17px;
    pointer-events: none;
}

.sun-icon {
    display: none;
}

[data-theme="light"] .sun-icon {
    display: block;
}

[data-theme="light"] .moon-icon {
    display: none;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    transition: transform 220ms ease;
}

.search-form:hover {
    transform: scale(1.08);
}

.search-form:focus-within {
    width: 32px;
    box-shadow: none;
}

[data-theme="light"] .search-form {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.search-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    flex: 0 0 auto;
    color: #ffffff;
    background: linear-gradient(180deg, #ff0000, #cc0000);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.search-form__submit svg {
    width: 17px;
    height: 17px;
}

.search-form:hover .search-form__submit,
.search-form__submit:hover {
    box-shadow:
        0 10px 24px rgba(255, 0, 0, 0.34),
        0 0 0 5px rgba(255, 0, 0, 0.14);
}

.menu-toggle {
    position: relative;
    z-index: 350;
    display: none;
    width: 34px;
    height: 34px;
    padding: 7px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 4px;
    transition: transform 220ms ease, opacity 220ms ease;
}

[data-theme="light"] .menu-toggle span {
    background: #ffffff;
}

.menu-toggle.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 280;
    display: none;
    width: min(50vw, 430px);
    min-width: 280px;
    padding: calc(var(--header-height) + 18px) clamp(18px, 6vw, 34px) 34px;
    background: rgba(8, 13, 20, 0.98);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -18px 0 42px rgba(0, 0, 0, 0.34);
    transform: translateX(100%);
    transition: transform 260ms ease;
}

[data-theme="light"] .mobile-nav {
    background: rgba(255, 255, 255, 0.98);
    border-left-color: rgba(0, 0, 0, 0.1);
    box-shadow: -18px 0 42px rgba(33, 43, 54, 0.18);
}

.mobile-nav.is-active {
    transform: translateX(0);
}

.mobile-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
}

.mobile-nav__logo {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__logo img {
    width: min(150px, 70%);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34));
}

[data-theme="light"] .mobile-nav__logo {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.mobile-nav .site-nav__link {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
}

[data-theme="light"] .mobile-nav .site-nav__link {
    color: #18181c;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.mobile-nav .site-dropdown {
    display: block;
    width: 100%;
}

.mobile-nav .site-dropdown__content {
    position: static;
    display: block;
    max-height: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    transition: max-height 260ms ease, padding 260ms ease;
}

.mobile-nav .site-dropdown.is-open .site-dropdown__content {
    max-height: 520px;
    padding: 6px 0;
}

.mobile-nav .site-dropdown__content a {
    padding-left: 28px;
}

.latest-videos {
    --spot-x: 50%;
    --spot-y: 42%;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 4.2fr) minmax(240px, 1fr);
    align-items: stretch;
    gap: clamp(12px, 1.4vw, 20px);
    width: min(1640px, 100%);
    margin: 0 auto;
    padding: clamp(12px, 1.5vw, 18px);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)), rgba(5, 18, 30, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top-color: rgba(255, 255, 255, 0.12);
    border-right-color: rgba(255, 255, 255, 0.12);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    border-left-color: rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(20px) saturate(1.18);
    -webkit-backdrop-filter: blur(20px) saturate(1.18);
    animation: stageDepth 9000ms ease-in-out infinite alternate;
    transition: border-color 420ms ease, box-shadow 420ms ease;
}

.latest-videos:hover {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 38px 108px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

[data-theme="light"] .latest-videos {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 250, 0.72)), rgba(255, 255, 255, 0.7);
    border-color: rgba(72, 84, 98, 0.14);
    box-shadow: 0 28px 76px rgba(33, 43, 54, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .latest-videos:hover {
    border-color: rgba(72, 84, 98, 0.2);
    box-shadow: 0 32px 86px rgba(33, 43, 54, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}


.latest-videos::before,
.latest-videos::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.latest-videos::before {
    inset: -24px;
    z-index: 0;
    background: linear-gradient(135deg, rgba(6, 25, 40, 0.42), rgba(6, 25, 40, 0.82)), var(--reflection-image) center / cover no-repeat;
    border-radius: inherit;
    opacity: 0.46;
    filter: blur(20px) saturate(0.95) brightness(0.82);
    transform: scale(1.08);
    animation: reflectionDrift 9000ms ease-in-out infinite alternate;
}

[data-theme="light"] .latest-videos::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(235, 240, 246, 0.88)), var(--reflection-image) center / cover no-repeat;
    opacity: 0.2;
    filter: blur(22px) saturate(0.82) brightness(1.18);
}

.latest-videos::after {
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.13), transparent 20%), radial-gradient(circle at 92% 76%, rgba(255, 255, 255, 0.08), transparent 24%), linear-gradient(180deg, rgba(5, 18, 30, 0.34), rgba(5, 18, 30, 0.68));
    transition: background 220ms ease;
}

[data-theme="light"] .latest-videos::after {
    background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.45), transparent 22%), radial-gradient(circle at 18% 18%, rgba(185, 198, 214, 0.18), transparent 26%), radial-gradient(circle at 92% 76%, rgba(255, 255, 255, 0.34), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(235, 240, 246, 0.2));
}

.hero-video {
    align-self: start;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: 28px;
    transition: border-color 480ms ease, box-shadow 480ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}



.hero-video,
.video-thumb {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #122236;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

[data-theme="light"] .hero-video,
[data-theme="light"] .video-thumb {
    background: #eef2f6;
    border-color: rgba(72, 84, 98, 0.16);
    box-shadow: 0 12px 34px rgba(33, 43, 54, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-video.is-active {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}


[data-theme="light"] .hero-video,
[data-theme="light"] .video-thumb {
    background: #eef2f6;
    border-color: rgba(72, 84, 98, 0.16);
    box-shadow:
        0 12px 34px rgba(33, 43, 54, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-video,
.thumbs {
    z-index: 1;
}



.hero-video::before {
    display: none;
}

.poster-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-video.is-changing .hero-title {
    animation: titleSwitch 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-video::after,
.video-thumb::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.74) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 52%);
    pointer-events: none;
}

.video-thumb::after {
    background:
        linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.5) 62%, rgba(0, 0, 0, 0.9) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 58%);
}

.hero-video.is-active {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-video:hover {
    transform: translateY(-2px);
}

.hero-video .poster-image {
    transform-origin: center;
}

.hero-video.zoom-in .poster-image {
    animation: heroZoomIn 3100ms ease-in-out forwards;
}

.hero-video.zoom-out .poster-image {
    animation: heroZoomOut 3100ms ease-in-out forwards;
}

.hero-content {
    position: absolute;
    right: auto;
    bottom: clamp(18px, 3vw, 34px);
    left: clamp(18px, 3vw, 34px);
    z-index: 5;
    display: grid;
    gap: 9px;
    width: min(980px, calc(100% - 68px));
    padding: 2px 0 2px clamp(12px, 1vw, 16px);
    overflow: visible;
    background: none;
    border: 0;
    border-left: 2px solid var(--yellow);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translateZ(0);
}

.hero-content::before {
    display: none;
}

.hero-content>* {
    position: relative;
    z-index: 1;
}

.hero-title {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0;
    color: #fff7dc;
    font-size: clamp(16px, 1.55vw, 26px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: 0;
    padding-bottom: 12px;
    background: none;
    text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.54);
    display: block;
    overflow: hidden;
    overflow-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hero-title.is-long {
    width: auto;
    max-width: 760px;
    white-space: normal;
    text-overflow: clip;
}

.hero-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 68px;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--yellow), rgba(255, 196, 0, 0));
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(255, 196, 0, 0.2);
}

.hero-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    padding: 5px 9px 5px 5px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-meta span {
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.hero-meta strong {
    position: relative;
    isolation: isolate;
    padding: 4px 8px;
    color: #061928;
    overflow: visible;
    background: linear-gradient(180deg, #ffd34a, var(--yellow));
    border-radius: inherit;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow:
        0 8px 24px rgba(255, 196, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.16) inset;
    animation: newBadgePulse 1500ms ease-in-out infinite;
}

.hero-meta strong::before {
    position: absolute;
    inset: -12px;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, rgba(255, 196, 0, 0.82), rgba(255, 196, 0, 0) 66%);
    border-radius: inherit;
    animation: newEmission 1500ms ease-out infinite;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: clamp(54px, 7vw, 86px);
    height: clamp(54px, 7vw, 86px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(255, 255, 255, 0.16);
    place-items: center;
    transform: translate(-50%, -50%);
    transition:
        background 260ms ease,
        border-color 260ms ease,
        box-shadow 260ms ease,
        color 260ms ease,
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    isolation: isolate;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.play-button::before,
.play-button::after {
    position: absolute;
    inset: -10px;
    content: "";
    border-radius: inherit;
    pointer-events: none;
}

.play-button::before {
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.22);
    animation: playPulse 2400ms ease-in-out infinite;
}

.play-button::after {
    inset: 7px;
    z-index: 0;
    background: radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.2), transparent 44%);
    opacity: 0.7;
    transition: opacity 260ms ease;
}

.play-button:hover,
.play-button:focus-visible {
    background: linear-gradient(180deg, #ff0000, #cc0000);
    border-color: #ff0000;
    box-shadow:
        0 22px 58px rgba(255, 0, 0, 0.42),
        0 0 0 9px rgba(255, 0, 0, 0.16);
    transform: translate(-50%, -50%) scale(1.04);
}

.play-button:hover::before,
.play-button:focus-visible::before {
    border-color: rgba(255, 0, 0, 0.28);
}

.play-button:hover::after,
.play-button:focus-visible::after {
    opacity: 0.28;
}

.play-button svg {
    position: relative;
    z-index: 1;
    width: 38%;
    height: 38%;
    margin-left: 0;
    fill: currentColor;
}

.thumbs {
    align-self: stretch;
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: clamp(8px, 0.75vw, 10px);
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}

.thumbs::-webkit-scrollbar {
    display: none;
}

.video-thumb {
    --thumb-tilt-x: 0deg;
    --thumb-tilt-y: 0deg;
    min-height: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    color: #fff7dc;
    cursor: pointer;
    border-radius: 16px;
    appearance: none;
    direction: ltr;
    text-align: left;
    transform:
        perspective(900px) rotateX(var(--thumb-tilt-x)) rotateY(var(--thumb-tilt-y));
    transform-style: preserve-3d;
    transition:
        border-color 320ms ease,
        box-shadow 320ms ease,
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 320ms ease;
}

.video-thumb:hover,
.video-thumb:focus-visible,
.video-thumb.is-active {
    border-color: rgba(255, 196, 0, 0.42);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(255, 196, 0, 0.1);
    outline: none;
    transform:
        perspective(900px) rotateX(var(--thumb-tilt-x)) rotateY(var(--thumb-tilt-y)) translateY(-1px);
}

[data-theme="light"] .video-thumb:hover,
[data-theme="light"] .video-thumb:focus-visible,
[data-theme="light"] .video-thumb.is-active {
    border-color: rgba(72, 84, 98, 0.34);
    box-shadow:
        0 16px 38px rgba(24, 32, 42, 0.26),
        0 0 0 1px rgba(24, 32, 42, 0.14);
}

.video-thumb:hover .poster-image,
.video-thumb:focus-visible .poster-image {
    transform: scale(1.055);
}

.video-thumb:not(.is-active) {
    filter: saturate(0.88) brightness(0.88);
}

.video-thumb:not(.is-active):hover {
    filter: saturate(1) brightness(1);
}

.video-thumb.is-active::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--yellow), var(--yellow-soft));
    border-radius: 999px;
    box-shadow: 0 0 18px var(--yellow-glow);
    animation: thumbProgress 3000ms linear forwards;
    transform-origin: left center;
}

.video-thumb.is-active .poster-image {
    transform: scale(1.045);
}

.thumb-caption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: grid;
    gap: 5px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    direction: ltr;
    justify-items: start;
    text-align: left;
    transition:
        opacity 320ms ease,
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.video-thumb:hover .thumb-caption,
.video-thumb:focus-visible .thumb-caption,
.video-thumb.is-active .thumb-caption {
    transform: translateY(-2px);
}

.video-thumb.is-active .thumb-caption {
    animation: thumbTitleSwitch 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.thumb-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    max-width: 100%;
    color: rgba(255, 211, 74, 0.92);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.82);
}

.thumb-meta::before {
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--yellow);
    border-radius: 999px;
    box-shadow: 0 0 16px var(--yellow-glow);
}

.thumb-title {
    margin: 0;
    color: #fff7dc;
    font-size: clamp(12px, 0.95vw, 15px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
    text-shadow:
        0 3px 10px rgba(0, 0, 0, 0.9),
        0 0 22px rgba(0, 0, 0, 0.65);
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.thumb-state {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    width: 12px;
    height: 12px;
    background: var(--yellow);
    border-radius: 999px;
    box-shadow:
        0 0 0 7px rgba(255, 196, 0, 0.12),
        0 8px 22px var(--yellow-glow);
}

.thumb-state::after {
    position: absolute;
    inset: -7px;
    content: "";
    border: 1px solid rgba(255, 196, 0, 0.24);
    border-radius: inherit;
    animation: statePulse 1800ms ease-in-out infinite;
}

.video-thumb.is-active .thumb-state {
    display: block;
}

.carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin-top: 4px;
    direction: ltr;
}

.indicator {
    position: relative;
    display: block;
    z-index: 1;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transition:
        width 520ms cubic-bezier(0.22, 1, 0.36, 1),
        background 320ms ease,
        box-shadow 320ms ease,
        opacity 320ms ease;
}

.indicator::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, var(--yellow), var(--yellow-soft));
    border-radius: inherit;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
}

.indicator.is-active {
    width: 58px;
    background: rgba(255, 196, 0, 0.18);
    box-shadow:
        0 10px 28px var(--yellow-glow),
        0 0 0 1px rgba(255, 196, 0, 0.16);
}

.indicator.is-active::before {
    opacity: 1;
    animation: fillIndicator 3000ms linear forwards;
}

@keyframes fillIndicator {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes stageDepth {
    from {
        box-shadow:
            var(--shadow_2),
            0 0 0 1px rgba(255, 196, 0, 0.02),
            inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    to {
        box-shadow:
            0 40px 104px rgba(0, 0, 0, 0.45),
            0 0 60px rgba(255, 196, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.17);
    }
}

@keyframes premiumEdge {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 220% 50%;
    }
}

@keyframes reflectionDrift {
    from {
        filter: blur(20px) saturate(0.95) brightness(0.82);
        transform: scale(1.08) translate3d(-0.4%, -0.3%, 0);
    }

    to {
        filter: blur(22px) saturate(1.08) brightness(0.9);
        transform: scale(1.12) translate3d(0.5%, 0.4%, 0);
    }
}

@keyframes heroZoomIn {
    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.075);
    }
}

@keyframes heroZoomOut {
    from {
        transform: scale(1.075);
    }

    to {
        transform: scale(1.02);
    }
}

@keyframes playPulse {

    0%,
    100% {
        opacity: 0.34;
        transform: scale(0.94);
    }

    50% {
        opacity: 0.78;
        transform: scale(1.08);
    }
}

@keyframes titleSwitch {
    from {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes thumbTitleSwitch {
    from {
        opacity: 0;
        transform: translate3d(0, 6px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes newEmission {
    0% {
        opacity: 0;
        transform: scale(0.82);
    }

    18% {
        opacity: 0.9;
        transform: scale(1);
    }

    78% {
        opacity: 0;
        transform: scale(1.85);
    }

    100% {
        opacity: 0;
        transform: scale(1.85);
    }
}

@keyframes newBadgePulse {

    0%,
    100% {
        box-shadow:
            0 8px 24px rgba(255, 196, 0, 0.34),
            0 0 0 1px rgba(255, 255, 255, 0.16) inset;
    }

    45% {
        box-shadow:
            0 10px 32px rgba(255, 196, 0, 0.58),
            0 0 0 6px rgba(255, 196, 0, 0.14),
            0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    }
}

@keyframes thumbProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}

@keyframes statePulse {

    0%,
    100% {
        opacity: 0.35;
        transform: scale(0.92);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.12);
    }
}

@media (max-width: 980px) {
    :root {
        --header-height: 66px;
    }

    .site-header {
        min-height: var(--header-height);
    }

    .site-logo__image {
        height: 50px;
    }

    .site-nav {
        display: none;
    }

    .site-actions {
        gap: 5px;
        margin-right: 0;
    }

    .search-form {
        width: 32px;
        height: 32px;
    }

    .search-form:focus-within {
        width: 32px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .mobile-nav {
        display: block;
    }

    .latest-videos {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .thumbs {
        display: grid;
        grid-auto-columns: minmax(180px, 42vw);
        grid-auto-flow: column;
        grid-template-rows: none;
        grid-template-columns: none;
        gap: 10px;
        padding: 2px 2px 8px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .video-thumb {
        aspect-ratio: 16 / 9;
        min-width: 0;
        scroll-snap-align: start;
    }
}

@media (max-width: 620px) {
    body {
        padding: calc(var(--header-height) + 10px) 10px 10px;
    }

    .mobile-nav {
        width: min(72vw, 320px);
        min-width: 240px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .site-header__container {
        padding: 0 10px;
    }

    .site-header__content {
        gap: 8px;
    }

    .site-logo__image {
        height: 48px;
    }

    .site-header.is-scrolled .site-logo__image {
        height: 42px;
    }

    .theme-toggle {
        width: 32px;
        height: 32px;
    }

    .search-form {
        display: flex;
        width: 32px;
        height: 32px;
    }

    .latest-videos {
        gap: 12px;
        padding: 10px;
        border-radius: 22px;
    }

    .latest-videos::after {
        background:
            radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.1), transparent 22%),
            linear-gradient(180deg, rgba(5, 18, 30, 0.34), rgba(5, 18, 30, 0.68));
    }

    [data-theme="light"] .latest-videos::after {
        background:
            radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.44), transparent 22%),
            radial-gradient(circle at 18% 18%, rgba(185, 198, 214, 0.18), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(235, 240, 246, 0.2));
    }

    .hero-video {
        aspect-ratio: 16 / 9;
        border-radius: 18px;
    }

    .hero-content {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        gap: 5px;
        padding: 1px 0 1px 9px;
        border-left-width: 2px;
    }

    .hero-title {
        max-width: 100%;
        padding-bottom: 8px;
        font-size: clamp(13px, 4.2vw, 17px);
        line-height: 1.12;
        white-space: normal;
    }

    .hero-title.is-long {
        max-width: 100%;
    }

    .hero-title::after {
        display: block;
        width: 54px;
    }

    .hero-meta {
        gap: 6px;
        width: max-content;
        max-width: 100%;
        padding: 5px 8px 5px 5px;
    }

    .hero-meta span,
    .hero-meta strong {
        font-size: 10px;
    }

    .play-button {
        width: 52px;
        height: 52px;
        border-width: 3px;
        box-shadow:
            0 12px 30px rgba(0, 0, 0, 0.28),
            0 0 0 1px rgba(255, 255, 255, 0.14);
    }

    .carousel-indicators {
        gap: 8px;
        margin-top: 2px;
    }

    .indicator {
        width: 9px;
        height: 9px;
    }

    .indicator.is-active {
        width: 42px;
    }

    .thumbs {
        grid-auto-columns: minmax(168px, 72vw);
    }

    .thumbs::-webkit-scrollbar {
        display: none;
    }

    .video-thumb {
        aspect-ratio: 16 / 9;
        min-width: 0;
        border-radius: 14px;
        scroll-snap-align: start;
    }

    .thumb-caption {
        right: 8px;
        bottom: 8px;
        left: 8px;
        gap: 5px;
        padding: 0;
        border-radius: 0;
    }

    .thumb-title {
        font-size: 11px;
        line-height: 1.22;
    }

    .thumb-meta {
        font-size: 9px;
    }

    .thumb-state {
        top: 8px;
        right: 8px;
        width: 10px;
        height: 10px;
    }
}

@media (hover: none) {

    .hero-video:hover,
    .video-thumb:hover,
    .video-thumb:focus-visible,
    .video-thumb.is-active {
        transform: none;
    }

    .video-thumb {
        --thumb-tilt-x: 0deg !important;
        --thumb-tilt-y: 0deg !important;
    }
}

@media (max-width: 390px) {
    .hero-content {
        bottom: 8px;
        left: 8px;
        width: calc(100% - 16px);
        gap: 4px;
    }

    .hero-title {
        font-size: 12.5px;
        line-height: 1.12;
    }

    .hero-meta span {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .play-button {
        width: 46px;
        height: 46px;
    }
}




/* V2 --------------------------------------------------------------------------------------- */


.no-card.occasion-ticker__inner {
    height: 3em;
}

.occasion-ticker {
    position: relative;
    width: min(1640px, 100%);
    margin: 0 auto clamp(8px, 1vw, 12px);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 44%), linear-gradient(180deg, #a30b14 0%, #800810 52%, #5e040a 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(70, 3, 8, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 -1px 0 rgba(0, 0, 0, 0.28);
}

.occasion-ticker::before {
    position: absolute;
    inset: 0;

    z-index: 0;
    content: "";
    background: radial-gradient(120% 130% at 0% -12%, rgba(255, 255, 255, 0.18), transparent 42%), radial-gradient(130% 150% at 100% 120%, rgba(0, 0, 0, 0.3), transparent 58%);

    pointer-events: none;
}

.occasion-ticker::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)), linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0) 30%, #ffffff 48%, #ffe3e5 52%, rgba(255, 255, 255, 0) 70%, transparent 100%);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-size: 100% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 0, -55% 0;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    pointer-events: none;
    animation: occasionFlow 3000ms linear infinite;
}

.occasion-ticker__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(13px, 1.5vw, 20px);
    min-height: 78px;
    padding: 10px clamp(15px, 1.8vw, 24px);
}

.occasion-ticker__live {
    background: transparent !important;
    box-shadow: none !important;
}

.occasion-ticker__viewport {
    position: relative;
    min-width: 0;
    min-height: 58px;
    padding-left: 4px;
    overflow: hidden;
}

.occasion-news {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
    opacity: 0;
    transform: translateX(26px) scale(0.985);
    transition: opacity 520ms ease, transform 640ms cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    will-change: opacity, transform;
}

.occasion-news__image {
    position: relative;
    width: 96px;
    height: 58px;
    overflow: hidden;
    background: #11131a;
    border-radius: 11px;
    /* box-shadow: 0 16px 30px rgba(54, 1, 5, 0.55), 0 5px 12px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.12); */

}

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

.occasion-news__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 38%, rgba(0, 0, 0, 0.3));
    pointer-events: none;
}

.occasion-news__text {
    min-width: 0;
}

.occasion-news__title {
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: clamp(14.5px, 1.2vw, 17.5px);
    font-weight: 820;
    line-height: 1.22;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 2px rgba(80, 4, 8, 0.4);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.occasion-news__summary {
    margin: 5px 0 0;
    margin-top: 5px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(11.5px, 0.9vw, 13px);
    font-weight: 560;
    line-height: 1.32;
    text-shadow: 0 1px 2px rgba(80, 4, 8, 0.3);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.occasion-ticker__controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: clamp(10px, 1.2vw, 16px);
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

/* .occasion-ticker__button[data-occasion-prev] {
    --arrow-shift: -2px;
}

.occasion-ticker__button {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)), rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 8px 16px rgba(80, 4, 8, 0.3);
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), color 220ms ease, border-color 220ms ease, box-shadow 260ms ease;
} */

.occasion-ticker__button svg {
    position: relative;
    z-index: 1;
    width: 17px;
    height: 17px;
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.occasion-ticker__count {
    min-width: 50px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 780;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: nowrap;
}

.occasion-ticker__button[data-occasion-next] {
    --arrow-shift: 2px;
}

.occasion-ticker__button[data-occasion-prev] {
    --arrow-shift: -2px;
}

.occasion-ticker__button {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)), rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 8px 16px rgba(80, 4, 8, 0.3);
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), color 220ms ease, border-color 220ms ease, box-shadow 260ms ease;
}

.occasion-ticker__button::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 50% 16%, #ffffff, #f1f3f6);
    opacity: 0;
    transition: opacity 220ms ease;
}

.occasion-news.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

@keyframes occasionFlow {
    from {
        background-position: 0 0, -55% 0;
    }

    to {
        background-position: 0 0, 155% 0;
    }
}

.gtv-pills {
    position: fixed;
    left: 18px;
    top: 50%;
    transform: translate(-12px, -50%);
    z-index: 850;
    display: flex;
    flex-direction: column;
    gap: 14px;
    pointer-events: auto;
    padding: 14px 8px;
    background: rgba(14, 15, 19, 0.34);
    border: 1px solid rgba(255, 200, 61, 0.08);
    border-radius: 22px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease;
}

.gtv-pills.is-ready {
    pointer-events: none;
}

.gtv-pills.is-ready.in-range {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

@media (max-width: 1100px) {
    .gtv-pills {
        display: none;
    }
}

.gtv-pills__item {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(246, 243, 234, 0.26);
    border: 1px solid rgba(246, 243, 234, 0.08);
    cursor: pointer;
    display: block;
    transition: width 620ms cubic-bezier(0.22, 1, 0.36, 1), height 620ms cubic-bezier(0.22, 1, 0.36, 1), border-radius 620ms cubic-bezier(0.22, 1, 0.36, 1), background-color 540ms ease, box-shadow 540ms ease, border-color 540ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
}

.gtv-pills__item.is-active {
    width: 8px;
    height: 26px;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--yellow-soft, #ffdf86), var(--yellow, #ffc83d));
    box-shadow: 0 0 14px rgba(255, 200, 61, 0.65), 0 0 26px rgba(255, 200, 61, 0.35);
    border-color: transparent;
}

.gtv-pills__label {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(-8px, -50%);
    font: 700 12px/1 var(--site-font);
    color: var(--yellow);
    background: rgba(14, 15, 19, 0.94);
    border: 1px solid rgba(255, 200, 61, 0.22);
    border-radius: 8px;
    padding: 6px 11px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms, transform 240ms;
    letter-spacing: 0;
    text-transform: none;
}

.gtv-pills__item:hover .gtv-pills__label {
    opacity: 1;
    transform: translate(0, -50%);
}

.top-layered-slider {
    position: relative;
    /* width: min(1400px, calc(100% - clamp(28px, 8vw, 240px))); */
    margin-top: clamp(18px, 3vw, 36px);
    overflow: hidden;
    background: url("/ku/images/01_frontpage/slider_top.png") center center / 100% auto no-repeat;
    border-radius: 20px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

[data-theme="light"] .top-layered-slider {
    box-shadow: 0 24px 62px rgba(33, 43, 54, 0.14);
}

.top-layered-slider__stage {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1920 / 680;
    margin-top: -2px;
    margin-bottom: -2px;
    overflow: hidden;
    background: url("/ku/images/01_frontpage/slider_top.png") center center / 100% auto no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    isolation: isolate;
}

.top-layered-slider__overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform-origin: center center;
    will-change: transform;
    pointer-events: none;
    user-select: none;
}


.content-section {
    /* width: min(1400px, 100%); */
    margin: 0 auto;
    padding: clamp(42px, 5vw, 72px) 0;
    padding-top: clamp(42px, 5vw, 72px);
    padding-bottom: clamp(42px, 5vw, 72px);
    position: relative;
}

.feature-video-section {
    margin-top: clamp(10px, 2vw, 28px);
    padding-top: clamp(26px, 3.4vw, 48px);
    padding-bottom: clamp(26px, 3.4vw, 48px);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.065), transparent 36%), linear-gradient(180deg, #2b2b31, #212126);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

.feature-video-section.reveal-on-scroll {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 850ms cubic-bezier(0.22, 1, 0.36, 1), transform 850ms cubic-bezier(0.22, 1, 0.36, 1), border-color 850ms ease, box-shadow 850ms ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

[data-theme="light"] .feature-video-section {
    background: linear-gradient(315deg, rgba(72, 84, 98, 0.08), transparent 36%), linear-gradient(180deg, #ffffff, #eef1f5);
    border-color: rgba(72, 84, 98, 0.14);
}

.sections-frame {
    position: relative;
    width: min(1400px, 100%);
    margin: 0 auto;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #2d2d34 0%, #25252b 52%, #202026 100%);
    background-color: #25252b;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-top-color: rgba(255, 255, 255, 0.13);
    border-right-color: rgba(255, 255, 255, 0.13);
    border-bottom-color: rgba(255, 255, 255, 0.13);
    border-left-color: rgba(255, 255, 255, 0.13);
    border-radius: 30px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 74px rgba(0, 0, 0, 0.24);
    padding: 0 clamp(18px, 4vw, 56px);
}

[data-theme="light"] .sections-frame {
    background: linear-gradient(180deg, #ffffff 0%, #f1f3f6 55%, #e7ebf1 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: #f1f3f6;
    border-color: rgba(72, 84, 98, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 20px 54px rgba(33, 43, 54, 0.12);
}


.sections-frame .content-section {
    width: 100%;
    margin: 0;
    margin-top: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
}

.feature-video-section.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    border-color: rgba(255, 200, 61, 0.22);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 200, 61, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

[data-theme="light"] .sections-frame .content-section {
    background: transparent;
    border: 0;
    box-shadow: none;
}

[data-theme="light"] .feature-video-section.reveal-on-scroll.is-visible {
    box-shadow: 0 18px 48px rgba(33, 43, 54, 0.13), 0 0 0 1px rgba(255, 200, 61, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.sections-frame .content-section.reveal-on-scroll.is-visible {
    border: 0;
    box-shadow: none;
}

#reber-apo {
    margin-top: clamp(10px, 2vw, 28px);
    padding-top: clamp(26px, 3.4vw, 48px);
    padding-bottom: clamp(26px, 3.4vw, 48px);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.065), transparent 36%), linear-gradient(180deg, #2b2b31, #212126);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
}

#reber-apo,
.feature-video-section,
.shorts-section,
.cand-huner-section,
.external-links-section {
    margin-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
}

#reber-apo,
.gerila-section,
.cand-huner-section,
.shorts-section,
.calaki-section,
.popular-section,
.feature-video-section,
.content-section {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    box-shadow: none !important;
    padding-top: clamp(34px, 4.4vw, 60px) !important;
    padding-bottom: clamp(34px, 4.4vw, 60px) !important;
    margin-top: 0 !important;
}

#reber-apo.reveal-on-scroll {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 850ms cubic-bezier(0.22, 1, 0.36, 1), transform 850ms cubic-bezier(0.22, 1, 0.36, 1), border-color 850ms ease, box-shadow 850ms ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

[data-theme="light"] #reber-apo {
    background: linear-gradient(315deg, rgba(72, 84, 98, 0.08), transparent 36%), linear-gradient(180deg, #ffffff, #eef1f5);
    border-color: rgba(72, 84, 98, 0.14);
}

[data-theme="light"] #reber-apo,
[data-theme="light"] .feature-video-section,
[data-theme="light"] .shorts-section,
[data-theme="light"] .cand-huner-section,
[data-theme="light"] .external-links-section {
    border-right-color: rgba(72, 84, 98, 0.12);
    border-left-color: rgba(72, 84, 98, 0.12);
}

.sections-frame #reber-apo {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
}

#reber-apo.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    border-color: rgba(255, 200, 61, 0.26);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), 0 30px 60px rgba(0, 0, 0, 0.34), 0 60px 120px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(255, 200, 61, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

#reber-apo.reveal-on-scroll.is-visible,
.feature-video-section.reveal-on-scroll.is-visible,
.shorts-section.reveal-on-scroll.is-visible,
.cand-huner-section.reveal-on-scroll.is-visible {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

[data-theme="light"] .sections-frame #reber-apo {
    background: transparent;
    border: 0;
    box-shadow: none;
}

[data-theme="light"] #reber-apo.reveal-on-scroll.is-visible {
    box-shadow: 0 6px 18px rgba(33, 43, 54, 0.10), 0 22px 44px rgba(33, 43, 54, 0.14), 0 44px 90px rgba(33, 43, 54, 0.12), 0 0 0 1px rgba(232, 164, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

[data-theme="light"] #reber-apo.reveal-on-scroll.is-visible,
[data-theme="light"] .feature-video-section.reveal-on-scroll.is-visible,
[data-theme="light"] .shorts-section.reveal-on-scroll.is-visible,
[data-theme="light"] .cand-huner-section.reveal-on-scroll.is-visible {
    border-color: rgba(72, 84, 98, 0.12);
    box-shadow: none;
}

.sections-frame #reber-apo.reveal-on-scroll.is-visible {
    border: 0;
    box-shadow: none;
}


.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: clamp(14px, 2vw, 24px);
    padding: 0 clamp(4px, 1vw, 10px);
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

.section-header.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-header.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding-bottom: 0;
    color: var(--text);
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 720;
    letter-spacing: 0;
}

.section-title {
    font-weight: 760;
    letter-spacing: -0.01em;
}

.section-title.reveal-on-scroll {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-header.is-visible .section-title.reveal-on-scroll,
.section-title.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.section-title::before {
    display: block;
    content: "";
    width: 4px;
    min-height: 34px;
    height: 100%;
    background: linear-gradient(180deg, var(--yellow-soft), var(--yellow));
    border-radius: 4px;
    box-shadow: 0 0 18px var(--yellow-glow);
}

.section-title::before {
    width: 5px !important;
    border-radius: 999px !important;

    background: linear-gradient(180deg, var(--yellow-soft), var(--yellow)) !important;
    box-shadow: 0 0 22px var(--yellow-glow) !important;
}

.section-title a {
    position: relative;
    display: inline-block;
    margin: -2px -12px;
    padding: 2px 12px;
    color: inherit;
    text-decoration: none;
    border-radius: 6px;
    isolation: isolate;
    transition: color 240ms ease;
}

.section-title a::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 0;
    content: "";
    background: var(--yellow);
    border-radius: inherit;
    transition: width 420ms cubic-bezier(0.65, 0, 0.076, 1);
}

.section-title .highlight {
    color: var(--text);
}

.view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    color: var(--muted);
    font-size: 14px;
    font-weight: 680;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.04);
    transition: gap 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.feature-video-section .view-all {
    color: #ffffff;
}

[data-theme="light"] .feature-video-section .view-all {
    color: rgba(17, 17, 17, 0.86);
}

#reber-apo .view-all {
    color: #ffffff;
}

.view-all,
#reber-apo .view-all {
    color: var(--muted);
    background: var(--panel) !important;
    border: 1px solid var(--card-bd) !important;
    box-shadow: none !important;
}

.view-all,
#reber-apo .view-all,
.feature-video-section .view-all {
    color: var(--text) !important;
}

[data-theme="light"] #reber-apo .view-all {
    color: rgba(17, 17, 17, 0.86);
}

[data-theme="light"] .view-all,
[data-theme="light"] #reber-apo .view-all {
    color: var(--muted);
}

[data-theme="light"] .view-all,
[data-theme="light"] #reber-apo .view-all,
[data-theme="light"] .feature-video-section .view-all,
[data-theme="light"] .bername-tab {
    color: #14151b !important;
}

.view-all svg {
    width: 20px;
    height: 20px;
}

.view-all:hover {
    gap: 12px;
    color: var(--yellow-soft);
    transform: translateY(-1px);
}

.feature-video-section .view-all:hover {
    color: var(--yellow-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    border-color: rgba(255, 200, 61, 0.6);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 200, 61, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

[data-theme="light"] .feature-video-section .view-all:hover {
    color: #111111;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
    border-color: rgba(17, 17, 17, 0.72);
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.12), 0 0 0 1px rgba(17, 17, 17, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#reber-apo .view-all:hover {
    color: var(--yellow-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    border-color: rgba(255, 200, 61, 0.6);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 200, 61, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.view-all:hover,
#reber-apo .view-all:hover {
    color: var(--yellow-soft) !important;
    background: var(--panel-strong) !important;
    border-color: rgba(255, 200, 61, 0.5) !important;
    box-shadow: none !important;
}

.view-all:hover,
#reber-apo .view-all:hover,
.feature-video-section .view-all:hover {
    color: var(--text) !important;
    border-color: var(--text) !important;
    box-shadow: none !important;
}

[data-theme="light"] #reber-apo .view-all:hover {
    color: #111111;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
    border-color: rgba(17, 17, 17, 0.72);
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.12), 0 0 0 1px rgba(17, 17, 17, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

[data-theme="light"] .view-all:hover,
[data-theme="light"] #reber-apo .view-all:hover {
    color: #9a6f00 !important;
    border-color: rgba(232, 164, 0, 0.55) !important;
}

[data-theme="light"] .view-all:hover,
[data-theme="light"] #reber-apo .view-all:hover,
[data-theme="light"] .feature-video-section .view-all:hover {
    color: #14151b !important;
    border-color: #14151b !important;
    box-shadow: none !important;
}



.video-thumbnail {
    position: relative;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #202024;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px 17px 0 0;
    border-radius: var(--r-card) var(--r-card) 0 0 !important;
}


.video-grid {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
}

.video-grid.grid-3 {
    position: relative;
    isolation: isolate;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-grid.grid-3 {
    clip-path: none !important;
}

.feature-video-section .video-grid.grid-3 {
    padding: clamp(12px, 1.8vw, 20px);
}

#reber-apo .video-grid.grid-3 {
    padding: clamp(12px, 1.8vw, 20px);
}

.gerila-showcase,
.cand-layout,
#reber-apo .video-grid.grid-3,
.feature-video-section .video-grid.grid-3,
.featured-grid,
.shorts-rail {
    box-shadow: none;
}

#reber-apo .video-grid.grid-3 {
    padding: 0 !important;
}

#reber-apo .video-grid.grid-3 {
    overflow: visible;
    padding-bottom: clamp(28px, 3vw, 44px);
}

.video-shadow-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

#reber-apo .video-shadow-wrapper--card {
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}


.video-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)), #202026;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.video-card,
.shorts-card,
.popular-hero-card,
.popular-list-card,
.gerila-hero,
.gerila-list-card,
.cand-card,
.cand-stack .cand-card,
.cand-feature {
    border-radius: var(--r-card) !important;
    clip-path: none !important;
    border: 1px solid var(--card-bd) !important;
    background: var(--card-bg) !important;
    box-shadow: var(--card-sh) !important;
    filter: none !important;
}

[data-theme="light"] .video-card {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(72, 84, 98, 0.12);
    box-shadow: 0 12px 30px rgba(33, 43, 54, 0.12);
}

.feature-video-section .video-card {
    position: relative;
    border: 0 !important;
    background: linear-gradient(180deg, #20232c 0%, #15171e 100%) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42) !important;
    overflow: hidden !important;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease !important;
}

.video-shadow-wrapper--card .video-card {
    position: relative;
    z-index: 3;
}

.feature-video-section.reveal-on-scroll .video-card {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

[data-theme="light"] .feature-video-section .video-card {
    background: #ffffff !important;
    box-shadow: 0 16px 38px rgba(20, 28, 44, 0.12) !important;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:nth-child(1) {
    transition-delay: 120ms;
}

#reber-apo .video-card {
    transition: transform .55s cubic-bezier(.16, 1, .3, 1), box-shadow .55s cubic-bezier(.16, 1, .3, 1) !important;
    will-change: transform;
}

#reber-apo.reveal-on-scroll .video-card {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

#reber-apo.reveal-on-scroll.is-visible .video-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#reber-apo.reveal-on-scroll.is-visible .video-card:nth-child(1) {
    transition-delay: 120ms;
}


.video-thumbnail {
    position: relative;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #202024;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px 17px 0 0;
}

.video-thumbnail {
    border-radius: var(--r-card) var(--r-card) 0 0 !important;
}

.video-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-video-section .video-thumbnail img {
    transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .4s ease !important;
}

#reber-apo .video-thumbnail img {
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .5s ease !important;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--red), var(--red-dark));
    border-radius: 999px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
    border: 2px solid rgba(255, 255, 255, 0.72);
    transition: opacity 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.feature-video-section .video-play {
    width: 64px;
    height: 64px;
    background: radial-gradient(circle at 36% 30%, #ff6a72, var(--red) 46%, var(--red-dark)) !important;
    border: 2px solid rgba(255, 255, 255, .9) !important;
    box-shadow: 0 12px 30px rgba(239, 58, 70, .45) !important;
}

#reber-apo .video-play {
    transition: transform .45s cubic-bezier(.34, 1.56, .64, 1), opacity .3s ease, box-shadow .3s ease !important;
}

.feature-video-section .video-play::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, .55);
    opacity: 0;
    pointer-events: none;
}

.video-play svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    margin-left: 4px;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

#reber-apo.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

.video-card:hover .video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 14px 34px rgba(239, 58, 70, 0.32), 0 0 0 8px rgba(239, 58, 70, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.feature-video-section .video-card:hover .video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 16px 40px rgba(239, 58, 70, .52), 0 0 0 12px rgba(239, 58, 70, .1) !important;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

#reber-apo.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

[data-theme="light"] .video-card:hover {
    box-shadow: 0 22px 46px rgba(33, 43, 54, 0.18), 0 0 0 1px rgba(255, 200, 61, 0.12);
}

.feature-video-section .video-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 40px 82px rgba(0, 0, 0, 0.55), 0 0 60px rgba(255, 200, 61, 0.16) !important;
}

[data-theme="light"] .feature-video-section .video-card:hover {
    box-shadow: 0 34px 70px rgba(20, 28, 44, 0.2), 0 0 50px rgba(232, 164, 0, 0.18) !important;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:hover {
    transition-delay: 0ms;
    transform: translateY(-10px) scale(1.015);
}

#reber-apo .video-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(255, 200, 61, 0.22) !important;
}

[data-theme="light"] #reber-apo .video-card:hover {
    box-shadow: 0 24px 52px rgba(20, 28, 44, 0.16), 0 0 0 1px rgba(232, 164, 0, 0.24) !important;
}

#reber-apo.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

#reber-apo.reveal-on-scroll.is-visible .video-card:hover {
    transition-delay: 0ms;
    transform: translateY(-10px) scale(1.015);
}

#reber-apo.reveal-on-scroll.is-visible .video-shadow-wrapper--card:hover .video-card {
    transform: scale(1.015);
}

#reber-apo .video-shadow-wrapper--card:hover {
    transform: translateY(-10px);
}

.video-card:hover,
.video-card-large:hover,
.video-card-horizontal:hover,
.cand-card:hover,
.taybet-card:hover,
.gerila-hero:hover,
.gerila-list-card:hover,
.popular-hero-card:hover,
.popular-list-card:hover,
.shorts-card:hover,
.feature-video-section .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo .video-shadow-wrapper--card:hover,
#sehid-me .video-card:hover,
#hpg .video-card:hover,
#heri-zede-temase .video-card:hover,
.cand-huner-section.reveal-on-scroll.is-visible .cand-card:hover,
.gerila-section.reveal-on-scroll.is-visible .gerila-hero:hover,
.gerila-section.reveal-on-scroll.is-visible .gerila-list-card:hover,
.popular-section.reveal-on-scroll.is-visible .popular-hero-card:hover,
.popular-section.reveal-on-scroll.is-visible .popular-list-card:hover {
    transform: none !important;
}

.feature-video-section .video-card:hover .video-play::before {
    animation: gtvPlayPulse 1.7s ease-out infinite;
}

@keyframes gtvPlayPulse {
    0% {
        transform: scale(.85);
        opacity: .7;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}



.video-duration {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    padding: 2px 7px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 680;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.feature-video-section .video-duration {
    right: 10px;
    bottom: 10px;
    background: rgba(8, 10, 16, .55) !important;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px !important;
    font-weight: 690 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.video-thumbnail::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 46%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), transparent);
    transition: opacity 260ms ease;
}

.feature-video-section .video-thumbnail::after {
    height: 56%;
}

.video-card:hover .video-thumbnail::after {
    opacity: 0.72;
}

.video-info {
    padding: 14px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

[data-theme="light"] .video-info {
    background: rgba(255, 255, 255, 0.62);
}

.feature-video-section .video-info,
#heri-zede-temase .video-info {
    padding: 16px 18px 18px !important;
}

.video-title {
    display: -webkit-box;
    margin: 0 0 8px;
    overflow: hidden;
    color: var(--text);
    font-size: 16px;
    font-weight: 690;
    line-height: 1.35;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.feature-video-section .video-title,
#heri-zede-temase .video-title {
    font-weight: 720 !important;
    letter-spacing: -.01em;
    transition: color .25s ease;
}

.video-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 620;
}

.feature-video-section .video-meta,
#heri-zede-temase .video-meta {
    gap: 14px;
    font-weight: 660;
}

.feature-video-section .video-meta span,
#heri-zede-temase .video-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@supports ((-webkit-mask: url('')) or (mask: url(''))) {

    .feature-video-section .video-views::before,
    .feature-video-section .video-date::before,
    #heri-zede-temase .video-views::before,
    #heri-zede-temase .video-date::before {
        content: "";
        width: 13px;
        height: 13px;
        flex: 0 0 auto;
        background: currentColor;
        opacity: .72;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
}

@supports ((-webkit-mask: url('')) or (mask: url(''))) {

    .feature-video-section .video-views::before,
    #heri-zede-temase .video-views::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%205C5%205%202%2012%202%2012s3%207%2010%207%2010-7%2010-7-3-7-10-7zm0%2011.5A4.5%204.5%200%201%201%2012%207a4.5%204.5%200%200%201%200%209.5z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%205C5%205%202%2012%202%2012s3%207%2010%207%2010-7%2010-7-3-7-10-7zm0%2011.5A4.5%204.5%200%201%201%2012%207a4.5%204.5%200%200%201%200%209.5z'/%3E%3C/svg%3E");
    }
}

.feature-video-section .video-meta span,
#heri-zede-temase .video-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@supports ((-webkit-mask: url('')) or (mask: url(''))) {

    .feature-video-section .video-views::before,
    .feature-video-section .video-date::before,
    #heri-zede-temase .video-views::before,
    #heri-zede-temase .video-date::before {
        content: "";
        width: 13px;
        height: 13px;
        flex: 0 0 auto;
        background: currentColor;
        opacity: .72;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
}

@supports ((-webkit-mask: url('')) or (mask: url(''))) {

    .feature-video-section .video-date::before,
    #heri-zede-temase .video-date::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm1%2010V6h-2v8h6v-2h-4z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm1%2010V6h-2v8h6v-2h-4z'/%3E%3C/svg%3E");
    }
}

.video-title a {
    text-decoration: none;
}

.feature-video-section .video-card:hover .video-title a,
#heri-zede-temase .video-card:hover .video-title a {
    color: var(--yellow-soft) !important;
    text-decoration: none;
}

.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover * {
    transition-delay: 0ms;
}

[data-theme="light"] .feature-video-section .video-card:hover .video-title a,
[data-theme="light"] #heri-zede-temase .video-card:hover .video-title a {
    color: #b07d00 !important;
    text-decoration: none;
}

#sehid-me {
    background: radial-gradient(120% 90% at 50% -10%, rgba(120, 20, 28, 0.26), transparent 58%), linear-gradient(180deg, #221216 0%, #150d0f 100%) !important;
    border: 1px solid rgba(239, 58, 70, 0.16) !important;
}

#sehid-me {
    background: radial-gradient(120% 90% at 50% -10%, rgba(120, 20, 28, 0.08), transparent 60%), linear-gradient(180deg, #2b2b31, #212126) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

[data-theme="light"] #sehid-me {
    background: linear-gradient(315deg, rgba(72, 84, 98, 0.06), transparent 36%), linear-gradient(180deg, #ffffff 0%, #eef1f5 100%) !important;
    border: 1px solid rgba(196, 17, 29, 0.18) !important;
}

[data-theme="light"] #sehid-me {
    background: linear-gradient(315deg, rgba(72, 84, 98, 0.08), transparent 36%), linear-gradient(180deg, #ffffff 0%, #eef1f5 100%) !important;
    border: 1px solid rgba(72, 84, 98, 0.14) !important;
    border-top-color: rgba(72, 84, 98, 0.14);
    border-right-color: rgba(72, 84, 98, 0.14);
    border-bottom-color: rgba(72, 84, 98, 0.14);
    border-left-color: rgba(72, 84, 98, 0.14);
}

#sehid-me.reveal-on-scroll.is-visible {
    border-color: rgba(239, 58, 70, 0.30) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.30), 0 34px 74px rgba(40, 0, 6, 0.40), 0 0 0 1px rgba(239, 58, 70, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

#sehid-me.reveal-on-scroll.is-visible {
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

[data-theme="light"] #sehid-me.reveal-on-scroll.is-visible {
    box-shadow: 0 10px 26px rgba(120, 20, 30, 0.10), 0 30px 60px rgba(120, 20, 30, 0.12), 0 0 0 1px rgba(196, 17, 29, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}

[data-theme="light"] #sehid-me.reveal-on-scroll.is-visible {
    box-shadow: 0 18px 48px rgba(33, 43, 54, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

#sehid-me.content-section::before {
    content: "";
    position: absolute;
    top: calc(clamp(34px, 4.4vw, 60px) * -1);
    left: clamp(18px, 4vw, 56px);
    right: clamp(18px, 4vw, 56px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--card-bd) 18%, var(--card-bd) 82%, transparent);
}

#sehid-me .section-title,
#sehid-me .section-title a,
#sehid-me .section-title .highlight {
    color: var(--text) !important;
}

#sehid-me .section-title,
#sehid-me .section-title a,
#sehid-me .section-title .highlight {
    color: var(--text) !important;
}

[data-theme="light"] #sehid-me .section-title,
[data-theme="light"] #sehid-me .section-title a,
[data-theme="light"] #sehid-me .section-title .highlight {
    color: #14151b !important;
}

#sehid-me .video-card {
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}


.sections-frame:has(#reber-apo) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sections-frame:has(#sehid-me) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.content-section {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: clamp(42px, 5vw, 72px) 0;
    padding-top: clamp(42px, 5vw, 72px);
    padding-bottom: clamp(42px, 5vw, 72px);
    position: relative;
}

.popular-section {
    margin-top: clamp(10px, 2vw, 28px);
    padding-top: clamp(28px, 3.8vw, 54px);
    padding-bottom: clamp(30px, 4vw, 58px);
    overflow: hidden;
    isolation: isolate;
}

#reber-apo,
.gerila-section,
.cand-huner-section,
.shorts-section,
.calaki-section,
.popular-section,
.feature-video-section,
.content-section {
    background: transparent !important;
    background-image: none;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    box-shadow: none !important;
    padding-top: clamp(34px, 4.4vw, 60px) !important;
    padding-bottom: clamp(34px, 4.4vw, 60px) !important;
    margin-top: 0 !important;
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

.popular-section.reveal-on-scroll {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 850ms cubic-bezier(0.22, 1, 0.36, 1), transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sections-frame .content-section {
    width: 100%;
    margin: 0;
    margin-top: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
}

.popular-section.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sections-frame .content-section.reveal-on-scroll.is-visible {
    border: 0;
    box-shadow: none;
}

#heri-zede-temase {
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.065), transparent 36%), linear-gradient(180deg, #2b2b31, #212126);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

[data-theme="light"] #heri-zede-temase {
    background: linear-gradient(315deg, rgba(72, 84, 98, 0.08), transparent 36%), linear-gradient(180deg, #ffffff, #eef1f5);
    border-color: rgba(72, 84, 98, 0.14);
    box-shadow: 0 18px 48px rgba(33, 43, 54, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}


html:not([data-theme="light"]) .sections-frame #heri-zede-temase {
    background-image: radial-gradient(115% 62% at 50% -6%, rgba(167, 139, 250, 0.13), transparent 70%) !important;
}


.featured-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
    align-items: stretch;
    gap: clamp(16px, 2vw, 24px);
    isolation: isolate;
    padding: clamp(12px, 1.8vw, 20px);
}

.gerila-showcase,
.cand-layout,
#reber-apo .video-grid.grid-3,
.feature-video-section .video-grid.grid-3,
.featured-grid,
.shorts-rail {
    box-shadow: none;
}

#heri-zede-temase .featured-grid {
    grid-template-columns: minmax(0, 2.05fr) minmax(260px, 0.82fr);
    align-items: start;
}


#heri-zede-temase .popular-panel[data-popular-panel="alltime"] .featured-grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
    align-items: start;
}

#heri-zede-temase .popular-panel[data-popular-panel="alltime"] .side-videos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.35vw, 18px);
    align-self: start;
}

.content-section .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 clamp(18px, 4vw, 56px);
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: clamp(14px, 2vw, 24px);
    padding: 0 clamp(4px, 1vw, 10px);
}

.popular-header {
    align-items: center;
    gap: 16px;
    margin-bottom: clamp(16px, 2.4vw, 28px);
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

.section-header.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-header.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding-bottom: 0;
    color: var(--text);
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 720;
    letter-spacing: 0;
}

.section-title {
    font-weight: 760;
    letter-spacing: -0.01em;
}

.section-title.reveal-on-scroll {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-header.is-visible .section-title.reveal-on-scroll,
.section-title.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.section-title::before {
    display: block;
    content: "";
    width: 4px;
    min-height: 34px;
    height: 100%;
    background: linear-gradient(180deg, var(--yellow-soft), var(--yellow));
    border-radius: 4px;
    box-shadow: 0 0 18px var(--yellow-glow);
}

.section-title::before {
    width: 5px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, var(--yellow-soft), var(--yellow)) !important;
    box-shadow: 0 0 22px var(--yellow-glow) !important;
}

.section-title .highlight {
    color: var(--text);
}

.popular-tabs {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    min-width: min(100%, 360px);
    padding: 5px;
    margin-left: auto;
    background: #1d1e24;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(0, 0, 0, 0.18);
}

[data-theme="light"] .popular-tabs {
    background: #e5e9ef;
    border-color: rgba(72, 84, 98, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 26px rgba(33, 43, 54, 0.1);
}

.popular-tab {
    min-height: 42px;
    padding: 0 18px;
    color: var(--muted);
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 760;
    letter-spacing: 0;
    transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}


.shorts-filter,
.popular-tab {
    border-radius: var(--r-pill) !important;
}

.popular-tab.is-active {
    color: #ffffff;
    background: linear-gradient(180deg, var(--red), var(--red-dark));
    box-shadow: 0 12px 24px rgba(239, 58, 70, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.popular-shell {
    position: relative;
    padding: clamp(12px, 1.9vw, 22px);
    overflow: hidden;
    background: linear-gradient(180deg, #303037 0%, #282930 52%, #222329 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 54px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .popular-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f2f4f7 56%, #e7ebf1 100%);
    border-color: rgba(72, 84, 98, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 20px 48px rgba(33, 43, 54, 0.12);
}



#heri-zede-temase .popular-shell {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.popular-panel {
    display: none;
}


.popular-panel.is-active {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    gap: clamp(14px, 2vw, 24px);
    align-items: stretch;
    animation: none;
}



#heri-zede-temase .popular-panel.is-active {
    display: block;
    grid-template-columns: none;
}



.video-card-large {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.video-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)), #202026;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.video-card,
.shorts-card,
.popular-hero-card,
.popular-list-card,
.gerila-hero,
.gerila-list-card,
.cand-card,
.cand-stack .cand-card,
.cand-feature {
    border-radius: var(--r-card) !important;
    clip-path: none !important;
    border: 1px solid var(--card-bd) !important;
    background: var(--card-bg) !important;
    box-shadow: var(--card-sh) !important;
    filter: none !important;
}

[data-theme="light"] .video-card {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(72, 84, 98, 0.12);
    box-shadow: 0 12px 30px rgba(33, 43, 54, 0.12);
}

#heri-zede-temase .video-card {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#heri-zede-temase .video-card-large {
    align-self: start;
}

#heri-zede-temase .video-card,
#heri-zede-temase .video-card:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.video-card-horizontal {
    display: flex;
    align-items: stretch;
    gap: clamp(10px, 1.2vw, 16px);
    padding: clamp(8px, 1vw, 12px);
    min-height: 0;
}


.video-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)), #202026;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.video-card,
.shorts-card,
.popular-hero-card,
.popular-list-card,
.gerila-hero,
.gerila-list-card,
.cand-card,
.cand-stack .cand-card,
.cand-feature {
    border-radius: var(--r-card) !important;
    clip-path: none !important;
    border: 1px solid var(--card-bd) !important;
    background: var(--card-bg) !important;
    box-shadow: var(--card-sh) !important;
    filter: none !important;
}

[data-theme="light"] .video-card {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(72, 84, 98, 0.12);
    box-shadow: 0 12px 30px rgba(33, 43, 54, 0.12);
}

#heri-zede-temase .video-card {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#heri-zede-temase .video-card-horizontal {
    display: block;
    padding: 0;
}

#heri-zede-temase .video-card,
#heri-zede-temase .video-card:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.content-section {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: clamp(42px, 5vw, 72px) 0;
    padding-top: clamp(42px, 5vw, 72px);
    padding-bottom: clamp(42px, 5vw, 72px);
    position: relative;
}

.shorts-section {
    margin-top: clamp(10px, 2vw, 28px);
    padding-top: clamp(28px, 3.8vw, 54px);
    padding-bottom: clamp(30px, 4vw, 58px);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.06), transparent 36%), linear-gradient(180deg, #2b2b31, #202126);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#reber-apo,
.feature-video-section,
.shorts-section,
.cand-huner-section,
.external-links-section {
    margin-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
}

#reber-apo,
.gerila-section,
.cand-huner-section,
.shorts-section,
.calaki-section,
.popular-section,
.feature-video-section,
.content-section {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    box-shadow: none !important;
    padding-top: clamp(34px, 4.4vw, 60px) !important;
    padding-bottom: clamp(34px, 4.4vw, 60px) !important;
    margin-top: 0 !important;
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

[data-theme="light"] .shorts-section {
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.78), transparent 42%), linear-gradient(180deg, #f7f8fb, #e9edf3);
    border-color: rgba(72, 84, 98, 0.14);
    box-shadow: 0 18px 48px rgba(33, 43, 54, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

[data-theme="light"] #reber-apo,
[data-theme="light"] .feature-video-section,
[data-theme="light"] .shorts-section,
[data-theme="light"] .cand-huner-section,
[data-theme="light"] .external-links-section {
    border-right-color: rgba(72, 84, 98, 0.12);
    border-left-color: rgba(72, 84, 98, 0.12);
}

.sections-frame .content-section {
    width: 100%;
    margin: 0;
    margin-top: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
}


#reber-apo.reveal-on-scroll.is-visible,
.feature-video-section.reveal-on-scroll.is-visible,
.shorts-section.reveal-on-scroll.is-visible,
.cand-huner-section.reveal-on-scroll.is-visible {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

[data-theme="light"] .sections-frame>.content-section {
    background: transparent;
    border: 0;
    box-shadow: none;
}

[data-theme="light"] #reber-apo.reveal-on-scroll.is-visible,
[data-theme="light"] .feature-video-section.reveal-on-scroll.is-visible,
[data-theme="light"] .shorts-section.reveal-on-scroll.is-visible,
[data-theme="light"] .cand-huner-section.reveal-on-scroll.is-visible {
    border-color: rgba(72, 84, 98, 0.12);
    box-shadow: none;
}

.sections-frame .content-section.reveal-on-scroll.is-visible {
    border: 0;
    box-shadow: none;
}

.content-section .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 clamp(18px, 4vw, 56px);
}

.content-section+.content-section .container::before {
    content: "";
    position: absolute;
    top: calc(clamp(34px, 4.4vw, 60px) * -1);
    left: clamp(18px, 4vw, 56px);
    right: clamp(18px, 4vw, 56px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--card-bd) 18%, var(--card-bd) 82%, transparent);
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: clamp(14px, 2vw, 24px);
    padding: 0 clamp(4px, 1vw, 10px);
}

.shorts-header {
    margin-bottom: clamp(16px, 2.4vw, 28px);
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

.section-header.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-header.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding-bottom: 0;
    color: var(--text);
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 720;
    letter-spacing: 0;
}

.section-title {
    font-weight: 760;
    letter-spacing: -0.01em;
}

.reveal-on-scroll {
    transition-timing-function: var(--ease-out-soft);
}

.section-title.reveal-on-scroll {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-header.is-visible .section-title.reveal-on-scroll,
.section-title.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.section-title::before {
    display: block;
    content: "";
    width: 4px;
    min-height: 34px;
    height: 100%;
    background: linear-gradient(180deg, var(--yellow-soft), var(--yellow));
    border-radius: 4px;
    box-shadow: 0 0 18px var(--yellow-glow);
}

.section-title::before {
    width: 5px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, var(--yellow-soft), var(--yellow)) !important;
    box-shadow: 0 0 22px var(--yellow-glow) !important;
}

.shorts-filters {
    display: flex;
    gap: 10px;
    padding: 10px 2px 8px;
    margin-bottom: clamp(14px, 2vw, 24px);
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
}

.shorts-filter {
    flex: 0 0 auto;
    min-width: 108px;
    padding: 10px 16px;
    color: var(--text);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-top-color: rgba(255, 255, 255, 0.13);
    border-right-color: rgba(255, 255, 255, 0.13);
    border-bottom-color: rgba(255, 255, 255, 0.13);
    border-left-color: rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 690;
    letter-spacing: 0;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.shorts-filter,
.popular-tab {
    border-radius: var(--r-pill) !important;
}


.shorts-filter:hover,
.shorts-filter.is-active {
    color: #ffffff;
    background: linear-gradient(180deg, var(--red), var(--red-dark));
    border-color: rgba(239, 58, 70, 0.72);
    box-shadow: none;
    transform: translateY(-2px);
}

[data-theme="light"] .shorts-filter {
    color: #171717;
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(72, 84, 98, 0.16);
}

[data-theme="light"] .shorts-filter:hover,
[data-theme="light"] .shorts-filter.is-active {
    color: #ffffff;
    background: linear-gradient(180deg, var(--red), var(--red-dark));
}


.shorts-rail {
    display: grid;
    grid-auto-columns: calc((100% - 64px) / 5);
    grid-auto-flow: column;
    gap: 16px;
    padding: 20px 6px 24px;
    padding-right: 6px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgba(255, 200, 61, 0.5) transparent;
    scrollbar-width: thin;
}

.gerila-showcase,
.cand-layout,
#reber-apo .video-grid.grid-3,
.feature-video-section .video-grid.grid-3,
.featured-grid,
.shorts-rail {
    box-shadow: none;
}

.shorts-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    background: #18191d;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    scroll-snap-align: start;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.video-card,
.shorts-card,
.popular-hero-card,
.popular-list-card,
.gerila-hero,
.gerila-list-card,
.cand-card,
.cand-stack .cand-card,
.cand-feature {
    border-radius: var(--r-card) !important;
    clip-path: none !important;
    border: 1px solid var(--card-bd) !important;
    background: var(--card-bg) !important;
    box-shadow: var(--card-sh) !important;
    filter: none !important;
}

.shorts-card:hover {
    border-color: rgba(255, 200, 61, 0.38);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 200, 61, 0.18);
    transform: translateY(-8px);
}

.video-card:hover,
.shorts-card:hover,
.popular-hero-card:hover,
.popular-list-card:hover,
.gerila-hero:hover,
.gerila-list-card:hover,
.cand-card:hover {
    filter: none !important;
    border-color: rgba(255, 200, 61, 0.32) !important;
    box-shadow: var(--card-sh-hover) !important;
    transform: translateY(-6px) !important;
}

.video-card:hover,
.video-card-large:hover,
.video-card-horizontal:hover,
.cand-card:hover,
.taybet-card:hover,
.gerila-hero:hover,
.gerila-list-card:hover,
.popular-hero-card:hover,
.popular-list-card:hover,
.shorts-card:hover,
.feature-video-section .video-card:hover,
.feature-video-section.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo.reveal-on-scroll.is-visible .video-card:hover,
#reber-apo .video-shadow-wrapper--card:hover,
#sehid-me .video-card:hover,
#hpg .video-card:hover,
#heri-zede-temase .video-card:hover,
.cand-huner-section.reveal-on-scroll.is-visible .cand-card:hover,
.gerila-section.reveal-on-scroll.is-visible .gerila-hero:hover,
.gerila-section.reveal-on-scroll.is-visible .gerila-list-card:hover,
.popular-section.reveal-on-scroll.is-visible .popular-hero-card:hover,
.popular-section.reveal-on-scroll.is-visible .popular-list-card:hover {
    transform: none !important;
}

.shorts-poster {
    position: relative;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #111216;
}

.shorts-duration {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 3px 8px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 690;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    right: unset;
  bottom: unset;
}

.shorts-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.video-card:hover .video-thumbnail img,
#reber-apo .video-card:hover .video-thumbnail img,
#sehid-me .video-card:hover .video-thumbnail img,
#hpg .video-card:hover .video-thumbnail img,
#heri-zede-temase .video-card:hover .video-thumbnail img,
.cand-card:hover img,
.cand-card:hover .cand-media img,
.taybet-card:hover img,
.taybet-card:hover .taybet-media img,
.gerila-hero:hover img,
.gerila-list-card:hover img,
.popular-hero-card:hover .popular-media img,
.popular-list-card:hover .popular-media img,
.shorts-card:hover img {
    transform: scale(1.06) !important;
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.shorts-card:hover .shorts-poster img {
    transform: scale(1.035);
}

.shorts-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 50px;
    height: 50px;
    color: #ffffff;
    place-items: center;
    background: linear-gradient(180deg, var(--red), var(--red-dark));
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
    transition: opacity 220ms ease, transform 220ms ease;
}

.shorts-card:hover .shorts-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.shorts-card:hover .shorts-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.shorts-play svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
    margin-left: 3px;
}

.shorts-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 13px 14px;
    color: #ffffff;
}

.shorts-title {
    margin: 0 0 8px;
    font-size: clamp(14px, 1.05vw, 17px);
    font-weight: 720;
    line-height: 1.25;
}

.shorts-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.74);
    cursor: pointer;
    font-size: 12px;
    font-weight: 680;
    transition: color 180ms ease, transform 180ms ease;
}

.shorts-category:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.shorts-category::before {
    width: 7px;
    height: 7px;
    content: "";
    background: var(--red);
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(239, 58, 70, 0.5);
}

.shorts-poster::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
}

#vidyoyen-kurt section {
    display: none;
}

.shorts-card.is-hidden {
    display: none;
}




















































@media (max-width: 1024px) {
    .top-layered-slider {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 18px;
        border-radius: 16px;
    }

    .top-layered-slider__stage {
        height: auto;
        min-height: 0;
        aspect-ratio: 1920 / 680;
        margin-top: -2px;
        margin-bottom: -2px;
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .top-layered-slider__overlay {
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #heri-zede-temase {
        background: transparent !important;
        background-image: none;
        background-image: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    #heri-zede-temase .popular-shell {
        padding: 0 !important;
        background: transparent !important;
        background-image: none;
        background-image: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    #heri-zede-temase .popular-panel.is-active {
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    #heri-zede-temase .popular-panel.is-active .featured-grid {
        background: linear-gradient(315deg, rgba(255, 255, 255, 0.05), transparent 40%), linear-gradient(180deg, #2b2b31, #212126) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 22px !important;
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
        padding: 14px !important;
        gap: 12px !important;
        display: grid !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        grid-auto-columns: calc((100vw - 64px) / 2) !important;
        overflow: visible !important;
        width: max-content !important;
        min-width: calc(100% - 4px) !important;
    }


    [data-theme="light"] #heri-zede-temase .popular-panel.is-active .featured-grid {
        background: linear-gradient(315deg, rgba(72, 84, 98, 0.08), transparent 40%), linear-gradient(180deg, #ffffff, #eef1f5) !important;
        border: 1px solid rgba(72, 84, 98, 0.14) !important;
        box-shadow: 0 14px 32px rgba(33, 43, 54, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
    }

    #heri-zede-temase .popular-panel.is-active .side-videos {
        display: contents !important;
    }



}

@media (max-width: 1100px) {
    .popular-panel.is-active {
        grid-template-columns: 1fr;
    }

    .shorts-rail {
        grid-auto-columns: calc((100% - 36px) / 3.4);
        gap: 12px;
    }
}

@media (min-width: 1101px) {
    .popular-panel[data-popular-panel="month"].is-active {
        grid-template-columns: minmax(0, 2.05fr) minmax(260px, 0.82fr);
        align-items: start;
    }
}

@media (max-width: 900px) {
    .video-grid.grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .video-thumbnail {
        min-height: 0;
    }

    .video-play {
        width: 46px;
        height: 46px;
    }

    .video-duration {
        font-size: 10px;
    }

    .video-info {
        padding: 10px 10px 12px;
    }

    .video-title {
        font-size: 13px;
    }

    .video-meta {
        gap: 8px;
        font-size: 10px;
    }

    .site-grid {
        display: unset;
    }

    .sections-frame {
        padding: .5em;
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .side-videos {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-self: stretch;
    }

    .video-card-horizontal {
        display: block;
        padding: 0;
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }






}

@media (max-width: 760px) {
    .occasion-ticker {
        border-radius: 14px;
    }

    .occasion-ticker__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 11px;
        min-height: 66px;
        padding: 9px 12px;
    }

    .occasion-ticker__live {
        width: 9px;
        height: 9px;
        margin-right: 0;
    }

    .occasion-ticker__viewport {
        min-height: 48px;
        padding-left: 0;
    }

    .occasion-news {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 11px;
    }

    .occasion-news__image {
        width: 56px;
        height: 42px;
        border-radius: 9px;
        /* box-shadow: 0 10px 18px rgba(54, 1, 5, 0.5), 0 3px 8px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.3); */
    }

    .occasion-news__title {
        font-size: 13.5px;
    }

    .occasion-news__summary {
        margin-top: 3px;
        font-size: 11px;
    }

    .occasion-ticker__controls {
        gap: 5px;
        padding-left: 9px;
    }

    .occasion-ticker__button {
        width: 30px;
        height: 30px;
    }

    .occasion-ticker__count {
        min-width: 40px;
        font-size: 11px;
    }

    .occasion-ticker__button {
        width: 30px;
        height: 30px;
    }

    #reber-apo,
    .feature-video-section,
    .shorts-section,
    .cand-huner-section,
    .external-links-section {
        border-radius: 0;
    }

    #reber-apo,
    .feature-video-section,
    .shorts-section,
    .cand-huner-section,
    .external-links-section {
        border-radius: 0;
    }

    .sections-frame {
        border-radius: 22px;
    }

    .section-header {
        align-items: center;
        flex-direction: row;
    }

    .video-grid.grid-3 {
        display: grid;
        grid-auto-columns: calc((100vw - 104px) / 2);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 12px;
        margin-right: -18px;
        padding-right: 18px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .feature-video-section .video-grid.grid-3 {
        padding: 8px;
    }

    #reber-apo .video-grid.grid-3 {
        padding: 8px;
    }

    #reber-apo .video-grid.grid-3,
    .feature-video-section .video-grid.grid-3 {
        overflow-x: auto !important;
        overflow-y: visible !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        grid-auto-columns: calc((100vw - 64px) / 2) !important;
        gap: 12px !important;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    #reber-apo .video-grid.grid-3>*,
    .feature-video-section .video-grid.grid-3>* {
        scroll-snap-align: start;
        min-width: 0;
    }


    .video-grid.grid-3 .video-card {
        min-width: 0;
        padding: 4px;
        scroll-snap-align: start;
    }

    .video-thumbnail {
        aspect-ratio: 16 / 9;
        min-height: 0;
        overflow: visible;
        border-radius: 10px;
    }

    .video-thumbnail img {
        border-radius: inherit;
    }

    .video-card:hover,
    #reber-apo.reveal-on-scroll.is-visible .video-card:hover {
        transform: scale(1.004);
    }



    .video-thumbnail::after {
        border-radius: inherit;
    }


    .video-info {
        padding: 8px 6px 7px;
    }


    .video-title {
        font-size: 11.5px;
    }

    .video-meta {
        gap: 6px;
        font-size: 9.5px;
    }

    .sections-frame {
        padding: .1em;
    }

    .section-header {
        align-items: center;
        flex-direction: row;
    }


    .popular-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .popular-tabs {
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }

    .popular-tab {
        min-height: 38px;
        padding: 0 12px;
        font-size: 12.5px;
    }

    .popular-shell {
        padding: 10px;
        border-radius: 22px;
    }

    #heri-zede-temase .popular-panel[data-popular-panel].is-active {
        margin: 0;
        padding: 0;
        overflow: visible;
    }

    .featured-grid {
        display: grid;
        grid-auto-columns: calc((100vw - 104px) / 2);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 12px;
        margin-right: -18px;
        padding: 8px 18px 8px 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    #heri-zede-temase .featured-grid {
        grid-template-columns: none;
    }

    #heri-zede-temase .featured-grid,
    #heri-zede-temase .popular-panel[data-popular-panel="alltime"] .featured-grid {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        grid-auto-columns: calc((100vw - 64px) / 2) !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        padding: 0 !important;
        margin: 0 !important;
    }


    .side-videos {
        display: contents;
    }


    #heri-zede-temase .side-videos,
    #heri-zede-temase .popular-panel[data-popular-panel="alltime"] .side-videos {
        display: contents !important;
    }

    .featured-grid>.video-card,
    .featured-grid .side-videos>.video-card {
        scroll-snap-align: start;
    }


    #heri-zede-temase .video-card,
    #heri-zede-temase .video-card-large,
    #heri-zede-temase .video-card-horizontal {
        scroll-snap-align: start;
        min-width: 0;
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
    }

    .featured-grid>.video-card,
    .featured-grid .side-videos>.video-card {
        scroll-snap-align: start;
    }

    #heri-zede-temase .video-card,
    #heri-zede-temase .video-card-large,
    #heri-zede-temase .video-card-horizontal {
        scroll-snap-align: start;
        min-width: 0;
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
    }

    .featured-grid {
        display: grid;
        grid-auto-columns: calc((100vw - 104px) / 2);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 12px;
        margin-right: -18px;
        padding: 8px 18px 8px 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .shorts-section {
        border-radius: 22px;
    }

    #reber-apo,
    .feature-video-section,
    .shorts-section,
    .cand-huner-section,
    .external-links-section {
        border-radius: 0;
    }

    .section-header {
        align-items: center;
        flex-direction: row;
    }

    .shorts-filter {
        min-width: auto;
        padding: 9px 13px;
        font-size: 13px;
    }

    .shorts-rail {
        grid-auto-columns: calc((100vw - 92px) / 2);
        margin-right: -18px;
        padding-right: 18px;
    }

}

@media (max-width: 620px) {

    #reber-apo,
    .gerila-section,
    .cand-huner-section,
    .shorts-section,
    .calaki-section,
    .popular-section,
    .feature-video-section,
    .content-section {
        padding-top: clamp(26px, 7vw, 38px) !important;
        padding-bottom: clamp(26px, 7vw, 38px) !important;
    }







}

@media (max-width: 540px) {
    .occasion-ticker__controls {
        gap: 0;
    }

    .occasion-ticker__count,
    .occasion-ticker__button[data-occasion-prev] {
        display: none;
    }

    .occasion-ticker__button {
        width: 30px;
        height: 30px;
    }




}