/* ================================================================
   CineChord Index - COMPLETE CSS
   Version: 5.4 - FINAL FIX (Menu Spacing + Modal Play + AZ Lang)
   ================================================================ */

/* 1. RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gabarito', sans-serif;
    background: #000;
    color: #fff;
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
}

/* Azərbaycan dili üçün Montserrat */
body.lang-az,
body.lang-az * {
    font-family: 'Montserrat', sans-serif !important;
}

/* AZ dili üçün - Font Awesome ikonlarını qoruyuruq */
body.lang-az .fa-solid,
body.lang-az .fa-brands,
body.lang-az [class^="fa-"],
body.lang-az [class*=" fa-"],
body.lang-az .social-icon i,
body.lang-az .social-icon-hover i,
body.lang-az .ctrl-btn i,
body.lang-az .lang-check i {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* AZ dili üçün menu - EN ilə vizual eyni görünsün */
body.lang-az .nav-btn {
    font-size: 3.2vw;
    letter-spacing: 2px;
    margin: -0.5vh 0;
}

/* 2. GPU & TRANSITIONS */
.page-transition,
.header,
.center-logo,
.nav-btn,
.hero-bg {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999999;
    transform: translateY(0);
    pointer-events: all;
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.page-transition.page-loaded {
    transform: translateY(-100%);
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

/* 3. LOADING SCREEN */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    opacity: 0;
    visibility: hidden;
}

.loader-logo {
    width: 300px;
    height: auto;
    filter: brightness(0) invert(1);
}

.loader-bar-bg {
    width: 250px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.loader-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #FFA500;
    box-shadow: 0 0 15px rgba(255, 165, 0, 0.8);
}

.loader-percentage {
    font-family: 'Gabarito', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #FFA500;
    letter-spacing: 2px;
    margin-top: 5px;
}

.loader-author {
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Gabarito', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFA500;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
}

.author-icon {
    height: 35px;
    width: auto;
    object-fit: contain;
}

/* 4. GRAIN OVERLAY */
.grain-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.05"/></svg>');
    pointer-events: none;
    z-index: 20002;
    opacity: 0.08;
    animation: grain 8s steps(10) infinite;
}

@keyframes grain {
    0%, 100% { transform: translate(0, 0); }
    10% { transform: translate(-1%, -1%); }
}

/* 5. HERO SECTION */
.hero-section {
    position: relative;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    overflow: hidden;
    background: #000;
}

#videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============================================================
   MOBİL BRAUZER VİDEO OVERLAY FİX - KRİTİK
   ============================================================ */

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none !important;
    -webkit-tap-highlight-color: transparent;
}

