/* Danov Music Studio - Dark Black Theme - Performance Optimized */
:root {
    --dark-bg: #000000;
    --dark-secondary: #1a1a1a;
    --dark-card: #2a2a2a;
    --dark-border: #3a3a3a;
    --text-primary: #ffffff;
    --text-secondary: #cccccc;
    --accent-color: #7c3aed;
    --accent-hover: #5b21b6;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
}

/* Font optimization */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070-209F, U+20A0-20AB, U+20AD-20CF, U+2100-214F, U+2150-218F, U+2190-21FF, U+2200-22FF, U+2300-23FF, U+2400-243F, U+2440-244F, U+2460-24FF, U+2500-257F, U+2580-259F, U+25A0-25FF, U+25B0-25BF, U+25C0-25CF, U+25D0-25DF, U+25E0-25EF, U+25F0-25FF, U+2600-26FF, U+2700-27BF, U+27C0-27EF, U+27F0-27FF, U+2800-28FF, U+2900-29FF, U+2A00-2AFF, U+2B00-2BFF, U+2C00-2C5F, U+2C60-2C7F, U+2C80-2CFF, U+2D00-2D2F, U+2D30-2D7F, U+2D80-2DBF, U+2DC0-2DFF, U+2E00-2E7F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3000-303F, U+3040-309F, U+30A0-30FF, U+3100-312F, U+3130-318F, U+3190-319F, U+31A0-31BF, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+3400-4DBF, U+4DC0-4DFF, U+4E00-9FFF, U+A000-A48F, U+A490-A4CF, U+A4D0-A4FF, U+A500-A63F, U+A640-A69F, U+A6A0-A6FF, U+A700-A7FF, U+A800-A82F, U+A830-A83F, U+A840-A87F, U+A880-A8DF, U+A8E0-A8FF, U+A900-A92F, U+A930-A95F, U+A960-A97F, U+A980-A9DF, U+A9E0-A9FF, U+AA00-AA5F, U+AA60-AA7F, U+AA80-AADF, U+AAE0-AAFF, U+AB00-AB2F, U+AB30-AB6F, U+AB70-ABBF, U+ABC0-ABFF, U+AC00-D7AF, U+D7B0-D7FF, U+D800-DB7F, U+DB80-DBFF, U+DC00-DFFF, U+E000-F8FF, U+F900-FAFF, U+FB00-FB4F, U+FB50-FDFF, U+FE00-FE0F, U+FE10-FE1F, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+FE70-FEFF, U+FF00-FFEF, U+FFF0-FFFF;
}

/* Global font settings */
* {
    font-family: inherit;
}

/* Typography improvements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

p, span, div, a, button, input, textarea, select {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

/* Service card typography */
.service-card h5 {
    font-size: 1.4rem !important;
    letter-spacing: 0.5px !important;
    font-weight: 600 !important;
}

.service-card p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: var(--text-secondary) !important;
}

/* Badge typography */
.badge {
    font-weight: 600 !important;
}

