/*
Theme Name: آرتیست
Theme URI: http://taherkian.com/
Description: قالب اختصاصی طاهر کیان با قابلیت حالت شب، اسلایدر، پخش موزیک و مدیریت آلبوم. طراحی شده توسط ام اس بی وب.
Author: ام اس بی وب
Author URI: http://msbweb.ir
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artist
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, music, entertainment, dark-mode, slider, music-player

=== ویژگی های قالب ===
* طراحی کاملا ریسپانسیو (واکنش گرا)
* دارای حالت شب و روز (Dark/Light Mode)
* اسلایدر حرفه ای برای نمایش آثار
* پلیر اختصاصی پخش موسیقی و ویدیو
* صفحه بیوگرافی هنرمند
* سیستم آلبوم و گالری
* صفحه اختصاصی دانلود آهنگ
* بخش آخرین مطالب و اخبار
* سازگار با افزونه های محبوب وردپرس
* بهینه شده برای سئو و سرعت
* پشتیبانی از ترجمه (فارسی/انگلیسی)
*/


/* هدر */

       /* استایل‌های کلی */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Vazirmatn', sans-serif;
        }

        body {
            background-color: #0a0a0a;
            color: #f0f0f0;
            overflow-x: hidden;
            line-height: 1.6;
            padding: 0;
            margin: 0;
            transition: background-color 0.5s ease;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        body.light-mode {
            background-color: #f0f0f0;
            color: #333;
        }
.song-link {
    text-decoration: none !important;
}

.song-link:hover {
    text-decoration: none !important;
}

.song-title, .song-artist, .song-type {
    text-decoration: none !important;
}

a.song-link, a.song-link:visited, a.song-link:hover, a.song-link:active {
    text-decoration: none !important;
}
        /* طرح‌بندی شیشه‌ای و نئونی */
        .glass-effect {
            background: rgba(20, 20, 20, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 7px rgba(255, 77, 90, 0.7),
                        0 0 15px rgba(255, 77, 90, 0.4),
                        0 0 30px rgba(255, 77, 90, 0.2);
            border-radius: 30px;
            margin: 10px;
        }

        .light-mode .glass-effect {
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(255, 77, 90, 0.2);
            box-shadow: 0 0 15px rgba(255, 77, 90, 0.5),
                        0 0 25px rgba(255, 77, 90, 0.3);
        }

        /* هدر و ناوبری */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: calc(100% - 20px);
            z-index: 1000;
            padding: 15px 5%;
            transition: all 0.3s ease;
        }

        header.scrolled {
            padding: 10px 5%;
            background: rgba(10, 10, 10, 0.95);
            box-shadow: 0 0 20px rgba(255, 77, 90, 0.6),
                        0 0 35px rgba(255, 77, 90, 0.4);
        }

        .light-mode header.scrolled {
            background: rgba(240, 240, 240, 0.95);
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .logo-img {
            width: 150px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #ff4d5a;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            border-radius: 12px;
            box-shadow: 0 0 10px #ff4d5a, 0 0 20px rgba(255, 77, 90, 0.5);
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .logo-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .light-mode .logo-img {
            border: 2px solid #ff4d5a;
            color: #333;
            box-shadow: 0 0 10px #ff4d5a, 0 0 20px rgba(255, 77, 90, 0.5);
        }

        .logo-img:hover {
            transform: scale(1.05);
            box-shadow: 0 0 15px #ff4d5a, 0 0 25px rgba(255, 77, 90, 0.7);
        }

        .logo-text {
            display: flex;
            flex-direction: column;
        }

        .logo-name {
            font-size: 22px;
            font-weight: bold;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d, #ff4d5a);
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: neonText 3s linear infinite;
        }

        .logo-subtitle {
            font-size: 12px;
            opacity: 0.8;
        }

        .light-mode .logo-subtitle {
            opacity: 0.7;
        }

        @keyframes neonText {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        /* استایل جدید برای دکمه جستجو */
        .search-toggle {
            background: rgba(255, 77, 90, 0.2);
            border: none;
            color: #f0f0f0;
            font-size: 18px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
            z-index: 2;
        }

        .light-mode .search-toggle {
            color: #333;
        }

        .search-toggle:hover {
            background: rgba(255, 77, 90, 0.3);
            color: #ff4d5a;
            box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
            transform: scale(1.1);
        }

        /* استایل مودال جستجو */
        .search-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .search-modal.active {
            opacity: 1;
            visibility: visible;
        }

        .search-modal-content {
            background: rgba(20, 20, 20, 0.95);
            border: 2px solid rgba(255, 77, 90, 0.3);
            border-radius: 20px;
            padding: 40px;
            width: 90%;
            max-width: 600px;
            text-align: center;
            box-shadow: 0 0 30px rgba(255, 77, 90, 0.5),
                        0 0 60px rgba(255, 77, 90, 0.3);
            transform: scale(0.7);
            transition: all 0.3s ease;
            position: relative;
        }

        .search-modal.active .search-modal-content {
            transform: scale(1);
        }

        .light-mode .search-modal-content {
            background: rgba(255, 255, 255, 0.95);
            border: 2px solid rgba(255, 77, 90, 0.2);
        }

        .search-modal-close {
            position: absolute;
            top: 15px;
            left: 15px;
            background: rgba(255, 77, 90, 0.2);
            border: none;
            color: #f0f0f0;
            font-size: 20px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .light-mode .search-modal-close {
            color: #333;
        }

        .search-modal-close:hover {
            background: rgba(255, 77, 90, 0.3);
            color: #ff4d5a;
            box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
            transform: rotate(90deg);
        }

        .search-modal-title {
            font-size: 24px;
            margin-bottom: 30px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
        }

        .search-modal-form {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }

        .search-modal-input {
            flex: 1;
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 77, 90, 0.3);
            border-radius: 50px;
            padding: 15px 25px;
            color: #f0f0f0;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .light-mode .search-modal-input {
            background: rgba(0, 0, 0, 0.05);
            color: #333;
            border: 2px solid rgba(255, 77, 90, 0.2);
        }

        .search-modal-input:focus {
            outline: none;
            border-color: #ff4d5a;
            box-shadow: 0 0 20px rgba(255, 77, 90, 0.5);
            background: rgba(255, 255, 255, 0.15);
        }

        .light-mode .search-modal-input:focus {
            background: rgba(0, 0, 0, 0.1);
        }

        .search-modal-input::placeholder {
            color: #aaa;
        }

        .light-mode .search-modal-input::placeholder {
            color: #666;
        }

        .search-modal-submit {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border: none;
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: all 0.3s ease;
            box-shadow: 0 0 15px rgba(255, 77, 90, 0.5);
        }

        .search-modal-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 25px rgba(255, 77, 90, 0.7);
            background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
        }

        .search-modal-example {
            font-size: 14px;
            opacity: 0.7;
            margin-top: 10px;
        }

        .light-mode .search-modal-example {
            opacity: 0.6;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 30px;
        }

        .nav-menu li {
            position: relative;
        }

        .nav-menu a {
            color: #f0f0f0;
            background: linear-gradient(45deg, transparent, rgba(255, 77, 90, 0.15), transparent);
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
            padding: 8px 12px;
            text-shadow: 0 0 5px rgba(255, 77, 90, 0.5);
            border-radius: 8px;
            z-index: 1;
            overflow: hidden;
        }

        .light-mode .nav-menu a {
            color: #333;
        }

        .nav-menu a:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            right: 0;
            background-color: #ff4d5a;
            box-shadow: 0 0 8px #ff4d5a;
            transition: width 0.3s ease;
            z-index: -1;
        }

        .nav-menu a:hover:after {
            width: 100%;
        }

        .nav-menu a:hover {
            color: #ff4d5a;
            text-shadow: 0 0 10px rgba(255, 77, 90, 0.8);
        }

        .nav-actions {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        /* استایل جدید برای آیکون‌های اجتماعی */
        .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: relative;
            transition: all 0.3s ease;
            color: #f0f0f0;
            font-size: 18px;
            text-decoration: none;
            overflow: hidden;
            z-index: 1;
        }

        .light-mode .social-icons a {
            color: #333;
        }

        /* رنگ‌های مخصوص هر پلتفرم */
        .social-icons a:nth-child(1) { /* تلگرام */
            background: rgba(0, 136, 204, 0.15);
            border: 1px solid rgba(0, 136, 204, 0.3);
            box-shadow: 0 0 5px rgba(0, 136, 204, 0.5);
        }

        .social-icons a:nth-child(2) { /* اینستاگرام */
            background: rgba(193, 53, 132, 0.15);
            border: 1px solid rgba(193, 53, 132, 0.3);
            box-shadow: 0 0 5px rgba(193, 53, 132, 0.5);
        }

        .social-icons a:nth-child(3) { /* یوتیوب */
            background: rgba(255, 0, 0, 0.15);
            border: 1px solid rgba(255, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
        }

        /* افکت‌ها هنگام هاور */
        .social-icons a:hover {
            transform: translateY(-3px);
        }

        .social-icons a:nth-child(1):hover { /* تلگرام */
            background: rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 15px rgba(0, 136, 204, 0.7),
                        0 0 25px rgba(0, 136, 204, 0.4),
                        0 0 35px rgba(0, 136, 204, 0.2);
            color: #0088cc;
        }

        .social-icons a:nth-child(2):hover { /* اینستاگرام */
            background: rgba(193, 53, 132, 0.25);
            box-shadow: 0 0 15px rgba(193, 53, 132, 0.7),
                        0 0 25px rgba(193, 53, 132, 0.4),
                        0 0 35px rgba(193, 53, 132, 0.2);
            color: #c13584;
        }

        .social-icons a:nth-child(3):hover { /* یوتیوب */
            background: rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 15px rgba(255, 0, 0, 0.7),
                        0 0 25px rgba(255, 0, 0, 0.4),
                        0 0 35px rgba(255, 0, 0, 0.2);
            color: #ff0000;
        }

        /* انیمیشن پالس برای جلب توجه */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 5px rgba(0, 136, 204, 0.5);
            }
            50% {
                box-shadow: 0 0 15px rgba(0, 136, 204, 0.8);
            }
            100% {
                box-shadow: 0 0 5px rgba(0, 136, 204, 0.5);
            }
        }

        .social-icons a:nth-child(1) {
            animation: pulse 3s infinite;
        }

        @keyframes pulseInsta {
            0% {
                box-shadow: 0 0 5px rgba(193, 53, 132, 0.5);
            }
            50% {
                box-shadow: 0 0 15px rgba(193, 53, 132, 0.8);
            }
            100% {
                box-shadow: 0 0 5px rgba(193, 53, 132, 0.5);
            }
        }

        .social-icons a:nth-child(2) {
            animation: pulseInsta 3s infinite 1s;
        }

        @keyframes pulseYoutube {
            0% {
                box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
            }
            50% {
                box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
            }
            100% {
                box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
            }
        }

        .social-icons a:nth-child(3) {
            animation: pulseYoutube 3s infinite 2s;
        }

        .theme-toggle {
            background: rgba(255, 77, 90, 0.2);
            border: none;
            color: #f0f0f0;
            font-size: 20px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .light-mode .theme-toggle {
            color: #333;
        }

        .theme-toggle:hover {
            background: rgba(255, 77, 90, 0.3);
            color: #ff4d5a;
            box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            color: #f0f0f0;
            font-size: 24px;
            cursor: pointer;
            z-index: 1001;
            width: 40px;
            height: 40px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .light-mode .menu-toggle {
            color: #333;
        }

        .menu-toggle:hover {
            background: rgba(255, 77, 90, 0.1);
            box-shadow: 0 0 8px rgba(255, 77, 90, 0.4);
        }

        /* محتوای اصلی */
        main {
            flex: 1;
            padding-top: 100px;
        }

        .content {
            padding: 10px 1%;
            background: linear-gradient(to bottom, #0a0a0a, #1a1a2e);
        }

        .light-mode .content {
            background: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
        }

        .content h1 {
            text-align: center;
            margin-top: 100px;
            font-size: 2.5rem;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .light-mode .content h1 {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* فوتر */
        footer {
            background: rgba(10, 10, 10, 0.9);
            padding: 20px 5%;
            text-align: center;
            margin-top: auto;
            border-top: 1px solid rgba(255, 77, 90, 0.3);
        }

        .light-mode footer {
            background: rgba(240, 240, 240, 0.9);
            border-top: 1px solid rgba(255, 77, 90, 0.2);
        }

        .footer-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .footer-social {
            display: none;
            gap: 20px;
            margin-bottom: 15px;
        }

        .footer-social a {
            color: #f0f0f0;
            font-size: 24px;
            transition: all 0.3s ease;
        }

        .light-mode .footer-social a {
            color: #333;
        }

        .footer-social a:hover {
            transform: translateY(-3px);
        }

        .footer-social a:nth-child(1):hover { /* تلگرام */
            color: #0088cc;
            text-shadow: 0 0 10px rgba(0, 136, 204, 0.7);
        }

        .footer-social a:nth-child(2):hover { /* اینستاگرام */
            color: #c13584;
            text-shadow: 0 0 10px rgba(193, 53, 132, 0.7);
        }

        .footer-social a:nth-child(3):hover { /* یوتیوب */
            color: #ff0000;
            text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
        }

        .footer-credit {
            font-size: 14px;
            opacity: 0.8;
        }

        .footer-credit a {
            color: #ff4d5a;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-credit a:hover {
            text-shadow: 0 0 8px rgba(255, 77, 90, 0.7);
        }

        /* رسپانسیو برای موبایل - بهبود یافته */
        @media (max-width: 992px) {
            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                width: 80%;
                max-width: 300px;
				border-radius: 20px;
                background: rgba(10, 10, 10, 0.98);
                backdrop-filter: blur(15px);
                -webkit-backdrop-filter: blur(15px);
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                padding: 80px 20px 20px;
                gap: 15px;
                transition: all 0.4s ease;
                z-index: 999;
                box-shadow: -5px 0 25px rgba(0, 0, 0, 0.7);
                margin: 0;
                border-left: 1px solid rgba(255, 77, 90, 0.3);
                border-radius: 0;
                overflow-y: auto;
            }

            .light-mode .nav-menu {
                background: rgba(240, 240, 240, 0.98);
            }

            .nav-menu.active {
                right: 0;
				    border-radius: 0px 0px 10px 10px;
            }

            .nav-menu li {
                width: 100%;
                text-align: center;
            }

            .nav-menu a {
                display: block;
                padding: 12px;
                font-size: 16px;
                border-radius: 8px;
                transition: all 0.3s ease;
                margin: 5px 0;
            }

            .nav-menu a:hover {
                background: rgba(255, 77, 90, 0.1);
                transform: translateX(-5px);
                box-shadow: 0 0 15px rgba(255, 77, 90, 0.3);
            }

            .menu-toggle {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .mobile-social {
                display: flex;
                gap: 20px;
                padding-top: 20px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                width: 100%;
                justify-content: center;
                margin-top: 20px;
            }

            .light-mode .mobile-social {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
            }

            .mobile-social a {
                color: #f0f0f0;
                font-size: 24px;
                transition: all 0.3s ease;
                padding: 8px;
                border-radius: 50%;
                width: 45px;
                height: 45px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .light-mode .mobile-social a {
                color: #333;
            }

            /* استایل آیکون‌های موبایل */
            .mobile-social a:nth-child(1) { /* تلگرام */
                background: rgba(0, 136, 204, 0.15);
                border: 1px solid rgba(0, 136, 204, 0.3);
                box-shadow: 0 0 5px rgba(0, 136, 204, 0.5);
            }

            .mobile-social a:nth-child(2) { /* اینستاگرام */
                background: rgba(193, 53, 132, 0.15);
                border: 1px solid rgba(193, 53, 132, 0.3);
                box-shadow: 0 0 5px rgba(193, 53, 132, 0.5);
            }

            .mobile-social a:nth-child(3) { /* یوتیوب */
                background: rgba(255, 0, 0, 0.15);
                border: 1px solid rgba(255, 0, 0, 0.3);
                box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
            }

            .mobile-social a:hover {
                transform: translateY(-5px);
            }

            .mobile-social a:nth-child(1):hover { /* تلگرام */
                background: rgba(0, 136, 204, 0.25);
                box-shadow: 0 0 15px rgba(0, 136, 204, 0.7);
                color: #0088cc;
            }

            .mobile-social a:nth-child(2):hover { /* اینستاگرام */
                background: rgba(193, 53, 132, 0.25);
                box-shadow: 0 0 15px rgba(193, 53, 132, 0.7);
                color: #c13584;
            }

            .mobile-social a:nth-child(3):hover { /* یوتیوب */
                background: rgba(255, 0, 0, 0.25);
                box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
                color: #ff0000;
            }

            /* مخفی کردن آیکون‌های اجتماعی در هدر برای موبایل */
            .social-icons {
                display: none;
            }

            /* نمایش آیکون‌های اجتماعی در فوتر برای موبایل */
            .footer-social {
                display: flex;
            }

            /* تنظیمات لوگو برای موبایل */
            .logo-img {
                width: 120px;
                height: 40px;
            }

            .logo-name {
                font-size: 18px;
            }

            /* استایل مودال جستجو برای موبایل */
            .search-modal-content {
                padding: 30px 20px;
                margin: 20px;
            }

            .search-modal-form {
                flex-direction: column;
            }

            .search-modal-submit {
                width: 100%;
            }
        }

        @media (min-width: 993px) {
            /* مخفی کردن mobile-social در دسکتاپ */
            .mobile-social {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .logo-text {
                display: none;
            }

            header {
                padding: 15px;
            }

            header.scrolled {
                padding: 10px 15px;
            }

            .glass-effect {
                margin: 8px;
                border-radius: 12px;
            }

            header {
                width: calc(100% - 16px);
            }

            .social-icons {
                gap: 10px;
            }

            .social-icons a {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }

            .content h1 {
                font-size: 2rem;
                margin-top: 50px;
            }
        }

        @media (max-width: 480px) {
            .logo-img {
                width: 100px;
                height: 35px;
            }

            .content h1 {
                font-size: 1.8rem;
            }

            .footer-social {
                gap: 15px;
            }

            .footer-social a {
                font-size: 20px;
            }

            .footer-credit {
                font-size: 12px;
            }

            .search-modal-title {
                font-size: 20px;
            }

            .search-modal-input {
                padding: 12px 20px;
                font-size: 14px;
            }
            
            .nav-menu {
                width: 85%;
                padding: 0px 15px 15px;
            }
        }

        /* انیمیشن برای آیتم‌های منو */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .nav-menu.active li {
            animation: slideIn 0.4s ease forwards;
        }

        .nav-menu.active li:nth-child(1) { animation-delay: 0.1s; }
        .nav-menu.active li:nth-child(2) { animation-delay: 0.2s; }
        .nav-menu.active li:nth-child(3) { animation-delay: 0.3s; }
        .nav-menu.active li:nth-child(4) { animation-delay: 0.4s; }
        .nav-menu.active li:nth-child(5) { animation-delay: 0.5s; }
        .nav-menu.active li:nth-child(6) { animation-delay: 0.6s; }

        /* انیمیشن تکان دادن */
        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-5px); }
            75% { transform: translateX(5px); }
        }

        /* استایل‌های اختصاصی لودینگ */
        #taher-kian-loading {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0a0a0a;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            font-family: system-ui, -apple-system, sans-serif;
            opacity: 1;
            transition: opacity 0.5s ease;
        }

        .tk-loading-container {
            text-align: center;
            width: 100%;
            max-width: 400px;
            padding: 2rem;
        }

        .tk-logo-frame {
            width: 120px;
            height: 120px;
            margin: 0 auto 1.5rem;
            border: 2px solid #ff4d5a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            box-shadow: 0 0 20px rgba(255, 77, 90, 0.6);
            animation: tk-pulse 2s infinite alternate;
        }

        .tk-logo-inner {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ff4d5a;
            font-size: 2rem;
            position: relative;
            overflow: hidden;
        }

        .tk-logo-inner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 77, 90, 0.1), transparent);
            transform: rotate(45deg);
            animation: tk-shine 3s infinite;
        }

        .tk-artist-name {
            font-size: 2rem;
            font-weight: bold;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 2rem;
        }

        .tk-spinner-3d {
            width: 50px;
            height: 50px;
            margin: 1.5rem auto;
            perspective: 100px;
        }

        .tk-spinner-inner {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid transparent;
            border-top: 2px solid #ff4d5a;
            border-right: 2px solid #ff8e4d;
            animation: tk-spin3d 1.5s linear infinite;
        }

        .tk-progress-container {
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 2px;
            margin: 1.5rem 0 1rem;
            overflow: hidden;
        }

        .tk-progress-bar {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #ff4d5a, #ff8e4d);
            border-radius: 2px;
            transition: width 0.3s ease;
            position: relative;
        }

        .tk-progress-bar::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: tk-shimmer 2s infinite;
        }

        .tk-percentage {
            font-size: 1.2rem;
            font-weight: bold;
            color: #ff8e4d;
            margin-bottom: 1rem;
        }

        .tk-loading-message {
            font-size: 0.9rem;
            color: #aaa;
            height: 1.2rem;
        }

        /* انیمیشن‌های اختصاصی */
        @keyframes tk-pulse {
            0% {
                box-shadow: 0 0 15px rgba(255, 77, 90, 0.6);
            }
            100% {
                box-shadow: 0 0 25px rgba(255, 77, 90, 0.8);
            }
        }

        @keyframes tk-shine {
            0% {
                transform: rotate(45deg) translateX(-100%);
            }
            100% {
                transform: rotate(45deg) translateX(100%);
            }
        }

        @keyframes tk-spin3d {
            0% {
                transform: rotateX(0) rotateY(0) rotateZ(0);
            }
            100% {
                transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            }
        }

        @keyframes tk-shimmer {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        /* محتوای اصلی سایت */
        .main-content {
            display: none;
            padding: 2rem;
            text-align: center;
            font-family: system-ui, -apple-system, sans-serif;
        }
        
        .main-content h1 {
            color: #ff4d5a;
            margin-bottom: 1rem;
        }
        
        .main-content p {
            color: #666;
            line-height: 1.6;
        }

    /* استایل‌های آرشیو اخبار */
    .container-single {
        margin-top: 110px;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-archive-header {
        text-align: center;
        margin-bottom: 50px;
        padding: 30px;
        background: rgba(20, 20, 20, 0.6);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                    0 0 20px rgba(255, 77, 90, 0.2);
    }

    .archive-title {
        font-size: 2.5em;
        color: #ffffff;
        margin-bottom: 10px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .archive-description {
        font-size: 1.1em;
        color: #cccccc;
        margin: 0;
    }

    .news-archive-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
    }

    .news-archive-card {
        background: rgba(20, 20, 20, 0.6);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .news-archive-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3),
                    0 0 25px rgba(255, 77, 90, 0.3);
        border-color: rgba(255, 77, 90, 0.4);
    }

    .news-archive-link {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
    }

    .news-archive-image {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .archive-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .news-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.7) 100%
        );
        opacity: 0.7;
        transition: opacity 0.3s ease;
    }

    .news-archive-card:hover .archive-thumb {
        transform: scale(1.1);
    }

    .news-archive-card:hover .news-overlay {
        opacity: 0.9;
    }

    .news-archive-content {
        padding: 25px;
    }

    .news-archive-title {
        font-size: 1.3em;
        color: #ffffff;
        margin: 0 0 15px 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 3.6em;
    }

    .news-archive-meta {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 15px;
    }

    .archive-source, .archive-date {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.85em;
        color: #ff4d5a;
        background: rgba(255, 77, 90, 0.1);
        padding: 6px 12px;
        border-radius: 12px;
        border: 1px solid rgba(255, 77, 90, 0.2);
    }

    .news-archive-excerpt {
        font-size: 0.95em;
        color: #cccccc;
        line-height: 1.6;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 4.8em;
    }

    .news-read-more {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #ff4d5a;
        font-weight: 600;
        font-size: 0.9em;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }

    .news-archive-card:hover .news-read-more {
        color: #ffffff;
        padding-left: 10px;
    }

    .news-read-more i {
        transition: transform 0.3s ease;
    }

    .news-archive-card:hover .news-read-more i {
        transform: translateX(-5px);
    }

    /* پیجینیشن */
    .news-pagination {
        text-align: center;
        margin-top: 50px;
    }

    .news-pagination .page-numbers {
        display: inline-flex;
        gap: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .news-pagination .page-numbers li {
        margin: 0;
    }

    .news-pagination .page-numbers a,
    .news-pagination .page-numbers span {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        background: rgba(20, 20, 20, 0.6);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: #cccccc;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .news-pagination .page-numbers a:hover {
        background: rgba(255, 77, 90, 0.2);
        color: #ffffff;
        border-color: rgba(255, 77, 90, 0.3);
        transform: translateY(-2px);
    }

    .news-pagination .page-numbers .current {
        background: rgba(255, 77, 90, 0.3);
        color: #ffffff;
        border-color: rgba(255, 77, 90, 0.5);
    }

    .news-pagination .page-numbers .dots {
        background: transparent;
        border: none;
    }

    /* حالت عدم وجود خبر */
    .no-news-found {
        text-align: center;
        padding: 60px 30px;
        grid-column: 1 / -1;
    }

    .no-news-found i {
        font-size: 4em;
        color: #ff4d5a;
        margin-bottom: 20px;
        opacity: 0.7;
    }

    .no-news-found h3 {
        font-size: 1.8em;
        color: #ffffff;
        margin-bottom: 15px;
    }

    .no-news-found p {
        color: #cccccc;
        font-size: 1.1em;
    }

    /* فیلتر دسته‌بندی‌ها */
    .news-category-filter {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .news-category-filter a {
        padding: 10px 20px;
        background: rgba(20, 20, 20, 0.6);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 25px;
        color: #cccccc;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .news-category-filter a:hover,
    .news-category-filter a.active {
        background: rgba(255, 77, 90, 0.2);
        color: #ffffff;
        border-color: rgba(255, 77, 90, 0.3);
        transform: translateY(-2px);
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .news-archive-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .news-archive-header {
            padding: 20px;
            margin-bottom: 30px;
        }
        
        .archive-title {
            font-size: 2em;
        }
        
        .news-archive-content {
            padding: 20px;
        }
        
        .news-pagination .page-numbers {
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .news-category-filter {
            gap: 10px;
        }
        
        .news-category-filter a {
            padding: 8px 16px;
            font-size: 0.9em;
        }
    }

    /* استایل‌های اصلی */
    :root {
        --primary-color: #ff4d5a;
        --secondary-color: #ff8e4d;
        --dark-bg: #0c0c0c;
        --card-bg: rgba(20, 20, 20, 0.7);
        --text-light: rgba(255, 255, 255, 0.8);
    }

    .songs-archive-page {
        background: linear-gradient(135deg, var(--dark-bg) 0%, #1a1a2e 50%, #16213e 100%);
        color: white;
        min-height: 100vh;
        padding: 40px 0;
        margin-top: 60px;
    }

    .songs-container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* هدر صفحه */
    .songs-header {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        padding-top: 20px;
    }

    .songs-title {
        font-size: 2.8rem;
        margin-bottom: 10px;
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color), var(--primary-color));
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradientText 3s linear infinite;
        position: relative;
        display: inline-block;
        padding: 0 15px;
        font-weight: bold;
        text-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
    }

    .songs-title::before, .songs-title::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 60px;
        height: 3px;
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
    }

    .songs-title::before {
        right: 100%;
    }

    .songs-title::after {
        left: 100%;
    }

    .songs-subtitle {
        font-size: 1.2rem;
        color: var(--text-light);
        margin-bottom: 30px;
        font-weight: 300;
    }

    /* فیلترها */
    .songs-filters {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .filter-btn {
        padding: 10px 25px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: var(--text-light);
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        font-size: 1rem;
    }

    .filter-btn:hover, .filter-btn.active {
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        color: white;
        box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        transform: translateY(-3px);
    }

    /* گرید آهنگ‌ها */
    .songs-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
    }

    .song-card {
        background: var(--card-bg);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        box-shadow:
            0 10px 25px rgba(0, 0, 0, 0.3),
            0 0 15px rgba(255, 77, 90, 0.3),
            0 0 25px rgba(255, 77, 90, 0.2);
        position: relative;
        height: 100%;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.6s ease forwards;
    }

    .song-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow:
            0 15px 35px rgba(0, 0, 0, 0.4),
            0 0 25px rgba(255, 77, 90, 0.5),
            0 0 40px rgba(255, 77, 90, 0.3);
    }

    .song-image {
        width: 100%;
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .song-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .song-card:hover .song-image img {
        transform: scale(1.1);
    }

    .song-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 20px;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.4s ease;
        font-size: 0.9rem;
        text-align: center;
    }

    .song-card:hover .song-overlay {
        opacity: 1;
        transform: translateY(0);
    }

    .song-content {
        padding: 20px;
        text-align: center;
    }

    .song-title {
        margin-bottom: 8px;
        color: #fff;
        font-weight: bold;
    }

    .song-artist {
        color: var(--primary-color);
        margin-bottom: 5px;
        font-weight: 500;
    }

    .song-type {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.6);
    }

    .song-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        color: white;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        z-index: 2;
        box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
    }

    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 2;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .play-icon::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid var(--primary-color);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 4px;
    }

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

    /* پاگینیشن */
    .songs-pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 40px;
    }

    .page-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: var(--text-light);
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .page-btn:hover, .page-btn.active {
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        color: white;
        box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
    }

    /* وضعیت خالی */
    .no-songs {
        text-align: center;
        padding: 60px 20px;
        color: var(--text-light);
        font-size: 1.1rem;
        grid-column: 1 / -1;
    }

    /* تزیینات */
    .decoration {
        position: fixed;
        z-index: -1;
        opacity: 0.1;
    }

    .decoration-1 {
        top: 10%;
        right: 5%;
        width: 200px;
        height: 200px;
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        border-radius: 50%;
        filter: blur(40px);
    }

    .decoration-2 {
        bottom: 15%;
        left: 5%;
        width: 180px;
        height: 180px;
        background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        filter: blur(35px);
    }

    /* انیمیشن‌ها */
    @keyframes gradientText {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

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

    /* استایل موبایل */
    @media (max-width: 1200px) {
        .songs-title {
            font-size: 2.2rem;
        }

        .songs-title::before, .songs-title::after {
            width: 30px;
        }
    }

    @media (max-width: 768px) {
        .songs-title {
            font-size: 1.9rem;
        }

        .songs-title::before, .songs-title::after {
            display: none;
        }

        .songs-grid {
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }

        .songs-filters {
            gap: 10px;
        }

        .filter-btn {
            padding: 8px 16px;
            font-size: 0.9rem;
        }
    }

    @media (max-width: 480px) {
        .songs-title {
            font-size: 1.7rem;
        }

        .song-image {
            height: 200px;
        }

        .song-content {
            padding: 15px;
        }

        .songs-grid {
            grid-template-columns: 1fr;
        }
    }


        /* فونت‌های لوکس */
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');


        /* بخش بیوگرافی - کاملاً جمع و جور */
        .bio-section {
            position: relative;
            margin: 20px;
            padding: 40px 30px;
            border-radius: 24px;
            background: linear-gradient(145deg, rgba(25, 25, 25, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5),
                        0 0 25px rgba(255, 77, 90, 0.25),
                        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .bio-container {
            display: flex;
            flex-direction: column;
            gap: 35px;
        }

        @media (min-width: 768px) {
            .bio-container {
                flex-direction: row;
                align-items: center;
            }
        }

        .bio-image {
            flex: 1;
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
            max-width: 320px;
            margin: 0 auto;
        }

        .bio-img {
            width: 100%;
            display: block;
            transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .bio-image:hover .bio-img {
            transform: scale(1.04);
        }

        .bio-content {
            flex: 1.7;
            padding: 20px 15px;
        }

        .bio-title {
            font-size: 2rem;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d, #ff4d5a);
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            animation: gradientShift 8s ease infinite;
            position: relative;
            padding-bottom: 12px;
        }

        .bio-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 35%;
            width: 30%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #ff4d5a, #ff8e4d, #ff4d5a, transparent);
        }

        .bio-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.85);
            text-align: justify;
            font-weight: 300;
        }

        .bio-text p {
            margin-bottom: 20px;
            position: relative;
            padding-right: 18px;
        }

        .bio-text p::before {
            content: '»';
            position: absolute;
            right: 0;
            color: #ff4d5a;
            font-size: 1.3rem;
            top: 0;
        }

        .bio-highlight {
            color: #ff8e4d;
            font-weight: 600;
            position: relative;
            display: inline-block;
        }

        .bio-highlight::after {
            content: '';
            position: absolute;
            bottom: -2px;
            right: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, #ff8e4d);
        }

        /* تزیینات و المان‌های لوکس */
        .bio-decoration {
            position: absolute;
            z-index: 0;
            opacity: 0.1;
        }

        .bio-dec-1 {
            top: 15%;
            right: 8%;
            width: 120px;
            height: 120px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 50%;
            filter: blur(25px);
            animation: float 12s ease-in-out infinite;
        }

        .bio-dec-2 {
            bottom: 15%;
            left: 8%;
            width: 100px;
            height: 100px;
            background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            filter: blur(20px);
            animation: floatReverse 10s ease-in-out infinite;
        }

        .ornamental-border {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            pointer-events: none;
        }

        .corner {
            position: absolute;
            width: 20px;
            height: 20px;
        }

        .corner-tl {
            top: 12px;
            right: 12px;
            border-top: 1.5px solid #ff8e4d;
            border-right: 1.5px solid #ff8e4d;
        }

        .corner-tr {
            top: 12px;
            left: 12px;
            border-top: 1.5px solid #ff8e4d;
            border-left: 1.5px solid #ff8e4d;
        }

        .corner-bl {
            bottom: 12px;
            right: 12px;
            border-bottom: 1.5px solid #ff8e4d;
            border-right: 1.5px solid #ff8e4d;
        }

        .corner-br {
            bottom: 12px;
            left: 12px;
            border-bottom: 1.5px solid #ff8e4d;
            border-left: 1.5px solid #ff8e4d;
        }

        .signature {
            text-align: left;
            margin-top: 15px;
            font-family: 'Playfair Display', serif;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            font-size: 1rem;
            letter-spacing: 1px;
        }

        /* انیمیشن‌ها */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes float {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-10px) rotate(3deg); }
            100% { transform: translateY(0) rotate(0deg); }
        }

        @keyframes floatReverse {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(8px) rotate(-3deg); }
            100% { transform: translateY(0) rotate(0deg); }
        }

        .bio-animate {
            opacity: 0;
            animation: fadeInUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        .bio-image.bio-animate {
            animation-delay: 0.2s;
        }

        .bio-content.bio-animate {
            animation-delay: 0.4s;
        }

        /* رسپانسیو */
        @media (max-width: 767px) {
            .bio-section {
                padding: 30px 20px;
            }

            .bio-title {
                font-size: 1.7rem;
                margin-bottom: 15px;
            }

            .bio-text {
                font-size: 1rem;
                line-height: 1.7;
            }

            .bio-text p {
                margin-bottom: 15px;
            }

            .bio-image {
                max-width: 250px;
            }
        }

        @media (max-width: 576px) {
            .bio-title {
                font-size: 1.5rem;
            }

            .bio-text {
                font-size: 0.95rem;
            }

            .signature {
                font-size: 0.9rem;
            }

            .bio-dec-1, .bio-dec-2 {
                display: none;
            }
        }





        /* پلیر شناور */
        .floating-player {
          direction: ltr;
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            height: 80px;
            background: rgba(20, 20, 20, 0.95);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-radius: 20px;
            display: flex;
            align-items: center;
            padding: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5),
                        0 0 20px rgba(255, 77, 90, 0.4);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .player-cover {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            overflow: hidden;
            margin-left: 15px;
            flex-shrink: 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            position: relative;
            cursor: pointer;
        }

        .player-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .player-cover:hover img {
            transform: scale(1.1);
        }

        .playlist-icon {
            position: absolute;
            bottom: 5px;
            left: 5px;
            background: rgba(0, 0, 0, 0.7);
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            color: white;
            z-index: 2;
        }

        .player-info {
            flex: 1;
            overflow: hidden;
            text-align: center;
        }

        .song-name {
            font-size: 1.1rem;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 5px;
        }

        .artist-name {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
        }

        .floating-player-player-controls {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0 15px;
        }

        .control-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.2s ease;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .control-btn:hover {
            color: #ff8e4d;
            background: rgba(255, 255, 255, 0.1);
        }

        .play-btn {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            font-size: 1.4rem;
            width: 42px;
            height: 42px;
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        .play-btn:hover {
            transform: scale(1.1);
            background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
        }

        .player-progress {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 10px;
        }

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

        .progress-fill {
            height: 100%;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 3px;
            width: 0%;
            transition: width 0.1s ease;
        }

        .time {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.7);
            min-width: 40px;
        }

        .repeat-btn {
            position: relative;
        }

        .repeat-state {
            position: absolute;
            bottom: -2px;
            left: -2px;
            font-size: 9px;
            background: rgba(255, 77, 90, 0.8);
            width: 14px;
            height: 14px;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
        }

        .repeat-state.active {
            display: flex;
        }

        /* لیست پخش */
        .playlist-container {
            position: fixed;
            bottom: 110px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-height: 300px;
            overflow-y: auto;
            background: rgba(20, 20, 20, 0.95);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-radius: 15px;
            padding: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5),
                        0 0 20px rgba(255, 77, 90, 0.4);
            z-index: 999;
            display: none;
        }

        .playlist-container.show {
            display: block;
        }

        .playlist-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .playlist-title {
            font-size: 1.1rem;
            color: #ff8e4d;
        }

        .playlist {
            list-style: none;
        }

        .playlist-item {
            display: flex;
            align-items: center;
            padding: 12px;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.2s ease;
            margin-bottom: 8px;
        }

        .playlist-item:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .playlist-item.active {
            background: rgba(255, 77, 90, 0.2);
        }

        .playlist-item-cover {
            width: 45px;
            height: 45px;
            border-radius: 8px;
            overflow: hidden;
            margin-left: 12px;
            flex-shrink: 0;
        }

        .playlist-item-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .playlist-item-info {
            flex: 1;
            overflow: hidden;
            text-align: right;
        }

        .playlist-item-name {
            font-size: 0.95rem;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .playlist-item-artist {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.7);
        }

        .playlist-item-duration {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.7);
            margin-left: 10px;
        }

        /* انیمیشن ها */
        @keyframes gradientText {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        /* اسکرول بار برای لیست پخش */
        .playlist-container::-webkit-scrollbar {
            width: 6px;
        }

        .playlist-container::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }

        .playlist-container::-webkit-scrollbar-thumb {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 3px;
        }

        /* استایل موبایل */
        @media (max-width: 768px) {
            .title {
                font-size: 2.2rem;
            }

            .subtitle {
                font-size: 1rem;
            }

            .floating-player {
                width: 95%;
                height: 70px;
                padding: 12px;
            }

            .player-cover {
                width: 50px;
                height: 50px;
                margin-left: 10px;
            }

            .song-name {
                font-size: 0.95rem;
            }

            .artist-name {
                font-size: 0.8rem;
            }

            .control-btn {
                font-size: 1.1rem;
                width: 32px;
                height: 32px;
            }

            .play-btn {
                font-size: 1.2rem;
                width: 38px;
                height: 38px;
            }

            .time {
                font-size: 0.75rem;
            }
        }

        @media (max-width: 480px) {
            .title {
                font-size: 1.8rem;
            }

            .player-controls {
                gap: 8px;
                margin: 0 10px;
            }

            .player-progress {
                display: none;
            }

            .playlist-container {
                bottom: 90px;
                max-height: 250px;
            }
        }

        .content {
            margin: 30px 0;
            line-height: 1.8;
            text-align: right;
            max-width: 600px;
            margin: 0 auto;
        }

        .footer {
            margin-top: 40px;
            text-align: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.9rem;
        }




            /* بخش اخبار */
            .news-section {
                width: 100%;
            }
            /* خبر اصلی */
            .main-news {
                background: rgba(20, 20, 20, 0.7);
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                border: 1px solid rgba(255, 255, 255, 0.08);
                border-radius: 20px;
                overflow: hidden;
                margin-bottom: 30px;
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3),
                            0 0 15px rgba(255, 77, 90, 0.3);
                display: flex;
                flex-direction: column;
            }

            @media (min-width: 768px) {
                .main-news {
                    flex-direction: row;
                    height: 350px;
                }
            }

            .main-news-image {
                width: 100%;
                height: 250px;
                overflow: hidden;
                position: relative;
            }

            @media (min-width: 768px) {
                .main-news-image {
                    width: 50%;
                    height: 100%;
                }
            }

            .main-news-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.6s ease;
            }

            .main-news:hover .main-news-image img {
                transform: scale(1.05);
            }

            .main-news-date {
                position: absolute;
                top: 15px;
                left: 15px;
                background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
                color: white;
                padding: 5px 12px;
                border-radius: 20px;
                font-size: 0.8rem;
                z-index: 2;
                box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
            }

            .main-news-content {
                padding: 25px;
                flex: 1;
                display: flex;
                flex-direction: column;
            }

            .main-news-title {
                font-size: 1.6rem;
                margin-bottom: 15px;
                color: #fff;
                font-weight: bold;
                line-height: 1.4;
            }

            .main-news-excerpt {
                font-size: 1rem;
                color: rgba(255, 255, 255, 0.8);
                margin-bottom: 20px;
                line-height: 1.6;
                flex-grow: 1;
            }

            .main-news-read-more {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                padding: 12px 25px;
                background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
                color: white;
                text-decoration: none;
                border-radius: 50px;
                font-size: 0.95rem;
                transition: all 0.3s ease;
                align-self: flex-start;
            }

            .main-news-read-more:hover {
                transform: translateY(-3px);
                box-shadow: 0 5px 15px rgba(255, 77, 90, 0.4);
                gap: 12px;
            }

            /* خبرهای فرعی */
            .secondary-news {
                display: grid;
                grid-template-columns: 1fr;
                gap: 15px;
            }

            @media (min-width: 768px) {
                .secondary-news {
                    grid-template-columns: repeat(2, 1fr);
                }
            }

            @media (min-width: 992px) {
                .secondary-news {
                    grid-template-columns: repeat(4, 1fr);
                }
            }

            .news-item {
                background: rgba(20, 20, 20, 0.6);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(255, 255, 255, 0.08);
                border-radius: 15px;
                padding: 15px;
                transition: all 0.3s ease;
                display: flex;
                flex-direction: column;
                height: 100%;
            }

            .news-item:hover {
                transform: translateY(-5px);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3),
                            0 0 10px rgba(255, 77, 90, 0.2);
            }

            .news-item-title {
                font-size: 1rem;
                margin-bottom: 10px;
                color: #fff;
                font-weight: bold;
                line-height: 1.4;
                flex-grow: 1;
            }

            .news-item-date {
                color: rgba(255, 255, 255, 0.6);
                font-size: 0.8rem;
                margin-bottom: 15px;
            }

            .news-item-link {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                color: #ff8e4d;
                text-decoration: none;
                font-size: 0.9rem;
                transition: all 0.3s ease;
            }

            .news-item-link:hover {
                color: #ff4d5a;
                gap: 8px;
            }

            /* دکمه مشاهده بیشتر اخبار */
            .view-more-news {
                display: block;
                margin: 20px auto;
                padding: 5px 20px;
                background: transparent;
                color: #ff8e4d;
                border: 1px solid #ff8e4d;
                border-radius: 50px;
                font-size: 1rem;
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .view-more-news:hover {
                background: rgba(255, 77, 90, 0.1);
                transform: translateY(-3px);
            }

            /* تزیینات اضافی */
            .decoration {
                position: absolute;
                z-index: -1;
                opacity: 0.1;
            }

            .decoration-1 {
                top: 10%;
                right: 5%;
                width: 200px;
                height: 200px;
                background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
                border-radius: 50%;
                filter: blur(40px);
            }

            .decoration-2 {
                bottom: 15%;
                left: 5%;
                width: 180px;
                height: 180px;
                background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
                border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
                filter: blur(35px);
            }

            /* انیمیشن ها */
            @keyframes gradientText {
                0% {
                    background-position: 0% 50%;
                }
                50% {
                    background-position: 100% 50%;
                }
                100% {
                    background-position: 0% 50%;
                }
            }

            @keyframes fadeIn {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            /* استایل موبایل */
            @media (max-width: 768px) {
                .title {
                    font-size: 2rem;
                }

                .main-news-title {
                    font-size: 1.3rem;
                }
            }

            @media (max-width: 480px) {
                .title {
                    font-size: 1.7rem;
                }


                .main-news-content {
                    padding: 20px;
                }

                .main-news-title {
                    font-size: 1.2rem;
                }
            }



    :root {
        --primary-gradient: linear-gradient(135deg, #ff8e4d, #ff4d5a);
        --secondary-gradient: linear-gradient(135deg, #4d79ff, #4dffdf);
        --glass-bg: rgba(255, 255, 255, 0.15);
        --glass-border: rgba(255, 255, 255, 0.25);
        --shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        --transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .slider-section {
        position: relative;
        width: 100%;
        margin: 30px 0;
        padding: 0 10%;
    }

    .slider-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: blur(25px) brightness(0.6);
        z-index: -1;
        opacity: 0;
        transition: opacity 1.5s ease;
        border-radius: 25px;
    }

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

    .prestige-slider {
        direction: ltr;
        width: 100%;
        height: 450px; /* دسکتاپ */
        position: relative;
        overflow: hidden;
        margin: 0 0 80px 0; /* فضای اضافه برای دکمه */
        box-shadow:
            var(--shadow),
            0 0 30px rgba(255, 77, 90, 0.3),
            inset 0 0 0 1px rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.3);
    }

    .slides {
        display: flex;
        width: 100%;
        height: 100%;
        transition: var(--transition);
    }

    .slide {
        min-width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to bottom,
            transparent 0%,
            transparent 40%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0.6) 100%
        );
        z-index: 1;
    }

    /* محتوای روی تصویر */
    .slide-content-overlay {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        z-index: 3;
        text-align: center;
        padding: 0 30px;
    }

    .slide-title {
        font-size: 2rem;
        margin-bottom: 12px;
        font-weight: 700;
        color: white;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
        opacity: 0;
        transform: translateY(30px);
        transition: var(--transition);
    }

    .slide-subtitle {
        font-size: 1.1rem;
        margin: 0 auto;
        line-height: 1.5;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
        opacity: 0;
        transform: translateY(30px);
        transition: var(--transition);
        transition-delay: 0.1s;
        max-width: 600px;
    }

    .slide.active .slide-title,
    .slide.active .slide-subtitle {
        opacity: 1;
        transform: translateY(0);
    }

    /* دکمه خارج از اسلایدر */
    .external-button-container {
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
    }

    .slide-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 30px;
        background: var(--primary-gradient);
        border: none;
        border-radius: 50px;
        color: white;
        text-decoration: none;
        font-weight: 600;
        transition: var(--transition);
        font-size: 0.9rem;
        box-shadow: 0 10px 25px rgba(255, 77, 90, 0.3);
        opacity: 0;
        transform: translateY(20px);
    }

    .slide.active ~ .external-button-container .slide-link {
        opacity: 1;
        transform: translateY(0);
        transition: var(--transition);
        transition-delay: 0.2s;
    }

    .slide-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(255, 77, 90, 0.4);
    }

    .slider-nav {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
    }

    .nav-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        transition: var(--transition);
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }

    .nav-dot::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-gradient);
        border-radius: 50%;
        transform: scale(0);
        transition: var(--transition);
    }

    .nav-dot.active::before {
        transform: scale(1);
    }

    .nav-dot.active {
        box-shadow: 0 0 15px rgba(255, 77, 90, 0.8);
        transform: scale(1.3);
    }

    .slider-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        color: white;
        border: none;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: var(--transition);
        font-size: 1.2rem;
        box-shadow: var(--shadow);
        border: 1px solid var(--glass-border);
    }

    .slider-control:hover {
        background: var(--primary-gradient);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 0 30px rgba(255, 77, 90, 0.6);
    }

    .slider-control.prev {
        right: 20px;
    }

    .slider-control.next {
        left: 20px;
    }

    .progress-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background: var(--primary-gradient);
        width: 0%;
        transition: width 0.3s ease;
        z-index: 10;
        box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
    }

    /* تزیینات */
    .floating-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 2;
    }

    .floating-element {
        position: absolute;
        background: var(--primary-gradient);
        border-radius: 50%;
        filter: blur(40px);
        opacity: 0.3;
        animation: floatElement 8s ease-in-out infinite;
    }

    .float-1 {
        width: 120px;
        height: 120px;
        top: 10%;
        right: 10%;
        animation-delay: 0s;
    }

    .float-2 {
        width: 80px;
        height: 80px;
        bottom: 20%;
        left: 10%;
        animation-delay: 2s;
        background: var(--secondary-gradient);
    }

    /* انیمیشن ها */
    @keyframes gradientText {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes floatElement {
        0%, 100% {
            transform: translateY(0) rotate(0deg) scale(1);
        }
        33% {
            transform: translateY(-20px) rotate(120deg) scale(1.1);
        }
        66% {
            transform: translateY(10px) rotate(240deg) scale(0.9);
        }
    }

    /* تبلت */
    @media (max-width: 1024px) {
        .slider-section {
            padding: 0 8%;
        }

        .prestige-slider {
            height: 350px;
            margin-bottom: 70px;
        }

        .slide-content-overlay {
            bottom: 35px;
            padding: 0 25px;
        }

        .slide-title {
            font-size: 1.7rem;
        }

        .slide-subtitle {
            font-size: 1rem;
        }

        .external-button-container {
            bottom: -55px;
        }

        .slider-control {
            width: 42px;
            height: 42px;
        }
    }

    /* موبایل */
    @media (max-width: 768px) {
        .slider-section {
            padding: 0 5%;
            margin: 20px 0;
        }

        .prestige-slider {
            height: 200px; /* ارتفاع 200px برای موبایل */
            margin-bottom: 60px;
            border-radius: 16px;
        }

        .slide {
            border-radius: 16px;
        }

        .slide-content-overlay {
            bottom: 25px;
            padding: 0 20px;
        }

        .slide-title {
            font-size: 1.3rem;
            margin-bottom: 8px;
        }

        .slide-subtitle {
            font-size: 0.85rem;
            line-height: 1.4;
        }

        .external-button-container {
            bottom: -45px;
        }

        .slide-link {
            padding: 10px 25px;
            font-size: 0.8rem;
        }

        .slider-nav {
            bottom: 15px;
        }

        .nav-dot {
            width: 8px;
            height: 8px;
        }

        .slider-control {
            width: 38px;
            height: 38px;
            font-size: 1rem;
        }

        .slider-control.prev {
            right: 12px;
        }

        .slider-control.next {
            left: 12px;
        }

        .floating-elements {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .slider-section {
            padding: 0 4%;
        }

        .prestige-slider {
            height: 200px;
            margin-bottom: 55px;
            border-radius: 14px;
        }

        .slide {
            border-radius: 14px;
        }

        .slide-content-overlay {
            bottom: 20px;
            padding: 0 15px;
        }

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

        .slide-subtitle {
            font-size: 0.8rem;
        }

        .external-button-container {
            bottom: -40px;
        }

        .slide-link {
            padding: 8px 20px;
            font-size: 0.75rem;
        }
    }

    /* موبایل های کوچک */
    @media (max-width: 360px) {
        .prestige-slider {
            height: 200px;
            margin-bottom: 50px;
        }

        .slide-content-overlay {
            bottom: 18px;
            padding: 0 12px;
        }

        .slide-title {
            font-size: 1rem;
        }

        .slide-subtitle {
            font-size: 0.75rem;
        }
    }


   .header {
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }

    .title {
        font-size: 2.8rem;
        margin-bottom: 10px;
        background: linear-gradient(45deg, #ff4d5a, #ff8e4d, #ff4d5a);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradientText 3s linear infinite;
        position: relative;
        display: inline-block;
        padding: 0 15px;
        font-weight: bold;
        text-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
    }

    .title::before, .title::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 60px;
        height: 3px;
        background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
    }

    .title::before {
        right: 100%;
    }

    .title::after {
        left: 100%;
    }

    /* استایل اسلایدر - بهبود یافته */
    .swiper-container {
        width: 100%;
        padding: 10px;
        position: relative;
        overflow: hidden;
    }

    .swiper-wrapper {
        padding-bottom: 30px;
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    }

    .swiper-slide {
        height: auto;
        display: flex;
        justify-content: center;
        opacity: 0.7;
        transition: opacity 0.3s ease;
    }

    .swiper-slide-active {
        opacity: 1;
    }

    .swiper-button-next, .swiper-button-prev {
        color: #ff4d5a;
        background: rgba(255, 255, 255, 0.1);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }

    .swiper-button-prev {
        right: auto;
        left: 10px;
    }

    .swiper-button-next {
        left: auto;
        right: 10px;
    }

    .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.5);
        opacity: 1;
        width: 12px;
        height: 12px;
        margin: 0 8px !important;
        transition: all 0.3s ease;
    }

    .swiper-pagination-bullet-active {
        background: #ff4d5a;
        transform: scale(1.2);
        box-shadow: 0 0 10px rgba(255, 77, 90, 0.5);
    }

    /* پست‌ها */
    .post {
        background: rgba(20, 20, 20, 0.7);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        box-shadow:
            0 10px 25px rgba(0, 0, 0, 0.3),
            0 0 15px rgba(255, 77, 90, 0.3),
            0 0 25px rgba(255, 77, 90, 0.2);
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 320px;
    }

    .post:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow:
            0 15px 35px rgba(0, 0, 0, 0.4),
            0 0 25px rgba(255, 77, 90, 0.5),
            0 0 40px rgba(255, 77, 90, 0.3);
    }

    .post-image {
        width: 100%;
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .post-image img {
        width: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .post:hover .post-image img {
        transform: scale(1.1);
    }

    .post-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 20px;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.4s ease;
        font-size: 0.9rem;
        text-align: center;
    }

    .post:hover .post-overlay {
        opacity: 1;
        transform: translateY(0);
    }

    .post-content {
        padding: 20px;
        text-align: center;
    }

    .post-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
        color: #fff;
        font-weight: bold;
    }

    .post-artist {
        font-size: 1rem;
        color: #ff4d5a;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .post-type {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.6);
    }

    .post-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
        color: white;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        z-index: 2;
        box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
    }

    /* دکمه مشاهده بیشتر */
    .view-more {
        display: block;
        margin: 20px auto;
        padding: 15px 40px;
        background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
        color: white;
        border: none;
        border-radius: 50px;
        font-size: 1.1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 10px 20px rgba(255, 77, 90, 0.3);
    }

    .view-more:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 25px rgba(255, 77, 90, 0.4);
    }

    /* تزیینات اضافی */
    .decoration {
        position: absolute;
        z-index: -1;
        opacity: 0.1;
    }

    .decoration-1 {
        top: 10%;
        right: 5%;
        width: 200px;
        height: 200px;
        background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
        border-radius: 50%;
        filter: blur(40px);
    }

    .decoration-2 {
        bottom: 15%;
        left: 5%;
        width: 180px;
        height: 180px;
        background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        filter: blur(35px);
    }

    /* انیمیشن ها */
    @keyframes gradientText {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* لودینگ برای بهبود UX */
    .swiper-lazy-preloader {
        border-color: rgba(255, 77, 90, 0.2);
        border-top-color: #ff4d5a;
    }

    /* استایل موبایل */
    @media (max-width: 1200px) {
        .title {
            font-size: 2.2rem;
        }

        .title::before, .title::after {
            width: 30px;
        }
    }

    @media (max-width: 768px) {
        .title {
            font-size: 1.9rem;
        }

        .title::before, .title::after {
            display: none;
        }

        .swiper-button-next, .swiper-button-prev {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .title {
            font-size: 1.7rem;
        }

        .post-image {
            height: 200px;
        }

        .post-content {
            padding: 15px;
        }

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

        .post-artist {
            font-size: 0.9rem;
        }

        .view-more {
            width: 100%;
            padding: 12px;
        }
    }

    /* افکت نورپردازی برای موبایل */
    .mobile-glow {
        display: none;
    }

    @media (max-width: 768px) {
        .mobile-glow {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }

        .glow-1 {
            position: absolute;
            top: 20%;
            right: -50px;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(255, 77, 90, 0.2) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(20px);
        }

        .glow-2 {
            position: absolute;
            bottom: 10%;
            left: -50px;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(255, 142, 77, 0.2) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(20px);
        }
    }
    /* استایل جدید برای لینک پست */
    .post-link {
        display: block;
        text-decoration: none;
        color: inherit;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    /* افکت‌های اضافی برای بهبود تجربه کاربری */
    .post-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(255, 77, 90, 0.1), rgba(255, 142, 77, 0.1));
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 20px;
        z-index: -1;
    }

    .post:hover .post-link::after {
        opacity: 1;
    }

    /* آیکون پلی برای نشان دادن قابلیت کلیک */
    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 2;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .play-icon::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid #ff4d5a;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 4px;
    }

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


        /* طرح‌بندی شیشه‌ای و نئونی */
        .glass-effect {
            background: rgba(20, 20, 20, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 107, 107, 0.2);
            box-shadow: 0 0 7px rgba(255, 107, 107, 0.5),
                        0 0 15px rgba(255, 107, 107, 0.3),
                        0 0 30px rgba(255, 107, 107, 0.1);
            border-radius: 20px;
            margin: 10px;
        }

        .light-mode .glass-effect {
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(255, 107, 107, 0.2);
            box-shadow: 0 0 15px rgba(255, 107, 107, 0.3),
                        0 0 25px rgba(255, 107, 107, 0.2);
        }

        /* محتوای اصلی */
        main {
            flex: 1;
            padding-top: 100px;
        }

        .page-content-wrapper {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }

        /* هدر صفحه مدرن */
        .page-header {
            margin-bottom: 30px;
            padding: 0;
        }

        .page-header-content {
            display: flex;
            align-items: center;
            gap: 25px;
            padding: 25px;
        }

        /* تصویر شاخص مدرن و کوچک */
        .page-thumbnail {
            flex: 0 0 120px;
            height: 120px;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            border: 2px solid rgba(255, 107, 107, 0.3);
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.2);
            transition: all 0.3s ease;
        }

        .page-thumbnail:hover {
            transform: rotate(2deg) scale(1.05);
            border-color: rgba(255, 107, 107, 0.6);
            box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
        }

        .page-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

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

        .thumbnail-placeholder {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
        }

        /* عنوان و متا */
        .page-title-section {
            flex: 1;
        }

        .page-title {
            font-size: 1.8rem;
            margin-bottom: 12px;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 20px rgba(255, 107, 107, 0.3);
            line-height: 1.3;
        }

        .page-meta {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .page-meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #b0b0b0;
            font-size: 0.85rem;
            background: rgba(255, 107, 107, 0.1);
            padding: 6px 12px;
            border-radius: 20px;
            border: 1px solid rgba(255, 107, 107, 0.2);
        }

        .page-meta-item i {
            color: #ff6b6b;
            font-size: 0.8rem;
        }

        /* محتوای صفحه */
        .page-content {
            line-height: 1.8;
            font-size: 1.05rem;
            padding: 0 25px 25px 25px;
        }

        .page-content h2 {
            color: #ff6b6b;
            margin: 30px 0 15px 0;
            font-size: 1.5rem;
            border-right: 3px solid #ff6b6b;
            padding-right: 15px;
            position: relative;
        }

        .page-content h2:before {
            content: '';
            position: absolute;
            right: -3px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, transparent, #ff6b6b, transparent);
        }

        .page-content h3 {
            color: #ff8e8e;
            margin: 25px 0 12px 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .page-content h3:before {
            content: '▸';
            color: #ff6b6b;
            font-size: 1.1rem;
        }

        .page-content p {
            margin-bottom: 20px;
            text-align: justify;
        }

        .page-content ul, .page-content ol {
            margin: 20px 0;
            padding-right: 25px;
        }

        .page-content li {
            margin-bottom: 8px;
            position: relative;
            padding-right: 15px;
        }

        .page-content ul li:before {
            content: '•';
            color: #ff6b6b;
            position: absolute;
            right: 0;
        }

        .page-content blockquote {
            border-right: 3px solid #ff6b6b;
            padding: 20px;
            margin: 25px 0;
            font-style: italic;
            background: rgba(255, 107, 107, 0.05);
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }

        .page-content blockquote:before {
            content: '"';
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 3rem;
            color: rgba(255, 107, 107, 0.2);
            font-family: serif;
        }

        .page-content img:not(.featured-image) {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            margin: 20px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }

        .page-content a {
            color: #ff6b6b;
            text-decoration: none;
            transition: all 0.3s ease;
            border-bottom: 1px solid transparent;
            padding: 0 2px;
        }

        .page-content a:hover {
            color: #ff8e8e;
            border-bottom-color: #ff8e8e;
            text-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
            background: rgba(255, 107, 107, 0.1);
            border-radius: 3px;
        }

        /* باکس اطلاعات مدرن */
        .page-info-box {
            background: rgba(255, 107, 107, 0.08);
            padding: 20px;
            border-radius: 15px;
            margin: 30px 0;
            border: 1px solid rgba(255, 107, 107, 0.15);
            position: relative;
            overflow: hidden;
        }

        .page-info-box:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent, #ff6b6b, transparent);
        }

        .page-info-box h3 {
            color: #ff6b6b;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
        }

        .page-info-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 12px;
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
            color: #b0b0b0;
        }

        .info-item i {
            color: #ff6b6b;
            width: 16px;
            text-align: center;
        }

        /* دکمه‌های ناوبری مدرن */
        .page-navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
            padding-top: 25px;
            border-top: 1px solid rgba(255, 107, 107, 0.2);
        }

        .nav-button {
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 107, 107, 0.1);
            color: #ff6b6b;
            padding: 10px 18px;
            border-radius: 20px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 107, 107, 0.2);
            font-size: 0.9rem;
            max-width: 45%;
        }

        .nav-button:hover {
            background: rgba(255, 107, 107, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
        }

        .nav-button.next {
            flex-direction: row-reverse;
            text-align: left;
        }

        .nav-button .nav-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        /* استایل برای تم روشن */
        .light-mode .page-content {
            color: #333;
        }

        .light-mode .page-meta-item {
            color: #666;
            background: rgba(255, 107, 107, 0.08);
        }

        .light-mode .page-content h2 {
            color: #ff6b6b;
        }

        .light-mode .page-content h3 {
            color: #ff8e8e;
        }

        .light-mode .page-content blockquote {
            background: rgba(255, 107, 107, 0.05);
            color: #555;
        }

        .light-mode .info-item {
            color: #666;
        }

        /* رسپانسیو */
        @media (max-width: 768px) {
            .page-header-content {
                flex-direction: column;
                text-align: center;
                gap: 20px;
                padding: 20px;
            }

            .page-thumbnail {
                flex: 0 0 100px;
                height: 100px;
            }

            .page-title {
                font-size: 1.5rem;
            }

            .page-meta {
                justify-content: center;
                gap: 10px;
            }

            .page-meta-item {
                font-size: 0.8rem;
            }

            .page-content {
                padding: 0 20px 20px 20px;
                font-size: 1rem;
            }

            .page-content h2 {
                font-size: 1.3rem;
            }

            .page-content h3 {
                font-size: 1.2rem;
            }

            .page-info-content {
                grid-template-columns: 1fr;
            }

            .page-navigation {
                flex-direction: column;
                gap: 12px;
            }

            .nav-button {
                max-width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .page-title {
                font-size: 1.3rem;
            }

            .page-thumbnail {
                flex: 0 0 80px;
                height: 80px;
            }

            .page-content {
                padding: 0 15px 15px 15px;
            }

            .page-meta {
                flex-direction: column;
                align-items: center;
            }
        }


.content .glass-effect h1 {
  margin: 2px;
}
/* استایل‌های مدرن برای کارت‌های جستجو */
.search-post-card {
    background: rgba(25, 25, 35, 0.7);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 107, 107, 0.15);
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.search-post-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 107, 0.4);
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.25),
                0 0 30px rgba(255, 107, 107, 0.1);
}

