/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.6.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2025 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2025 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
:root {
    --radius-card: 14px;
    --radius-img: 10px;
    --surface-card-bg: rgba(20, 20, 20, 0.9);
    --surface-header-bg: rgba(15, 15, 15, 0.95);
    --text-primary: #fff;
    --text-dim: rgba(255, 255, 255, 0.7);
    --text-soft: rgba(255, 255, 255, 0.5);
    --border-card: rgba(255, 255, 255, 0.06);
    --border-header: rgba(255, 255, 255, 0.08);
    --shadow-card: 0 16px 28px rgba(0, 0, 0, .6);
    --shadow-card-hover: 0 20px 36px rgba(0, 0, 0, .75);
    --shadow-header: 0 30px 60px rgba(0, 0, 0, .8);
    --shadow-pill: 0 10px 24px rgba(0, 0, 0, .8);
    --bg-page: #0b0b0b;
    --section-max: 1400px;
    --font-stack: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --primary-gradient: linear-gradient(135deg, #9333ea 0%, #7c3aed 50%, #6366f1 100%);
    --accent-border-gradient: linear-gradient(135deg, #9333ea 0%, #7c3aed 50%, #6366f1 100%);
    --accent-border: #9333ea;
    --accent-glow: 0 0 20px rgba(147, 51, 234, 0.5);
    --accent-purple: #9333ea;
    --accent-purple-light: #a855f7;
    --accent-indigo: #6366f1
}

* {
    box-sizing: border-box
}

/* Custom Purple Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: rgba(15, 15, 20, 0.9);
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #9333ea 0%, #7c3aed 50%, #6366f1 100%);
    border-radius: 5px;
    border: 2px solid rgba(15, 15, 20, 0.9)
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #a855f7 0%, #8b5cf6 50%, #818cf8 100%)
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #9333ea rgba(15, 15, 20, 0.9)
}

body {
    background-color: var(--bg-page);
    color: var(--text-primary);
    font-family: var(--font-stack);
    line-height: 1.4;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    display: block;
    width: 100% !important;
}

/* Reset GeneratePress default container styles */
.site,
.site-content,
#page,
#content,
.grid-container,
.inside-article,
.separate-containers .inside-article,
.one-container .inside-article {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Remove any default wrapper padding */
.separate-containers .site-main,
.one-container .site-main,
.full-width-content .site-main {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure content area takes full width */
.content-area,
#primary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header.generate-header,
.main-navigation,
#site-navigation,
.top-bar {
    display: none !important
}

.search-form {
    background: rgba(255, 255, 255, 0.05) !important
}

.search-input {
    background: transparent !important;
    color: #fff !important
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem
}

.nav-links a,
.nav-links span {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.6rem;
    color: var(--text-primary);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    min-width: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-pill);
    transition: all 0.15s ease;
    display: inline-block
}

.nav-links .current {
    background: var(--primary-gradient);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--accent-glow)
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.page {
    width: 100%;
    max-width: var(--section-max);
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    position: relative;
    z-index: 1
}

.site-header {
    background: linear-gradient(180deg, rgba(20, 20, 25, 0.98) 0%, rgba(15, 15, 20, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-header), 0 1px 0 rgba(147, 51, 234, 0.15);
    border-bottom: 1px solid rgba(147, 51, 234, 0.2);
    padding: 1.25rem 1.25rem 1.75rem;
    position: relative;
    z-index: 1000;
    overflow: visible
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-gradient);
    opacity: 0.8
}

.site-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: radial-gradient(ellipse at top left, rgba(147, 51, 234, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at top right, rgba(99, 102, 241, 0.06) 0%, transparent 50%);
    pointer-events: none
}

.header-inner {
    max-width: var(--section-max);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    position: relative;
    z-index: 1
}

.header-top {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    text-align: center
}

/* Mobile: centered logo and search */
@media (max-width: 767px) {
    .header-top {
        padding-bottom: 1rem
    }

    .brand {
        order: 1;
        width: 100%
    }

    .search-wrap {
        order: 2;
        width: 100%;
        max-width: 400px
    }

    .top-nav,
    .mobile-menu-toggle {
        display: none !important
    }
}

@media (min-width:768px) {
    .header-top {
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        text-align: left
    }
}

@media (min-width:1024px) {
    .header-top {
        gap: 2rem
    }
}

.brand {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    flex-shrink: 0
}

.search-wrap {
    flex-shrink: 0
}

.brand-link {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease
}

.brand-link:hover {
    transform: translateY(-1px)
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow:
        0 0 20px rgba(147, 51, 234, 0.6),
        0 0 40px rgba(147, 51, 234, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.3);
    transition: text-shadow 0.2s ease
}

.brand-link:hover .brand-name {
    text-shadow:
        0 0 25px rgba(147, 51, 234, 0.8),
        0 0 50px rgba(147, 51, 234, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.3)
}

.brand-dot {
    color: #a855f7;
    font-weight: 700
}

@media (min-width:1024px) {
    .brand-name {
        font-size: 1.65rem
    }
}

/* ========== TOP NAVIGATION ========== */
.top-nav {
    display: none;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    background: rgba(147, 51, 234, 0.08);
    border: 1.5px solid rgba(147, 51, 234, 0.35);
    border-radius: 50px;
    box-shadow:
        0 0 20px rgba(147, 51, 234, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative
}

.top-nav::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.3) 0%, rgba(99, 102, 241, 0.2) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease
}

.top-nav:hover::before {
    opacity: 1
}

@media (min-width:768px) {
    .top-nav {
        display: flex;
        justify-content: center;
        max-width: fit-content;
        margin: 0 auto
    }
}

@media (min-width:1024px) {
    .top-nav {
        gap: 0.3rem;
        padding: 0.4rem
    }
}

.top-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.5rem 0.85rem;
    background: transparent;
    border: none;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.top-nav-link .nav-icon {
    font-size: 1rem;
    filter: grayscale(0.3);
    transition: filter 0.2s ease
}

.top-nav-link:hover {
    color: #fff;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.4) 0%, rgba(99, 102, 241, 0.3) 100%);
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.3);
    transform: translateY(-1px)
}

.top-nav-link:hover .nav-icon {
    filter: grayscale(0)
}

.top-nav-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.2)
}

/* Active state for current page */
.top-nav-link.active {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.4)
}

@media (min-width:1024px) {
    .top-nav-link {
        padding: 0.6rem 1.1rem;
        font-size: 0.85rem
    }
}

/* ========== MORE DROPDOWN ========== */
.more-dropdown {
    position: relative;
    z-index: 9999
}

.more-btn {
    cursor: pointer;
    background: transparent;
    gap: 0.3rem
}

.dropdown-arrow {
    font-size: 0.6rem;
    opacity: 0.7;
    transition: transform 0.2s ease
}

.more-dropdown:hover .dropdown-arrow,
.more-dropdown.active .dropdown-arrow {
    transform: rotate(180deg)
}

.dropdown-content {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: auto;
    width: 650px;
    max-width: 90vw;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(15, 15, 20, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(147, 51, 234, 0.4);
    border-radius: 12px;
    padding: 0.75rem;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.8),
        0 0 30px rgba(147, 51, 234, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.4rem
}

@media (max-width: 1023px) {
    .dropdown-content {
        grid-template-columns: repeat(3, 1fr);
        width: 450px
    }
}

@media (max-width: 767px) {
    .dropdown-content {
        grid-template-columns: repeat(2, 1fr);
        width: 350px
    }
}

/* Remove list bullets */
.dropdown-content ul,
.dropdown-content li {
    list-style: none;
    margin: 0;
    padding: 0
}

.dropdown-content>* {
    display: contents
}

.more-dropdown:hover .dropdown-content,
.more-dropdown.active .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown-link,
.dropdown-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.5rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.15s ease;
    text-align: center;
    white-space: nowrap
}

.dropdown-link:hover,
.dropdown-content a:hover {
    background: rgba(147, 51, 234, 0.25);
    color: #fff;
    transform: translateY(-2px)
}


/* ========== MOBILE MENU TOGGLE ========== */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1001
}

@media (min-width:768px) {
    .mobile-menu-toggle {
        display: none
    }
}

.mobile-menu-toggle:hover {
    background: rgba(147, 51, 234, 0.15);
    border-color: rgba(147, 51, 234, 0.4)
}

.hamburger-line {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

/* ========== MOBILE MENU OVERLAY (Bottom Sheet) ========== */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 25, 35, 0.98) 0%, rgba(15, 15, 22, 0.99) 100%);
    border-top: 1px solid rgba(147, 51, 234, 0.4);
    border-radius: 20px 20px 0 0;
    padding: 1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
    max-height: calc(80vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
}

/* Handle bar indicator */
.mobile-menu-content::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin: 0 auto 1rem;
}

.mobile-menu-section {
    margin-bottom: 2rem
}

.mobile-menu-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a855f7;
    margin-bottom: 1.25rem;
    text-align: center;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(147, 51, 234, 0.3)
}

/* Mobile Menu Grid */
.mobile-menu-grid {
    display: block
}

.mobile-cat-list,
.mobile-menu-section ul,
.mobile-menu-grid ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.mobile-cat-list li,
.mobile-menu-section ul li,
.mobile-menu-grid li,
.menu-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.mobile-menu-link,
.mobile-cat-list a,
.mobile-menu-section a,
.mobile-menu-grid a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 1rem 0.75rem !important;
    background: rgba(147, 51, 234, 0.1) !important;
    border: 1px solid rgba(147, 51, 234, 0.25) !important;
    border-radius: 12px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-menu-link:hover,
.mobile-menu-link:focus,
.mobile-cat-list a:hover,
.mobile-menu-grid a:hover {
    background: rgba(147, 51, 234, 0.3) !important;
    border-color: rgba(147, 51, 234, 0.6) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(147, 51, 234, 0.4)
}

.mobile-menu-link .nav-icon {
    display: none
}

/* Hide body scroll when mobile menu is open */
body.wefim-menu-open {
    overflow: hidden
}


.brand-pill {
    font-size: 0.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background: var(--primary-gradient);
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
    box-shadow: var(--accent-glow);
    border: 1px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0.05em
}

.brand-tagline {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-soft);
    letter-spacing: -0.03em;
    margin-top: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.03em
}

@media (min-width:1024px) {
    .brand-name {
        font-size: 1.2rem
    }

    .brand-tagline {
        font-size: 0.75rem
    }
}

.search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:768px) {
    .search-wrap {
        width: auto;
        margin-left: auto
    }
}

/* Desktop: Circle icon that expands */
.search-form {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 0.7rem;
    width: 100%;
    max-width: 100%;
    box-shadow: var(--shadow-pill);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden
}

/* Mobile: Always expanded */
@media (max-width:767px) {
    .search-form {
        padding: 0.7rem 1rem 0.7rem 2.5rem;
        border-radius: 12px
    }
}

/* Desktop: Collapsed circle state */
@media (min-width:768px) {
    .search-form {
        width: 44px;
        height: 44px;
        padding: 0;
        justify-content: center;
        cursor: pointer
    }

    .search-form.expanded,
    .search-form:focus-within {
        width: 280px;
        padding: 0.7rem 1rem 0.7rem 2.8rem;
        border-radius: 12px;
        border-color: rgba(147, 51, 234, 0.6);
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 0 30px rgba(147, 51, 234, 0.3), var(--shadow-pill);
        cursor: text
    }
}

@media (min-width:1024px) {

    .search-form.expanded,
    .search-form:focus-within {
        width: 320px
    }
}

.search-form::before {
    display: none
}

.search-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    transition: all 0.3s ease;
    pointer-events: none
}