/* Hero subtitle typography */
.hero-image h3 {
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Performance optimizations - only for desktop */
@media (min-width: 769px) {
    * {
        /* Enable hardware acceleration */
        transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000px;
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

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

html {
    background-color: var(--dark-bg) !important;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    background-color: var(--dark-bg) !important;
    color: var(--text-primary) !important;
    line-height: 1.6;
    overflow-x: hidden;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, var(--dark-secondary) 0%, var(--dark-bg) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--dark-border);
    padding: 0.7rem 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1000;
}

header {
    position: relative;
    z-index: 1000;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--accent-color) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.navbar-logo {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.navbar-brand:hover .navbar-logo {
    transform: scale(1.05) translateZ(0);
}

.navbar-nav .nav-link {
    color: var(--text-secondary) !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: auto;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--accent-color) !important;
    transform: translateY(-2px) translateZ(0);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: all 0.3s ease;
    transform: translateX(-50%) translateZ(0);
    will-change: width;
    backface-visibility: hidden;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 76vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

/* Desktop layout - ensure proper order */
@media (min-width: 992px) {
    .hero .col-lg-6.hero-content.order-2.order-lg-1 {
        order: 1 !important;
    }
    
    .hero .col-lg-6.text-center.order-1.order-lg-2 {
        order: 2 !important;
    }
}

/* Hero container adjustments for mobile */
@media (max-width: 991px) {
    .hero .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .hero .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .hero .col-lg-6 {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* Mobile layout - ensure proper order */
    .hero .col-lg-6.hero-content.order-2.order-lg-1 {
        order: 2 !important;
    }
    
    .hero .col-lg-6.text-center.order-1.order-lg-2 {
        order: 1 !important;
    }
}

/* Video Background - Performance Optimized */
.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    /* GPU acceleration */
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.hero-video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    transition: transform 0.6s ease;
    filter: brightness(0.9) contrast(1.1) saturate(1.2);
    /* Performance optimizations */
    transform: translate(-50%, -50%) scale(1.05) translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    /* Reduce video quality on mobile */
    image-rendering: optimizeSpeed;
}

.hero:hover .hero-video-background video {
    transform: translate(-50%, -50%) scale(1.1) translateZ(0);
    filter: brightness(1) contrast(1.2) saturate(1.3);
    will-change: transform;
}

/* Blur video on all pages except home */
.hero-video-background video {
    filter: blur(3px);
}

/* No blur on home page */
body.home-page .hero-video-background video {
    filter: none;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgba(0, 0, 0, 0.7) 0%, 
            rgba(26, 26, 26, 0.5) 30%,
            rgba(124, 58, 237, 0.1) 50%,
            rgba(26, 26, 26, 0.5) 70%,
            rgba(0, 0, 0, 0.7) 100%
        ),
        radial-gradient(circle at 30% 20%, rgba(124, 58, 237, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    z-index: 2;
    backdrop-filter: blur(1px);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'),
        radial-gradient(circle at 25% 75%, rgba(124, 58, 237, 0.05) 0%, transparent 35%),
        radial-gradient(circle at 75% 25%, rgba(139, 92, 246, 0.04) 0%, transparent 35%);
    pointer-events: none;
    z-index: 3;
    animation: subtleFloat 12s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(124, 58, 237, 0.03) 50%, transparent 60%);
    pointer-events: none;
    z-index: 4;
    animation: lightSweep 8s ease-in-out infinite;
}

/* Decorative corner elements - removed for cleaner look */

.hero-content {
    position: relative;
    z-index: 10;
    backdrop-filter: blur(2px) saturate(105%);
    background: rgba(255, 255, 255, 0.005);
    border-radius: 24px;
    padding: 2.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    clip-path: polygon(
        0% 4px, 
        4px 0%, 
        95% 0%, 
        100% 4px, 
        100% 95%, 
        95% 100%, 
        4px 100%, 
        0% 95%
    );
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: 
        radial-gradient(circle at 15% 85%, rgba(255, 255, 255, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.06) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    opacity: 0.3;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 27px;
    filter: blur(0.4px);
    clip-path: polygon(
        0% 6px, 
        6px 0%, 
        calc(100% - 8px) 0%, 
        100% 8px, 
        100% calc(100% - 6px), 
        calc(100% - 6px) 100%, 
        8px 100%, 
        0% calc(100% - 8px)
    );
}

.hero-content::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.04) 50%, transparent 75%),
        linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.03) 50%, transparent 75%),
        linear-gradient(90deg, transparent 20%, rgba(255, 255, 255, 0.02) 50%, transparent 80%);
    opacity: 0.3;
    pointer-events: none;
    border-radius: 26px;
    filter: blur(0.3px);
    clip-path: polygon(
        0% 5px, 
        5px 0%, 
        calc(100% - 7px) 0%, 
        100% 7px, 
        100% calc(100% - 5px), 
        calc(100% - 5px) 100%, 
        7px 100%, 
        0% calc(100% - 7px)
    );
}

.hero-content:hover {
    backdrop-filter: blur(6px) saturate(115%);
    background: rgba(255, 255, 255, 0.008);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.03);
    transform: translateY(-3px) scale(1.015);
}

.hero-content:hover::before {
    opacity: 0.5;
    filter: blur(1px);
}

.hero-content:hover::after {
    opacity: 0.6;
    filter: blur(0.4px);
}

.hero-content:hover::before {
    opacity: 1;
}

.hero-image {
    position: relative;
    z-index: 10;
}