/* کانتینر تصویر مربع */
.post-image-container {
    position: relative;
    overflow: hidden;
    height: 180px;
    flex-shrink: 0;
}

.search-post-card:hover .post-image {
    transform: scale(1.08);
}

.no-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
}

/* افکت hover نئونی */
.neon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 107, 107, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.view-button {
    color: white;
    background: rgba(255, 107, 107, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transform: scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.5);
}

.search-post-card:hover .neon-overlay {
    opacity: 1;
}

.search-post-card:hover .view-button {
    transform: scale(1);
    box-shadow: 0 0 30px rgba(255, 107, 107, 0.7);
}

/* لیبل دسته‌بندی */
.category-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 0.7rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 107, 107, 0.3);
    display: flex;
    align-items: center;
    gap: 4px;
}

/* محتوای پست */
.post-content {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    min-height: 2.8em;
}

.post-title a {
    color: #f0f0f0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-title a:hover {
    color: #ff6b6b;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
}

.post-excerpt {
    color: #b0b0b0;
    font-size: 0.85rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}

/* اطلاعات پست */
.post-meta {
    display: flex;
    gap: 12px;
    margin: 5px 0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    color: #888;
}

.meta-item i {
    color: #ff6b6b;
    font-size: 0.8rem;
}

/* دکمه مشاهده */
.post-actions {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 107, 107, 0.1);
}