/* Mobile icon position */
@media (max-width:767px) {
    .search-icon {
        left: 0.9rem;
        transform: none
    }
}

/* Desktop expanded icon position */
@media (min-width:768px) {

    .search-form.expanded .search-icon,
    .search-form:focus-within .search-icon {
        left: 1rem;
        transform: none;
        color: rgba(168, 85, 247, 0.9)
    }
}

.search-icon::before {
    content: "🔍"
}

.search-input {
    width: 100%;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1;
    font-family: inherit;
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important
}

/* Desktop: Hide input when collapsed */
@media (min-width:768px) {
    .search-input {
        opacity: 0;
        width: 0;
        pointer-events: none
    }

    .search-form.expanded .search-input,
    .search-form:focus-within .search-input {
        opacity: 1;
        width: 100%;
        pointer-events: auto
    }
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400
}

.search-input:focus::placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.search-clear {
    position: absolute;
    right: 0.8rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    display: none;
    transition: color 0.2s ease;
    line-height: 1
}

.search-input:not(:placeholder-shown)~.search-clear {
    display: block
}

.search-clear:hover {
    color: rgba(255, 255, 255, 0.8)
}

.header-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.75rem;
    margin-top: 0.5rem;
    justify-content: flex-start
}

.header-menu::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    .header-menu {
        justify-content: center
    }
}

.nav-link {
    flex-shrink: 0;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    border-radius: 999px;
    padding: 0.65rem 1.1rem;
    background: var(--primary-gradient);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 15px rgba(147, 51, 234, 0.3), 0 4px 12px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-link span.meta {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2
}

@media (min-width:1024px) {
    .nav-link {
        font-size: 0.85rem;
        padding: 0.7rem 1.2rem
    }
}

/* ========== WELCOME BAR ========== */
.welcome-bar {
    border-top: 1px solid rgba(147, 51, 234, 0.15);
    padding: 1rem 0;
    margin-top: 0.5rem;
    text-align: center
}

.welcome-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    margin: 0
}

.brand-badge {
    display: inline-block;
    background: var(--primary-gradient);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 12px rgba(147, 51, 234, 0.4);
    transform: rotate(-2deg);
    letter-spacing: 0.03em;
    margin: 0 0.15rem
}

@media (min-width:768px) {
    .welcome-text {
        font-size: 1rem
    }

    .brand-badge {
        font-size: 0.9rem;
        padding: 0.35rem 0.8rem
    }
}

.trending-bar {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 1rem;
    margin-top: 0.5rem
}

@media (min-width:768px) {
    .trending-bar {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between
    }
}

.trending-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.5rem
}

.trending-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--primary-gradient);
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    box-shadow: var(--accent-glow);
    border: 1px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap
}

.trending-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    animation: pulse 2s ease-in-out infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.5
    }
}

.trending-title-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.03em;
    line-height: 1.2
}

.trending-right {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--text-dim);
    letter-spacing: -0.03em;
    line-height: 1.2;
    white-space: nowrap
}

@media (min-width:768px) {
    .trending-title-text {
        font-size: 1.05rem
    }

    .trending-right {
        font-size: 0.8rem
    }
}

.recent-block {
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.recent-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    row-gap: 0.5rem
}

.recent-left {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0
}

.recent-left span.tag {
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    line-height: 1;
    box-shadow: var(--shadow-pill);
    margin-left: 0.5rem
}

.recent-right {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--text-dim);
    letter-spacing: -0.03em;
    line-height: 1.2;
    white-space: nowrap
}

.recent-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (max-width:767px) {
    .recent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px
    }
}

@media (min-width:768px) {
    .recent-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px
    }
}

@media (min-width:1024px) {
    .recent-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px
    }
}

@media (min-width:1280px) {
    .recent-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 24px
    }
}

.movie-card {
    position: relative;
    background: radial-gradient(circle at 20% 20%, var(--grad-start, #2a2a2a) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(circle at 80% 30%, var(--grad-end, #000000) 0%, rgba(0, 0, 0, 0) 70%), var(--surface-card-bg);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-card);
    padding: 0.8rem 0.8rem 0.9rem;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
    cursor: pointer;
    min-height: 100%;
    isolation: isolate
}

.movie-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover)
}

.poster-wrap {
    position: relative;
    border-radius: var(--radius-img);
    overflow: hidden;
    background-color: #1a1a1a;
    aspect-ratio: 2/3;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .8)
}

.poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #222;
    color: transparent;
    font-size: 0;
    transition: transform 0.22s ease
}

.movie-card:hover .poster {
    transform: scale(1.03)
}

.badge {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8)
}

.movie-info {
    display: flex;
    flex-direction: column;
    row-gap: 0.15rem;
    padding-top: 0.6rem;
    flex-grow: 1;
    min-height: 3.5rem
}

.movie-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.3;
    letter-spacing: -0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 1.2em;
    min-height: 1.2em
}

.meta-row {
    font-size: 0.7rem;
    color: var(--text-dim);
    line-height: 1.2;
    letter-spacing: -0.03em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0
}

.dot {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold
}

.dot::after {
    content: "\00B7";
    font-size: 1.2em;
    line-height: 0.5;
    vertical-align: middle
}

.meta-sep {
    display: inline-block;
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8em;
    vertical-align: middle
}

.meta-sep::after {
    content: "|"
}

@media (min-width:768px) {
    .movie-title {
        font-size: 0.85rem
    }

    .meta-row {
        font-size: 0.75rem
    }
}

@media (min-width:1280px) {
    .movie-title {
        font-size: 0.9rem
    }

    .meta-row {
        font-size: 0.75rem
    }
}

.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem
}

.page-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.6rem;
    color: var(--text-primary);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    min-width: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-pill);
    transition: all 0.15s ease
}

.page-btn.active {
    background: var(--primary-gradient);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--accent-glow)
}

.page-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.page-numbers {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.6rem;
    color: var(--text-primary);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    min-width: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-pill);
    transition: all 0.15s ease;
    display: inline-block
}

.page-numbers.current {
    background: var(--primary-gradient);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--accent-glow)
}

.page-numbers:hover {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4)
}

/* Trending page */
.trending-page {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.trending-page-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 14% 18%, rgba(249, 115, 22, 0.34), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(251, 191, 36, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(24, 18, 12, 0.96), rgba(13, 13, 18, 0.96));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

.trending-page-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -55% 30%;
    height: 170px;
    background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.2), transparent);
    transform: rotate(-8deg);
    pointer-events: none;
}

.trending-hero-copy,
.trending-hero-stats {
    position: relative;
    z-index: 1;
}

.trending-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.65rem;
    padding: 0.38rem 0.7rem;
    border: 1px solid rgba(251, 191, 36, 0.38);
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trending-page-hero h1 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(1.85rem, 5vw, 3.35rem);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.trending-page-hero p {
    max-width: 680px;
    margin: 0.85rem 0 0;
    color: var(--text-dim);
    font-size: 0.95rem;
    line-height: 1.55;
}

.trending-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.trending-stat {
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.trending-stat strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.trending-stat span {
    display: block;
    margin-top: 0.35rem;
    color: var(--text-dim);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.trending-results-heading {
    align-items: center;
}

.trending-card {
    overflow: hidden;
}

.trending-card.is-top-rank {
    border-color: rgba(251, 191, 36, 0.36);
    box-shadow: 0 16px 46px rgba(249, 115, 22, 0.18), var(--shadow-card);
}

.trending-card .movie-title {
    max-height: 2.6em;
    min-height: 2.45em;
}

.trending-rank {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    padding: 0.41rem 0.72rem;
    border-radius: 0 0 12px 0;
    background: linear-gradient(135deg, #f97316, #facc15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #180c04;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.16);
}

.trending-view-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 0.5rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(251, 191, 36, 0.24);
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.08);
    color: #fbbf24;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
}

.trending-empty {
    padding: 2rem;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.trending-empty h2 {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
    font-size: 1.25rem;
}

.trending-empty p {
    margin: 0;
    color: var(--text-dim);
}

@media (min-width: 768px) {
    .trending-page-hero {
        grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
        align-items: end;
    }

    .trending-hero-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .trending-hero-stats {
        grid-template-columns: 1fr;
    }

    .trending-page-hero p {
        font-size: 0.86rem;
    }
}

.page-numbers.dots {
    border: none;
    background: transparent;
    box-shadow: none
}

/* =================== NEW FOOTER STYLES =================== */
.site-footer {
    width: 100%;
    margin-top: 5rem;
    position: relative;
    background: linear-gradient(180deg, rgba(15, 15, 20, 0) 0%, rgba(10, 10, 13, 0.98) 100%);
    border-top: 1px solid rgba(147, 51, 234, 0.2);
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(147, 51, 234, 0.6), transparent);
}

.site-footer-inner {
    max-width: var(--section-max);
    margin: 0 auto;
    padding: 4rem 1.5rem 2rem;
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Footer Title */
.footer-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

/* Footer Columns */
.footer-col {
    text-align: left;
}

/* Brand Column */
.footer-brand .brand-name {
    font-size: 1.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    text-shadow: 0 0 20px rgba(147, 51, 234, 0.4);
}

.footer-brand .brand-dot {
    color: #a855f7;
}

.footer-desc {
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 420px;
    margin: 1.25rem 0;
}

/* Socials */
.footer-socials {
    display: flex;
    gap: 0.75rem;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-dim);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-btn svg {
    width: 18px;
    height: 18px;
}

.social-btn:hover {
    color: #fff;
    transform: translateY(-4px);
}

.social-btn.telegram-btn:hover {
    background: #0088cc;
    border-color: #0088cc;
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
}

.social-btn.x-btn:hover {
    background: #000000;
    border-color: #ffffff;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.social-btn.facebook-btn:hover {
    background: #1877F2;
    border-color: #1877F2;
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
}

.social-btn.pinterest-btn:hover {
    background: #E60023;
    border-color: #E60023;
    box-shadow: 0 6px 20px rgba(230, 0, 35, 0.4);
}

/* Nav Column */
.footer-nav-list,
.footer-nav-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 0.85rem;
}

.footer-nav-list a {
    color: var(--text-dim);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.footer-nav-list a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--accent-purple-light);
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
}

.footer-nav-list a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-nav-list a:hover::before {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 10px var(--accent-purple);
}

/* SVG Text */
.straight-quality-svg {
    display: flex;
    align-items: center;
}

.straight-quality-svg svg {
    max-width: 100%;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-soft);
    font-size: 0.82rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom .brand-text {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .brand-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .site-footer {
        margin-top: 3rem;
    }

    .site-footer-inner {
        padding: 2.5rem 1rem 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        text-align: left;
    }

    .brand-col {
        grid-column: 1 / -1;
        text-align: center;
    }

    .footer-brand .brand-name {
        font-size: 1.4rem;
    }

    .footer-desc {
        font-size: 0.82rem;
        line-height: 1.6;
        max-width: 100%;
        margin: 0.85rem auto;
    }

    .footer-socials {
        justify-content: center;
    }

    .social-btn {
        width: 38px;
        height: 38px;
    }

    .social-btn svg {
        width: 16px;
        height: 16px;
    }

    /* Explore & Legal sit side by side on mobile */
    .nav-col {
        text-align: left;
    }

    .footer-title {
        font-size: 0.95rem;
        margin-bottom: 0.85rem;
    }

    .footer-nav-list li {
        margin-bottom: 0.6rem;
    }

    .footer-nav-list a {
        font-size: 0.85rem;
    }

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding-top: 1.5rem;
        gap: 0.75rem;
    }

    .straight-quality-svg {
        justify-content: center;
    }

    .straight-quality-svg svg {
        width: 280px;
        height: auto;
    }
}