/* Mobile adjustments for hero image */
@media (max-width: 991px) {
    .hero-image {
        margin-top: -0.5rem !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .hero-image {
        margin-top: -1rem !important;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575px) {
    .hero-image {
        margin-top: -1.5rem !important;
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 480px) {
    .hero-image {
        margin-top: -2rem !important;
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 360px) {
    .hero-image {
        margin-top: -2.5rem !important;
        margin-bottom: 0.25rem;
    }
    
    /* Disable video on very small screens */
    .hero-video-background video {
        display: none !important;
    }
    
    /* Add static background for very small screens */
    .hero-video-background {
        background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(26, 26, 26, 0.7) 30%,
            rgba(124, 58, 237, 0.3) 50%,
            rgba(26, 26, 26, 0.7) 70%,
            rgba(0, 0, 0, 0.8) 100%
        );
    }
}

/* Performance optimizations for tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Reduce video quality on tablets */
    .hero-video-background video {
        filter: brightness(0.7) contrast(1.0) saturate(1.0) !important;
        image-rendering: optimizeSpeed;
    }
    
    /* Disable hover effects on tablets */
    .hero:hover .hero-video-background video {
        transform: translate(-50%, -50%) scale(1.05) translateZ(0) !important;
        filter: brightness(0.7) contrast(1.0) saturate(1.0) !important;
    }
}

/* Performance optimizations for mobile */
@media (max-width: 768px) {
    /* Optimize video for mobile - keep it but make it lightweight */
    .hero-video-background video {
        /* Moderate video quality reduction */
        filter: brightness(0.8) contrast(0.9) saturate(0.9) !important;
        /* Keep basic scaling but disable complex transforms */
        transform: translate(-50%, -50%) scale(1.02) !important;
        /* Optimize rendering but keep video playing */
        image-rendering: optimizeQuality;
        /* Keep minimal GPU acceleration for smooth playback */
        will-change: transform;
        backface-visibility: hidden;
    }
    
    /* Disable hover effects on mobile */
    .hero:hover .hero-video-background video {
        transform: translate(-50%, -50%) scale(1.02) !important;
        filter: brightness(0.8) contrast(0.9) saturate(0.9) !important;
    }
    
    /* Optimize video container for mobile */
    .hero-video-background {
        /* Keep minimal GPU acceleration */
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden;
        /* Simplify shadows */
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
    }
    
    /* Disable all heavy effects on mobile */
    .hero::before,
    .hero::after {
        display: none !important;
    }
    
    .hero-content::before,
    .hero-content::after {
        display: none !important;
    }
    
    .hero-content {
        backdrop-filter: blur(2px) saturate(105%);
        background: rgba(255, 255, 255, 0.005);
        border: 1px solid rgba(255, 255, 255, 0.06);
        box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 0 0 1px rgba(255, 255, 255, 0.02);
        clip-path: polygon(
            0% 4px, 
            4px 0%, 
            calc(100% - 6px) 0%, 
            100% 6px, 
            100% calc(100% - 4px), 
            calc(100% - 4px) 100%, 
            6px 100%, 
            0% calc(100% - 6px)
        );
    }
    
    .hero-content:hover {
        backdrop-filter: blur(6px) saturate(115%);
        background: rgba(255, 255, 255, 0.008);
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 0 0 1px rgba(255, 255, 255, 0.03);
        transform: translateY(-3px) scale(1.015);
    }
    
    /* Disable hover effects on touch devices */
    .hero:hover .hero-video-background {
        transform: none !important;
    }
    
    /* Optimize animations for mobile - already defined above */
    
    /* Disable gradient animations */
    .hero h1 {
        animation: none !important;
        background: var(--text-primary) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }
    
    /* Simplify buttons - keep styling, disable animations */
    .btn-primary {
        background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 25%, var(--accent-color) 50%, var(--accent-hover) 75%, var(--accent-color) 100%);
        background-size: 200% 200%;
        border: none;
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        padding-top: 13px;
        padding-bottom: 11px;
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden;
    }
    
    .btn-primary:hover {
        transform: translateY(-3px) translateZ(0);
        box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
        background-position: 100% 50%;
    }
    
    /* Disable ONLY animations on mobile, keep positioning */
    *,
    *::before,
    *::after {
        animation: none !important;
    }
    
    /* Disable specific animations */
    .hero::before,
    .hero::after {
        animation: none !important;
    }
    
    .hero h1 {
        animation: none !important;
        will-change: auto !important;
    }
    
    .btn-primary:hover {
        animation: none !important;
    }
    
    .ukrainian-gradient {
        animation: none !important;
    }
    
    .service-price {
        animation: none !important;
    }
    
    .fade-in-up {
        animation: none !important;
    }
    
    .spinner {
        animation: none !important;
    }
    
    .equipment-card .service-image::after {
        animation: none !important;
    }
    
    .equipment-card .service-image .level-indicators::before,
    .equipment-card .service-image .level-indicators::after {
        animation: none !important;
    }
    
    /* Keep card effects, disable animations only */
    .card:hover,
    .service-card:hover,
    .equipment-card:hover {
        transform: translateY(-10px) translateZ(0);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        border-color: var(--accent-color);
    }
    
    /* Keep image effects */
    .hero-image img {
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 30px rgba(139, 92, 246, 0.4)) drop-shadow(0 0 60px rgba(139, 92, 246, 0.2));
    }
    
    /* Keep service icon effects */
    .service-icon {
        transition: all 0.3s ease;
    }
    
    .service-card:hover .service-icon {
        transform: scale(1.1) translateZ(0);
        box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
    }
}

/* Adjust text under logo on mobile */
@media (max-width: 991px) {
    .hero-image h3 {
        margin-top: -22px !important;
        font-size: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    .hero-image h3 {
        margin-top: -27px !important;
        font-size: 1.3rem !important;
    }
}

@media (max-width: 575px) {
    .hero-image h3 {
        margin-top: -32px !important;
        font-size: 1.1rem !important;
    }
}

.hero-image img {
    position: relative;
    z-index: 15;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-color) 25%, var(--accent-hover) 50%, var(--text-primary) 75%, var(--accent-color) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 8s ease-in-out infinite;
    transform: translateZ(0);
    will-change: background-position;
    backface-visibility: hidden;
}

.hero p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
    font-weight: 600;
    line-height: 1.7;
}

.hero .lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}

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

@keyframes subtleFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(1deg);
    }
}

@keyframes lightSweep {
    0% {
        transform: translateX(-100%) translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%) translateY(100%);
        opacity: 0;
    }
}

