/*
Theme Name: White Theme
Description: A minimal white WordPress theme
Version: 1.0
Author: Your Name
*/

/* Persian Font Definitions */
@font-face {
    font-family: 'IRANSansX';
    src: url('./fonts/woff2/IRANSansX-Regular.woff2') format('woff2'),
         url('./fonts/woff/IRANSansX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./fonts/woff2/IRANSansX-Light.woff2') format('woff2'),
         url('./fonts/woff/IRANSansX-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./fonts/woff2/IRANSansX-Medium.woff2') format('woff2'),
         url('./fonts/woff/IRANSansX-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./fonts/woff2/IRANSansX-Bold.woff2') format('woff2'),
         url('./fonts/woff/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./fonts/woff2/IRANSansX-Black.woff2') format('woff2'),
         url('./fonts/woff/IRANSansX-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'IRANSansX', 'Press Start 2P', monospace !important;
    overflow-x: hidden;
    line-height: 1.6;
}

/* English Text Font - Enhanced */
.en, .english {
    font-family: 'Press Start 2P', monospace !important;
    direction: ltr !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}

/* RTL/LTR Direction Classes */
.rtl {
    direction: rtl !important;
    text-align: right !important;
}

.ltr {
    direction: ltr !important;
    text-align: left !important;
}

/* Font Awesome Icons */
.fab, .fas, .far, .fa {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', monospace !important;
}

/* Hero Section Logo Icon */
.hero-logo .logo-icon {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', monospace !important;
}

/* Social Icons */
.social-icon i {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', monospace !important;
}

/* Tab Icons */
.tab-icon {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', monospace !important;
}

/* Specific English Text Elements - Strong Rules */
.hero-content .en,
.hero-content .english,
.album-details-faq-section .en,
.album-details-faq-section .english,
.album-preorder-section .en,
.album-preorder-section .english,
.logo-accent.en,
.scroll-text.en,
.test-pixel-font .en {
    font-family: 'Press Start 2P', monospace !important;
    direction: ltr !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}

/* Override any conflicting styles */
*[class*="en"],
*[class*="english"] {
    font-family: 'Press Start 2P', monospace !important;
}

/* CSS Variables */
:root {
    --black: #000000;
    --dark-gray: #1a1a1a;
    --light-gray: #888888;
    --white: #ffffff;
    --primary-blue: #00a8ff;
    --secondary-blue: #0097e6;
}

/* Scrollbar Styles */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-gray);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-blue);
}

/* Site Structure */
.site {
    min-height: 100vh;
    position: relative;
}

.site-main {
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-family: 'IRANSansX', 'Press Start 2P', monospace;
}

/* Hero Content */
.hero-content {
    text-align: center;
    z-index: 4;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* Logo Styles */
.hero-logo {
    margin-bottom: 30px;
    position: relative;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
}

.logo-icon,
.logo-image {
    font-size: 3.5rem;
    filter: drop-shadow(0 0 15px rgba(0, 168, 255, 0.3));
    transition: all 0.3s ease;
}

.logo-icon:hover,
.logo-image:hover {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 0 30px rgba(0, 168, 255, 0.5));
}

.logo-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-text {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(45deg, #00a8ff, #0097e6, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: 1.5px;
    text-shadow: 0 0 20px rgba(0, 168, 255, 0.5);
    /* فقط برای logo-text فونت پیکسلی */
    font-family: 'Press Start 2P', monospace !important;
    direction: ltr !important;
    text-align: left !important;
}

/* Force Pixel Font for Logo Text */
.logo-text {
    font-family: 'Press Start 2P', monospace !important;
    direction: ltr !important;
    text-align: left !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}

/* Override any conflicting styles for logo text */
.logo-text * {
    font-family: 'Press Start 2P', monospace !important;
}

/* Ensure pixel font is loaded */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P:wght@400;700;900&display=swap');

.logo-accent {
    font-size: 1rem;
    color: var(--light-gray);
    font-weight: 300;
    opacity: 0.7;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.social-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.5),
        -8px -8px 16px rgba(255, 255, 255, 0.05),
        inset 3px 3px 6px rgba(0, 0, 0, 0.3),
        inset -3px -3px 6px rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--light-gray);
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 168, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.social-icon:hover::before {
    left: 100%;
}

.social-icon:hover {
    color: var(--white);
    transform: translateY(-6px) scale(1.1) rotate(3deg);
    box-shadow: 
        12px 12px 20px rgba(0, 0, 0, 0.6),
        -12px -12px 20px rgba(255, 255, 255, 0.08),
        0 0 30px rgba(0, 168, 255, 0.5);
    border-color: rgba(0, 168, 255, 0.3);
}

.social-icon:active {
    transform: translateY(-4px) scale(1.05);
    transition: all 0.1s ease;
}

/* Scroll Indicator */
.scroll-indicator {
    position: relative;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-indicator:hover {
    transform: translateY(-5px);
}

.scroll-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
}

.scroll-arrow span {
    width: 2px;
    height: 15px;
    background: linear-gradient(180deg, var(--primary-blue), transparent);
    border-radius: 1px;
    box-shadow: 0 0 8px rgba(0, 168, 255, 0.5);
    animation: scrollBounce 2s infinite;
}

.scroll-arrow span:nth-child(2) {
    height: 12px;
    animation-delay: 0.2s;
}

.scroll-arrow span:nth-child(3) {
    height: 8px;
    animation-delay: 0.4s;
}

@keyframes scrollBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    40% {
        transform: translateY(-10px);
        opacity: 0.5;
    }
    60% {
        transform: translateY(-5px);
        opacity: 0.8;
    }
}

.scroll-text {
    color: var(--light-gray);
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.8;
    font-weight: 300;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.scroll-indicator:hover .scroll-text {
    color: var(--white);
    opacity: 1;
}

/* Star Field Background */
#starfield {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 0 !important;
    pointer-events: none !important;
    display: block !important;
    visibility: visible !important;
    background: transparent !important;
}


/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .hero-section {
        padding-top: 60px;
    }
    
    .hero-content {
        gap: 50px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 4.5rem;
    }
    
    .logo-image {
        width: 100px;
        height: 100px;
    }
    
    .logo-text {
        font-size: 3.5rem;
    }
    
    .logo-accent {
        font-size: 1.3rem;
    }
    
    .social-icons {
        gap: 25px;
    }
    
    .social-icon {
        width: 65px;
        height: 65px;
        font-size: 1.3rem;
    }
    
    .scroll-indicator {
        margin-top: 35px;
    }
    
    .scroll-text {
        font-size: 1rem;
    }
}