@media (max-width: 380px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .nav-col {
        text-align: center;
    }

    .straight-quality-svg svg {
        width: 240px;
    }
}

.single-container {
    width: 100%;
    max-width: var(--section-max);
    margin: 2rem auto;
    padding: 0 1rem 2.5rem
}

.movie-hero {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 2rem;
    --backdrop-url: url('https://image.tmdb.org/t/p/original/xOMo8BRK7PfcJv9JCnx7s5hj0PX.jpg');
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.85) 100%), var(--backdrop-url) center/cover no-repeat, #000;
    background-repeat: no-repeat;
    background-size: 100% 100%, cover, auto;
    border: 1px solid var(--border-card);
    box-shadow: var(--shadow-card)
}

.hero-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    opacity: 0.15;
    filter: blur(25px);
    z-index: 0;
    pointer-events: none
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media (min-width:768px) {
    .hero-content {
        flex-direction: row;
        align-items: flex-start
    }
}

.hero-poster {
    width: 160px;
    border-radius: var(--radius-img);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0
}

@media (min-width:768px) {
    .hero-poster {
        width: 220px
    }
}

.hero-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem
}

.hero-title {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff
}

@media (min-width:768px) {
    .hero-title {
        font-size: 2.4rem
    }
}

.hero-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.9rem;
    color: var(--text-dim);
    margin-bottom: 0.5rem
}

.meta-pill {
    background: rgba(255, 255, 255, 0.08);
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    font-size: 0.75rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap
}

.rating-star {
    color: #ffcc00;
    font-weight: 700
}

.lang-pill {
    background: rgba(147, 51, 234, 0.25);
    border-color: rgba(147, 51, 234, 0.5);
    color: #c084fc;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.post-date-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin: 0.6rem 0 0.25rem;
}

.post-date-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: var(--text-soft);
    letter-spacing: 0.01em;
}

.post-date-item svg {
    opacity: 0.5;
    flex-shrink: 0;
}

.post-date-item time {
    color: var(--text-dim);
    font-weight: 500;
}

.hero-description {
    color: var(--text-dim);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 700px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    line-height: 1
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: var(--primary-gradient);
    color: white;
    box-shadow: var(--accent-glow);
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff
}

.download-card {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box, var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 138, 75, 0.12)
}

.download-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem
}

.download-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em
}

.download-sub {
    color: var(--text-soft);
    font-size: 0.9rem;
    letter-spacing: -0.01em
}

.download-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem
}

.download-btn {
    padding: 0.8rem 1.3rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    box-shadow: var(--shadow-card);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem
}

.download-btn.primary {
    background: var(--primary-gradient);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: var(--accent-glow)
}

.download-btn:hover {
    transform: translateY(-2px);
    border-color: #fff
}

.download-size {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-soft);
    letter-spacing: 0.01em
}

.download-meta {
    font-size: 0.8rem;
    color: var(--text-soft)
}

.share-card,
.reaction-card {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box, var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    padding: 1.5rem;
    margin-bottom: 1.5rem
}

.share-header,
.reaction-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem
}

.share-title,
.reaction-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
    box-shadow: var(--shadow-card);
    text-decoration: none
}

.share-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5)
}

.share-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.share-btn.facebook {
    background: linear-gradient(135deg, #1d5fd2, #1545a3);
    border-color: rgba(255, 255, 255, 0.2)
}

.share-btn.twitter {
    background: linear-gradient(135deg, #0f1419, #1c2733);
    border-color: rgba(255, 255, 255, 0.2)
}

.share-btn.telegram {
    background: linear-gradient(135deg, #2ca5e0, #1c8cc7);
    border-color: rgba(255, 255, 255, 0.2)
}

.share-btn.whatsapp {
    background: linear-gradient(135deg, #128c7e, #0d6f64);
    border-color: rgba(255, 255, 255, 0.2)
}

.share-btn.facebook .share-icon {
    background: #1877f2
}

.share-btn.twitter .share-icon {
    background: #0f8bff
}

.share-btn.telegram .share-icon {
    background: #1c93d2
}

.share-btn.whatsapp .share-icon {
    background: #22a469
}

.reaction-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem
}

.reaction-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.2s ease
}

.reaction-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

.reaction-emoji {
    font-size: 1.2rem
}

.reaction-label {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500
}

.reaction-percent {
    font-size: 0.75rem;
    color: var(--text-soft)
}

/* --- Post Introduction Section --- */
.post-intro-section {
    padding: 1.25rem 0;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: var(--text-dim);
    line-height: 1.8;
}

.post-intro-section h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid rgba(147, 51, 234, 0.3);
}

.post-intro-section h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.8rem 0 0.4rem;
}

.post-intro-section p {
    margin: 0 0 0.7rem;
}

.post-intro-section a {
    color: var(--accent-purple-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-intro-section a:hover {
    color: white;
    text-decoration: underline;
}

.post-intro-section ul,
.post-intro-section ol {
    margin: 0.5rem 0 0.7rem 1.2rem;
    padding: 0;
}

.post-intro-section li {
    margin-bottom: 0.3rem;
}

.post-intro-section strong,
.post-intro-section b {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* --- Extra Post Content --- */
.post-extra-content {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    padding: 1.1rem 1.25rem;
    margin-bottom: 1.5rem;
    background: rgba(147, 51, 234, 0.05);
    border: 1px solid rgba(147, 51, 234, 0.15);
    border-left: 3px solid var(--accent-purple);
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease
}

.post-extra-content:hover {
    background: rgba(147, 51, 234, 0.08);
    border-color: rgba(147, 51, 234, 0.3);
    border-left-color: var(--accent-purple-light)
}

.about-card {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box, var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-card), 0 0 0 1px rgba(147, 51, 234, 0.06);
    position: relative;
    overflow: hidden
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-gradient)
}

.about-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: -0.02em
}

.about-title svg {
    color: var(--accent-purple-light, #a78bfa);
    flex-shrink: 0;
    opacity: 0.8
}

/* --- Meta Grid --- */
.about-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem
}

.about-meta-box {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.6rem 0.75rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.2s ease
}

.about-meta-box:hover {
    background: rgba(147, 51, 234, 0.05);
    border-color: rgba(147, 51, 234, 0.18);
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15)
}

.about-meta-box-wide {
    grid-column: 1 / -1
}

.about-meta-label {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-soft);
    font-weight: 600
}

.about-meta-label svg {
    opacity: 0.45;
    flex-shrink: 0;
    width: 12px;
    height: 12px
}

.about-meta-value {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.4
}

.about-meta-value a {
    color: var(--accent-purple-light, #a78bfa);
    text-decoration: none;
    transition: color 0.2s ease
}

.about-meta-value a:hover {
    color: #c084fc
}

/* ===============================================
   FAQ SECTION (SEO)
   =============================================== */
.faq-section {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box, var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-card), 0 0 0 1px rgba(147, 51, 234, 0.06);
    position: relative;
}

.faq-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin: 0 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.faq-title svg {
    color: rgba(147, 51, 234, 0.8);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.faq-item:hover {
    border-color: rgba(147, 51, 234, 0.3);
}

.faq-item.open {
    border-color: rgba(147, 51, 234, 0.4);
    background: linear-gradient(to right, rgba(147, 51, 234, 0.05), transparent);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0.85rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-chevron {
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
    color: var(--accent-purple-light);
}

.faq-answer {
    display: none;
    padding: 0 1.1rem 1rem;
    font-size: 0.9rem;
    color: var(--text-dim);
    line-height: 1.6;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}


/* ===============================================
   COMMENTS SECTION - Purple Themed
   =============================================== */
.comment-card {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box,
        var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    padding: 2rem;
    box-shadow: var(--shadow-card), 0 0 0 1px rgba(147, 51, 234, 0.08);
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden
}

.comment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-gradient);
    border-radius: var(--radius-card) var(--radius-card) 0 0
}

.comment-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.6rem
}

.comment-title::before {
    content: '💬';
    font-size: 1.2rem
}

.existing-comments .comment-title::before {
    content: '💬'
}

/* === Existing Comments List === */
.existing-comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.existing-comments .comment-list li.comment {
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    background: rgba(147, 51, 234, 0.04);
    border: 1px solid rgba(147, 51, 234, 0.1);
    border-radius: 12px;
    transition: border-color 0.2s ease
}

.existing-comments .comment-list li.comment:hover {
    border-color: rgba(147, 51, 234, 0.25)
}

.existing-comments .comment-list li.comment:last-child {
    margin-bottom: 0
}

.existing-comments .comment-list .comment-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.existing-comments .comment-list .comment-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.existing-comments .comment-list .comment-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem
}

.existing-comments .comment-list .avatar {
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid rgba(147, 51, 234, 0.4);
    box-shadow: 0 0 12px rgba(147, 51, 234, 0.2);
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.existing-comments .comment-list li.comment:hover .avatar {
    border-color: rgba(147, 51, 234, 0.7);
    box-shadow: 0 0 18px rgba(147, 51, 234, 0.35)
}

.existing-comments .comment-list .fn,
.existing-comments .comment-list .fn a {
    font-weight: 600;
    color: #fff;
    font-size: 0.95rem;
    text-decoration: none;
    font-style: normal
}

.existing-comments .comment-list .fn a:hover {
    color: var(--accent-purple-light)
}

.existing-comments .comment-list .comment-metadata,
.existing-comments .comment-list .comment-metadata a {
    font-size: 0.8rem;
    color: var(--text-soft);
    text-decoration: none
}

.existing-comments .comment-list .comment-metadata a:hover {
    color: var(--accent-purple-light)
}

.existing-comments .comment-list .comment-content {
    color: var(--text-dim);
    font-size: 0.95rem;
    line-height: 1.7;
    padding-left: 0
}

.existing-comments .comment-list .comment-content p {
    margin: 0 0 0.5rem
}

.existing-comments .comment-list .comment-content p:last-child {
    margin-bottom: 0
}

.existing-comments .comment-list .reply {
    margin-top: 0.25rem
}

.existing-comments .comment-list .reply a {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent-purple-light);
    text-decoration: none;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.25);
    transition: all 0.2s ease
}

.existing-comments .comment-list .reply a:hover {
    background: rgba(147, 51, 234, 0.2);
    border-color: var(--accent-purple);
    box-shadow: 0 0 12px rgba(147, 51, 234, 0.2);
    transform: translateY(-1px)
}

/* Nested / threaded comments */
.existing-comments .comment-list .children {
    list-style: none;
    padding-left: 1.5rem;
    margin-top: 0.75rem;
    border-left: 2px solid rgba(147, 51, 234, 0.2)
}

.existing-comments .comment-list .children li.comment {
    background: rgba(147, 51, 234, 0.03);
    border-color: rgba(147, 51, 234, 0.08)
}

.existing-comments .comment-list .comment-awaiting-moderation {
    font-size: 0.85rem;
    color: #e9a8ff;
    font-style: italic;
    padding: 0.5rem 0.75rem;
    background: rgba(147, 51, 234, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(147, 51, 234, 0.2)
}

.existing-comments .comment-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 1rem
}

.existing-comments .comment-navigation a {
    color: var(--accent-purple-light);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease
}

.existing-comments .comment-navigation a:hover {
    color: #c084fc
}

@media (max-width: 767px) {
    .existing-comments .comment-list .children {
        padding-left: 0.75rem
    }

    .existing-comments .comment-list li.comment {
        padding: 1rem
    }
}

