/* GENEL AYARLAR */
:root { --bg-soft: #f8fafc; --suites-primary: #4f46e5; --suites-dark: #0f172a; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: var(--bg-soft); color: #334155; line-height: 1.6; overflow-x: hidden; }
.fw-extrabold { font-weight: 800; }
.hover-scale { transition: transform 0.3s; }
.hover-scale:hover { transform: scale(1.05); }
.no-scrollbar::-webkit-scrollbar { display: none; }
a { text-decoration: none; }

/* 1. HERO (GİRİŞ) ALANI */
.hero-compact {
    background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.6)), url('https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=1920&q=80');
    background-size: cover; background-position: center;
    height: 65vh; min-height: 500px;
    display: flex; align-items: center; border-radius: 0 0 60px 60px;
}
.search-glass {
    background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(15px);
    border-radius: 30px; padding: 25px; 
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    margin-top: -60px; border: 1px solid rgba(255,255,255,0.8);
    position: relative; z-index: 10;
}
@media (max-width: 768px) {
    .hero-compact { height: auto; padding: 100px 0 120px; border-radius: 0 0 30px 30px; }
    .display-4 { font-size: 2.2rem !important; }
}

/* 2. MANİFESTO KARTLARI (SEKTÖR) */
.manifesto-card { background: #fff; border: 1px solid #f1f5f9; border-radius: 24px; padding: 40px; transition: 0.3s; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; }
.manifesto-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: transparent; }
.icon-circle { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; font-size: 1.8rem; flex-shrink: 0; }
@media (max-width: 768px) {
    .manifesto-card { padding: 20px 15px; border-radius: 16px; }
    .icon-circle { width: 50px; height: 50px; font-size: 1.2rem; margin-bottom: 15px; }
}

