/* ==========================================
   hakim.css - استایل صفحه اصلی
   جشنواره حکیم برهان الدین کرمانی
   نسخه فاینال - ریسپانسیو کامل
   ========================================== */

/* ==========================================
   ۰. متغیرهای رنگ قرمز
   ========================================== */
:root {
    --primary-red: #DC2626;
    --primary-red-dark: #B91C1C;
    --primary-red-light: #F87171;
    --gradient-red: linear-gradient(135deg, #DC2626, #B91C1C);
}

/* ==========================================
   ۱. پس‌زمینه انیمیشنی (Canvas)
   ========================================== */
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%);
}

/* ==========================================
   ۲. هدر - قرمز
   ========================================== */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    border-bottom: 2px solid rgba(220, 38, 38, 0.15);
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(220, 38, 38, 0.08);
}

/* ==========================================
   ۳. لوگو - قرمز - ریسپانسیو
   ========================================== */
.logo {
    font-size: 26px;
    font-weight: 900;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
    white-space: nowrap; /* جلوگیری از شکستن متن */
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon {
    font-size: 32px;
    filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.3));
    flex-shrink: 0; /* جلوگیری از کوچک شدن آیکون */
}

/* تبلت - کوتاه کردن متن */
@media (max-width: 1024px) {
    .logo {
        font-size: 18px;
        max-width: 180px; /* محدود کردن عرض */
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .logo-icon {
        font-size: 24px;
    }
}

/* موبایل - فقط آیکون + حکیم */
@media (max-width: 768px) {
    .logo {
        font-size: 16px;
        max-width: 120px;
    }

    .logo-icon {
        font-size: 22px;
    }
}

/* موبایل کوچک - فقط آیکون */
@media (max-width: 480px) {
    .logo {
        font-size: 0; /* مخفی کردن متن */
        width: 40px;
        justify-content: center;
    }
    
    .logo::after {
        content: 'حکیم';
        font-size: 14px;
        display: block;
    }
    
    .logo-icon {
        font-size: 28px;
        margin: 0;
    }
}

/* موبایل خیلی کوچک - فقط آیکون بدون متن */
@media (max-width: 360px) {
    .logo::after {
        display: none;
    }
    
    .logo {
        width: 35px;
    }
    
    .logo-icon {
        font-size: 26px;
    }
}
/* ==========================================
   ۴. منوی ناوبری دسکتاپ - قرمز
   ========================================== */
.nav-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
}

.nav-menu > li {
    position: relative;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-red);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-menu a.active,
.nav-menu a:hover {
    color: var(--primary-red);
}

.nav-menu .dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
    color: var(--primary-red);
}

.nav-menu li:hover .dropdown-arrow {
    transform: rotate(180deg);
}

/* ==========================================
   ۵. دراپ‌داون - قرمز
   ========================================== */
.dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.15);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 38, 38, 0.1);
    z-index: 100;
}

.nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-size: 14px;
    color: var(--text-dark);
    transition: all 0.2s ease;
}

.dropdown a::after {
    display: none;
}

.dropdown a:hover {
    background: linear-gradient(90deg, rgba(220, 38, 38, 0.1), transparent);
    padding-right: 22px;
    color: var(--primary-red);
}

.dropdown a .game-icon {
    font-size: 18px;
}

/* ==========================================
   ۶. دکمه ورود/ثبت‌نام هدر - قرمز
   ========================================== */
.auth-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 25px;
    background: var(--gradient-red);
    background-size: 200% 200%;
    color: white;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.35);
    position: relative;
    overflow: hidden;
}

.auth-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.auth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5);
    animation: pulseRed 1.5s ease infinite;
}

.auth-btn:hover::before {
    left: 100%;
}

@keyframes pulseRed {
    0%, 100% { box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5); }
    50% { box-shadow: 0 8px 35px rgba(220, 38, 38, 0.7); }
}

/* ==========================================
   ۷. دکمه همبرگری - قرمز
   ========================================== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1001;
    padding: 5px;
    order: -1;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary-red);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ==========================================
   ۸. منوی موبایل (Sidebar) - قرمز
   ========================================== */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 320px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    z-index: 999;
    padding: 100px 25px 40px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 40px rgba(220, 38, 38, 0.1);
    overflow-y: auto;
}

.mobile-nav.active {
    right: 0;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-menu {
    list-style: none;
}

.mobile-nav-menu > li {
    border-bottom: 1px solid rgba(220, 38, 38, 0.1);
}

.mobile-nav-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-nav-menu > li > a:hover,
.mobile-nav-menu > li > a.active {
    color: var(--primary-red);
}

.mobile-nav-menu .mobile-dropdown-arrow {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.mobile-nav-menu .mobile-dropdown-arrow.active {
    transform: rotate(180deg);
}

.mobile-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(220, 38, 38, 0.03);
    border-radius: 12px;
    margin-bottom: 8px;
}

.mobile-dropdown.active {
    max-height: 500px;
}

.mobile-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.2s ease;
}