/* === Comment Form === */
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.comment-textarea {
    width: 100%;
    background: rgba(147, 51, 234, 0.04);
    border: 1px solid rgba(147, 51, 234, 0.15);
    border-radius: 12px;
    padding: 1rem;
    color: #fff;
    font-family: inherit;
    min-height: 120px;
    resize: vertical;
    transition: all 0.25s ease;
    font-size: 0.95rem
}

.comment-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.comment-input {
    width: 100%;
    background: rgba(147, 51, 234, 0.04);
    border: 1px solid rgba(147, 51, 234, 0.15);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    color: #fff;
    font-family: inherit;
    transition: all 0.25s ease;
    font-size: 0.95rem
}

.comment-textarea:focus,
.comment-input:focus {
    outline: none;
    border-color: var(--accent-purple);
    background: rgba(147, 51, 234, 0.08);
    box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.12), 0 0 20px rgba(147, 51, 234, 0.08)
}

.comment-textarea::placeholder,
.comment-input::placeholder {
    color: rgba(255, 255, 255, 0.35)
}

.comment-form .btn-primary {
    background: var(--primary-gradient);
    box-shadow: var(--accent-glow);
    border: 1px solid rgba(147, 51, 234, 0.3);
    align-self: flex-start;
    padding: 0.85rem 2rem;
    font-size: 0.95rem;
    transition: all 0.25s ease
}

.comment-form .btn-primary:hover {
    box-shadow: 0 0 30px rgba(147, 51, 234, 0.6);
    transform: translateY(-2px)
}

/* WP default form elements styling */
.comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-soft)
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
    accent-color: var(--accent-purple);
    width: 16px;
    height: 16px
}

#cancel-comment-reply-link {
    color: var(--accent-purple-light);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease
}

#cancel-comment-reply-link:hover {
    color: #c084fc
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dim)
}

.breadcrumb a {
    color: var(--text-dim);
    text-decoration: none;
    transition: color 0.2s ease
}

.breadcrumb a:hover {
    color: var(--primary)
}

.breadcrumb .sep {
    opacity: 0.5
}

.breadcrumb .current {
    color: #fff
}

@media (max-width:767px) {
    .single-container {
        padding: 0 1rem 1.5rem;
        margin-top: 1rem
    }

    .movie-hero {
        background-position: center top !important;
        background-size: 100% 100%, 100% auto !important
    }

    .hero-content {
        padding: 1.5rem;
        align-items: center;
        text-align: center
    }

    .hero-poster {
        width: 180px;
        margin-bottom: 1rem;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6)
    }

    .hero-title {
        font-size: 1.8rem
    }

    .hero-meta-row {
        justify-content: center;
        gap: 0.5rem
    }

    .hero-description {
        font-size: 0.9rem;
        text-align: center
    }

    .hero-actions {
        justify-content: center;
        width: 100%
    }

    .btn {
        width: 100%;
        justify-content: center
    }

    .hero-actions .btn {
        width: 100%
    }

    .about-meta-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem
    }

    .about-meta-box {
        padding: 0.5rem 0.6rem
    }

    .about-card {
        padding: 1rem 1.15rem
    }

    .download-header,
    .reaction-header,
    .share-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem
    }

    .download-sub {
        font-size: 0.85rem
    }

    .download-options,
    .share-buttons,
    .reaction-options {
        justify-content: center
    }

    .download-btn,
    .share-btn,
    .reaction-pill {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 120px
    }
}

.trailer-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center
}

.trailer-modal.active {
    display: flex
}

.trailer-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background-color: #000;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1
}

.close-modal:hover {
    color: var(--primary)
}

@media (min-width:768px) {
    .close-modal {
        top: 10px;
        right: 15px;
        z-index: 10;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8)
    }
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 200
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 2px
}

@media (max-width:767px) {
    .mobile-menu-toggle {
        display: block;
        margin-left: 0;
        padding: 10px 0;
        align-self: flex-start;
        order: 3
    }

    .header-top {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 15px 10px !important;
        gap: 15px;
        width: 100% !important
    }

    .brand {
        width: 100% !important;
        justify-content: center;
        margin-right: 0;
        order: 1
    }

    .brand-row {
        justify-content: center;
        width: auto !important
    }

    .search-wrap {
        order: 2;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
        position: static !important;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 4px
    }

    .search-form {
        width: 100%;
        display: flex
    }

    .search-input {
        width: 100%;
        padding: 10px
    }

    .header-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: var(--surface-header-bg);
        padding: 1rem 0;
        border-top: 1px solid var(--border-header);
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 199;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5)
    }

    .header-menu.active {
        display: flex;
        animation: slideDown 0.3s ease-out
    }

    .header-menu.active~.trending-bar {
        display: none
    }

    .header-menu .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 1rem 2rem;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05)
    }

    .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
        transform: translateY(8px) rotate(45deg)
    }

    .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0
    }

    .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

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

.genre-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1rem
}

.genre-card {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box,
        var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    padding: 1.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    position: relative;
    overflow: hidden
}

.genre-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(147, 51, 234, 0.06), transparent 70%);
    opacity: 0;
    transition: opacity 0.25s
}

.genre-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(147, 51, 234, 0.15), 0 0 0 1px rgba(147, 51, 234, 0.2)
}

.genre-card:hover::before {
    opacity: 1
}

.genre-icon {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.25rem
}

.genre-name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1
}

.genre-count {
    font-size: 0.8rem;
    color: var(--text-dim);
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .genre-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem
    }

    .genre-card {
        padding: 1.2rem 0.75rem
    }

    .genre-icon {
        font-size: 1.6rem
    }

    .genre-name {
        font-size: 0.85rem
    }

    .genre-count {
        font-size: 0.72rem
    }
}

@media (max-width: 380px) {
    .genre-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.request-form {
    background: var(--surface-card-bg);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-card);
    padding: 2rem;
    max-width: 600px;
    margin: 2rem auto 0
}

.form-group {
    margin-bottom: 1.5rem
}

.form-row {
    display: flex;
    gap: 1.5rem
}

.form-group.half {
    flex: 1
}

.request-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500
}

.request-form input,
.request-form select,
.request-form textarea {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-card);
    border-radius: 4px;
    color: #fff;
    font-family: inherit
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
    outline: none;
    border-color: var(--primary)
}

.request-message {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    text-align: center
}

.request-message.success {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid #22c55e;
    color: #22c55e
}

.request-message.error {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid #ef4444;
    color: #ef4444
}

.form-row {
    flex-direction: column;
    gap: 0
}

/* ===============================================
   BROWSE PAGE - Premium Filter UI
   =============================================== */

.browse-toggle-filters {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.25);
    color: var(--accent-purple-light);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: inherit;
    transition: all 0.2s ease
}

.browse-toggle-filters:hover {
    background: rgba(147, 51, 234, 0.2);
    border-color: var(--accent-purple)
}

.browse-filter-panel {
    background: linear-gradient(var(--surface-card-bg), var(--surface-card-bg)) padding-box,
        var(--accent-border-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 600px;
    opacity: 1
}

.browse-filter-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-gradient)
}

.browse-filter-panel.collapsed {
    max-height: 0;
    opacity: 0;
    padding: 0 1.5rem;
    margin-bottom: 0;
    border-width: 0;
    overflow: hidden
}

/* Search Bar */
.browse-filter-search {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(147, 51, 234, 0.15);
    border-radius: 12px;
    padding: 0 1rem;
    margin-bottom: 1.25rem;
    transition: border-color 0.2s ease
}

.browse-filter-search:focus-within {
    border-color: var(--accent-purple);
    box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.1)
}

.browse-filter-search svg {
    color: var(--text-soft);
    flex-shrink: 0
}

.browse-search-input {
    flex: 1;
    background: transparent !important;
    border: none !important;
    padding: 0.85rem 0 !important;
    color: #fff;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none
}

.browse-search-input::placeholder {
    color: rgba(255, 255, 255, 0.35)
}

/* Filter Grid */
.browse-filter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.25rem
}

.browse-filter-item label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-soft);
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.browse-filter-item select {
    width: 100%;
    padding: 0.7rem 0.85rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(147, 51, 234, 0.12);
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 0.88rem;
    transition: all 0.2s ease;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem
}

.browse-filter-item select:focus {
    outline: none;
    border-color: var(--accent-purple);
    box-shadow: 0 0 0 2px rgba(147, 51, 234, 0.1)
}

.browse-filter-item select:hover {
    border-color: rgba(147, 51, 234, 0.3)
}

.browse-filter-item select option {
    background: #1a1a2e;
    color: #fff
}

/* Sort & Actions Row */
.browse-filter-actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.browse-sort-group {
    flex: 1
}

.browse-sort-group label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-soft);
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.browse-sort-pills {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap
}

.browse-sort-pill {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-dim);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease
}

.browse-sort-pill:hover {
    border-color: rgba(147, 51, 234, 0.3);
    background: rgba(147, 51, 234, 0.08);
    color: #fff
}

.browse-sort-pill.active {
    background: rgba(147, 51, 234, 0.15);
    border-color: rgba(147, 51, 234, 0.4);
    color: var(--accent-purple-light);
    font-weight: 600
}

.browse-action-btns {
    display: flex;
    gap: 0.6rem;
    flex-shrink: 0
}

.browse-apply-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem
}

.browse-clear-btn {
    font-size: 0.85rem !important;
    padding: 0.6rem 1rem !important
}

/* Active Filter Pills */
.browse-active-filters {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(147, 51, 234, 0.04);
    border: 1px solid rgba(147, 51, 234, 0.1);
    border-radius: 10px
}

.browse-active-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-soft);
    margin-right: 0.25rem
}

.browse-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.7rem;
    background: rgba(147, 51, 234, 0.12);
    border: 1px solid rgba(147, 51, 234, 0.25);
    border-radius: 999px;
    color: var(--accent-purple-light);
    font-size: 0.78rem;
    font-weight: 500
}

/* Results Bar */
.browse-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06)
}

.browse-results-count {
    font-size: 0.85rem;
    color: var(--text-soft)
}

.browse-results-count strong {
    color: #fff
}

.browse-results-pages {
    font-size: 0.8rem;
    color: var(--text-dim);
    background: rgba(255, 255, 255, 0.05);
    padding: 0.25rem 0.6rem;
    border-radius: 6px
}

/* Mobile-Only Elements (hidden on desktop) */
.browse-mobile-fab,
.browse-mobile-backdrop,
.browse-panel-mobile-header,
.browse-mobile-sort-strip,
.browse-mobile-sticky-apply {
    display: none
}

/* ==========================================
   MOBILE BROWSE - Bottom Sheet Overlay UX
   ========================================== */