.view-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    padding: 6px 14px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 107, 107, 0.2);
    font-weight: 500;
}

.view-link:hover {
    background: rgba(255, 107, 107, 0.2);
    transform: translateX(-3px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.25);
}

/* صفحه‌بندی */
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 3px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    background: rgba(255, 107, 107, 0.1);
    color: #f0f0f0;
    font-size: 0.85rem;
}

.pagination .page-numbers.current {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.pagination .page-numbers:hover:not(.current) {
    background: rgba(255, 107, 107, 0.2);
    transform: translateY(-2px);
}

/* استایل برای تم روشن */
.light-mode .search-post-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 107, 107, 0.1);
}

.light-mode .post-title a {
    color: #333;
}

.light-mode .post-title a:hover {
    color: #ff6b6b;
}

.light-mode .post-excerpt {
    color: #666;
}

.light-mode .meta-item {
    color: #777;
}

/* رسپانسیو */
@media (max-width: 768px) {
    .results-list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
        gap: 15px !important;
    }

    .post-image-container {
        height: 160px;
    }

    .post-content {
        padding: 15px;
        gap: 8px;
    }

    .post-title {
        font-size: 0.95rem;
    }

    .post-meta {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .results-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
        gap: 12px !important;
    }

    .post-image-container {
        height: 140px;
    }

    .post-content {
        padding: 12px;
    }

    .post-title {
        font-size: 0.9rem;
        min-height: 2.6em;
    }

    .post-excerpt {
        font-size: 0.8rem;
        min-height: 2.2em;
    }

    .view-link {
        font-size: 0.8rem;
        padding: 5px 12px;
    }
}

	/* استایل‌های اصلی صفحه خبر */