.mobile-dropdown a:hover {
    color: var(--primary-red);
    background: rgba(220, 38, 38, 0.08);
}

.mobile-dropdown a .game-icon {
    font-size: 16px;
}

.mobile-auth-btn {
    display: block;
    width: 100%;
    padding: 14px;
    margin-top: 25px;
    border: none;
    border-radius: 14px;
    background: var(--gradient-red);
    color: white;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.35);
}

.mobile-auth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(220, 38, 38, 0.45);
}

/* ==========================================
   ۹. پوستر Hero - تمام صفحه
   ========================================== */
.hero-section {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.hero-section:hover .hero-poster {
    transform: scale(1.02);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 80px 20px;
}

.hero-content {
    text-align: center;
    color: white;
    max-width: 800px;
}

.hero-title {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    font-size: 22px;
    margin-bottom: 35px;
    opacity: 0.95;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease 0.2s both;
}

.hero-btn {
    padding: 18px 55px;
    border: none;
    border-radius: 50px;
    background: var(--gradient-red);
    color: white;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(220, 38, 38, 0.5);
    animation: fadeInUp 1s ease 0.4s both;
}

.hero-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.6);
}
.img-logoo{
    height: 50px;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%; 
    transform: translateX(-50%);
    color: white;
    font-size: 35px;
    animation: bounce 2s ease infinite;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(15px); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   ۱۰. محتوای اصلی - شفاف
   ========================================== */
.main-content {
    padding: 50px 50px;
    position: relative;
    z-index: 10;
    background: transparent;
    overflow-x: hidden;
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-title h1 {
    font-size: 38px;
    font-weight: 800;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.page-title p {
    font-size: 17px;
    color: var(--text-muted);
}
/* ==========================================
   Submenu برای نمونه سوالات - چرتکه
   ========================================== */

/* کانتینر dropdown که submenu داره */
.dropdown-nested {
    min-width: 240px;
}

/* آیتمی که submenu داره */
.dropdown-item-nested {
    position: relative;
}

/* لینک اصلی چرتکه */
.dropdown-item-nested > a.has-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* فلش submenu */
.submenu-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
    margin-right: auto;
    color: var(--primary-red);
}

/* چرخش فلش هنگام hover */
.dropdown-item-nested:hover .submenu-arrow {
    transform: translateX(-4px);
}

/* Submenu اصلی */
.submenu {
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.15);
    padding: 12px 0;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(220, 38, 38, 0.1);
    z-index: 102;
}

/* نمایش submenu هنگام hover */
.dropdown-item-nested:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* لینک‌های داخل submenu */
.submenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-size: 14px;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.2s ease;
}

/* حذف ::after برای submenu */
.submenu a::after {
    display: none !important;
}

/* Hover روی لینک‌های submenu */
.submenu a:hover {
    background: linear-gradient(90deg, rgba(220, 38, 38, 0.1), transparent);
    padding-right: 22px;
    color: var(--primary-red);
}

/* آیکون‌های submenu */
.submenu a .game-icon {
    font-size: 16px;
}

/* ==========================================
   ریسپانسیو - تبلت و موبایل
   ========================================== */
@media (max-width: 1024px) {
    /* در موبایل submenu به صورت عمودی باز شود */
    .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin: 8px 0 0 20px;
        padding: 8px 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        box-shadow: none;
        border: none;
        border-right: 2px solid rgba(220, 38, 38, 0.2);
        background: rgba(220, 38, 38, 0.03);
    }
    
    /* باز شدن با کلیک */
    .dropdown-item-nested.active > .submenu {
        max-height: 300px;
    }
}

/* ==========================================
   ۱۱. اسلایدر بازی‌ها - اصلاح شده کامل
   ========================================== */