/* Bütün WebKit (Safari, Chrome) video kontrollarını gizlət */
.hero-bg::-webkit-media-controls {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.hero-bg::-webkit-media-controls-enclosure {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.hero-bg::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.hero-bg::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* iOS Safari üçün böyük play overlay düyməsini TAMAMİLƏ gizlət */
.hero-bg::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Android Chrome üçün overlay play button */
.hero-bg::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Firefox üçün */
.hero-bg::-moz-media-controls {
    display: none !important;
}

/* Microsoft Edge üçün */
.hero-bg::-ms-media-controls {
    display: none !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 1;
    pointer-events: none;
}

/* ============================================================
   6. GLOBE LANGUAGE SELECTOR - MINIMAL
   ============================================================ */

.lang-selector {
    position: fixed;
    top: 37px;
    right: 175px;
    z-index: 30001;
    pointer-events: auto;
}

.lang-globe-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    padding: 15px 8px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto;
    position: relative;
    z-index: 30002;
}

.globe-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.globe-icon::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.globe-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.globe-icon .globe-ellipse {
    position: absolute;
    width: 10px;
    height: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover - Globe fırlanır */
.lang-globe-btn:hover .globe-icon {
    transform: rotate(20deg);
}

.lang-globe-btn:hover .globe-icon::before,
.lang-globe-btn:hover .globe-ellipse {
    border-color: #FFA500;
}

.lang-globe-btn:hover .globe-icon::after {
    background: #FFA500;
}

/* Active state - Dropdown açıqdır */
.lang-selector.active .globe-icon {
    transform: rotate(0deg);
    animation: globePulse 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.lang-selector.active .globe-icon::before {
    border-color: #FFA500;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
}

.lang-selector.active .globe-icon::after {
    background: #FFA500;
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.4);
}

.lang-selector.active .globe-ellipse {
    border-color: #FFA500;
    animation: ellipseRotate 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Globe pulse animasiyası */
@keyframes globePulse {
    0% {
        transform: scale(1) rotate(0deg);
    }
    30% {
        transform: scale(1.15) rotate(-10deg);
    }
    60% {
        transform: scale(0.95) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

/* Ellips fırlanma animasiyası */
@keyframes ellipseRotate {
    0% {
        transform: rotateY(0deg);
        width: 10px;
    }
    50% {
        transform: rotateY(90deg);
        width: 2px;
    }
    100% {
        transform: rotateY(180deg);
        width: 10px;
    }
}

.current-lang {
    font-family: 'Gabarito', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.lang-globe-btn:hover .current-lang {
    color: #FFA500;
    letter-spacing: 2px;
}

.lang-selector.active .current-lang {
    color: #FFA500;
}

/* Dropdown */
.lang-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    min-width: 160px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transform-origin: top right;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 30003;
    pointer-events: none;
}

.lang-selector.active .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.06);
}

.lang-option.active {
    background: rgba(255, 165, 0, 0.1);
}

.lang-code {
    font-family: 'Gabarito', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    min-width: 24px;
}

.lang-option.active .lang-code {
    color: #FFA500;
}

.lang-name {
    font-family: 'Gabarito', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    flex: 1;
    text-align: left;
}

.lang-option:hover .lang-name {
    color: rgba(255, 255, 255, 0.8);
}

.lang-option.active .lang-name {
    color: rgba(255, 165, 0, 0.7);
}

.lang-check {
    font-size: 10px;
    color: #FFA500;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lang-option.active .lang-check {
    opacity: 1;
    transform: scale(1);
}


/* ============================================================
   7. HAMBURGER MENU BUTTON
   ============================================================ */
.hamburger {
    position: fixed;
    top: 38px;
    right: 40px;
    z-index: 30000;
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 15px; /* About-dakı kimi genişləndirildi */
    width: auto;
    height: auto;
    pointer-events: auto;
}

.hamburger * { pointer-events: none; }

.hamburger-text {
    font-family: 'Gabarito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* AZ dili üçün hamburger mətni qalınlığı */
body.lang-az .hamburger-text {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    width: 32px;
    height: 20px;
}

.hamburger-line {
    display: block;
    height: 2px;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
}

.hamburger-line:nth-child(1) { width: 32px; }
.hamburger-line:nth-child(2) { width: 24px; }

.hamburger:hover .hamburger-text { color: #FFA500; }
.hamburger:hover .hamburger-line { width: 32px; background: #FFA500; }

.hamburger.active .hamburger-line:nth-child(1) {
    width: 32px;
    transform: translateY(5px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    width: 32px;
    transform: translateY(-5px) rotate(-45deg);
}
   /* ✅ EMAIL VƏ TELEFON - XƏTT SİLİNDİ */
    .menu-contact-info p,
    .menu-contact-info p a,
    .menu-contact-info a {
        color: rgba(255,255,255,0.4) !important;
        text-decoration: none !important;
        border-bottom: none !important;           /* Alt xətt yox */
        -webkit-tap-highlight-color: transparent;
    }

/* ============================================================
   8. MOBILE MENU OVERLAY & CONTENT
   ============================================================ */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 29000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 35%;
    height: 100vh;
    height: 100dvh;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 29999;
    transition: right 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
    box-shadow: -10px 0 50px rgba(0,0,0,0.5);
}

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

/* NAV BUTTONS */
.nav-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: -1vh 0;
    line-height: 0.95;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Gabarito', sans-serif;
    font-weight: 900;
    font-size: 4.5vw;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: transparent;
    text-align: center;
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 0.8s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-menu.active .nav-btn {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-menu.active .nav-btn:nth-child(odd) { transform: translateX(-10px); }
.mobile-menu.active .nav-btn:nth-child(even) { transform: translateX(10px); }

/* ✅ AZ DİLİNDƏ QALIN VƏ MONTSERRAT STİLİ */
body.lang-az .nav-btn {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important; /* Maksimum Bold */
    font-size: 4.0vw !important;
    letter-spacing: -2px !important;
}

.nav-text {
    display: block;
    color: #fff;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-btn::after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFA500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-btn:hover .nav-text { transform: translateY(-100%) skewY(5deg); }
.nav-btn:hover::after { transform: translateY(-100%) skewY(0deg); }
/* ============================================================
   9. MOBILE MENU & NAV BUTTONS
   ============================================================ */

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 35%;
    height: 100vh;
    height: 100dvh;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 29999;
    transition: right 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 0 20px;
    gap: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: -10px 0 50px rgba(0,0,0,0.5);
}

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

/* NAV BUTTONS */
.nav-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: -1vh 0;
    line-height: 0.95;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Gabarito', sans-serif;
    font-weight: 900;
    font-size: 4.5vw;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: transparent;
    text-align: center;
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 0.8s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    clip-path: inset(0 0 0 0);
}

.mobile-menu.active .nav-btn {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Slide effekti (About səhifəsindəki kimi) */
.mobile-menu.active .nav-btn:nth-child(odd) { transform: translateX(-10px); }
.mobile-menu.active .nav-btn:nth-child(even) { transform: translateX(10px); }

.mobile-menu.active .nav-btn:nth-child(1) { transition-delay: 0.3s; }
.mobile-menu.active .nav-btn:nth-child(2) { transition-delay: 0.4s; }
.mobile-menu.active .nav-btn:nth-child(3) { transition-delay: 0.5s; }
.mobile-menu.active .nav-btn:nth-child(4) { transition-delay: 0.6s; }
.mobile-menu.active .nav-btn:nth-child(5) { transition-delay: 0.7s; }
.mobile-menu.active .nav-btn:nth-child(6) { transition-delay: 0.8s; }

/* ✅ AZƏRBAYCAN DİLİ - BOLD & MONTSERRAT */
body.lang-az .nav-btn {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important; /* Tam Bold */
    font-size: 4.0vw !important; /* Yazıların sığması üçün optimallaşdırıldı */
    letter-spacing: -2px !important;
    margin: -0.5vh 0 !important;
}

.nav-text {
    display: block;
    color: #fff;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    position: relative;
    z-index: 2;
}

.nav-btn::after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFA500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    z-index: 1;
    pointer-events: none;
    clip-path: inset(100% 0 0 0);
}

.nav-btn:hover .nav-text { transform: translateY(-100%) skewY(5deg) translateZ(0); }
.nav-btn:hover::after { 
    transform: translateY(-100%) skewY(0deg) translateZ(0);
    clip-path: inset(0 0 0 0);
}

/* MENU FOOTER & SOCIALS */
.menu-footer {
    margin-top: 60px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu.active .menu-footer {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}

.menu-socials {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 25px;
}

.menu-socials a {
    font-family: 'Gabarito', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 1px;
}

/* AZ Dili Sosial & Kontakt Bold */
body.lang-az .menu-socials a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 13px !important;
}

.menu-contact-info p {
    font-family: 'Gabarito', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.4) !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

body.lang-az .menu-contact-info p,
body.lang-az .menu-contact-info a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}


/* ============================================================
   10. LOGO
   ============================================================ */

.center-logo {
    position: absolute;
    top: 5px;
    left: 40px;
    z-index: 100;
    pointer-events: auto;
    text-decoration: none;
}

.logo-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: opacity 0.3s ease;
}

.center-logo:hover .logo-img {
    opacity: 0.8;
}

/* ============================================================
   11. PLAY BUTTON
   ============================================================ */

.play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 250px;
    height: 120px;
    pointer-events: auto !important;
    --ring-x: 0px;
    --ring-y: 0px;
}

.play-button {
    position: relative;
    width: 90px;
    height: 34px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    pointer-events: none;
}

.play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + var(--ring-x)), calc(-50% + var(--ring-y)));
    width: 135px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    transition: width 0.4s ease, height 0.4s ease, border-color 0.4s ease;
    pointer-events: none;
}