/* Desktop (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .hero-section {
        padding-top: 60px;
    }
    
    .hero-content {
        gap: 70px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 5.5rem;
    }
    
    .logo-image {
        width: 130px;
        height: 130px;
    }
    
    .logo-text {
        font-size: 4.5rem;
    }
    
    .logo-accent {
        font-size: 1.5rem;
    }
    
    .social-icons {
        gap: 30px;
    }
    
    .social-icon {
        width: 80px;
        height: 80px;
        font-size: 1.5rem;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .hero-section {
        padding-top: 50px;
    }
    
    .hero-content {
        gap: 60px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 4.5rem;
    }
    
    .logo-image {
        width: 110px;
        height: 110px;
    }
    
    .logo-text {
        font-size: 3.5rem;
    }
    
    .logo-accent {
        font-size: 1.3rem;
    }
    
    .social-icons {
        gap: 25px;
    }
    
    .social-icon {
        width: 70px;
        height: 70px;
        font-size: 1.3rem;
    }
    
    .scroll-indicator {
        margin-top: 50px;
    }
}

/* Tablet Portrait (481px - 767px) */
@media (max-width: 767px) and (min-width: 481px) {
    .hero-section {
        padding-top: 40px;
    }
    
    .hero-content {
        gap: 50px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 3.5rem;
    }
    
    .logo-image {
        width: 90px;
        height: 90px;
    }
    
    .logo-text {
        font-size: 2.8rem;
    }
    
    .logo-accent {
        font-size: 1.1rem;
    }
    
    .social-icons {
        gap: 20px;
    }
    
    .social-icon {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
    
    .scroll-indicator {
        margin-top: 40px;
    }
    
    .scroll-text {
        font-size: 0.9rem;
    }
}

/* Mobile Large (375px - 480px) */
@media (max-width: 480px) and (min-width: 376px) {
    .hero-section {
        padding-top: 30px;
    }
    
    .hero-content {
        gap: 40px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 3rem;
    }
    
    .logo-image {
        width: 70px;
        height: 70px;
    }
    
    .logo-text {
        font-size: 2.2rem;
    }
    
    .logo-accent {
        font-size: 1rem;
    }
    
    .social-icons {
        gap: 15px;
    }
    
    .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .scroll-indicator {
        margin-top: 30px;
    }
    
    .scroll-text {
        font-size: 0.8rem;
    }
}

/* Mobile Small (320px - 375px) */
@media (max-width: 375px) and (min-width: 321px) {
    .hero-section {
        padding-top: 25px;
    }
    
    .hero-content {
        gap: 35px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 2.5rem;
    }
    
    .logo-image {
        width: 60px;
        height: 60px;
    }
    
    .logo-text {
        font-size: 1.8rem;
    }
    
    .logo-accent {
        font-size: 0.9rem;
    }
    
    .social-icons {
        gap: 12px;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
    
    .scroll-indicator {
        margin-top: 25px;
    }
    
    .scroll-text {
        font-size: 0.7rem;
    }
}

/* Mobile Extra Small (320px and below) */
@media (max-width: 320px) {
    .hero-section {
        padding-top: 20px;
    }
    
    .hero-content {
        gap: 30px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 2rem;
    }
    
    .logo-image {
        width: 50px;
        height: 50px;
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
    
    .logo-accent {
        font-size: 0.8rem;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }
    
    .scroll-indicator {
        margin-top: 20px;
    }
    
    .scroll-text {
        font-size: 0.6rem;
    }
}

/* Landscape Orientation Adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        padding-top: 20px;
        min-height: 100vh;
    }
    
    .hero-content {
        gap: 30px;
    }
    
    .logo-icon,
    .logo-image {
        font-size: 2.5rem;
    }
    
    .logo-image {
        width: 60px;
        height: 60px;
    }
    
    .logo-text {
        font-size: 2rem;
    }
    
    .logo-accent {
        font-size: 0.9rem;
    }
    
    .social-icons {
        gap: 15px;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
    
    .scroll-indicator {
        margin-top: 15px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-text {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .social-icon {
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
}

/* Print Styles */
@media print {
    .hero-section {
        background: white !important;
        color: black !important;
    }
    
    .social-icons,
    .scroll-indicator {
        display: none !important;
    }
}

/* Album Details & FAQ Section */
.album-details-faq-section {
    position: relative;
    padding: 120px 20px 80px 20px;
    font-family: 'IRANSansX', 'Press Start 2P', monospace;
    color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
}

.album-details-faq-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Section Header */
.album-details-faq-header {
    text-align: center !important;
    margin-bottom: 60px;
    color: #fff;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.album-details-faq-title {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(45deg, #00a8ff, #0097e6, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(0, 168, 255, 0.5);
    animation: titleGlow 3s ease-in-out infinite alternate;
    letter-spacing: 2px;
    text-align: center !important;
    width: 100% !important;
}

.album-details-faq-description {
    font-size: 1.1rem;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    opacity: 0.9;
    letter-spacing: 1px;
    text-align: center !important;
    width: 100% !important;
}

/* Grid Layout */
.album-details-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* FAQ Section */
.faq-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 25px;
    padding: 35px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.faq-title {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 35px;
    font-weight: 700;
    background: linear-gradient(45deg, #00a8ff, #0097e6, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    text-shadow: 0 0 25px rgba(0, 168, 255, 0.4);
    position: relative;
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #00a8ff, #00d4ff);
    border-radius: 2px;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(0, 168, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: rgba(0, 168, 255, 0.05);
}

.faq-question.active {
    background: rgba(0, 168, 255, 0.1);
    color: #00a8ff;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: bold;
    color: #00a8ff;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.01);
}

.faq-answer.active {
    padding: 20px 25px;
    max-height: 200px;
}

.faq-answer p {
    color: #ccc;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

/* Album Details Section */
.album-details-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 25px;
    padding: 35px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.album-details-title {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 35px;
    font-weight: 700;
    background: linear-gradient(45deg, #00a8ff, #0097e6, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    text-shadow: 0 0 25px rgba(0, 168, 255, 0.4);
    position: relative;
}

.album-details-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #00a8ff, #00d4ff);
    border-radius: 2px;
}

.album-info {
    padding: 25px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
}

.album-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #00a8ff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(0, 168, 255, 0.3);
}

.album-description {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.album-features {
    margin-top: 30px;
}

.features-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    background: linear-gradient(45deg, #00a8ff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: 12px 0;
    font-size: 1rem;
    color: #fff;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 12px;
    color: #00a8ff;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(0, 168, 255, 0.5);
}

/* Responsive Design for Album Details & FAQ - Advanced */

/* Large Desktop (1600px and up) */
@media (min-width: 1600px) {
    .album-details-faq-section {
        max-width: 1800px;
        padding: 160px 60px 120px 60px;
    }
    
    .album-details-faq-container {
        max-width: 1600px;
    }
    
    .album-details-faq-title {
        font-size: 3.5rem;
    }
    
    .album-details-faq-description {
        font-size: 1.4rem;
        max-width: 900px;
    }
    
    .album-details-faq-grid {
        gap: 80px;
    }
    
    .faq-section,
    .album-details-section {
        padding: 60px;
    }
    
    .faq-question {
        padding: 25px 35px;
        font-size: 1.3rem;
    }
    
    .faq-answer {
        padding: 0 35px;
    }
    
    .faq-answer.active {
        padding: 25px 35px;
    }
    
    .album-name {
        font-size: 2.2rem;
    }
    
    .album-description {
        font-size: 1.3rem;
    }
    
    .features-title {
        font-size: 1.6rem;
    }
    
    .features-list li {
        padding: 15px 0;
        font-size: 1.2rem;
        padding-left: 35px;
    }
}

/* Desktop Large (1400px - 1599px) */
@media (max-width: 1599px) and (min-width: 1400px) {
    .album-details-faq-section {
        max-width: 1600px;
        padding: 140px 40px 100px 40px;
    }
    
    .album-details-faq-container {
        max-width: 1400px;
    }
    
    .album-details-faq-title {
        font-size: 3rem;
    }
    
    .album-details-faq-description {
        font-size: 1.3rem;
        max-width: 800px;
    }
    
    .album-details-faq-grid {
        gap: 60px;
    }
    
    .faq-section,
    .album-details-section {
        padding: 50px;
    }
    
    .faq-question {
        padding: 22px 30px;
        font-size: 1.2rem;
    }
    
    .faq-answer {
        padding: 0 30px;
    }
    
    .faq-answer.active {
        padding: 22px 30px;
    }
    
    .album-name {
        font-size: 2rem;
    }
    
    .album-description {
        font-size: 1.2rem;
    }
    
    .features-title {
        font-size: 1.5rem;
    }
    
    .features-list li {
        padding: 13px 0;
        font-size: 1.1rem;
        padding-left: 32px;
    }
}

/* Desktop (1200px - 1399px) */
@media (max-width: 1399px) and (min-width: 1200px) {
    .album-details-faq-section {
        padding: 120px 30px 80px 30px;
    }
    
    .album-details-faq-grid {
        gap: 50px;
    }
    
    .faq-section,
    .album-details-section {
        padding: 40px;
    }
    
    .faq-question {
        padding: 20px 25px;
        font-size: 1.1rem;
    }
    
    .faq-answer {
        padding: 0 25px;
    }
    
    .faq-answer.active {
        padding: 20px 25px;
    }
    
    .album-name {
        font-size: 1.8rem;
    }
    
    .album-description {
        font-size: 1.1rem;
    }
    
    .features-title {
        font-size: 1.3rem;
    }
    
    .features-list li {
        padding: 12px 0;
        font-size: 1rem;
        padding-left: 30px;
    }
}

/* Tablet Landscape (1024px - 1199px) */
@media (max-width: 1199px) and (min-width: 1024px) {
    .album-details-faq-section {
        padding: 100px 25px 70px 25px;
    }
    
    .album-details-faq-title {
        font-size: 2.3rem;
    }
    
    .album-details-faq-description {
        font-size: 1.05rem;
        max-width: 700px;
    }
    
    .album-details-faq-grid {
        gap: 40px;
    }
    
    .faq-section,
    .album-details-section {
        padding: 35px;
    }
    
    .faq-question {
        padding: 18px 22px;
        font-size: 1.05rem;
    }
    
    .faq-answer {
        padding: 0 22px;
    }
    
    .faq-answer.active {
        padding: 18px 22px;
    }
    
    .album-name {
        font-size: 1.7rem;
    }
    
    .album-description {
        font-size: 1.05rem;
    }
    
    .features-title {
        font-size: 1.2rem;
    }
    
    .features-list li {
        padding: 11px 0;
        font-size: 0.95rem;
        padding-left: 28px;
    }
}

/* Tablet Portrait (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .album-details-faq-section {
        padding: 80px 20px 60px 20px;
        margin-top: 80px;
    }
    
    .album-details-faq-header {
        padding: 35px 20px;
        margin-bottom: 50px;
    }
    
    .album-details-faq-title {
        font-size: 2.2rem;
    }
    
    .album-details-faq-description {
        font-size: 1.05rem;
        max-width: 600px;
    }
    
    .album-details-faq-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .faq-section,
    .album-details-section {
        padding: 30px;
    }
    
    .faq-question {
        padding: 16px 20px;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-answer.active {
        padding: 16px 20px;
    }
    
    .album-name {
        font-size: 1.6rem;
    }
    
    .album-description {
        font-size: 1rem;
    }
    
    .features-title {
        font-size: 1.1rem;
    }
    
    .features-list li {
        padding: 10px 0;
        font-size: 0.9rem;
        padding-left: 25px;
    }
}

/* Mobile Large (600px - 767px) */
@media (max-width: 767px) and (min-width: 600px) {
    .album-details-faq-section {
        padding: 70px 15px 50px 15px;
        margin-top: 60px;
    }
    
    .album-details-faq-header {
        padding: 25px 15px;
        margin-bottom: 35px;
    }
    
    .album-details-faq-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .album-details-faq-description {
        font-size: 0.95rem;
        max-width: 100%;
    }
    
    .album-details-faq-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .faq-section {
        order: 1;
        padding: 25px;
    }
    
    .album-details-section {
        order: 2;
        padding: 30px 25px;
    }
    
    .faq-question {
        padding: 16px 20px;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-answer.active {
        padding: 16px 20px;
    }
    
    .album-name {
        font-size: 1.5rem;
    }
    
    .album-description {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .features-title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .features-list li {
        padding: 9px 0;
        font-size: 0.85rem;
        padding-left: 25px;
    }
}

/* Mobile Medium (480px - 599px) */
@media (max-width: 599px) and (min-width: 480px) {
    .album-details-faq-section {
        padding: 60px 12px 40px 12px;
        margin-top: 50px;
    }
    
    .album-details-faq-header {
        padding: 22px 12px;
        margin-bottom: 30px;
    }
    
    .album-details-faq-title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .album-details-faq-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .album-details-faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-section {
        order: 1;
        padding: 22px;
    }
    
    .album-details-section {
        order: 2;
        padding: 25px 22px;
    }
    
    .faq-question {
        padding: 14px 18px;
        font-size: 0.95rem;
        border-radius: 12px;
    }
    
    .faq-answer {
        padding: 0 18px;
    }
    
    .faq-answer.active {
        padding: 14px 18px;
    }
    
    .album-name {
        font-size: 1.4rem;
    }
    
    .album-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .features-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .features-list li {
        padding: 8px 0;
        font-size: 0.8rem;
        padding-left: 22px;
    }
}

/* Mobile Small (320px - 479px) */
@media (max-width: 479px) and (min-width: 320px) {
    .album-details-faq-section {
        padding: 50px 10px 35px 10px;
        margin-top: 40px;
    }
    
    .album-details-faq-header {
        padding: 18px 10px;
        margin-bottom: 25px;
    }
    
    .album-details-faq-title {
        font-size: 1.4rem;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }
    
    .album-details-faq-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .album-details-faq-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .faq-section {
        order: 1;
        padding: 18px;
    }
    
    .album-details-section {
        order: 2;
        padding: 22px 18px;
    }
    
    .faq-question {
        padding: 12px 15px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    .faq-answer {
        padding: 0 15px;
    }
    
    .faq-answer.active {
        padding: 12px 15px;
    }
    
    .album-name {
        font-size: 1.3rem;
    }
    
    .album-description {
        font-size: 0.85rem;
        margin-bottom: 18px;
    }
    
    .features-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .features-list li {
        padding: 6px 0;
        font-size: 0.75rem;
        padding-left: 20px;
    }
}

/* Extra Small Mobile (320px and below) */
@media (max-width: 320px) {
    .album-details-faq-section {
        padding: 40px 8px 30px 8px;
        margin-top: 30px;
    }
    
    .album-details-faq-header {
        padding: 15px 8px;
        margin-bottom: 20px;
    }
    
    .album-details-faq-title {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    
    .album-details-faq-description {
        font-size: 0.8rem;
    }
    
    .album-details-faq-grid {
        gap: 15px;
    }
    
    .faq-section {
        padding: 15px;
    }
    
    .album-details-section {
        padding: 20px 15px;
    }
    
    .faq-question {
        padding: 10px 12px;
        font-size: 0.85rem;
        border-radius: 8px;
    }
    
    .faq-answer {
        padding: 0 12px;
    }
    
    .faq-answer.active {
        padding: 10px 12px;
    }
    
    .album-name {
        font-size: 1.2rem;
    }
    
    .album-description {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    
    .features-title {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    .features-list li {
        padding: 5px 0;
        font-size: 0.7rem;
        padding-left: 18px;
    }
}

/* Landscape Orientation Adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .album-details-faq-section {
        padding: 40px 20px 30px 20px;
        margin-top: 30px;
    }
    
    .album-details-faq-header {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .album-details-faq-title {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
    
    .album-details-faq-description {
        font-size: 0.9rem;
    }
    
    .album-details-faq-grid {
        gap: 20px;
    }
    
    .faq-section,
    .album-details-section {
        padding: 20px;
    }
    
    .faq-question {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .faq-answer.active {
        padding: 12px 15px;
    }
    
    .album-name {
        font-size: 1.4rem;
    }
    
    .album-description {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .features-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .features-list li {
        padding: 6px 0;
        font-size: 0.8rem;
        padding-left: 20px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .faq-question,
    .album-name,
    .features-title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Print Styles */
@media print {
    .album-details-faq-section {
        background: white !important;
        color: black !important;
    }
    
    .faq-question::after {
        display: none !important;
    }
    
    .faq-answer {
        max-height: none !important;
        padding: 10px 0 !important;
    }
}

/* NFT Section - Consistent with other sections */
.nft-section {
    padding: 4rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.nft-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 168, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.nft-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.nft-header {
    text-align: center !important;
    margin-bottom: 3rem;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nft-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00a8ff, #0097e6, #00d4ff);
    border-radius: 2px;
    animation: expandWidth 1s ease-out 1s forwards;
    width: 0;
}

.nft-title {
    font-size: 2.3rem !important;
    font-weight: 900;
    background: linear-gradient(45deg, #00a8ff, #0097e6, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 auto !important;
    letter-spacing: 1.5px;
    text-shadow: 0 0 20px rgba(0, 168, 255, 0.5);
    font-family: 'Press Start 2P', monospace !important;
    direction: ltr !important;
    text-align: center !important;
    width: 100% !important;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
}



.nft-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.nft-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.nft-item:nth-child(1) { animation-delay: 1s; }
.nft-item:nth-child(2) { animation-delay: 1.1s; }
.nft-item:nth-child(3) { animation-delay: 1.2s; }
.nft-item:nth-child(4) { animation-delay: 1.3s; }
.nft-item:nth-child(5) { animation-delay: 1.4s; }
.nft-item:nth-child(6) { animation-delay: 1.5s; }

.nft-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 168, 255, 0.3);
}

.nft-image-container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
}

.nft-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: brightness(0.9) contrast(1.1);
}

.nft-item:hover .nft-image {
    transform: scale(1.1);
    filter: brightness(1) contrast(1.2);
}

.nft-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
}

.nft-item:hover .nft-overlay {
    opacity: 1;
}

.nft-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    background: rgba(0, 168, 255, 0.9);
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Press Start 2P', monospace !important;
    font-size: 0.8rem;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nft-link:hover {
    background: rgba(0, 168, 255, 1);
    transform: scale(1.02);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 168, 255, 0.3);
}

.nft-link i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.nft-link:hover i {
    transform: translateX(2px);
}

.nft-info {
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.nft-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'Press Start 2P', monospace !important;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nft-price {
    font-size: 0.9rem;
    color: #00a8ff;
    font-weight: 500;
    margin: 0;
    font-family: 'Press Start 2P', monospace !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nft-price::before {
    content: '💰';
    font-size: 0.8rem;
}

/* View All NFTs Button */
.nft-view-all {
    text-align: center;
    margin-top: 3rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 1.8s forwards;
}

.nft-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    background: linear-gradient(45deg, rgba(0, 168, 255, 0.9), rgba(0, 151, 230, 0.9));
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Press Start 2P', monospace !important;
    font-size: 0.9rem;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0, 168, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.nft-view-all-btn:hover {
    background: linear-gradient(45deg, rgba(0, 168, 255, 1), rgba(0, 151, 230, 1));
    transform: scale(1.05) translateY(-2px);
    color: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 168, 255, 0.4);
}

.nft-view-all-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.nft-view-all-btn:hover i {
    transform: translateX(3px);
}

/* Enhanced Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

@keyframes backgroundShift {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(10px) translateY(-5px);
    }
    50% {
        transform: translateX(-5px) translateY(10px);
    }
    75% {
        transform: translateX(-10px) translateY(-5px);
    }
}

@keyframes coinBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

/* Scroll Animation Classes */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.scroll-animate--visible {
    opacity: 1;
    transform: translateY(0);
}

/* NFT Section Responsive */
@media (max-width: 1200px) {
    .nft-section {
        padding: 6rem 2rem;
    }
    
    .nft-title {
        font-size: 2rem !important;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.8rem;
    }
}

@media (max-width: 768px) {
    .nft-section {
        padding: 5rem 1.5rem;
    }
    
    .nft-title {
        font-size: 1.6rem !important;
        letter-spacing: 1px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .nft-item-title {
        font-size: 1rem;
    }
    
    .nft-price {
        font-size: 0.85rem;
    }
    
    .nft-link {
        padding: 10px 20px;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .nft-section {
        padding: 4rem 1rem;
    }
    
    .nft-title {
        font-size: 1.4rem !important;
        letter-spacing: 0.8px;
    }
    
    .nft-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .nft-item {
        border-radius: 12px;
    }
    
    .nft-info {
        padding: 1.2rem;
    }
    
    .nft-item-title {
        font-size: 0.95rem;
    }
    
    .nft-link {
        padding: 8px 16px;
        font-size: 0.7rem;
        gap: 6px;
    }
    
    .nft-link i {
        font-size: 0.9rem;
    }
}

@media (max-width: 320px) {
    .nft-section {
        padding: 3rem 0.8rem;
    }
    
    .nft-title {
        font-size: 1.2rem !important;
    }
    
    .nft-info {
        padding: 1rem;
    }
    
    .nft-item-title {
        font-size: 0.9rem;
    }
    
    .nft-price {
        font-size: 0.8rem;
    }
}

/* Advanced Responsive Design for NFT Section */
@media (min-width: 1600px) {
    .nft-section {
        padding: 8rem 4rem;
    }
    
    .nft-container {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .nft-title {
        font-size: 2.8rem !important;
        letter-spacing: 2px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 2.5rem;
        margin-top: 3rem;
    }
    
    .nft-item {
        border-radius: 20px;
        padding: 0;
    }
    
    .nft-info {
        padding: 2rem;
    }
    
    .nft-item-title {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
    
    .nft-price {
        font-size: 1.1rem;
        gap: 8px;
    }
    
    .nft-link {
        padding: 15px 30px;
        font-size: 0.9rem;
        gap: 10px;
    }
    
    .nft-view-all-btn {
        padding: 18px 40px;
        font-size: 1rem;
        gap: 12px;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .nft-section {
        padding: 7rem 3rem;
    }
    
    .nft-container {
        max-width: 1200px;
    }
    
    .nft-title {
        font-size: 2.5rem !important;
        letter-spacing: 1.8px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2.2rem;
        margin-top: 2.5rem;
    }
    
    .nft-item {
        border-radius: 18px;
    }
    
    .nft-info {
        padding: 1.8rem;
    }
    
    .nft-item-title {
        font-size: 1.2rem;
    }
    
    .nft-price {
        font-size: 1rem;
    }
    
    .nft-link {
        padding: 14px 28px;
        font-size: 0.85rem;
    }
    
    .nft-view-all-btn {
        padding: 16px 36px;
        font-size: 0.95rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .nft-section {
        padding: 6.5rem 2.5rem;
    }
    
    .nft-container {
        max-width: 1100px;
    }
    
    .nft-title {
        font-size: 2.3rem !important;
        letter-spacing: 1.5px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
        margin-top: 2.2rem;
    }
    
    .nft-item {
        border-radius: 16px;
    }
    
    .nft-info {
        padding: 1.6rem;
    }
    
    .nft-item-title {
        font-size: 1.1rem;
    }
    
    .nft-price {
        font-size: 0.95rem;
    }
    
    .nft-link {
        padding: 12px 24px;
        font-size: 0.8rem;
    }
    
    .nft-view-all-btn {
        padding: 14px 32px;
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .nft-section {
        padding: 6rem 2rem;
    }
    
    .nft-container {
        max-width: 1000px;
    }
    
    .nft-title {
        font-size: 2.1rem !important;
        letter-spacing: 1.3px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.8rem;
        margin-top: 2rem;
    }
    
    .nft-item {
        border-radius: 15px;
    }
    
    .nft-info {
        padding: 1.5rem;
    }
    
    .nft-item-title {
        font-size: 1rem;
    }
    
    .nft-price {
        font-size: 0.9rem;
    }
    
    .nft-link {
        padding: 11px 22px;
        font-size: 0.75rem;
    }
    
    .nft-view-all-btn {
        padding: 13px 30px;
        font-size: 0.85rem;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .nft-section {
        padding: 5.5rem 1.8rem;
    }
    
    .nft-container {
        max-width: 900px;
    }
    
    .nft-title {
        font-size: 1.9rem !important;
        letter-spacing: 1.2px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.6rem;
        margin-top: 1.8rem;
    }
    
    .nft-item {
        border-radius: 14px;
    }
    
    .nft-info {
        padding: 1.4rem;
    }
    
    .nft-item-title {
        font-size: 0.95rem;
    }
    
    .nft-price {
        font-size: 0.85rem;
    }
    
    .nft-link {
        padding: 10px 20px;
        font-size: 0.7rem;
    }
    
    .nft-view-all-btn {
        padding: 12px 28px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .nft-section {
        padding: 5rem 1.5rem;
    }
    
    .nft-container {
        max-width: 800px;
    }
    
    .nft-title {
        font-size: 1.7rem !important;
        letter-spacing: 1px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.4rem;
        margin-top: 1.6rem;
    }
    
    .nft-item {
        border-radius: 13px;
    }
    
    .nft-info {
        padding: 1.3rem;
    }
    
    .nft-item-title {
        font-size: 0.9rem;
    }
    
    .nft-price {
        font-size: 0.8rem;
    }
    
    .nft-link {
        padding: 9px 18px;
        font-size: 0.65rem;
    }
    
    .nft-view-all-btn {
        padding: 11px 26px;
        font-size: 0.75rem;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .nft-section {
        padding: 4.5rem 1.2rem;
    }
    
    .nft-container {
        max-width: 700px;
    }
    
    .nft-title {
        font-size: 1.5rem !important;
        letter-spacing: 0.8px;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.2rem;
        margin-top: 1.4rem;
    }
    
    .nft-item {
        border-radius: 12px;
    }
    
    .nft-info {
        padding: 1.2rem;
    }
    
    .nft-item-title {
        font-size: 0.85rem;
    }
    
    .nft-price {
        font-size: 0.75rem;
    }
    
    .nft-link {
        padding: 8px 16px;
        font-size: 0.6rem;
    }
    
    .nft-view-all-btn {
        padding: 10px 24px;
        font-size: 0.7rem;
    }
}

@media (max-width: 479px) and (min-width: 320px) {
    .nft-section {
        padding: 4rem 1rem;
    }
    
    .nft-container {
        max-width: 600px;
    }
    
    .nft-title {
        font-size: 1.3rem !important;
        letter-spacing: 0.6px;
    }
    
    .nft-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.2rem;
    }
    
    .nft-item {
        border-radius: 11px;
    }
    
    .nft-info {
        padding: 1.1rem;
    }
    
    .nft-item-title {
        font-size: 0.8rem;
    }
    
    .nft-price {
        font-size: 0.7rem;
    }
    
    .nft-link {
        padding: 7px 14px;
        font-size: 0.55rem;
    }
    
    .nft-view-all-btn {
        padding: 9px 22px;
        font-size: 0.65rem;
    }
}

@media (max-width: 320px) {
    .nft-section {
        padding: 3.5rem 0.8rem;
    }
    
    .nft-container {
        max-width: 500px;
    }
    
    .nft-title {
        font-size: 1.1rem !important;
        letter-spacing: 0.5px;
    }
    
    .nft-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        margin-top: 1rem;
    }
    
    .nft-item {
        border-radius: 10px;
    }
    
    .nft-info {
        padding: 1rem;
    }
    
    .nft-item-title {
        font-size: 0.75rem;
    }
    
    .nft-price {
        font-size: 0.65rem;
    }
    
    .nft-link {
        padding: 6px 12px;
        font-size: 0.5rem;
    }
    
    .nft-view-all-btn {
        padding: 8px 20px;
        font-size: 0.6rem;
    }
}

/* Landscape Orientation for Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .nft-section {
        padding: 3rem 1rem;
    }
    
    .nft-title {
        font-size: 1.2rem !important;
        margin-bottom: 1rem;
    }
    
    .nft-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        margin-top: 1rem;
    }
    
    .nft-info {
        padding: 0.8rem;
    }
    
    .nft-item-title {
        font-size: 0.7rem;
    }
    
    .nft-price {
        font-size: 0.6rem;
    }
    
    .nft-link {
        padding: 5px 10px;
        font-size: 0.45rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .nft-title {
        text-shadow: 0 0 25px rgba(0, 168, 255, 0.6);
    }
    
    .nft-item {
        border-width: 1.5px;
    }
    
    .nft-link {
        box-shadow: 0 4px 12px rgba(0, 168, 255, 0.3);
    }
}

/* Print Styles */
@media print {
    .nft-section {
        background: none !important;
        color: #000 !important;
    }
    
    .nft-item {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }
    
    .nft-link,
    .nft-view-all-btn {
        display: none !important;
    }
}

/* Music Section - New Design */
.music-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem 0;
}

.music-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Main Title */
.music-title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.music-main-title {
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00a8ff, #0097e6, #00d4ff, #00a8ff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 168, 255, 0.8);
    margin: 0;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    font-family: 'Press Start 2P', monospace;
    letter-spacing: 0.2em;
    position: relative;
    animation: gradientFlow 3s ease-in-out infinite;
}

.music-main-title.typing {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.music-main-title.typing::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #00a8ff, #00d4ff);
    border-radius: 2px;
    animation: blink 0.8s infinite, cursorGlow 2s ease-in-out infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

@keyframes cursorGlow {
    0%, 100% { box-shadow: 0 0 5px #00a8ff; }
    50% { box-shadow: 0 0 15px #00a8ff, 0 0 25px rgba(0, 168, 255, 0.5); }
}

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

/* Floating Music Covers */
.music-covers-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.music-cover-item {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: scale(0) rotate(180deg);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 168, 255, 0.3);
    z-index: 1;
    border: 2px solid rgba(0, 168, 255, 0.3);
    background: linear-gradient(135deg, rgba(0, 168, 255, 0.1), rgba(0, 212, 255, 0.1));
    backdrop-filter: blur(10px);
    will-change: transform, opacity;
}

.music-cover-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 168, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.music-cover-item.show {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                transform 0.1s ease-out;
}

.music-cover-item.show::before {
    transform: translateX(100%);
}

.music-cover-item.float {
    animation: float 4s ease-in-out infinite;
}

.music-cover-item.pulse {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) scale(1) rotate(0deg); 
    }
    50% { 
        transform: translateY(-15px) scale(1.05) rotate(2deg); 
    }
}

@keyframes float-mobile {
    0%, 100% { 
        transform: translateY(0px) scale(1) rotate(0deg); 
    }
    50% { 
        transform: translateY(-8px) scale(1.03) rotate(1deg); 
    }
}

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 8px 32px rgba(0, 168, 255, 0.3);
    }
    50% { 
        box-shadow: 0 12px 40px rgba(0, 168, 255, 0.6), 0 0 20px rgba(0, 168, 255, 0.4);
    }
}

.music-cover-item:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 15px 50px rgba(0, 168, 255, 0.7), 0 0 30px rgba(0, 168, 255, 0.4);
    z-index: 5;
    filter: brightness(1.3) contrast(1.1);
    border-color: rgba(0, 168, 255, 0.8);
}

.music-cover-item.show:hover {
    transform: scale(1.15) rotate(5deg);
    z-index: 10;
}

.music-cover-item.show:hover .music-cover-image {
    transform: scale(1.1);
    filter: brightness(1.2) contrast(1.1);
}

.music-cover-item.show:hover::before {
    transform: translateX(100%) scale(1.2);
    opacity: 0.8;
}

.music-cover-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.music-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: brightness(0.9) contrast(1.1);
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.music-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.music-cover-item:hover .music-cover-overlay {
    opacity: 1;
}

.music-play-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 168, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.music-cover-item:hover .music-play-icon {
    transform: scale(1);
}

/* Music Player Widget */
.music-player-widget {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 350px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 168, 255, 0.3);
    border: 1px solid rgba(0, 168, 255, 0.2);
    opacity: 0;
    transform: translateY(100px) scale(0.8);
    pointer-events: none;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.music-player-widget.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.player-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.player-cover {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.player-info {
    flex: 1;
    text-align: left;
}

.player-track-name {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    font-family: 'Press Start 2P', monospace;
}

.player-artist {
    color: #00a8ff;
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.8;
}

.player-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.player-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.control-btn {
    background: rgba(0, 168, 255, 0.2);
    border: 1px solid rgba(0, 168, 255, 0.3);
    color: #00a8ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.control-btn:hover {
    background: rgba(0, 168, 255, 0.3);
    transform: scale(1.1);
}

.play-btn {
    width: 60px;
    height: 60px;
    background: rgba(0, 168, 255, 0.4);
    border: 2px solid rgba(0, 168, 255, 0.5);
}

.play-btn:hover {
    background: rgba(0, 168, 255, 0.6);
    box-shadow: 0 0 20px rgba(0, 168, 255, 0.5);
}

.player-progress {
    width: 100%;
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00a8ff, #00d4ff);
    border-radius: 2px;
    width: 0%;
    transition: width 0.1s ease;
}

.time-display {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Advanced Responsive Design for Music Section */

/* Large Desktop (1600px+) */
@media (min-width: 1600px) {
    .music-section {
        min-height: 120vh;
        padding: 3rem 0;
    }
    
    .music-main-title {
        font-size: 5rem;
        letter-spacing: 0.3em;
    }
    
    .music-cover-item {
        width: 180px;
        height: 180px;
    }
    
    .music-covers-container {
        perspective: 1200px;
    }
    
    .music-player-widget {
        width: 400px;
        padding: 2rem;
    }
    
    .player-track-name {
        font-size: 1.3rem;
    }
    
    .control-btn {
        width: 60px;
        height: 60px;
        font-size: 1.3rem;
    }
    
    .play-btn {
        width: 80px;
        height: 80px;
    }
}

/* Desktop (1400px - 1599px) */
@media (max-width: 1599px) and (min-width: 1400px) {
    .music-section {
        min-height: 110vh;
        padding: 2.5rem 0;
    }
    
    .music-main-title {
        font-size: 4.5rem;
        letter-spacing: 0.25em;
    }
    
    .music-cover-item {
        width: 160px;
        height: 160px;
    }
    
    .music-player-widget {
        width: 380px;
        padding: 1.8rem;
    }
}

/* Large Tablet (1200px - 1399px) */
@media (max-width: 1399px) and (min-width: 1200px) {
    .music-section {
        min-height: 105vh;
        padding: 2.2rem 0;
    }
    
    .music-main-title {
        font-size: 4rem;
        letter-spacing: 0.2em;
    }
    
    .music-cover-item {
        width: 150px;
        height: 150px;
    }
    
    .music-player-widget {
        width: 350px;
        padding: 1.6rem;
    }
}

/* Tablet (1024px - 1199px) */
@media (max-width: 1199px) and (min-width: 1024px) {
    .music-section {
        min-height: 100vh;
        padding: 2rem 0;
    }
    
    .music-main-title {
        font-size: 3.5rem;
        letter-spacing: 0.18em;
    }
    
    .music-cover-item {
        width: 140px;
        height: 140px;
    }
    
    .music-player-widget {
        width: 320px;
        padding: 1.5rem;
    }
}

/* Small Tablet (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .music-section {
        min-height: 95vh;
        padding: 1.8rem 0;
    }
    
    .music-main-title {
        font-size: 3rem;
        letter-spacing: 0.15em;
    }
    
    .music-cover-item {
        width: 130px;
        height: 130px;
    }
    
    .music-covers-container {
        perspective: 800px;
    }
    
    .music-player-widget {
        width: 300px;
        padding: 1.4rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }
    
    .player-track-name {
        font-size: 1rem;
    }
    
    .control-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .play-btn {
        width: 55px;
        height: 55px;
    }
}

/* Mobile Large (600px - 767px) */
@media (max-width: 767px) and (min-width: 600px) {
    .music-section {
        min-height: 90vh;
        padding: 1.5rem 0;
    }
    
    .music-main-title {
        font-size: 2.8rem;
        letter-spacing: 0.12em;
    }
    
    .music-cover-item {
        width: 120px;
        height: 120px;
    }
    
    .music-covers-container {
        perspective: 600px;
    }
    
    .music-cover-item.float {
        animation: float-mobile 4s ease-in-out infinite;
    }
    
    .music-player-widget {
        width: 280px;
        padding: 1.2rem;
        right: 1rem;
        bottom: 1rem;
    }
    
    .player-header {
        margin-bottom: 1.2rem;
        gap: 0.8rem;
    }
    
    .player-cover {
        width: 50px;
        height: 50px;
    }
    
    .player-track-name {
        font-size: 0.95rem;
    }
    
    .player-artist {
        font-size: 0.8rem;
    }
    
    .control-btn {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    
    .play-btn {
        width: 50px;
        height: 50px;
    }
}

/* Mobile Medium (480px - 599px) */
@media (max-width: 599px) and (min-width: 480px) {
    .music-section {
        min-height: 85vh;
        padding: 1.2rem 0;
    }
    
    .music-main-title {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
    }
    
    .music-cover-item {
        width: 110px;
        height: 110px;
    }
    
    .music-covers-container {
        perspective: 500px;
    }
    
    .music-cover-item.float {
        animation: float-mobile 3.5s ease-in-out infinite;
    }
    
    .music-player-widget {
        width: 260px;
        padding: 1rem;
        right: 0.8rem;
        bottom: 0.8rem;
    }
    
    .player-header {
        margin-bottom: 1rem;
        gap: 0.6rem;
    }
    
    .player-cover {
        width: 45px;
        height: 45px;
    }
    
    .player-track-name {
        font-size: 0.9rem;
    }
    
    .player-artist {
        font-size: 0.75rem;
    }
    
    .control-btn {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }
    
    .play-btn {
        width: 45px;
        height: 45px;
    }
    
    .player-controls {
        gap: 0.8rem;
        margin-bottom: 1.2rem;
    }
}

/* Mobile Small (320px - 479px) */
@media (max-width: 479px) and (min-width: 320px) {
    .music-section {
        min-height: 80vh;
        padding: 1rem 0;
    }
    
    .music-main-title {
        font-size: 2rem;
        letter-spacing: 0.08em;
    }
    
    .music-cover-item {
        width: 100px;
        height: 100px;
    }
    
    .music-covers-container {
        perspective: 400px;
    }
    
    .music-cover-item.float {
        animation: float-mobile 3s ease-in-out infinite;
    }
    
    .music-player-widget {
        width: 240px;
        padding: 0.8rem;
        right: 0.5rem;
        bottom: 0.5rem;
    }
    
    .player-header {
        margin-bottom: 0.8rem;
        gap: 0.5rem;
    }
    
    .player-cover {
        width: 40px;
        height: 40px;
    }
    
    .player-track-name {
        font-size: 0.85rem;
    }
    
    .player-artist {
        font-size: 0.7rem;
    }
    
    .control-btn {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
    
    .play-btn {
        width: 40px;
        height: 40px;
    }
    
    .player-controls {
        gap: 0.6rem;
        margin-bottom: 1rem;
    }
    
    .time-display {
        font-size: 0.7rem;
    }
}

/* Mobile Extra Small (320px and below) */
@media (max-width: 320px) {
    .music-section {
        min-height: 75vh;
        padding: 0.8rem 0;
    }
    
    .music-main-title {
        font-size: 1.8rem;
        letter-spacing: 0.06em;
    }
    
    .music-cover-item {
        width: 90px;
        height: 90px;
    }
    
    .music-covers-container {
        perspective: 300px;
    }
    
    .music-player-widget {
        width: 220px;
        padding: 0.6rem;
        right: 0.3rem;
        bottom: 0.3rem;
    }
    
    .player-header {
        margin-bottom: 0.6rem;
        gap: 0.4rem;
    }
    
    .player-cover {
        width: 35px;
        height: 35px;
    }
    
    .player-track-name {
        font-size: 0.8rem;
    }
    
    .player-artist {
        font-size: 0.65rem;
    }
    
    .control-btn {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }
    
    .play-btn {
        width: 36px;
        height: 36px;
    }
    
    .player-controls {
        gap: 0.5rem;
        margin-bottom: 0.8rem;
    }
    
    .time-display {
        font-size: 0.65rem;
    }
}

/* Landscape Orientation for Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .music-section {
        min-height: 100vh;
        padding: 1rem 0;
    }
    
    .music-main-title {
        font-size: 2.2rem;
        letter-spacing: 0.1em;
    }
    
    .music-cover-item {
        width: 80px;
        height: 80px;
    }
    
    .music-covers-container {
        height: 80vh;
    }
    
    .music-player-widget {
        width: 280px;
        padding: 1rem;
        right: 1rem;
        bottom: 0.5rem;
    }
    
    .player-header {
        margin-bottom: 0.8rem;
    }
    
    .player-controls {
        margin-bottom: 1rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .music-main-title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .music-cover-item {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    
    .music-player-widget {
        backdrop-filter: blur(25px);
    }
}

/* Print Styles */
@media print {
    .music-section {
        min-height: auto;
        padding: 1rem 0;
    }
    
    .music-player-widget {
        display: none;
    }
    
    .music-cover-item {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}



/* PAPABOYZ MEMBERS Section */
.members-section {
    position: relative;
    min-height: 100vh;
    background: none !important; /* show site background */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    overflow: hidden;
}

.members-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 168, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 168, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(0, 168, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
    animation: backgroundPulse 8s ease-in-out infinite;
}

@keyframes backgroundPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.members-container {
    position: relative;
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    padding: 0 2rem;
}

.members-container::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00a8ff, transparent);
    opacity: 0.5;
}

/* Pacman Animation */
.pacman-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 120px;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pacman-container.show {
    opacity: 1;
}

#gameCanvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}





/* Members Header */
.members-header {
    margin-bottom: 5rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    visibility: hidden;
    text-align: center;
    position: relative;
}

.members-header::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00a8ff, #00d4ff, #00a8ff);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.8s ease;
}

.members-header.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.members-header.show::before {
    opacity: 1;
    width: 150px;
}

.members-title {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00a8ff, #0097e6, #00d4ff, #00a8ff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 168, 255, 0.8);
    margin: 0 0 1.5rem 0;
    font-family: 'Press Start 2P', monospace;
    letter-spacing: 0.2em;
    animation: gradientFlow 3s ease-in-out infinite;
    position: relative;
}

.members-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00a8ff, #00d4ff);
    transition: width 1s ease;
}

.members-header.show .members-title::after {
    width: 80px;
}

.members-description {
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    font-family: 'Press Start 2P', monospace;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(0, 168, 255, 0.3);
}

/* Responsive Design */
@media (min-width: 1400px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        max-width: 1000px;
    }
    
    .members-title {
        font-size: 4rem;
    }
    
    .members-description {
        font-size: 1.2rem;
    }
    
    .member-image-container {
        height: 250px;
    }
    
    .member-name {
        font-size: 1.2rem;
    }
    
    .member-instagram {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
        max-width: 900px;
    }
    
    .members-title {
        font-size: 3.5rem;
    }
    
    .member-image-container {
        height: 220px;
    }
    
    .member-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        max-width: 700px;
        padding: 0 1.5rem;
    }
    
    .members-title {
        font-size: 3rem;
    }
    
    .members-description {
        font-size: 1rem;
    }
    
    .member-name {
        font-size: 0.9rem;
    }
    
    .member-image-container {
        height: 180px;
    }
    
    .member-instagram {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    
    .members-section {
        padding: 4rem 0;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        max-width: 600px;
        padding: 0 1rem;
    }
    
    .members-title {
        font-size: 2.5rem;
    }
    
    .members-description {
        font-size: 0.9rem;
    }
    
    .member-name {
        font-size: 0.8rem;
    }
    
    .member-image-container {
        height: 160px;
    }
    
    .member-instagram {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
    }
    
    .members-section {
        padding: 3rem 0;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
        max-width: 500px;
        padding: 0 1rem;
    }
    
    .members-title {
        font-size: 2.2rem;
    }
    
    .members-description {
        font-size: 0.9rem;
    }
    
    .member-name {
        font-size: 0.75rem;
    }
    
    .member-image-container {
        height: 150px;
    }
    
    .member-instagram {
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
    }
    
    .members-section {
        padding: 2.5rem 0;
    }
}

@media (max-width: 479px) and (min-width: 320px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        max-width: 400px;
        padding: 0 0.8rem;
    }
    
    .members-title {
        font-size: 1.8rem;
    }
    
    .members-description {
        font-size: 0.8rem;
    }
    
    .member-name {
        font-size: 0.7rem;
    }
    
    .member-image-container {
        height: 130px;
    }
    
    .member-instagram {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }
    
    .members-section {
        padding: 2rem 0;
    }
}

@media (max-width: 320px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        max-width: 300px;
        padding: 0 0.5rem;
    }
    
    .members-title {
        font-size: 1.5rem;
    }
    
    .members-description {
        font-size: 0.7rem;
    }
    
    .member-name {
        font-size: 0.6rem;
    }
    
    .member-image-container {
        height: 110px;
    }
    
    .member-instagram {
        width: 20px;
        height: 20px;
        font-size: 0.6rem;
    }
    
    .members-section {
        padding: 1.5rem 0;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .members-section {
        padding: 1rem 0;
        min-height: auto;
    }
    
    .members-grid {
        gap: 1rem;
    }
    
    .member-image-container {
        height: 100px;
    }
    
    .member-name {
        font-size: 0.6rem;
    }
    
    .member-instagram {
        width: 18px;
        height: 18px;
        font-size: 0.6rem;
    }
}

/* Members Grid */
.members-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    visibility: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.members-grid::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00a8ff, transparent);
    opacity: 0.3;
}

.members-grid.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.member-card {
    position: relative;
    background: #000000;
    border: 2px solid #00a8ff;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    animation: memberCardReveal 0.6s ease forwards;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 168, 255, 0.2);
    padding-bottom: 0;
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 168, 255, 0.05) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.member-card:hover::before {
    transform: translateX(100%);
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 168, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.member-card:hover::before {
    transform: translateX(100%);
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 168, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.member-card:hover::before {
    transform: translateX(100%);
}

.member-card:nth-child(1) { animation-delay: 0.1s; }
.member-card:nth-child(2) { animation-delay: 0.2s; }
.member-card:nth-child(3) { animation-delay: 0.3s; }
.member-card:nth-child(4) { animation-delay: 0.4s; }

.member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px rgba(0, 168, 255, 0.4);
    border-color: #00d4ff;
    z-index: 10;
}

.member-card:hover .member-name-below {
    opacity: 1;
    transform: translateY(0);
    text-shadow: 2px 2px 0px #000, 0 0 10px rgba(0, 168, 255, 0.5);
}



.member-image-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: contrast(1.05) brightness(1.02);
}

.member-card:hover .member-image {
    transform: scale(1.05);
    filter: contrast(1.1) brightness(1.05);
}

.member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 1rem;
    transform: translateY(0);
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 168, 255, 0.3);
}

.member-card:hover .member-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    backdrop-filter: blur(12px);
}

.member-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.member-name {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    font-family: 'Press Start 2P', monospace;
    text-shadow: 2px 2px 0px #000;
    letter-spacing: 0.05em;
    flex: 1;
    text-align: left;
}

/* Member name below image - Removed as name is now in overlay */

.member-instagram {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #00a8ff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

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

.member-instagram:hover::before {
    left: 100%;
}

.member-instagram:hover {
    color: #000;
    background: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

@keyframes memberCardReveal {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(100px) rotateY(15deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(0.7) translateY(30px) rotateY(5deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0) rotateY(0deg);
    }
}
/* ... existing code ... */
/* Footer (Modern, Minimal, Grayscale) */
.modern-footer {
  position: relative;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: #e9e9e9;
  padding: 20px 0;
  opacity: 0;
  animation: footerFadeIn 600ms ease 100ms forwards;
}

/* Keep visual order consistent in RTL: copyright right, developer left */
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  direction: ltr; /* ensure left/right placement is stable */
}
.footer-left,
.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: rtl; /* render Persian text naturally */
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Developer link (left) */
.developer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e5e5e5;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease,
              transform 200ms ease, box-shadow 250ms ease;
}
.developer-link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.developer-link:active { transform: translateY(0); }
.developer-link:focus-visible { outline: 2px dashed #d9d9d9; outline-offset: 3px; }

.developer-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: #cfcfcf;
  opacity: 0.9;
}
.developer-text { font-weight: 600; letter-spacing: 0.3px; color: #f1f1f1; }

/* Right side copyright */
.copyright-text { color: #bdbdbd; font-size: 0.95rem; letter-spacing: 0.2px; }

/* Subtle entrance animation */
@keyframes footerFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content { flex-direction: column; text-align: center; gap: 10px; direction: ltr; }
  .footer-left, .footer-right { justify-content: center; direction: rtl; }
  .developer-link { padding: 8px 14px; }
}
@media (max-width: 420px) {
  .developer-text { font-size: 0.92rem; }
  .copyright-text { font-size: 0.9rem; }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .modern-footer, .developer-link { animation: none !important; transition: none !important; }
}

/* Footer – Advanced Responsive Enhancements */
.modern-footer {
  /* Respect mobile safe areas (iPhone notch etc.) */
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.footer-content {
  flex-wrap: wrap;
  row-gap: 10px;
}

.footer-left,
.footer-right {
  min-width: 0; /* enables text ellipsis */
}

/* Prevent long texts from breaking the layout on narrow viewports */
.footer-left .developer-text,
.footer-right .copyright-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Large Desktop */
@media (min-width: 1400px) {
  .modern-footer { padding: 28px 0; }
  .footer-container { max-width: 1320px; }
  .developer-text { font-size: 1rem; }
  .copyright-text { font-size: 1rem; }
}

/* Desktop */
@media (min-width: 1024px) and (max-width: 1399px) {
  .modern-footer { padding: 24px 0; }
  .footer-container { max-width: 1200px; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .modern-footer { padding: 20px 0; }
  .footer-container { max-width: 920px; }
}

/* Phablet / Large Mobile */
@media (min-width: 480px) and (max-width: 767px) {
  .footer-content { flex-direction: column; text-align: center; }
  .footer-left, .footer-right { justify-content: center; }
  .developer-text, .copyright-text { white-space: normal; }
}

/* Small Mobile */
@media (max-width: 479px) {
  .footer-content { flex-direction: column; text-align: center; gap: 8px; }
  .footer-left, .footer-right { justify-content: center; }
  .developer-text { font-size: 0.9rem; }
  .copyright-text { font-size: 0.88rem; }
  .developer-text, .copyright-text { white-space: normal; }
}

/* Extra Small devices */
@media (max-width: 360px) {
  .developer-link { padding: 6px 10px; }
}

/* Landscape short screens */
@media (max-height: 500px) and (orientation: landscape) {
  .modern-footer { padding-top: 12px; padding-bottom: calc(12px + env(safe-area-inset-bottom)); }
}

/* High DPI rendering (crisper borders) */
@media (min-resolution: 2dppx) {
  .modern-footer { border-top-color: rgba(255, 255, 255, 0.12); }
}

/* Print */
@media print {
  .modern-footer { display: none !important; }
}

/* Members Section – requested overrides */
.members-section {
  background: none !important; /* show site background */
}

/* Desktop: 4 columns */
@media (min-width: 1024px) {
  .members-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px; /* widen to fit 4 cards comfortably */
  }
}

/* Members – responsive grid and hover Instagram behavior */
/* Keep cards two-per-row on mobile, four on desktop */
@media (max-width: 767px) {
  .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 520px;
    padding: 0 12px;
  }
}

/* Ensure square-ish thumbnails and robust cover fit */
.member-image-container {
  aspect-ratio: 1 / 1;
  height: auto !important;
}
.member-image { object-fit: cover; }

/* Base styling for Instagram icon (monochrome) */
.member-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #e5e5e5;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: opacity 300ms ease, transform 300ms ease, background 250ms ease, border-color 250ms ease;
}
.member-instagram:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }

/* Hover-driven reveal for overlay and Instagram (desktop/hoverable devices) */
@media (hover: hover) and (pointer: fine) {
  .member-overlay {
    opacity: 0;
    transform: translateY(10px);
  }
  .member-card:hover .member-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  .member-instagram {
    opacity: 0;
    transform: translateY(6px);
  }
  .member-card:hover .member-instagram {
    opacity: 1;
    transform: translateY(0);
  }
}

/* On touch devices, keep overlay and icon visible for usability */
@media (hover: none), (pointer: coarse) {
  .member-overlay,
  .member-instagram {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Members – mobile name/icon layout fixes */
.member-info { min-width: 0; }
.member-info > * { min-width: 0; }
.member-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start; /* RTL/LTR friendly */
}
.member-instagram { flex: 0 0 auto; }

@media (max-width: 480px) {
  .member-overlay { padding: 0.75rem; }
  .member-name { font-size: 0.9rem; letter-spacing: 0.02em; }
  .member-instagram { width: 26px; height: 26px; }
}

/* Members – ensure side-by-side alignment and stretching */
.members-grid {
  align-items: stretch;
  justify-items: stretch;
}
.member-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.member-image-container { width: 100%; }

/* Members – finalize columns and image rendering */
.member-image { display: block; }

/* Columns: Desktop 4, Tablet/Mobile 2 */
@media (min-width: 1024px) {
  .members-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    max-width: 1200px !important;
  }
}
@media (max-width: 1023px) {
  .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

/* Members – place grid below Pacman overlay */
.members-container { padding-top: 140px; }
@media (max-width: 480px) { .members-container { padding-top: 100px; } }
.album-preorder-section .rtl{
    font-family: inherit !important;
}

/* Neo Header (neumorphism, minimal, grayscale) */
.neo-header {
  position: relative;
  margin: 24px 24px 0 24px; /* larger top spacing */
  z-index: 1000;
  pointer-events: auto;
}
.neo-header__inner {
  pointer-events: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* left socials - center nav - right logo */
  align-items: center;
  gap: 8px;
  min-height: 40px; /* slimmer header */
  padding: 4px 8px;
  border-radius: 999px; /* fully rounded pill */
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 6px 6px 16px rgba(0,0,0,0.4), -4px -4px 12px rgba(255,255,255,0.04), inset 0 0 0 1px rgba(255,255,255,0.06);
  opacity: 0;
  transform: translateY(-8px) scale(0.985);
  transition: opacity .45s ease, transform .45s ease;
  transform-origin: center center;
  clip-path: inset(0 50% 0 50% round 999px);
}
.neo-header.is-mounted .neo-header__inner { opacity: 1; transform: none; }
/* ensure layout accounts for header height without body padding hacks */
.neo-header.is-opening .neo-header__inner { animation: neoHeaderReveal 0.6s ease forwards; }
@keyframes neoHeaderReveal {
  0% { clip-path: inset(0 50% 0 50% round 999px); transform: translateY(-8px) scale(0.985); }
  60% { clip-path: inset(0 8% 0 8% round 999px); transform: translateY(-3px) scale(0.993); }
  100% { clip-path: inset(0 0 0 0 round 999px); transform: none; }
}

/* Left */
.neo-header__left { display: flex; align-items: center; gap: 10px; }
.neo-header__toggle { display: none; }
.neo-socials { display: flex; align-items: center; gap: 10px; }
.neo-socials__link {
  color: #ededed; text-decoration: none;
  width: 26px; height: 26px; display: inline-grid; place-items: center;
  border-radius: 999px; border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.045);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.neo-socials__link:hover { transform: translateY(-1px); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.22); }

/* Center Nav */
.neo-nav { justify-self: center; }
.neo-nav__list { display: flex; align-items: center; gap: 14px; }
.neo-nav__link { color: #f2f2f2; text-decoration: none; padding: 6px 10px; border-radius: 10px; transition: background .18s ease, transform .18s ease; }
.neo-nav__link:hover { background: rgba(255,255,255,0.05); transform: translateY(-1px); }

/* Right Logo */
.neo-header__right { justify-self: end; }
.neo-logo { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; }
.neo-logo img { height: 36px; width: auto; display: block; border-radius: 8px; }
.neo-logo--text { font-weight: 700; letter-spacing: .02em; }

/* Staggered inner appearance after header shows */
.neo-header.is-ready .neo-socials__link,
.neo-header.is-ready .neo-nav__link,
.neo-header.is-ready .neo-logo { animation: neoFadeUp .45s ease both; }
.neo-header.is-ready .neo-socials__link:nth-child(1) { animation-delay: .05s; }
.neo-header.is-ready .neo-socials__link:nth-child(2) { animation-delay: .1s; }
.neo-header.is-ready .neo-socials__link:nth-child(3) { animation-delay: .15s; }
.neo-header.is-ready .neo-socials__link:nth-child(4) { animation-delay: .2s; }
.neo-header.is-ready .neo-socials__link:nth-child(5) { animation-delay: .25s; }
.neo-header.is-ready .neo-socials__link:nth-child(6) { animation-delay: .3s; }
.neo-header.is-ready .neo-nav__link:nth-child(1) { animation-delay: .1s; }
.neo-header.is-ready .neo-nav__link:nth-child(2) { animation-delay: .15s; }
.neo-header.is-ready .neo-nav__link:nth-child(3) { animation-delay: .2s; }
.neo-header.is-ready .neo-nav__link:nth-child(4) { animation-delay: .25s; }
.neo-header.is-ready .neo-logo { animation-delay: .35s; }

@keyframes neoFadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Mobile */
@media (max-width: 1024px) {
  .neo-header__inner { grid-template-columns: auto 1fr auto; min-height: 50px; padding: 8px 12px; }
  .neo-header__toggle { display: inline-grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; background: rgba(255,255,255,0.05); cursor: pointer; transition: background .2s ease; }
  .neo-header__toggle:hover { background: rgba(255,255,255,0.08); }
  .neo-header__toggle span { display: block; width: 18px; height: 2px; background: #eaeaea; margin: 3px 0; border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
  
  /* Hamburger to X animation */
  .neo-menu-open .neo-header__toggle span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  .neo-menu-open .neo-header__toggle span:nth-child(2) { opacity: 0; }
  .neo-menu-open .neo-header__toggle span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
  
  .neo-socials { display: none; }
}

/***** Mobile overlay *****/
.neo-mobile[hidden] { display: none !important; }
.neo-mobile { 
  position: fixed; inset: 0; z-index: 1100; 
  background: rgba(0,0,0,0.5); backdrop-filter: blur(2px); 
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.neo-mobile:not([hidden]) { 
  opacity: 1; visibility: visible;
  animation: neoMobileSlideIn .3s ease forwards;
}
.neo-mobile__content { 
  position: relative; width: min(520px, 92vw); border-radius: 16px; 
  padding: 18px 18px 14px; 
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); 
  box-shadow: 8px 8px 18px rgba(0,0,0,0.45), -6px -6px 14px rgba(255,255,255,0.04), inset 0 0 0 1px rgba(255,255,255,0.06);
  transform: scale(0.9) translateY(20px);
  transition: transform .3s ease;
}
.neo-mobile:not([hidden]) .neo-mobile__content {
  transform: scale(1) translateY(0);
}

@keyframes neoMobileSlideIn {
  from { backdrop-filter: blur(0px); }
  to { backdrop-filter: blur(2px); }
}
.neo-mobile__close { 
  position: absolute; top: 10px; inset-inline-end: 10px; 
  width: 32px; height: 32px; border-radius: 8px; 
  border: 1px solid rgba(255,255,255,0.12); 
  background: rgba(255,255,255,0.05); color: #f0f0f0; 
  display: grid; place-items: center; font-size: 20px; line-height: 1; 
  cursor: pointer; transition: all .2s ease;
}
.neo-mobile__close:hover { 
  background: rgba(255,255,255,0.1); 
  transform: rotate(90deg);
}

.neo-mobile__list { 
  display: grid; gap: 10px; margin: 0 0 12px 0; padding: 0; list-style: none; 
}

.neo-mobile__link { 
  display: block; color: #f2f2f2; text-decoration: none; 
  padding: 10px 12px; border-radius: 12px; 
  background: rgba(255,255,255,0.04); 
  border: 1px solid rgba(255,255,255,0.1);
  opacity: 0; transform: translateY(10px);
  transition: all .2s ease;
}

.neo-mobile:not([hidden]) .neo-mobile__link {
  opacity: 1; transform: translateY(0);
}

.neo-mobile:not([hidden]) .neo-mobile__link:nth-child(1) { transition-delay: .1s; }
.neo-mobile:not([hidden]) .neo-mobile__link:nth-child(2) { transition-delay: .15s; }
.neo-mobile:not([hidden]) .neo-mobile__link:nth-child(3) { transition-delay: .2s; }
.neo-mobile:not([hidden]) .neo-mobile__link:nth-child(4) { transition-delay: .25s; }
.neo-mobile:not([hidden]) .neo-mobile__link:nth-child(5) { transition-delay: .3s; }

.neo-mobile__link:hover { 
  background: rgba(255,255,255,0.08); 
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.2);
}

.neo-mobile__socials { 
  display: flex; gap: 10px; justify-content: center; 
  opacity: 0; transform: translateY(10px);
  transition: all .3s ease .2s;
}

.neo-mobile:not([hidden]) .neo-mobile__socials {
  opacity: 1; transform: translateY(0);
}
.neo-mobile__social { 
  width: 32px; height: 32px; display: inline-grid; place-items: center; 
  border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); 
  background: rgba(255,255,255,0.05); color: #e7e7e7; 
  text-decoration: none; transition: all .2s ease;
}
.neo-mobile__social:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-2px) scale(1.05);
}

/* Prevent body scroll when mobile menu is open */
.neo-menu-open {
  overflow: hidden !important;
}

/* Avoid header covering content */
/* removed global body padding because header is not sticky */

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .neo-header__inner, .neo-header.is-ready .neo-socials__link, .neo-header.is-ready .neo-nav__link, .neo-header.is-ready .neo-logo { transition: none !important; animation: none !important; }
}

/* Neo Header – advanced responsive rules */
/* Large Desktop */
@media (min-width: 1440px) {
  .neo-header { top: 32px; left: 32px; right: 32px; }
  .neo-header__inner { min-height: 48px; padding: 8px 14px; border-radius: 22px; }
  .neo-logo img { height: 38px; }
}

/* Desktop / Tablet */
@media (min-width: 1024px) and (max-width: 1439px) {
  .neo-header { top: 24px; left: 24px; right: 24px; }
  .neo-header__inner { min-height: 42px; padding: 6px 10px; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .neo-header { top: 18px; left: 18px; right: 18px; }
  .neo-header__inner { grid-template-columns: auto 1fr auto; border-radius: 18px; min-height: 40px; padding: 6px 8px; }
  .neo-nav { display: none; }
  .neo-header__toggle { display: inline-grid; order: 1; }
  .neo-logo { order: 3; justify-self: end; }
  .neo-logo img { height: 30px; }
}

/* Mobile */
@media (max-width: 767px) {
  .neo-header { margin: 12px 10px 0 10px; }
  .neo-header__inner { grid-template-columns: auto 1fr auto; border-radius: 16px; min-height: 38px; padding: 5px 8px; gap: 8px; }
  .neo-nav { display: none; }
  .neo-header__toggle { display: inline-grid; order: 1; }
  .neo-logo { order: 3; justify-self: end; }
  .neo-logo img { height: 28px; }
}

/* Very small mobile */
@media (max-width: 360px) {
  .neo-header { left: 10px; right: 10px; }
  .neo-header__inner { min-height: 44px; padding: 6px 8px; }
}

/* Safe-area padding for body so content is not overlapped */
/* removed because header is not sticky */

/* Neo Header – swap positions per request */
/* Desktop: logo left, nav center, socials right */
@media (min-width: 1024px) {
  .neo-header__inner { grid-template-columns: auto 1fr auto; }
  .neo-header__right { grid-column: 1; justify-self: start; }
  .neo-nav { grid-column: 2; justify-self: center; }
  .neo-header__left { grid-column: 3; justify-self: end; }
}

/* Tablet/Mobile: logo left, hamburger right (nav hidden) */
@media (max-width: 1023px) {
  .neo-header__right { grid-column: 1; justify-self: start; }
  .neo-header__left { grid-column: 3; justify-self: end; }
  .neo-nav { display: none; }
}

/* Neo Header – fix vertical centering and normalize control sizes */
.neo-header__left,
.neo-header__right { display: flex; align-items: center; height: 100%; }
.neo-socials__link i { line-height: 1; display: block; }

/* Desktop */
@media (min-width: 1024px) {
  .neo-socials__link { width: 34px; height: 34px; }
  .neo-header__toggle { width: 34px; height: 34px; }
  .neo-logo img { height: 36px; }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .neo-socials__link { width: 30px; height: 30px; }
  .neo-header__toggle { width: 30px; height: 30px; }
  .neo-logo img { height: 32px; }
}
/* Mobile */
@media (max-width: 767px) {
  .neo-socials__link { width: 28px; height: 28px; }
  .neo-header__toggle { width: 28px; height: 28px; }
  .neo-logo img { height: 30px; }
}

/* Neo Header – precise vertical centering for all controls */
.neo-header * { line-height: 1; }
.neo-logo { display: inline-flex; align-items: center; }

/* Center nav links vertically with consistent heights */
.neo-nav__list { height: 100%; align-items: center; }
.neo-nav__link { display: inline-flex; align-items: center; height: 32px; }
@media (min-width: 1024px) { .neo-nav__link { height: 34px; } }
@media (max-width: 767px) { .neo-nav__link { height: 28px; } }

/* Ensure left/right groups align to center baseline */
.neo-header__left, .neo-header__right { align-items: center; }
/* Normalize icon rendering */
.neo-socials__link i, .neo-mobile__social i { display: block; line-height: 1; }

/* Neo Header – layout map (final) */
@media (min-width: 1024px) {
  .neo-header__inner { grid-template-columns: 1fr auto 1fr; }
  .neo-header__left { grid-column: 1; justify-self: start; }
  .neo-nav { grid-column: 2; justify-self: center; }
  .neo-header__right { grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: 10px; }
}
@media (max-width: 1023px) {
  .neo-header__inner { grid-template-columns: auto 1fr auto; }
  .neo-header__left { grid-column: 1; justify-self: start; }
  .neo-nav { display: none; }
  .neo-header__right { grid-column: 3; justify-self: end; }
}

/* Neo Header – force perfect center for nav */
@media (min-width: 1024px) {
  .neo-nav { justify-self: center !important; }
  .neo-nav__list { justify-content: center; margin: 0; padding: 0; }
}

/* Floating Support Button (FAB) */
.support-fab {
  position: fixed;
  right: clamp(16px, 2vw, 24px);
  bottom: calc(clamp(16px, 2vw, 24px) + env(safe-area-inset-bottom));
  z-index: 1100;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 6px 6px 16px rgba(0,0,0,0.4), -4px -4px 12px rgba(255,255,255,0.04), inset 0 0 0 1px rgba(255,255,255,0.06);
  color: #ededed;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.support-fab:hover { transform: translateY(-2px) scale(1.02); }
.support-fab:active { transform: translateY(0) scale(0.98); }
.support-fab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08), 0 0 0 6px rgba(0,0,0,0.5);
}

.support-fab__icon {
  width: 60%;
  height: 60%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 6px;
  pointer-events: none;
}

/* Fallback glyph if GIF is missing */
.support-fab__fallback {
  font-size: 20px;
  color: #e5e5e5;
}

@media (max-width: 480px) {
  .support-fab { width: 52px; height: 52px; }
}

@media (min-width: 1440px) {
  .support-fab { width: 60px; height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .support-fab { transition: none; }
}

/* Preloader (minimal, grayscale, neumorphic) */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: radial-gradient(120% 120% at 50% 50%, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.9) 100%);
  transition: opacity .4s ease;
}

.preloader__content {
  position: relative;
  width: auto;
  min-width: 120px;
  min-height: 120px;
  padding: 14px 16px;
  display: grid;
  place-items: center;
  gap: 10px;
  border-radius: 16px;
}

.preloader__ring {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  box-shadow: none;
  -webkit-mask: radial-gradient(circle 52px, transparent 52px, black 52px);
  mask: radial-gradient(circle 52px, transparent 52px, black 52px);
  background:
    conic-gradient(from 0deg, rgba(255,255,255,0.85), rgba(255,255,255,0) 60%) center/100% 100% no-repeat;
  animation: preloaderSpin 0.9s linear infinite;
}

.preloader__logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.preloader__logo-text {
  font-family: 'Press Start 2P', system-ui, sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1.8px;
  text-shadow: 0 1.5px 3px rgba(0,0,0,0.5);
}

@keyframes preloaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.is-site-loaded .preloader { opacity: 0; pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  .preloader__ring { animation: none; }
}

/* Responsive overrides and mobile fixes */
@media (max-width: 1024px) {
	.hero-content { gap: 28px; }
	.logo-text { font-size: clamp(1.6rem, 4.2vw, 2.2rem) !important; }
	.logo-image { width: clamp(60px, 10vw, 80px); height: clamp(60px, 10vw, 80px); }
	.social-icons { gap: 14px; flex-wrap: wrap; justify-content: center; }
	.social-icon { width: 46px; height: 46px; font-size: .95rem; }
}

@media (max-width: 768px) {
	/* Neutralize AOS-like transforms on small screens */
	[data-aos], [data-aos-delay], [data-aos-duration] { opacity: 1 !important; transform: none !important; }
	
	/* Header: hide desktop nav, use mobile menu */
	.neo-nav { display: none !important; }
	
	/* Containers and spacing */
	.hero-section { min-height: auto; padding: 40px 16px; }
	.hero-content { gap: 22px; }
	.logo-text { font-size: clamp(1.2rem, 6vw, 1.8rem) !important; letter-spacing: 1px !important; }
	.logo-image { width: clamp(52px, 12vw, 72px); height: clamp(52px, 12vw, 72px); }
	.scroll-indicator { margin-top: 12px; }
	
	/* Social icons */
	.social-icons { gap: 12px; flex-wrap: wrap; justify-content: center; }
	.social-icon { width: 42px; height: 42px; font-size: .9rem; }
	
	/* Prevent horizontal overflow in common sections */
	.section, .container, .album-preorder-section, .album-details-faq-section, .members-section { max-width: 100%; overflow-x: hidden; }
	img, video, canvas { max-width: 100%; height: auto; }
}

/* Ensure starfield stays behind content and not causing scroll */
#starfield { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.site-main, .neo-header { position: relative; z-index: 2; }

/* Desktop header centering and equal gutters */
@media (min-width: 1024px) {
	.neo-header { width: min(1200px, calc(100% - 48px)); margin: 24px auto 0 auto; }
	.neo-header__inner { width: 100%; }
}
@media (min-width: 1440px) {
	.neo-header { width: min(1280px, calc(100% - 64px)); margin: 32px auto 0 auto; }
}

/* Preloader subtitle */
.preloader__subtitle {
	margin-top: 12px;
	padding: 0 4px;
	border-radius: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #ffffff;
	text-shadow: 0 1.5px 3px rgba(0,0,0,0.45);
	text-align: center;
}
@media (max-width: 480px) {
	.preloader__subtitle { font-size: 14px; line-height: 1.7; }
}

.preloader__content {
  position: relative;
  width: auto;
  min-width: 120px;
  min-height: 120px;
  padding: 14px 16px;
  display: grid;
  place-items: center;
  gap: 10px;
  border-radius: 16px;
}
.preloader__glow {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 999px;
	background: radial-gradient(closest-side, rgba(255,255,255,0.18), rgba(255,255,255,0) 70%);
	filter: blur(8px);
	pointer-events: none;
}

/* Thin loading bar */
.preloader__bar {
	position: relative;
	width: 180px;
	height: 3px;
	background: rgba(255,255,255,0.18);
	border-radius: 999px;
	overflow: hidden;
}
.preloader__bar-fill {
	position: absolute;
	left: -40%;
	top: 0;
	bottom: 0;
	width: 36%;
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.9), rgba(255,255,255,0));
	will-change: left;
	animation: preloaderBar 1s ease-in-out infinite;
}
@keyframes preloaderBar {
	0% { left: -40%; }
	50% { left: 55%; }
	100% { left: 110%; }
}