@keyframes cornerPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

/* Removed liquidRotate animation */

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 25%, var(--accent-color) 50%, var(--accent-hover) 75%, var(--accent-color) 100%);
    background-size: 200% 200%;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 13px;
    padding-bottom: 11px;
    transform: translateZ(0);
    will-change: transform, background-position;
    backface-visibility: hidden;
}

.btn-primary i {
    margin-right: 8px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: -2px;
}

.btn-primary:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
    background-position: 100% 50%;
    animation: gradientFlow 1s ease-in-out infinite;
}

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

/* Ukrainian Flag Gradient */
.ukrainian-gradient {
    background: linear-gradient(135deg, #0057b8 0%, #ffd700 25%, #0057b8 50%, #ffd700 75%, #0057b8 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 8s ease-in-out infinite;
    font-weight: 700;
    font-size: 1.8rem;
    text-shadow: 0 0 20px rgba(0, 87, 184, 0.3), 0 0 40px rgba(255, 215, 0, 0.2);
    letter-spacing: 1px;
    transform: translateZ(0);
    will-change: background-position;
    backface-visibility: hidden;
}

.btn-outline-light {
    border: 2px solid var(--text-primary);
    color: var(--text-primary);
    background: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: var(--text-primary);
    color: var(--dark-bg);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.btn-outline-primary {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    background: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--accent-color);
    color: var(--text-primary);
    transform: translateY(-3px) translateZ(0);
}

/* Cards */
.card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.card:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--accent-color);
}

.card-title {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-text {
    color: var(--text-secondary);
}

/* Services */
.service-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.service-card:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--accent-color);
}

.service-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: var(--text-primary);
    transition: all 0.3s ease;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.service-card:hover .service-icon {
    transform: scale(1.1) translateZ(0);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
}

.service-price {
    font-size: 2.1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 25%, #8b5cf6 50%, #a78bfa 75%, #c4b5fd 100%);
    background-size: 150% 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 2s ease-in-out infinite;
    margin: 1rem 0;
    text-shadow: 0 0 15px rgba(139, 92, 246, 0.3);
    letter-spacing: 1px;
    transform: translateZ(0);
    will-change: background-position;
    backface-visibility: hidden;
}

/* Service Images */
.service-image {
    width: 100%;
    min-height: 180px;
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-bg);
}

.service-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: grayscale(100%) contrast(1.15) brightness(1.2) sepia(0.25) saturate(1.1) hue-rotate(5deg);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.service-card:hover .service-image img {
    transform: scale(1.05) translateZ(0);
}

/* Rental Cards - Special styling for studio rental section */
.rental-card {
    background: var(--dark-card);
    border: none;
    position: relative;
    overflow: hidden;
}

.rental-card:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.2);
}

.rental-card .service-icon {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    color: white;
    font-size: 1.8rem;
}

.rental-card:hover .service-icon {
    transform: scale(1.15) translateZ(0);
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.6);
}

.rental-card .service-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--accent-color);
}

/* Info Cards - Special styling for opening hours and contact */
.info-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.info-card::before {
    display: none;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: var(--accent-color);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.info-card:hover .info-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(139, 92, 246, 0.4);
}

/* Schedule List */
.schedule-list {
    text-align: left;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--dark-border);
    transition: all 0.3s ease;
}

.schedule-item:last-child {
    border-bottom: none;
}