@media (max-width: 768px) {

    /* --- Mobile FAB Button --- */
    .browse-mobile-fab {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        position: fixed;
        bottom: 80px;
        right: 16px;
        z-index: 100;
        background: var(--primary-gradient);
        color: #fff;
        border: none;
        border-radius: 999px;
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        font-weight: 700;
        font-family: inherit;
        cursor: pointer;
        box-shadow: 0 4px 20px rgba(147, 51, 234, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
        animation: browseFabPulse 2s ease-in-out infinite
    }

    @keyframes browseFabPulse {

        0%,
        100% {
            box-shadow: 0 4px 20px rgba(147, 51, 234, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)
        }

        50% {
            box-shadow: 0 4px 30px rgba(147, 51, 234, 0.6), 0 2px 12px rgba(0, 0, 0, 0.4)
        }
    }

    .browse-fab-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        height: 20px;
        background: #ef4444;
        color: #fff;
        border-radius: 999px;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 0 5px;
        margin-left: 2px
    }

    /* --- Backdrop --- */
    .browse-mobile-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease
    }

    .browse-mobile-backdrop.active {
        display: block;
        opacity: 1
    }

    /* --- Filter Panel → Bottom Sheet --- */
    .browse-filter-panel {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto !important;
        z-index: 1000;
        max-height: 85vh;
        height: auto;
        border-radius: 20px 20px 0 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: var(--surface-card-bg) !important;
        border: none !important;
        border-top: 1px solid rgba(147, 51, 234, 0.2) !important;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.25s ease;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.4)
    }

    .browse-filter-panel::before {
        display: none !important
    }

    .browse-filter-panel.collapsed {
        transform: translateY(100%);
        opacity: 0
    }

    .browse-filter-panel.mobile-open {
        transform: translateY(0);
        opacity: 1
    }

    /* --- Mobile Header inside Sheet --- */
    .browse-panel-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem 0.75rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        position: sticky;
        top: 0;
        background: var(--surface-card-bg);
        z-index: 2
    }

    .browse-panel-mobile-header::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 36px;
        height: 4px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 999px
    }

    .browse-panel-mobile-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        padding-top: 8px
    }

    .browse-panel-close {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: var(--text-dim);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s
    }

    .browse-panel-close:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff
    }

    /* --- Form layout inside mobile sheet --- */
    .browse-filter-form {
        padding: 1rem 1.25rem;
        padding-bottom: 100px
    }

    .browse-filter-search {
        margin-bottom: 1rem;
        border-radius: 10px
    }

    .browse-search-input {
        font-size: 1rem !important
    }

    .browse-filter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        margin-bottom: 1rem
    }

    .browse-filter-item label {
        font-size: 0.72rem;
        margin-bottom: 0.3rem
    }

    .browse-filter-item select {
        padding: 0.65rem 0.75rem;
        font-size: 0.85rem;
        border-radius: 8px;
        min-height: 44px
    }

    /* Sort inside sheet */
    .browse-filter-actions {
        flex-direction: column;
        gap: 0.75rem
    }

    .browse-sort-group {
        width: 100%
    }

    .browse-sort-pills {
        display: flex;
        gap: 0.4rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        scrollbar-width: none
    }

    .browse-sort-pills::-webkit-scrollbar {
        display: none
    }

    .browse-sort-pill {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 0.5rem 0.9rem;
        min-height: 40px;
        font-size: 0.82rem
    }

    /* Desktop action btns — hide in mobile sheet */
    .browse-action-btns {
        display: none
    }

    /* --- Mobile Sticky Apply Button --- */
    .browse-mobile-sticky-apply {
        display: flex;
        align-items: center;
        gap: 1rem;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1001;
        padding: 1rem 1.25rem;
        background: linear-gradient(to top, var(--surface-card-bg) 60%, transparent);
        padding-top: 2rem;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s
    }

    .browse-filter-panel.mobile-open .browse-mobile-sticky-apply {
        pointer-events: auto;
        opacity: 1
    }

    .browse-mobile-apply-btn {
        flex: 1;
        padding: 0.9rem 1rem !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
        border-radius: 12px !important;
        text-align: center;
        justify-content: center;
        min-height: 50px
    }

    .browse-mobile-clear-link {
        color: var(--text-dim);
        font-size: 0.85rem;
        white-space: nowrap;
        text-decoration: underline;
        text-underline-offset: 2px
    }

    /* --- Mobile Sort Strip (outside overlay) --- */
    .browse-mobile-sort-strip {
        display: block;
        margin-bottom: 0.75rem;
        margin-top: -0.25rem
    }

    .browse-mobile-sort-form {
        display: flex;
        gap: 0.4rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px
    }

    .browse-mobile-sort-form::-webkit-scrollbar {
        display: none
    }

    .browse-msort-pill {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 0.4rem 0.85rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
        color: var(--text-dim);
        font-size: 0.8rem;
        font-weight: 500;
        cursor: pointer;
        font-family: inherit;
        transition: all 0.2s;
        min-height: 36px
    }

    .browse-msort-pill:hover,
    .browse-msort-pill:active {
        background: rgba(147, 51, 234, 0.1);
        border-color: rgba(147, 51, 234, 0.2)
    }

    .browse-msort-pill.active {
        background: rgba(147, 51, 234, 0.15);
        border-color: rgba(147, 51, 234, 0.35);
        color: var(--accent-purple-light);
        font-weight: 600
    }

    /* --- Active Filters (horizontal scroll on mobile) --- */
    .browse-active-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0.5rem 0.75rem
    }

    .browse-active-filters::-webkit-scrollbar {
        display: none
    }

    .browse-active-label {
        white-space: nowrap;
        flex-shrink: 0
    }

    .browse-filter-pill {
        white-space: nowrap;
        flex-shrink: 0
    }

    /* --- Results bar compact --- */
    .browse-results-bar {
        flex-direction: row;
        justify-content: space-between;
        padding: 0.5rem 0
    }

    .browse-results-count {
        font-size: 0.8rem
    }

    /* --- Hide desktop toggle on mobile --- */
    .browse-toggle-filters {
        display: none
    }
}

/* Extra small phones */
@media (max-width: 380px) {
    .browse-filter-grid {
        grid-template-columns: 1fr
    }

    .browse-mobile-fab {
        bottom: 75px;
        right: 12px;
        padding: 0.65rem 1rem;
        font-size: 0.85rem
    }

    .browse-msort-pill {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem
    }
}

.filter-bar {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-card);
    padding: 1.5rem;
    margin-bottom: 2rem
}

.entry-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem
}

.entry-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em
}

.filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-end
}

.filter-group {
    flex: 1;
    min-width: 150px
}

.filter-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dim);
    margin-bottom: 0.5rem
}

.filter-group input,
.filter-group select {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    transition: border-color 0.2s
}

.filter-group input::placeholder {
    color: var(--text-dim);
    opacity: 0.7
}

.filter-group input:focus,
.filter-group select:focus {
    outline: none;
    border-color: var(--primary)
}

.filter-actions {
    flex: 0 0 auto
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: var(--primary);
    color: #fff
}

@media (max-width:768px) {
    .filter-form {
        flex-direction: column;
        align-items: stretch
    }

    .filter-group {
        width: 100%
    }

    .filter-actions {
        width: 100%
    }

    .filter-actions button {
        width: 100%
    }
}

.footer-menu {
    margin-bottom: 1.5rem
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem
}

.footer-menu li {
    margin: 0
}

.footer-menu a {
    color: var(--text-dim);
    text-decoration: none;
    gap: 1.5rem
}

.form-group.half {
    flex: 1
}

.request-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500
}

.request-form input,
.request-form select,
.request-form textarea {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-card);
    border-radius: 4px;
    color: #fff;
    font-family: inherit
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
    outline: none;
    border-color: var(--primary)
}

.request-message {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    text-align: center
}

.request-message.success {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid #22c55e;
    color: #22c55e
}

.request-message.error {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid #ef4444;
    color: #ef4444
}

.form-row {
    flex-direction: column;
    gap: 0
}

.filter-bar {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-card);
    padding: 1.5rem;
    margin-bottom: 2rem
}

.entry-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem
}

.entry-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em
}

.filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-end
}

.filter-group {
    flex: 1;
    min-width: 150px
}

.filter-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dim);
    margin-bottom: 0.5rem
}

.filter-group input,
.filter-group select {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    transition: border-color 0.2s
}

.filter-group input::placeholder {
    color: var(--text-dim);
    opacity: 0.7
}

.filter-group input:focus,
.filter-group select:focus {
    outline: none;
    border-color: var(--primary)
}

.filter-actions {
    flex: 0 0 auto
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: var(--primary);
    color: #fff
}

@media (max-width:768px) {
    .filter-form {
        flex-direction: column;
        align-items: stretch
    }

    .filter-group {
        width: 100%
    }

    .filter-actions {
        width: 100%
    }

    .filter-actions button {
        width: 100%
    }
}

.footer-menu {
    margin-bottom: 1.5rem
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem
}

.footer-menu li {
    margin: 0
}

.footer-menu a {
    color: var(--text-dim);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s
}



.request-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500
}

.request-form input,
.request-form select,
.request-form textarea {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-card);
    border-radius: 4px;
    color: #fff;
    font-family: inherit
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
    outline: none;
    border-color: var(--primary)
}

.request-message {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    text-align: center
}

.request-message.success {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid #22c55e;
    color: #22c55e
}

.request-message.error {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid #ef4444;
    color: #ef4444
}

.form-row {
    flex-direction: column;
    gap: 0
}

.filter-bar {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-card);
    padding: 1.5rem;
    margin-bottom: 2rem
}

.entry-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem
}

.entry-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em
}

.filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-end
}

.filter-group {
    flex: 1;
    min-width: 150px
}

.filter-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dim);
    margin-bottom: 0.5rem
}

.filter-group input,
.filter-group select {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    transition: border-color 0.2s
}

.filter-group input::placeholder {
    color: var(--text-dim);
    opacity: 0.7
}

.filter-group input:focus,
.filter-group select:focus {
    outline: none;
    border-color: var(--primary)
}

.filter-actions {
    flex: 0 0 auto
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: var(--primary);
    color: #fff
}

@media (max-width:768px) {
    .filter-form {
        flex-direction: column;
        align-items: stretch
    }

    .filter-group {
        width: 100%
    }

    .filter-actions {
        width: 100%
    }

    .filter-actions button {
        width: 100%
    }
}

.footer-menu {
    margin-bottom: 1.5rem
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem
}

.footer-menu li {
    margin: 0
}

.footer-menu a {
    color: var(--text-dim);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s
}

.footer-menu a:hover {
    color: var(--primary)
}

/* Notice Box - Refined */
.notice-box {
    position: relative;
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.02) 100%);
    border-left: 3px solid #ffc107;
    border-radius: 0 var(--radius-card) var(--radius-card) 0;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.notice-box:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.04) 100%);
}

/* Top shine effect */
.notice-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.5), transparent);
    opacity: 0.5;
}

.notice-icon {
    flex-shrink: 0;
    color: #ffc107;
    background: transparent;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.4));
}

.notice-icon svg {
    width: 100%;
    height: 100%;
}

.notice-content {
    flex-grow: 1;
}

.notice-title {
    color: #ffc107;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
}