.play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + var(--ring-x) * 1.5), calc(-50% + var(--ring-y) * 1.5));
    width: 180px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    transition: width 0.4s ease, height 0.4s ease, border-color 0.4s ease;
    pointer-events: none;
}

.play-button span,
.play-text {
    font-family: 'Gabarito', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none;
    transition: color 0.3s ease;
}

.play-button-container:hover .play-button {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    width: 98px;
}

.play-button-container:hover .play-text {
    color: #ffffff;
    letter-spacing: 3px;
}

.play-button-container:hover .play-button::before {
    border-color: rgba(255, 255, 255, 0.8);
    width: 145px;
    height: 50px;
}

.play-button-container:hover .play-button::after {
    border-color: rgba(255, 255, 255, 0.5);
    width: 200px;
    height: 66px;
}

/* ✅ AZƏRBAYCAN DİLİ ÜÇÜN KİÇİK FONT */
body.lang-az .play-text {
    font-size: 11px !important;
    letter-spacing: 0.8px !important;
}

/* ============================================================
   12. SOL ALT - EXPLORE WORKS
   ============================================================ */

.bottom-left-explore {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 20;
    pointer-events: auto;
}

.explore-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 0;
}

.explore-line {
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.explore-text {
    font-family: 'Gabarito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.explore-arrow {
    font-size: 18px;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translateX(-10px);
}

.explore-btn:hover .explore-line {
    width: 40px;
    background: #FFA500;
}

.explore-btn:hover .explore-text {
    color: #FFA500;
    letter-spacing: 3px;
}

.explore-btn:hover .explore-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #FFA500;
}