.schedule-item:hover {
    background: rgba(139, 92, 246, 0.05);
    border-radius: 8px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.schedule-day {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.schedule-time {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 0.9rem;
}

.schedule-time.closed {
    color: var(--danger-color);
}

/* Contact List */
.contact-list {
    text-align: left;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--dark-border);
    transition: all 0.3s ease;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item:hover {
    background: rgba(139, 92, 246, 0.05);
    border-radius: 8px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.contact-icon {
    width: 20px;
    color: var(--accent-color);
    margin-right: 1rem;
    font-size: 1rem;
}

.contact-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Gallery */
.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.gallery-item:hover {
    transform: scale(1.05) translateZ(0);
    border-color: var(--accent-color);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: grayscale(100%) contrast(1.15) brightness(1.2) sepia(0.25) saturate(1.1) hue-rotate(5deg);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.8) 0%, rgba(91, 33, 182, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

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

.gallery-content {
    text-align: center;
    padding: 1rem;
}

.gallery-content h5 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-content p {
    color: var(--text-primary);
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Contact Form */
.contact-form {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 2rem;
}

.form-control {
    background: var(--dark-secondary);
    border: 1px solid var(--dark-border);
    color: var(--text-primary);
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.form-control:focus {
    background: var(--dark-secondary);
    border-color: var(--accent-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25);
    transform: translateY(-1px);
}

.form-control::placeholder {
    color: var(--text-secondary);
}

.form-label {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Booking Form */
.booking-form {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
}

.booking-form h3 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

/* Sections */
.section {
    padding: 4rem 0;
    background: var(--dark-bg);
}

/* Special spacing for booking pages */
.section:last-of-type {
    padding-bottom: 6rem;
}

/* Force mobile spacing - highest priority */
@media screen and (max-width: 768px) {
    .section:last-of-type {
        padding-bottom: 8rem !important;
    }
    
    .booking-info-cards {
        margin-bottom: 6rem !important;
    }
    
    .row.booking-info-cards {
        margin-bottom: 6rem !important;
    }
    
    /* Target specific booking pages */
    section.section:last-of-type {
        padding-bottom: 8rem !important;
    }
}

/* Extra force for very small screens */
@media screen and (max-width: 480px) {
    .section:last-of-type {
        padding-bottom: 10rem !important;
    }
    
    .booking-info-cards {
        margin-bottom: 8rem !important;
    }
    
    .row.booking-info-cards {
        margin-bottom: 8rem !important;
    }
    
    section.section:last-of-type {
        padding-bottom: 10rem !important;
    }
}

/* Booking page specific spacing */
.booking-info-cards {
    margin-bottom: 3rem;
}

/* Force spacing for booking cards */
.row.booking-info-cards {
    margin-bottom: 3rem;
}

/* Special spacing for first section after hero */
.section:first-of-type {
    padding-top: 0rem;
    padding-bottom: 2.5rem;
    position: relative;
}

/* Mobile adjustments for Why Choose Us section - SPECIFIC */
@media (max-width: 768px) {
    section.section:nth-of-type(2) {
        padding-top: 2.8rem !important;
        margin-top: 0rem !important;
        transform: translateY(0rem) !important;
        padding-bottom: 2rem !important;
    }
    
    section.section:nth-of-type(2) .section-title {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    section.section:nth-of-type(2) .section-subtitle {
        margin-bottom: 1.5rem !important;
    }
}

/* Mobile adjustments for Our Services section - SPECIFIC */
@media (max-width: 768px) {
    section.section:nth-of-type(3) {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    section.section:nth-of-type(3) .section-title {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    section.section:nth-of-type(3) .section-subtitle {
        margin-bottom: 1.5rem !important;
    }
}

/* Mobile adjustments for About Our Studio section - SPECIFIC */
@media (max-width: 768px) {
    section.section:nth-of-type(4) {
        padding-top: 1.8rem !important;
        padding-bottom: 3rem !important;
    }
    
    section.section:nth-of-type(4) .section-title {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    section.section:nth-of-type(4) .section-subtitle {
        margin-bottom: 1.5rem !important;
    }
    
    /* Add spacing for Learn More button */
    section.section:nth-of-type(4) .btn {
        margin-bottom: 2rem !important;
    }
}

/* Mobile adjustments for Meet the Producer section - SPECIFIC */
@media (max-width: 768px) {
    section.section:nth-of-type(5) {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* Add spacing for Full Biography button */
    section.section:nth-of-type(5) .btn {
        margin-bottom: 2rem !important;
    }
}

/* Mobile adjustments for Ready to Start section - SPECIFIC */
@media (max-width: 768px) {
    section.section:nth-of-type(6) {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    section.section:nth-of-type(6) .section-title {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    section.section:nth-of-type(6) .section-subtitle {
        margin-bottom: 1.5rem !important;
    }
}


.section-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.section-subtitle {
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.section, .section p, .section li, .section span, .section .card-text {
    color: var(--text-primary) !important;
}

/* Footer */
.footer {
    background: var(--dark-secondary);
    color: var(--text-secondary);
    padding: 3rem 0 1rem;
    border-top: 1px solid var(--dark-border);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo {
    height: 35px;
    width: auto;
}

.footer h5 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    margin: 0;
}

.footer p, .footer a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--accent-color);
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.social-links a:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-3px) translateZ(0);
    color: var(--text-primary);
}

/* Social Media Icons */
.social-media-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
    text-decoration: none;
}

.social-media-icons a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.5);
}

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

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
    transform: translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    /* Mobile adaptation for About Our Studio and Our Equipment sections */
    .about-preview-section .row {
        flex-direction: column;
    }
    
    .about-preview-section .col-lg-6:first-child {
        margin-bottom: 3rem;
        padding-bottom: 2rem;
    }
    
    .about-preview-section .col-lg-6:last-child {
        margin-top: 1rem;
        padding-top: 2rem;
    }
    
    /* Add visual separation between sections on mobile */
    .about-preview-section .col-lg-6:first-child::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
        margin: 2rem 0 1rem 0;
        opacity: 0.3;
    }
    
    /* Make equipment card more prominent on mobile */
    .about-preview-section .col-lg-6:last-child .card {
        border: 1px solid var(--accent-color);
        box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
    }
    
    /* Adjust text alignment for mobile */
    .about-preview-section .section-title {
        text-align: center;
    }
    
    .about-preview-section .lead {
        text-align: center;
    }
    
    .card, .service-card, .contact-form, .booking-form {
        padding: 1.5rem;
    }
    
    .navbar-logo {
        height: 48px;
    }
}

/* Loading Animation */
.loading {
    display: none;
    text-align: center;
    padding: 1rem;
}

.spinner {
    border: 3px solid var(--dark-border);
    border-top: 3px solid var(--accent-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

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

/* Success/Error Messages */
.alert {
    border-radius: 10px;
    border: none;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.alert-success {
    background: rgba(40, 167, 69, 0.1);
    color: var(--success-color);
    border-left: 4px solid var(--success-color);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    color: var(--danger-color);
    border-left: 4px solid var(--danger-color);
}

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

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

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

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}

/* Equipment Cards */
.equipment-card {
    background: linear-gradient(135deg, #1e1e1e 0%, #2a2a2a 50%, #1a1a1a 100%);
    border: 2px solid #444;
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* Убираем лишнюю линию сверху */

.equipment-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(139, 92, 246, 0.3),
        0 0 50px rgba(139, 92, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: var(--accent-color);
    transition: all 0.6s ease;
}

.equipment-card:hover .service-image::after {
    box-shadow: 0 0 15px #00ff00, 0 0 25px #00ff00, 0 0 35px #00ff00;
    animation: pulse 1s infinite;
    transition: all 0.6s ease;
}

/* Equipment specific styles */
.equipment-card .service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(139, 92, 246, 0.3);
}

.equipment-card:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 24px rgba(139, 92, 246, 0.4);
}

.equipment-card .service-image {
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 50%, #0a0a0a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #444;
    box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.5),
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Добавляем элементы музыкального оборудования */
.equipment-card .service-image::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff00;
    animation: pulse 2s infinite;
}

/* Убираем лишнюю точку */
/* .equipment-card .service-image::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 8px;
    height: 8px;
    background: linear-gradient(45deg, #333, #666);
    border-radius: 50%;
    border: 1px solid #555;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
} */

/* Добавляем индикаторы уровня */
.equipment-card .service-image .level-indicators {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 2px;
    height: 20px;
    align-items: flex-end;
}

.equipment-card .service-image .level-indicators::before {
    content: '';
    width: 3px;
    height: 8px;
    background: #00ff00;
    border-radius: 1px;
    animation: level1 1.5s infinite;
}

.equipment-card .service-image .level-indicators::after {
    content: '';
    width: 3px;
    height: 12px;
    background: #00ff00;
    border-radius: 1px;
    margin-left: 2px;
    animation: level2 1.5s infinite 0.2s;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes level1 {
    0%, 100% { height: 8px; }
    50% { height: 15px; }
}

@keyframes level2 {
    0%, 100% { height: 12px; }
    50% { height: 20px; }
}

.equipment-card .service-image {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 50%, #0a0a0a 100%);
    transition: all 0.6s ease;
    position: relative;
}

.equipment-card .service-image .hover-bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(99, 102, 241, 0.08) 50%, rgba(139, 92, 246, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 15px;
    z-index: 1;
}

.equipment-card:hover .service-image .hover-bg {
    opacity: 1;
}

.equipment-card .service-image img {
    position: relative;
    z-index: 2;
}

.equipment-card .service-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 9px;
}

.equipment-card:hover .service-image img {
    transform: scale(1.05);
}

/* Text Accents */
.text-accent {
    color: var(--accent-color);
    font-weight: 600;
}

.text-gradient {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Producer Info */
.producer-info {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem 0 1.5rem 0;
    transition: all 0.3s ease;
}

.producer-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.15);
    border-color: var(--accent-color);
}

.producer-info h4 {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.producer-info p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 0;
}

/* Equipment Images */
.equipment-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    background: var(--dark-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.equipment-card:hover .equipment-image img {
    transform: scale(1.05);
}

/* Team Photos */
.team-photo {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    margin-top: -30px;
}

/* Mobile adjustments for team photos */
@media (max-width: 768px) {
    .team-photo {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    .team-photo img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

.team-photo:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.team-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    filter: grayscale(100%) contrast(1.15) brightness(1.2) sepia(0.25) saturate(1.1) hue-rotate(5deg);
}

/* Footer Map */
.footer-map {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
}

.footer-map iframe {
    border-radius: 15px;
    transition: all 0.3s ease;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.footer-map:hover iframe {
    transform: scale(1.02) translateZ(0);
}

/* Portfolio Styles */
.portfolio-card {
    background: var(--dark-card);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--dark-border);
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
    border-color: var(--accent-color);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

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

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

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.8) 0%, rgba(168, 85, 247, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content {
    padding: 1.5rem;
}

.portfolio-content h4 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.portfolio-content p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.supporters {
    margin-top: 1rem;
}

.supporters h6 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.supporter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.supporter-tags .badge {
    background: var(--accent-color);
    color: var(--text-primary);
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
}

.project-card {
    background: var(--dark-card);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--dark-border);
    height: 100%;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.15);
    border-color: var(--accent-color);
}

.project-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.project-card:hover .project-icon {
    transform: scale(1.1) rotate(5deg);
}

.project-card h5 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 1rem;
}

.project-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.project-stats {
    display: flex;
    justify-content: center;
}

.stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-color);
    font-weight: 500;
    font-size: 0.9rem;
}

.testimonial-card {
    background: var(--dark-card);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid var(--dark-border);
    transition: all 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.15);
    border-color: var(--accent-color);
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-content p {
    color: var(--text-secondary);
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
}

.testimonial-author h6 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    color: var(--accent-color);
    font-size: 0.9rem;
} 

/* Artists Grid */
.artists-grid {
    /* Bootstrap grid will handle the layout */
}

.artist-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.artist-card::before {
    display: none;
}

.artist-card::after {
    display: none;
}

.artist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: var(--accent-color);
}

.artist-photo {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 2px solid var(--dark-border);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    object-fit: cover;
    object-position: center;
}

.artist-card:hover .artist-photo {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    border-color: var(--accent-color);
}

.artist-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 0.5rem;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}

.artist-card:hover .artist-name {
    color: var(--text-primary);
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);
} 

/* Portfolio Video Card */
.portfolio-video-card {
    background: var(--dark-card);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(124, 58, 237, 0.10);
    padding: 1rem 1rem 0.5rem 1rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.portfolio-video-card:hover {
    border-color: var(--accent-color);
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.18);
    transform: translateY(-6px) scale(1.03);
}

.portfolio-video-card iframe {
    border-radius: 12px;
    width: 100%;
    height: 220px;
    background: #000;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* Booking Calendar Styles */
.booking-date-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.booking-date-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-color: var(--accent-color);
}

.booking-date-card .card-title {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* Time slot styles */
.time-slot {
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    background: rgba(139, 92, 246, 0.05);
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.time-slot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
    transition: left 0.3s ease;
}

.time-slot:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
    border-color: var(--accent-color);
}

.time-slot:hover::before {
    left: 100%;
}

.time-slot.btn-primary {
    background: var(--accent-color);
    color: white;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
    border-color: var(--accent-color);
}

.time-slot-blocked {
    border: 1px solid #6c757d;
    color: #6c757d;
    background: rgba(108, 117, 125, 0.05);
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0.6;
    cursor: not-allowed;
    text-decoration: line-through;
}

.time-slot-booked {
    border: 1px solid #6c757d;
    color: #6c757d;
    background: rgba(108, 117, 125, 0.05);
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0.6;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* FAQ Section Styles */
.accordion-item {
    background: transparent !important;
    border: 1px solid var(--dark-border) !important;
    border-radius: 12px !important;
    margin-bottom: 1rem !important;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.accordion-item:hover {
    border-color: var(--accent-color) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15);
}

.accordion-button {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-secondary) 100%) !important;
    color: var(--text-primary) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.accordion-button:hover::before {
    left: 100%;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%) !important;
    color: var(--text-primary) !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3) !important;
    transform: translateY(-1px);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.25) !important;
    border-color: var(--accent-color) !important;
    outline: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transition: all 0.3s ease;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
    flex-shrink: 0;
    margin-left: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(180deg);
}