.notice-text {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Mobile Optimization */
@media (max-width: 480px) {
    .notice-box {
        padding: 0.85rem 1rem;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
        border-radius: 4px;
    }

    .filter-group {
        flex: 1;
        min-width: 150px
    }

    .filter-group label {
        display: block;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--text-dim);
        margin-bottom: 0.5rem
    }

    .filter-group input,
    .filter-group select {
        width: 100%;
        padding: 12px;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        color: #fff;
        font-family: inherit;
        font-size: 0.9rem;
        transition: border-color 0.2s
    }

    .filter-group input::placeholder {
        color: var(--text-dim);
        opacity: 0.7
    }

    .filter-group input:focus,
    .filter-group select:focus {
        outline: none;
        border-color: var(--primary)
    }

    .filter-actions {
        flex: 0 0 auto
    }

    .pagination {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 3rem
    }

    .pagination .page-numbers {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s
    }

    .pagination .page-numbers.current,
    .pagination .page-numbers:hover {
        background: var(--primary);
        color: #fff
    }

    @media (max-width:768px) {
        .filter-form {
            flex-direction: column;
            align-items: stretch
        }

        .filter-group {
            width: 100%
        }

        .filter-actions {
            width: 100%
        }

        .filter-actions button {
            width: 100%
        }
    }

    .footer-menu {
        margin-bottom: 1.5rem
    }

    .footer-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem
    }

    .footer-menu li {
        margin: 0
    }

    .footer-menu a {
        color: var(--text-dim);
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
        transition: color 0.2s
    }

    .footer-menu a:hover {
        color: var(--primary)
    }

    /* Notice Box - Refined */
    .notice-box {
        position: relative;
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.02) 100%);
        border-left: 3px solid #ffc107;
        border-radius: 0 var(--radius-card) var(--radius-card) 0;
        padding: 1rem 1.25rem;
        margin-bottom: 1.5rem;
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
    }

    .notice-box:hover {
        transform: translateY(-2px);
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.04) 100%);
    }

    /* Top shine effect */
    .notice-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.5), transparent);
        opacity: 0.5;
    }

    .notice-icon {
        flex-shrink: 0;
        color: #ffc107;
        background: transparent;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.4));
    }

    .notice-icon svg {
        width: 100%;
        height: 100%;
    }

    .notice-content {
        flex-grow: 1;
    }

    .notice-title {
        color: #ffc107;
        font-weight: 700;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 0.25rem;
        text-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
    }

    .notice-text {
        color: #e0e0e0;
        font-size: 0.95rem;
        line-height: 1.5;
        font-weight: 400;
    }

    /* Mobile Optimization */
    @media (max-width: 480px) {
        .notice-box {
            padding: 0.85rem 1rem;
            gap: 0.75rem;
            margin-bottom: 1.25rem;
            border-radius: 4px;
        }

        .filter-group {
            flex: 1;
            min-width: 150px
        }

        .filter-group label {
            display: block;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--text-dim);
            margin-bottom: 0.5rem
        }

        .filter-group input,
        .filter-group select {
            width: 100%;
            padding: 12px;
            background: rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            color: #fff;
            font-family: inherit;
            font-size: 0.9rem;
            transition: border-color 0.2s
        }

        .filter-group input::placeholder {
            color: var(--text-dim);
            opacity: 0.7
        }

        .filter-group input:focus,
        .filter-group select:focus {
            outline: none;
            border-color: var(--primary)
        }

        .filter-actions {
            flex: 0 0 auto
        }

        .pagination {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 3rem
        }

        .pagination .page-numbers {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 10px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 4px;
            color: #fff;
            text-decoration: none;
            transition: all 0.2s
        }

        .pagination .page-numbers.current,
        .pagination .page-numbers:hover {
            background: var(--primary);
            color: #fff
        }

        .notice-title {
            font-size: 0.75rem;
        }

        .notice-text {
            font-size: 0.9rem;
        }
    }

    @media (max-width:768px) {
        .filter-form {
            flex-direction: column;
            align-items: stretch
        }

        .filter-group {
            width: 100%
        }

        .filter-actions {
            width: 100%
        }

        .filter-actions button {
            width: 100%
        }
    }

    .footer-menu {
        margin-bottom: 1.5rem
    }

    .footer-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem
    }

    .footer-menu li {
        margin: 0
    }

    .footer-menu a {
        color: var(--text-dim);
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
        transition: color 0.2s
    }

    .footer-menu a:hover {
        color: var(--primary)
    }

    /* Notice Box - Refined */
    .notice-box {
        position: relative;
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.02) 100%);
        border-left: 3px solid #ffc107;
        border-radius: 0 var(--radius-card) var(--radius-card) 0;
        padding: 1rem 1.25rem;
        margin-bottom: 1.5rem;
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
    }

    .notice-box:hover {
        transform: translateY(-2px);
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.04) 100%);
    }

    /* Top shine effect */
    .notice-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.5), transparent);
        opacity: 0.5;
    }

    .notice-icon {
        flex-shrink: 0;
        color: #ffc107;
        background: transparent;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.4));
    }

    .notice-icon svg {
        width: 100%;
        height: 100%;
    }

    .notice-content {
        flex-grow: 1;
    }

    .notice-title {
        color: #ffc107;
        font-weight: 700;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 0.25rem;
        text-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
    }

    .notice-text {
        color: #e0e0e0;
        font-size: 0.95rem;
        line-height: 1.5;
        font-weight: 400;
    }

    /* Telegram Join Button - Premium */
    .telegram-join-container {
        margin-bottom: 2rem !important;
    }

    .telegram-join {
        background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%) !important;
        border: none !important;
        color: #fff !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.5rem;
        border-radius: var(--radius-card);
        font-weight: 600;
        letter-spacing: 0.02em;
        box-shadow: 0 4px 15px rgba(42, 171, 238, 0.3);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        text-transform: none;
        /* Reset if btn has it */
    }

    .telegram-join:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(42, 171, 238, 0.5);
        background: linear-gradient(135deg, #33b5f7 0%, #2bb2f5 100%) !important;
    }

    .telegram-join .btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 1rem;
        backdrop-filter: blur(4px);
    }

    .telegram-join span:nth-child(2) {
        flex-grow: 1;
        font-size: 1.05rem;
        text-align: left;
    }

    .telegram-join .download-meta {
        background: rgba(0, 0, 0, 0.2);
        padding: 0.25rem 0.75rem;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.9);
    }

    /* Shine effect on hover */
    .telegram-join::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        color: #fff
    }

    .notice-title {
        font-size: 0.75rem;
    }

    .notice-text {
        font-size: 0.9rem;
    }
}

@media (max-width:768px) {
    .filter-form {
        flex-direction: column;
        align-items: stretch
    }

    .filter-group {
        width: 100%
    }

    .filter-actions {
        width: 100%
    }

    .filter-actions button {
        width: 100%
    }
}

.footer-menu {
    margin-bottom: 1.5rem
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem
}

.footer-menu li {
    margin: 0
}

.footer-menu a {
    color: var(--text-dim);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s
}

.footer-menu a:hover {
    color: var(--primary)
}

/* Notice Box - Refined */
.notice-box {
    position: relative;
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.02) 100%);
    border-left: 3px solid #ffc107;
    border-radius: 0 var(--radius-card) var(--radius-card) 0;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.notice-box:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.04) 100%);
}

/* Top shine effect */
.notice-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.5), transparent);
    opacity: 0.5;
}

.notice-icon {
    flex-shrink: 0;
    color: #ffc107;
    background: transparent;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.4));
}

.notice-icon svg {
    width: 100%;
    height: 100%;
}

.notice-content {
    flex-grow: 1;
}

.notice-title {
    color: #ffc107;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
}

.notice-text {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Telegram Join Button - Premium */
.telegram-join-container {
    margin-bottom: 2rem !important;
}

.telegram-join {
    background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%) !important;
    border: none !important;
    color: #fff !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: var(--radius-card);
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 15px rgba(42, 171, 238, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: none;
    /* Reset if btn has it */
}

.telegram-join:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(42, 171, 238, 0.5);
    background: linear-gradient(135deg, #33b5f7 0%, #2bb2f5 100%) !important;
}

.telegram-join .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 1rem;
    backdrop-filter: blur(4px);
}

.telegram-join span:nth-child(2) {
    flex-grow: 1;
    font-size: 1.05rem;
    text-align: left;
}

.telegram-join .download-meta {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

/* Shine effect on hover */
.telegram-join::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.telegram-join:hover::after {
    left: 100%;
}

/* ========== FLOATING BOTTOM NAVIGATION (MOBILE) ========== */
.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 20, 0.98);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(147, 51, 234, 0.3);
    padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom));
    z-index: 1000;
    box-shadow:
        0 -10px 30px rgba(0, 0, 0, 0.5),
        0 -2px 10px rgba(147, 51, 234, 0.2);
    justify-content: space-around;
    align-items: center;
    gap: 0.25rem
}

/* Show only on mobile */
@media (max-width: 767px) {
    .bottom-nav {
        display: flex
    }

    /* Add padding to body to prevent content from hiding behind bottom nav */
    body {
        padding-bottom: calc(70px + env(safe-area-inset-bottom))
    }
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0.5rem 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative
}

.bottom-nav-item:active {
    transform: scale(0.95)
}

.bottom-nav-item.active,
.bottom-nav-item:hover {
    color: #a855f7
}

.bottom-nav-icon {
    font-size: 1.4rem;
    margin-bottom: 0.15rem;
    line-height: 1;
    transition: transform 0.2s ease
}

.bottom-nav-item:active .bottom-nav-icon {
    transform: scale(1.1)
}

.bottom-nav-label {
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

/* Active indicator */
.bottom-nav-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #9333ea, #a855f7);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.5)
}

/* ==========================================================================
   DOWNLOAD SECTIONS (PREMIUM DESIGN)
   ========================================================================== */

.downloads-section {
    margin: 2rem 0;
    padding: 0;
    background: linear-gradient(145deg, rgba(20, 20, 30, 0.95), rgba(30, 25, 45, 0.9));
    border: 1px solid rgba(147, 51, 234, 0.15);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(147, 51, 234, 0.05);
}

.downloads-header {
    padding: 1.25rem 1.5rem;
    background: linear-gradient(90deg, rgba(147, 51, 234, 0.15), rgba(59, 130, 246, 0.1), transparent);
    border-bottom: 1px solid rgba(147, 51, 234, 0.2);
    position: relative;
}

.downloads-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #9333ea, #3b82f6);
}

.downloads-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    text-shadow: 0 2px 10px rgba(147, 51, 234, 0.3);
}

.downloads-title svg {
    color: #a855f7;
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.5));
}

/* Category Cards */
.download-category {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.download-category:last-child {
    border-bottom: none;
}

.download-category.encoded {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.08), transparent 60%);
}

.download-category.webdl {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), transparent 60%);
}

.download-category.tv-series,
.download-category.seasons {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), transparent 60%);
}

.category-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.category-icon {
    font-size: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.category-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.02em;
}

.category-badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.8px;
    margin-left: auto;
}

.download-category.encoded .category-badge {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.3), rgba(147, 51, 234, 0.1));
    color: #c084fc;
    border: 1px solid rgba(147, 51, 234, 0.3);
}

.download-category.webdl .category-badge {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.1));
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

/* Download Buttons Container */
.download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

/* Enhanced Button Styles */
.dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem 0.7rem 1.1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    min-width: 130px;
    position: relative;
    overflow: hidden;
}

.dl-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.dl-btn:hover::before {
    left: 100%;
}

/* Encoded Style (Purple Gradient) */
.dl-btn.encoded {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(147, 51, 234, 0.08));
    border-color: rgba(147, 51, 234, 0.35);
    color: white;
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.15);
}

.dl-btn.encoded:hover {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.35), rgba(147, 51, 234, 0.15));
    border-color: rgba(147, 51, 234, 0.6);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 8px 20px rgba(147, 51, 234, 0.3),
        0 0 20px rgba(147, 51, 234, 0.15);
}

.dl-btn.encoded .dl-res {
    color: #c084fc;
    text-shadow: 0 0 10px rgba(192, 132, 252, 0.4);
}

/* WebDL Style (Blue Gradient) */
.dl-btn.webdl {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.08));
    border-color: rgba(59, 130, 246, 0.35);
    color: white;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.dl-btn.webdl:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.35), rgba(59, 130, 246, 0.15));
    border-color: rgba(59, 130, 246, 0.6);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 8px 20px rgba(59, 130, 246, 0.3),
        0 0 20px rgba(59, 130, 246, 0.15);
}

.dl-btn.webdl .dl-res {
    color: #60a5fa;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.4);
}

/* BluRay Remux Style (Red Gradient) */
.download-category.bluray {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.08), transparent 60%);
}

.download-category.bluray .category-badge {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.3), rgba(220, 38, 38, 0.1));
    color: #f87171;
    border: 1px solid rgba(220, 38, 38, 0.3);
}