.slider-section {
    margin-bottom: 80px;
    position: relative;
    z-index: 20;
    background: transparent;
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    /* حذف perspective برای جلوگیری از overflow */
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide {
    position: absolute;
    width: 320px;
    height: 400px;
    left: 50%;
    top: 50%;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: 4px solid transparent;
    background: linear-gradient(white, white) padding-box,
                var(--gradient-red) border-box;
}

.slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .game-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slide.active .game-label {
    opacity: 1;
}

/* موقعیت اسلایدها - فقط با translate */
.slide.active {
    transform: translate(-50%, -50%) scale(1);
    z-index: 5;
    box-shadow: 0 25px 60px rgba(220, 38, 38, 0.3);
}

.slide.next {
    transform: translate(30%, -50%) scale(0.85);
    z-index: 4;
    opacity: 0.7;
}

.slide.prev {
    transform: translate(-130%, -50%) scale(0.85);
    z-index: 4;
    opacity: 0.7;
}

.slide.next-2 {
    transform: translate(100%, -50%) scale(0.7);
    z-index: 3;
    opacity: 0.5;
}

.slide.prev-2 {
    transform: translate(-200%, -50%) scale(0.7);
    z-index: 3;
    opacity: 0.5;
}

.slide.hidden {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

/* دکمه‌های ناوبری اسلایدر */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-red);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.slider-nav:hover {
    background: var(--primary-red);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev-btn { right: 8%; }
.slider-nav.next-btn { left: 8%; }

/* نقاط اسلایدر */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 35px;
}

.slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(200, 200, 200, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: var(--gradient-red);
    transform: scale(1.3);
}

/* ==========================================
   ۱۲. تایمرها - نیمه شفاف
   ========================================== */
.timers-section {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
    background: transparent;
}

.timer-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 40px;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.15);
    min-width: 320px;
    backdrop-filter: blur(15px);
}

.timer-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 25px;
}

.timer-display {
    display: flex;
    justify-content: center;
    gap: 15px;
    direction: ltr;
}

.time-block {
    text-align: center;
}

.time-value {
    width: 60px;
    height: 70px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(240,240,240,0.9) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-dark);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    position: relative;
    backdrop-filter: blur(5px);
}

.time-value::after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}

.time-label {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 8px;
    font-weight: 500;
}

.time-separator {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-red);
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.timer-date {
    margin-top: 20px;
    padding: 10px 25px;
    background: var(--gradient-red);
    color: white;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.timer-expired {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
}

/* ==========================================
   ۱۳. دکمه ثبت‌نام بزرگ
   ========================================== */
.cta-section {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 20;
    background: transparent;
}

.register-btn {
    padding: 22px 90px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Vazirmatn', sans-serif;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    background: var(--gradient-red);
    background-size: 200% 200%;
    color: white;
    box-shadow: 0 10px 40px rgba(220, 38, 38, 0.4);
    position: relative;
    overflow: hidden;
}

.register-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.register-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(220, 38, 38, 0.5);
    animation: pulseRed 1.5s ease infinite;
}

.register-btn:hover::before {
    left: 100%;
}

/* ==========================================
   ۱۴. گالری جشنواره‌های گذشته
   ========================================== */
.gallery-section {
    padding: 80px 50px;
    position: relative;
    z-index: 20;
    background: transparent;
}

/* هدر گالری */
.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-title {
    font-size: 36px;
    font-weight: 800;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.gallery-subtitle {
    font-size: 16px;
    color: var(--text-muted);
}

/* کارت‌های سال‌ها */
.gallery-years {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.year-card {
    width: 280px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.year-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(220, 38, 38, 0.25);
}

.year-card.active {
    box-shadow: 0 0 0 4px var(--primary-red), 0 25px 60px rgba(220, 38, 38, 0.3);
}

.year-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.year-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.year-card:hover .year-cover {
    transform: scale(1.1);
}

/* اورلی روی کارت */
.year-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.2) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 25px;
    transition: all 0.4s ease;
}

.year-card:hover .year-overlay {
    background: linear-gradient(
        to top,
        rgba(220, 38, 38, 0.9) 0%,
        rgba(220, 38, 38, 0.5) 50%,
        rgba(220, 38, 38, 0.2) 100%
    );
}

.year-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--gradient-red);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.year-title {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.year-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.year-card:hover .year-desc {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================
   ۱۵. اسلایدر گالری - اصلاح شده
   ========================================== */
.gallery-slider-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.6s ease,
                opacity 0.4s ease;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    margin-top: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.gallery-slider-container.active {
    max-height: 900px;
    padding: 30px;
    opacity: 1;
}

/* هدر اسلایدر */
.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(220, 38, 38, 0.1);
}

.slider-year-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-red);
}

.close-gallery-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.1);
    color: var(--primary-red);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.close-gallery-btn:hover {
    background: var(--primary-red);
    color: white;
    transform: rotate(90deg);
}

/* اسلایدر اصلی */
.gallery-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.gallery-slides {
    width: 100%;
    max-width: 700px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.gallery-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0.95);
}