.accordion-body {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-secondary) 100%) !important;
    color: var(--text-secondary) !important;
    border-top: 1px solid rgba(124, 58, 237, 0.2) !important;
    border-radius: 0 0 12px 12px !important;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
    backdrop-filter: blur(10px);
}

.accordion-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
}

.accordion-collapse {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* FAQ Section Container */
.faq-section {
    background: var(--dark-bg);
    padding: 3rem 0;
}

.faq-section .service-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-section .service-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(124, 58, 237, 0.1);
}

/* FAQ Button Styles */
.faq-section .btn-outline-light {
    background: transparent;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.faq-section .btn-outline-light:hover {
    background: var(--accent-color);
    color: var(--text-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

/* Language Switcher Styles */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.language-switcher-label {
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
}

.language-switcher-select {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-secondary) 100%);
    border: 1px solid var(--dark-border);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
    position: relative;
    backdrop-filter: blur(10px);
}

.language-switcher-select:hover {
    border-color: var(--accent-color);
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.2);
    transform: translateY(-1px);
}

.language-switcher-select:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.25);
}

.language-switcher-select option {
    background: var(--dark-card);
    color: var(--text-primary);
    border: none;
    padding: 0.5rem;
}

.language-switcher-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Header Language Switcher */
.header-language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.header-language-btn {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-secondary) 100%);
    border: 1px solid var(--dark-border);
    border-radius: 8px;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    min-width: 120px;
    justify-content: space-between;
}