/* ============================================================
   13. RIGHT FLOATING NAV
   ============================================================ */

.right-floating-nav {
    position: absolute;
    top: auto;
    bottom: 150px;
    right: 10%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    pointer-events: auto;
}

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

.counter-text {
    font-family: 'Gabarito', sans-serif;
    font-size: 14px;
    color: #FFA500;
    letter-spacing: 2px;
    font-weight: 700;
}

.project-name-outline {
    font-family: 'Gabarito', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.8px #fff;
    line-height: 1;
    margin-bottom: 5px;
}

.nav-arrows {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.arrow-btn {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.arrow-btn:hover {
    background: #FFA500;
    border-color: #FFA500;
    color: #000;
}

/* ============================================================
   14. BOTTOM RIGHT SOCIALS
   ============================================================ */

.bottom-right-socials {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 20;
    pointer-events: auto;
}

.social-icons-home {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-link-home {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-decoration: none;
}

.social-icon,
.social-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Font Awesome ikonları üçün */
.social-icon i,
.social-icon-hover i,
.social-icons-home i {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icon {
    color: rgba(255, 255, 255, 0.7);
}

.social-icon-hover {
    color: #FFA500;
    transform: translateY(100%);
}

.social-link-home:hover .social-icon {
    transform: translateY(-100%);
}

.social-link-home:hover .social-icon-hover {
    transform: translateY(0);
}

/* ============================================================
   12. VIDEO MODAL PLAYER
   ============================================================ */
.preview-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    will-change: opacity;
}

.preview-container.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.preview-container.user-inactive {
    cursor: none;
}

.video-wrapper {
    position: relative;
    width: 98%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    will-change: transform, opacity;
}

.preview-container.active .video-wrapper {
    transform: translateY(0);
    opacity: 1;
}

.preview-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: none;
    border: none;
    outline: none;
}

.preview-info {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 20;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all 0.5s ease;
    will-change: opacity, transform;
}

.preview-container.user-inactive .preview-info {
    opacity: 0;
    transform: translateY(-40px);
}

/* 1. ÜMUMİ VƏ DESKTOP (WEB) ÜÇÜN KOD */
.preview-title {
    font-family: 'Gabarito', sans-serif;
    font-weight: 900;
    
    /* 1-ci hissə:
    font-size: clamp(30px, 5vw, 60px); /* Əvvəl: clamp(40px, 8vw, 100px) */
    
    color: #fff;
    -webkit-text-stroke: 0;
    margin: 0;
    text-transform: uppercase;
    transform: translateY(105%);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    
    /* 2-ci hissə: Ən vacibi buradır (Sondakı override) */
    font-size: 60px; /* Əvvəl: 100px idi. Bunu istədiyin qədər azalt (məs: 50px, 40px) */
}

.preview-title::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-text-stroke: 0;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.preview-container.active .preview-title {
    transform: translateY(0);
}

.preview-container.active .preview-title::after {
    clip-path: inset(0 0% 0 0);
}

.close-preview {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2001;
    pointer-events: auto;
    will-change: transform, opacity;
}

.preview-container.user-inactive .close-preview {
    opacity: 0;
    transform: scale(0.8) rotate(90deg);
}

.close-preview:hover {
    border-color: #FFA500;
    color: #FFA500;
    transform: rotate(90deg);
}

.modal-play-btn {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    opacity: 0;
    pointer-events: auto !important;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-container.is-paused .modal-play-btn,
.preview-container:not(.is-paused):not(.user-inactive) .modal-play-btn {
    opacity: 1;
}

.preview-container:not(.is-paused).user-inactive .modal-play-btn {
    opacity: 0;
}

.play-button-container {
    width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    position: relative;
    width: 90px;
    height: 34px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    pointer-events: none;
}

.play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    transition: all 0.4s ease;
    pointer-events: none;
}

.play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    transition: all 0.4s ease;
    pointer-events: none;
}

.play-button i {
    display: none !important;
}

.play-text {
    font-family: 'Gabarito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.play-button-container:hover .play-button {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    width: 98px;
}

.play-button-container:hover .play-text {
    color: #ffffff;
    letter-spacing: 3px;
}

.play-button-container:hover .play-button::before {
    border-color: rgba(255, 255, 255, 0.8);
    width: 145px;
    height: 50px;
}

.play-button-container:hover .play-button::after {
    border-color: rgba(255, 255, 255, 0.5);
    width: 200px;
    height: 66px;
}

.custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    padding: 0 40px 30px 40px;
    z-index: 1001;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.preview-container.user-inactive .custom-controls {
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
}

.preview-container.is-paused .custom-controls {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.progress-bar-container {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    position: relative;
    transition: height 0.2s ease;
}

.progress-bar-container:hover {
    height: 6px;
}

.progress-played {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFA500;
}

.progress-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.controls-buttons {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.ctrl-btn {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, color 0.2s ease;
    opacity: 0.8;
}

.ctrl-btn:hover {
    color: #FFA500;
    transform: scale(1.1);
    opacity: 1;
}

.ctrl-btn i {
    font-size: 20px;
}

.main-play-btn i {
    font-size: 24px;
}

.skip-btn i {
    font-size: 18px;
}

.time-display {
    font-family: 'Gabarito', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#currentTime {
    color: #fff;
}

.right-controls-group {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.volume-wrapper {
    display: flex;
    align-items: center;
}

.volume-slider {
    width: 80px;
    height: 2px;
    accent-color: #FFA500;
    cursor: pointer;
}

.speed-btn {
    font-family: 'Gabarito', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #FFA500;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
    display: none;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ============================================================
   16. RESPONSIVE - TABLET (1024px)
   ============================================================ */

@media (max-width: 1024px) {
    .right-floating-nav {
        right: 5%;
    }
    
    .mobile-menu {
        width: 50%;
    }
    
    .lang-selector {
        top: 33px;
        right: 155px;
    }
    
    body.lang-az .nav-btn {
        font-size: 4vw;
        letter-spacing: 2px;
        margin: -0.3vh 0;
    }
}

/* ============================================================
   17. RESPONSIVE - MOBILE (768px) - FINAL HOME FIX
   ============================================================ */

@media (max-width: 768px) {
    /* --- 1. HEADER DÜYMƏLƏRİ (SƏNİN KODUNDAKI KOORDİNATLAR - TOXUNULMADI) --- */
    .lang-selector {
        top: 20px !important;
        right: 125px !important;
        left: auto !important;
        z-index: 30001;
    }

    .lang-globe-btn {
        padding: 8px 6px;
        gap: 8px;
        pointer-events: auto;
    }
    
    .globe-icon {
        width: 20px;
        height: 18px;
    }
    
    .current-lang {
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    .hamburger {
        top: 20px;
        right: 20px;
        gap: 12px;
        padding: 8px;
    }
    
    .hamburger-text {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    
    .center-logo {
        top: 15px;
        left: 20px;
    }
    
    .logo-img {
        width: 80px;
        height: 80px;
    }

    /* --- 2. MENU YAZILARI (BOLD, SIX VƏ EFFEKTLİ) --- */
    .mobile-menu {
        width: 100%;
        background-color: #000 !important;
    }
    
  /* İNGİLİS DİLİ (Standart) */
    .nav-btn {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13vw !important;
        margin: -0.3vh 0 !important;      
        line-height: 1.0 !important;
        display: block !important;
        overflow: visible !important;
        color: #fff !important;
    }
    
    /* ✅ AZƏRBAYCAN DİLİ - İ HƏRFİ PROBLEMSIZ + SIX MARGIN */
body.lang-az .nav-btn {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-shadow: 1px 0 0 #fff !important;
    font-size: 10.5vw !important;
    line-height: 1.2 !important;              /* 1.3-dən 1.2-yə endirdim */
    margin: -0.3vh 0 !important;              /* Daha sıx (0.01vh-dən sıx) */
    letter-spacing: -2px !important;
    width: 100% !important;
    display: block !important;
    overflow: visible !important;             /* İ hərfi üçün */
    /* padding-lər silindi */
}
    
    /* Menyu açılarkən sürüşmə effekti (İngilis dili ilə eyni) */
    body.lang-az .mobile-menu.active .nav-btn:nth-child(odd) { 
        transform: translateX(-5px) !important; 
    }
    body.lang-az .mobile-menu.active .nav-btn:nth-child(even) { 
        transform: translateX(5px) !important; 
    }

    /* --- 3. SOSİAL BÖLMƏ (OYNAYAN YAZILARIN SABİTLƏNMƏSİ) --- */
    body.lang-az .menu-socials a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 12px !important;
        font-weight: 800 !important;      
        letter-spacing: 0.5px !important; 
        transform: none !important; /* Scale silindi, yerində sabit duracaq */
    }

    body.lang-az .menu-contact-info p, 
    body.lang-az .menu-contact-info a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;      
        letter-spacing: 0.5px !important; 
        transform: none !important; /* Scale silindi, yerində sabit duracaq */
    }

    /* --- 4. HOME SCREEN ELEMENTLƏRİ (OYUN VƏ NAVİQASİYA) --- */
    .play-button-container {
        width: 140px;
        height: 90px;
        top: 45%;
        z-index: 10000 !important;
    }
    
    .play-button {
        width: 60px;
        height: 24px;
    }

    .play-text {
        font-size: 9px;
        letter-spacing: 0.5px;
    }
    
    body.lang-az .play-text {
        font-size: 7px !important;
        letter-spacing: 0.3px !important;
    }
    
    .bottom-left-explore {
        bottom: 100px;
        left: 20px;
        z-index: 15;
    }
    
    .explore-text {
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    .right-floating-nav {
        bottom: 100px;
        right: 50%;
        transform: translateX(50%);
        align-items: center;
        width: 100%;
    }
    
    .bottom-right-socials {
        bottom: 40px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: auto;
        z-index: 15;
    }

    .social-icons-home {
        gap: 35px;
    }

    .social-icon {
        font-size: 22px;
    }
    
    .preview-info {
        top: 70px;
        left: 20px;
    }

    .preview-title {
        font-size: 24px;
    }
    
    .close-preview {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
  video {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
    object-position: center;
  }
}
/* ============================================================
   ONLY MOBILE & TABLET (Max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {

    /* Modal Play Düyməsi Tənzimləmələri */
    .modal-play-btn {
        width: 100px !important; 
        height: 45px !important; 
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        overflow: visible !important;
        font-size: 12px !important;
        line-height: 1 !important;
        border: 1px solid #fff !important;
        border-radius: 50px !important;
    }

    /* Ümumi Məlumat və Başlıq */
    .preview-info {
        top: 70px;
        left: 20px;
    }

    .preview-title {
        font-size: 24px;
    }

    .close-preview {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    /* Kontrol Paneli və Düymələr */
    .custom-controls {
        padding: 0 10px 20px 10px;
    }

    .ctrl-btn i {
        font-size: 14px !important;
    }

    .main-play-btn i {
        font-size: 20px !important;
    }

    .time-display {
        font-size: 9px;
    }

    /* Azərbaycan dili - Modal tənzimləməsi */
    body.lang-az .modal-play-btn .play-text {
        font-size: 7px !important;
        letter-spacing: 0.3px !important;
    }

    /* HOVER EFFEKTLƏRİNİ BLOKLA (Mobil üçün sabit görünüş) */
    .preview-container .modal-play-btn:hover .play-button,
    .preview-container .modal-play-btn:active .play-button,
    .preview-container.active .modal-play-btn:hover .play-button,
    .preview-container .play-button-container:hover .play-button,
    .preview-container .play-button-container:active .play-button {
        width: 60px !important;
        height: 24px !important;
        border-color: rgba(255, 255, 255, 0.9) !important;
        background: transparent !important;
        transform: none !important;
        scale: 1 !important;
    }

    /* Halqaların (Rings) Mobil Ölçüləri */
    .preview-container .modal-play-btn:hover .play-button::before,
    .preview-container .modal-play-btn:active .play-button::before,
    .preview-container .play-button-container:hover .play-button::before {
        width: 90px !important;
        height: 32px !important;
        border-color: rgba(255, 255, 255, 0.5) !important;
    }

    .preview-container .modal-play-btn:hover .play-button::after,
    .preview-container .modal-play-btn:active .play-button::after,
    .preview-container .play-button-container:hover .play-button::after {
        width: 120px !important;
        height: 40px !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
    }

    /* Mobil Yazı və Səs Tənzimləməsi */
    .preview-container .modal-play-btn:hover .play-text,
    .preview-container .modal-play-btn:active .play-text,
    .preview-container .play-button-container:hover .play-text,
    .preview-container .play-button-container:active .play-text {
        color: #fff !important;
        letter-spacing: 0.5px !important;
        transform: none !important;
    }

    .volume-wrapper {
        display: none; /* Mobildə səs barını gizlədir */
    }
}

/* ============================================================
   18. RESPONSIVE - SMALL MOBILE (480px)
   ============================================================ */

@media (max-width: 480px) {
    .lang-selector {
        top: 22px;
        left: 82px;
        z-index: 30001;
    }
    
    
    .lang-globe-btn {
        padding: 8px 5px;
        gap: 6px;
        pointer-events: auto;
    }
    
    .globe-icon {
        width: 16px;
        height: 16px;
    }
    
    .globe-icon::before {
        width: 14px;
        height: 14px;
        border-width: 1px;
    }
    
    .globe-icon::after {
        width: 14px;
        height: 1px;
    }
    
    .globe-icon .globe-ellipse {
        width: 7px;
        height: 14px;
        border-width: 1px;
    }
    
    .current-lang {
        font-size: 10px;
    }
    
    .lang-dropdown {
        min-width: 140px;
    }
    
    .center-logo {
        top: 12px;
        left: 15px;
    }
    
    .logo-img {
        width: 65px;
        height: 65px;
    }

    .hamburger {
        padding: 6px;
    }

    .play-button-container {
        width: 120px;
        height: 60px;
        top: 40% !important;
    }

    .play-button {
        width: 55px;
        height: 22px;
    }

    .play-button::before {
        width: 75px;
        height: 28px;
    }

    .play-button::after {
        width: 95px;
        height: 35px;
    }
    
    .play-text {
        font-size: 7px !important;
    }
    
    /* ✅ AZƏRBAYCAN DİLİ - SMALL MOBILE */
    body.lang-az .play-text {
        font-size: 6px !important;
        letter-spacing: 0.2px !important;
    }
    
    body.lang-az .modal-play-btn .play-text {
        font-size: 6px !important;
        letter-spacing: 0.2px !important;
    }
    
    .bottom-left-explore {
        bottom: 90px;
        left: 15px;
    }
    
    .explore-text {
        font-size: 10px;
    }
    
    .explore-line {
        width: 30px;
    }
    
    .bottom-right-socials {
        bottom: 35px;
    }

    .social-icons-home {
        gap: 30px;
    }

    .social-icon,
    .social-icon-hover {
        font-size: 20px;
    }
    
    .ctrl-btn {
        min-width: 32px;
        min-height: 32px;
        padding: 4px;
    }
    
    .ctrl-btn i {
        font-size: 14px !important;
    }
    
    .main-play-btn i {
        font-size: 20px !important;
    }
    
    .controls-buttons {
        gap: 8px;
    }
    
    .time-display {
        font-size: 10px;
        margin-left: 5px;
    }
}