.dl-btn.bluray {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.2), rgba(220, 38, 38, 0.08));
    border-color: rgba(220, 38, 38, 0.35);
    color: white;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.15);
}

.dl-btn.bluray:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.35), rgba(220, 38, 38, 0.15));
    border-color: rgba(220, 38, 38, 0.6);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 8px 20px rgba(220, 38, 38, 0.3),
        0 0 20px rgba(220, 38, 38, 0.15);
}

.dl-btn.bluray .dl-res {
    color: #f87171;
    text-shadow: 0 0 10px rgba(248, 113, 113, 0.4);
}

/* Button Content */
.dl-res {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.dl-quality {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dl-size {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    border-radius: 4px;
}

.dl-icon {
    margin-left: auto;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.dl-btn:hover .dl-icon {
    opacity: 1;
    transform: translateY(2px);
    filter: drop-shadow(0 0 4px currentColor);
}

/* Popular Badge */
.dl-btn.popular {
    border-color: rgba(245, 158, 11, 0.5);
    box-shadow:
        0 2px 8px rgba(245, 158, 11, 0.2),
        inset 0 0 20px rgba(245, 158, 11, 0.05);
}

.dl-btn.popular::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent #f59e0b transparent transparent;
    border-radius: 0 10px 0 0;
}

.dl-popular {
    font-size: 0.8rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {

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

    50% {
        transform: scale(1.15);
    }
}

/* Season Block Accordion (TV Series Downloads) */
.season-block {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-bottom: 0.6rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    transition: border-color 0.2s ease;
}

.season-block:hover {
    border-color: rgba(147, 51, 234, 0.3);
}

.season-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1.1rem;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.03);
    transition: background 0.2s ease;
}

.season-block-header:hover {
    background: rgba(147, 51, 234, 0.08);
}

.season-block-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: white;
}

.season-block-title small {
    font-weight: 500;
    font-size: 0.72rem;
    opacity: 0.6;
    margin-left: 6px;
}

.season-chevron {
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.season-block.open .season-chevron {
    transform: rotate(180deg);
}

.season-block-body {
    display: none;
    padding: 0.75rem 1rem 1rem;
}

.season-block.open .season-block-body {
    display: block;
}

.season-block.open .season-block-header {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.15), rgba(99, 102, 241, 0.1));
    border-bottom: 1px solid rgba(147, 51, 234, 0.2);
}

/* Season Tabs — used by Simple Season Downloads */
.season-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.season-tab {
    padding: 0.6rem 1.1rem;
    font-size: 0.85rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.25s ease;
}

.season-tab:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.season-tab.active {
    background: linear-gradient(135deg, #9333ea, #7c3aed);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.4);
}

.season-tab small {
    font-size: 0.65rem;
    opacity: 0.7;
    margin-left: 4px;
    font-weight: 500;
}

.season-content,
.series-season-content {
    display: none;
    animation: slideIn 0.3s ease;
}

.season-content.active,
.series-season-content.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Type Tabs (Episodes/Combined/Zip) - Premium */
.type-tabs {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.4rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.type-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.4rem 0;
    margin-bottom: 0.6rem;
}

.type-tab {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    background: transparent;
    border: none;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.type-tab:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
}

.type-tab.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.35);
}

.type-content {
    display: none;
    animation: slideIn 0.3s ease;
}

.type-content.active {
    display: block;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    .downloads-section {
        margin: 1.5rem 0;
        border-radius: 12px;
    }

    .downloads-header {
        padding: 1rem 1.25rem;
    }

    .downloads-title {
        font-size: 1.1rem;
    }

    .download-category {
        padding: 1.25rem;
    }

    .dl-btn {
        width: 100%;
        justify-content: flex-start;
        padding: 0.8rem 1rem;
    }

    .dl-btn .dl-icon {
        margin-left: auto;
    }

    .category-header {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .category-badge {
        margin-left: 0;
    }

    .season-tabs,
    .type-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .season-tabs::-webkit-scrollbar,
    .type-tabs::-webkit-scrollbar {
        display: none;
    }

    .season-tab,
    .type-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* Hover Animation for Cards */
.download-category {
    transition: all 0.3s ease;
}

.download-category:hover {
    background-size: 110% 110%;
}

/* ========== FLOATING BOTTOM NAVIGATION (Mobile) ========== */
.bottom-nav {
    display: none;
}

@media (max-width: 767px) {
    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100002;
        background: #0f0f15;
        /* Solid background to obscure menu content behind it */
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(147, 51, 234, 0.3);
        padding: 0.5rem 0 env(safe-area-inset-bottom, 0.5rem);
        justify-content: space-around;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.4);
    }

    .bottom-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
        padding: 0.5rem 0.75rem;
        color: var(--text-dim);
        text-decoration: none;
        font-size: 0.65rem;
        font-weight: 600;
        border: none;
        background: transparent;
        cursor: pointer;
        transition: color 0.2s ease, transform 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .bottom-nav-item:active {
        transform: scale(0.95);
    }

    .bottom-nav-item.active,
    .bottom-nav-item:hover {
        color: var(--primary);
    }

    .bottom-nav-icon {
        font-size: 1.4rem;
        line-height: 1;
    }

    .bottom-nav-label {
        letter-spacing: 0.02em;
    }
}

/* ========== MOBILE MENU OVERLAY (Bottom Sheet) ========== */
.mobile-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    bottom: 60px;
    /* Above the bottom nav */
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 25, 35, 0.98) 0%, rgba(15, 15, 22, 0.99) 100%);
    border-top: 1px solid rgba(147, 51, 234, 0.4);
    border-radius: 20px 20px 0 0;
    padding: 1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
    max-height: calc(80vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
}

/* Handle bar indicator */
.mobile-menu-content::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin: 0 auto 1rem;
}

.mobile-menu-section {
    margin-bottom: 1.5rem;
}

.mobile-menu-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-soft);
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}

.mobile-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (max-width: 360px) {
    .mobile-cat-list {
        grid-template-columns: 1fr;
    }
}

.mobile-cat-list li {
    margin: 0;
}

.mobile-cat-list a,
.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.mobile-cat-list a:hover,
.mobile-menu-link:hover {
    background: rgba(147, 51, 234, 0.2);
    border-color: rgba(147, 51, 234, 0.4);
}

/* Prevent body scroll when menu is open */
body.wefim-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========== SEO EXPANDABLE CONTENT ========== */
.seo-content-card {
    background: var(--surface-card-bg);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-card);
    padding: 2rem;
    color: var(--text-soft);
    line-height: 1.8;
}

.seo-main-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 1.5rem 0;
    text-align: center;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seo-content-card>p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.seo-content-card a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.seo-content-card a:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

.seo-collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    opacity: 0;
}

.seo-collapsed.expanded {
    max-height: 2000px;
    opacity: 1;
    margin-top: 1.5rem;
}

.seo-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 2rem 0 1rem;
    text-align: center;
}

.seo-collapsed h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-bright);
    margin: 1.5rem 0 0.5rem;
}

.seo-collapsed p {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.seo-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.5rem auto 0;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.3);
}

.seo-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(147, 51, 234, 0.4);
}

.seo-toggle-btn svg {
    transition: transform 0.3s ease;
}

@media (max-width: 600px) {
    .seo-content-card {
        padding: 1.25rem;
    }

    .seo-main-title {
        font-size: 1.2rem;
    }

    .seo-section-title {
        font-size: 1.1rem;
    }
}

/* ========== TELEGRAM JOIN BUTTON ========== */
.telegram-join-container {
    margin-bottom: 2rem;
}

.telegram-join {
    background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
    border: none;
    color: #fff !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 15px rgba(42, 171, 238, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.telegram-join:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(42, 171, 238, 0.5);
    background: linear-gradient(135deg, #33b5f7 0%, #2bb2f5 100%);
    color: #fff !important;
}

.telegram-join .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 1rem;
    backdrop-filter: blur(4px);
}

.telegram-join span:nth-child(2) {
    flex-grow: 1;
    font-size: 1.05rem;
    text-align: left;
}

.telegram-join .download-meta {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.telegram-join::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.telegram-join:hover::after {
    left: 100%;
}

/* ========== FLOATING BOTTOM NAVIGATION (Mobile) ========== */
.bottom-nav {
    display: none;
}

@media (max-width: 767px) {
    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(15, 15, 20, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(147, 51, 234, 0.3);
        padding: 0.5rem 0 env(safe-area-inset-bottom, 0.5rem);
        justify-content: space-around;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.4);
    }

    .bottom-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
        padding: 0.5rem 0.75rem;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-size: 0.65rem;
        font-weight: 600;
        border: none;
        background: transparent;
        cursor: pointer;
        transition: color 0.2s ease, transform 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .bottom-nav-item:active {
        transform: scale(0.95);
    }

    .bottom-nav-item.active,
    .bottom-nav-item:hover {
        color: #a855f7;
    }

    .bottom-nav-icon {
        font-size: 1.4rem;
        line-height: 1;
    }

    .bottom-nav-label {
        letter-spacing: 0.02em;
    }
}

/* ========== MOBILE MENU OVERLAY (Bottom Sheet) ========== */
/* ========== MOBILE MENU OVERLAY (Full Screen) ========== */
.mobile-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100000;
    background: #0f0f15;
    /* Solid background to hide posts */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 30, 1) 0%, rgba(10, 10, 15, 1) 100%);
    padding: 4rem 1rem calc(5rem + env(safe-area-inset-bottom));
    /* Top padding for breathing room, Bottom for nav */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100001;
    display: flex;
    flex-direction: column;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
}

/* Close Button (Optional if needed, but "More" toggles it) */
.mobile-menu-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Handle bar indicator */
.mobile-menu-content::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin: 0 auto 1rem;
}

.mobile-menu-section {
    margin-bottom: 1.5rem;
}

.mobile-menu-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}

.mobile-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (max-width: 360px) {
    .mobile-cat-list {
        grid-template-columns: 1fr;
    }
}

.mobile-cat-list li {
    margin: 0;
}

.mobile-cat-list a,
.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.mobile-cat-list a:hover,
.mobile-menu-link:hover {
    background: rgba(147, 51, 234, 0.2);
    border-color: rgba(147, 51, 234, 0.4);
}

/* Prevent body scroll when menu is open */
body.wefim-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ==========================================
   POSTER CARD BADGES
   ========================================== */

/* Poster wrapper needs relative positioning for badges */
.poster-wrap {
    position: relative;
}

/* Rating badge (top LEFT) */
.badge {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 0.21rem;
    padding: 0.3rem 0.64rem;
    border-radius: 0 0 10px 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    font-weight: 600;
    font-size: 0.68rem;
    color: #fff;
    z-index: 5;
}

/* Quality/Tag badge (top RIGHT) - Purple gradient premium look */
.badge-left {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 0.21rem;
    padding: 0.3rem 0.6rem;
    border-radius: 0 0 0 10px;
    background: linear-gradient(135deg, #9333ea, #7c3aed);
    font-weight: 700;
    font-size: 0.47rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.4);
}

.badge-episodes {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: calc(50% - 3px);
    display: inline-flex;
    align-items: center;
    gap: 0.26rem;
    padding: 0.3rem 0.47rem;
    border-radius: 10px 0 0 0;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 800;
    font-size: 0.49rem;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45), 0 0 14px rgba(147, 51, 234, 0.35);
    contain: layout style;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge-episodes::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 -2px 20px rgba(168, 85, 247, 0.7), 0 0 8px rgba(147, 51, 234, 0.3);
    opacity: 0;
    animation: ep-glow 2s ease-in-out infinite;
    pointer-events: none;
}