.header-language-btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.2);
    transform: translateY(-1px);
}

.header-language-btn.active {
    border-color: var(--accent-color);
    color: var(--accent-color);
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.header-language-btn i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.header-language-btn.active i {
    transform: rotate(180deg);
}

.header-language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-secondary) 100%);
    border: 1px solid var(--dark-border);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    min-width: 140px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

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

.header-language-option {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.header-language-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.1), transparent);
    transition: left 0.5s ease;
}

.header-language-option:hover::before {
    left: 100%;
}

.header-language-option:hover {
    background: rgba(124, 58, 237, 0.1);
    color: var(--accent-color);
    transform: translateX(5px);
}

.header-language-option.active {
    background: rgba(124, 58, 237, 0.15);
    color: var(--accent-color);
    font-weight: 600;
}

.header-language-option.active::after {
    content: '✓';
    position: absolute;
    right: 1rem;
    color: var(--accent-color);
    font-weight: bold;
}

/* Responsive adjustments for header */
@media (max-width: 991px) {
    .header-language-switcher {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }
    
    .header-language-btn {
        min-width: 140px;
    }
    
    .header-language-dropdown {
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
    }
    
    .header-language-dropdown.show {
        transform: translateX(-50%) translateY(0);
    }
}

/* Simple Mobile Navigation */
@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--dark-secondary);
        border-radius: 10px;
        margin-top: 1rem;
        padding: 1rem;
        border: 1px solid var(--dark-border);
        transition: all 0.3s ease;
    }
    
    .navbar-nav {
        margin-top: 0.5rem;
    }
    
    .navbar-nav .nav-item {
        margin: 0.25rem 0;
    }
    
    .navbar-nav .nav-link {
        color: var(--text-secondary) !important;
        font-weight: 500;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        transition: all 0.3s ease;
        display: block;
    }
    
    .navbar-nav .nav-link:hover {
        background: rgba(124, 58, 237, 0.1);
        color: var(--accent-color) !important;
    }
    
    .navbar-nav .nav-link.active {
        background: rgba(124, 58, 237, 0.15);
        color: var(--accent-color) !important;
    }
    
    /* Language switcher */
    .header-language-switcher {
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }
    
    .header-language-btn {
        min-width: 140px;
    }
    
    .header-language-dropdown {
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
    }
    
    .header-language-dropdown.show {
        transform: translateX(-50%) translateY(0);
    }
}

