/* ==================== PERFECT NAVBAR - MÜKEMMEL TASARIM ==================== */

/* ===== TOP BAR - Modern & Şık ===== */
.top-bar {
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.2) !important;
    padding: 0.75rem 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.top-bar .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* Contact info - Büyük ve okunaklı */
.top-bar .contact-info {
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
}

.top-bar .contact-info a {
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem !important;
}

.top-bar .contact-info a i {
    color: #eab308 !important;
    font-size: 1.125rem !important;
    transition: all 0.3s ease !important;
}

.top-bar .contact-info a:hover {
    color: #eab308 !important;
    background: rgba(234, 179, 8, 0.1) !important;
    transform: translateY(-2px) !important;
}

.top-bar .contact-info a:hover i {
    transform: scale(1.2) rotate(10deg) !important;
    filter: drop-shadow(0 0 8px rgba(234, 179, 8, 0.8)) !important;
}

/* Social links - Modern */
.top-bar .social-links {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

.top-bar .social-links a {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(234, 179, 8, 0.15) !important;
    border: 1px solid rgba(234, 179, 8, 0.3) !important;
    border-radius: 50% !important;
    color: #eab308 !important;
    font-size: 1.125rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.top-bar .social-links a:hover {
    background: linear-gradient(135deg, #eab308, #fbbf24) !important;
    color: #0f172a !important;
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(234, 179, 8, 0.4) !important;
    border-color: transparent !important;
}

/* ===== NAVBAR - Premium Tasarım ===== */
.navbar {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 58, 138, 0.98) 100%) !important;
    backdrop-filter: blur(30px) !important;
    border-bottom: 2px solid rgba(234, 179, 8, 0.3) !important;
    padding: 1.25rem 0 !important;
    position: sticky !important;
    top: 60px !important;
    z-index: 999 !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(234, 179, 8, 0.1) inset !important;
    transition: all 0.3s ease !important;
}

/* Scroll effect */
.navbar.scrolled {
    padding: 0.875rem 0 !important;
    top: 0 !important;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(234, 179, 8, 0.2) inset !important;
}

.navbar .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* Logo - Büyük ve etkileyici */
.navbar .logo {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.navbar .logo:hover {
    transform: scale(1.05) !important;
}

.navbar .logo .logo-text {
    font-size: 1.875rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #eab308, #fbbf24) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 20px rgba(234, 179, 8, 0.3) !important;
}

.navbar .logo .logo-subtitle {
    font-size: 0.875rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Nav menu - Modern */
.navbar .nav-menu {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar .nav-menu li a {
    display: block !important;
    padding: 0.75rem 1.5rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    border-radius: 0.75rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Hover effect - glassmorphism */
.navbar .nav-menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(234, 179, 8, 0.2), transparent);
    transition: left 0.5s ease;
}

.navbar .nav-menu li a:hover::before {
    left: 100%;
}

.navbar .nav-menu li a:hover {
    background: rgba(234, 179, 8, 0.15) !important;
    color: #eab308 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(234, 179, 8, 0.25) !important;
}

.navbar .nav-menu li a.active {
    background: linear-gradient(135deg, #eab308, #fbbf24) !important;
    color: #0f172a !important;
    box-shadow: 0 6px 20px rgba(234, 179, 8, 0.4) !important;
}

/* WhatsApp button - Premium */
.navbar .whatsapp-btn {
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    padding: 0.875rem 1.75rem !important;
    background: rgba(30, 58, 138, 0.5) !important;
    border: 2px solid rgba(234, 179, 8, 0.5) !important;
    border-radius: 3rem !important;
    color: #eab308 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    backdrop-filter: blur(10px) !important;
}

.navbar .whatsapp-btn i {
    font-size: 1.25rem !important;
    transition: all 0.3s ease !important;
}

.navbar .whatsapp-btn:hover {
    background: rgba(37, 211, 102, 0.2) !important;
    border-color: #25d366 !important;
    color: #25d366 !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4) !important;
}

.navbar .whatsapp-btn:hover i {
    transform: scale(1.2) rotate(10deg) !important;
}

/* HEMEN KİRALA button - Premium */
.navbar .cta-btn {
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    padding: 0.875rem 2rem !important;
    background: linear-gradient(135deg, #eab308, #fbbf24) !important;
    border: none !important;
    border-radius: 3rem !important;
    color: #0f172a !important;
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 20px rgba(234, 179, 8, 0.4) !important;
    position: relative !important;
    overflow: hidden !important;
}

.navbar .cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.navbar .cta-btn:hover::before {
    width: 400px;
    height: 400px;
}

.navbar .cta-btn:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 10px 30px rgba(234, 179, 8, 0.6) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .navbar .nav-menu {
        gap: 0.25rem;
    }
    
    .navbar .nav-menu li a {
        padding: 0.625rem 1.125rem;
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .top-bar .contact-info {
        gap: 1rem;
    }
    
    .top-bar .contact-info span {
        display: none;
    }
    
    .navbar .cta-btn span {
        display: none;
    }
}

/* ===== HAMBURGER MENU ===== */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    transition: all 0.3s ease;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.4);
}

.hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .top-bar {
        padding: 0.5rem 0 !important;
    }
    
    .top-bar .container {
        padding: 0 1rem !important;
    }
    
    .top-bar-left,
    .top-bar-right {
        gap: 0.5rem !important;
    }
    
    .top-chip {
        font-size: 0.75rem !important;
        padding: 0.25rem 0.5rem !important;
    }
    
    .top-link {
        font-size: 0.875rem !important;
    }
    
    .navbar {
        padding: 1rem 0 !important;
    }
    
    .navbar .container {
        padding: 0 1rem !important;
    }
    
    .navbar .nav-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .hamburger {
        display: flex !important;
    }
    
    .navbar .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 350px;
        height: 100vh;
        background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 58, 138, 0.98) 100%);
        backdrop-filter: blur(20px);
        padding: 80px 2rem 2rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        box-shadow: -10px 0 50px rgba(0, 0, 0, 0.5);
        border-left: 2px solid rgba(234, 179, 8, 0.3);
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        overflow-y: auto;
    }
    
    .navbar .nav-menu.active {
        right: 0;
    }
    
    .navbar .nav-menu li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(234, 179, 8, 0.1);
    }
    
    .navbar .nav-menu li a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1.125rem;
        border-radius: 0;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    
    .navbar .nav-menu li a::before {
        content: '▸';
        color: #eab308;
        font-size: 1.25rem;
        opacity: 0;
        transform: translateX(-10px);
        transition: all 0.3s ease;
    }
    
    .navbar .nav-menu li a:hover::before,
    .navbar .nav-menu li a.active::before {
        opacity: 1;
        transform: translateX(0);
    }
    
    .navbar .nav-actions {
        display: none;
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
        z-index: 999;
        animation: fadeIn 0.3s ease;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ===== SCROLL PROGRESS BAR ===== */
.navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: var(--scroll-progress, 0%);
    background: linear-gradient(90deg, #eab308, #fbbf24);
    transition: width 0.1s ease;
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.6);
}