.badge-episodes svg {
    width: 10px;
    height: 10px;
    opacity: 0.9
}

.badge-audio {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: calc(50% - 3px);
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.51rem;
    border-radius: 0 10px 0 0;
    background: linear-gradient(135deg, #9333ea, #7c3aed);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    font-weight: 800;
    font-size: 0.49rem;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45), 0 0 14px rgba(147, 51, 234, 0.35);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poster-wrap:has(.badge-audio):has(.badge-episodes) .badge-audio {
    max-width: calc(56% - 2px);
}

.poster-wrap:has(.badge-audio):has(.badge-episodes) .badge-episodes {
    max-width: calc(44% - 2px);
}

.poster-wrap:has(.badge-audio--long):has(.badge-episodes) .badge-audio {
    max-width: calc(62% - 2px);
}

.poster-wrap:has(.badge-audio--long):has(.badge-episodes) .badge-episodes {
    max-width: calc(38% - 2px);
}

.poster-wrap:has(.badge-audio--xlong):has(.badge-episodes) .badge-audio {
    max-width: calc(66% - 2px);
}

.poster-wrap:has(.badge-audio--xlong):has(.badge-episodes) .badge-episodes {
    max-width: calc(34% - 2px);
}

.poster-wrap:not(:has(.badge-episodes)) .badge-audio {
    max-width: calc(88% - 3px);
}

@media (max-width: 480px) {
    .badge-audio,
    .badge-episodes {
        font-size: 0.43rem;
        min-height: 1.4rem;
        padding: 0.26rem 0.38rem;
    }

    .poster-wrap:has(.badge-audio--long):has(.badge-episodes) .badge-episodes {
        font-size: 0.4rem;
        padding-inline: 0.32rem;
        gap: 0.19rem;
    }

    .poster-wrap:has(.badge-audio--xlong):has(.badge-episodes) .badge-audio {
        font-size: 0.4rem;
        padding-inline: 0.32rem;
    }

    .poster-wrap:has(.badge-audio--xlong):has(.badge-episodes) .badge-episodes {
        font-size: 0.37rem;
        padding-inline: 0.27rem;
        gap: 0.15rem;
    }
}

@keyframes ep-glow {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

/* ==========================================
   MOBILE HAMBURGER MENU BAR
   ========================================== */

/* Purple bar with hamburger - Mobile Only */
.mobile-nav-bar,
.mobile-expand-menu {
    display: none;
}

@media (max-width: 768px) {
    .mobile-nav-bar {
        display: block;
        background: linear-gradient(135deg, #9333ea 0%, #7c3aed 50%, #6366f1 100%);
        border-radius: 0 0 12px 12px;
        margin: 0 -1rem;
        padding: 0;
        position: relative;
        z-index: 100;
        width: calc(100% + 2rem);
        /* Compensate for negative margin */
    }

    .mobile-expand-menu {
        display: block;
        /* Show on mobile so max-height can work */
    }

    .hamburger-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 0.85rem 1rem;
        background: transparent !important;
        /* Force transparent */
        border: none;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .hamburger-toggle:hover,
    .hamburger-toggle:active,
    .hamburger-toggle:focus {
        background: transparent !important;
        color: #fff;
    }

    .hamburger-icon {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 20px;
    }

    .hamburger-icon .bar {
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* Hamburger animation when open */
    .hamburger-toggle.active .hamburger-icon .bar:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .hamburger-toggle.active .hamburger-icon .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-toggle.active .hamburger-icon .bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }

    .menu-label {
        font-weight: 700;
        font-size: 0.9rem;
        letter-spacing: 0.05em;
    }

    .toggle-arrow {
        font-size: 0.65rem;
        transition: transform 0.3s ease;
    }

    .hamburger-toggle.active .toggle-arrow {
        transform: rotate(180deg);
    }

    /* Expandable Menu */
    .mobile-expand-menu {
        max-height: 0;
        overflow: hidden;
        background: linear-gradient(180deg, #0f0f18 0%, #1a0b2e 100%);
        /* Purple tinted bg */
        border-top: 1px solid rgba(147, 51, 234, 0.3);
        transition: max-height 0.35s ease, padding 0.35s ease;
    }

    .mobile-expand-menu.active {
        max-height: 75vh;
        /* Allow more height */
        padding: 1rem;
        overflow-y: auto;
        /* Enable scrolling */
        -webkit-overflow-scrolling: touch;
        border-bottom: 2px solid #7c3aed;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .expand-menu-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        padding-bottom: 1rem;
        /* Space for scroll */
    }

    .expand-menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        padding: 0.85rem 0.5rem;
        background: rgba(147, 51, 234, 0.15);
        /* Purple tint by default */
        border: 1px solid rgba(147, 51, 234, 0.3);
        /* Purple border */
        border-radius: 12px;
        color: #fff;
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
        transition: all 0.2s ease;
    }

    .expand-menu-item:hover,
    .expand-menu-item:active {
        background: rgba(147, 51, 234, 0.3);
        border-color: rgba(147, 51, 234, 0.6);
        transform: scale(0.98);
    }

    /* Fix for WordPress menu list items to match button style */
    .expand-menu-grid li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .expand-menu-grid li a {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        padding: 0.85rem 0.5rem;
        background: rgba(147, 51, 234, 0.15);
        /* Purple tint by default */
        border: 1px solid rgba(147, 51, 234, 0.3);
        /* Purple border */
        border-radius: 12px;
        color: #fff !important;
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
        transition: all 0.2s ease;
        min-height: 100%;
        /* Match height of other items */
        box-shadow: 0 2px 8px rgba(147, 51, 234, 0.1);
    }

    /* Add a generic icon for category items */
    .expand-menu-grid li a::before {
        content: '📁';
        font-size: 1.2rem;
        margin-bottom: 2px;
        opacity: 0.9;
    }

    /* Active/Hover state (brighter purple) */
    .expand-menu-grid li a:active,
    .expand-menu-grid li a:hover {
        background: rgba(147, 51, 234, 0.3);
        border-color: rgba(147, 51, 234, 0.6);
        transform: scale(0.98);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .menu-icon {
        font-size: 1.4rem;
    }

    /* Hide desktop nav on mobile */
    .top-nav {
        display: none;
    }

    /* Hide bottom nav since we have hamburger now */
    .bottom-nav {
        display: none !important;
    }
}

/* =====================================================
   WORDPRESS PAGE TEMPLATE STYLES (page.php)
   ===================================================== */

.wp-page-article {
    background: var(--surface-card-bg);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    margin-bottom: 2rem;
}

/* Featured Image Banner */
.wp-page-featured-img {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.wp-page-banner {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.wp-page-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(20, 20, 20, 0.95) 0%, transparent 100%);
    pointer-events: none;
}

/* Page Header */
.wp-page-header {
    position: relative;
}

.wp-page-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
    padding: 1.75rem 2rem 0.5rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.wp-page-featured-img+.wp-page-title,
.wp-page-featured-img~.wp-page-title {
    margin-top: -2rem;
    position: relative;
    z-index: 1;
}

.wp-page-meta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0 2rem 1.25rem;
    flex-wrap: wrap;
}

.wp-page-date,
.wp-page-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: var(--text-dim);
}

.wp-page-date svg,
.wp-page-updated svg {
    opacity: 0.6;
}

/* Page Content */
.wp-page-content {
    padding: 1.5rem 2rem 2.5rem;
    color: var(--text-dim);
    font-size: 1rem;
    line-height: 1.85;
}

/* Content Typography */
.wp-page-content h1,
.wp-page-content h2,
.wp-page-content h3,
.wp-page-content h4,
.wp-page-content h5,
.wp-page-content h6 {
    color: var(--text-primary);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.wp-page-content h2 {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-card);
}

.wp-page-content h3 {
    font-size: 1.25rem;
}

.wp-page-content h4 {
    font-size: 1.1rem;
}

.wp-page-content p {
    margin: 0 0 1.25rem;
}

.wp-page-content a {
    color: var(--accent-purple-light);
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid rgba(168, 85, 247, 0.3);
}

.wp-page-content a:hover {
    color: #c084fc;
    border-bottom-color: rgba(192, 132, 252, 0.5);
}

.wp-page-content ul,
.wp-page-content ol {
    padding-left: 1.5rem;
    margin: 0 0 1.25rem;
}

.wp-page-content li {
    margin-bottom: 0.5rem;
}

.wp-page-content li::marker {
    color: var(--accent-purple);
}

.wp-page-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background: rgba(147, 51, 234, 0.06);
    border-left: 4px solid var(--accent-purple);
    border-radius: 0 var(--radius-img) var(--radius-img) 0;
    color: var(--text-dim);
    font-style: italic;
}

.wp-page-content blockquote p:last-child {
    margin-bottom: 0;
}

.wp-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-img);
    margin: 1rem 0;
}

.wp-page-content pre {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-img);
    padding: 1.25rem;
    overflow-x: auto;
    font-size: 0.88rem;
    line-height: 1.6;
    margin: 1.5rem 0;
}

.wp-page-content code {
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.2);
    border-radius: 5px;
    padding: 0.15rem 0.45rem;
    font-size: 0.88em;
    color: var(--accent-purple-light);
}

.wp-page-content pre code {
    background: none;
    border: none;
    padding: 0;
    color: var(--text-dim);
}

.wp-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-img);
    overflow: hidden;
}

.wp-page-content th,
.wp-page-content td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-card);
}

.wp-page-content th {
    background: rgba(147, 51, 234, 0.12);
    color: var(--text-primary);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wp-page-content tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.wp-page-content hr {
    border: none;
    height: 1px;
    background: var(--border-card);
    margin: 2rem 0;
}

/* Paginated Pages */
.wp-page-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-card);
    flex-wrap: wrap;
}

.page-links-title {
    font-weight: 700;
    color: var(--text-primary);
    margin-right: 0.25rem;
}

.wp-page-link-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.2rem;
    height: 2.2rem;
    padding: 0 0.6rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.wp-page-link-number:hover {
    background: rgba(147, 51, 234, 0.2);
    border-color: rgba(147, 51, 234, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(147, 51, 234, 0.3);
}

/* WP block-specific styles for pages */
.wp-page-content .wp-block-image {
    margin: 1.5rem 0;
}

.wp-page-content .wp-block-image img {
    border-radius: var(--radius-img);
}

.wp-page-content .wp-block-gallery {
    margin: 1.5rem 0;
}

.wp-page-content .wp-block-separator {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-purple), transparent);
    margin: 2.5rem 0;
    opacity: 0.4;
}

.wp-page-content .wp-block-button__link {
    background: var(--primary-gradient);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: all 0.2s ease;
    box-shadow: var(--accent-glow);
}

.wp-page-content .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(147, 51, 234, 0.5);
}

/* Responsive Page Styles */
@media (max-width: 767px) {
    .wp-page-title {
        font-size: 1.5rem;
        padding: 1.25rem 1.25rem 0.4rem;
    }

    .wp-page-meta {
        padding: 0 1.25rem 1rem;
        gap: 0.75rem;
    }

    .wp-page-content {
        padding: 1rem 1.25rem 2rem;
        font-size: 0.95rem;
    }

    .wp-page-featured-img {
        max-height: 250px;
    }

    .wp-page-banner {
        max-height: 250px;
    }

    .wp-page-content h2 {
        font-size: 1.3rem;
    }

    .wp-page-content h3 {
        font-size: 1.15rem;
    }

    .wp-page-content pre {
        padding: 1rem;
        font-size: 0.82rem;
    }

    .wp-page-content blockquote {
        padding: 0.85rem 1rem;
    }
}