/* Simple Mobile Navigation Button */
@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        padding: 0.5rem;
        background: transparent;
        transition: all 0.3s ease;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        transition: all 0.3s ease;
    }
    
    .navbar-toggler:hover .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(124, 58, 237, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

/* Mobile margins for hero-content - Detailed breakpoints */

/* Extra small devices (phones, 320px and up) */
@media (max-width: 575px) {
    .hero-content {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        max-width: calc(100% - 1.5rem) !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-content {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        max-width: calc(100% - 2rem) !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-content {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        max-width: calc(100% - 3rem) !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-content {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 500px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-content {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 600px !important;
    }
}

/* Specific mobile device adjustments */
@media (max-width: 480px) {
    .hero-content {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        max-width: calc(100% - 1rem) !important;
    }
}

/* iPhone specific adjustments */
@media (max-width: 414px) {
    .hero-content {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        max-width: calc(100% - 1rem) !important;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .hero-content {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        max-width: calc(100% - 0.5rem) !important;
    }
}

/* Force purple badges on mobile - AGGRESSIVE STYLES */
@media (max-width: 768px) {
    .badge {
        background-color: #7c3aed !important;
        color: white !important;
        border: none !important;
        font-weight: 600 !important;
        padding: 0.5rem 0.75rem !important;
        border-radius: 0.375rem !important;
    }
    
    /* Specific targeting for experience badges */
    .card .badge {
        background-color: #7c3aed !important;
        color: white !important;
        border: none !important;
        font-weight: 600 !important;
    }
    
    /* Override any Bootstrap or other framework styles */
    span.badge {
        background-color: #7c3aed !important;
        color: white !important;
        border: none !important;
        font-weight: 600 !important;
    }
}

/* CENTER ALL ELEMENTS for About page */
@media (max-width: 768px) {
    .about-page .col-lg-6:first-child {
        text-align: center !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
    }
    
    .about-page .col-lg-6:last-child {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .about-page .row.g-3 {
        justify-content: center !important;
        margin: 0 auto !important;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    .about-page .col-md-6 {
        flex: 0 0 auto !important;
        width: auto !important;
        margin: 0 0.5rem !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .about-page .team-photo {
        margin: 0 auto 1rem auto !important;
        max-width: 200px !important;
        width: 100% !important;
        display: block !important;
    }
    
    .about-page .card.mt-3 {
        margin: 1rem auto 0 auto !important;
        max-width: 400px !important;
        width: 100% !important;
        display: block !important;
    }
}

/* Extra adjustments for small screens */
@media (max-width: 480px) {
    .about-page .col-lg-6:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .about-page .team-photo {
        max-width: 150px !important;
        margin: 0 0 0.5rem 0 !important;
    }
    
    .about-page .card.mt-3 {
        max-width: 300px !important;
        margin: 0.5rem auto 0 auto !important;
    }
}

/* Fix video overlay on desktop - ensure video is behind content */
@media (min-width: 769px) {
    .hero-video-background {
        z-index: -1 !important;
    }
    
    .hero-content {
        z-index: 100 !important;
    }
    
    .hero-image {
        z-index: 100 !important;
    }
}
  
 