.gallery-slide.active {
    opacity: 1;
    transform: scale(1);
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* دکمه‌های ناوبری */
.gallery-nav {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-red);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gallery-nav:hover {
    background: var(--primary-red);
    color: white;
    transform: scale(1.1);
}

/* شمارنده */
.gallery-counter {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: var(--text-muted);
    font-weight: 600;
}

.gallery-counter span {
    color: var(--primary-red);
    font-weight: 700;
}

/* تامبنیل‌ها */
.gallery-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.gallery-thumb {
    width: 70px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.gallery-thumb:hover {
    opacity: 0.8;
}

.gallery-thumb.active {
    opacity: 1;
    border-color: var(--primary-red);
    transform: scale(1.1);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================
   ۱۶. فوتر
   ========================================== */
.footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    color: white;
    padding: 60px 50px 30px;
    position: relative;
    z-index: 100;
    margin-top: 80px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-section h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-red-light);
    position: relative;
    padding-bottom: 12px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-red-light), transparent);
    border-radius: 2px;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    font-size: 14px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 800;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a::before {
    content: '←';
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-red-light);
    padding-right: 5px;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-games {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.footer-games a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 13px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-games a:hover {
    background: rgba(220, 38, 38, 0.2);
    color: white;
}

.footer-games .game-icon {
    font-size: 14px;
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact .contact-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.social-links a {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.social-links a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.social-links a:hover {
    background: var(--gradient-red);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.footer-bottom a {
    color: var(--primary-red-light);
    text-decoration: none;
}

/* ==========================================
   ۱۷. ریسپانسیو - تبلت (768px - 1024px)
   ========================================== */
@media (max-width: 1024px) {
    .slider-nav.prev-btn { right: 5%; }
    .slider-nav.next-btn { left: 5%; }

    .hamburger {
        display: flex;
    }

    .desktop-nav,
    .header .auth-btn {
        display: none;
    }

    .header {
        padding: 15px 20px;
    }
    
    .hero-section {
        height: 85vh;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    /* اسلایدر بازی‌ها - مخفی کردن prev-2 و next-2 */
    .slide.prev-2,
    .slide.next-2 {
        display: none;
    }
    
    .gallery-years {
        gap: 20px;
    }
    
    .year-card {
        width: 240px;
        height: 240px;
    }
}

/* ==========================================
   ۱۸. ریسپانسیو - موبایل (max-width: 768px)
   ========================================== */
@media (max-width: 768px) {
    .header {
        padding: 12px 15px;
    }

    .logo {
        font-size: 20px;
    }

    .logo-icon {
        font-size: 26px;
    }
    
    .hero-section {
        height: 70vh;
        min-height: 450px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-btn {
        padding: 14px 40px;
        font-size: 16px;
    }
    
    .hero-overlay {
        padding: 60px 15px;
    }

    .main-content {
        padding: 30px 15px;
    }

    .page-title h1 {
        font-size: 24px;
    }

    .page-title p {
        font-size: 14px;
    }

    .slider-container {
        height: 280px;
    }

    .slide {
        width: 180px;
        height: 230px;
    }

    .slide .game-label {
        font-size: 14px;
        padding: 12px;
    }

    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .slider-nav.prev-btn { right: 5px; }
    .slider-nav.next-btn { left: 5px; }

    /* مخفی کردن کامل اسلایدهای دور */
    .slide.prev-2, 
    .slide.next-2,
    .slide.hidden {
        display: none;
    }

    .timers-section {
        gap: 25px;
    }

    .timer-box {
        min-width: auto;
        width: 100%;
        padding: 25px 15px;
    }

    .time-value {
        width: 48px;
        height: 58px;
        font-size: 26px;
    }

    .timer-display {
        gap: 8px;
    }

    .time-separator {
        font-size: 24px;
    }

    .register-btn {
        padding: 18px 50px;
        font-size: 18px;
        width: 95%;
    }

    .footer {
        padding: 40px 15px 25px;
    }

    .footer-content {
        gap: 35px;
    }

    .footer-games {
        grid-template-columns: 1fr;
    }

    .social-links {
        justify-content: center;
    }
    
    /* گالری */
    .gallery-section {
        padding: 50px 15px;
    }
    
    .gallery-title {
        font-size: 28px;
    }
    
    .gallery-years {
        gap: 15px;
    }
    
    .year-card {
        width: 160px;
        height: 160px;
    }
    
    .year-title {
        font-size: 16px;
    }
    
    .year-badge {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .gallery-slider-container.active {
        padding: 20px 15px;
        max-height: 750px;
    }
    
    .gallery-slides {
        height: 250px;
    }
    
    .gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .slider-year-title {
        font-size: 18px;
    }
    
    .gallery-thumb {
        width: 50px;
        height: 35px;
    }
}

/* ==========================================
   ۱۹. ریسپانسیو - موبایل کوچک (max-width: 480px)
   ========================================== */
@media (max-width: 480px) {
    .hero-section {
        height: 60vh;
        min-height: 400px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .hero-btn {
        padding: 12px 35px;
        font-size: 14px;
    }
    
    .slider-container {
        height: 250px;
    }
    
    .slide {
        width: 150px;
        height: 200px;
    }
    
    .slide .game-label {
        font-size: 12px;
        padding: 10px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .slider-nav.prev-btn { right: 2px; }
    .slider-nav.next-btn { left: 2px; }
    
    .year-card {
        width: 140px;
        height: 140px;
    }
    
    .year-title {
        font-size: 14px;
    }
    
    .year-overlay {
        padding: 15px;
    }
    
    .gallery-slides {
        height: 200px;
    }
    
    .gallery-slider {
        gap: 10px;
    }
    
    .gallery-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .gallery-slider-container.active {
        max-height: 650px;
    }
}

/* ==========================================
   ۲۰. ریسپانسیو - مانیتور بزرگ (min-width: 1400px)
   ========================================== */
@media (min-width: 1400px) {
    .hero-section {
        height: 100vh;
        max-height: 1000px;
    }
    
    .hero-title {
        font-size: 60px;
    }
    
    .hero-subtitle {
        font-size: 26px;
    }
    
    .slider-container {
        height: 550px;
    }

    .slide {
        width: 400px;
        height: 500px;
    }

    .slide .game-label {
        font-size: 24px;
        padding: 25px;
    }

    .slider-nav {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }
    
    .slider-nav.prev-btn { right: 10%; }
    .slider-nav.next-btn { left: 10%; }
}

/* ==========================================
   ۲۱. بخش حامیان جشنواره - کندوی شش‌ضلعی
   ========================================== */
.sponsors-section {
    padding: 80px 50px;
    position: relative;
    z-index: 20;
    background: linear-gradient(180deg, transparent 0%, rgba(254, 242, 242, 0.3) 50%, transparent 100%);
    overflow: visible;
}

/* عنوان بخش */
.sponsors-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.sponsors-header.visible {
    opacity: 1;
    transform: translateY(0);
}

.sponsors-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.sponsors-icon {
    font-size: 40px;
}

.sponsors-title {
    font-size: 36px;
    font-weight: 800;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sponsors-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}

/* کانتینر اصلی */
.sponsors-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: row-reverse;
}

/* متن سمت راست */
.sponsors-text {
    flex: 0 0 380px;
    text-align: right;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.sponsors-text.visible {
    opacity: 1;
    transform: translateX(0);
}

.sponsors-text-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.sponsors-text-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: var(--gradient-red);
    border-radius: 2px;
}

.sponsors-text-desc {
    font-size: 15px;
    line-height: 2;
    color: #555;
    margin-bottom: 35px;
}

/* آمار */
.sponsors-stats {
    display: flex;
    gap: 20px;
}

.stat-item {
    text-align: center;
    padding: 20px 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 38, 38, 0.1);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(220, 38, 38, 0.15);
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-red);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

/* ==========================================
   کندوی شش‌ضلعی (Honeycomb)
   ========================================== */
.honeycomb-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    max-width: 550px;
}

.honeycomb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.hex-row {
    display: flex;
    gap: 12px;
}

.hex-row-offset {
    margin-right: 62px;
}

/* آیتم شش‌ضلعی */
.hex-item {
    width: 110px;
    height: 127px;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.hex-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* شکل شش‌ضلعی */
.hex-inner {
    width: 100%;
    height: 100%;
    background: white;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgba(220, 38, 38, 0.2);
}

.hex-inner:hover {
    background: linear-gradient(135deg, #fff 0%, #fef2f2 100%);
    transform: scale(1.08);
    border-color: rgba(220, 38, 38, 0.5);
}

/* لوگو */
.hex-inner img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.hex-inner:hover img {
    transform: scale(1.1);
}

/* اسم حامی */
.hex-name {
    font-size: 10px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;
    max-width: 85px;
}

/* ==========================================
   ۲۲. ریسپانسیو حامیان
   ========================================== */
@media (max-width: 1200px) {
    .sponsors-container {
        flex-direction: column;
        gap: 50px;
    }
    
    .sponsors-text {
        flex: none;
        text-align: center;
        max-width: 550px;
        transform: translateY(30px);
    }
    
    .sponsors-text.visible {
        transform: translateY(0);
    }
    
    .sponsors-text-title::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    .sponsors-stats {
        justify-content: center;
    }
    
    .honeycomb-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .sponsors-section {
        padding: 60px 15px;
    }
    
    .sponsors-title {
        font-size: 26px;
    }
    
    .sponsors-icon {
        font-size: 32px;
    }
    
    .sponsors-text-title {
        font-size: 22px;
    }
    
    .sponsors-text-desc {
        font-size: 14px;
        line-height: 1.9;
    }
    
    .sponsors-stats {
        gap: 15px;
    }
    
    .stat-item {
        padding: 15px 20px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    /* شش‌ضلعی کوچکتر */
    .hex-item {
        width: 85px;
        height: 98px;
    }
    
    .hex-inner img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    
    .hex-name {
        font-size: 8px;
        max-width: 70px;
    }
    
    .hex-row {
        gap: 8px;
    }
    
    .hex-row-offset {
        margin-right: 47px;
    }
    
    .honeycomb {
        gap: 6px;
    }
}

@media (max-width: 550px) {
    .sponsors-section {
        padding: 50px 10px;
    }
    
    .sponsors-title-wrapper {
        flex-direction: column;
        gap: 8px;
    }
    
    .sponsors-title {
        font-size: 22px;
    }
    
    .sponsors-subtitle {
        font-size: 13px;
    }
    
    .sponsors-stats {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .stat-item {
        width: 100%;
        max-width: 200px;
    }
    
    /* شش‌ضلعی برای موبایل */
    .hex-item {
        width: 70px;
        height: 81px;
    }
    
    .hex-inner {
        padding: 10px 5px;
    }
    
    .hex-inner img {
        width: 32px;
        height: 32px;
        margin-bottom: 4px;
    }
    
    .hex-name {
        font-size: 7px;
        max-width: 58px;
    }
    
    .hex-row {
        gap: 6px;
    }
    
    .hex-row-offset {
        margin-right: 38px;
    }
    
    .honeycomb {
        gap: 5px;
    }
}

@media (max-width: 400px) {
    .hex-item {
        width: 60px;
        height: 69px;
    }
    
    .hex-inner img {
        width: 26px;
        height: 26px;
    }
    
    .hex-name {
        font-size: 6px;
        max-width: 50px;
    }
    
    .hex-row-offset {
        margin-right: 33px;
    }
}

/* ==========================================
   Submenu موبایل - استایل اضافی
   ========================================== */
.mobile-submenu {
    margin-right: 20px;
    padding-right: 15px;
    border-right: 2px solid rgba(220, 38, 38, 0.2);
    background: rgba(220, 38, 38, 0.05);
    border-radius: 8px;
    margin-top: 8px;
}

.mobile-submenu a {
    padding: 10px 16px;
    font-size: 13px;
}

.has-submenu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ریسپانسیو Submenu */
@media (max-width: 480px) {
    .mobile-submenu {
        margin-right: 15px;
        padding-right: 12px;
    }
    
    .mobile-submenu a {
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .mobile-submenu {
        margin-right: 12px;
        padding-right: 10px;
    }
    
    .mobile-submenu a {
        padding: 7px 12px;
        font-size: 11px;
    }
}

/* ==========================================
   اسلایدر پوستر Hero - 3 اسلاید
   ========================================== */

/* کانتینر اسلایدر */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* هر اسلاید */
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

/* اسلاید فعال */
.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

/* عکس پوستر */
.hero-slide .hero-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* اورلی */
.hero-slide .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 80px 20px;
}

/* محتوای اسلاید */
.hero-slide .hero-content {
    text-align: center;
    color: white;
    max-width: 800px;
    animation: fadeInUp 1s ease;
}

/* دکمه‌های ناوبری */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-red);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.hero-nav:hover {
    background: var(--primary-red);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.hero-prev {
    left: 30px;
}

.hero-next {
    right: 30px;
}

/* نقاط اسلایدر */
.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.hero-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.hero-dot.active {
    background: var(--primary-red);
    border-color: white;
    transform: scale(1.3);
}

/* نشانگر اسکرول */
.scroll-indicator {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 35px;
    animation: bounce 2s ease infinite;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    z-index: 10;
}

/* ==========================================
   ریسپانسیو Hero Slider
   ========================================== */

/* تبلت و موبایل بزرگ */
@media (max-width: 1024px) {
    .hero-content {
        padding: 0 30px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-btn {
        font-size: 1rem;
        padding: 14px 35px;
    }
    
    .hero-nav {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .hero-prev {
        left: 15px;
    }
    
    .hero-next {
        right: 15px;
    }
}

/* موبایل متوسط */
@media (max-width: 768px) {
    .hero-section {
        height: 70vh;
        min-height: 500px;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .hero-btn {
        font-size: 0.95rem;
        padding: 12px 30px;
    }
    
    .hero-nav {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .hero-prev {
        left: 10px;
    }
    
    .hero-next {
        right: 10px;
    }
    
    .hero-dots {
        bottom: 25px;
    }
    
    .hero-dot {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
    
    .scroll-indicator {
        bottom: 80px;
        font-size: 2rem;
        width: 50px;
        height: 50px;
    }
}

/* موبایل کوچک */
@media (max-width: 480px) {
    .hero-section {
        height: 60vh;
        min-height: 450px;
    }
    
    .hero-content {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    
    .hero-btn {
        font-size: 0.85rem;
        padding: 10px 25px;
    }
    
    .hero-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        opacity: 0.7;
    }
    
    .hero-prev {
        left: 8px;
    }
    
    .hero-next {
        right: 8px;
    }
    
    .hero-dots {
        bottom: 20px;
    }
    
    .hero-dot {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
    
    .scroll-indicator {
        bottom: 70px;
        font-size: 1.8rem;
        width: 45px;
        height: 45px;
    }
}

/* موبایل خیلی کوچک */
@media (max-width: 360px) {
    .hero-title {
        font-size: 1.3rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
    }
    
    .hero-btn {
        font-size: 0.8rem;
        padding: 9px 20px;
    }
    
    .hero-nav {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* حالت landscape موبایل */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        height: 100vh;
    }
    
    .hero-content {
        transform: translateY(-50%) scale(0.8);
    }
    
    .hero-dots {
        bottom: 15px;
    }
    
    .scroll-indicator {
        display: none;
    }
}

/* ==========================================
   زیرمنوی موبایل (Submenu)
   ========================================== */

.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(255, 255, 255, 0.05);
    margin: 0;
    padding: 0;
}

.mobile-submenu.active {
    max-height: 500px;
}

.mobile-submenu-item {
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 40px !important;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    border-right: 3px solid transparent;
}

.mobile-submenu-item:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-right: 45px !important;
    border-right-color: #DC2626;
}

.mobile-submenu-item .game-icon {
    margin-left: 10px;
    font-size: 1.1rem;
}

.mobile-submenu-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.mobile-submenu-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-submenu-trigger .submenu-arrow {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
    margin-right: 8px;
}

.mobile-submenu-trigger.active .submenu-arrow {
    transform: rotate(180deg);
}

.mobile-submenu-trigger.active {
    background: rgba(255, 255, 255, 0.08);
    color: #DC2626;
}

@media (max-width: 480px) {
    .mobile-submenu-item {
        padding: 10px 15px 10px 35px !important;
        font-size: 0.9rem;
    }
    
    .mobile-submenu-item:hover {
        padding-right: 40px !important;
    }
}

/* ==========================================
   بنر هشدار بالای هدر
   ========================================== */

.top-alert-banner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(90deg, #DC2626 0%, #B91C1C 100%);
    color: white;
    z-index: 99999;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4);
}

.top-alert-banner.active {
    transform: translateY(0);
}

.alert-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.alert-icon {
    font-size: 22px;
    animation: bounce 1s infinite alternate;
    margin-left: 15px;
}

.alert-text {
    flex: 1;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.alert-text strong {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 5px;
}

.alert-link {
    color: #FEF3C7;
    text-decoration: none;
    border-bottom: 1px dashed #FEF3C7;
    margin-right: 15px;
    padding: 2px 0;
    transition: all 0.3s ease;
    font-weight: 600;
}

.alert-link:hover {
    color: white;
    border-bottom-color: white;
}

.alert-close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.alert-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

@keyframes bounce {
    from { transform: translateY(0); }
    to { transform: translateY(-5px); }
}

/* تنظیم هدر اصلی برای نمایش با بنر */
body.has-alert-banner .header {
    top: 48px;
}

/* ==========================================
   Modal جامع توضیحات سایت
   ========================================== */

.site-notice-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.site-notice-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
}

.modal-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-card {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 24px;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(220, 38, 38, 0.2);
    transform: translateY(50px) scale(0.95);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}

.site-notice-modal.active .modal-card {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* هدر Modal */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: linear-gradient(135deg, #fef2f2 0%, #fee 100%);
    border-bottom: 2px solid var(--primary-red);
    border-radius: 24px 24px 0 0;
    position: relative;
    overflow: hidden;
}

.modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 60%, rgba(220, 38, 38, 0.1) 100%);
}

.modal-title-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.modal-icon {
    font-size: 48px;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 8px rgba(220, 38, 38, 0.3));
    animation: float 3s ease-in-out infinite;
}

.modal-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 5px;
    line-height: 1.3;
}

.modal-subtitle {
    font-size: 16px;
    color: var(--primary-red);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-subtitle::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-red);
    border-radius: 50%;
    display: inline-block;
    animation: blink 1.5s infinite;
}

.modal-close-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.1);
    color: var(--primary-red);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.modal-close-btn:hover {
    background: var(--primary-red);
    color: white;
    transform: rotate(90deg);
}

.modal-close-btn svg {
    width: 24px;
    height: 24px;
}

/* بدنه Modal */
.modal-body {
    padding: 30px;
}

/* نوار وضعیت */
.status-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgba(220, 38, 38, 0.05);
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid rgba(220, 38, 38, 0.1);
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
}

.status-dot.active {
    background: #10B981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
    animation: pulse 2s infinite;
}

.status-text {
    font-weight: 600;
    color: var(--text-dark);
}

.update-icon {
    margin-left: 8px;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* بخش‌های مختلف */
.notice-section {
    margin-bottom: 35px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.notice-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(220, 38, 38, 0.1);
}

.section-icon {
    font-size: 24px;
}

.section-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.section-content p {
    margin-bottom: 15px;
}

.section-content strong {
    color: var(--primary-red);
    font-weight: 700;
}

/* شبکه سرویس‌ها */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.service-card {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-card.active {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
}

.service-card.limited {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.3);
}

.service-card.developing {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
}

.service-card.inactive {
    background: rgba(107, 114, 128, 0.1);
    border-color: rgba(107, 114, 128, 0.3);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.service-status {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}

.service-status.active {
    background: #10B981;
    color: white;
}

.service-status.limited {
    background: #F59E0B;
    color: white;
}

.service-status.developing {
    background: #3B82F6;
    color: white;
}

.service-status.inactive {
    background: #6B7280;
    color: white;
}

.service-icon {
    font-size: 24px;
}

.service-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.service-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* لیست مشکلات */
.issues-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.issue-item {
    display: flex;
    gap: 15px;
    padding: 18px;
    background: rgba(239, 68, 68, 0.05);
    border-radius: 12px;
    border-right: 4px solid var(--primary-red);
    transition: all 0.3s ease;
}

.issue-item:hover {
    background: rgba(239, 68, 68, 0.1);
    transform: translateX(-5px);
}

.issue-icon {
    font-size: 24px;
    background: rgba(239, 68, 68, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.issue-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.issue-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* شبکه راهکارها */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.solution-card {
    text-align: center;
    padding: 25px 20px;
    background: white;
    border-radius: 16px;
    border: 2px solid rgba(220, 38, 38, 0.1);
    transition: all 0.3s ease;
}

.solution-card:hover {
    border-color: var(--primary-red);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.1);
}

.solution-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: inline-block;
}

.solution-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.solution-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* تایمر شمارش معکوس */
.countdown-section {
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    border-radius: 16px;
    margin: 30px 0;
    border: 2px solid rgba(220, 38, 38, 0.2);
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
    direction: ltr;
}

.countdown-item {
    text-align: center;
}

.countdown-value {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-red);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.countdown-value::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(220, 38, 38, 0.05);
}

.countdown-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
}

.countdown-separator {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-red);
    padding-bottom: 25px;
    animation: blink 1s infinite;
}

.countdown-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* فوتر Modal */
.modal-footer {
    padding: 25px 30px;
    background: rgba(249, 250, 251, 0.8);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 24px 24px;
}

.footer-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.btn-secondary {
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

.btn-support {
    padding: 14px 32px;
    border-radius: 50px;
    background: white;
    color: var(--primary-red);
    font-family: 'Vazirmatn', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: 2px solid var(--primary-red);
}

.btn-support:hover {
    background: var(--primary-red);
    color: white;
    transform: translateY(-3px);
}

.btn-icon {
    font-size: 18px;
}

.footer-note {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-note p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.team-signature {
    color: var(--primary-red) !important;
    font-weight: 700;
    font-size: 16px !important;
    margin-top: 10px !important;
}

/* انیمیشن‌ها */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }
    50% { 
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .alert-content {
        padding: 10px 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .alert-text {
        font-size: 14px;
    }
    
    .alert-link {
        margin: 5px 0;
        display: inline-block;
    }
    
    .modal-card {
        max-height: 95vh;
    }
    
    .modal-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 20px;
    }
    
    .modal-title-section {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-title {
        font-size: 22px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .services-grid,
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    
    .countdown-timer {
        gap: 10px;
    }
    
    .countdown-value {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    
    .footer-actions {
        flex-direction: column;
    }
    
    .btn-secondary,
    .btn-support {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .alert-content {
        padding: 8px 15px;
    }
    
    .alert-text {
        font-size: 13px;
    }
    
    .alert-icon {
        font-size: 18px;
    }
    
    .modal-body {
        padding: 15px;
    }
    
    .notice-section {
        padding: 20px 15px;
    }
    
    .countdown-value {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .countdown-separator {
        font-size: 24px;
        padding-bottom: 15px;
    }
}