/* ===== Tatilcik.com Frontend Styles ===== */
/* Inspired by tatildeyap.com - Navy + Orange theme */

:root {
    --navy: #1e3a5f;
    --navy-dark: #142d4c;
    --navy-light: #2a4a6f;
    --orange: #f59e0b;
    --orange-hover: #d97706;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-500: #6b7280;
    --gray-700: #374151;
    --gray-900: #111827;
    --green: #10b981;
    --red: #ef4444;
    --card-bg: #ffffff;
    --body-bg: #ffffff;
    --shadow-color: rgba(0,0,0,0.06);
}

/* ===== DARK MODE ===== */
[data-theme="dark"] {
    --navy: #90b4d8;
    --navy-dark: #0d1b2a;
    --navy-light: #a3c4e0;
    --white: #111827;
    --gray-50: #1a2332;
    --gray-100: #1f2937;
    --gray-200: #374151;
    --gray-300: #4b5563;
    --gray-500: #9ca3af;
    --gray-700: #d1d5db;
    --gray-900: #f3f4f6;
    --green: #34d399;
    --red: #f87171;
    --card-bg: #1f2937;
    --body-bg: #111827;
    --shadow-color: rgba(0,0,0,0.3);
}
[data-theme="dark"] body { background: var(--body-bg); color: var(--gray-900); }
[data-theme="dark"] .site-header { background: var(--body-bg); border-bottom-color: var(--gray-200); }
[data-theme="dark"] .site-nav a { color: var(--gray-700); }
[data-theme="dark"] .btn-header-outline { border-color: var(--gray-300); color: var(--gray-700); }
[data-theme="dark"] .btn-header-outline:hover { background: var(--gray-100); }
[data-theme="dark"] .profile-dropdown-menu { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .profile-dropdown-menu a { color: var(--gray-700); }
[data-theme="dark"] .profile-dropdown-menu a:hover { background: var(--gray-100); }
[data-theme="dark"] .hero-section { background: linear-gradient(135deg, #0d1b2a 0%, #142d4c 100%); color: #fff; }
[data-theme="dark"] .hero-section h1 { color: #fff; }
[data-theme="dark"] .hero-section p { color: rgba(255,255,255,0.9); }
[data-theme="dark"] .hero-section.hero-white { background: var(--body-bg); }
[data-theme="dark"] .hero-section.hero-white h1 { color: var(--gray-900); }
[data-theme="dark"] .hero-section.hero-white h1::after { background: var(--orange); }
[data-theme="dark"] .hero-section.hero-white p { color: var(--gray-500); }
[data-theme="dark"] .hero-section.hero-white .hero-search { border-color: var(--gray-200); }
[data-theme="dark"] .hero-stats .stat-num { color: #fff; }
[data-theme="dark"] .hero-stats .stat-label { color: rgba(255,255,255,0.7); }
[data-theme="dark"] .hero-badge { color: #fff; }
[data-theme="dark"] .hero-search button { color: #fff; }
[data-theme="dark"] .hero-search-wrap { background: var(--card-bg); }
[data-theme="dark"] .hero-search input { background: transparent; color: var(--gray-900); }
[data-theme="dark"] .hero-search-results { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .search-result-item { color: var(--gray-900); border-bottom-color: var(--gray-200); }
[data-theme="dark"] .search-result-item:hover { background: var(--gray-100); }
[data-theme="dark"] .search-result-item .result-icon { background: var(--gray-200); }
[data-theme="dark"] .search-result-item .result-icon i { color: var(--gray-500); }
[data-theme="dark"] .search-result-item .result-info h5 { color: var(--gray-900); }
[data-theme="dark"] .search-result-item .result-info small { color: var(--gray-500); }
[data-theme="dark"] .search-no-result { color: var(--gray-500); }
[data-theme="dark"] .hero-cat-btn { background: var(--card-bg); border-color: var(--gray-200); color: var(--gray-700); }
[data-theme="dark"] .section { background: var(--body-bg); }
[data-theme="dark"] .section-light { background: var(--gray-50); }
[data-theme="dark"] .section-title h2 { color: var(--gray-900); }
[data-theme="dark"] .section-title p { color: var(--gray-500); }
[data-theme="dark"] .headline-card,
[data-theme="dark"] .headline2-card { border-color: var(--gray-200); }
[data-theme="dark"] .site-footer { background: #0d1b2a; }
[data-theme="dark"] .footer-bottom { border-top-color: var(--gray-200); }
[data-theme="dark"] .mobile-bottom-nav { background: var(--card-bg); border-top-color: var(--gray-200); }
[data-theme="dark"] .mobile-bottom-nav .nav-item { color: var(--gray-500); }
[data-theme="dark"] .mobile-bottom-nav .nav-item.active { color: var(--orange); }
[data-theme="dark"] .mobile-bottom-nav .nav-item-center { background: linear-gradient(135deg, var(--orange), var(--orange-hover)); color: #fff; }
[data-theme="dark"] .promo-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .showcase-slider-wrap { background: #0d1b2a; }
[data-theme="dark"] .showcase-card { border-color: var(--gray-200); }
[data-theme="dark"] .firm-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .firm-card:hover { border-color: var(--orange); }
[data-theme="dark"] .category-slide { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .auth-modal { background: var(--card-bg); }
[data-theme="dark"] .auth-modal input,
[data-theme="dark"] .auth-modal select { background: var(--gray-100); border-color: var(--gray-200); color: var(--gray-900); }
[data-theme="dark"] .cookie-consent-banner { background: var(--card-bg); }
[data-theme="dark"] .mobile-menu-panel { background: var(--body-bg); }
[data-theme="dark"] .menu-links a { color: var(--gray-700); border-bottom-color: var(--gray-200); }
[data-theme="dark"] .splash-screen { background: var(--body-bg); }
[data-theme="dark"] .onboarding-overlay { background: var(--body-bg); }
[data-theme="dark"] .onboarding-container { background: var(--card-bg); }
[data-theme="dark"] .firm-info-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .panel-card { background: var(--card-bg); border-color: var(--gray-200); }
/* Dark mode hardcoded color overrides */
[data-theme="dark"] .showcase-btn { background: var(--card-bg); color: var(--gray-900); }
[data-theme="dark"] .showcase-btn:hover { background: var(--orange); color: #fff; }
[data-theme="dark"] .firm-stat-item { background: var(--gray-100); border-color: var(--gray-200); }
[data-theme="dark"] .firm-stat-value { color: var(--gray-900); }
[data-theme="dark"] .firm-stat-label { color: var(--gray-500); }
[data-theme="dark"] .photo-slider-btn { color: var(--gray-700); background: var(--card-bg); }
[data-theme="dark"] .photo-slider-btn:hover { background: var(--gray-100); }
[data-theme="dark"] .post-social-link.website { background: rgba(144,180,216,0.15); color: var(--navy); }
[data-theme="dark"] .post-social-link.facebook { background: rgba(24,119,242,0.15); }
[data-theme="dark"] .post-social-link.instagram { background: rgba(228,64,95,0.15); }
[data-theme="dark"] .post-social-link.twitter { background: rgba(29,161,242,0.15); }
[data-theme="dark"] .showcase-dot.active { background: var(--orange); }
[data-theme="dark"] .showcase-dot { background: var(--gray-300); }
[data-theme="dark"] .role-toggle-btn { background: var(--card-bg); color: var(--gray-700); }
[data-theme="dark"] .role-toggle-btn.active { background: var(--orange); color: #fff; }
[data-theme="dark"] .tatilci-profile-header { background: var(--card-bg); }
[data-theme="dark"] .tatilci-quick-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .tatilci-section { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .ref-code-section { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .blog-content { color: var(--gray-700) !important; }
[data-theme="dark"] .onboarding-slide h3 { color: var(--gray-900); }
[data-theme="dark"] .onboarding-slide p { color: var(--gray-500); }
[data-theme="dark"] .nav-gradient { color: var(--green) !important; }
[data-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] textarea {
    background: var(--gray-100); color: var(--gray-900); border-color: var(--gray-200);
}
[data-theme="dark"] input::placeholder, [data-theme="dark"] textarea::placeholder { color: var(--gray-500); }
/* Dark mode: search results, promo, slider nav, misc hardcoded colors */
[data-theme="dark"] .search-result-item { border-bottom-color: var(--gray-200); }
[data-theme="dark"] .search-result-item:hover { background: var(--gray-100); }
[data-theme="dark"] .search-result-item .result-icon { background: var(--gray-200); }
[data-theme="dark"] .search-result-item .result-icon i { color: var(--gray-500); }
[data-theme="dark"] .search-result-item .result-info small { color: var(--gray-500); }
[data-theme="dark"] .search-no-result { color: var(--gray-500); }
[data-theme="dark"] .hero-search-icon { color: var(--gray-500); }
[data-theme="dark"] .hero-search-placeholder { color: var(--gray-500); }
[data-theme="dark"] .hero-promotions { background: var(--gray-50); }
[data-theme="dark"] .promo-card { border-color: var(--gray-200); }
[data-theme="dark"] .promo-card-content h3 { color: var(--gray-900); }
[data-theme="dark"] .promo-subtitle { color: var(--orange); }
[data-theme="dark"] .cat-slider-nav { background: var(--card-bg); color: var(--gray-700); box-shadow: 0 2px 12px var(--shadow-color); }
[data-theme="dark"] .cat-slider-nav:hover { background: var(--orange); color: #fff; }
[data-theme="dark"] .category-slide .cat-icon { background: rgba(245,158,11,0.15); }
[data-theme="dark"] .category-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .hero-cat-btn { border-color: var(--gray-200); }
[data-theme="dark"] .hero-cat-header h2 { color: var(--gray-900); }
[data-theme="dark"] .hero-cat-header h2::after { background: var(--orange); }
[data-theme="dark"] .headline2-more-btn { background: var(--card-bg); border-color: var(--gray-300); color: var(--gray-700); }
[data-theme="dark"] .footer-col h4 { color: var(--gray-900); }
[data-theme="dark"] .footer-col a, [data-theme="dark"] .footer-col li { color: var(--gray-500); }
[data-theme="dark"] .footer-mobile-app { background: var(--card-bg); }
[data-theme="dark"] .footer-app-links a { color: var(--gray-500); }
[data-theme="dark"] .firm-card h3 { color: var(--gray-900); }
[data-theme="dark"] .firm-card p { color: var(--gray-500); }
[data-theme="dark"] .firm-card .firm-rating { color: var(--gray-500); }
[data-theme="dark"] .firm-card .firm-location { color: var(--gray-500); }
[data-theme="dark"] .blog-card-body { background: var(--card-bg); }
[data-theme="dark"] .blog-card-body h3 { color: var(--gray-900); }
[data-theme="dark"] .blog-card-date { color: var(--gray-500); }
/* Dark mode: firmalar page */
[data-theme="dark"] .text-muted { color: var(--gray-500) !important; }
[data-theme="dark"] .breadcrumb-bar { background: var(--gray-100); border-bottom-color: var(--gray-200); }
[data-theme="dark"] .breadcrumb-bar .breadcrumb span { color: var(--gray-700); }
[data-theme="dark"] .filter-sidebar { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .filter-sidebar h3 { color: var(--gray-900); }
[data-theme="dark"] .filter-sidebar label { color: var(--gray-700); }
[data-theme="dark"] .mobile-filter-toggle { background: var(--card-bg); border-color: var(--gray-200); color: var(--gray-700); }
[data-theme="dark"] .badge-premium { background: rgba(245,158,11,0.15); color: #fbbf24; }
[data-theme="dark"] .badge-verified { background: rgba(52,211,153,0.15); color: #34d399; }
[data-theme="dark"] .firm-card-footer { border-top-color: var(--gray-200); }
[data-theme="dark"] .firm-card-meta { color: var(--gray-500); }

/* Dark mode toggle button */
.dark-mode-toggle {
    width: 36px; height: 36px; border-radius: 50%; border: none;
    background: var(--gray-100); color: var(--gray-700);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 15px; transition: all 0.3s;
}
.dark-mode-toggle:hover { background: var(--gray-200); }
[data-theme="dark"] .dark-mode-toggle { background: var(--gray-200); color: #fbbf24; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: hidden; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--gray-900); background: var(--white); overflow-x: hidden; }
@media (max-width: 768px) {
    html, body { scrollbar-width: none; -ms-overflow-style: none; }
    html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
    .auth-modal, .mobile-nav-panel, .sosyal-intro-modal,
    .firm-detail-mobile-sheet, .search-dropdown {
        scrollbar-width: none; -ms-overflow-style: none;
    }
    .auth-modal::-webkit-scrollbar, .mobile-nav-panel::-webkit-scrollbar,
    .sosyal-intro-modal::-webkit-scrollbar, .firm-detail-mobile-sheet::-webkit-scrollbar,
    .search-dropdown::-webkit-scrollbar { display: none; }
}
a { text-decoration: none; color: inherit; }
/* Remove 300ms tap delay and double-tap zoom on mobile */
a, button { touch-action: manipulation; }
img { max-width: 100%; }

/* ===== THEMED POPUP / MODAL SCROLLBAR (DESKTOP / WEB) =====
   Web sürümünde açılan popup ve modallar için site rengine (navy + orange)
   uygun, ince ve yuvarlatılmış scrollbar. Mobilde bu sınıfların scrollbar'ı
   yukarıdaki media query ile zaten gizleniyor. */
@media (min-width: 769px) {
    .auth-modal,
    .sosyal-intro-modal,
    .firm-detail-mobile-sheet,
    .search-dropdown,
    .mobile-nav-panel,
    .profile-dropdown-menu,
    .rota-popup,
    .rota-sidebar-body,
    .onboard-modal,
    .modal-body,
    .modal-content,
    .popup-content,
    .popup-body,
    .announcement-modal,
    .popup-duyuru-modal,
    .cerez-modal,
    .cookie-modal,
    .consent-modal,
    .lightbox-content,
    .dropdown-menu {
        scrollbar-width: thin;
        scrollbar-color: var(--orange) rgba(30,58,95,0.08);
    }
    .auth-modal::-webkit-scrollbar,
    .sosyal-intro-modal::-webkit-scrollbar,
    .firm-detail-mobile-sheet::-webkit-scrollbar,
    .search-dropdown::-webkit-scrollbar,
    .mobile-nav-panel::-webkit-scrollbar,
    .profile-dropdown-menu::-webkit-scrollbar,
    .rota-popup::-webkit-scrollbar,
    .rota-sidebar-body::-webkit-scrollbar,
    .onboard-modal::-webkit-scrollbar,
    .modal-body::-webkit-scrollbar,
    .modal-content::-webkit-scrollbar,
    .popup-content::-webkit-scrollbar,
    .popup-body::-webkit-scrollbar,
    .announcement-modal::-webkit-scrollbar,
    .popup-duyuru-modal::-webkit-scrollbar,
    .cerez-modal::-webkit-scrollbar,
    .cookie-modal::-webkit-scrollbar,
    .consent-modal::-webkit-scrollbar,
    .lightbox-content::-webkit-scrollbar,
    .dropdown-menu::-webkit-scrollbar {
        display: block !important;
        width: 8px;
        height: 8px;
    }
    .auth-modal::-webkit-scrollbar-track,
    .sosyal-intro-modal::-webkit-scrollbar-track,
    .firm-detail-mobile-sheet::-webkit-scrollbar-track,
    .search-dropdown::-webkit-scrollbar-track,
    .mobile-nav-panel::-webkit-scrollbar-track,
    .profile-dropdown-menu::-webkit-scrollbar-track,
    .rota-popup::-webkit-scrollbar-track,
    .rota-sidebar-body::-webkit-scrollbar-track,
    .onboard-modal::-webkit-scrollbar-track,
    .modal-body::-webkit-scrollbar-track,
    .modal-content::-webkit-scrollbar-track,
    .popup-content::-webkit-scrollbar-track,
    .popup-body::-webkit-scrollbar-track,
    .announcement-modal::-webkit-scrollbar-track,
    .popup-duyuru-modal::-webkit-scrollbar-track,
    .cerez-modal::-webkit-scrollbar-track,
    .cookie-modal::-webkit-scrollbar-track,
    .consent-modal::-webkit-scrollbar-track,
    .lightbox-content::-webkit-scrollbar-track,
    .dropdown-menu::-webkit-scrollbar-track {
        background: rgba(30,58,95,0.06);
        border-radius: 10px;
        margin: 6px 0;
    }
    .auth-modal::-webkit-scrollbar-thumb,
    .sosyal-intro-modal::-webkit-scrollbar-thumb,
    .firm-detail-mobile-sheet::-webkit-scrollbar-thumb,
    .search-dropdown::-webkit-scrollbar-thumb,
    .mobile-nav-panel::-webkit-scrollbar-thumb,
    .profile-dropdown-menu::-webkit-scrollbar-thumb,
    .rota-popup::-webkit-scrollbar-thumb,
    .rota-sidebar-body::-webkit-scrollbar-thumb,
    .onboard-modal::-webkit-scrollbar-thumb,
    .modal-body::-webkit-scrollbar-thumb,
    .modal-content::-webkit-scrollbar-thumb,
    .popup-content::-webkit-scrollbar-thumb,
    .popup-body::-webkit-scrollbar-thumb,
    .announcement-modal::-webkit-scrollbar-thumb,
    .popup-duyuru-modal::-webkit-scrollbar-thumb,
    .cerez-modal::-webkit-scrollbar-thumb,
    .cookie-modal::-webkit-scrollbar-thumb,
    .consent-modal::-webkit-scrollbar-thumb,
    .lightbox-content::-webkit-scrollbar-thumb,
    .dropdown-menu::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--orange) 0%, var(--orange-hover) 100%);
        border-radius: 10px;
        border: 2px solid transparent;
        background-clip: padding-box;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
    }
    .auth-modal::-webkit-scrollbar-thumb:hover,
    .sosyal-intro-modal::-webkit-scrollbar-thumb:hover,
    .firm-detail-mobile-sheet::-webkit-scrollbar-thumb:hover,
    .search-dropdown::-webkit-scrollbar-thumb:hover,
    .mobile-nav-panel::-webkit-scrollbar-thumb:hover,
    .profile-dropdown-menu::-webkit-scrollbar-thumb:hover,
    .rota-popup::-webkit-scrollbar-thumb:hover,
    .rota-sidebar-body::-webkit-scrollbar-thumb:hover,
    .onboard-modal::-webkit-scrollbar-thumb:hover,
    .modal-body::-webkit-scrollbar-thumb:hover,
    .modal-content::-webkit-scrollbar-thumb:hover,
    .popup-content::-webkit-scrollbar-thumb:hover,
    .popup-body::-webkit-scrollbar-thumb:hover,
    .announcement-modal::-webkit-scrollbar-thumb:hover,
    .popup-duyuru-modal::-webkit-scrollbar-thumb:hover,
    .cerez-modal::-webkit-scrollbar-thumb:hover,
    .cookie-modal::-webkit-scrollbar-thumb:hover,
    .consent-modal::-webkit-scrollbar-thumb:hover,
    .lightbox-content::-webkit-scrollbar-thumb:hover,
    .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, var(--orange-hover) 0%, var(--navy) 100%);
    }
    .auth-modal::-webkit-scrollbar-corner,
    .sosyal-intro-modal::-webkit-scrollbar-corner,
    .modal-body::-webkit-scrollbar-corner,
    .modal-content::-webkit-scrollbar-corner,
    .popup-content::-webkit-scrollbar-corner,
    .rota-popup::-webkit-scrollbar-corner {
        background: transparent;
    }
}

/* Dark mode: tema renginde scrollbar track */
[data-theme="dark"] .auth-modal,
[data-theme="dark"] .sosyal-intro-modal,
[data-theme="dark"] .modal-body,
[data-theme="dark"] .modal-content,
[data-theme="dark"] .popup-content,
[data-theme="dark"] .rota-popup,
[data-theme="dark"] .profile-dropdown-menu,
[data-theme="dark"] .dropdown-menu {
    scrollbar-color: var(--orange) rgba(255,255,255,0.06);
}
[data-theme="dark"] .auth-modal::-webkit-scrollbar-track,
[data-theme="dark"] .sosyal-intro-modal::-webkit-scrollbar-track,
[data-theme="dark"] .modal-body::-webkit-scrollbar-track,
[data-theme="dark"] .modal-content::-webkit-scrollbar-track,
[data-theme="dark"] .popup-content::-webkit-scrollbar-track,
[data-theme="dark"] .rota-popup::-webkit-scrollbar-track,
[data-theme="dark"] .profile-dropdown-menu::-webkit-scrollbar-track,
[data-theme="dark"] .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}

/* ===== HEADER ===== */
/* ===== Topbar ===== */
.site-topbar {
    background: var(--navy-dark); color: #fff; font-size: 12.5px;
    line-height: 18px; padding: 4px 0;
}
.topbar-inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 1200px; margin: 0 auto; gap: 12px;
}
.topbar-left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }
.topbar-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.topbar-group { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.topbar-label {
    font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px;
    color: var(--orange); white-space: nowrap; display: flex; align-items: center; gap: 4px;
}
.topbar-label i { font-size: 10px; }
.topbar-link {
    color: rgba(255,255,255,0.85); text-decoration: none; white-space: nowrap;
    transition: color 0.2s; display: inline-flex; align-items: center; gap: 4px;
}
.topbar-link:hover { color: #fff; }
.topbar-blog, .topbar-announcement { font-weight: 600; }
.topbar-blog.active, .topbar-announcement.active { color: var(--orange); }
.topbar-blog i, .topbar-announcement i { font-size: 11px; }
.topbar-badge {
    font-size: 9px; font-weight: 700; padding: 2px 6px; border-radius: 10px;
    text-transform: uppercase; letter-spacing: 0.3px;
}
.topbar-badge-deal { background: var(--orange); color: #000; }
.topbar-slider { position: relative; overflow: hidden; height: 18px; flex: 1; min-width: 0; line-height: 18px; }
.topbar-slide {
    position: absolute; top: 0; left: 0; width: 100%; height: 18px;
    color: rgba(255,255,255,0.85); text-decoration: none; white-space: nowrap;
    display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; line-height: 18px;
    opacity: 0; transform: translateY(100%); transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}
.topbar-slide.active {
    opacity: 1; transform: translateY(0); pointer-events: auto;
}
.topbar-slide.exit-up {
    opacity: 0; transform: translateY(-100%);
}
.topbar-slide:hover { color: #fff; }
.topbar-welcome { color: rgba(255,255,255,0.7); font-style: italic; }
.topbar-group + .topbar-group { padding-left: 16px; border-left: 1px solid rgba(255,255,255,0.15); }
[data-theme="dark"] .site-topbar { background: #0d1b2a; }
@media (max-width: 768px) {
    .site-topbar { padding: 5px 0; }
    .topbar-inner { padding: 0 12px; }
    .topbar-left { flex: 1; overflow: hidden; }
    .topbar-label { font-size: 10px; }
    .topbar-slider { height: 16px; line-height: 16px; }
    .topbar-slide { height: 16px; line-height: 16px; font-size: 11px; }
    .topbar-badge { font-size: 8px; padding: 1px 4px; }
    .topbar-right { gap: 8px; }
    .topbar-blog, .topbar-announcement { font-size: 11px; }
    .topbar-blog i, .topbar-announcement i { font-size: 10px; }
    .topbar-welcome { display: none; }
}

.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    position: sticky; top: 0; z-index: 100;
}
.site-header .container {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 0; max-width: 1200px; margin: 0 auto;
    /* mobile padding applied via media query below */
}
.site-logo { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; color: var(--navy); }
.site-logo span { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a { font-size: 13.5px; font-weight: 500; color: var(--gray-700); transition: color 0.2s; }
.site-nav a:hover { color: var(--orange); }
.site-nav a.active { color: var(--orange); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn-header { padding: 7px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; border: none; cursor: pointer; transition: all 0.2s; }
.btn-header-outline { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-header-outline:hover { background: var(--navy); color: var(--white); }
.btn-header-orange { background: var(--orange); color: var(--white); }
.btn-header-orange:hover { background: var(--orange-hover); }

/* Profile Dropdown */
.header-profile-dropdown { position: relative; }
.header-profile-btn { display: flex; align-items: center; gap: 2px; white-space: nowrap; }
.profile-dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); right: 0; background: var(--white); border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,.15); min-width: 200px; z-index: 1000; overflow: hidden; border: 1px solid var(--gray-200); }
.profile-dropdown-menu.show { display: block; animation: dropdownFadeIn .2s ease; }
.profile-dropdown-menu a { display: flex; align-items: center; padding: 12px 18px; font-size: 14px; font-weight: 500; color: var(--gray-700); transition: background .15s; }
.profile-dropdown-menu a:hover { background: var(--gray-50); }
.profile-dropdown-menu a.text-danger { color: var(--red); }
.profile-dropdown-menu a.text-danger:hover { background: #fef2f2; }
@keyframes dropdownFadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ===== HERO ===== */
.hero-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    padding: 80px 0;
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section.hero-white {
    background: var(--white);
    color: var(--dark);
    padding: 60px 0 40px;
}
.hero-section.hero-white::before { display: none; }
.hero-section.hero-white h1 {
    color: var(--navy); font-size: 2.4rem;
    position: relative; display: inline-block; margin-bottom: 12px;
}
.hero-section.hero-white h1::after {
    content: ''; display: block; width: 50px; height: 4px;
    background: var(--navy); border-radius: 2px;
    margin: 12px auto 0;
}
.hero-section.hero-white p { color: var(--gray-600); opacity: 1; margin-bottom: 32px; }
.hero-section.hero-white .hero-search {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: 1px solid #e5e7eb;
}
.hero-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}
.hero-section .container { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.hero-split { display: flex; align-items: center; gap: 60px; text-align: left; }
.hero-left { flex: 1; }
.hero-right { flex: 1; max-width: 560px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 16px; border-radius: 50px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    font-size: 13px; font-weight: 600; margin-bottom: 24px;
}
.hero-badge-dot {
    width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
    display: inline-block; animation: dotPulse 2s infinite;
}
@keyframes dotPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-section h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 16px; line-height: 1.2; }
.hero-section p { font-size: 1rem; opacity: 0.9; margin-bottom: 0; }
.hero-section p strong { opacity: 1; }
.hero-search-wrap { position: relative; }
.hero-search {
    max-width: 100%; margin: 0;
    display: flex; background: var(--white); border-radius: 12px; overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2); position: relative;
}
.hero-search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #9ca3af; font-size: 16px; z-index: 2; }
.hero-search input {
    flex: 1; padding: 18px 24px 18px 46px; border: none; font-size: 16px; outline: none; color: var(--gray-700);
    background: transparent; position: relative; z-index: 1;
}
.hero-search-placeholder {
    position: absolute; left: 46px; top: 50%; transform: translateY(-50%);
    font-size: 16px; color: #9ca3af; pointer-events: none; z-index: 0;
    white-space: nowrap; overflow: hidden;
}
.hero-search button {
    padding: 18px 28px; background: var(--orange); border: none; color: var(--white);
    font-size: 18px; cursor: pointer; transition: background 0.2s;
}
.hero-search button:hover { background: var(--orange-hover); }
.hero-search-results {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 100;
    background: var(--white); border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); max-height: 320px; overflow-y: auto;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #f59e0b #f3f4f6;
}
.hero-search-results::-webkit-scrollbar { width: 8px; }
.hero-search-results::-webkit-scrollbar-track { background: #f9fafb; border-radius: 0 0 12px 0; }
.hero-search-results::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-hover, #ea580c) 100%);
    border-radius: 8px;
    border: 2px solid #f9fafb;
}
.hero-search-results::-webkit-scrollbar-thumb:hover { background: var(--orange-hover, #ea580c); }
.hero-search-results.active { display: block; }
.search-result-item {
    display: flex; align-items: center; gap: 12px; padding: 14px 18px;
    text-decoration: none; color: var(--gray-900); transition: background 0.15s;
    border-bottom: 1px solid #f3f4f6; cursor: pointer;
}
.search-result-item:hover, .search-result-item:active { background: #f9fafb; }
.search-result-item .result-icon {
    width: 36px; height: 36px; border-radius: 8px; background: #f3f4f6;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.search-result-item .result-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.search-result-item .result-icon i { color: #6b7280; font-size: 14px; }
.search-result-item .result-info h5 { font-size: 14px; font-weight: 600; margin: 0; }
.search-result-item .result-info small { font-size: 12px; color: #6b7280; }
.search-no-result { padding: 20px; text-align: center; color: #9ca3af; font-size: 14px; }

/* ===== Hero Hızlı Filtre (Otel Acentası Tasarımı) ===== */
.hero-filter {
    display: flex;
    align-items: stretch;
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    margin-top: 14px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.4);
}
.hero-filter-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    transition: background 0.2s ease;
    cursor: pointer;
    min-width: 0;
    margin: 0;
}
.hero-filter-field:hover { background: #fafbfc; }
.hero-filter-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff7ed;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
}
.hero-filter-icon-blue { background: #eff6ff; color: #2563eb; }
.hero-filter-content { flex: 1; min-width: 0; display: block; }
.hero-filter-label {
    display: block;
    font-size: 11px;
    color: #6b7280;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 2px;
    pointer-events: none;
}
.hero-filter-select {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900, #111827);
    outline: none;
    cursor: pointer;
    padding: 0 18px 0 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%236b7280' d='M5 6 0 0h10z'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    text-overflow: ellipsis;
}
.hero-filter-divider {
    width: 1px;
    background: #e5e7eb;
    margin: 14px 0;
    flex-shrink: 0;
}
.hero-filter-btn {
    padding: 0 26px;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover, #ea580c) 100%);
    border: none;
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: filter 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(245,158,11,0.35);
}
.hero-filter-btn:hover { filter: brightness(1.08); box-shadow: 0 6px 18px rgba(245,158,11,0.5); }
.hero-filter-btn:active { transform: scale(0.98); }
.hero-filter-btn i { font-size: 14px; }
@media (max-width: 768px) {
    .hero-filter { flex-direction: column; border-radius: 12px; }
    .hero-filter-divider { width: auto; height: 1px; margin: 0 14px; }
    .hero-filter-field { padding: 12px 14px; }
    .hero-filter-btn { padding: 14px; justify-content: center; width: 100%; }
}

/* ===== Hero Birleşik Arama + Filtre Kutusu (Otel Acentası Tasarımı) ===== */
.hero-combined {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.20);
    overflow: visible;
    position: relative;
    border: 1px solid rgba(255,255,255,0.4);
}
.hero-combo-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    transition: background 0.2s ease;
    cursor: pointer;
    min-width: 0;
    margin: 0;
    position: relative;
}
.hero-combo-field:hover { background: #fafbfc; }
.hero-combo-field--search {
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 14px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.hero-combo-search-field {
    cursor: pointer;
    user-select: none;
}
.hero-combo-search-field .hero-combo-input {
    cursor: pointer;
    pointer-events: none;
    caret-color: transparent;
}
.hero-search-popup-actions {
    padding: 10px 13px;
    border-top: 1px solid #f3f4f6;
    background: #fafbfc;
    display: flex;
    justify-content: stretch;
}
.hero-search-popup-submit {
    flex: 1;
    padding: 9px 18px;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover, #ea580c) 100%);
    border: none;
    color: var(--white);
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: filter 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    letter-spacing: 0.4px;
    box-shadow: 0 4px 14px rgba(245,158,11,0.35);
    font-family: inherit;
}
.hero-search-popup-submit:hover { filter: brightness(1.08); box-shadow: 0 6px 18px rgba(245,158,11,0.5); }
.hero-search-popup-submit:active { transform: scale(0.98); }
/* Ülke seçici (TR/KKTC) */
.hero-combo-icon--green { background: #ecfdf5; color: #059669; }
.hero-combo-country-dd { flex: 0 0 auto; min-width: 130px; }
.hero-combo-options--country { padding: 5px; }
.hero-combo-country-opt {
    display: flex !important;
    align-items: center;
    gap: 7px;
    padding: 7px 9px !important;
    border-radius: 8px;
    margin-bottom: 3px;
}
.hero-combo-country-opt:last-child { margin-bottom: 0; }
.hero-combo-flag { font-size: 16px; line-height: 1; }
.hero-combo-cname { flex: 1; font-weight: 600; font-size: 11px; color: #111827; }
.hero-combo-country-opt.selected .hero-combo-cname { color: var(--white); }
.hero-combo-ccode {
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 2px 5px;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 4px;
}
.hero-combo-country-opt.selected .hero-combo-ccode {
    background: rgba(255,255,255,0.25);
    color: #fff;
}
.hero-combo-dropdown.is-locked .hero-combo-trigger {
    opacity: 0.55;
    cursor: not-allowed;
}
.hero-combo-dropdown.is-locked .hero-combo-trigger:hover {
    background: transparent;
}
.hero-combo-country-tag {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 5px;
    font-size: 8.5px;
    font-weight: 700;
    background: rgba(255,255,255,0.22);
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.4px;
    vertical-align: middle;
}
@media (max-width: 768px){
    .hero-combo-country-dd { min-width: 0; flex: 1; }
}
.hero-combo-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.hero-combo-row > .hero-combo-field:first-child {
    border-bottom-left-radius: 16px;
}
.hero-combo-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #fff7ed;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
}
.hero-combo-icon--orange { background: #fff7ed; color: var(--orange); }
.hero-combo-icon--blue { background: #eff6ff; color: #2563eb; }
.hero-combo-content {
    flex: 1;
    min-width: 0;
    display: block;
    position: relative;
}
.hero-combo-label {
    display: block;
    font-size: 9px;
    color: #6b7280;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 1px;
    pointer-events: none;
}
.hero-combo-input,
.hero-combo-select {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-900, #111827);
    outline: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
}
.hero-combo-input { padding: 0; line-height: 1.4; }
.hero-combo-input::placeholder { color: #9ca3af; font-weight: 500; }
.hero-combo-select {
    cursor: pointer;
    padding-right: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%236b7280' d='M5 6 0 0h10z'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hero-combo-field--search .hero-search-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.4;
    transform: none;
    top: auto;
}
.hero-combo-divider {
    width: 1px;
    background: #e5e7eb;
    margin: 10px 0;
    flex-shrink: 0;
}
.hero-combo-btn {
    padding: 0 22px;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover, #ea580c) 100%);
    border: none;
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: filter 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    letter-spacing: 0.4px;
    box-shadow: 0 4px 14px rgba(245,158,11,0.35);
    flex-shrink: 0;
    border-bottom-right-radius: 16px;
}
.hero-combo-btn:hover { filter: brightness(1.08); box-shadow: 0 6px 18px rgba(245,158,11,0.5); }
.hero-combo-btn:active { transform: scale(0.98); }
.hero-combo-btn i { font-size: 12px; }
@media (max-width: 768px) {
    .hero-combined { border-radius: 14px; }
    .hero-combo-row { flex-direction: column; }
    .hero-combo-divider { width: auto; height: 1px; margin: 0 16px; }
    .hero-combo-field { padding: 12px 14px; }
    .hero-combo-btn {
        padding: 14px;
        justify-content: center;
        width: 100%;
        border-bottom-right-radius: 14px;
        border-bottom-left-radius: 14px;
    }
    .hero-combo-row > .hero-combo-field:first-child { border-bottom-left-radius: 0; }
}

/* ===== Hero Özel Dropdown (Tasarıma Uyumlu) ===== */
.hero-combo-dropdown { position: relative; }
.hero-combo-trigger {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font: inherit;
    color: var(--gray-900, #111827);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    outline: none;
}
.hero-combo-trigger:focus-visible { color: var(--orange); }
.hero-combo-value {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hero-combo-caret {
    font-size: 10px;
    color: #9ca3af;
    transition: transform 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}
.hero-combo-dropdown.open .hero-combo-caret {
    transform: rotate(180deg);
    color: var(--orange);
}
.hero-combo-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
    width: min(440px, calc(100vw - 32px));
    max-height: min(80vh, 600px);
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.25), 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid #e5e7eb;
    z-index: 10000;
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: heroComboMenuIn 0.22s cubic-bezier(0.16,1,0.3,1);
}
@keyframes heroComboMenuIn {
    from { opacity: 0; transform: translate(-50%, -42%) scale(0.96); }
    to   { opacity: 1; transform: translate(-50%, -48%) scale(1); }
}
.hero-combo-dropdown.open .hero-combo-menu { display: flex; }
.hero-combo-menu.is-open { display: flex; }
/* Backdrop */
body.hcd-popup-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 9999;
    animation: heroComboBackdropIn 0.2s ease-out;
}
@keyframes heroComboBackdropIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
body.hcd-popup-open { overflow: hidden; }
.hero-combo-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 13px;
    border-bottom: 1px solid #f3f4f6;
    background: linear-gradient(135deg, #fff7ed 0%, #fffbf5 100%);
}
.hero-combo-menu-title > span {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--gray-900, #111827);
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-combo-menu-title > span i {
    color: var(--orange);
    font-size: 11px;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.hero-combo-menu-close {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: none;
    background: rgba(0,0,0,0.04);
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: background 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}
.hero-combo-menu-close:hover { background: rgba(239, 68, 68, 0.1); color: #ef4444; }
.hero-combo-menu-head {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border-bottom: 1px solid #f3f4f6;
    background: #f9fafb;
    flex-shrink: 0;
}
.hero-combo-menu-head i { color: #9ca3af; font-size: 10px; }
.hero-combo-menu-search {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 11px;
    color: var(--gray-900, #111827);
    outline: none;
    font-family: inherit;
    padding: 0;
}
.hero-combo-menu-search::placeholder { color: #9ca3af; }
.hero-combo-options {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #f59e0b #f3f4f6;
}
.hero-combo-options::-webkit-scrollbar { width: 8px; }
.hero-combo-options::-webkit-scrollbar-track { background: #f9fafb; }
.hero-combo-options::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-hover, #ea580c) 100%);
    border-radius: 8px;
    border: 2px solid #f9fafb;
}
.hero-combo-options::-webkit-scrollbar-thumb:hover { background: var(--orange-hover, #ea580c); }
.hero-combo-option {
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 500;
    color: var(--gray-900, #111827);
    cursor: pointer;
    transition: background 0.12s ease, color 0.12s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.hero-combo-option:hover { background: #fff7ed; color: var(--orange); }
.hero-combo-option.selected {
    background: #fff7ed;
    color: var(--orange);
    font-weight: 700;
}
.hero-combo-option.selected::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    margin-right: 6px;
    font-size: 8.5px;
    color: var(--orange);
}
.hero-combo-option.hidden { display: none; }
.hero-combo-option-empty {
    padding: 12px;
    text-align: center;
    color: #9ca3af;
    font-size: 10.5px;
}
@media (max-width: 768px) {
    .hero-combo-menu { left: 50%; right: auto; width: calc(100vw - 24px); border-radius: 14px; }
}

/* ===== Hero Birleşik Kutu — Gece Modu (Dark Mode) ===== */
[data-theme="dark"] .hero-combined {
    background: var(--card-bg);
    border-color: var(--gray-200);
    box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}
[data-theme="dark"] .hero-combo-field:hover { background: rgba(255,255,255,0.05); }
[data-theme="dark"] .hero-combo-field--search:hover { background: transparent; }
[data-theme="dark"] .hero-combo-field--search { border-bottom-color: var(--gray-200); }
[data-theme="dark"] .hero-combo-field--search .hero-search-placeholder { color: var(--gray-500); }
[data-theme="dark"] .hero-combo-icon,
[data-theme="dark"] .hero-combo-icon--orange { background: rgba(245,158,11,0.15); color: var(--orange); }
[data-theme="dark"] .hero-combo-icon--blue { background: rgba(37,99,235,0.15); color: #60a5fa; }
[data-theme="dark"] .hero-combo-label { color: var(--gray-500); }
[data-theme="dark"] .hero-combo-trigger { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-caret { color: var(--gray-500); }
[data-theme="dark"] .hero-combo-value { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-input { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-input::placeholder { color: var(--gray-500); }
[data-theme="dark"] .hero-combo-select { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-divider { background: var(--gray-200); }
[data-theme="dark"] .hero-combo-btn { color: #fff; }
[data-theme="dark"] .hero-combo-dropdown.is-locked .hero-combo-trigger { color: var(--gray-500); }
/* Hero filter — Gece Modu */
[data-theme="dark"] .hero-filter {
    background: var(--card-bg);
    border-color: var(--gray-200);
    box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}
[data-theme="dark"] .hero-filter-field:hover { background: rgba(255,255,255,0.05); }
[data-theme="dark"] .hero-filter-icon { background: rgba(245,158,11,0.15); color: var(--orange); }
[data-theme="dark"] .hero-filter-icon-blue { background: rgba(37,99,235,0.15); color: #60a5fa; }
[data-theme="dark"] .hero-filter-label { color: var(--gray-500); }
[data-theme="dark"] .hero-filter-select { color: var(--gray-900); }
[data-theme="dark"] .hero-filter-divider { background: var(--gray-200); }
[data-theme="dark"] .hero-filter-btn { color: #fff; }
[data-theme="dark"] .hero-search-popup-submit { color: #fff; }
/* Hero Combo Pop-up Menu — Gece Modu */
[data-theme="dark"] .hero-combo-menu {
    background: var(--card-bg);
    border-color: var(--gray-200);
    box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 8px 24px rgba(0,0,0,0.35);
}
[data-theme="dark"] .hero-combo-menu-title {
    background: linear-gradient(135deg, #1f2937 0%, #243244 100%);
    border-bottom-color: var(--gray-200);
}
[data-theme="dark"] .hero-combo-menu-title > span { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-menu-title > span i {
    background: var(--gray-100);
    color: var(--orange);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
[data-theme="dark"] .hero-combo-menu-close {
    background: rgba(255,255,255,0.06);
    color: var(--gray-500);
}
[data-theme="dark"] .hero-combo-menu-close:hover {
    background: rgba(239, 68, 68, 0.18);
    color: #fca5a5;
}
[data-theme="dark"] .hero-combo-menu-head {
    background: var(--gray-100);
    border-bottom-color: var(--gray-200);
}
[data-theme="dark"] .hero-combo-menu-head i { color: var(--gray-500); }
[data-theme="dark"] .hero-combo-menu-search { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-menu-search::placeholder { color: var(--gray-500); }
[data-theme="dark"] .hero-combo-options { scrollbar-color: var(--orange) var(--gray-100); }
[data-theme="dark"] .hero-combo-options::-webkit-scrollbar-track { background: var(--gray-100); }
[data-theme="dark"] .hero-combo-options::-webkit-scrollbar-thumb { border-color: var(--gray-100); }
[data-theme="dark"] .hero-combo-option { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-option:hover {
    background: rgba(245, 158, 11, 0.12);
    color: var(--orange);
}
[data-theme="dark"] .hero-combo-option.selected {
    background: rgba(245, 158, 11, 0.18);
    color: var(--orange);
}
[data-theme="dark"] .hero-combo-option-empty { color: var(--gray-500); }
/* Ülke seçici (TR/KKTC) gece modu */
[data-theme="dark"] .hero-combo-icon--green { background: rgba(16,185,129,0.15); color: #34d399; }
[data-theme="dark"] .hero-combo-cname { color: var(--gray-900); }
[data-theme="dark"] .hero-combo-ccode {
    background: var(--gray-200);
    color: var(--gray-500);
}
/* Arama pop-up alt aksiyon bölümü */
[data-theme="dark"] .hero-search-popup-actions {
    background: var(--gray-100);
    border-top-color: var(--gray-200);
}
.hero-stats {
    display: flex; justify-content: flex-start; gap: 32px; margin-top: 24px;
}
.hero-stats .stat { text-align: center; }
.hero-stats .stat-num { font-size: 28px; font-weight: 800; }
.hero-stats .stat-label { font-size: 13px; opacity: 0.7; }

/* Hero Category Header */
.hero-cat-header { text-align: center; margin-bottom: 24px; }
.hero-cat-header h2 {
    font-size: 1.8rem; font-weight: 800; color: var(--navy); margin-bottom: 6px;
    display: inline-block; position: relative;
}
.hero-cat-header h2::after {
    content: ''; display: block; width: 50px; height: 4px;
    background: var(--navy); border-radius: 2px; margin: 10px auto 0;
}
.hero-cat-header p { font-size: 15px; color: var(--gray-600); margin: 0; }

/* Hero Category Buttons */
.hero-category-buttons {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px;
}
.hero-cat-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 22px; border-radius: 50px;
    background: var(--white); color: var(--dark); font-size: 14px; font-weight: 600;
    text-decoration: none; border: 1px solid #e5e7eb; transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.hero-cat-btn:hover { background: var(--orange); color: var(--white); border-color: var(--orange); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(245,158,11,0.3); }
.hero-cat-btn:hover .hero-cat-icon { filter: brightness(0) invert(1); }
.hero-cat-icon { width: 20px; height: 20px; object-fit: contain; }
.hero-cat-btn i { font-size: 16px; color: var(--orange); }
.hero-cat-btn:hover i { color: var(--white); }

/* Hero Promotions */
.hero-promotions { padding: 32px 0 0; background: #f9fafb; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.promo-card {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 24px; background: var(--white); border-radius: 14px;
    border: 1px solid #e5e7eb; text-decoration: none; transition: all 0.25s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.promo-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: #d1d5db; }
.promo-card-content h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin: 0 0 4px; line-height: 1.4; }
.promo-subtitle { font-size: 13px; color: var(--orange); font-weight: 500; }
.promo-card-icon i { font-size: 36px; opacity: 0.85; }
@media (max-width: 768px) {
    .promo-grid { grid-template-columns: 1fr; }
    .hero-category-buttons { gap: 8px; }
    .hero-cat-btn { padding: 8px 16px; font-size: 13px; }
}

/* ===== SHOWCASE / VITRIN ===== */
.showcase-section { padding: 24px 0 40px; }
.showcase-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.showcase-grid.no-slider { grid-template-columns: 1fr; }
.showcase-grid.no-right { grid-template-columns: 1fr; }
.showcase-grid.no-right .showcase-right { display: none; }
.showcase-slider-wrap { position: relative; border-radius: 16px; overflow: hidden; height: 380px; background: #1a1a2e; }
.showcase-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.showcase-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.6s ease; cursor: pointer; pointer-events: none; z-index: 1; }
.showcase-slide.active { opacity: 1; z-index: 2; pointer-events: auto; }
.showcase-slide img { width: 100%; height: 100%; object-fit: cover; }
.showcase-slide-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 32px; background: linear-gradient(transparent, rgba(0,0,0,0.85));
    z-index: 3; pointer-events: none;
}
.showcase-slide-overlay .showcase-btn { pointer-events: auto; }
.showcase-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.15); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    color: #fff; padding: 6px 14px; border-radius: 20px;
    font-size: 12px; font-weight: 600; margin-bottom: 12px;
}
.showcase-badge i { color: #f59e0b; font-size: 11px; }
.showcase-slide-overlay h3 { color: #fff; font-size: 1.6rem; font-weight: 800; margin: 0 0 6px; }
.showcase-slide-overlay p { color: rgba(255,255,255,0.8); font-size: 14px; margin: 0 0 16px; }
.showcase-btn {
    display: inline-block; background: #fff; color: #1a1a2e;
    padding: 10px 24px; border-radius: 24px; font-weight: 700;
    font-size: 14px; text-decoration: none; transition: all .3s;
}
.showcase-btn:hover { background: var(--orange); color: #fff; }
.showcase-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
    width: 40px; height: 40px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.2); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
    color: #fff; font-size: 16px; cursor: pointer; transition: all .3s;
}
.showcase-nav:hover { background: rgba(255,255,255,0.4); }
.showcase-prev { left: 16px; }
.showcase-next { right: 16px; }
.showcase-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 8px; }
.showcase-dot {
    width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4);
    cursor: pointer; transition: all .3s;
}
.showcase-dot.active { background: #fff; width: 24px; border-radius: 5px; }
.showcase-right { display: flex; flex-direction: column; gap: 20px; height: 380px; }
.showcase-card {
    position: relative; border-radius: 16px; overflow: hidden;
    flex: 1; min-height: 180px; text-decoration: none; display: block;
}
.showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.showcase-card:hover img { transform: scale(1.05); }
.showcase-card-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 20px; background: linear-gradient(transparent, rgba(0,0,0,0.75));
}
.showcase-card-overlay h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 8px; }
.showcase-card-btn {
    display: inline-block; background: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: #fff; padding: 6px 16px;
    border-radius: 20px; font-size: 12px; font-weight: 600;
    transition: all .3s;
}
.showcase-card:hover .showcase-card-btn { background: var(--orange); }
@media (max-width: 768px) {
    .showcase-section { padding: 16px 0 24px; }
    .showcase-grid { grid-template-columns: 1fr; overflow: hidden; }
    .showcase-slider-wrap { height: 220px; }
    .showcase-right { flex-direction: row; overflow: hidden; gap: 10px; height: auto; }
    .showcase-card { min-height: 120px; max-height: 140px; }
    .showcase-card img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
    .showcase-slide-overlay { padding: 16px; }
    .showcase-slide-overlay h3 { font-size: 1.1rem; }
    .showcase-slide-overlay p { font-size: 12px; margin: 0 0 10px; }
    .showcase-btn { padding: 8px 16px; font-size: 12px; }
    .showcase-card-overlay { padding: 12px; }
    .showcase-card-overlay h3 { font-size: 0.85rem; margin: 0 0 4px; }
    .showcase-card-btn { padding: 4px 12px; font-size: 11px; }
    .showcase-nav { width: 32px; height: 32px; font-size: 13px; }
}

/* ===== SECTIONS ===== */
.section { padding: 60px 0; }
.section-light { background: var(--gray-50); }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { font-size: 2rem; font-weight: 800; color: var(--gray-900); margin-bottom: 8px; }
.section-title p { color: var(--gray-500); font-size: 16px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== CATEGORY CARDS ===== */
/* ===== CATEGORY SLIDER ===== */
.category-slider-wrap { position: relative; overflow: hidden; }
.category-slider {
    display: flex; gap: 20px; transition: transform 0.4s ease;
    overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
    -ms-overflow-style: none; scrollbar-width: none; padding: 4px 0;
}
.category-slider::-webkit-scrollbar { display: none; }
.category-slide {
    flex: 0 0 calc(16.666% - 17px); min-width: 0; scroll-snap-align: start;
    display: block; background: var(--white); border-radius: 12px; padding: 24px 20px;
    text-align: center; transition: all 0.3s; border: 1px solid var(--gray-200);
    cursor: pointer; text-decoration: none;
}
.category-slide:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--orange); }
.category-slide .cat-icon {
    width: 56px; height: 56px; border-radius: 12px; background: #fef3c7;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px; font-size: 24px; color: var(--orange);
}
.category-slide .cat-icon img { width: 40px; height: 40px; object-fit: contain; }
.category-slide h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--gray-900); }
.category-slide .cat-count { font-size: 13px; color: var(--gray-500); }
.cat-slider-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 40px; height: 40px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.95); box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    color: var(--gray-700); font-size: 14px; cursor: pointer; transition: all 0.3s;
    display: flex; align-items: center; justify-content: center;
}
.cat-slider-nav:hover { background: var(--orange); color: #fff; }
.cat-slider-prev { left: 0; }
.cat-slider-next { right: 0; }
@media (max-width: 992px) { .category-slide { flex: 0 0 calc(25% - 15px); } }
@media (max-width: 768px) { .category-slide { flex: 0 0 calc(33.333% - 14px); } }
@media (max-width: 480px) { .category-slide { flex: 0 0 calc(50% - 10px); } }

/* ===== HEADLINE BENTO GRID ===== */
.headline-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}
.headline-bento .headline-card:first-child {
    grid-row: span 2;
}
.headline-card {
    position: relative; border-radius: 16px; overflow: hidden;
    display: block; text-decoration: none;
}
.headline-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s;
}
.headline-card:hover img { transform: scale(1.05); }
.headline-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 16px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
}
.headline-overlay h3 {
    font-size: 15px; font-weight: 700; margin: 4px 0 0; line-height: 1.3;
}
.headline-bento .headline-card:first-child .headline-overlay h3 {
    font-size: 18px;
}
.headline-date {
    display: inline-block; font-size: 11px; background: rgba(255,255,255,0.2);
    padding: 3px 10px; border-radius: 20px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.headline-badge {
    display: inline-block; font-size: 11px; background: rgba(255,255,255,0.25);
    padding: 3px 10px; border-radius: 20px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: #fff;
}
.headline-cat {
    display: inline-block; font-size: 11px; color: rgba(255,255,255,0.8); margin-top: 4px;
}
@media (max-width: 768px) {
    .headline-bento {
        display: flex; overflow-x: auto; gap: 12px;
        scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none;
    }
    .headline-bento::-webkit-scrollbar { display: none; }
    .headline-bento .headline-card {
        flex: 0 0 280px; min-height: 220px; scroll-snap-align: start;
    }
    .headline-bento .headline-card:first-child {
        grid-row: auto;
    }
}

/* ===== HEADLINE 2 BENTO GRID ===== */
.headline2-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}
.headline2-bento .headline2-card:first-child {
    grid-row: span 2;
}
.headline2-card {
    position: relative; border-radius: 16px; overflow: hidden;
    display: block; text-decoration: none;
}
.headline2-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s;
}
.headline2-card:hover img { transform: scale(1.05); }
.headline2-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 16px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
}
.headline2-overlay h3 {
    font-size: 14px; font-weight: 700; margin: 6px 0 0; line-height: 1.3;
}
.headline2-category {
    display: block; font-size: 11px; color: rgba(255,255,255,0.75);
    margin-top: 4px; font-weight: 400;
}
.headline2-bento .headline2-card:first-child .headline2-overlay h3 {
    font-size: 17px;
}
.headline2-date {
    display: inline-block; font-size: 11px; background: rgba(255,255,255,0.2);
    padding: 4px 12px; border-radius: 20px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
    color: #fff;
}
.headline2-info {
    position: absolute; top: 12px; right: 12px;
    width: 30px; height: 30px; border-radius: 50%;
    background: rgba(255,255,255,0.2); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 14px;
    transition: background 0.3s;
}
.headline2-card:hover .headline2-info { background: var(--orange); }
.headline2-more-btn {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 12px 32px; border-radius: 30px;
    border: 1.5px solid var(--gray-300); background: var(--white);
    color: var(--gray-700); font-size: 14px; font-weight: 600;
    text-decoration: none; transition: all 0.3s;
}
.headline2-more-btn span { color: var(--gray-400); font-weight: 400; }
.headline2-more-btn:hover { border-color: var(--orange); color: var(--orange); }

/* Manset 2 - Tarla Theme */
.manset2-tarla-bg { background: linear-gradient(135deg, #fff4e6 0%, #fbe2c4 30%, #f4cc9d 60%, #ecb87d 100%); }
.manset2-icon { position:absolute; color:#6b7c3f; pointer-events:none; z-index:1; }
.manset2-tarla-bg .section-title h2 { color:#4a5528; }
.manset2-tarla-bg .section-title p { color:#6b7c3f; }
.manset2-tarla-bg .headline2-card { box-shadow: 0 4px 20px rgba(74,85,40,0.15); }
.manset2-tarla-bg .headline2-more-btn { background:rgba(74,85,40,0.1); border-color:rgba(74,85,40,0.25); color:#4a5528; }
.manset2-tarla-bg .headline2-more-btn span { color:rgba(74,85,40,0.6); }
.manset2-tarla-bg .headline2-more-btn:hover { background:rgba(74,85,40,0.2); border-color:rgba(74,85,40,0.4); color:#3a4420; }

/* Tarladan Halka Satış - Sosyalleş banner'ının tarla temalı varyantı */
.tarla-promo-section { padding: 12px 0; margin-bottom: 40px; }
.sosyal-promo-banner--tarla {
    background: linear-gradient(135deg, #9bb845 0%, #c89b3a 50%, #d97706 100%);
}
.sosyal-promo-banner--tarla:hover {
    box-shadow: 0 12px 36px rgba(217,119,6,0.38);
}
.sosyal-promo-banner--tarla .sosyal-promo-shape-1 { background: #fff5e1; opacity: 0.20; }
.sosyal-promo-banner--tarla .sosyal-promo-shape-2 { background: #4a7c1e; opacity: 0.16; }
.sosyal-promo-banner--tarla .sosyal-promo-icon {
    background: rgba(255,255,255,0.22); color: #fff;
}
.sosyal-promo-banner--tarla .sosyal-promo-badge {
    background: #4a7c1e; color: #fff;
}
.sosyal-promo-banner--tarla .sosyal-promo-text h3 { color: #fff; }
.sosyal-promo-banner--tarla .sosyal-promo-text p { color: rgba(255,255,255,0.88); }
.sosyal-promo-banner--tarla .sosyal-promo-cta span {
    background: rgba(255,255,255,0.22); color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.sosyal-promo-banner--tarla:hover .sosyal-promo-cta span {
    background: rgba(255,255,255,0.32);
}

/* Manset 4 - Ocean Theme */
.manset4-icon { position:absolute; color:#fff; pointer-events:none; z-index:1; }
.manset4-ocean-bg .headline2-card { box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.manset4-ocean-bg .headline2-more-btn { background:rgba(255,255,255,0.15); border-color:rgba(255,255,255,0.3); color:#fff; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.manset4-ocean-bg .headline2-more-btn span { color:rgba(255,255,255,0.6); }
.manset4-ocean-bg .headline2-more-btn:hover { background:rgba(255,255,255,0.25); border-color:rgba(255,255,255,0.5); color:#fff; }
.manset5-icon { position:absolute; color:#fff; pointer-events:none; z-index:1; }
.manset5-vehicle-bg .headline2-card { box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.manset5-vehicle-bg .headline2-more-btn { background:rgba(255,255,255,0.15); border-color:rgba(255,255,255,0.3); color:#fff; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.manset5-vehicle-bg .headline2-more-btn span { color:rgba(255,255,255,0.6); }
.manset5-vehicle-bg .headline2-more-btn:hover { background:rgba(255,255,255,0.25); border-color:rgba(255,255,255,0.5); color:#fff; }

/* ===== Villa ve Bungalov Tatili (Manşet 6) ===== */
.villa6-section { background: linear-gradient(180deg,#fdfaf4 0%,#f6efe2 100%); padding: 56px 0; position: relative; }
.villa6-title h2 { color:#0d3a42; font-weight: 800; }
.villa6-title p { color:#5a6b6e; max-width: 720px; margin: 8px auto 0; }
.villa6-slider-wrap { position: relative; margin-top: 28px; }
.villa6-slider {
    display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth;
    scroll-snap-type: x mandatory; padding: 8px 4px 24px; -ms-overflow-style: none; scrollbar-width: none;
}
.villa6-slider::-webkit-scrollbar { display: none; }
.villa6-card {
    flex: 0 0 340px; max-width: 340px; background:#fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 6px 24px rgba(13,58,66,0.12); scroll-snap-align: start; display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.villa6-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(13,58,66,0.18); }
.villa6-card-media { position: relative; width: 100%; height: 210px; overflow: hidden; background:#e9e2d0; }
.villa6-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.villa6-card:hover .villa6-card-media img { transform: scale(1.06); }
.villa6-card-noimg { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:48px; color:#b8a985; }
.villa6-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; z-index: 2; }
.villa6-badge {
    display: inline-block; padding: 6px 12px; border-radius: 14px 14px 14px 0;
    font-size: 11px; font-weight: 700; letter-spacing: .3px; color:#fff; line-height: 1.2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18); max-width: 220px;
}
.villa6-badge-primary { background:#1d6fb8; }
.villa6-badge-secondary { background:#f5a623; color:#1b1b1b; }
.villa6-actions { position: absolute; top: 12px; right: 12px; display: flex; gap: 6px; z-index: 2; }
.villa6-icon-btn {
    width: 34px; height: 34px; border-radius: 50%; border: none; cursor: pointer;
    background: rgba(255,255,255,0.92); color:#0d3a42; display:flex; align-items:center; justify-content:center;
    font-size: 14px; text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,0.12); transition: background .2s ease, color .2s ease;
}
.villa6-icon-btn:hover { background:#f5a623; color:#fff; }
.villa6-card-body { position: relative; padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; }
.villa6-card-title { margin: 0; font-size: 18px; font-weight: 700; color:#0d3a42; line-height: 1.3; }
.villa6-card-title a { color: inherit; text-decoration: none; }
.villa6-card-title a:hover { color:#1d6fb8; }
.villa6-loc { font-size: 13px; color:#5a6b6e; display: flex; align-items: center; gap: 6px; }
.villa6-loc i { color:#f5a623; }
.villa6-meta { display: flex; flex-wrap: wrap; gap: 10px 14px; font-size: 12px; color:#5a6b6e; margin-top: 2px; }
.villa6-meta span { display: inline-flex; align-items: center; gap: 5px; }
.villa6-meta i { color:#0d3a42; }
.villa6-price-area { position: relative; margin-top: 10px; padding: 14px 16px 12px; border-top: 1px dashed #e6ddc6; display: flex; align-items: center; justify-content: space-between; gap: 10px; overflow: hidden; }
.villa6-price-arc {
    position: absolute; right: -60px; top: -30px; width: 220px; height: 160px;
    background: #0d3a42; border-radius: 50% 0 0 50% / 50% 0 0 50%;
    transform: rotate(-8deg); z-index: 0; opacity: .96;
}
.villa6-price-info { position: relative; z-index: 1; display: flex; flex-direction: column; line-height: 1.1; }
.villa6-price-label { color:#fff; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-align: right; }
.villa6-price-sub { color: rgba(255,255,255,0.85); font-size: 10px; font-weight: 600; letter-spacing: .3px; text-align: right; margin-top: 2px; }
.villa6-price-info { margin-left: auto; margin-right: 6px; align-items: flex-end; }
.villa6-btn {
    position: relative; z-index: 1; display: inline-block; background:#f5a623; color:#1b1b1b;
    padding: 9px 16px; border-radius: 8px; font-weight: 800; font-size: 12px; letter-spacing: .4px;
    text-decoration: none; box-shadow: 0 4px 10px rgba(245,166,35,0.35); transition: background .2s ease, transform .2s ease;
}
.villa6-btn:hover { background:#e6961a; color:#1b1b1b; transform: translateY(-1px); }
.villa6-nav {
    position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%;
    background:#fff; color:#0d3a42; border: 1px solid #e6ddc6; box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; font-size: 14px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.villa6-nav:hover { background:#0d3a42; color:#fff; }
.villa6-nav:active { transform: translateY(-50%) scale(0.88); }
.villa6-nav-prev { left: -6px; }
.villa6-nav-next { right: -6px; }

/* Slider card transition animations */
@keyframes villa6SlideInRight {
    0%   { opacity: 0; transform: translateX(60px) scale(0.92); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes villa6SlideInLeft {
    0%   { opacity: 0; transform: translateX(-60px) scale(0.92); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}
.villa6-card.slide-in-right {
    animation: villa6SlideInRight 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.villa6-card.slide-in-left {
    animation: villa6SlideInLeft 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 768px) {
    .villa6-section { padding: 40px 0; }
    .villa6-card { flex: 0 0 280px; max-width: 280px; }
    .villa6-card-media { height: 180px; }
    .villa6-nav { width: 36px; height: 36px; font-size: 13px; }
    .villa6-nav-prev { left: -4px; }
    .villa6-nav-next { right: -4px; }
}
/* ===== /Villa ve Bungalov Tatili ===== */
@media (max-width: 768px) {
    .headline2-bento {
        display: flex; overflow-x: auto; gap: 12px;
        scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none;
    }
    .headline2-bento::-webkit-scrollbar { display: none; }
    .headline2-bento .headline2-card {
        flex: 0 0 280px; min-height: 220px; scroll-snap-align: start;
    }
    .headline2-bento .headline2-card:first-child {
        grid-row: auto;
    }
}

/* ===== CATEGORY GRID (listing pages) ===== */
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; }
.category-card {
    display: block; background: var(--white); border-radius: 12px; padding: 24px 20px;
    text-align: center; transition: all 0.3s; border: 1px solid var(--gray-200);
    cursor: pointer; text-decoration: none; height: 100%;
}
.category-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--orange); }
.category-card .cat-icon {
    width: 56px; height: 56px; border-radius: 12px; background: #fef3c7;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px; font-size: 24px; color: var(--orange);
}
.category-card .cat-icon img { width: 40px; height: 40px; object-fit: contain; }
.category-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--gray-900); }
.category-card .cat-count { font-size: 13px; color: var(--gray-500); }

/* ===== FIRM CARDS ===== */
.firm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
/* firmalar.php özel: mobilde de 2-kolon grid (yatay slider olmasın) */
.firm-grid-list { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; gap: 24px !important; overflow: visible !important; scroll-snap-type: none !important; }
.firm-grid-list .firm-card { min-width: 0 !important; flex-shrink: 1 !important; scroll-snap-align: none !important; }
.firm-card {
    background: var(--white); border-radius: 12px; overflow: hidden;
    border: 1px solid var(--gray-200); transition: all 0.3s;
}
.firm-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.firm-card-img {
    height: 180px; background: var(--gray-100);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.firm-card-img img { width: 100%; height: 100%; object-fit: cover; }
.firm-card-img .no-img { font-size: 48px; color: var(--gray-300); }
.firm-card-body { padding: 16px 20px; }
.firm-card-body h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.firm-card-body h3 a { color: var(--gray-900); }
.firm-card-body h3 a:hover { color: var(--orange); }
.firm-card-meta { font-size: 13px; color: var(--gray-700); display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.firm-card-meta span { display: flex; align-items: center; gap: 4px; }
.firm-card-meta i { font-size: 12px; }
.firm-card-footer { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; border-top: 1px solid var(--gray-100); }
.firm-card-rating { color: var(--orange); font-size: 14px; }
.firm-card-badge { font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 600; }
.badge-premium { background: #fef3c7; color: #92400e; }
.badge-verified { background: #d1fae5; color: #065f46; }

/* ===== AUTHOR BLOG SLIDER ===== */
.author-blog-section {
    background: linear-gradient(135deg, #fefce8 0%, #fef3c7 30%, #fff7ed 60%, #fefce8 100%);
    position: relative; overflow: hidden;
}
.author-blog-section::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 200px; height: 200px; border-radius: 50%;
    background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.author-blog-section::after {
    content: ''; position: absolute; bottom: -40px; left: -40px;
    width: 160px; height: 160px; border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
    pointer-events: none;
}
[data-theme="dark"] .author-blog-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
}
[data-theme="dark"] .author-blog-section::before {
    background: radial-gradient(circle, rgba(245,158,11,0.05) 0%, transparent 70%);
}
[data-theme="dark"] .author-blog-section::after {
    background: radial-gradient(circle, rgba(59,130,246,0.04) 0%, transparent 70%);
}
.author-blog-slider-wrap { position: relative; overflow: hidden; padding: 0 54px; }
.author-blog-slider {
    display: flex; gap: 20px; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.author-blog-slide { flex: 0 0 calc(33.333% - 14px); min-width: 0; }
.author-blog-card {
    display: block; text-decoration: none; border-radius: 16px; overflow: hidden;
    background: var(--white); border: 1px solid var(--gray-200);
    transition: all 0.35s ease; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.author-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    border-color: var(--orange);
}
.author-blog-cover {
    position: relative; height: 220px; overflow: hidden; background: var(--gray-100);
}
.author-blog-cover img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.author-blog-card:hover .author-blog-cover img {
    transform: scale(1.08);
}
.author-blog-cover-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    color: rgba(255,255,255,0.25); font-size: 52px;
}
.author-blog-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; top: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
    pointer-events: none;
}
.author-blog-content {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 20px; z-index: 2;
}
.author-blog-content h3 {
    font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 6px;
    line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.author-blog-date {
    font-size: 12px; color: rgba(255,255,255,0.8);
}
.author-blog-footer {
    display: flex; align-items: center; gap: 10px; padding: 14px 16px;
    border-top: 1px solid var(--gray-100);
}
.author-blog-avatar {
    width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff; font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(245,158,11,0.3); overflow: hidden;
}
.author-blog-info { flex: 1; min-width: 0; }
.author-blog-name {
    display: block; font-size: 13px; font-weight: 600; color: var(--gray-900);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.author-blog-role {
    display: block; font-size: 11px; color: var(--gray-500);
}
.author-blog-arrow {
    width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
    background: var(--gray-100); color: var(--gray-500);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; transition: all 0.3s;
}
.author-blog-card:hover .author-blog-arrow {
    background: var(--orange); color: #fff;
    transform: translateX(2px);
}
.author-blog-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 40px; height: 40px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.98); box-shadow: 0 2px 14px rgba(0,0,0,0.15);
    color: var(--gray-700); font-size: 14px; cursor: pointer; transition: all 0.3s;
    display: flex; align-items: center; justify-content: center;
}
.author-blog-nav:hover { background: var(--orange); color: #fff; box-shadow: 0 4px 18px rgba(245,158,11,0.4); }
.author-blog-prev { left: 6px; }
.author-blog-next { right: 6px; }
.author-blog-all-btn {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 12px 28px; border-radius: 10px; font-size: 14px; font-weight: 600;
    background: var(--navy); color: #fff; text-decoration: none;
    transition: all 0.3s;
}
.author-blog-all-btn:hover {
    background: var(--navy-dark); transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(30,58,95,0.3); color: #fff;
}
@media (max-width: 992px) {
    .author-blog-slider-wrap { padding: 0 44px; }
    .author-blog-slide { flex: 0 0 calc(50% - 10px); }
    .author-blog-cover { height: 190px; }
}
@media (max-width: 576px) {
    .author-blog-slider-wrap { overflow: visible; padding: 0; }
    .author-blog-slider {
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory; scroll-behavior: smooth;
        -ms-overflow-style: none; scrollbar-width: none;
        transform: none !important; padding-bottom: 4px;
    }
    .author-blog-slider::-webkit-scrollbar { display: none; }
    .author-blog-slide { flex: 0 0 calc(85%); scroll-snap-align: start; }
    .author-blog-cover { height: 170px; }
    .author-blog-content h3 { font-size: 14px; }
    .author-blog-nav { display: none; }
}
/* Dark mode */
[data-theme="dark"] .author-blog-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .author-blog-card:hover { border-color: var(--orange); }
[data-theme="dark"] .author-blog-footer { border-top-color: var(--gray-200); }
[data-theme="dark"] .author-blog-name { color: var(--gray-900); }
[data-theme="dark"] .author-blog-arrow { background: var(--gray-200); color: var(--gray-500); }
[data-theme="dark"] .author-blog-nav { background: var(--card-bg); color: var(--gray-700); }

/* ===== POPULAR CITIES BENTO ===== */
.popular-cities-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 170px;
    gap: 12px;
}
/* 1. ve 4. kart: büyük (2 satır, 4 sütun) */
.popular-cities-bento .popular-city-card:nth-child(1),
.popular-cities-bento .popular-city-card:nth-child(4) {
    grid-column: span 4;
    grid-row: span 2;
}
/* 2,3,5,6. kartlar: küçük (1 satır, 4 sütun) */
.popular-cities-bento .popular-city-card:nth-child(2),
.popular-cities-bento .popular-city-card:nth-child(3),
.popular-cities-bento .popular-city-card:nth-child(5),
.popular-cities-bento .popular-city-card:nth-child(6) {
    grid-column: span 4;
}
/* 7+ kartlar: alt sıra, üsttekilerle eşit genişlik (4 sütun) */
.popular-cities-bento .popular-city-card:nth-child(n+7) {
    grid-column: span 4;
}
.popular-city-card {
    position: relative; border-radius: 14px; overflow: hidden;
    display: block; text-decoration: none;
    background: var(--gray-100); transition: all 0.3s;
}
.popular-city-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.15); }
.popular-city-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.popular-city-card:hover img { transform: scale(1.06); }
.popular-city-placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); color: rgba(255,255,255,0.3); font-size: 48px;
}
.popular-city-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 14px 18px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 60%, transparent 100%);
    color: #fff;
}
.popular-city-overlay h4 {
    font-size: 14px; font-weight: 700; margin: 0 0 1px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
/* Büyük kartlarda daha büyük yazı */
.popular-cities-bento .popular-city-card:nth-child(1) .popular-city-overlay h4,
.popular-cities-bento .popular-city-card:nth-child(4) .popular-city-overlay h4 {
    font-size: 17px;
}
.popular-city-parent { font-size: 12px; opacity: 0.85; }
.popular-city-desc { display: block; font-size: 11px; opacity: 0.7; margin-top: 2px; line-height: 1.3; }
.popular-cities-btn {
    display: inline-block; padding: 12px 32px; border-radius: 10px;
    background: var(--navy); color: #fff; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: all 0.3s;
}
.popular-cities-btn:hover { background: var(--navy-dark); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(30,58,95,0.3); }
@media (max-width: 992px) {
    .popular-cities-bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 150px; }
    .popular-cities-bento .popular-city-card:nth-child(1),
    .popular-cities-bento .popular-city-card:nth-child(4) { grid-column: span 3; grid-row: span 2; }
    .popular-cities-bento .popular-city-card:nth-child(2),
    .popular-cities-bento .popular-city-card:nth-child(3),
    .popular-cities-bento .popular-city-card:nth-child(5),
    .popular-cities-bento .popular-city-card:nth-child(6) { grid-column: span 3; }
    .popular-cities-bento .popular-city-card:nth-child(n+7) { grid-column: span 3; }
}
@media (max-width: 576px) {
    .popular-cities-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
    .popular-cities-bento .popular-city-card:nth-child(1),
    .popular-cities-bento .popular-city-card:nth-child(4) { grid-column: span 2; grid-row: span 2; }
    .popular-cities-bento .popular-city-card:nth-child(2),
    .popular-cities-bento .popular-city-card:nth-child(3),
    .popular-cities-bento .popular-city-card:nth-child(5),
    .popular-cities-bento .popular-city-card:nth-child(6),
    .popular-cities-bento .popular-city-card:nth-child(n+7) { grid-column: span 1; }
    .popular-cities-bento .popular-city-card:nth-child(n+7) { display: none; }
}

/* ===== BLOG CARDS ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 992px) { .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 576px) { .blog-grid { grid-template-columns: 1fr; gap: 14px; } }
.blog-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid var(--gray-200); transition: all 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.blog-card-img { height: 200px; background: var(--gray-100); overflow: hidden; }
@media (max-width: 576px) { .blog-card-img { height: 180px; } }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 20px; }
@media (max-width: 576px) { .blog-card-body { padding: 14px; } }
.blog-card-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
@media (max-width: 576px) { .blog-card-body h3 { font-size: 16px; } }
.blog-card-body h3 a:hover { color: var(--orange); }
.blog-card-body p { font-size: 14px; color: var(--gray-700); line-height: 1.6; }
@media (max-width: 576px) { .blog-card-body p { font-size: 13px; } }
.blog-card-date { font-size: 12px; color: var(--gray-700); margin-top: 12px; }

/* ===== FOOTER ===== */
.site-footer {
    background: var(--navy-dark);
    color: rgba(255,255,255,0.7);
    padding: 60px 0 0;
}
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: var(--white); font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.footer-col p { font-size: 14px; line-height: 1.8; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--orange); }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
    width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7);
    transition: all 0.2s;
}
.footer-social a:hover { background: var(--orange); color: var(--white); }
.footer-app-badges { display: flex; gap: 8px; margin-top: 14px; align-items: center; }
.footer-app-badges .app-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px; padding: 6px 12px; color: rgba(255,255,255,0.85);
    font-size: 12px; font-weight: 600; text-decoration: none;
    transition: all 0.25s ease; white-space: nowrap;
}
.footer-app-badges .app-badge i { font-size: 16px; }
.footer-app-badges .app-badge:hover {
    background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3);
    color: #fff; transform: translateY(-1px);
}
.footer-app-badges.mobile { justify-content: center; }
.footer-brand { margin-bottom: 14px; }
.footer-brand img { max-height: 48px; width: auto; }
.footer-brand-text {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    display: inline-block;
}
.footer-brand-text::first-letter { color: var(--orange); }
.footer-mobile-app { display: none; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 11px;
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--orange); }

/* ===== BREADCRUMB ===== */
.breadcrumb-bar { background: var(--gray-50); padding: 14px 0; border-bottom: 1px solid var(--gray-200); }
.breadcrumb-bar .breadcrumb { margin: 0; font-size: 14px; }
.breadcrumb-bar .breadcrumb a { color: var(--gray-500); }
.breadcrumb-bar .breadcrumb a:hover { color: var(--orange); }

/* ===== SIDEBAR FILTERS ===== */
.filter-sidebar { background: var(--white); border-radius: 12px; border: 1px solid var(--gray-200); padding: 24px; }
.filter-sidebar h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.filter-sidebar .filter-group { margin-bottom: 20px; }
.filter-sidebar .filter-group label { font-size: 14px; font-weight: 600; margin-bottom: 8px; display: block; }
.filter-sidebar .form-select, .filter-sidebar .form-control { border-radius: 8px; }
.btn-search-orange { background: var(--orange); color: var(--white); border: none; border-radius: 8px; width: 100%; padding: 12px; font-weight: 600; cursor: pointer; }
.btn-search-orange:hover { background: var(--orange-hover); }
.btn-filter-reset { display: block; text-align: center; margin-top: 10px; font-size: 13px; color: var(--gray-500); text-decoration: underline; }
.btn-filter-reset:hover { color: var(--red); }
.mobile-filter-toggle { display: none; }
.filter-overlay { display: none; }
.filter-mobile-close { display: none; }
@media (max-width: 991px) {
    .mobile-filter-toggle {
        display: flex; align-items: center; justify-content: center;
        width: 100%; padding: 12px; margin-bottom: 16px;
        background: var(--white); border: 1.5px solid var(--gray-200);
        border-radius: 10px; font-size: 14px; font-weight: 600;
        color: var(--gray-700); cursor: pointer; transition: all 0.2s;
    }
    .mobile-filter-toggle:hover { border-color: var(--orange); color: var(--orange); }
    .filter-count-badge {
        display: inline-flex; align-items: center; justify-content: center;
        min-width: 20px; height: 20px; border-radius: 10px;
        background: var(--orange); color: #fff; font-size: 11px;
        font-weight: 700; margin-left: 8px;
    }
    .filter-sidebar {
        position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100;
        border-radius: 20px 20px 0 0; border: none;
        box-shadow: 0 -8px 40px rgba(0,0,0,0.15);
        transform: translateY(100%); transition: transform 0.3s ease;
        max-height: 85vh; max-height: 85dvh; overflow-y: auto;
        padding: 24px 20px 32px;
        -webkit-overflow-scrolling: touch;
    }
    .filter-sidebar.open { transform: translateY(0); }
    .filter-overlay.open {
        display: block; position: fixed; inset: 0; z-index: 1090;
        background: rgba(0,0,0,0.4);
    }
    .filter-mobile-close {
        display: flex; align-items: center; justify-content: center;
        position: absolute; top: 12px; right: 12px;
        width: 36px; height: 36px; border-radius: 50%;
        background: var(--gray-100); color: var(--gray-700);
        border: none; font-size: 16px; cursor: pointer;
        z-index: 2;
    }
    .filter-mobile-close:hover { background: var(--gray-200); }
}

/* ===== DETAIL PAGE ===== */
.firm-detail-header { background: var(--white); border-radius: 12px; border: 1px solid var(--gray-200); padding: 24px; margin-bottom: 24px; }
.firm-detail-header .firm-logo { width: 80px; height: 80px; border-radius: 12px; overflow: hidden; }
.firm-detail-header .firm-logo img { width: 100%; height: 100%; object-fit: cover; }
.firm-info-card { background: var(--white); border-radius: 12px; border: 1px solid var(--gray-200); padding: 24px; margin-bottom: 24px; }
.firm-info-card h2 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }

/* ===== VILLA / BUNGALOV DETAIL CARD ===== */
.villa-detail-card { border-left: 4px solid #0ea5e9; }
.villa-detail-card h2 { color: #0369a1; }
.villa-detail-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 10px;
}
@media (max-width: 768px) { .villa-detail-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .villa-detail-grid { grid-template-columns: 1fr; } }
.villa-detail-item {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 14px; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 10px;
}
.villa-detail-item > i { font-size: 18px; color: #0ea5e9; width: 24px; text-align: center; flex-shrink: 0; }
.villa-detail-item > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.villa-detail-label { font-size: 12px; color: #64748b; font-weight: 500; }
.villa-detail-value { font-size: 14px; color: #0f172a; font-weight: 700; }
.villa-detail-sub {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 700; color: #0f172a;
    margin: 18px 0 10px; padding: 7px 12px;
    background: linear-gradient(90deg, #e0f2fe, #f0f9ff); border-left: 3px solid #0ea5e9; border-radius: 6px;
}
.villa-detail-sub i { color: #0ea5e9; }
.villa-pool-grid { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.villa-pool-box {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-width: 90px; padding: 12px 16px; border-radius: 10px;
    background: linear-gradient(135deg, #0ea5e9, #0369a1); color: #fff;
}
.villa-pool-box span { font-size: 11px; opacity: .9; font-weight: 500; }
.villa-pool-box strong { font-size: 16px; font-weight: 800; }
.villa-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.villa-chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px; font-size: 12.5px; font-weight: 500;
    background: #f1f5f9; color: #334155; border: 1px solid #e2e8f0; border-radius: 999px;
}
.villa-chip i { font-size: 11px; color: #0ea5e9; }
.villa-chip-ok { background: #ecfdf5; color: #065f46; border-color: #a7f3d0; }
.villa-chip-ok i { color: #10b981; }
.villa-chip-concept {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd); color: #0369a1; border-color: #7dd3fc; font-weight: 600;
}
[data-theme="dark"] .villa-detail-item { background: rgba(14,165,233,0.08); border-color: rgba(14,165,233,0.25); }
[data-theme="dark"] .villa-detail-label { color: #94a3b8; }
[data-theme="dark"] .villa-detail-value { color: #e2e8f0; }
[data-theme="dark"] .villa-detail-sub { background: rgba(14,165,233,0.12); color: #e2e8f0; }
[data-theme="dark"] .villa-chip { background: rgba(148,163,184,0.12); color: #cbd5e1; border-color: rgba(148,163,184,0.2); }

/* Firm Contact Buttons */
.firm-contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.firm-contact-btn {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 12px; font-size: 18px;
    text-decoration: none; transition: all 0.2s; border: 1px solid transparent;
}
.firm-contact-btn i { font-size: 18px; }
.firm-contact-phone { background: #eef2ff; color: #4f46e5; border-color: #c7d2fe; }
.firm-contact-phone:hover { background: #4f46e5; color: #fff; }
.firm-contact-whatsapp { background: #ecfdf5; color: #059669; border-color: #a7f3d0; }
.firm-contact-whatsapp:hover { background: #059669; color: #fff; }
.firm-contact-email { background: #fef3c7; color: #d97706; border-color: #fde68a; }
.firm-contact-email:hover { background: #d97706; color: #fff; }
.firm-contact-web { background: #f0f9ff; color: #0284c7; border-color: #bae6fd; }
.firm-contact-web:hover { background: #0284c7; color: #fff; }
.firm-contact-map { background: #fef2f2; color: #dc2626; border-color: #fecaca; }
.firm-contact-map:hover { background: #dc2626; color: #fff; }
.firm-address-text { margin-top: 14px; padding-top: 14px; border-top: 1px solid #f3f4f6; font-size: 14px; color: #6b7280; }

/* Firm Stats */
.firm-stats-grid { display: flex; gap: 16px; }
.firm-stat-item {
    flex: 1; text-align: center; padding: 16px 12px; border-radius: 12px;
    background: #f9fafb; border: 1px solid #f3f4f6;
}
.firm-stat-item i { font-size: 22px; color: #f59e0b; margin-bottom: 8px; }
.firm-stat-value { font-size: 22px; font-weight: 800; color: #1f2937; }
.firm-stat-label { font-size: 12px; color: #6b7280; margin-top: 2px; }

/* Photo Slider */
.firm-photo-gallery { position: relative; }
.firm-photo-slider {
    display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none;
}
.firm-photo-slider::-webkit-scrollbar { display: none; }
.firm-photo-item {
    flex: 0 0 calc(33.333% - 6px); scroll-snap-align: start;
    border-radius: 10px; overflow: hidden; cursor: pointer; position: relative;
}
.firm-photo-item img { width: 100%; height: 160px; object-fit: cover; transition: transform 0.3s; display: block; }
.firm-photo-item:hover img { transform: scale(1.05); }
.photo-slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    width: 34px; height: 34px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.9); box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #374151; transition: all 0.2s;
}
.photo-slider-btn:hover { background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.photo-slider-prev { left: 8px; }
.photo-slider-next { right: 8px; }

/* Photo Popup / Lightbox */
.photo-popup-overlay {
    display: none; position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.92); align-items: center; justify-content: center;
}
.photo-popup-overlay.active { display: flex; }
.photo-popup-close {
    position: absolute; top: 16px; right: 20px; z-index: 10;
    background: none; border: none; color: #fff; font-size: 36px;
    cursor: pointer; line-height: 1; opacity: 0.7; transition: opacity 0.2s;
}
.photo-popup-close:hover { opacity: 1; }
.photo-popup-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
    background: rgba(255,255,255,0.15); border: none; color: #fff;
    width: 48px; height: 48px; border-radius: 50%; cursor: pointer;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
    transition: background 0.2s;
}
.photo-popup-nav:hover { background: rgba(255,255,255,0.3); }
.photo-popup-prev { left: 20px; }
.photo-popup-next { right: 20px; }
.photo-popup-img-wrap { text-align: center; max-width: 90vw; max-height: 85vh; }
.photo-popup-img-wrap img { max-width: 100%; max-height: 80vh; border-radius: 8px; object-fit: contain; }
.photo-popup-counter {
    color: rgba(255,255,255,0.7); font-size: 14px; text-align: center;
    margin-top: 12px;
}
@media (max-width: 768px) {
    .firm-photo-item { flex: 0 0 calc(50% - 4px); }
    .firm-photo-item img { height: 130px; }
    .photo-popup-nav { width: 38px; height: 38px; font-size: 16px; }
    .photo-popup-prev { left: 8px; }
    .photo-popup-next { right: 8px; }
}
/* Mobilde firma-detay kart sıralaması: İletişim + Sosyal Medya en üstte, Yorumlar İstatistikler'in hemen altında */
@media (max-width: 991.98px) {
    .firm-detail-row { display: flex; flex-direction: column; }
    .firm-detail-row > .col-lg-8,
    .firm-detail-row > .col-lg-4 { display: contents; }
    .firm-detail-header { order: 1; }
    .fd-sec-contact { order: 2; }
    .firma-disclaimer { order: 3; }
    .rez-cta-card { order: 4; }
    .fd-sec-about { order: 5; }
    .fd-sec-villa { order: 6; }
    .fd-sec-photos { order: 7; }
    .fd-sec-posts { order: 8; }
    .fd-sec-visitors { order: 9; }
    .fd-sec-stats { order: 10; }
    .fd-sec-reviews { order: 11; }
    .fd-sec-hours { order: 12; }
    .fd-sec-social { order: 13; }
    .firm-report-btn-wrap { order: 14; }
    .fd-sec-nearby { order: 15; }
    /* Prevent horizontal overflow */
    .firm-info-card { max-width: 100%; overflow-x: hidden; box-sizing: border-box; }
    .firma-disclaimer { max-width: 100%; box-sizing: border-box; }
    .firm-detail-row > .col-lg-8 > style,
    .firm-detail-row > .col-lg-8 > script,
    .firm-detail-row > .col-lg-4 > style,
    .firm-detail-row > .col-lg-4 > script { display: none; }
}
@media (max-width: 480px) {
    .firm-contact-buttons { gap: 8px; }
    .firm-contact-btn { width: 40px; height: 40px; font-size: 16px; }
}

/* ===== TATIL POPUP (Confirm / Alert / Toast) ===== */
.tatil-popup-overlay {
    position: fixed; inset: 0; z-index: 10000;
    background: rgba(0,0,0,0.45);
    /* backdrop-filter omitted from base state — prevents GPU compositor layer
       being active on every page and blocking touch events on mobile */
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.2s ease;
    pointer-events: none;
}
.tatil-popup-overlay.active {
    opacity: 1; pointer-events: auto;
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.tatil-popup {
    background: var(--white, #fff); border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2); width: 90%; max-width: 400px;
    padding: 32px 28px 24px; text-align: center;
    transform: scale(0.9) translateY(10px); transition: transform 0.25s ease;
}
.tatil-popup-overlay.active .tatil-popup { transform: scale(1) translateY(0); }
.tatil-popup-icon {
    width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.tatil-popup-icon.warning { background: #fef3c7; color: #f59e0b; }
.tatil-popup-icon.danger { background: #fee2e2; color: #ef4444; }
.tatil-popup-icon.success { background: #dcfce7; color: #22c55e; }
.tatil-popup-icon.info { background: #dbeafe; color: #3b82f6; }
.tatil-popup-title {
    font-size: 17px; font-weight: 700; color: var(--gray-900, #1f2937);
    margin-bottom: 8px; line-height: 1.4;
}
.tatil-popup-message {
    font-size: 14px; color: var(--gray-500, #6b7280);
    line-height: 1.6; margin-bottom: 24px;
}
.tatil-popup-actions { display: flex; gap: 10px; justify-content: center; }
.tatil-popup-btn {
    padding: 10px 24px; border-radius: 10px; font-size: 14px; font-weight: 600;
    border: none; cursor: pointer; transition: all 0.2s; min-width: 100px;
}
.tatil-popup-btn.confirm { background: #ef4444; color: #fff; }
.tatil-popup-btn.confirm:hover { background: #dc2626; }
.tatil-popup-btn.confirm.primary-action { background: #f59e0b; color: #fff; }
.tatil-popup-btn.confirm.primary-action:hover { background: #d97706; }
.tatil-popup-btn.cancel {
    background: var(--gray-100, #f3f4f6); color: var(--gray-700, #374151);
}
.tatil-popup-btn.cancel:hover { background: var(--gray-200, #e5e7eb); }
.tatil-popup-btn.ok { background: #3b82f6; color: #fff; }
.tatil-popup-btn.ok:hover { background: #2563eb; }

/* Toast */
.tatil-toast-container {
    position: fixed; top: 20px; right: 20px; z-index: 10001;
    display: flex; flex-direction: column; gap: 8px; pointer-events: none;
}
.tatil-toast {
    background: var(--white, #fff); border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12); padding: 14px 20px;
    display: flex; align-items: center; gap: 12px; min-width: 280px; max-width: 400px;
    transform: translateX(120%); transition: transform 0.3s ease; pointer-events: auto;
}
.tatil-toast.show { transform: translateX(0); }
.tatil-toast-icon { font-size: 18px; flex-shrink: 0; }
.tatil-toast-icon.success { color: #22c55e; }
.tatil-toast-icon.danger { color: #ef4444; }
.tatil-toast-icon.warning { color: #f59e0b; }
.tatil-toast-icon.info { color: #3b82f6; }
.tatil-toast-text { font-size: 13px; font-weight: 500; color: var(--gray-800, #1f2937); line-height: 1.4; }
.tatil-toast-close {
    margin-left: auto; background: none; border: none; color: var(--gray-400, #9ca3af);
    cursor: pointer; font-size: 14px; padding: 0 0 0 8px; flex-shrink: 0;
}
.tatil-toast-close:hover { color: var(--gray-600, #4b5563); }

/* Dark mode */
[data-theme="dark"] .tatil-popup { background: var(--dark-card, #1e293b); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
[data-theme="dark"] .tatil-popup-title { color: #f3f4f6; }
[data-theme="dark"] .tatil-popup-message { color: #9ca3af; }
[data-theme="dark"] .tatil-popup-btn.cancel { background: #334155; color: #e2e8f0; }
[data-theme="dark"] .tatil-popup-btn.cancel:hover { background: #475569; }
[data-theme="dark"] .tatil-toast { background: var(--dark-card, #1e293b); box-shadow: 0 8px 30px rgba(0,0,0,0.4); }
[data-theme="dark"] .tatil-toast-text { color: #e2e8f0; }

@media (max-width: 576px) {
    .tatil-popup { padding: 24px 20px 20px; max-width: 340px; }
    .tatil-popup-icon { width: 48px; height: 48px; font-size: 20px; }
    .tatil-popup-title { font-size: 15px; }
    .tatil-popup-actions { flex-direction: column-reverse; }
    .tatil-popup-btn { width: 100%; }
    .tatil-toast-container { top: 12px; right: 12px; left: 12px; }
    .tatil-toast { min-width: auto; }
}

/* ===== FORMS (frontend) ===== */
.form-page { max-width: 600px; margin: 40px auto; }
.form-page .form-card { background: var(--white); border-radius: 12px; border: 1px solid var(--gray-200); padding: 32px; }
.form-page h2 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.form-page .subtitle { color: var(--gray-500); margin-bottom: 24px; }
.btn-orange-full { width: 100%; padding: 14px; background: var(--orange); border: none; border-radius: 8px; color: var(--white); font-size: 16px; font-weight: 600; cursor: pointer; }
.btn-orange-full:hover { background: var(--orange-hover); }

/* ===== MOBILE BOTTOM NAV ===== */
.mobile-bottom-nav {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
    background: var(--white);
    border-top: none;
    box-shadow: 0 -2px 24px rgba(0,0,0,0.1);
    padding: 8px 0 env(safe-area-inset-bottom, 8px);
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    border-radius: 20px 20px 0 0;
}
.mobile-bottom-nav .nav-items {
    display: flex; align-items: flex-end; justify-content: space-around;
    max-width: 500px; margin: 0 auto; position: relative;
}
.mobile-bottom-nav .nav-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 3px; padding: 6px 0; flex: 1;
    color: var(--gray-400); font-size: 10px; font-weight: 600;
    transition: color 0.2s; text-decoration: none;
}
.mobile-bottom-nav .nav-item i { font-size: 20px; }
.mobile-bottom-nav .nav-item.active { color: var(--orange); }
.mobile-bottom-nav .nav-item:hover { color: var(--orange); }
.mobile-bottom-nav .nav-item-center {
    position: relative; top: -18px;
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover) 100%);
    color: var(--white) !important;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(245,158,11,0.4);
    font-size: 24px !important; flex: none;
    transition: transform 0.2s, box-shadow 0.2s;
    animation: pulse-center 2s ease-in-out infinite;
}
@keyframes pulse-center {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 16px rgba(245,158,11,0.4); }
    50% { transform: scale(1.1); box-shadow: 0 6px 28px rgba(245,158,11,0.6); }
}
.mobile-bottom-nav .nav-item-center:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(245,158,11,0.5);
    animation: none;
}
.mobile-bottom-nav .nav-item-center span { display: none; }
.mobile-bottom-nav .nav-item-center i { font-size: 24px; }

/* ===== HAMBURGER MENU ===== */
.mobile-header-right { display: none; }
.hamburger-btn {
    background: none; border: none; font-size: 24px;
    color: var(--navy); cursor: pointer; padding: 4px 8px;
}
.mobile-dark-toggle { display: none; }
.mobile-menu-overlay {
    display: block; position: fixed; inset: 0; background: rgba(0,0,0,0.55);
    /* backdrop-filter intentionally omitted here — keeps overlay off the GPU compositor
       layer when inactive, preventing touch-event interception on Android/iOS */
    z-index: 1050; opacity: 0; transition: opacity 0.3s ease;
    visibility: hidden; pointer-events: none;
}
.mobile-menu-overlay.active {
    opacity: 1; visibility: visible; pointer-events: auto;
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.mobile-menu-panel {
    position: fixed; top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    width: calc(100% - 32px); max-width: 360px; max-height: 85vh;
    background: var(--white); z-index: 1060;
    border-radius: 20px; box-shadow: 0 25px 80px rgba(0,0,0,0.35);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0.32s;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    display: flex; flex-direction: column;
}
.mobile-menu-panel.active {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0s;
}
/* Mobil menü popup: dikey scrollbarı gizle (kaydırma korunur) */
.mobile-menu-panel { scrollbar-width: none; -ms-overflow-style: none; }
.mobile-menu-panel::-webkit-scrollbar { width: 0; height: 0; display: none; }
.mobile-menu-panel .menu-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 20px; border-bottom: 1px solid var(--gray-200);
}
.mobile-menu-panel .menu-header .menu-brand { font-size: 15px; font-weight: 700; color: var(--navy); margin: 0; }
.mobile-menu-panel .menu-header .menu-brand img { height: 40px !important; }
.mobile-menu-panel .menu-close {
    background: none; border: none; font-size: 18px; color: var(--gray-500); cursor: pointer;
}
.mobile-menu-panel .menu-links { padding: 8px 0; flex: 1; }
.mobile-menu-panel .menu-links a {
    display: flex; align-items: center; gap: 10px; padding: 9px 18px;
    font-size: 13px; font-weight: 500; color: var(--gray-700); transition: background 0.2s, color 0.2s;
    opacity: 0; transform: translateY(12px);
}
.mobile-menu-panel.active .menu-links a {
    animation: mmMenuItemIn 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.mobile-menu-panel.active .menu-links a:nth-child(1) { animation-delay: 0.10s; }
.mobile-menu-panel.active .menu-links a:nth-child(2) { animation-delay: 0.16s; }
.mobile-menu-panel.active .menu-links a:nth-child(3) { animation-delay: 0.22s; }
.mobile-menu-panel.active .menu-links a:nth-child(4) { animation-delay: 0.28s; }
.mobile-menu-panel.active .menu-links a:nth-child(5) { animation-delay: 0.34s; }
.mobile-menu-panel.active .menu-links a:nth-child(6) { animation-delay: 0.40s; }
.mobile-menu-panel.active .menu-links a:nth-child(7) { animation-delay: 0.46s; }
.mobile-menu-panel.active .menu-links a:nth-child(8) { animation-delay: 0.52s; }
.mobile-menu-panel.active .menu-links a:nth-child(9) { animation-delay: 0.58s; }
.mobile-menu-panel.active .menu-links a:nth-child(10) { animation-delay: 0.64s; }
@keyframes mmMenuItemIn {
    to { opacity: 1; transform: translateY(0); }
}
.mobile-menu-panel .menu-links a:hover, .mobile-menu-panel .menu-links a.active {
    background: #fef3c7; color: var(--orange);
}
.mobile-menu-panel .menu-links a i { width: 18px; text-align: center; font-size: 14px; }
.mobile-menu-panel .menu-links a.nav-gradient {
    background: none; -webkit-background-clip: unset; background-clip: unset;
    -webkit-text-fill-color: #f59e0b; color: #f59e0b;
}
.mobile-menu-panel .menu-links a.nav-gradient:hover,
.mobile-menu-panel .menu-links a.nav-gradient.active {
    -webkit-text-fill-color: var(--orange); color: var(--orange);
}
.mobile-menu-panel .menu-footer {
    padding: 12px 18px; border-top: 1px solid var(--gray-200);
    display: flex; flex-direction: column; gap: 6px;
    margin-top: auto;
    opacity: 0; transform: translateY(12px);
}
.mobile-menu-panel .menu-footer .btn-header,
.mobile-menu-panel .menu-footer a,
.mobile-menu-panel .menu-footer button { font-size: 12px !important; padding: 8px 12px !important; }
.mobile-menu-panel.active .menu-footer {
    animation: mmMenuItemIn 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    animation-delay: 0.60s;
}
.menu-dark-toggle {
    display: flex; align-items: center; gap: 10px; padding: 10px 0;
    font-size: 14px; font-weight: 500; color: var(--gray-700); cursor: pointer;
    margin-bottom: 4px; border-bottom: 1px solid var(--gray-200); padding-bottom: 12px;
}
.menu-dark-toggle i { width: 20px; text-align: center; font-size: 16px; color: var(--orange); }
[data-theme="dark"] .menu-dark-toggle i { color: #fbbf24; }
.mobile-menu-panel .menu-footer a,
.mobile-menu-panel .menu-footer button {
    display: block; width: 100%; text-align: center; box-sizing: border-box;
}

/* ===== AUTH MODAL ===== */
.auth-modal-overlay {
    display: flex; position: fixed; inset: 0; background: rgba(0,0,0,0.6);
    z-index: 2000; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s;
    visibility: hidden; pointer-events: none;
}
.auth-modal-overlay.active { opacity: 1; visibility: visible; pointer-events: auto; }
.auth-modal {
    background: var(--white); border-radius: 16px; width: 420px; max-width: 92vw;
    max-height: 92vh; max-height: 92dvh; overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    transform: translateY(20px); transition: transform 0.3s;
    animation: modalSlideUp 0.3s ease forwards;
    scrollbar-width: thin; scrollbar-color: var(--gray-300) transparent;
}
.auth-modal::-webkit-scrollbar { width: 5px; }
.auth-modal::-webkit-scrollbar-track { background: transparent; }
.auth-modal::-webkit-scrollbar-thumb { background: var(--gray-300); border-radius: 4px; }
.auth-modal::-webkit-scrollbar-thumb:hover { background: var(--gray-500); }
@keyframes modalSlideUp { to { transform: translateY(0); } }
.auth-modal-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 24px 0;
}
.auth-modal-header h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin: 0; }
.auth-modal-close {
    background: none; border: none; font-size: 22px; color: var(--gray-500);
    cursor: pointer; width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
}
.auth-modal-close:hover { background: var(--gray-100); }
.auth-tabs {
    display: flex; margin: 16px 24px 0; border-bottom: 2px solid var(--gray-200);
}
.auth-tab {
    flex: 1; padding: 12px; text-align: center; font-size: 14px; font-weight: 600;
    color: var(--gray-500); background: none; border: none; cursor: pointer;
    border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s;
}
.auth-tab.active { color: var(--orange); border-bottom-color: var(--orange); }
.auth-tab:hover { color: var(--orange); }
.auth-modal-body { padding: 20px 24px; }
.auth-panel { display: none; }
.auth-panel.active { display: block; }
.auth-modal-body .mb-3 { margin-bottom: 12px !important; }
.auth-modal-body .form-label { font-size: 13px; margin-bottom: 4px; }
.auth-modal-body .form-control {
    border-radius: 10px; padding: 10px 14px; border: 1.5px solid var(--gray-200);
    font-size: 14px; transition: border-color 0.2s;
}
.auth-modal-body .form-control:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,158,11,0.1); }

/* Password toggle eye button */
.password-toggle-btn {
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
    background: none; border: none; cursor: pointer; padding: 4px 6px;
    color: var(--gray-400); font-size: 15px; z-index: 2; line-height: 1;
}
.password-toggle-btn:hover { color: var(--orange); }

.auth-modal-body .form-label { font-size: 13px; font-weight: 600; color: var(--gray-700); }
.auth-modal-body .btn-auth {
    width: 100%; padding: 13px; border: none; border-radius: 10px;
    font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover) 100%);
    color: var(--white);
}
.auth-modal-body .btn-auth:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(245,158,11,0.4); }
.auth-modal-body .btn-auth:disabled { opacity: 0.6; transform: none; }

/* Password Strength */
.password-strength { margin-top: 6px; }
.strength-bar { height: 4px; background: var(--gray-200); border-radius: 2px; overflow: hidden; }
.strength-fill { height: 100%; width: 0; border-radius: 2px; transition: width 0.3s, background 0.3s; }
.strength-text { font-size: 11px; margin-top: 2px; display: inline-block; }

/* Auth Agreements */
.auth-agreements { margin-bottom: 12px; }

/* ===== REGISTER STEP WIZARD ===== */
.reg-steps-progress {
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; padding: 0 10px;
}
.reg-step-dot {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--gray-200); color: var(--gray-500);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; transition: all 0.3s;
    position: relative; flex-shrink: 0;
}
.reg-step-dot.active {
    background: var(--orange); color: #fff;
    box-shadow: 0 0 0 4px rgba(245,158,11,0.2);
}
.reg-step-dot.done {
    background: #10b981; color: #fff;
}
.reg-step-line {
    flex: 1; height: 3px; background: var(--gray-200);
    margin: 0 6px; border-radius: 3px; overflow: hidden;
}
.reg-step-line-fill {
    height: 100%; width: 0; background: #10b981;
    border-radius: 3px; transition: width 0.4s ease;
}
.reg-step { display: none; animation: regStepFadeIn 0.3s ease; }
.reg-step.active { display: block; }
@keyframes regStepFadeIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}
.reg-step-title {
    font-size: 17px; font-weight: 700; color: var(--navy);
    margin-bottom: 4px;
}
.reg-step-title i { color: var(--orange); margin-right: 6px; }
.reg-step-desc {
    font-size: 13px; color: var(--gray-500); margin-bottom: 16px;
}

/* Role Cards */
.reg-role-cards { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.reg-role-card {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 16px; border: 2px solid var(--gray-200);
    border-radius: 12px; cursor: pointer; transition: all 0.2s;
    background: var(--white);
}
.reg-role-card:hover { border-color: var(--orange); background: #fffbeb; }
.reg-role-card.active {
    border-color: var(--orange); background: #fffbeb;
    box-shadow: 0 0 0 3px rgba(245,158,11,0.1);
}
.reg-role-icon {
    width: 42px; height: 42px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}
.reg-role-card:first-child .reg-role-icon { background: #fef3c7; color: #f59e0b; }
.reg-role-card:last-child .reg-role-icon { background: #dbeafe; color: #3b82f6; }
.reg-role-info { flex: 1; }
.reg-role-info strong { display: block; font-size: 14px; color: var(--navy); }
.reg-role-info span { font-size: 12px; color: var(--gray-500); }
.reg-role-check {
    font-size: 20px; color: var(--gray-300); transition: all 0.2s;
}
.reg-role-card.active .reg-role-check { color: var(--orange); }

/* Step Buttons */
.reg-step-btns { display: flex; gap: 10px; margin-top: 4px; }
.reg-step-btns .btn-auth { flex: 1; font-size: 13px; padding: 11px 14px; }
.reg-step-btns .btn-orange-full { font-size: 13px; padding: 11px 14px; }
.btn-auth-outline {
    flex: 0 0 auto; padding: 11px 16px; border: 2px solid var(--gray-200);
    border-radius: 10px; font-size: 12px; font-weight: 600;
    cursor: pointer; transition: all 0.2s;
    background: var(--white); color: var(--gray-600);
}
.btn-auth-outline:hover { border-color: var(--orange); color: var(--orange); }

/* Dark mode */
[data-theme="dark"] .reg-step-title { color: var(--gray-100); }
[data-theme="dark"] .reg-role-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .reg-role-card:hover,
[data-theme="dark"] .reg-role-card.active { background: rgba(245,158,11,0.1); border-color: var(--orange); }
[data-theme="dark"] .reg-role-info strong { color: var(--gray-100); }
[data-theme="dark"] .btn-auth-outline { background: var(--card-bg); border-color: var(--gray-200); color: var(--gray-500); }
[data-theme="dark"] .btn-auth-outline:hover { border-color: var(--orange); color: var(--orange); }
[data-theme="dark"] .reg-step-dot { background: var(--gray-200); color: var(--gray-500); }
[data-theme="dark"] .reg-step-line { background: var(--gray-200); }
.agreement-check {
    display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px;
    font-size: 12px; color: var(--gray-600); cursor: pointer;
}
.agreement-check input[type="checkbox"] { margin-top: 2px; accent-color: var(--orange); }
.agreement-check a { color: var(--orange); font-weight: 600; text-decoration: underline; }

/* Captcha Box */
.captcha-box {
    display: flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, #fef3c7 0%, #fff7ed 100%);
    border: 1.5px solid #fde68a; border-radius: 8px; padding: 10px 14px;
}
.captcha-question {
    font-size: 18px; font-weight: 800; color: #92400e; letter-spacing: 2px;
    font-family: 'Courier New', monospace; user-select: none;
}
.captcha-refresh {
    background: none; border: none; cursor: pointer; color: #d97706;
    font-size: 14px; padding: 4px; transition: transform 0.3s;
}
.captcha-refresh:hover { transform: rotate(180deg); color: #b45309; }
[data-theme="dark"] .captcha-box { background: linear-gradient(135deg, #292524 0%, #1c1917 100%); border-color: #78716c; }
[data-theme="dark"] .captcha-question { color: #fbbf24; }
[data-theme="dark"] .captcha-refresh { color: #fbbf24; }
[data-theme="dark"] .captcha-refresh:hover { color: #f59e0b; }

/* ===== OTP INPUT STYLES ===== */
.otp-container { text-align: center; }
.otp-inputs {
    display: inline-flex; gap: 8px; justify-content: center;
}
.otp-input {
    width: 48px; height: 56px; text-align: center;
    font-size: 22px; font-weight: 700; color: var(--navy);
    border: 2px solid var(--gray-200); border-radius: 10px;
    background: var(--white); transition: all 0.2s;
    outline: none; font-family: monospace;
}
.otp-input:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(245,158,11,0.15);
}
.otp-input:not(:placeholder-shown) {
    border-color: #10b981; background: #f0fdf4;
}
@keyframes otpShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}
.otp-shake { animation: otpShake 0.4s ease; }
[data-theme="dark"] .otp-input {
    background: var(--card-bg); border-color: var(--gray-200);
    color: var(--gray-100);
}
[data-theme="dark"] .otp-input:focus { border-color: var(--orange); }
[data-theme="dark"] .otp-input:not(:placeholder-shown) {
    border-color: #10b981; background: rgba(16,185,129,0.1);
}

/* ===== REGISTRATION SUCCESS POPUP ===== */
.reg-success-overlay {
    position: fixed; inset: 0; z-index: 99999;
    background: rgba(0,0,0,0.6);
    /* backdrop-filter only when active — no compositor layer while hidden */
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.reg-success-overlay.active {
    opacity: 1; visibility: visible;
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.reg-success-popup {
    background: var(--white); border-radius: 20px;
    padding: 40px 36px 32px; text-align: center;
    max-width: 380px; width: 90%; position: relative;
    overflow: hidden;
    transform: scale(0.7); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
    box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}
.reg-success-overlay.active .reg-success-popup {
    transform: scale(1);
}
.reg-success-confetti {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none; overflow: hidden;
}
.confetti-piece {
    position: absolute; top: -10px; width: 8px; height: 8px;
    border-radius: 2px; opacity: 0;
    animation: confettiFall linear forwards;
}
@keyframes confettiFall {
    0% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
    100% { opacity: 0; transform: translateY(320px) rotate(720deg) scale(0.3); }
}
.reg-success-icon { margin-bottom: 16px; }
.reg-success-circle {
    stroke-dasharray: 157; stroke-dashoffset: 157;
    animation: circleAnim 0.6s ease 0.2s forwards;
}
@keyframes circleAnim {
    to { stroke-dashoffset: 0; }
}
.reg-success-check {
    stroke-dasharray: 40; stroke-dashoffset: 40;
    animation: checkAnim 0.4s ease 0.7s forwards;
}
@keyframes checkAnim {
    to { stroke-dashoffset: 0; }
}
.reg-success-title {
    font-size: 22px; font-weight: 800; color: var(--navy);
    margin: 0 0 4px;
}
.reg-success-name {
    font-size: 16px; font-weight: 600; color: var(--orange);
    margin: 0 0 4px;
}
.reg-success-desc {
    font-size: 14px; color: var(--gray-500); margin: 0;
}
.reg-success-timer {
    font-size: 12px; color: var(--gray-400); margin: 12px 0 0;
}
[data-theme="dark"] .reg-success-popup {
    background: var(--card-bg);
}
[data-theme="dark"] .reg-success-title { color: var(--gray-100); }

.auth-modal-body .divider {
    display: flex; align-items: center; gap: 12px; margin: 16px 0;
    font-size: 12px; color: var(--gray-500);
}
.auth-modal-body .divider::before, .auth-modal-body .divider::after {
    content: ''; flex: 1; height: 1px; background: var(--gray-200);
}
.auth-error { color: var(--red); font-size: 13px; margin-bottom: 12px; display: none; padding: 8px 12px; background: #fef2f2; border-radius: 8px; }
.auth-error.show { display: block; }
.auth-success { color: var(--green); font-size: 13px; margin-bottom: 12px; display: none; padding: 8px 12px; background: #f0fdf4; border-radius: 8px; }
.auth-success.show { display: block; }

/* ===== PROFILE DASHBOARD ===== */
.profile-header-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    border-radius: 16px; padding: 32px; color: var(--white); margin-bottom: 24px;
    position: relative; overflow: hidden;
}
.profile-header-card::before {
    content: ''; position: absolute; top: -50%; right: -20%; width: 300px; height: 300px;
    border-radius: 50%; background: rgba(245,158,11,0.1);
}
.profile-header-card .profile-info { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; }
.profile-avatar {
    width: 72px; height: 72px; border-radius: 50%; background: var(--orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; font-weight: 800; color: var(--white);
    border: 3px solid rgba(255,255,255,0.3);
}
.profile-details h2 { font-size: 22px; font-weight: 700; margin: 0 0 4px; }
.profile-details p { opacity: 0.7; font-size: 14px; margin: 0; }
.profile-stats-row {
    display: flex; gap: 16px; margin-bottom: 24px; flex-wrap: wrap;
}
.profile-stat-card {
    flex: 1; min-width: 150px; background: var(--white); border-radius: 12px;
    padding: 20px; border: 1px solid var(--gray-200);
    display: flex; align-items: center; gap: 16px; transition: all 0.2s;
}
.profile-stat-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.profile-stat-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.profile-stat-icon.blue { background: #dbeafe; color: #2563eb; }
.profile-stat-icon.green { background: #d1fae5; color: #059669; }
.profile-stat-icon.orange { background: #fef3c7; color: #d97706; }
.profile-stat-icon.purple { background: #ede9fe; color: #7c3aed; }
.profile-stat-num { font-size: 24px; font-weight: 800; color: var(--gray-900); line-height: 1; }
.profile-stat-label { font-size: 12px; color: var(--gray-500); }
.profile-section {
    background: var(--white); border-radius: 12px; border: 1px solid var(--gray-200);
    margin-bottom: 24px; overflow: hidden;
}
.profile-section-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 24px; border-bottom: 1px solid var(--gray-100);
}
.profile-section-header h4 { font-size: 16px; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 8px; }
.profile-section-body { padding: 20px 24px; }
.firm-status-timeline { display: flex; flex-direction: column; gap: 16px; }
.firm-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px; border-radius: 10px; border: 1px solid var(--gray-100);
    transition: all 0.2s;
}
.firm-row:hover { border-color: var(--orange); background: #fffbeb; }
.firm-row-info { display: flex; align-items: center; gap: 12px; }
.firm-row-icon {
    width: 40px; height: 40px; border-radius: 10px; background: var(--gray-100);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--navy); overflow: hidden;
}
.firm-row-icon img { width: 100%; height: 100%; object-fit: cover; }
.firm-row-name { font-size: 14px; font-weight: 600; color: var(--gray-900); }
.firm-row-meta { font-size: 12px; color: var(--gray-500); }
.firm-row-actions { display: flex; align-items: center; gap: 8px; }
.btn-sm-outline {
    padding: 6px 14px; border-radius: 8px; font-size: 12px; font-weight: 600;
    border: 1.5px solid var(--gray-200); background: var(--white); color: var(--gray-700);
    cursor: pointer; transition: all 0.2s; text-decoration: none;
}
.btn-sm-outline:hover { border-color: var(--orange); color: var(--orange); }
.quick-actions {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px;
}
.quick-action-btn {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    padding: 20px 12px; border-radius: 12px; border: 1.5px solid var(--gray-200);
    background: var(--white); cursor: pointer; transition: all 0.2s; text-decoration: none;
    color: var(--gray-700);
}
.quick-action-btn:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.quick-action-btn i { font-size: 24px; }
.quick-action-btn span { font-size: 12px; font-weight: 600; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    body { font-size: 13px; padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
    /* Ensure header buttons have safe horizontal tap margins on mobile */
    .site-header .container { padding-left: 16px; padding-right: 16px; }
    .site-nav { display: none; }
    .header-actions { display: none; }
    .mobile-header-right { display: flex; align-items: center; gap: 6px; position: relative; z-index: 102; }
    .mobile-header-right button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(0,0,0,0.08); pointer-events: auto; }
    .hamburger-btn { display: block; }
    .mobile-dark-toggle { display: flex; width: 32px; height: 32px; font-size: 14px; }
    .mobile-bottom-nav { display: block; }
    .hero-section h1 { font-size: 1.4rem; }
    .hero-section p { font-size: 0.85rem; }
    .hero-split { flex-direction: column; gap: 24px; text-align: left; }
    .hero-right { max-width: 100%; width: 100%; }
    .hero-stats { justify-content: flex-start; gap: 20px; margin-top: 16px; }
    .hero-stats .stat-num { font-size: 20px; }
    .hero-stats .stat-label { font-size: 11px; }
    .hero-search { flex-direction: row; }
    .hero-cat-header h2 { font-size: 1.4rem; }
    .hero-cat-header p { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .hero-category-buttons { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; gap: 8px; -webkit-overflow-scrolling: touch; padding-bottom: 4px; -ms-overflow-style: none; scrollbar-width: none; }
    .hero-category-buttons::-webkit-scrollbar { display: none; }
    .hero-cat-btn { flex-shrink: 0; padding: 8px 16px; font-size: 13px; }
    .section-title h2 { font-size: 1.3rem; }
    .section-title p { font-size: 13px; }
    /* Mobile App-style Footer */
    .site-footer { display: none; }
    .firm-grid { display: flex; overflow-x: auto; gap: 16px; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; }
    .firm-grid::-webkit-scrollbar { display: none; }
    .firm-grid .firm-card { min-width: 280px; flex-shrink: 0; scroll-snap-align: start; }
    /* firmalar.php: mobilde 2-kolon alt alta, slider olarak gösterme */
    .firm-grid-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; overflow: visible !important; scroll-snap-type: none !important; }
    .firm-grid-list .firm-card { min-width: 0 !important; flex-shrink: 1 !important; scroll-snap-align: none !important; }
    .firm-grid-list .firm-card-img { height: 120px; }
    .firm-grid-list .firm-card-body { padding: 10px 12px; }
    .firm-grid-list .firm-card-body h3 { font-size: 13px; line-height: 1.25; }
    .firm-grid-list .firm-card-meta { font-size: 11px; gap: 6px; margin-bottom: 4px; }
    .firm-grid-list .firm-card-meta i { font-size: 10px; }
    .firm-grid-list .firm-card-footer { padding: 8px 12px; flex-wrap: wrap; gap: 4px; }
    .firm-grid-list .firm-card-rating { font-size: 12px; }
    .firm-grid-list .firm-card-badge { font-size: 9px; padding: 2px 6px; }
    /* Sıralama dropdown’ı mobilde tam genişlik */
    .firm-sort-wrap { width: 100%; display: flex; align-items: center; flex-wrap: wrap; }
    .firm-sort-wrap select { flex: 1; min-width: 0 !important; }
    .profile-header-card .profile-info { flex-direction: column; text-align: center; }
    .profile-stats-row { flex-direction: column; }
    .quick-actions { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .auth-modal { margin: 8px; }
}

/* ===== Firm Posts Slider (firma-detay) ===== */
.firm-posts-slider-wrap { position: relative; }
.firm-posts-slider {
    display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none; padding: 4px 0;
}
.firm-posts-slider::-webkit-scrollbar { display: none; }
.firm-post-card {
    flex: 0 0 220px; scroll-snap-align: start; border-radius: 12px;
    background: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.2s, box-shadow 0.2s;
}
.firm-post-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }
.firm-post-cover { position: relative; height: 140px; overflow: hidden; background: var(--gray-100); }
.firm-post-cover img { width: 100%; height: 100%; object-fit: cover; }
.firm-post-no-img { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--gray-400); font-size: 28px; }
.firm-post-price {
    position: absolute; bottom: 8px; right: 8px; background: var(--orange);
    color: #fff; padding: 3px 10px; border-radius: 6px; font-size: 12px; font-weight: 700;
}
.firm-post-info { padding: 10px 12px; }
.firm-post-info h3 { font-size: 13px; font-weight: 700; margin: 0 0 4px; color: var(--navy); display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.firm-post-date, .firm-post-loc { display: block; font-size: 11px; color: var(--gray-700); }
@media (max-width: 768px) {
    .firm-post-card { flex: 0 0 180px; }
    .firm-post-cover { height: 110px; }
}

/* ===== Post Detail Page ===== */
.post-detail-cover { border-radius: 14px; overflow: hidden; margin-bottom: 20px; max-height: 420px; }
.post-detail-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-detail-header { margin-bottom: 20px; }
.post-detail-header h1 { font-size: 26px; font-weight: 800; color: var(--navy); margin: 0 0 10px; }
.post-detail-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; color: var(--gray-500); }
.post-detail-meta a { color: var(--orange); text-decoration: none; }
.post-detail-meta a:hover { text-decoration: underline; }
.post-price-badge { background: var(--orange); color: #fff; padding: 2px 10px; border-radius: 6px; font-weight: 700; }
.post-detail-content { font-size: 15px; line-height: 1.8; color: var(--gray-700); margin-bottom: 24px; }
.post-detail-gallery { margin-bottom: 24px; }
.post-detail-gallery h4, .post-detail-icons h4 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.post-gallery-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px;
}
.post-gallery-item { border-radius: 10px; overflow: hidden; cursor: pointer; height: 110px; transition: transform 0.2s; }
.post-gallery-item:hover { transform: scale(1.03); }
.post-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.post-detail-icons { margin-bottom: 24px; }
.post-icons-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.post-icon-item {
    display: flex; align-items: center; gap: 8px; background: var(--gray-50); padding: 8px 14px;
    border-radius: 8px; font-size: 13px; color: var(--gray-700);
}
.post-icon-item i { font-size: 16px; color: var(--orange); }

/* Post Sidebar Cards */
.post-sidebar-card {
    background: var(--white); border-radius: 12px; padding: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 14px;
}
.post-sidebar-card h5 { font-size: 15px; font-weight: 700; color: var(--navy); margin: 0 0 12px; }
.post-price-card { text-align: center; background: linear-gradient(135deg, var(--orange), var(--orange-hover)); color: #fff; }
.post-sidebar-price { font-size: 28px; font-weight: 800; }
.post-sidebar-date { font-size: 13px; opacity: 0.85; margin-top: 4px; }
.post-contact-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px; border-radius: 10px; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: opacity 0.2s; margin-bottom: 8px;
}
.post-contact-btn:last-child { margin-bottom: 0; }
.post-contact-btn:hover { opacity: 0.85; }
.post-contact-btn.whatsapp { background: #25d366; color: #fff; }
.post-contact-btn.phone { background: var(--gray-100); color: var(--gray-700); }
.post-social-links { display: flex; flex-direction: column; gap: 8px; }
.post-social-link {
    display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 8px;
    font-size: 13px; font-weight: 600; text-decoration: none; transition: opacity 0.2s;
}
.post-social-link:hover { opacity: 0.8; }
.post-social-link.website { background: #f0f4ff; color: #1e3a5f; }
.post-social-link.facebook { background: #e7f0ff; color: #1877f2; }
.post-social-link.instagram { background: #fce4ec; color: #e4405f; }
.post-social-link.twitter { background: #e8f5fd; color: #1da1f2; }
@media (max-width: 768px) {
    .post-detail-header h1 { font-size: 20px; }
    .post-detail-cover { max-height: 260px; border-radius: 10px; }
    .post-detail-header, .post-detail-content, .post-detail-gallery, .post-detail-icons { padding: 0 16px; }
    .post-sidebar-card { margin-left: 16px; margin-right: 16px; }
    .post-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
}

/* ===== Splash Screen ===== */
.splash-screen {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; height: 100dvh;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    z-index: 99999; align-items: center; justify-content: center; flex-direction: column;
}
.splash-screen.active { display: flex; }
.splash-screen.fade-out { animation: splashFadeOut 0.5s ease forwards; }
.splash-content { text-align: center; animation: splashPulse 1.5s ease-in-out; }
.splash-logo { width: 120px; height: auto; margin-bottom: 16px; }
.splash-title { font-size: 28px; font-weight: 800; color: #fff; margin: 0 0 6px; }
.splash-subtitle { font-size: 14px; color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.splash-loader { display: flex; justify-content: center; }
.splash-spinner {
    width: 32px; height: 32px; border: 3px solid rgba(255,255,255,0.2);
    border-top-color: #f59e0b; border-radius: 50%; animation: spinAnim 0.8s linear infinite;
}
@keyframes spinAnim { to { transform: rotate(360deg); } }
@keyframes splashFadeOut { to { opacity: 0; visibility: hidden; } }
@keyframes splashPulse { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } }

/* ===== Onboarding ===== */
.onboarding-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; height: 100dvh;
    background: #fff; z-index: 99998;
}
.onboarding-overlay.active { display: flex; }
.onboarding-overlay.fade-out { animation: splashFadeOut 0.4s ease forwards; }
.onboarding-container {
    width: 100%; height: 100%; display: flex; flex-direction: column;
    position: relative; overflow: hidden;
}
.onboarding-skip {
    position: absolute; top: 16px; right: 20px; z-index: 10;
    background: none; border: none; color: var(--gray-500); font-size: 14px;
    font-weight: 600; cursor: pointer; padding: 8px;
}
.onboarding-slides {
    flex: 1; display: flex; transition: transform 0.35s ease;
}
.onboarding-slide {
    min-width: 100%; display: flex; flex-direction: column;
    align-items: center; justify-content: center; padding: 40px 30px; text-align: center;
}
.onboarding-icon {
    width: 100px; height: 100px; border-radius: 50%;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 28px;
}
.onboarding-icon i { font-size: 40px; color: var(--orange); }
.onboarding-slide h3 { font-size: 24px; font-weight: 800; color: var(--navy); margin: 0 0 12px; }
.onboarding-slide p { font-size: 15px; color: var(--gray-700); line-height: 1.6; max-width: 320px; margin: 0; }
.onboarding-cta {
    margin-top: 24px; padding: 14px 40px; border-radius: 12px; border: none;
    background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff;
    font-size: 16px; font-weight: 700; cursor: pointer;
}
.onboarding-dots {
    display: flex; justify-content: center; gap: 8px; padding: 16px 0;
}
.onboarding-dots .dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--gray-300); transition: all 0.3s;
}
.onboarding-dots .dot.active { width: 24px; border-radius: 4px; background: var(--orange); }
.onboarding-nav {
    display: flex; justify-content: space-between; padding: 12px 24px 28px;
}
.onboarding-prev, .onboarding-next {
    width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--gray-200);
    background: #fff; font-size: 16px; color: var(--navy); cursor: pointer; transition: all 0.2s;
}
.onboarding-prev:hover, .onboarding-next:hover { background: var(--gray-50); border-color: var(--orange); color: var(--orange); }
.onboarding-prev:disabled { opacity: 0.3; cursor: default; }

/* ===== SITE FEEDBACK POPUP ===== */
.feedback-popup {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9998;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.4);
    opacity: 0; visibility: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.feedback-popup.show {
    opacity: 1; visibility: visible;
}
.feedback-popup-card {
    background: #fff; border-radius: 16px; padding: 24px 28px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18); width: 320px; max-width: 90vw;
    text-align: center; position: relative;
}
.feedback-popup-close {
    position: absolute; top: 10px; right: 14px; background: none; border: none;
    font-size: 20px; color: #94a3b8; cursor: pointer; line-height: 1;
    transition: color 0.2s;
}
.feedback-popup-close:hover { color: #ef4444; }
.feedback-popup-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, #f43f5e, #ec4899);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px; animation: feedbackPulse 2s ease-in-out infinite;
}
.feedback-popup-icon i { color: #fff; font-size: 22px; }
@keyframes feedbackPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
.feedback-popup-title {
    font-size: 17px; font-weight: 700; color: #1e293b; margin: 0 0 4px;
}
.feedback-popup-desc {
    font-size: 13px; color: #64748b; margin: 0 0 16px;
}
.feedback-popup-buttons { display: flex; gap: 10px; }
.feedback-btn {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 14px; border-radius: 10px; border: none; font-size: 13px;
    font-weight: 600; cursor: pointer; transition: all 0.2s;
}
.feedback-btn i { font-size: 16px; }
.feedback-btn-like {
    background: linear-gradient(135deg, #10b981, #059669); color: #fff;
}
.feedback-btn-like:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(16,185,129,0.35); }
.feedback-btn-dislike {
    background: #f1f5f9; color: #64748b; border: 1px solid #e2e8f0;
}
.feedback-btn-dislike:hover { background: #e2e8f0; }
.feedback-thanks { text-align: center; padding: 8px 0; }
.feedback-thanks-icon { font-size: 40px; color: #10b981; margin-bottom: 8px; }
.feedback-thanks h4 { font-size: 18px; font-weight: 700; color: #1e293b; margin: 0 0 4px; }
.feedback-thanks p { font-size: 13px; color: #64748b; margin: 0; }

@media (max-width: 480px) {
    .feedback-popup { padding: 16px; }
    .feedback-popup-card { width: 100%; max-width: 100%; }
}

/* ===== Cookie Consent Banner ===== */
.cookie-consent-banner {
    position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999;
    background: rgba(30, 58, 95, 0.97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    padding: 16px 0; box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

/* ===== PWA Install Banner ===== */
.pwa-install-banner {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10001;
    flex-direction: column;
    padding: 0 0 env(safe-area-inset-bottom, 0px);
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
    animation: pwaSlideUp 0.4s cubic-bezier(0.22,1,0.36,1);
}
@keyframes pwaSlideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.pwa-install-inner {
    display: flex; align-items: center; gap: 14px;
    max-width: 600px; margin: 0 auto; padding: 14px 16px; position: relative;
}
.pwa-install-close {
    position: absolute; top: -8px; right: -4px;
    background: rgba(0,0,0,0.5); border: 2px solid rgba(255,255,255,0.2); 
    color: #fff; font-size: 16px; width: 26px; height: 26px; border-radius: 50%;
    cursor: pointer; line-height: 1; padding: 0;
    display: flex; align-items: center; justify-content: center;
    z-index: 2;
}
.pwa-install-close:hover { color: #fff; }
.pwa-install-icon {
    width: 48px; height: 48px; border-radius: 12px; overflow: hidden; flex-shrink: 0;
    background: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.pwa-install-icon img { width: 40px; height: 40px; object-fit: contain; }
.pwa-install-text {
    flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px;
}
.pwa-install-text strong {
    color: #fff; font-size: 15px; font-weight: 700; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis;
}
.pwa-install-text span {
    color: rgba(255,255,255,0.55); font-size: 12px;
}
.pwa-install-btn {
    flex-shrink: 0; padding: 10px 20px; border: none; border-radius: 10px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff; font-size: 14px; font-weight: 700; cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}
.pwa-install-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245,158,11,0.4);
}
.pwa-install-btn:active { transform: scale(0.97); }
[data-theme="dark"] .pwa-install-banner {
    background: linear-gradient(135deg, #111827 0%, #030712 100%);
}

.cookie-consent-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cookie-consent-text { display: flex; align-items: center; gap: 12px; flex: 1; }
.cookie-consent-text .cookie-icon { font-size: 24px; color: #f59e0b; flex-shrink: 0; }
.cookie-consent-text p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.5; }
.cookie-consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-btn {
    padding: 10px 22px; border-radius: 8px; border: none; font-size: 13px;
    font-weight: 600; cursor: pointer; transition: all 0.2s;
}
.cookie-accept { background: #f59e0b; color: #fff; }
.cookie-accept:hover { background: #d97706; }
.cookie-reject { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.2); }
.cookie-reject:hover { background: rgba(255,255,255,0.2); }
.cookie-manage { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.cookie-manage:hover { background: rgba(255,255,255,0.12); }
.cookie-save { background: #2563eb; color: #fff; }
.cookie-save:hover { background: #1d4ed8; }

/* Cookie Preferences Modal */
.cookie-prefs-overlay { position: fixed; inset: 0; background: rgba(15,23,42,0.65); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 20px; animation: cookiePrefsFade .25s ease; }
.cookie-prefs-card { background: #fff; border-radius: 18px; max-width: 560px; width: 100%; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; position: relative; box-shadow: 0 25px 80px rgba(0,0,0,0.35); animation: cookiePrefsUp .3s cubic-bezier(.34,1.56,.64,1); }
.cookie-prefs-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(15,23,42,0.06); color: #1e293b; border: none; font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; z-index: 2; }
.cookie-prefs-close:hover { background: #ef4444; color: #fff; transform: rotate(90deg); }
.cookie-prefs-header { display: flex; gap: 14px; padding: 22px 24px 14px; align-items: flex-start; }
.cookie-prefs-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg,#f59e0b,#d97706); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.cookie-prefs-header h3 { margin: 0 0 4px; font-size: 18px; font-weight: 800; color: #0f172a; }
.cookie-prefs-header p { margin: 0; font-size: 13px; color: #64748b; line-height: 1.55; }
.cookie-prefs-list { padding: 6px 24px 4px; overflow-y: auto; }
.cookie-pref-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px; border: 1px solid #e5e7eb; border-radius: 12px; margin-bottom: 10px; cursor: pointer; transition: border-color .2s, background .2s; }
.cookie-pref-item:hover { border-color: #cbd5e1; background: #f8fafc; }
.cookie-pref-item.is-required { background: #f1f5f9; cursor: not-allowed; }
.cookie-pref-info { flex: 1; min-width: 0; }
.cookie-pref-name { display: block; font-weight: 700; font-size: 14px; color: #0f172a; margin-bottom: 2px; }
.cookie-pref-desc { display: block; font-size: 12.5px; color: #64748b; line-height: 1.5; }
.cookie-switch { position: relative; width: 42px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.cookie-switch input { opacity: 0; width: 0; height: 0; }
.cookie-slider { position: absolute; inset: 0; background: #cbd5e1; border-radius: 999px; transition: background .2s; cursor: pointer; }
.cookie-slider::before { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.cookie-switch input:checked + .cookie-slider { background: #f59e0b; }
.cookie-switch input:checked + .cookie-slider::before { transform: translateX(18px); }
.cookie-switch input:disabled + .cookie-slider { background: #f59e0b; opacity: 0.85; cursor: not-allowed; }
.cookie-prefs-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; padding: 16px 24px 22px; border-top: 1px solid #f1f5f9; margin-top: 6px; background: #fafafa; }
.cookie-prefs-actions .cookie-btn { flex: 0 1 auto; }
.cookie-prefs-actions .cookie-reject { background: #f1f5f9; color: #475569; border: 1px solid #e2e8f0; }
.cookie-prefs-actions .cookie-reject:hover { background: #e2e8f0; }
@keyframes cookiePrefsFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes cookiePrefsUp { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 520px) {
    .cookie-prefs-card { border-radius: 16px; }
    .cookie-prefs-header { padding: 18px 18px 12px; }
    .cookie-prefs-list { padding: 4px 18px; }
    .cookie-prefs-actions { padding: 14px 18px 18px; }
    .cookie-prefs-actions .cookie-btn { flex: 1 1 100%; font-size: 12px; }
}
[data-theme="dark"] .cookie-prefs-card { background: #1e293b; color: #e2e8f0; }
[data-theme="dark"] .cookie-prefs-header h3 { color: #f1f5f9; }
[data-theme="dark"] .cookie-prefs-header p,
[data-theme="dark"] .cookie-pref-desc { color: #94a3b8; }
[data-theme="dark"] .cookie-pref-item { background: #0f172a; border-color: #334155; }
[data-theme="dark"] .cookie-pref-item:hover { background: #1e293b; }
[data-theme="dark"] .cookie-pref-item.is-required { background: #111827; }
[data-theme="dark"] .cookie-pref-name { color: #f1f5f9; }
[data-theme="dark"] .cookie-prefs-actions { background: #0f172a; border-top-color: #334155; }
[data-theme="dark"] .cookie-prefs-actions .cookie-reject { background: #1e293b; color: #cbd5e1; border-color: #334155; }
[data-theme="dark"] .cookie-prefs-close { background: rgba(255,255,255,0.08); color: #e2e8f0; }
@media (max-width: 768px) {
    /* PWA install banner: sit above the bottom nav so nav buttons stay clickable */
    .pwa-install-banner {
        bottom: calc(65px + env(safe-area-inset-bottom, 0px));
        padding-bottom: 0;
        border-radius: 20px 20px 0 0;
    }
    .cookie-consent-banner { padding: 10px 0; bottom: calc(65px + env(safe-area-inset-bottom, 0px) + 24px); left: 8px; right: 8px; width: auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
    .cookie-consent-inner { flex-direction: column; text-align: center; gap: 10px; padding: 0 12px; }
    .cookie-consent-text { flex-direction: row; gap: 8px; text-align: left; }
    .cookie-consent-text .cookie-icon { font-size: 18px; }
    .cookie-consent-text p { font-size: 11px; line-height: 1.4; }
    .cookie-consent-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .cookie-consent-actions .cookie-manage { grid-column: 1 / -1; }
    .cookie-btn { padding: 7px 8px; font-size: 10.5px; line-height: 1.2; border-radius: 6px; min-height: 32px; white-space: nowrap; }
}

/* Cookie Preferences Modal - Mobile */
@media (max-width: 600px) {
    .cookie-prefs-overlay { padding: 0; align-items: flex-end; }
    .cookie-prefs-card {
        max-width: 100%;
        width: 100%;
        max-height: 92vh;
        border-radius: 18px 18px 0 0;
        animation: cookiePrefsSheetUp .3s cubic-bezier(.22,1,.36,1);
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
    .cookie-prefs-close { top: 8px; right: 10px; width: 30px; height: 30px; font-size: 20px; }
    .cookie-prefs-header { padding: 18px 16px 10px; gap: 10px; }
    .cookie-prefs-icon { width: 36px; height: 36px; font-size: 16px; border-radius: 10px; }
    .cookie-prefs-header h3 { font-size: 16px; }
    .cookie-prefs-header p { font-size: 12px; line-height: 1.45; }
    .cookie-prefs-list { padding: 4px 14px; }
    .cookie-pref-item { padding: 11px 12px; gap: 10px; margin-bottom: 8px; border-radius: 10px; }
    .cookie-pref-name { font-size: 13px; }
    .cookie-pref-desc { font-size: 11.5px; line-height: 1.4; }
    .cookie-switch { width: 38px; height: 22px; }
    .cookie-slider::before { width: 16px; height: 16px; }
    .cookie-switch input:checked + .cookie-slider::before { transform: translateX(16px); }
    .cookie-prefs-actions {
        padding: 12px 14px calc(14px + env(safe-area-inset-bottom, 0px));
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .cookie-prefs-actions .cookie-save {
        grid-column: 1 / -1;
        order: 3;
    }
    .cookie-prefs-actions .cookie-reject { order: 1; }
    .cookie-prefs-actions .cookie-accept { order: 2; }
    .cookie-prefs-actions .cookie-btn {
        padding: 9px 8px;
        font-size: 11.5px;
        min-height: 36px;
        white-space: nowrap;
        flex: unset;
    }
}
@keyframes cookiePrefsSheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (max-width: 360px) {
    .cookie-btn { font-size: 10px; padding: 6px 6px; }
    .cookie-prefs-actions .cookie-btn { font-size: 10.5px; }
}

/* Hide splash & onboarding on desktop */
@media (min-width: 769px) {
    .splash-screen, .onboarding-overlay { display: none !important; }
}

/* ===== NAV GRADIENT LINK ===== */
.nav-gradient {
    background: linear-gradient(135deg, #f59e0b, #ef4444, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700 !important;
    position: relative;
}
.nav-gradient::after {
    content: '';
    position: absolute; bottom: -4px; left: 0; width: 100%; height: 2px;
    background: linear-gradient(135deg, #f59e0b, #ef4444, #ec4899);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.nav-gradient:hover::after, .nav-gradient.active::after { transform: scaleX(1); }

/* ===== NAV GRADIENT PURPLE (En Uygun) ===== */
.nav-gradient-purple {
    background: linear-gradient(135deg, #8b5cf6, #a855f7, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700 !important;
    position: relative;
}
.nav-gradient-purple i {
    background: linear-gradient(135deg, #8b5cf6, #a855f7, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nav-gradient-purple::after {
    content: '';
    position: absolute; bottom: -4px; left: 0; width: 100%; height: 2px;
    background: linear-gradient(135deg, #8b5cf6, #a855f7, #d946ef);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.nav-gradient-purple:hover::after, .nav-gradient-purple.active::after { transform: scaleX(1); }
[data-theme="dark"] .nav-gradient-purple { filter: brightness(1.15); }

/* Mobile menu purple gradient */
.mobile-menu-panel .menu-links a.nav-gradient-purple {
    background: linear-gradient(135deg, #8b5cf6, #a855f7, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.mobile-menu-panel .menu-links a.nav-gradient-purple i {
    background: linear-gradient(135deg, #8b5cf6, #a855f7, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Topbar Hava Olayları link (tasarıma uyumlu) */
.topbar-hava { font-weight: 600; }
.topbar-hava.active { color: var(--orange); }
.topbar-hava i { font-size: 11px; }

/* ===== ROLE TOGGLE ===== */
.role-toggle-wrap {
    display: flex; gap: 0; margin-bottom: 14px;
    background: var(--gray-100); border-radius: 10px; padding: 3px;
}
.role-toggle-btn {
    flex: 1; padding: 8px 14px; border: none; background: transparent;
    border-radius: 8px; font-size: 13px; font-weight: 600;
    color: var(--gray-500); cursor: pointer; transition: all 0.25s;
}
.role-toggle-btn.active {
    background: #fff; color: var(--navy);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.role-toggle-btn i { font-size: 12px; }

/* Rota styles moved to /assets/css/rota.css */

/* ===== TATILCI PROFIL ===== */
.tatilci-profile-header {
    display: flex; align-items: center; gap: 20px; padding: 28px;
    background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 24px; flex-wrap: wrap;
}
.tatilci-avatar {
    width: 80px; height: 80px; border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff; font-size: 32px; font-weight: 800;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    position: relative; overflow: hidden;
}
.tatilci-avatar-upload { cursor: pointer; }
.tatilci-avatar-upload img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
}
.tatilci-avatar-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 28px; background: rgba(0,0,0,0.55);
    display: flex; align-items: center; justify-content: center;
    opacity: 0.7; transition: opacity 0.2s;
}
.tatilci-avatar-overlay i { color: #fff; font-size: 12px; }
.tatilci-avatar-upload:hover .tatilci-avatar-overlay { opacity: 1; }
.tatilci-info { flex: 1; }
.tatilci-info h2 { font-size: 22px; font-weight: 800; color: var(--navy); margin: 0 0 4px; }
.tatilci-info p { font-size: 13px; color: var(--gray-500); margin: 0; }
.tatilci-member-since { font-size: 12px !important; margin-top: 4px !important; }
.tatilci-header-actions { display: flex; gap: 8px; flex-shrink: 0; }

/* ===== FOTOĞRAF KIRPMA MODALI ===== */
.crop-modal {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); z-index: 9999; align-items: center; justify-content: center;
}
.crop-modal-card {
    background: #fff; border-radius: 16px; width: 480px; max-width: 95vw;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25); overflow: hidden;
    max-height: 95vh; display: flex; flex-direction: column;
}
.crop-modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px; border-bottom: 1px solid #e5e7eb;
}
.crop-modal-header h4 {
    font-size: 16px; font-weight: 700; margin: 0; color: #1e293b;
}
.crop-modal-close {
    background: none; border: none; font-size: 24px; color: #94a3b8;
    cursor: pointer; line-height: 1; padding: 0; transition: color 0.2s;
}
.crop-modal-close:hover { color: #ef4444; }
.crop-modal-body { padding: 16px 20px; overflow-y: auto; }
.crop-container {
    width: 100%; max-height: 340px; background: #f1f5f9; border-radius: 10px;
    overflow: hidden; position: relative;
}
.crop-container img { display: block; max-width: 100%; }
.crop-tools {
    display: flex; justify-content: center; gap: 12px; margin-top: 14px;
    flex-wrap: wrap;
}
.crop-tool-group {
    display: flex; gap: 6px; background: #f8fafc; border-radius: 10px;
    padding: 4px 6px;
}
.crop-tool-btn {
    width: 38px; height: 38px; border-radius: 8px; border: 1px solid #e2e8f0;
    background: #fff; color: #475569; font-size: 14px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
}
.crop-tool-btn:hover { background: #f59e0b; color: #fff; border-color: #f59e0b; }
.crop-modal-footer {
    display: flex; justify-content: flex-end; gap: 8px;
    padding: 14px 20px; border-top: 1px solid #e5e7eb;
}
.crop-cancel-btn {
    padding: 9px 20px; border-radius: 8px; border: 1px solid #e2e8f0;
    background: #fff; color: #64748b; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: all 0.2s;
}
.crop-cancel-btn:hover { background: #f1f5f9; }
.crop-save-btn {
    padding: 9px 24px; border-radius: 8px; border: none;
    background: linear-gradient(135deg, #f59e0b, #ef4444); color: #fff;
    font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s;
}
.crop-save-btn:hover { opacity: 0.9; }
.crop-save-btn:disabled { opacity: 0.6; cursor: not-allowed; }

@media (max-width: 480px) {
    .crop-modal-card { max-width: 100%; border-radius: 12px; margin: 8px; }
    .crop-container { max-height: 260px; }
    .crop-tool-btn { width: 34px; height: 34px; font-size: 13px; }
}
.btn-tatilci-outline {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 600;
    border: 2px solid var(--gray-200); color: var(--gray-700); background: #fff;
    text-decoration: none; transition: all 0.2s;
}
.btn-tatilci-outline:hover { border-color: var(--orange); color: var(--orange); }

.tatilci-quick-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 18px;
}
.tatilci-quick-card {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    padding: 12px 8px; background: #fff; border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06); text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.tatilci-quick-card:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
.tatilci-quick-card i { font-size: 20px; }
.tatilci-quick-card span { font-size: 11.5px; font-weight: 600; color: var(--navy); text-align: center; line-height: 1.2; }

.tatilci-section {
    background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 24px; overflow: hidden;
}
.tatilci-section-header {
    padding: 16px 24px; border-bottom: 1px solid var(--gray-100);
}
.tatilci-section-header h2 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 0; }
.tatilci-section-body { padding: 24px; }

.tatilci-review-row {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
    padding: 12px 0; border-bottom: 1px solid var(--gray-100);
}
.tatilci-review-row:last-child { border-bottom: none; }

.tatilci-info-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 0; border-bottom: 1px solid var(--gray-50);
}
.tatilci-info-row:last-child { border-bottom: none; }
.tatilci-info-row label { font-size: 13px; color: var(--gray-500); margin: 0; }
.tatilci-info-row span { font-size: 14px; font-weight: 600; color: var(--navy); }

@media (max-width: 768px) {
    .tatilci-profile-header { flex-direction: column; text-align: left; padding: 16px; gap: 12px; position: relative; align-items: flex-start; }
    .tatilci-profile-header .tatilci-badges { position: absolute !important; top: 12px !important; right: 12px !important; margin-bottom: 0; }
    .tatilci-info { width: 100%; }
    .tatilci-info h2 { font-size: 18px; }
    .tatilci-info p { font-size: 12px; word-break: break-word; }
    .tatilci-header-actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
    .tatilci-header-actions .btn-tatilci-outline { flex: 1; justify-content: center; padding: 10px 12px; font-size: 12px; min-width: 0; }
    .tatilci-quick-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .tatilci-quick-card { padding: 10px 6px; gap: 5px; border-radius: 8px; }
    .tatilci-quick-card i { font-size: 18px; }
    .tatilci-quick-card span { font-size: 11px; }
}

/* ===== TATILCI HEADER NOTIFICATIONS ===== */
.tatilci-notif-wrap { position: relative; display: inline-flex; }
.tatilci-notif-btn {
    width: 38px; height: 38px; border-radius: 10px; border: 2px solid var(--gray-200);
    background: #fff; color: var(--navy); font-size: 15px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; position: relative; transition: all 0.2s;
}
.tatilci-notif-btn:hover { border-color: var(--orange); color: var(--orange); }
.tatilci-notif-badge {
    position: absolute; top: -4px; right: -4px;
    min-width: 18px; height: 18px; padding: 0 5px;
    border-radius: 10px; background: #ef4444; color: #fff;
    font-size: 10px; font-weight: 700; line-height: 18px;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid #fff;
}
.tatilci-notif-dropdown {
    display: none; position: absolute; top: calc(100% + 8px); right: 0;
    width: 360px; max-width: calc(100vw - 24px);
    background: #fff; border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15); z-index: 2000;
    border: 1px solid var(--gray-200); overflow: hidden;
}
.tatilci-notif-dropdown.open { display: block; }
.tatilci-notif-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 13px 16px; border-bottom: 1px solid var(--gray-100);
    font-size: 14px; font-weight: 700; color: var(--navy);
}
.tatilci-notif-list { max-height: 400px; overflow-y: auto; }
.tatilci-notif-list::-webkit-scrollbar { width: 5px; }
.tatilci-notif-list::-webkit-scrollbar-thumb { background: var(--gray-200); border-radius: 4px; }
.tatilci-notif-item {
    display: flex; align-items: flex-start; gap: 11px;
    padding: 11px 16px; text-decoration: none; color: var(--navy);
    border-bottom: 1px solid #f8fafc; transition: background 0.15s;
}
.tatilci-notif-item:hover { background: #fff7ed; }
.tatilci-notif-icon {
    width: 34px; height: 34px; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; flex-shrink: 0;
}
.tatilci-notif-icon.green  { background: #d1fae5; color: #16a34a; }
.tatilci-notif-icon.red    { background: #fee2e2; color: #ef4444; }
.tatilci-notif-icon.orange { background: #ffedd5; color: #f59e0b; }
.tatilci-notif-icon.blue   { background: #dbeafe; color: #2563eb; }
.tatilci-notif-icon.purple { background: #ede9fe; color: #7c3aed; }
.tatilci-notif-info { flex: 1; min-width: 0; }
.tatilci-notif-title { font-size: 13px; font-weight: 600; color: var(--navy); }
.tatilci-notif-detail { font-size: 12px; color: var(--gray-500); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tatilci-notif-time { font-size: 11px; color: var(--gray-400); margin-top: 4px; }
.tatilci-notif-empty {
    padding: 36px 18px; text-align: center; color: var(--gray-400);
    font-size: 13px; line-height: 1.7;
}
.tatilci-notif-empty i { font-size: 26px; color: #16a34a; margin-bottom: 4px; }
.tatilci-notif-close {
    display: none; background: none; border: none; font-size: 22px; color: var(--gray-400);
    cursor: pointer; padding: 0 2px; line-height: 1;
}
.tatilci-notif-close:hover { color: var(--gray-600); }
.tatilci-notif-backdrop {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,0.25); z-index: 10005;
    pointer-events: none; opacity: 0; transition: opacity 0.2s;
}
.tatilci-notif-backdrop.active {
    display: block; pointer-events: auto; opacity: 1;
}
[data-theme="dark"] .tatilci-notif-btn { background: var(--card-bg); border-color: var(--gray-200); color: var(--text-primary); }
[data-theme="dark"] .tatilci-notif-dropdown { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .tatilci-notif-item { color: var(--text-primary); border-bottom-color: var(--gray-200); }
[data-theme="dark"] .tatilci-notif-item:hover { background: rgba(245,158,11,0.08); }
[data-theme="dark"] .tatilci-notif-close { color: var(--gray-400); }
[data-theme="dark"] .tatilci-notif-close:hover { color: var(--text-primary); }
[data-theme="dark"] .tatilci-notif-backdrop.active { background: rgba(0,0,0,0.45); }
@media (max-width: 768px) {
    .tatilci-notif-dropdown {
        position: fixed;
        top: 58px;
        left: 10px;
        right: 10px;
        width: auto;
        max-height: 72vh;
        border-radius: 16px;
        box-shadow: 0 12px 48px rgba(0,0,0,0.22), 0 0 0 1px rgba(0,0,0,0.04);
        z-index: 10010;
        animation: notifSlideIn 0.22s ease;
    }
    @keyframes notifSlideIn {
        from { opacity: 0; transform: translateY(-10px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    .tatilci-notif-dropdown .tatilci-notif-list {
        max-height: calc(72vh - 48px);
        -webkit-overflow-scrolling: touch;
    }
    .tatilci-notif-dropdown .tatilci-notif-header {
        padding: 12px 16px;
        font-size: 13.5px;
    }
    .tatilci-notif-item {
        padding: 12px 14px;
        gap: 10px;
    }
    .tatilci-notif-icon {
        width: 32px; height: 32px; border-radius: 8px; font-size: 12px;
    }
    .tatilci-notif-title { font-size: 12.5px; }
    .tatilci-notif-detail { font-size: 11.5px; }
    .tatilci-notif-time { font-size: 10.5px; }
    .tatilci-notif-empty { padding: 28px 14px; font-size: 12.5px; }
    .tatilci-notif-empty i { font-size: 22px; }
    .tatilci-notif-close { display: block; }
    .mobile-tatilci-notif { margin-right: 4px; }
}

/* ===== VERIFIED VISITORS & REFERENCE SYSTEM ===== */
.verified-visitors-list {
    display: flex; flex-wrap: wrap; gap: 10px;
}
.verified-visitor-item {
    display: flex; align-items: center; gap: 8px;
    background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px;
    padding: 8px 14px; font-size: 13px;
}
.verified-visitor-badge {
    color: #22c55e; font-size: 14px;
}
.verified-visitor-name {
    font-weight: 600; color: var(--navy);
}
.verified-visitor-date {
    color: var(--gray-500); font-size: 12px;
}
.verified-review-badge {
    display: inline-flex; align-items: center; gap: 4px;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5); color: #16a34a;
    font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px;
    margin-left: 8px;
}

/* Star Rating Input */
.star-rating-input {
    display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px;
}
.star-rating-input input { display: none; }
.star-rating-input label {
    cursor: pointer; font-size: 24px; color: #d1d5db; transition: color 0.15s;
}
.star-rating-input input:checked ~ label,
.star-rating-input label:hover,
.star-rating-input label:hover ~ label {
    color: #f59e0b;
}

/* Review Locked Notice */
.review-locked-notice {
    display: flex; align-items: flex-start; gap: 16px;
    background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 12px;
    padding: 20px;
}
.review-locked-notice > i {
    font-size: 28px; color: var(--gray-300); flex-shrink: 0; margin-top: 2px;
}
.review-locked-notice strong {
    display: block; font-size: 15px; color: var(--navy); margin-bottom: 4px;
}
.review-locked-notice p {
    font-size: 13px; color: var(--gray-500); margin: 0 0 12px;
}

/* Reference Code Card (profil.php) */
.ref-code-section {
    background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 24px; overflow: hidden;
}
.ref-code-card {
    text-align: center; padding: 28px 24px;
}
.ref-code-display {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 2px dashed var(--gray-200);
    border-radius: 16px; padding: 24px; margin: 0 auto; max-width: 320px;
}
.ref-code-label {
    font-size: 12px; font-weight: 600; color: var(--gray-500); text-transform: uppercase;
    letter-spacing: 1px;
}
.ref-code-value {
    font-family: 'Courier New', monospace; font-size: 36px; font-weight: 900;
    letter-spacing: 8px; color: var(--navy); background: var(--white);
    padding: 12px 24px; border-radius: 12px; border: 1px solid var(--gray-200);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: inline-block;
}
.ref-qr-wrap {
    margin: 16px auto; display: flex; justify-content: center;
}
.ref-qr-wrap canvas, .ref-qr-wrap img {
    border-radius: 8px; border: 1px solid var(--gray-200);
}
.ref-actions {
    display: flex; gap: 10px; justify-content: center; margin-top: 12px; flex-wrap: wrap;
}
.ref-past-list {
    list-style: none; padding: 0; margin: 0;
}
.ref-past-list li {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 0; border-bottom: 1px solid var(--gray-100); font-size: 13px;
}
.ref-past-list li:last-child { border-bottom: none; }
.ref-status-badge {
    display: inline-block; padding: 3px 10px; border-radius: 20px;
    font-size: 11px; font-weight: 600;
}
.ref-status-badge.onaylandi { background: #d1fae5; color: #16a34a; }
.ref-status-badge.kullanildi { background: #dbeafe; color: #2563eb; }
.ref-status-badge.iptal { background: #fee2e2; color: #dc2626; }
.ref-status-badge.aktif { background: #fef3c7; color: #d97706; }

/* ===== Rota Promo Banner ===== */
.rota-promo-section { padding: 20px 0 8px; }

/* ===== İletişim Sayfası ===== */
.contact-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    padding: 50px 0 40px; text-align: center; position: relative; overflow: hidden;
}
.contact-hero::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}
.contact-hero-content { position: relative; z-index: 1; }
.contact-hero-icon {
    width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px;
    background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center;
    font-size: 26px; color: #fff; border: 2px solid rgba(255,255,255,0.15);
}
.contact-hero h1 { font-size: 2rem; font-weight: 800; color: #fff; margin: 0 0 10px; }
.contact-hero p { font-size: 15px; color: rgba(255,255,255,0.8); margin: 0; line-height: 1.6; }
.contact-cards-section { padding: 0; margin-top: -20px; position: relative; z-index: 2; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card {
    background: var(--white); border-radius: 16px; padding: 28px 24px; text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s; text-decoration: none;
    display: block; border: 1px solid transparent;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,0.12); border-color: var(--orange); }
.contact-card-icon {
    width: 52px; height: 52px; border-radius: 14px; margin: 0 auto 14px;
    display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.contact-card h3 { font-size: 16px; font-weight: 700; color: var(--gray-900); margin: 0 0 6px; }
.contact-card p { font-size: 14px; color: var(--gray-500); margin: 0 0 12px; word-break: break-all; }
.contact-card-action { font-size: 13px; font-weight: 600; color: var(--orange); }
.contact-card-action i { margin-left: 4px; transition: transform 0.2s; }
.contact-card:hover .contact-card-action i { transform: translateX(4px); }
.contact-form-section { padding: 40px 0 60px; }
.contact-form-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; }
.contact-form-card {
    background: var(--white); border-radius: 16px; padding: 32px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 1px solid var(--gray-200);
}
.contact-form-card h2 { font-size: 20px; font-weight: 800; color: var(--gray-900); margin: 0 0 6px; }
.contact-form-desc { font-size: 14px; color: var(--gray-500); margin: 0 0 24px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field { margin-bottom: 16px; }
.contact-field label {
    display: block; font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 6px;
}
.contact-field label i { margin-right: 4px; color: var(--gray-500); font-size: 12px; }
.contact-field input, .contact-field select, .contact-field textarea {
    width: 100%; padding: 11px 14px; border: 1px solid var(--gray-200); border-radius: 10px;
    font-size: 14px; color: var(--gray-900); background: var(--white); transition: border-color 0.2s;
    font-family: inherit;
}
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus {
    outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,158,11,0.1);
}
.contact-field textarea { resize: vertical; min-height: 100px; }
.contact-submit-btn {
    width: 100%; padding: 13px 24px; border: none; border-radius: 10px;
    background: linear-gradient(135deg, var(--orange), var(--orange-hover)); color: #fff;
    font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.2s;
    font-family: inherit;
}
.contact-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(245,158,11,0.35); }
.contact-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.contact-alert {
    padding: 12px 16px; border-radius: 10px; font-size: 14px; font-weight: 500; margin-bottom: 16px;
}
.contact-alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.contact-alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.contact-info-box {
    background: var(--white); border-radius: 16px; padding: 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 1px solid var(--gray-200); margin-bottom: 16px;
}
.contact-info-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.contact-info-header i { font-size: 18px; color: var(--orange); }
.contact-info-header h3 { font-size: 16px; font-weight: 700; color: var(--gray-900); margin: 0; }
.contact-info-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 0; border-bottom: 1px solid var(--gray-100); font-size: 14px;
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item span { color: var(--gray-500); }
.contact-info-item strong { color: var(--gray-900); }
.contact-faq-item { padding: 12px 0; border-bottom: 1px solid var(--gray-100); }
.contact-faq-item:last-child { border-bottom: none; }
.contact-faq-item strong { display: block; font-size: 14px; color: var(--gray-900); margin-bottom: 4px; }
.contact-faq-item p { font-size: 13px; color: var(--gray-500); margin: 0; line-height: 1.5; }
.contact-social-links { display: flex; gap: 10px; }
.contact-social-link {
    width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center;
    justify-content: center; color: #fff; font-size: 16px; text-decoration: none; transition: all 0.2s;
}
.contact-social-link:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
@media (max-width: 768px) {
    .contact-hero { padding: 36px 0 30px; }
    .contact-hero h1 { font-size: 1.5rem; }
    .contact-hero p { font-size: 13px; }
    .contact-cards { grid-template-columns: 1fr; gap: 12px; }
    .contact-cards-section { margin-top: -16px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .contact-form-row { grid-template-columns: 1fr; }
    .contact-form-card { padding: 20px; }
    .contact-form-card h2 { font-size: 18px; }
}
[data-theme="dark"] .contact-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .contact-form-card { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .contact-info-box { background: var(--card-bg); border-color: var(--gray-200); }
[data-theme="dark"] .contact-faq-item { border-bottom-color: var(--gray-200); }
[data-theme="dark"] .contact-info-item { border-bottom-color: var(--gray-200); }

/* ===== Destek Hattı Kutusu ===== */
.support-box-section { padding: 12px 0 0; }
.support-box {
    display: flex; align-items: center; position: relative;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 40%, #4338ca 100%);
    border-radius: 16px; padding: 28px 32px; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.support-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(99,102,241,0.35);
}
.support-box-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.support-box-circle {
    position: absolute; border-radius: 50%; opacity: 0.1; background: #fff;
}
.support-box-circle-1 {
    width: 200px; height: 200px; top: -60px; right: -40px;
    animation: supportFloat 7s ease-in-out infinite;
}
.support-box-circle-2 {
    width: 120px; height: 120px; bottom: -30px; left: 8%;
    background: #f59e0b; opacity: 0.07;
    animation: supportFloat 9s ease-in-out infinite reverse;
}
@keyframes supportFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.04); }
}
.support-box-content {
    display: flex; align-items: center; gap: 20px; width: 100%;
    position: relative; z-index: 1;
}
.support-box-icon {
    width: 56px; height: 56px; border-radius: 14px; flex-shrink: 0;
    background: rgba(255,255,255,0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #fff;
}
.support-box-text { flex: 1; }
.support-box-text h3 {
    font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 4px;
}
.support-box-text p {
    font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; line-height: 1.5;
}
.support-box-cta {
    display: flex; gap: 10px; flex-shrink: 0;
}
.support-box-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 22px; border-radius: 10px; font-size: 14px; font-weight: 700;
    text-decoration: none; white-space: nowrap; transition: all 0.2s;
    background: #fff; color: #4f46e5;
}
.support-box-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255,255,255,0.3);
}
.support-box-btn-outline {
    background: rgba(255,255,255,0.15); color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.support-box-btn-outline:hover {
    background: rgba(255,255,255,0.25);
}
@media (max-width: 768px) {
    .support-box { padding: 20px 18px; border-radius: 12px; }
    .support-box-content { flex-direction: column; align-items: flex-start; gap: 12px; }
    .support-box-icon { width: 42px; height: 42px; font-size: 18px; border-radius: 10px; }
    .support-box-text h3 { font-size: 15px; }
    .support-box-text p { font-size: 12px; line-height: 1.4; }
    .support-box-cta { flex-direction: column; align-self: stretch; gap: 8px; }
    .support-box-btn { justify-content: center; padding: 10px 16px; font-size: 13px; border-radius: 8px; }
}
[data-theme="dark"] .support-box { background: linear-gradient(135deg, #4338ca 0%, #3730a3 50%, #312e81 100%); }
[data-theme="dark"] .support-box-btn { background: rgba(255,255,255,0.15); color: #fff; }

/* ===== Sosyalleş Promo Banner ===== */
.sosyal-promo-section { padding: 12px 0 0; }
.sosyal-promo-banner {
    display: flex; align-items: center; position: relative;
    background: linear-gradient(135deg, #10b981 0%, #059669 40%, #047857 100%);
    border-radius: 16px; padding: 24px 32px; text-decoration: none;
    overflow: hidden; transition: transform 0.3s, box-shadow 0.3s;
}
.sosyal-promo-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(16,185,129,0.35);
}
.sosyal-promo-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.sosyal-promo-shape {
    position: absolute; border-radius: 50%; opacity: 0.1;
}
.sosyal-promo-shape-1 {
    width: 180px; height: 180px; top: -50px; right: -30px;
    background: #fff;
    animation: sosyalFloat 7s ease-in-out infinite;
}
.sosyal-promo-shape-2 {
    width: 100px; height: 100px; bottom: -25px; left: 8%;
    background: #f59e0b; opacity: 0.08;
    animation: sosyalFloat 9s ease-in-out infinite reverse;
}
@keyframes sosyalFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.04); }
}
.sosyal-promo-content {
    display: flex; align-items: center; gap: 18px; width: 100%;
    position: relative; z-index: 1;
}
.sosyal-promo-icon {
    width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
    background: rgba(255,255,255,0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
}
.sosyal-promo-text { flex: 1; }
.sosyal-promo-badge {
    display: inline-block; background: #f59e0b; color: #fff;
    font-size: 10px; font-weight: 800; text-transform: uppercase;
    padding: 2px 8px; border-radius: 6px; letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.sosyal-promo-text h3 {
    font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 3px;
}
.sosyal-promo-text p {
    font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; line-height: 1.4;
}
.sosyal-promo-cta span {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #fff;
    padding: 10px 22px; border-radius: 10px; font-size: 14px; font-weight: 700;
    white-space: nowrap; transition: transform 0.2s, background 0.2s;
    border: 1px solid rgba(255,255,255,0.25);
}
.sosyal-promo-banner:hover .sosyal-promo-cta span {
    transform: translateX(4px);
    background: rgba(255,255,255,0.3);
}
@media (max-width: 768px) {
    .sosyal-promo-banner { padding: 18px 16px; border-radius: 12px; }
    .sosyal-promo-content { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sosyal-promo-icon { width: 40px; height: 40px; font-size: 18px; border-radius: 10px; }
    .sosyal-promo-badge { font-size: 9px; padding: 2px 6px; margin-bottom: 2px; }
    .sosyal-promo-text { text-align: left; }
    .sosyal-promo-text h3 { font-size: 15px; margin-bottom: 2px; }
    .sosyal-promo-text p { font-size: 11.5px; line-height: 1.35; }
    .sosyal-promo-cta { align-self: flex-start; }
    .sosyal-promo-cta span { padding: 8px 16px; font-size: 12px; border-radius: 8px; }
}

/* ===== Sosyalleş Intro Modal ===== */
.sosyal-intro-overlay {
    position: fixed; inset: 0; z-index: 10000;
    background: rgba(0,0,0,0.55);
    /* backdrop-filter omitted from base state — prevents full-viewport GPU layer
       on every page that would block touch events on Android/iOS */
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
    padding: 20px;
}
.sosyal-intro-overlay.active {
    opacity: 1; visibility: visible;
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.sosyal-intro-modal {
    background: #fff; border-radius: 20px; width: 100%; max-width: 460px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.2);
    transform: translateY(40px) scale(0.94); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
    overflow: hidden; position: relative;
}
.sosyal-intro-overlay.active .sosyal-intro-modal {
    transform: translateY(0) scale(1);
}
.sosyal-intro-close {
    position: absolute; top: 14px; right: 14px; z-index: 2;
    width: 32px; height: 32px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.85); color: var(--gray-700); font-size: 20px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); line-height: 1;
    padding: 0; text-indent: 0;
}
.sosyal-intro-close:hover { background: var(--red); color: #fff; }
/* Hero area */
.sosyal-intro-hero {
    position: relative; text-align: center; padding: 36px 24px 28px;
    background: linear-gradient(135deg, #10b981, #059669);
    overflow: hidden;
}
.sosyal-intro-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.sosyal-intro-circle { position: absolute; border-radius: 50%; background: #fff; }
.sosyal-intro-c1 { width: 160px; height: 160px; top: -50px; right: -30px; opacity: 0.08; animation: sosyalFloat 6s ease-in-out infinite; }
.sosyal-intro-c2 { width: 90px; height: 90px; bottom: -20px; left: 5%; opacity: 0.06; animation: sosyalFloat 8s ease-in-out infinite reverse; }
.sosyal-intro-c3 { width: 60px; height: 60px; top: 30%; left: 60%; opacity: 0.05; background: #f59e0b; animation: sosyalFloat 7s ease-in-out infinite 1s; }
.sosyal-intro-icon {
    width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 14px;
    background: rgba(255,255,255,0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; color: #fff; position: relative;
}
.sosyal-intro-hero h2 { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 6px; position: relative; }
.sosyal-intro-hero p { font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; position: relative; }
/* Features */
.sosyal-intro-features { padding: 20px 24px; }
.sosyal-intro-feature {
    display: flex; align-items: center; gap: 14px;
    padding: 12px 0; border-bottom: 1px solid var(--gray-100);
}
.sosyal-intro-feature:last-child { border-bottom: none; }
.sosyal-intro-feat-icon {
    width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.sosyal-intro-feature strong { display: block; font-size: 14px; color: var(--navy); margin-bottom: 2px; }
.sosyal-intro-feature span { font-size: 12px; color: var(--gray-500); line-height: 1.4; }
/* Footer CTA */
.sosyal-intro-footer { padding: 0 24px 24px; }
.sosyal-intro-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 14px; border-radius: 12px; font-size: 15px; font-weight: 700;
    background: linear-gradient(135deg, #10b981, #059669); color: #fff;
    text-decoration: none; transition: transform 0.2s, box-shadow 0.2s;
}
.sosyal-intro-btn:hover {
    transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,185,129,0.35);
}
@media (max-width: 480px) {
    .sosyal-intro-overlay { padding: 12px; align-items: flex-end; }
    .sosyal-intro-modal { border-radius: 20px 20px 0 0; max-height: 92vh; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--gray-300) transparent; }
    .sosyal-intro-modal::-webkit-scrollbar { width: 5px; }
    .sosyal-intro-modal::-webkit-scrollbar-track { background: transparent; }
    .sosyal-intro-modal::-webkit-scrollbar-thumb { background: var(--gray-300); border-radius: 4px; }
    .sosyal-intro-overlay.active .sosyal-intro-modal { transform: translateY(0) scale(1); }
    .sosyal-intro-hero { padding: 28px 18px 22px; }
    .sosyal-intro-icon { width: 52px; height: 52px; font-size: 22px; }
    .sosyal-intro-hero h2 { font-size: 20px; }
    .sosyal-intro-hero p { font-size: 13px; }
    .sosyal-intro-features { padding: 16px 18px; }
    .sosyal-intro-feature { gap: 10px; padding: 10px 0; }
    .sosyal-intro-feat-icon { width: 36px; height: 36px; font-size: 14px; }
    .sosyal-intro-feature strong { font-size: 13px; }
    .sosyal-intro-feature span { font-size: 11px; }
    .sosyal-intro-footer { padding: 0 18px 18px; }
    .sosyal-intro-btn { padding: 12px; font-size: 14px; }
}
[data-theme="dark"] .sosyal-intro-modal { background: var(--card-bg); }

/* ===== GLOBAL THEMED SCROLLBAR (DESKTOP / WEB) =====
   Sitedeki tüm dikey ve yatay scrollbar'lar site tasarımına uygun
   (navy + orange) şekilde stillenir. Daha spesifik seçiciler
   (örn. .category-slider::-webkit-scrollbar { display: none }) hala üstte
   kalacağı için kasıtlı olarak gizlenmiş slider scrollbar'ları bozulmaz. */
@media (min-width: 769px) {
    html {
        scrollbar-width: thin;
        scrollbar-color: var(--orange) rgba(30,58,95,0.08);
    }
    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    *::-webkit-scrollbar-track {
        background: rgba(30,58,95,0.06);
        border-radius: 10px;
    }
    *::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--orange) 0%, var(--orange-hover) 100%);
        border-radius: 10px;
        border: 2px solid transparent;
        background-clip: padding-box;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
    }
    *::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, var(--orange-hover) 0%, var(--navy) 100%);
    }
    *::-webkit-scrollbar-corner {
        background: transparent;
    }
    /* Yatay scrollbar'lar için aynı tema (sliders hariç) */
    *::-webkit-scrollbar:horizontal {
        height: 10px;
    }
}

/* Dark mode: global track rengi */
[data-theme="dark"] html {
    scrollbar-color: var(--orange) rgba(255,255,255,0.06);
}
[data-theme="dark"] *::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}
[data-theme="dark"] *::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-hover) 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
[data-theme="dark"] .sosyal-intro-feature { border-bottom-color: var(--gray-200); }
@media (max-width: 768px) {
    .sosyal-promo-banner { flex-direction: column; padding: 20px 18px; }
    .sosyal-promo-content { flex-direction: column; text-align: center; gap: 12px; }
    .sosyal-promo-icon { width: 44px; height: 44px; font-size: 18px; }
    .sosyal-promo-text h3 { font-size: 16px; }
    .sosyal-promo-text p { font-size: 12px; }
    .sosyal-promo-cta span { padding: 9px 18px; font-size: 13px; }
    .sosyal-promo-badge { font-size: 9px; padding: 2px 6px; }
}
.rota-promo-banner {
    display: flex; align-items: center; position: relative;
    background: linear-gradient(135deg, #1e3a5f 0%, #2a4a6f 50%, #1e3a5f 100%);
    border-radius: 16px; padding: 28px 32px; text-decoration: none;
    overflow: hidden; transition: transform 0.3s, box-shadow 0.3s;
}
.rota-promo-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(30,58,95,0.35);
}
/* Animated background circles */
.rota-promo-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.rota-promo-circle {
    position: absolute; border-radius: 50%; opacity: 0.08;
    background: #f59e0b;
}
.rota-promo-circle-1 {
    width: 200px; height: 200px; top: -60px; right: -40px;
    animation: rotaFloat 6s ease-in-out infinite;
}
.rota-promo-circle-2 {
    width: 120px; height: 120px; bottom: -30px; left: 10%;
    animation: rotaFloat 8s ease-in-out infinite reverse;
}
.rota-promo-circle-3 {
    width: 80px; height: 80px; top: 20%; right: 30%;
    background: #10b981; opacity: 0.06;
    animation: rotaFloat 7s ease-in-out infinite 1s;
}
@keyframes rotaFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-12px) scale(1.05); }
}
.rota-promo-content {
    display: flex; align-items: center; gap: 20px; width: 100%;
    position: relative; z-index: 1;
}
.rota-promo-icon {
    width: 56px; height: 56px; border-radius: 14px; flex-shrink: 0;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    box-shadow: 0 4px 16px rgba(245,158,11,0.35);
}
.rota-promo-text { flex: 1; }
.rota-promo-text h3 {
    font-size: 19px; font-weight: 800; color: #fff; margin: 0 0 4px;
}
.rota-promo-text p {
    font-size: 13px; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.5;
}
.rota-promo-cta span {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #f59e0b, #ef4444); color: #fff;
    padding: 10px 24px; border-radius: 10px; font-size: 14px; font-weight: 700;
    white-space: nowrap; transition: transform 0.2s, box-shadow 0.2s;
}
.rota-promo-banner:hover .rota-promo-cta span {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(245,158,11,0.4);
}
@media (max-width: 768px) {
    .rota-promo-banner { padding: 18px 16px; border-radius: 12px; }
    .rota-promo-content { flex-direction: column; align-items: flex-start; gap: 10px; }
    .rota-promo-icon { width: 40px; height: 40px; font-size: 18px; border-radius: 10px; }
    .rota-promo-text { text-align: left; }
    .rota-promo-text h3 { font-size: 15px; margin-bottom: 2px; }
    .rota-promo-text p { font-size: 11.5px; line-height: 1.35; }
    .rota-promo-cta { align-self: flex-start; }
    .rota-promo-cta span { padding: 8px 16px; font-size: 12px; border-radius: 8px; }
}

/* ===== Sosyal New Posts Bar ===== */
.sosyal-new-bar {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    animation: sosyalNewBarPulse 2s infinite;
}
.sosyal-new-bar:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(245,158,11,0.4);
}
.sosyal-new-bar i { margin-right: 6px; }
@keyframes sosyalNewBarPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.4); }
    50% { box-shadow: 0 0 0 8px rgba(245,158,11,0); }
}
.sosyal-reply-new {
    animation: sosyalReplySlide 0.4s ease-out;
    border-left: 3px solid #f59e0b;
}
@keyframes sosyalReplySlide {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
[data-theme="dark"] .sosyal-new-bar {
    background: linear-gradient(135deg, #d97706, #dc2626);
}

/* ===== Polling New Record Bar (Admin/Panel) ===== */
.polling-new-bar {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 16px;
    display: none;
    transition: transform 0.2s;
}
.polling-new-bar:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(59,130,246,0.4); }
.polling-new-bar i { margin-right: 6px; }
[data-theme="dark"] .polling-new-bar { background: linear-gradient(135deg, #2563eb, #4f46e5); }

/* ===== iOS FIXES ===== */
@supports (-webkit-touch-callout: none) {
    /* iOS input zoom prevention */
    input[type="text"], input[type="email"], input[type="password"],
    input[type="tel"], input[type="number"], input[type="search"],
    input[type="url"], select, textarea, .form-control, .form-select {
        font-size: 16px !important;
    }
    /* iOS momentum scrolling */
    .mobile-menu-panel, .auth-modal, .filter-sidebar {
        -webkit-overflow-scrolling: touch;
    }
    /* iOS fixed bottom elements safe area */
    .mobile-bottom-nav {
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    }
    .cookie-consent-banner {
        padding-bottom: env(safe-area-inset-bottom, 8px);
    }
}