/* 3. KIYASLAMA TABLOSU */
.feature-icon-box { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; flex-shrink: 0; }
.comparison-table { border-collapse: separate; border-spacing: 0; }
.comparison-table th { border: none; padding-bottom: 20px; }
.comparison-table td { border-bottom: 1px solid rgba(0,0,0,0.03); vertical-align: middle; padding: 15px 5px; }
.suitesgo-highlight { background: #fff; box-shadow: 0 10px 30px rgba(79, 70, 229, 0.15); border-radius: 16px; position: relative; z-index: 2; border: 1px solid rgba(79, 70, 229, 0.1); }
.badge-soft-success { background-color: rgba(16, 185, 129, 0.1); color: #10b981; }
@media (max-width: 768px) {
    .feature-list-item { align-items: flex-start !important; }
    .comparison-wrapper { padding: 15px !important; background: #f8fafc !important; }
    .table-text-sm { font-size: 0.75rem; }
}

/* 4. ŞEHİR KARTLARI (İL & İLÇE) */
.city-img-container { height: 200px; overflow: hidden; position: relative; border-radius: 10px; }
.city-img-container img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.city-card:hover img { transform: scale(1.1); }
.city-overlay { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); padding: 10px; color: white; width: 100%; }
.city-title { font-weight: bold; font-size: 1rem; }

/* 5. REWARDS (ÖDÜL) ALANI */
.rewards-section { background: linear-gradient(135deg, #4f46e5 0%, #312e81 100%); position: relative; overflow: hidden; }
.bg-decoration { position: absolute; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.05); z-index: 1; pointer-events: none; }
.circle-1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.circle-2 { width: 400px; height: 400px; bottom: -100px; left: -100px; }
.rewards-content { position: relative; z-index: 5; }
.coupon-stack { position: relative; height: 400px; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.coupon-card { background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(10px); border-radius: 20px; padding: 20px; width: 300px; position: absolute; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); transition: 0.4s; border: 1px solid rgba(255, 255, 255, 0.6); }
.card-1 { z-index: 3; transform: rotate(-5deg); background: #ffffff !important; }
.card-2 { z-index: 2; transform: rotate(5deg) translateY(-40px) scale(0.95); opacity: 0.9; }
.card-3 { z-index: 1; transform: rotate(-10deg) translateY(-80px) scale(0.9); opacity: 0.8; }
.coupon-stack:hover .card-1 { transform: rotate(-15deg) translateY(20px) translateX(-30px); }
.brand-logo { width: 50px; height: 50px; background: #f1f5f9; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 10px; flex-shrink: 0; }
.coupon-dashed { border: 2px dashed #cbd5e1; background: #f8fafc; border-radius: 10px; padding: 10px; margin-top: 15px; font-family: monospace; color: #475569; font-weight: bold; text-align: center; }
.category-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 8px 16px; border-radius: 50px; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 8px; margin-right: 10px; margin-bottom: 10px; white-space: nowrap; }
@media (max-width: 991px) {
    .rewards-section { text-align: center; }
    .coupon-stack { height: 280px; transform: scale(0.85); }
}

/* 6. AYRICALIKLAR KUTUSU */
.features-section { background-color: #f8f9fa; }
.feature-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 25px 20px; text-align: center; height: 100%; transition: all 0.3s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.icon-box { width: 60px; height: 60px; background-color: rgba(13, 110, 253, 0.1); color: #0d6efd; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px auto; font-size: 1.5rem; transition: 0.3s; }
.feature-card:hover .icon-box { background-color: #0d6efd; color: #fff; transform: rotateY(180deg); }

/* 7. DAVET ALANI */
.cta-banner { background: linear-gradient(to right, rgba(79, 70, 229, 0.9) 0%, rgba(15, 23, 42, 0.8) 100%), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1920&q=80'); background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,0.1); }
.benefit-box-desktop { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); transition: 0.3s; }
.benefit-box-desktop:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-3px); }
.mobile-benefit-item { font-size: 0.75rem; opacity: 0.9; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #e2e8f0; }
.btn-glow { box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3); }

/* İLÇE KARTLARI */
.district-card { border-radius: 12px; overflow: hidden; position: relative; display: block; box-shadow: 0 2px 10px rgba(0,0,0,0.05); transition: transform 0.2s ease; background-color: #333; }
.district-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.district-img-container { width: 100%; position: relative; height: 180px; overflow: hidden; }
.district-img-container img { transition: transform 0.5s ease; width: 100%; height: 100%; object-fit: cover; }
.district-card:hover .district-img-container img { transform: scale(1.1); }
.district-overlay { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 70%, transparent 100%); padding: 15px; color: white; z-index: 2; }
.district-title { font-size: 1rem; font-weight: 700; margin-bottom: 3px; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }

/* =========================================
   DESKTOP ULTRA-PREMIUM HEADER
   ========================================= */

/* Navbar Genel */
.navbar-premium {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 16px 0;
    transition: all 0.3s ease;
}

/* Linkler (Orta Menü) */
.nav-link-premium {
    font-weight: 600;
    font-size: 0.95rem;
    color: #475569 !important;
    padding: 8px 16px !important;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.nav-link-premium:hover, 
.nav-link-premium.active {
    color: var(--suites-primary) !important; /* Ana renk */
    background-color: #f8fafc; /* Çok hafif gri hover */
}

/* Airbnb Tarzı Kullanıcı Hapı (User Pill) */
.user-menu-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 5px 5px 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    cursor: pointer;
    transition: box-shadow 0.3s cubic-bezier(0.2, 0, 0, 1);
}

.user-menu-pill:hover,
.show > .user-menu-pill {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Dil/Para Birimi Butonu (Globe) */
.btn-globe {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    color: #334155;
    transition: 0.2s;
    background: transparent;
    border: none;
}
.btn-globe:hover {
    background-color: #f1f5f9;
    color: #0f172a;
}

/* Dropdown Animasyonları */
.dropdown-menu-premium {
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.1);
    border-radius: 16px;
    padding: 10px;
    margin-top: 10px !important;
    animation: slideUpFade 0.2s ease-out forwards;
}

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

/* Tesis Kayıt Butonu */
.btn-host {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 8px 16px;
    transition: 0.2s;
}
.btn-host:hover {
    background-color: #f8fafc;
    border-color: #e2e8f0;
}