@media (prefers-reduced-motion: reduce) {
	.preloader__bar-fill { animation: none; left: 0; width: 100%; opacity: .6; }
}

/* GPU-friendly hints */
.preloader__bar, .preloader__bar-fill { contain: layout paint; }

/* Preloader container (keep lightweight) */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: radial-gradient(120% 120% at 50% 50%, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.92) 100%);
  transition: opacity .35s ease;
}
.is-site-loaded .preloader { opacity: 0; pointer-events: none; }

/* Layout */
.preloader__content { display: grid; place-items: center; gap: 14px; padding: 8px 10px; }
.preloader__brand { display: grid; place-items: center; }
.preloader__logo { width: 120px; height: 120px; object-fit: contain; image-rendering: -webkit-optimize-contrast; }
.preloader__logo-text { font-family: 'Press Start 2P', system-ui, sans-serif; font-size: 20px; color: #fff; letter-spacing: 2px; text-shadow: 0 2px 4px rgba(0,0,0,.55); }

/* Dots */
.preloader__dots { display: inline-grid; grid-auto-flow: column; gap: 8px; align-items: end; height: 10px; }
.preloader__dots span { width: 6px; height: 6px; background: #fff; border-radius: 999px; opacity: .75; animation: preloaderDot 900ms ease-in-out infinite; will-change: transform, opacity; }
.preloader__dots span:nth-child(2){ animation-delay: .15s }
.preloader__dots span:nth-child(3){ animation-delay: .3s }
@keyframes preloaderDot { 0%,100%{ transform: translateY(0); opacity: .5 } 50%{ transform: translateY(-6px); opacity: 1 } }

/* Thin progress bar */
.preloader__bar { position: relative; width: 220px; height: 3px; background: rgba(255,255,255,.18); border-radius: 999px; overflow: hidden; }
.preloader__bar-fill { position: absolute; left: -40%; top: 0; bottom: 0; width: 36%; background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.9), rgba(255,255,255,0)); will-change: left; animation: preloaderBar 900ms ease-in-out infinite; }
@keyframes preloaderBar { 0%{ left:-40% } 50%{ left:55% } 100%{ left:110% } }

/* Subtitle */
.preloader__subtitle { margin-top: 4px; padding: 0 6px; font-size: 16px; line-height: 1.9; color: #fff; text-shadow: 0 1.5px 3px rgba(0,0,0,.5); text-align: center; }

/* Motion reduce */
@media (prefers-reduced-motion: reduce) {
  .preloader__dots span, .preloader__bar-fill { animation: none; }
  .preloader__bar-fill { left: 0; width: 100%; opacity: .6; }
}

/* Responsive */
@media (max-width: 480px) {
  .preloader__logo { width: 100px; height: 100px; }
  .preloader__logo-text { font-size: 18px; letter-spacing: 1.6px; }
  .preloader__bar { width: 200px; }
  .preloader__subtitle { font-size: 15px; }
}