.container-single {
    margin-top: 110px;
    padding: 20px;
}

.song-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
    padding: 30px;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(255, 77, 90, 0.2);
}

.news-header {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 25px;
    align-items: start;
    margin-bottom: 25px;
}

.news-thumbnail {
    width: 150px;
    height: 150px;
}

.news-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.news-title {
    font-size: 2.2em;
    margin: 0 0 15px 0;
    color: #ffffff;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.news-meta-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.news-meta-info span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9em;
    color: #cccccc;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-content {
    font-size: 1.1em;
    line-height: 1.8;
    color: #e0e0e0;
    margin-top: 20px;
}

.news-content p {
    margin-bottom: 20px;
}

.news-taxonomy {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.taxonomy-label {
    color: #cccccc;
    font-size: 0.9em;
}

.news-category-tag {
    background: rgba(255, 77, 90, 0.2);
    color: #ff4d5a;
    padding: 5px 12px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.85em;
    border: 1px solid rgba(255, 77, 90, 0.3);
    transition: all 0.3s ease;
}

.news-category-tag:hover {
    background: rgba(255, 77, 90, 0.3);
    transform: translateY(-2px);
}

/* استایل بخش اخبار مرتبط */
.related-news {
    margin-top: 50px;
}

.related-title {
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.related-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff4d5a, #ff8e4d);
    border-radius: 2px;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* استایل کارت خبر */
.news-card {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3),
                0 0 15px rgba(255, 77, 90, 0.2);
    border-color: rgba(255, 77, 90, 0.3);
}

.news-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.news-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.news-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-thumb {
    transform: scale(1.05);
}

.news-card-content {
    padding: 20px;
}

.news-card-title {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    color: #ffffff;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.card-source, .card-date {
    color: #ff4d5a;
    background: rgba(255, 77, 90, 0.1);
    padding: 3px 8px;
    border-radius: 10px;
}

.news-card-excerpt {
    font-size: 0.9em;
    color: #cccccc;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* رسپانسیو */
@media (max-width: 768px) {
    .container-single {
        margin-top: 80px;
        padding: 15px;
    }

    .song-hero {
        padding: 20px;
    }

    .news-header {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }

    .news-thumbnail {
        margin: 0 auto;
    }

    .news-title {
        font-size: 1.8em;
    }

    .news-meta-info {
        justify-content: center;
    }

    .related-news-grid {
        grid-template-columns: 1fr;
    }
}

        .container-single {
            margin-top: 110px;
            padding: 20px;
        }

        /* بخش قهرمان صفحه آهنگ */
        .song-hero {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            margin-bottom: 40px;
            padding: 30px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        @media (min-width: 992px) {
            .song-hero {
                grid-template-columns: 1fr 1fr;
                align-items: start;
            }
        }

        .song-cover {
            position: relative;
            border-radius: 20px;
			width: 450px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4),
                        0 0 30px rgba(255, 77, 90, 0.3);
            transition: transform 0.5s ease;
            aspect-ratio: 1/1;
        }

        .song-cover:hover {
            transform: scale(1.02);
        }

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

        .view-count {
            position: absolute;
            top: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
            backdrop-filter: blur(5px);
        }

        .song-info {
            display: flex;
			padding: 30px;
            flex-direction: column;
            justify-content: center;
        }

        .song-title {
            font-weight: 700;
            margin-bottom: 10px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            line-height: 1.2;
        }

        @media (min-width: 992px) {
            .song-title {
                text-align: right;
            }
        }

        .song-artist {
            margin-bottom: 25px;
            color: #ff8e4d;
            text-align: center;
            font-weight: 500;
        }

        .song-meta {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }

        .meta-item {
            background: rgba(255, 255, 255, 0.05);
            padding: 18px 15px;
            border-radius: 16px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .meta-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .meta-label {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 8px;
            font-weight: 300;
        }

        .meta-value {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .song-actions {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        @media (min-width: 992px) {
            .song-actions {
                justify-content: flex-start;
            }
        }

        .action-btn {
            padding: 14px 28px;
            border-radius: 50px;
            border: none;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
        }

        .download-btn {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        .download-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 77, 90, 0.4);
        }

        .share-btn {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .share-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        /* پلیر آهنگ - نسخه جمع و جور */
        .song-player {
            width: 100%;
            margin: 0 auto 40px;
            padding: 25px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        .player-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            gap: 15px;
        }

        .player-cover-small {
            width: 60px;
            height: 60px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            flex-shrink: 0;
        }

        .player-cover-small img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .player-info-small {
            flex: 1;
        }

        .player-song-name {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 5px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .player-artist-name {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 300;
        }

        .player-controls {
            display: flex;
			direction: ltr;
            flex-direction: column;
            gap: 15px;
        }

        .progress-container-single {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .current-time, .total-time {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
            min-width: 40px;
            font-weight: 300;
        }

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

        .progress {
            height: 100%;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 3px;
            width: 0%;
            transition: width 0.1s ease;
        }

        .control-buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .control-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.2s ease;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .control-btn:hover {
            color: #ff8e4d;
            background: rgba(255, 255, 255, 0.1);
        }

        .play-btn {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            font-size: 1.3rem;
            width: 50px;
            height: 50px;
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        .play-btn:hover {
            transform: scale(1.1);
            background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
        }

        .quality-selector {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 15px;
        }

        .quality-btn {
            padding: 6px 15px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.05);
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.85rem;
        }

        .quality-btn.active {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-color: transparent;
        }

        .quality-btn:hover:not(.active) {
            background: rgba(255, 255, 255, 0.1);
        }

        audio {
            display: none;
        }

        /* متن آهنگ - نسخه بهبود یافته */
        .lyrics-section {
            width: 100%;
            margin: 0 auto 40px;
            padding: 30px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        .section-title {
            font-size: 1.8rem;
            margin-bottom: 25px;
            text-align: center;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 700;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .show-all-btn {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 7px 14px;
            border-radius: 18px;
            cursor: pointer;
            font-size: 0.85rem;
            transition: all 0.3s ease;
        }

        .show-all-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .lyrics-container-single {
            line-height: 2;
            font-size: 1.1rem;
            text-align: center;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            max-height: 280px;
            overflow: hidden;
            position: relative;
            transition: max-height 0.5s ease;
        }

        .lyrics-container-single.expanded {
            max-height: 2000px;
        }

        .lyrics-container-single::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            height: 50px;
            background: linear-gradient(to bottom, transparent, rgba(20, 20, 20, 0.8));
            pointer-events: none;
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        .lyrics-container-single.expanded::after {
            opacity: 0;
        }

        .lyrics-line {
            margin-bottom: 10px;
            transition: all 0.3s ease;
            padding: 4px 8px;
            border-radius: 8px;
        }

        /* سایر آهنگ‌ها - نسخه بهبود یافته */
        .related-songs {
            width: 100%;
            margin: 0 auto 40px;
            padding: 30px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        .songs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

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

        @media (max-width: 480px) {
            .songs-grid {
                grid-template-columns: 1fr;
            }
        }
.song-card-link {
    text-decoration: none; /* حذف خط زیر لینک */
    color: inherit;
    display: block;
    outline: none; /* حذف outline در حالت focus */
}
        .song-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
        }

        .song-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3),
                        0 0 10px rgba(255, 77, 90, 0.3);
        }

        .song-card-img {
            width: 100%;
            overflow: hidden;
        }

        .song-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

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

        .song-card-content {
            padding: 15px;
        }

        .song-card-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .song-card-artist {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 300;
        }

        .song-card-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            opacity: 0;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .song-card:hover .song-card-play {
            opacity: 1;
        }

        /* پاپ آپ دانلود */
        .download-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .download-popup.active {
            display: flex;
        }

        .download-content {
            background: rgba(30, 30, 30, 0.95);
            border-radius: 18px;
            padding: 25px;
            width: 90%;
            max-width: 450px;
            border: 1px solid rgba(255, 77, 90, 0.3);
            box-shadow: 0 0 30px rgba(255, 77, 90, 0.4);
        }

        .download-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .download-title {
            font-size: 1.3rem;
            font-weight: 700;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .close-popup {
            background: none;
            border: none;
            color: #fff;
            font-size: 1.3rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .close-popup:hover {
            color: #ff4d5a;
        }

        .download-options {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .download-option {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            transition: all 0.3s ease;
        }

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

        .option-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .option-icon {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 50%;
            font-size: 1.1rem;
        }

        .option-text {
            display: flex;
            flex-direction: column;
        }

        .option-quality {
            font-weight: 700;
            font-size: 1rem;
        }

        .option-size {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
        }

        .download-link {
            padding: 7px 16px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            text-decoration: none;
            border-radius: 18px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .download-link:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        /* رسپانسیو برای موبایل */
        @media (max-width: 768px) {
            .container-single {
                padding: 15px;
				margin-top: 20%;
            }

            .song-hero {
                padding: 20px;
                border-radius: 18px;
				grid-template-columns: auto;
				justify-content: center;
            }

            .song-meta {
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            }

            .song-player, .lyrics-section, .related-songs {
                padding: 20px;
                border-radius: 16px;
            }

            .section-title {
                font-size: 1.5rem;
                flex-direction: column;
                gap: 12px;
            }

            .player-header {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }

            .player-info-small {
                text-align: center;
            }

            .control-buttons {
                gap: 15px;
            }

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

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

            .songs-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .download-content {
                padding: 20px;
                width: 95%;
            }
        }

        @media (max-width: 480px) {
			.song-cover {
				width: auto;
				height: auto;
			}
			.container-single {
				margin-top:22%;
			}
			.song-info {
				padding: 0;
			}

            .song-meta {
                grid-template-columns: 1fr 1fr;
            }

            .song-actions {
                flex-direction: column;
            }

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

            .songs-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }

            .lyrics-container-single {
                font-size: 1rem;
                max-height: 250px;
            }

            .download-option {
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }

            .option-info {
                flex-direction: column;
            }
        }

        /* انیمیشن‌ها */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .song-hero, .song-player, .lyrics-section, .related-songs {
            animation: fadeIn 0.6s ease-out;
        }

        .song-player {
            animation-delay: 0.2s;
            animation-fill-mode: both;
        }

        .lyrics-section {
            animation-delay: 0.4s;
            animation-fill-mode: both;
        }

        .related-songs {
            animation-delay: 0.6s;
            animation-fill-mode: both;
        }

        .container-single {
            margin-top: 110px;
            padding: 20px;
        }

        /* بخش قهرمان صفحه آهنگ */
        .song-hero {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            margin-bottom: 40px;
            padding: 30px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        @media (min-width: 992px) {
            .song-hero {
                grid-template-columns: 1fr 1fr;
                align-items: start;
            }
        }

        .song-cover {
            position: relative;
            border-radius: 20px;
			width: 450px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4),
                        0 0 30px rgba(255, 77, 90, 0.3);
            transition: transform 0.5s ease;
            aspect-ratio: 1/1;
        }

        .song-cover:hover {
            transform: scale(1.02);
        }

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

        .view-count {
            position: absolute;
            top: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
            backdrop-filter: blur(5px);
        }

        .song-info {
            display: flex;
			padding: 30px;
            flex-direction: column;
            justify-content: center;
        }

        .song-title {
            font-weight: 700;
            margin-bottom: 10px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            line-height: 1.2;
        }


        .song-meta {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }

        .meta-item {
            background: rgba(255, 255, 255, 0.05);
            padding: 18px 15px;
            border-radius: 16px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .meta-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .meta-label {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 8px;
            font-weight: 300;
        }

        .meta-value {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .song-actions {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        @media (min-width: 992px) {
            .song-actions {
                justify-content: flex-start;
            }
        }

        .action-btn {
            padding: 14px 28px;
            border-radius: 50px;
            border: none;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
        }

        .download-btn {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        .download-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 77, 90, 0.4);
        }

        .share-btn {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .share-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        /* پلیر آهنگ - نسخه جمع و جور */
        .song-player {
            width: 100%;
            margin: 0 auto 40px;
            padding: 25px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        .player-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            gap: 15px;
        }

        .player-cover-small {
            width: 60px;
            height: 60px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            flex-shrink: 0;
        }

        .player-cover-small img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .player-info-small {
            flex: 1;
        }

        .player-song-name {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 5px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .player-artist-name {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 300;
        }

        .player-controls {
            display: flex;
			direction: ltr;
            flex-direction: column;
            gap: 15px;
        }

        .progress-container-single {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .current-time, .total-time {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
            min-width: 40px;
            font-weight: 300;
        }

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

        .progress {
            height: 100%;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 3px;
            width: 0%;
            transition: width 0.1s ease;
        }

        .control-buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .control-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.2s ease;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .control-btn:hover {
            color: #ff8e4d;
            background: rgba(255, 255, 255, 0.1);
        }

        .play-btn {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            font-size: 1.3rem;
            width: 50px;
            height: 50px;
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        .play-btn:hover {
            transform: scale(1.1);
            background: linear-gradient(45deg, #ff8e4d, #ff4d5a);
        }

        .quality-selector {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 15px;
        }

        .quality-btn {
            padding: 6px 15px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.05);
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.85rem;
        }

        .quality-btn.active {
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-color: transparent;
        }

        .quality-btn:hover:not(.active) {
            background: rgba(255, 255, 255, 0.1);
        }

        audio {
            display: none;
        }

        /* متن آهنگ - نسخه بهبود یافته */
        .lyrics-section {
            width: 100%;
            margin: 0 auto 40px;
            padding: 30px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        .section-title {
            font-size: 1.8rem;
            margin-bottom: 25px;
            text-align: center;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 700;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .show-all-btn {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 7px 14px;
            border-radius: 18px;
            cursor: pointer;
            font-size: 0.85rem;
            transition: all 0.3s ease;
        }

        .show-all-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .lyrics-container-single {
            line-height: 2;
            font-size: 1.1rem;
            text-align: center;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            max-height: 280px;
            overflow: hidden;
            position: relative;
            transition: max-height 0.5s ease;
        }

        .lyrics-container-single.expanded {
            max-height: 2000px;
        }

        .lyrics-container-single::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            height: 50px;
            background: linear-gradient(to bottom, transparent, rgba(20, 20, 20, 0.8));
            pointer-events: none;
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        .lyrics-container-single.expanded::after {
            opacity: 0;
        }

        .lyrics-line {
            margin-bottom: 10px;
            transition: all 0.3s ease;
            padding: 4px 8px;
            border-radius: 8px;
        }

        /* سایر آهنگ‌ها - نسخه بهبود یافته */
        .related-songs {
            width: 100%;
            margin: 0 auto 40px;
            padding: 30px;
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
                        0 0 20px rgba(255, 77, 90, 0.2);
        }

        .songs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

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

        @media (max-width: 480px) {
            .songs-grid {
                grid-template-columns: 1fr;
            }
        }

        .song-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
        }

        .song-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3),
                        0 0 10px rgba(255, 77, 90, 0.3);
        }

        .song-card-img {
            width: 100%;
            overflow: hidden;
        }

        .song-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

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

        .song-card-content {
            padding: 15px;
        }

        .song-card-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .song-card-artist {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 300;
        }

        .song-card-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            opacity: 0;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .song-card:hover .song-card-play {
            opacity: 1;
        }

        /* پاپ آپ دانلود */
        .download-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .download-popup.active {
            display: flex;
        }

        .download-content {
            background: rgba(30, 30, 30, 0.95);
            border-radius: 18px;
            padding: 25px;
            width: 90%;
            max-width: 450px;
            border: 1px solid rgba(255, 77, 90, 0.3);
            box-shadow: 0 0 30px rgba(255, 77, 90, 0.4);
        }

        .download-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .download-title {
            font-size: 1.3rem;
            font-weight: 700;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .close-popup {
            background: none;
            border: none;
            color: #fff;
            font-size: 1.3rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .close-popup:hover {
            color: #ff4d5a;
        }

        .download-options {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .download-option {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            transition: all 0.3s ease;
        }

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

        .option-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .option-icon {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            border-radius: 50%;
            font-size: 1.1rem;
        }

        .option-text {
            display: flex;
            flex-direction: column;
        }

        .option-quality {
            font-weight: 700;
            font-size: 1rem;
        }

        .option-size {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
        }

        .download-link {
            padding: 7px 16px;
            background: linear-gradient(45deg, #ff4d5a, #ff8e4d);
            color: white;
            text-decoration: none;
            border-radius: 18px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .download-link:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 77, 90, 0.3);
        }

        /* رسپانسیو برای موبایل */
        @media (max-width: 768px) {
            .container-single {
                padding: 15px;
				margin-top: 20%;
            }

            .song-hero {
                padding: 20px;
                border-radius: 18px;
				grid-template-columns: auto;
				justify-content: center;
            }

            .song-meta {
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            }

            .song-player, .lyrics-section, .related-songs {
                padding: 20px;
                border-radius: 16px;
            }

            .section-title {
                font-size: 1.5rem;
                flex-direction: column;
                gap: 12px;
            }

            .player-header {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }

            .player-info-small {
                text-align: center;
            }

            .control-buttons {
                gap: 15px;
            }

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

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

            .songs-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .download-content {
                padding: 20px;
                width: 95%;
            }
        }

        @media (max-width: 480px) {
			.song-cover {
				width: auto;
				height: auto;
			}
			.container-single {
				margin-top:22%;
			}
			.song-info {
				padding: 0;
			}

            .song-meta {
                grid-template-columns: 1fr 1fr;
            }

            .song-actions {
                flex-direction: column;
            }

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

            .songs-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }

            .lyrics-container-single {
                font-size: 1rem;
                max-height: 250px;
            }

            .download-option {
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }

            .option-info {
                flex-direction: column;
            }
        }

        /* انیمیشن‌ها */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .song-hero, .song-player, .lyrics-section, .related-songs {
            animation: fadeIn 0.6s ease-out;
        }

        .song-player {
            animation-delay: 0.2s;
            animation-fill-mode: both;
        }

        .lyrics-section {
            animation-delay: 0.4s;
            animation-fill-mode: both;
        }

        .related-songs {
            animation-delay: 0.6s;
            animation-fill-mode: both;
        }