/**
* Teklif Marketplace - Profesyonel Stil Dosyası
* Armut.com tarzı modern, temiz tasarım
*/

/* ============================================
CSS Değişkenleri - Profesyonel Palet
============================================ */
:root {
--primary: #00A86B;
--primary-light: #00C77A;
--primary-dark: #007A4B;
--secondary: #FF6B35;
--secondary-light: #FF8F66;
--secondary-dark: #CC4F1F;

--success: #10B981;
--warning: #F59E0B;
--error: #EF4444;
--info: #3B82F6;

--text-primary: #111827;
--text-secondary: #6B7280;
--text-light: #FFFFFF;
--text-muted: #9CA3AF;

--bg-primary: #FFFFFF;
--bg-secondary: #F9FAFB;
--bg-tertiary: #F3F4F6;
--bg-dark: #111827;

--border-color: #E5E7EB;
--border-light: #F3F4F6;
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

--radius-sm: 6px;
--radius: 10px;
--radius-lg: 16px;
--radius-xl: 24px;
--radius-full: 9999px;

--transition: all 0.2s ease;
--transition-slow: all 0.3s ease;
}

/* ============================================
Dark Mode - Gece Modu CSS Değişkenleri
============================================ */
[data-theme="dark"] {
--text-primary: #F9FAFB;
--text-secondary: #D1D5DB;
--text-light: #FFFFFF;
--text-muted: #9CA3AF;

--bg-primary: #1F2937;
--bg-secondary: #111827;
--bg-tertiary: #374151;
--bg-dark: #030712;

--border-color: #374151;
--border-light: #374151;

/* Secondary rengi dark mode'da daha soluk/uyumlu */
--secondary: #e05a2b;
--secondary-light: #f07040;
--secondary-dark: #b84820;

--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.3);
--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
}

/* Dark mode body */
[data-theme="dark"] body {
background: var(--bg-secondary);
color: var(--text-primary);
}

/* Dark mode main content */
[data-theme="dark"] .main-content {
background: #111827;
}

[data-theme="dark"] main {
background: #111827;
}

/* Dark mode header */
[data-theme="dark"] .header {
background: #1F2937;
border-bottom-color: #374151;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

[data-theme="dark"] .nav-link {
color: #D1D5DB;
}

[data-theme="dark"] .nav-link:hover,
[data-theme="dark"] .nav-link.active {
color: var(--primary);
background: rgba(0, 168, 107, 0.1);
}

[data-theme="dark"] .nav-dropdown-content {
background: #1F2937;
box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
}

[data-theme="dark"] .dropdown-header {
border-bottom-color: #374151;
}

[data-theme="dark"] .dropdown-header h3 {
color: #F9FAFB;
}

[data-theme="dark"] .dropdown-section {
border-right-color: #374151;
}

[data-theme="dark"] .dropdown-section h4 {
color: #9CA3AF;
}

[data-theme="dark"] .dropdown-section a {
color: #D1D5DB;
}

[data-theme="dark"] .dropdown-section a:hover {
color: var(--primary);
background: rgba(0, 168, 107, 0.1);
}

[data-theme="dark"] .dropdown-section a i {
background: #374151;
color: #9CA3AF;
}

[data-theme="dark"] .dropdown-cities {
background: #111827;
border-top-color: #374151;
}

[data-theme="dark"] .city-links a {
background: #374151;
color: #D1D5DB;
border-color: #4B5563;
}

[data-theme="dark"] .city-links a:hover {
background: var(--primary);
color: #fff;
border-color: var(--primary);
}

/* Dark mode user menu */
[data-theme="dark"] .user-menu-btn {
background: #374151;
border-color: #4B5563;
color: #F9FAFB;
}

[data-theme="dark"] .user-menu-btn:hover {
background: #4B5563;
}

[data-theme="dark"] .user-dropdown {
background: #1F2937;
border-color: #374151;
box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
}

[data-theme="dark"] .user-dropdown-header {
background: linear-gradient(135deg, #374151 0%, #1F2937 100%);
border-bottom-color: #4B5563;
}

[data-theme="dark"] .user-dropdown a {
color: #D1D5DB;
}

[data-theme="dark"] .user-dropdown a:hover {
background: rgba(0, 168, 107, 0.1);
color: var(--primary);
}

[data-theme="dark"] .user-dropdown a i {
color: #9CA3AF;
}

[data-theme="dark"] .user-dropdown-divider {
background: #374151;
}

/* Dark mode auth buttons */
[data-theme="dark"] .auth-btn-login {
background: transparent;
color: #D1D5DB;
border-color: #4B5563;
}

[data-theme="dark"] .auth-btn-login:hover {
background: #374151;
color: #F9FAFB;
}

/* Dark mode mobile menu */
[data-theme="dark"] .mobile-menu {
background: #1F2937;
}

[data-theme="dark"] .mobile-menu-header {
border-bottom-color: #374151;
}

[data-theme="dark"] .mobile-nav-link {
color: #D1D5DB;
border-bottom-color: #374151;
}

[data-theme="dark"] .mobile-user-info {
background: #374151;
}

[data-theme="dark"] .mobile-user-info strong {
color: #F9FAFB;
}

[data-theme="dark"] .mobile-sub-nav a {
color: #9CA3AF;
}

[data-theme="dark"] .mobile-sub-nav a:hover {
color: var(--primary);
background: rgba(0, 168, 107, 0.08);
}

/* Dark mode nav (mobile dropdown) */
[data-theme="dark"] .nav,
[data-theme="dark"] .header-auth {
background: #1F2937;
border-color: #374151;
}

/* Dark mode cards */
[data-theme="dark"] .card {
background: #1F2937 !important;
border-color: #374151 !important;
}

[data-theme="dark"] .card-header {
border-bottom-color: #374151 !important;
}

[data-theme="dark"] .card-footer {
background: #111827 !important;
border-top-color: #374151 !important;
}

/* Dark mode category cards */
[data-theme="dark"] .category-card {
background: #1F2937 !important;
border-color: #374151 !important;
}

[data-theme="dark"] .category-title {
color: #F9FAFB !important;
}

[data-theme="dark"] .category-desc {
color: #9CA3AF !important;
}

[data-theme="dark"] .category-count {
background: #374151 !important;
color: #D1D5DB !important;
}

/* Dark mode listing cards */
[data-theme="dark"] .listing-card {
background: #1F2937 !important;
border-color: #374151 !important;
}

[data-theme="dark"] .listing-content {
background: #1F2937 !important;
}

[data-theme="dark"] .listing-title {
color: #F9FAFB !important;
}

[data-theme="dark"] .listing-category {
color: #9CA3AF !important;
background: rgba(0,168,107,0.15) !important;
}

[data-theme="dark"] .listing-route {
background: #374151 !important;
color: #D1D5DB !important;
}

[data-theme="dark"] .listing-route i {
color: #6B7280 !important;
}

[data-theme="dark"] .listing-route span {
color: #D1D5DB !important;
}

[data-theme="dark"] .listing-details {
color: #9CA3AF !important;
}

[data-theme="dark"] .listing-details span {
color: #9CA3AF !important;
}

[data-theme="dark"] .listing-meta {
border-top-color: #374151 !important;
}

[data-theme="dark"] .listing-date,
[data-theme="dark"] .listing-bids {
color: #9CA3AF !important;
}

[data-theme="dark"] .listing-footer {
background: #1F2937 !important;
border-top-color: #374151 !important;
}

[data-theme="dark"] .listing-image.placeholder {
background: linear-gradient(135deg, #374151 0%, #4B5563 100%) !important;
color: #6B7280 !important;
}

/* Dark mode listing badge */
[data-theme="dark"] .listing-badge {
background: #374151 !important;
color: #F9FAFB !important;
}

/* Dark mode sections */
[data-theme="dark"] .categories {
background: #1F2937 !important;
}

[data-theme="dark"] .how-it-works {
background: #111827 !important;
}

[data-theme="dark"] .latest-listings {
background: #111827 !important;
}

[data-theme="dark"] .step-icon {
background: #1F2937 !important;
border-color: #111827 !important;
}

/* Dark mode hero stats */
[data-theme="dark"] .hero-stats-section {
background: #1F2937 !important;
border-bottom-color: #374151 !important;
}

[data-theme="dark"] .stat-bar-label {
color: #9CA3AF !important;
}

[data-theme="dark"] .stat-bar-divider {
background: #374151 !important;
}

[data-theme="dark"] .stat-bar-item {
border-bottom-color: #374151 !important;
border-right-color: #374151 !important;
}

/* Dark mode filter bar */
[data-theme="dark"] .filter-bar {
background: #1F2937 !important;
border-color: #374151 !important;
}

[data-theme="dark"] .filter-select {
background: #374151 !important;
border-color: #4B5563 !important;
color: #D1D5DB !important;
}

/* Dark mode pagination */
[data-theme="dark"] .pagination-btn {
background: #1F2937 !important;
border-color: #374151 !important;
color: #D1D5DB !important;
}

/* Dark mode no results */
[data-theme="dark"] .no-results {
background: #1F2937 !important;
border-color: #374151 !important;
}

[data-theme="dark"] .no-results h3 {
color: #F9FAFB !important;
}

[data-theme="dark"] .no-results p {
color: #9CA3AF !important;
}

[data-theme="dark"] .no-results-icon {
background: #374151 !important;
color: #9CA3AF !important;
}

/* Dark mode forms */
[data-theme="dark"] .form-control {
background: #374151 !important;
border-color: #4B5563 !important;
color: #F9FAFB !important;
}

[data-theme="dark"] .form-control::placeholder {
color: #6B7280 !important;
}

[data-theme="dark"] .form-control:focus {
border-color: var(--primary) !important;
background: #374151 !important;
}

/* Dark mode search */
[data-theme="dark"] .hero-search {
background: #1F2937 !important;
}

[data-theme="dark"] .search-input {
background: #374151 !important;
color: #F9FAFB !important;
}

[data-theme="dark"] .search-input::placeholder {
color: #6B7280 !important;
}

[data-theme="dark"] .search-input:focus {
background: #4B5563 !important;
}

[data-theme="dark"] .search-select {
background: #374151 !important;
color: #F9FAFB !important;
}

/* Dark mode auth container */
[data-theme="dark"] .auth-container {
background: #111827;
}

[data-theme="dark"] .auth-box {
background: #1F2937;
box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

[data-theme="dark"] .auth-title {
color: #60A5FA;
}

[data-theme="dark"] .auth-subtitle {
color: #9CA3AF;
}

[data-theme="dark"] .form-section {
background: #374151;
border-color: #4B5563;
}

[data-theme="dark"] .form-section-title {
color: #60A5FA;
border-bottom-color: #4B5563;
}

[data-theme="dark"] .field-label {
color: #D1D5DB;
}

[data-theme="dark"] .form-input {
background: #1F2937;
border-color: #4B5563;
color: #F9FAFB;
}

[data-theme="dark"] .form-input:focus {
border-color: #60A5FA;
box-shadow: 0 0 0 3px rgba(96,165,250,0.15);
}

[data-theme="dark"] .user-type-card {
background: #374151;
border-color: #4B5563;
}

[data-theme="dark"] .user-type-card span {
color: #D1D5DB;
}

[data-theme="dark"] .verify-card {
background: #374151;
border-color: #4B5563;
}

[data-theme="dark"] .verify-card span {
color: #D1D5DB;
}

[data-theme="dark"] .form-documents {
background: #374151;
border-color: #4B5563;
}

[data-theme="dark"] .form-documents h4 {
color: #D1D5DB;
}

[data-theme="dark"] .file-upload-area {
background: #1F2937;
border-color: #4B5563;
}

[data-theme="dark"] .file-upload-area:hover {
background: #374151;
border-color: #60A5FA;
}

[data-theme="dark"] .file-upload-placeholder span {
color: #D1D5DB;
}

[data-theme="dark"] .checkbox-label {
color: #D1D5DB;
}

[data-theme="dark"] .checkbox-legal {
background: #374151;
border-color: #4B5563;
}

[data-theme="dark"] .checkbox-legal span {
color: #D1D5DB;
}

[data-theme="dark"] .auth-divider::before {
background: #374151;
}

[data-theme="dark"] .auth-divider span {
background: #1F2937;
color: #6B7280;
}

[data-theme="dark"] .auth-footer {
color: #9CA3AF;
}

[data-theme="dark"] .auth-footer a {
color: #60A5FA;
}

/* Dark mode alerts */
[data-theme="dark"] .alert-success {
background: rgba(16, 185, 129, 0.15);
border-color: rgba(16, 185, 129, 0.3);
}

[data-theme="dark"] .alert-error {
background: rgba(239, 68, 68, 0.15);
border-color: rgba(239, 68, 68, 0.3);
}

[data-theme="dark"] .alert-warning {
background: rgba(245, 158, 11, 0.15);
border-color: rgba(245, 158, 11, 0.3);
}

[data-theme="dark"] .alert-info {
background: rgba(59, 130, 246, 0.15);
border-color: rgba(59, 130, 246, 0.3);
}

/* Dark mode breadcrumb */
[data-theme="dark"] .breadcrumb a {
color: var(--primary) !important;
}

[data-theme="dark"] .breadcrumb {
color: #9CA3AF !important;
}

[data-theme="dark"] .breadcrumb ol li span {
color: #9CA3AF !important;
}

/* Dark mode section titles */
[data-theme="dark"] .section-title {
color: #F9FAFB !important;
}

[data-theme="dark"] .section-subtitle {
color: #9CA3AF !important;
}

[data-theme="dark"] .step-title {
color: #F9FAFB !important;
}

[data-theme="dark"] .step-desc {
color: #9CA3AF !important;
}

/* Dark mode section header */
[data-theme="dark"] .section-header {
border-bottom-color: #374151 !important;
}

[data-theme="dark"] .section-header .section-title {
color: #F9FAFB !important;
}

[data-theme="dark"] .view-all {
color: #34d399 !important;
}

/* Dark mode mobile toggle icon */
[data-theme="dark"] .mobile-toggle {
color: #D1D5DB;
}

/* Dark mode mobile menu close */
[data-theme="dark"] .mobile-menu-close {
color: #9CA3AF;
}

/* ============================================
Dark Mode Toggle Butonu
============================================ */
.dark-mode-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
height: 36px;
padding: 0 14px;
border-radius: 20px;
background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
color: #FCD34D;
border: 1.5px solid #475569;
cursor: pointer;
transition: all 0.25s ease;
font-size: 14px;
font-weight: 600;
flex-shrink: 0;
letter-spacing: 0.2px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
white-space: nowrap;
}

.dark-mode-toggle .dm-label {
font-size: 12px;
font-weight: 600;
color: #e2e8f0;
}

.dark-mode-toggle:hover {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
border-color: #64748b;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

[data-theme="dark"] .dark-mode-toggle {
background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
color: #1e293b;
border-color: #f59e0b;
box-shadow: 0 2px 8px rgba(251,191,36,0.3);
}

[data-theme="dark"] .dark-mode-toggle .dm-label {
color: #1e293b;
}

[data-theme="dark"] .dark-mode-toggle:hover {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
box-shadow: 0 4px 12px rgba(251,191,36,0.4);
}

/* Mobilde toggle butonu gizle - sadece mobil menüde göster */
@media (max-width: 768px) {
.dark-mode-toggle {
    display: none;
}
}

/* Dark mode toggle - mobil menü içi */
.dark-mode-toggle-mobile {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 0;
color: var(--text-primary);
font-weight: 500;
font-size: 15px;
border-bottom: 1px solid var(--border-light);
cursor: pointer;
background: none;
border-left: none;
border-right: none;
border-top: none;
width: 100%;
text-align: left;
}

.dark-mode-toggle-mobile i {
color: var(--primary);
width: 22px;
font-size: 16px;
}

[data-theme="dark"] .dark-mode-toggle-mobile {
color: #D1D5DB;
border-bottom-color: #374151;
}

/* Smooth dark mode transition */
body,
.header,
.card,
.listing-card,
.category-card,
.nav-dropdown-content,
.user-dropdown,
.mobile-menu,
.filter-bar,
.auth-box,
.form-section,
.form-input,
.form-control,
.search-input,
.search-select,
.hero-stats-section {
transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* ============================================
Screen Reader Only - Erişilebilirlik
============================================ */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

/* ============================================
Font Display Swap - FOIT Önleme
============================================ */
@font-face {
font-family: 'Inter';
font-display: swap;
}

/* ============================================
Reset ve Temel Stiller
============================================ */
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 15px;
line-height: 1.6;
color: var(--text-primary);
background: var(--bg-secondary);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body.menu-open {
overflow: hidden;
}

a {
text-decoration: none;
color: inherit;
transition: var(--transition);
}

img {
max-width: 100%;
height: auto;
display: block;
}

ul, ol {
list-style: none;
}

button {
cursor: pointer;
border: none;
background: none;
font-family: inherit;
}

input, select, textarea {
font-family: inherit;
}

/* ============================================
Container
============================================ */
/* Main Content */
.main-content {
width: 100%;
min-height: calc(100vh - 64px);
display: block;
}

/* ==================== AUTH SAYFASI STİLLERİ ==================== */
.auth-container {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    background: #f8fafc;
}

.auth-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px;
    width: 100%;
    max-width: 480px;
}

.auth-box-wide {
    max-width: 720px;
}

.auth-header {
    text-align: center;
    margin-bottom: 32px;
}

.auth-logo {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: #fff;
}

.auth-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 6px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
}

/* Kullanıcı tipi grid */
.user-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 8px;
}

.user-type-grid-wide {
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 600px) {
    .user-type-grid-wide {
        grid-template-columns: repeat(6, 1fr);
    }
}

.user-type-option input { display: none; }

.user-type-card {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    background: #f8fafc;
}

.user-type-card i {
    font-size: 24px;
    color: #94a3b8;
    margin-bottom: 6px;
    display: block;
}

.user-type-card span {
    display: block;
    font-weight: 600;
    color: #374151;
    font-size: 12px;
    margin-bottom: 3px;
}

.user-type-card small {
    font-size: 10px;
    color: #94a3b8;
}

.user-type-option input:checked + .user-type-card {
    border-color: #1a237e;
    background: #eef2ff;
}

.user-type-option input:checked + .user-type-card i { color: #1a237e; }
.user-type-option input:checked + .user-type-card span { color: #1a237e; }

/* Form bölümleri */
.form-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.form-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-section-title i { color: #ff6f00; }

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.required { color: #ef4444; }
.optional { color: #94a3b8; font-weight: 400; font-size: 12px; }

.form-input {
    width: 100%;
    padding: 11px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #1a237e;
    box-shadow: 0 0 0 3px rgba(26,35,126,0.08);
}

textarea.form-input { resize: vertical; }

/* Input with icon */
.input-with-icon {
    position: relative;
}

.input-with-icon > i:first-child {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
}

.input-with-icon .form-input {
    padding-left: 36px;
}

.password-wrapper .form-input {
    padding-right: 44px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    padding: 4px;
    font-size: 14px;
}

.toggle-password:hover { color: #1a237e; }

.field-hint {
    font-size: 12px;
    color: #64748b;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.field-hint i { color: #3b82f6; }

/* Doğrulama yöntemi */
.verify-method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 6px;
}

.verify-option input { display: none; }

.verify-card {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    background: #fff;
}

.verify-card i {
    font-size: 22px;
    color: #94a3b8;
    margin-bottom: 6px;
    display: block;
}

.verify-card span {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #374151;
    margin-bottom: 3px;
}

.verify-card small {
    font-size: 11px;
    color: #94a3b8;
}

.verify-option input:checked + .verify-card {
    border-color: #1a237e;
    background: #eef2ff;
}

.verify-option input:checked + .verify-card i { color: #1a237e; }

/* Belgeler */
.form-documents {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
}

.form-documents h4 {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-documents h4 i { color: #ff6f00; }

.doc-info {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 16px;
    padding: 8px 12px;
    background: #fef3c7;
    border-radius: 6px;
}

.file-upload-area {
    position: relative;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    background: #f8fafc;
    overflow: hidden;
}

.file-upload-area:hover {
    border-color: #1a237e;
    background: #eef2ff;
}

.file-upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.file-upload-placeholder {
    pointer-events: none;
}

.file-upload-placeholder i {
    font-size: 28px;
    color: #94a3b8;
    margin-bottom: 6px;
    display: block;
}

.file-upload-placeholder span {
    display: block;
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 3px;
}

.file-upload-placeholder small {
    font-size: 11px;
    color: #94a3b8;
}

/* Checkbox */
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
}

.checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1a237e;
    cursor: pointer;
}

/* Yasal onaylar */
.legal-section { background: #fffbeb; border-color: #fde68a; }

.legal-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.checkbox-legal {
    align-items: flex-start !important;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.checkbox-legal input {
    margin-top: 2px;
    flex-shrink: 0;
}

.checkbox-legal span {
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
}

.legal-link {
    color: #1a237e;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    margin-left: 4px;
}

.legal-link:hover { text-decoration: underline; }

.legal-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f0fdf4;
    border-radius: 8px;
    font-size: 12px;
    color: #166534;
}

.legal-info i { color: #22c55e; font-size: 16px; }

/* Kayıt butonu */
.btn-register {
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.btn-register:hover {
    background: linear-gradient(135deg, #283593 0%, #3949ab 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(26,35,126,0.3);
}

.btn-register:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Auth divider */
.auth-divider {
    text-align: center;
    margin: 24px 0;
    position: relative;
}

.auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.auth-divider span {
    background: #fff;
    padding: 0 16px;
    position: relative;
    color: #94a3b8;
    font-size: 13px;
}

.auth-footer {
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.auth-footer a {
    color: #1a237e;
    font-weight: 600;
    text-decoration: none;
}

.auth-footer a:hover { text-decoration: underline; }

/* Auth Alert */
.auth-container .alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}

.auth-container .alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.auth-container .alert i { flex-shrink: 0; margin-top: 1px; }

/* Auth Responsive */
@media (max-width: 768px) {
    .auth-box { padding: 24px 16px; }
    .user-type-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row-2 { grid-template-columns: 1fr; }
    .verify-method-grid { grid-template-columns: 1fr; }
    .checkbox-grid { grid-template-columns: 1fr; }
}

.container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 24px;
}

.container-sm {
max-width: 960px;
}

.container-lg {
max-width: 1440px;
}

/* ============================================
Header - Profesyonel Navigasyon
============================================ */
.header {
background: #fff;
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 1px solid #e5e7eb;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 4px;
max-width: 100%;
margin: 0 auto;
padding: 0 12px;
height: 64px;
}

/* Logo */
.logo {
display: flex;
align-items: center;
gap: 12px;
flex-shrink: 0;
text-decoration: none;
}

.logo-img {
height: 44px;
width: auto;
max-width: 180px;
object-fit: contain;
display: block;
}

.logo-icon {
width: 44px;
height: 44px;
background: linear-gradient(135deg, #00A86B 0%, #00C77A 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
box-shadow: 0 4px 12px rgba(0, 168, 107, 0.3);
}

.logo-text {
font-size: 22px;
font-weight: 800;
color: #111827;
letter-spacing: -0.5px;
}

.logo-text span {
color: #00A86B;
}

/* Navigation */
.nav {
display: flex;
align-items: center;
gap: 0;
flex: 1;
min-width: 0;
overflow: visible;
}

.nav-link {
padding: 6px 7px;
color: #4b5563;
font-weight: 500;
font-size: 13px;
border-radius: 8px;
transition: all 0.2s ease;
display: flex;
align-items: center;
gap: 3px;
text-decoration: none;
position: relative;
white-space: nowrap;
flex-shrink: 0;
}

/* Nav ikonlarını gizle - daha temiz görünüm */
.nav > .nav-link > i:first-child,
.nav-dropdown > .nav-link > i:first-child {
display: none;
}

.nav-link:hover {
color: #00A86B;
background: rgba(0, 168, 107, 0.06);
}

.nav-link.active {
color: #00A86B;
background: rgba(0, 168, 107, 0.08);
}

.nav-link i {
font-size: 14px;
transition: transform 0.2s;
}

.nav-link:hover i.fa-chevron-down {
transform: rotate(180deg);
}

/* Nav Dropdown */
.nav-dropdown {
position: relative;
}

/* Dropdown trigger padding to fix hover gap */
.nav-dropdown::after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 20px;
margin-top: -10px;
}

.nav-dropdown > .nav-link i.fa-chevron-down {
font-size: 10px;
margin-left: 4px;
}

.nav-dropdown-content {
position: absolute;
top: calc(100% + 8px);
left: 50%;
transform: translateX(-50%) translateY(-8px);
background: #fff;
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.05);
min-width: 620px;
padding: 0;
display: block;
opacity: 0;
visibility: hidden;
transition: all 0.25s ease;
z-index: 100;
overflow: hidden;
pointer-events: none;
}

.nav-dropdown:hover .nav-dropdown-content,
.nav-dropdown:focus-within .nav-dropdown-content {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
pointer-events: auto;
}

.dropdown-header {
padding: 20px 24px 16px;
border-bottom: 1px solid #f3f4f6;
}

.dropdown-header h3 {
font-size: 13px;
font-weight: 700;
color: #111827;
text-transform: uppercase;
letter-spacing: 0.5px;
display: flex;
align-items: center;
gap: 10px;
}

.dropdown-header h3 i {
width: 32px;
height: 32px;
background: linear-gradient(135deg, rgba(0, 168, 107, 0.1) 0%, rgba(0, 168, 107, 0.05) 100%);
color: #00A86B;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}

.dropdown-body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}

.dropdown-section {
padding: 16px 24px;
}

.dropdown-section:first-child {
border-right: 1px solid #f3f4f6;
}

.dropdown-section h4 {
font-size: 12px;
font-weight: 600;
color: #9ca3af;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 12px;
}

.dropdown-section a {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px;
color: #374151;
font-size: 14px;
border-radius: 10px;
transition: all 0.2s ease;
margin-bottom: 4px;
text-decoration: none;
}

.dropdown-section a:hover {
color: #00A86B;
background: rgba(0, 168, 107, 0.06);
padding-left: 18px;
}

.dropdown-section a i {
width: 36px;
height: 36px;
background: #f9fafb;
color: #6b7280;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
transition: all 0.2s;
}

.dropdown-section a:hover i {
background: rgba(0, 168, 107, 0.1);
color: #00A86B;
}

.dropdown-section .dropdown-link-text {
flex: 1;
}

.dropdown-section .dropdown-link-text small {
display: block;
font-size: 12px;
color: #9ca3af;
font-weight: 400;
}

.dropdown-cities {
padding: 16px 24px;
background: #f9fafb;
border-top: 1px solid #f3f4f6;
}

.dropdown-cities h4 {
font-size: 12px;
font-weight: 600;
color: #9ca3af;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 12px;
}

.city-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.city-links a {
padding: 8px 14px;
background: #fff;
border-radius: 20px;
font-size: 13px;
color: #4b5563;
transition: all 0.2s ease;
border: 1px solid #e5e7eb;
text-decoration: none;
}

.city-links a:hover {
background: #00A86B;
color: #fff;
border-color: #00A86B;
transform: translateY(-1px);
}

.more-link {
color: #00A86B !important;
font-weight: 600;
margin-top: 8px;
background: rgba(0, 168, 107, 0.08) !important;
border: 1px dashed rgba(0, 168, 107, 0.3) !important;
}

.more-link i {
background: transparent !important;
color: #00A86B !important;
width: auto !important;
height: auto !important;
}

/* Header Auth - Profesyonel Stiller */
.header-auth {
display: flex;
align-items: center;
gap: 4px;
flex-shrink: 0;
}

/* Auth Buttons */
.auth-buttons {
display: flex;
align-items: center;
gap: 10px;
}

.auth-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
font-size: 13px;
font-weight: 600;
border-radius: 10px;
transition: all 0.2s ease;
text-decoration: none;
}

.auth-btn-login {
background: transparent;
color: #374151;
border: 1px solid #e5e7eb;
}

.auth-btn-login:hover {
background: #f9fafb;
border-color: #d1d5db;
color: #111827;
}

.auth-btn-register {
background: linear-gradient(135deg, #007a4d 0%, #00965c 100%);
color: #fff;
box-shadow: 0 2px 8px rgba(0, 122, 77, 0.3);
}

.auth-btn-register:hover {
background: linear-gradient(135deg, #006640 0%, #007a4d 100%);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 122, 77, 0.4);
}

/* User Menu */
.user-menu {
position: relative;
}

.user-menu-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 5px 10px 5px 5px;
background: #f9fafb;
border-radius: 30px;
font-weight: 500;
font-size: 13px;
color: #111827;
transition: all 0.2s ease;
border: 1px solid #e5e7eb;
cursor: pointer;
}

.user-menu-btn:hover {
background: #f3f4f6;
border-color: #d1d5db;
}

.user-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
font-size: 14px;
}

.user-name {
max-width: 90px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.user-type-badge {
padding: 4px 10px;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.3px;
}

.user-type-badge.nakliye {
background: rgba(59, 130, 246, 0.1);
color: #3B82F6;
}

.user-type-badge.cekici {
background: rgba(239, 68, 68, 0.1);
color: #EF4444;
}

.user-type-badge.sigorta {
background: rgba(168, 85, 247, 0.1);
color: #A855F7;
}

.user-type-badge.admin {
background: rgba(245, 158, 11, 0.1);
color: #F59E0B;
}

.user-menu-btn > i.fa-chevron-down {
color: #9ca3af;
font-size: 10px;
margin-left: 4px;
}

.user-menu::after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 20px;
margin-top: -10px;
}

.user-dropdown {
position: absolute;
top: calc(100% + 8px);
right: 0;
margin-top: 0;
background: #fff;
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.05);
min-width: 260px;
opacity: 0;
visibility: hidden;
transform: translateY(-8px);
transition: all 0.25s ease;
z-index: 100;
border: 1px solid #f3f4f6;
overflow: hidden;
pointer-events: none;
}

.user-menu:hover .user-dropdown,
.user-menu:focus-within .user-dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}

.user-dropdown-header {
padding: 20px;
background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
border-bottom: 1px solid #e5e7eb;
}

.user-dropdown-header strong {
display: block;
font-size: 15px;
color: #111827;
margin-bottom: 4px;
font-weight: 600;
}

.user-dropdown-header span {
font-size: 13px;
color: #6b7280;
text-transform: capitalize;
}

.user-dropdown a {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
color: #374151;
font-size: 14px;
transition: all 0.15s ease;
text-decoration: none;
}

.user-dropdown a:hover {
background: rgba(0, 168, 107, 0.06);
color: #00A86B;
}

.user-dropdown a i {
width: 20px;
color: #9ca3af;
font-size: 14px;
transition: all 0.15s ease;
}

.user-dropdown a:hover i {
color: #00A86B;
}

.user-dropdown-divider {
height: 1px;
background: #f3f4f6;
margin: 8px 0;
}

.user-dropdown .logout {
color: #ef4444;
}

.user-dropdown .logout i {
color: #ef4444;
}

.user-dropdown .logout:hover {
background: rgba(239, 68, 68, 0.06);
color: #dc2626;
}

/* Mobile Toggle */
.mobile-toggle {
display: none;
font-size: 24px;
color: var(--text-primary);
padding: 8px;
}

/* Mobile Menu */
.mobile-menu-overlay {
position: fixed;
inset: 0;
background: rgba(17, 24, 39, 0.38);
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
z-index: 1001;
}

body.menu-open .mobile-menu-overlay {
opacity: 1;
visibility: visible;
}

.mobile-menu {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: none;
max-height: 100vh;
background: var(--bg-primary);
transform: translateY(-16px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: transform 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
z-index: 1002;
overflow-y: auto;
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
border-bottom: 1px solid var(--border-light);
border-radius: 0 0 18px 18px;
-webkit-overflow-scrolling: touch;
padding-bottom: max(0px, env(safe-area-inset-bottom));
}

body.menu-open .mobile-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.mobile-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 20px;
border-bottom: 1px solid var(--border-light);
}

.mobile-menu-close {
font-size: 24px;
color: var(--text-secondary);
padding: 8px;
}

.mobile-menu-content {
padding: 20px;
}

.mobile-user-info {
display: flex;
align-items: center;
gap: 14px;
padding: 16px;
background: var(--bg-secondary);
border-radius: var(--radius);
margin-bottom: 24px;
}

.mobile-user-info i {
font-size: 28px;
color: var(--primary);
}

.mobile-user-info strong {
display: block;
font-size: 15px;
color: var(--text-primary);
margin-bottom: 2px;
}

.mobile-user-info span {
font-size: 13px;
color: var(--text-muted);
}

.mobile-nav-link {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 0;
color: var(--text-primary);
font-weight: 500;
font-size: 15px;
border-bottom: 1px solid var(--border-light);
}

.mobile-nav-link i {
color: var(--primary);
width: 22px;
font-size: 16px;
}

.mobile-auth {
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid var(--border-light);
display: flex;
flex-direction: column;
gap: 12px;
}

/* Mobil menü butonları - her iki modda da görünür */
.mobile-auth .btn-outline {
color: var(--primary);
border-color: var(--primary);
background: transparent;
}

.mobile-auth .btn-outline:hover {
background: var(--primary);
color: #fff;
}

.mobile-auth .btn-primary {
background: var(--primary);
color: #fff;
}

.mobile-auth .btn-ghost {
color: var(--text-primary);
background: var(--bg-tertiary);
}

.mobile-auth .btn-ghost:hover {
background: var(--border-color);
}

[data-theme="dark"] .mobile-auth .btn-ghost {
color: #D1D5DB;
background: #374151;
}

[data-theme="dark"] .mobile-auth .btn-ghost:hover {
background: #4B5563;
}

/* Scroll to Top */
.scroll-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 48px;
height: 48px;
background: var(--primary);
color: var(--text-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: var(--transition);
z-index: 999;
box-shadow: var(--shadow-md);
}

.scroll-top.visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.scroll-top:hover {
background: var(--primary-light);
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}

/* ============================================
Buttons - Modern Butonlar
============================================ */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 24px;
font-size: 14px;
font-weight: 600;
border-radius: var(--radius);
transition: var(--transition);
cursor: pointer;
border: none;
letter-spacing: 0.2px;
}

.btn i {
font-size: 14px;
}

.btn-primary {
background: var(--primary);
color: var(--text-light);
box-shadow: 0 1px 2px rgba(0, 168, 107, 0.3);
}

.btn-primary:hover {
background: var(--primary-light);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 168, 107, 0.4);
}

.btn-primary:active {
transform: translateY(0);
}

.btn-secondary {
background: var(--secondary);
color: var(--text-light);
box-shadow: 0 1px 2px rgba(255, 107, 53, 0.3);
}

.btn-secondary:hover {
background: var(--secondary-light);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.btn-outline {
background: transparent;
color: var(--primary);
border: 2px solid var(--primary);
}

.btn-outline:hover {
background: var(--primary);
color: var(--text-light);
}

.btn-ghost {
background: transparent;
color: var(--text-secondary);
}

.btn-ghost:hover {
background: var(--bg-secondary);
color: var(--text-primary);
}

.btn-lg {
padding: 16px 32px;
font-size: 15px;
}

.btn-sm {
padding: 8px 16px;
font-size: 13px;
}

.btn-block {
width: 100%;
}

.btn-icon {
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
}

/* ============================================
Alert / Messages
============================================ */
.alert {
padding: 16px 20px;
border-radius: var(--radius);
margin-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}

.alert-success {
background: rgba(16, 185, 129, 0.1);
color: #059669;
border: 1px solid rgba(16, 185, 129, 0.2);
}

.alert-error {
background: rgba(239, 68, 68, 0.1);
color: #DC2626;
border: 1px solid rgba(239, 68, 68, 0.2);
}

.alert-warning {
background: rgba(245, 158, 11, 0.1);
color: #D97706;
border: 1px solid rgba(245, 158, 11, 0.2);
}

.alert-info {
background: rgba(59, 130, 246, 0.1);
color: #2563EB;
border: 1px solid rgba(59, 130, 246, 0.2);
}

.alert-close {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
opacity: 0.6;
color: inherit;
}

.alert-close:hover {
opacity: 1;
}

/* ============================================
Hero Section - Modern Hero
============================================ */
.hero {
background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
padding: 0;
color: var(--text-light);
text-align: center;
position: relative;
overflow: hidden;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}

.hero::before {
display: none;
}

.hero-content {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 1;
padding: 80px 20px 40px;
}

.hero-title {
font-size: 52px;
font-weight: 700;
line-height: 1.15;
margin-bottom: 20px;
letter-spacing: -1px;
}

.hero-title .highlight {
color: var(--primary);
}

.hero-subtitle {
font-size: 18px;
opacity: 0.8;
margin-bottom: 40px;
line-height: 1.6;
}

/* Search Box - Modern Arama Kutusu */
.hero-search {
background: var(--bg-primary);
padding: 8px;
border-radius: var(--radius-xl);
box-shadow: var(--shadow-xl);
max-width: 760px;
margin: 0 auto 40px;
}

.search-form {
display: flex;
gap: 8px;
align-items: center;
}

.search-input-wrapper {
flex: 1;
position: relative;
min-width: 0;
}

.search-input-wrapper i {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
color: var(--text-muted);
font-size: 16px;
}

.search-input {
width: 100%;
padding: 16px 16px 16px 48px;
border: none;
font-size: 15px;
outline: none;
border-radius: var(--radius);
background: var(--bg-secondary);
transition: var(--transition);
}

.search-input:focus {
background: var(--bg-tertiary);
box-shadow: inset 0 0 0 2px var(--primary);
}

.search-select {
padding: 14px 12px;
border: none;
font-size: 14px;
background: var(--bg-secondary);
border-radius: var(--radius);
cursor: pointer;
outline: none;
min-width: 130px;
transition: var(--transition);
color: var(--text-primary);
}

.search-select:focus {
background: var(--bg-tertiary);
box-shadow: inset 0 0 0 2px var(--primary);
}

/* Şehir seçici - daha dar */
.search-select--city {
min-width: 120px;
}

.search-btn {
padding: 14px 28px;
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
color: var(--text-light);
font-weight: 700;
border-radius: var(--radius);
transition: var(--transition);
border: none;
font-size: 15px;
display: flex;
align-items: center;
gap: 8px;
white-space: nowrap;
flex-shrink: 0;
}

.search-btn:hover {
background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(0, 168, 107, 0.4);
}

.search-btn i {
font-size: 14px;
}

/* Hero Stats - artık kullanılmıyor, stat-bar kullanılıyor */
.hero-stats {
display: none;
}

.stat-item {
text-align: center;
}

.stat-number {
display: block;
font-size: 40px;
font-weight: 700;
color: var(--primary);
line-height: 1;
margin-bottom: 8px;
}

.stat-label {
font-size: 14px;
opacity: 0.7;
}

/* Hero mobil arama kutusu */
@media (max-width: 768px) {
.hero-content {
padding: 60px 16px 30px;
}

.hero-search {
padding: 6px;
border-radius: 16px;
margin: 0 0 24px;
}

.search-form {
flex-wrap: wrap;
gap: 6px;
}

.search-input-wrapper {
width: 100%;
flex: none;
}

.search-input {
padding: 14px 14px 14px 44px;
font-size: 15px;
border-radius: 8px;
}

.search-select {
flex: 1;
min-width: 0;
padding: 12px 8px;
font-size: 14px;
border-radius: 8px;
}

.search-select--city {
min-width: 0;
}

.search-btn {
width: 100%;
justify-content: center;
padding: 13px 20px;
font-size: 15px;
border-radius: 8px;
}
}

@media (max-width: 480px) {
.hero-content {
padding: 50px 12px 24px;
}

.hero-search {
padding: 5px;
}

.search-input {
padding: 12px 12px 12px 40px;
font-size: 14px;
}

.search-select {
padding: 11px 6px;
font-size: 13px;
}

.search-btn {
padding: 12px 16px;
font-size: 14px;
}
}

/* ============================================
Section Common
============================================ */
.section {
padding: 80px 0;
}

.section-sm {
padding: 48px 0;
}

.section-header {
text-align: center;
margin-bottom: 48px;
}

.section-title {
font-size: 32px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
letter-spacing: -0.5px;
}

.section-subtitle {
font-size: 16px;
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto;
}

.view-all {
color: #007a4d;
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
}

.view-all:hover {
color: #005c39;
gap: 12px;
}

.view-all i {
transition: var(--transition);
}

/* ============================================
Categories - Modern Kategoriler
============================================ */
.categories {
padding: 80px 0;
background: var(--bg-primary);
}

.category-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}

.category-card {
background: var(--bg-primary);
padding: 40px 32px;
border-radius: var(--radius-lg);
text-align: center;
transition: var(--transition);
border: 1px solid var(--border-light);
position: relative;
overflow: hidden;
}

.category-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: var(--primary);
transform: scaleX(0);
transition: var(--transition);
}

.category-card:hover {
border-color: var(--primary);
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
}

.category-card:hover::before {
transform: scaleX(1);
}

.category-icon {
width: 72px;
height: 72px;
background: linear-gradient(135deg, rgba(0, 168, 107, 0.1) 0%, rgba(0, 168, 107, 0.05) 100%);
color: var(--primary);
border-radius: var(--radius-lg);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 28px;
transition: var(--transition);
}

.category-card:hover .category-icon {
background: var(--primary);
color: var(--text-light);
transform: scale(1.1);
}

.category-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
color: var(--text-primary);
}

.category-desc {
font-size: 14px;
color: var(--text-secondary);
margin-bottom: 20px;
line-height: 1.6;
}

.category-count {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 16px;
background: var(--bg-secondary);
color: var(--text-secondary);
border-radius: var(--radius-full);
font-size: 13px;
font-weight: 500;
transition: var(--transition);
}

.category-card:hover .category-count {
background: var(--primary);
color: var(--text-light);
}

/* ============================================
How It Works
============================================ */
.how-it-works {
padding: 80px 0;
background: var(--bg-secondary);
}

.steps-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
text-align: center;
position: relative;
}

.steps-grid::before {
content: '';
position: absolute;
top: 40px;
left: 15%;
right: 15%;
height: 2px;
background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
z-index: 0;
}

.step-item {
position: relative;
z-index: 1;
}

.step-icon {
width: 80px;
height: 80px;
background: var(--bg-primary);
color: var(--primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
font-size: 28px;
box-shadow: var(--shadow-md);
border: 4px solid var(--bg-secondary);
transition: var(--transition);
}

.step-item:hover .step-icon {
background: var(--primary);
color: var(--text-light);
transform: scale(1.1);
}

.step-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
color: var(--text-primary);
}

.step-desc {
font-size: 15px;
color: var(--text-secondary);
line-height: 1.6;
}

/* ============================================
Listings - Modern İlan Kartları
============================================ */
.latest-listings {
padding: 80px 0;
background: var(--bg-primary);
}

.listings-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}

.listing-card {
background: var(--bg-primary);
border-radius: var(--radius-lg);
overflow: hidden;
transition: var(--transition);
border: 1px solid var(--border-light);
box-shadow: var(--shadow-sm);
}

.listing-card:hover {
border-color: var(--primary);
transform: translateY(-6px);
box-shadow: var(--shadow-lg);
}

.listing-image {
height: 200px;
overflow: hidden;
background: var(--bg-secondary);
position: relative;
}

.listing-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition);
}

.listing-card:hover .listing-image img {
transform: scale(1.05);
}

.listing-image.placeholder {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
}

.listing-image.placeholder i {
font-size: 48px;
color: var(--border-color);
}

.listing-badges {
position: absolute;
top: 12px;
left: 12px;
display: flex;
gap: 8px;
}

.listing-badge {
padding: 6px 12px;
background: var(--bg-primary);
color: var(--text-primary);
border-radius: var(--radius-full);
font-size: 12px;
font-weight: 600;
box-shadow: var(--shadow);
}

.listing-badge.urgent {
background: var(--secondary);
color: var(--text-light);
}

.listing-badge.premium {
background: var(--primary);
color: var(--text-light);
}

.listing-content {
padding: 20px;
}

.listing-category {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 10px;
background: rgba(0, 168, 107, 0.1);
color: var(--primary);
border-radius: var(--radius-full);
font-size: 12px;
font-weight: 600;
margin-bottom: 12px;
}

.listing-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 12px;
color: var(--text-primary);
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.listing-route {
display: flex;
align-items: center;
gap: 10px;
color: var(--text-secondary);
font-size: 14px;
margin-bottom: 16px;
padding: 12px;
background: var(--bg-secondary);
border-radius: var(--radius);
}

.listing-route i {
color: var(--primary);
}

.listing-route .route-arrow {
color: var(--text-muted);
}

.listing-details {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 16px;
}

.listing-details span {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: var(--text-secondary);
}

.listing-details i {
color: var(--text-muted);
font-size: 12px;
}

.listing-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 16px;
border-top: 1px solid var(--border-light);
}

.listing-price {
display: flex;
flex-direction: column;
}

.price-label {
font-size: 12px;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 0.5px;
}

.price-value {
font-size: 20px;
font-weight: 700;
color: var(--primary);
}

.listing-date {
font-size: 13px;
color: var(--text-muted);
}

/* ============================================
CTA Section
============================================ */
.cta {
padding: 100px 0;
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
position: relative;
overflow: hidden;
}

.cta::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 600px;
height: 600px;
background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
}

.cta::after {
content: '';
position: absolute;
bottom: -30%;
left: -10%;
width: 400px;
height: 400px;
background: rgba(255, 255, 255, 0.03);
border-radius: 50%;
}

.cta-box {
text-align: center;
max-width: 600px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.cta-title {
font-size: 36px;
font-weight: 700;
color: var(--text-light);
margin-bottom: 16px;
letter-spacing: -0.5px;
}

.cta-desc {
font-size: 18px;
color: var(--text-light);
opacity: 0.9;
margin-bottom: 32px;
line-height: 1.6;
}

.cta .btn {
background: var(--text-light);
color: var(--primary);
padding: 16px 40px;
font-size: 16px;
}

.cta .btn:hover {
background: var(--bg-secondary);
transform: translateY(-2px);
}

/* ============================================
Footer - Profesyonel Footer
============================================ */
.footer {
background: var(--bg-dark);
color: var(--text-light);
padding: 80px 0 0;
}

.footer-grid {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
gap: 48px;
}

.footer-section {
min-width: 0;
}

.footer-brand {
margin-bottom: 24px;
}

.footer-logo {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
}

.footer-logo i {
font-size: 28px;
color: var(--primary);
}

.footer-logo span {
font-size: 20px;
font-weight: 700;
}

.footer-text {
font-size: 14px;
opacity: 0.7;
line-height: 1.8;
margin-bottom: 20px;
}

.footer-social {
display: flex;
gap: 12px;
}

.footer-social a {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}

.footer-social a:hover {
background: var(--primary);
transform: translateY(-3px);
}

.footer-social a i {
font-size: 16px;
}

.footer-title {
font-size: 15px;
font-weight: 600;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 8px;
}

.footer-title i {
color: var(--primary);
}

.footer-links li {
margin-bottom: 12px;
}

.footer-links a {
font-size: 14px;
opacity: 0.7;
display: flex;
align-items: center;
gap: 8px;
transition: var(--transition);
}

.footer-links a:hover {
opacity: 1;
color: var(--primary);
}

.footer-links a i {
width: 16px;
font-size: 12px;
}

.footer-dropdown {
margin-top: 16px;
}

.footer-dropdown-btn {
width: 100%;
padding: 14px 16px;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: var(--radius);
color: var(--text-light);
font-weight: 500;
font-size: 14px;
display: flex;
align-items: center;
justify-content: space-between;
transition: var(--transition);
cursor: pointer;
}

.footer-dropdown-btn:hover {
background: rgba(255, 255, 255, 0.1);
}

.footer-dropdown-content {
display: none;
padding: 16px;
background: rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
margin-top: 8px;
}

.footer-dropdown.active .footer-dropdown-content {
display: block;
}

.footer-dropdown-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}

.dropdown-column h5 {
font-size: 12px;
font-weight: 600;
margin-bottom: 12px;
opacity: 0.7;
}

.dropdown-column .city-list a {
display: block;
font-size: 13px;
padding: 4px 0;
opacity: 0.6;
transition: var(--transition);
}

.dropdown-column .city-list a:hover {
opacity: 1;
color: var(--primary);
}

.footer-contact li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 16px;
font-size: 14px;
opacity: 0.8;
}

.footer-contact i {
color: var(--primary);
width: 20px;
margin-top: 2px;
flex-shrink: 0;
}

.footer-app {
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.app-label {
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
opacity: 0.6;
margin-bottom: 12px;
}

.app-buttons {
display: flex;
gap: 12px;
}

.app-btn {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 16px;
background: rgba(255, 255, 255, 0.1);
border-radius: var(--radius);
font-size: 13px;
transition: var(--transition);
}

.app-btn:hover {
background: var(--primary);
}

.app-btn i {
font-size: 20px;
}

.footer-bottom {
margin-top: 64px;
padding: 24px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
opacity: 0.6;
}

.footer-bottom-links {
display: flex;
gap: 24px;
}

.footer-bottom-links a:hover {
opacity: 1;
}

/* ============================================
Filter Select
============================================ */
.filter-bar {
display: flex;
gap: 16px;
align-items: center;
padding: 20px 24px;
background: var(--bg-primary);
border-radius: var(--radius-lg);
margin-bottom: 32px;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border-light);
}

.filter-select {
padding: 12px 16px;
border: 1px solid var(--border-light);
border-radius: var(--radius);
background: var(--bg-primary);
font-size: 14px;
cursor: pointer;
outline: none;
min-width: 160px;
transition: var(--transition);
}

.filter-select:focus {
border-color: var(--primary);
box-shadow: 0 0 0 3px rgba(0, 168, 107, 0.1);
}

/* ============================================
Pagination - Modern Sayfalama
============================================ */
.pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin: 48px 0;
}

.pagination-btn {
display: flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 8px 16px;
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius);
font-size: 14px;
color: var(--text-secondary);
transition: var(--transition);
font-weight: 500;
}

.pagination-btn:hover:not(.disabled) {
background: var(--primary);
border-color: var(--primary);
color: var(--text-light);
}

.pagination-btn.current {
background: var(--primary);
border-color: var(--primary);
color: var(--text-light);
font-weight: 600;
}

.pagination-btn.disabled {
opacity: 0.5;
cursor: not-allowed;
}

.pagination-btn.prev,
.pagination-btn.next {
gap: 8px;
}

.pagination-ellipsis {
padding: 0 8px;
color: var(--text-muted);
}

/* ============================================
No Results
============================================ */
.no-results {
text-align: center;
padding: 80px 40px;
background: var(--bg-primary);
border-radius: var(--radius-lg);
margin-bottom: 40px;
border: 1px solid var(--border-light);
}

.no-results-icon {
width: 80px;
height: 80px;
background: var(--bg-secondary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
}

.no-results-icon i {
font-size: 32px;
color: var(--text-muted);
}

.no-results h3 {
font-size: 24px;
margin-bottom: 12px;
color: var(--text-primary);
font-weight: 600;
}

.no-results p {
font-size: 15px;
color: var(--text-secondary);
margin-bottom: 32px;
}

.no-results-actions {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}

/* ============================================
Breadcrumb - Modern Breadcrumb
============================================ */
.breadcrumb {
padding: 20px 0;
margin-bottom: 24px;
}

.breadcrumb ol {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}

.breadcrumb li {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: var(--text-muted);
}

.breadcrumb li:not(:last-child)::after {
content: '';
width: 16px;
height: 16px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239CA3AF'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
background-size: contain;
opacity: 0.5;
}

.breadcrumb a {
color: var(--primary);
font-weight: 500;
transition: var(--transition);
}

.breadcrumb a:hover {
color: var(--primary-light);
}

/* ============================================
Cards - Genel Kart Stilleri
============================================ */
.card {
background: var(--bg-primary);
border-radius: var(--radius-lg);
border: 1px solid var(--border-light);
box-shadow: var(--shadow-sm);
transition: var(--transition);
}

.card:hover {
box-shadow: var(--shadow-md);
}

.card-header {
padding: 20px 24px;
border-bottom: 1px solid var(--border-light);
display: flex;
align-items: center;
justify-content: space-between;
}

.card-title {
font-size: 16px;
font-weight: 600;
color: var(--text-primary);
}

.card-body {
padding: 24px;
}

.card-footer {
padding: 16px 24px;
border-top: 1px solid var(--border-light);
background: var(--bg-secondary);
border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

/* ============================================
Forms - Modern Form Elemanları
============================================ */
.form-group {
margin-bottom: 20px;
}

.form-label {
display: block;
font-size: 14px;
font-weight: 500;
color: var(--text-primary);
margin-bottom: 8px;
}

.form-control {
width: 100%;
padding: 12px 16px;
border: 1px solid var(--border-light);
border-radius: var(--radius);
font-size: 14px;
background: var(--bg-primary);
transition: var(--transition);
outline: none;
}

.form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 3px rgba(0, 168, 107, 0.1);
}

.form-control::placeholder {
color: var(--text-muted);
}

textarea.form-control {
min-height: 120px;
resize: vertical;
}

/* ============================================
Responsive - Mobil Uyumlu
============================================ */
@media (max-width: 1200px) {
.container {
max-width: 100%;
}

.hero-title {
font-size: 44px;
}
}

@media (max-width: 992px) {
.hero-title {
font-size: 36px;
}

.hero-stats {
gap: 40px;
}

.category-grid,
.steps-grid,
.listings-grid {
grid-template-columns: repeat(2, 1fr);
}

.steps-grid::before {
display: none;
}

.footer-grid {
grid-template-columns: repeat(2, 1fr);
}

.nav-dropdown-content {
min-width: 500px;
}
}

@media (max-width: 768px) {
.mobile-toggle {
display: block;
}

.nav,
.header-auth {
display: none;
width: 100%;
flex-direction: column;
position: absolute;
top: 60px;
left: 0;
right: 0;
background: var(--bg-primary);
border-top: 1px solid var(--border-color);
border-bottom: 2px solid var(--border-color);
padding: 12px 16px;
z-index: 999;
box-shadow: 0 8px 24px rgba(0,0,0,0.1);
gap: 4px;
}

.hero {
padding: 0;
min-height: 100svh;
}

.hero-title {
font-size: 28px;
}

.hero-subtitle {
font-size: 16px;
}

.hero-stats {
flex-wrap: wrap;
gap: 24px;
margin-top: 40px;
}

.stat-number {
font-size: 32px;
}

.search-form {
flex-direction: column;
}

.search-select,
.search-btn {
width: 100%;
}

.category-grid,
.steps-grid,
.listings-grid {
grid-template-columns: 1fr;
}

.footer-grid {
grid-template-columns: 1fr;
text-align: center;
}

.footer-social {
justify-content: center;
}

.footer-bottom-inner {
flex-direction: column;
gap: 16px;
text-align: center;
}

.app-buttons {
flex-direction: column;
}

.nav-dropdown-content {
display: none !important;
}

.filter-bar {
flex-wrap: wrap;
}

.no-results-actions {
flex-direction: column;
}

.no-results-actions .btn {
width: 100%;
}

.cta-title {
font-size: 28px;
}

/* Header mobil */
.header-inner {
padding: 0 16px;
height: 60px;
gap: 12px;
}

.logo-img {
height: 36px;
}

.logo-icon {
width: 36px;
height: 36px;
font-size: 16px;
}

.logo-text {
font-size: 18px;
}

/* Mobile menu genişliği */
.mobile-menu {
width: 100%;
max-width: none;
}

/* Listing footer mobil */
.listing-footer {
flex-wrap: wrap;
gap: 8px;
}

/* Card body mobil */
.card-body {
padding: 16px;
}

/* Filter bar mobil */
.filter-bar {
gap: 10px;
padding: 14px 16px;
}

.filter-select {
min-width: 120px;
font-size: 13px;
}

/* Pagination mobil */
.pagination {
gap: 4px;
}

.pagination-btn {
min-width: 36px;
height: 36px;
padding: 6px 10px;
font-size: 13px;
}

/* Alert mobil */
.alert {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}

/* Breadcrumb mobil */
.breadcrumb ol {
gap: 4px;
}

.breadcrumb li {
font-size: 13px;
}
}

/* ============================================
Extra Mobile Fixes - Mobil Düzeltmeleri
============================================ */
@media (max-width: 480px) {
.container {
padding: 0 12px;
}

.section {
padding: 48px 0;
}

.section-title {
font-size: 24px;
}

.section-subtitle {
font-size: 15px;
}

.hero-stats {
flex-direction: column;
gap: 16px;
}

.stat-number {
font-size: 28px;
}

.footer-dropdown-content {
grid-template-columns: 1fr;
}

/* Header Inner - Mobil Düzeltmesi */
.header-inner {
padding-left: 12px !important;
padding-right: 12px !important;
height: 56px;
}

/* Logo - Mobil Düzeltmesi */
.logo-img {
height: 30px;
}

.logo-text {
font-size: 17px;
}

.logo-icon {
width: 32px;
height: 32px;
font-size: 14px;
border-radius: 8px;
}

/* Listing Detail Grid - Mobil Düzeltmesi */
.listing-detail-grid {
grid-template-columns: 1fr !important;
gap: 16px !important;
}

.listing-sidebar .card {
position: static !important;
}

/* Footer Grid - Mobil Düzeltmesi */
.footer-grid,
[class*="footer-grid"] {
grid-template-columns: 1fr !important;
gap: 24px !important;
}

/* Dropdown Cities - Mobil Düzeltmesi */
.dropdown-cities {
border-left: none !important;
padding-left: 0 !important;
border-top: 1px solid var(--border-light);
padding-top: 16px !important;
margin-top: 16px !important;
}

/* Sigorta Types - Mobil Düzeltmesi */
.sigorta-types {
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.sigorta-types span {
font-size: 12px;
padding: 6px 12px;
background: var(--bg-secondary);
border-radius: var(--radius);
}

/* Scroll Top - Mobil Düzeltmesi */
.scroll-top {
bottom: 16px;
right: 16px;
width: 40px;
height: 40px;
font-size: 16px;
}

/* Buton mobil */
.btn-lg {
padding: 12px 20px;
font-size: 14px;
}

/* Hero search mobil */
.hero-search {
padding: 6px;
border-radius: 16px;
}

.search-input {
padding: 12px 12px 12px 40px;
font-size: 14px;
}

.search-btn {
padding: 12px 20px;
font-size: 14px;
}

/* Category card mobil */
.category-card {
padding: 24px 16px;
}

.category-icon {
width: 56px;
height: 56px;
font-size: 22px;
}

.category-title {
font-size: 17px;
}

/* Listing card mobil */
.listing-content {
padding: 14px;
}

.listing-title {
font-size: 15px;
}

.price-value {
font-size: 19px;
}

/* CTA mobil */
.cta {
padding: 60px 0;
}

.cta-title {
font-size: 26px;
}

.cta-desc {
font-size: 16px;
}

/* Step item mobil */
.step-icon {
width: 60px;
height: 60px;
font-size: 22px;
}

/* Form mobil */
.form-control {
padding: 10px 14px;
font-size: 14px;
}

/* Card mobil */
.card-header {
padding: 14px 16px;
}

.card-footer {
padding: 12px 16px;
}
}

/* ============================================
livePulse Animasyonu - CANLI Badge
============================================ */
@keyframes livePulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.6; transform: scale(0.95); }
}

/* ============================================
Mobile Sub-Nav
============================================ */
.mobile-sub-nav {
display: none;
padding: 8px 0 8px 32px;
border-left: 2px solid rgba(0,168,107,0.2);
margin-left: 22px;
}

.mobile-nav-group.active .mobile-sub-nav {
display: block;
}

.mobile-sub-nav a {
display: block;
padding: 8px 12px;
color: #6b7280;
font-size: 14px;
border-radius: 6px;
transition: all 0.2s;
}

.mobile-sub-nav a:hover {
color: #00A86B;
background: rgba(0,168,107,0.06);
}

/* ============================================
Hero Stats Bar - Slider Altı İstatistik Şeridi
============================================ */
.hero-stats-section {
background: #fff;
border-bottom: 1px solid #e5e7eb;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.hero-stats-bar {
display: flex;
align-items: center;
justify-content: center;
padding: 20px 0;
gap: 0;
flex-wrap: wrap;
}

.stat-bar-item {
display: flex;
flex-direction: column;
align-items: center;
padding: 12px 40px;
text-align: center;
}

.stat-bar-number {
font-size: 32px;
font-weight: 800;
color: #00A86B;
line-height: 1;
margin-bottom: 6px;
}

.stat-bar-label {
font-size: 14px;
color: #6b7280;
font-weight: 500;
display: flex;
align-items: center;
gap: 6px;
}

.stat-bar-label i {
color: #00A86B;
font-size: 12px;
}

.stat-bar-divider {
width: 1px;
height: 40px;
background: #e5e7eb;
flex-shrink: 0;
}

@media (max-width: 768px) {
.hero-stats-bar {
gap: 0;
padding: 12px 0;
}

.stat-bar-item {
padding: 10px 20px;
}

.stat-bar-number {
font-size: 24px;
}

.stat-bar-divider {
height: 30px;
}
}

@media (max-width: 480px) {
.hero-stats-bar {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}

.stat-bar-divider {
display: none;
}

.stat-bar-item {
padding: 14px 10px;
border-bottom: 1px solid #f3f4f6;
}

.stat-bar-item:nth-child(odd) {
border-right: 1px solid #f3f4f6;
}
}

/* ============================================
Hızlı Teklif Al Banner - Mobil
============================================ */
.hizli-teklif-banner {
background: linear-gradient(135deg, #00A86B 0%, #00C77A 100%);
padding: 36px 0;
text-align: center;
}

@media (max-width: 768px) {
.hizli-teklif-banner {
padding: 24px 0;
}

.hizli-teklif-banner .container > div {
flex-direction: column !important;
gap: 16px !important;
}

.hizli-teklif-banner h2 {
font-size: 20px !important;
}

.hizli-teklif-banner p {
font-size: 13px !important;
}

.hizli-teklif-banner a {
width: 100%;
max-width: 280px;
justify-content: center;
padding: 12px 24px !important;
font-size: 15px !important;
}
}

@media (max-width: 480px) {
.hizli-teklif-banner {
padding: 20px 0;
}

.hizli-teklif-banner h2 {
font-size: 18px !important;
}
}

/* ============================================
Mobile User Info Fix
============================================ */
.mobile-user-info {
display: flex;
align-items: center;
gap: 14px;
padding: 16px;
background: #f9fafb;
border-radius: 10px;
margin-bottom: 20px;
}

.mobile-user-info i {
font-size: 32px;
color: #00A86B;
flex-shrink: 0;
}

.mobile-user-info strong {
display: block;
font-size: 15px;
color: #111827;
font-weight: 600;
}

.mobile-user-info span {
font-size: 13px;
color: #6b7280;
}

/* ============================================
Touch-friendly improvements (iOS/Android)
============================================ */
@media (hover: none) and (pointer: coarse) {
/* Dokunmatik ekranlar için daha büyük tıklama alanları */
.nav-link {
padding: 10px 12px;
}

.auth-btn {
padding: 12px 20px;
min-height: 44px;
}

.btn {
min-height: 44px;
}

.mobile-nav-link {
padding: 16px 0;
min-height: 48px;
}

.mobile-sub-nav a {
padding: 12px;
min-height: 44px;
}

/* iOS Safari scroll fix */
.mobile-menu {
-webkit-overflow-scrolling: touch;
}

/* Prevent zoom on input focus (iOS) */
input, select, textarea {
font-size: 16px !important;
}
}

/* ============================================
Safe Area (iPhone X+ notch desteği)
============================================ */
@supports (padding: max(0px)) {
.header {
padding-left: max(0px, env(safe-area-inset-left));
padding-right: max(0px, env(safe-area-inset-right));
}

.mobile-menu {
padding-bottom: max(0px, env(safe-area-inset-bottom));
}

.footer {
padding-bottom: max(24px, env(safe-area-inset-bottom));
}
}

/* Ultra Small Screens */
@media (max-width: 375px) {
.hero-title {
font-size: 22px;
}

.hero-subtitle {
font-size: 13px;
}

.stat-item {
width: 100%;
text-align: center;
}

.category-card {
padding: 20px 12px;
}

.listing-content {
padding: 12px;
}

.listing-title {
font-size: 14px;
}

.price-value {
font-size: 17px;
}

/* Footer Ultra Small */
.footer {
padding: 48px 0 0;
}

.footer .container > div:first-child {
gap: 32px;
}

/* Mobile menu ultra small */
.mobile-menu {
max-width: none;
}

/* Buton ultra small */
.btn {
padding: 10px 16px;
font-size: 13px;
}

.btn-lg {
padding: 11px 18px;
font-size: 13px;
}
}

/* ============================================
Footer Professional - Profesyonel Footer
============================================ */
.footer-wrapper {
background: #111827;
color: #fff;
padding: 80px 0 0;
}

.footer-container {
max-width: 1280px;
margin: 0 auto;
padding: 0 24px;
}

.footer-top {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1.5fr;
gap: 60px;
margin-bottom: 60px;
}

.footer-brand-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, #00A86B 0%, #00C77A 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}

.footer-brand-text {
font-size: 24px;
font-weight: 700;
color: #fff;
}

.footer-brand-text span {
color: #00A86B;
}

.footer-description {
color: #9CA3AF;
font-size: 15px;
line-height: 1.7;
margin-bottom: 24px;
max-width: 320px;
}

.footer-trust-badges {
display: flex;
gap: 16px;
margin-bottom: 24px;
flex-wrap: wrap;
}

.footer-trust-badge {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 16px;
background: rgba(255,255,255,0.05);
border-radius: 8px;
}

.footer-trust-badge i {
color: #00A86B;
font-size: 18px;
}

.footer-trust-badge span {
font-size: 13px;
color: #9CA3AF;
}

.footer-social-links {
display: flex;
gap: 12px;
}

.footer-social-link {
width: 44px;
height: 44px;
background: rgba(255,255,255,0.1);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
}

.footer-social-link:hover {
background: #00A86B;
}

.footer-social-link i {
color: #fff;
font-size: 18px;
}

.footer-section-title {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 10px;
}

.footer-section-title i {
color: #00A86B;
}

/* h3 ve h4 için footer-section-title uyumluluğu */
h3.footer-section-title,
h4.footer-section-title {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 10px;
}

.footer-links {
list-style: none;
padding: 0;
margin: 0;
}

.footer-links li {
margin-bottom: 14px;
}

.footer-link {
color: #9CA3AF;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
transition: all 0.2s;
}

.footer-link:hover {
color: #00A86B;
}

.footer-link i {
font-size: 12px;
color: #6B7280;
}

.footer-link:hover i {
color: #00A86B;
}

.footer-cities-link {
color: #00A86B;
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
gap: 8px;
margin-top: 8px;
}

.footer-contact-list {
list-style: none;
padding: 0;
margin: 0;
}

.footer-contact-item {
margin-bottom: 20px;
display: flex;
align-items: flex-start;
gap: 14px;
}

.footer-contact-icon {
width: 40px;
height: 40px;
background: rgba(0, 168, 107, 0.1);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.footer-contact-icon i {
color: #00A86B;
font-size: 16px;
}

.footer-contact-label {
display: block;
font-size: 12px;
color: #6B7280;
margin-bottom: 4px;
}

.footer-contact-value {
color: #fff;
font-size: 15px;
font-weight: 500;
}

.footer-app-section {
background: linear-gradient(135deg, rgba(0, 168, 107, 0.1) 0%, rgba(0, 199, 122, 0.05) 100%);
border-radius: 16px;
padding: 32px;
margin-bottom: 48px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 24px;
}

.footer-app-content {
flex: 1;
min-width: 280px;
}

.footer-app-title {
font-size: 20px;
font-weight: 700;
color: #fff;
margin-bottom: 8px;
}

.footer-app-desc {
color: #9CA3AF;
font-size: 15px;
}

.footer-app-buttons {
display: flex;
gap: 16px;
}

.footer-app-btn {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 24px;
background: #fff;
border-radius: 12px;
transition: all 0.2s;
}

.footer-app-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.footer-app-btn i {
font-size: 24px;
color: #111;
}

.footer-app-btn-text span {
display: block;
font-size: 11px;
color: #6B7280;
}

.footer-app-btn-text strong {
display: block;
font-size: 16px;
font-weight: 600;
color: #111;
}

.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.1);
padding: 24px 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 16px;
}

.footer-copyright {
display: flex;
align-items: center;
gap: 8px;
}

.footer-copyright span {
color: #6B7280;
font-size: 14px;
}

.footer-bottom-links {
display: flex;
gap: 24px;
}

.footer-bottom-link {
color: #9CA3AF;
font-size: 14px;
transition: all 0.2s;
}

.footer-bottom-link:hover {
color: #00A86B;
}

/* Footer Mobile */
@media (max-width: 992px) {
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
}

@media (max-width: 768px) {
.footer-wrapper {
padding: 60px 0 0;
}

.footer-top {
grid-template-columns: 1fr;
gap: 32px;
text-align: center;
}

.footer-description {
margin: 0 auto 24px;
}

.footer-trust-badges {
justify-content: center;
}

.footer-social-links {
justify-content: center;
}

.footer-section-title {
justify-content: center;
}

.footer-links li {
text-align: left;
}

.footer-link {
justify-content: flex-start;
}

.footer-contact-item {
justify-content: flex-start;
}

.footer-app-section {
flex-direction: column;
text-align: center;
padding: 24px;
}

.footer-app-buttons {
flex-direction: column;
width: 100%;
}

.footer-app-btn {
width: 100%;
justify-content: center;
}

.footer-bottom {
flex-direction: column;
text-align: center;
padding: 20px 0;
}

.footer-copyright {
flex-direction: column;
gap: 4px;
}

.footer-bottom-links {
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
}

@media (max-width: 480px) {
.footer-wrapper {
padding: 40px 0 0;
}

.footer-top {
gap: 24px;
}

.footer-brand-icon {
width: 40px;
height: 40px;
}

.footer-brand-text {
font-size: 20px;
}

.footer-trust-badges {
gap: 8px;
}

.footer-trust-badge {
padding: 8px 12px;
font-size: 12px;
}

.footer-social-link {
width: 40px;
height: 40px;
}
}

/* ============================================
   Dark Mode - Ana Sayfa İçi CSS Override
   (views/home/index.php içindeki <style> bloğunu override eder)
============================================ */

/* SEO content section */
[data-theme="dark"] .seo-content-section {
    background: #111827 !important;
    border-top-color: #374151 !important;
}

[data-theme="dark"] .seo-service-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .seo-service-card h3 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .seo-service-card p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .seo-why-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .seo-why-card h4 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .seo-why-card p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .seo-faq-item {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .seo-faq-item summary {
    color: #F9FAFB !important;
}

[data-theme="dark"] .seo-faq-item p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .seo-faq-wrap h2 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .seo-cta-btns a.outline {
    background: #1F2937 !important;
    color: #34d399 !important;
    border-color: #34d399 !important;
}

/* Promo sections (Tayinci + Destek) */
[data-theme="dark"] .promo-section {
    background: #111827 !important;
}

[data-theme="dark"] .promo-section-border {
    border-top-color: #374151 !important;
}

[data-theme="dark"] .promo-body {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .promo-title-green,
[data-theme="dark"] .promo-title-red {
    color: #F9FAFB !important;
}

[data-theme="dark"] .promo-desc {
    color: #9CA3AF !important;
}

[data-theme="dark"] .promo-btn-red-outline {
    background: #1F2937 !important;
    color: #f87171 !important;
    border-color: #f87171 !important;
}

[data-theme="dark"] .promo-btn-red-outline:hover {
    background: #374151 !important;
}

/* How it works section */
[data-theme="dark"] .how-it-works-section {
    background: #111827 !important;
}

[data-theme="dark"] .hiw-cta-outline {
    background: #1F2937 !important;
    color: #93c5fd !important;
    border-color: #93c5fd !important;
}

[data-theme="dark"] .hiw-cta-outline:hover {
    background: #374151 !important;
}

/* Hero search box */
[data-theme="dark"] .hero-search {
    background: rgba(31, 41, 55, 0.95) !important;
    border-color: #374151 !important;
}

/* Slider dot */
[data-theme="dark"] .slider-dot.active {
    background: var(--primary) !important;
}

/* Hero CTA butonları (inline style override) */
[data-theme="dark"] a[style*="background:#fff"][style*="color:#00A86B"],
[data-theme="dark"] a[style*="background:#fff"][style*="color:#007a4d"] {
    background: #1F2937 !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

/* recent-listing-card içindeki sabit renkler */
[data-theme="dark"] .recent-listing-card {
    background: #1F2937 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4) !important;
}

[data-theme="dark"] .recent-listing-header {
    background: linear-gradient(135deg, #374151 0%, #1F2937 100%) !important;
}

[data-theme="dark"] .recent-listing-body h4 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .listing-date-badge {
    background: #374151 !important;
    color: #9CA3AF !important;
}

[data-theme="dark"] .recent-listings {
    background: #111827 !important;
}

/* Route points */
[data-theme="dark"] .route-point {
    color: #9CA3AF !important;
}

[data-theme="dark"] .route-point strong {
    color: #F9FAFB !important;
}

[data-theme="dark"] .route-arrow {
    color: #4B5563 !important;
}

/* Listing footer */
[data-theme="dark"] .recent-listing-footer {
    border-top-color: #374151 !important;
    background: #111827 !important;
}

/* CTA section */
[data-theme="dark"] .active-listings-cta {
    background: #111827 !important;
}

[data-theme="dark"] .cta-header h2 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .cta-header p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .cta-info .info-item {
    color: #9CA3AF !important;
}

/* Promo section */
[data-theme="dark"] .promo-body {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .promo-title-green,
[data-theme="dark"] .promo-title-red {
    color: #F9FAFB !important;
}

[data-theme="dark"] .promo-desc {
    color: #9CA3AF !important;
}

/* Kunye section */
[data-theme="dark"] .kunye-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .kunye-section-label {
    color: #9CA3AF !important;
    border-bottom-color: #374151 !important;
}

[data-theme="dark"] .kunye-name {
    color: #F9FAFB !important;
}

[data-theme="dark"] .kunye-type {
    color: #9CA3AF !important;
}

/* Hizli teklif banner */
[data-theme="dark"] .hizli-teklif-banner {
    background: linear-gradient(135deg, #065f46 0%, #047857 100%) !important;
}

/* ============================================
   Dark Mode - Eksik Section Kuralları
   Ana sayfa, footer, genel elementler
============================================ */

/* Ana sayfa section'ları */
[data-theme="dark"] .hizli-teklif-banner {
    background: linear-gradient(135deg, #065f46 0%, #047857 100%);
}

[data-theme="dark"] .active-listings-cta {
    background: #111827;
}

[data-theme="dark"] .cta-header h2 {
    color: #F9FAFB;
}

[data-theme="dark"] .cta-header p {
    color: #9CA3AF;
}

[data-theme="dark"] .recent-listings-section {
    background: #1F2937;
}

[data-theme="dark"] .recent-listing-card {
    background: #374151;
    border-color: #4B5563;
}

[data-theme="dark"] .recent-listing-title {
    color: #F9FAFB;
}

[data-theme="dark"] .recent-listing-meta {
    color: #9CA3AF;
}

[data-theme="dark"] .recent-listing-footer {
    border-top-color: #4B5563;
}

/* Promo / CTA bölümleri */
[data-theme="dark"] .promo-section {
    background: #111827;
}

[data-theme="dark"] .promo-card {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .promo-title {
    color: #F9FAFB;
}

[data-theme="dark"] .promo-desc {
    color: #9CA3AF;
}

/* Künye / Firma kartı */
[data-theme="dark"] .kunye-section {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .kunye-name {
    color: #F9FAFB;
}

[data-theme="dark"] .kunye-type {
    color: #9CA3AF;
}

/* Footer dark mode */
[data-theme="dark"] .footer {
    background: #030712;
}

[data-theme="dark"] .footer-description {
    color: #9CA3AF;
}

[data-theme="dark"] .footer-section-title {
    color: #D1D5DB;
    border-bottom-color: #374151;
}

[data-theme="dark"] .footer-link {
    color: #9CA3AF;
}

[data-theme="dark"] .footer-link:hover {
    color: var(--primary);
}

[data-theme="dark"] .footer-contact-label {
    color: #6B7280;
}

[data-theme="dark"] .footer-contact-value {
    color: #D1D5DB;
}

[data-theme="dark"] .footer-contact-icon {
    background: #1F2937;
    color: var(--primary);
}

[data-theme="dark"] .footer-trust-badge {
    background: rgba(255,255,255,0.05);
    color: #9CA3AF;
}

[data-theme="dark"] .footer-app-btn {
    background: #1F2937;
    border-color: #374151;
    color: #D1D5DB;
}

[data-theme="dark"] .footer-bottom {
    border-top-color: #374151;
}

[data-theme="dark"] .footer-copyright {
    color: #6B7280;
}

[data-theme="dark"] .footer-bottom-link {
    color: #6B7280;
}

[data-theme="dark"] .footer-bottom-link:hover {
    color: var(--primary);
}

[data-theme="dark"] .footer-cities-link {
    color: var(--primary);
}

/* Genel section arka planları */
[data-theme="dark"] section {
    background-color: inherit;
}

[data-theme="dark"] .section-title h2 {
    color: #F9FAFB;
}

[data-theme="dark"] .section-title p {
    color: #9CA3AF;
}

/* Tablo dark mode */
[data-theme="dark"] table {
    color: #D1D5DB;
}

[data-theme="dark"] th {
    background: #374151;
    color: #F9FAFB;
    border-color: #4B5563;
}

[data-theme="dark"] td {
    border-color: #374151;
    color: #D1D5DB;
}

[data-theme="dark"] tr:hover td {
    background: rgba(255,255,255,0.03);
}

/* Input, select, textarea genel */
[data-theme="dark"] input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
[data-theme="dark"] select,
[data-theme="dark"] textarea {
    background: #374151;
    border-color: #4B5563;
    color: #F9FAFB;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: #6B7280;
}

/* Scroll to top butonu */
[data-theme="dark"] .scroll-top {
    background: #374151;
    color: #D1D5DB;
    border-color: #4B5563;
}

[data-theme="dark"] .scroll-top:hover {
    background: var(--primary);
    color: #fff;
}

/* Dark mode toggle butonu */
[data-theme="dark"] .dark-mode-toggle {
    background: #374151;
    color: #F9FAFB;
    border-color: #4B5563;
}

[data-theme="dark"] .dark-mode-toggle-mobile {
    background: #374151;
    color: #F9FAFB;
    border-color: #4B5563;
}

/* Stat bar number */
[data-theme="dark"] .stat-bar-number {
    color: var(--primary);
}

/* How it works */
[data-theme="dark"] .step-number {
    background: #374151;
    color: var(--primary);
}

[data-theme="dark"] .step-title {
    color: #F9FAFB;
}

[data-theme="dark"] .step-desc {
    color: #9CA3AF;
}

/* Testimonials */
[data-theme="dark"] .testimonial-card {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .testimonial-text {
    color: #D1D5DB;
}

[data-theme="dark"] .testimonial-author {
    color: #9CA3AF;
}

/* Blog kartları */
[data-theme="dark"] .blog-card {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .blog-title {
    color: #F9FAFB;
}

[data-theme="dark"] .blog-excerpt {
    color: #9CA3AF;
}

[data-theme="dark"] .blog-meta {
    color: #6B7280;
    border-top-color: #374151;
}

/* Profil sayfası */
[data-theme="dark"] .profile-card {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .profile-card-title {
    color: #60A5FA;
    border-bottom-color: #374151;
}

[data-theme="dark"] .info-label {
    color: #9CA3AF;
}

[data-theme="dark"] .info-value {
    color: #F9FAFB;
}

/* İlan kartları (ilanlar sayfası) */
[data-theme="dark"] .ilan-card {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .ilan-title {
    color: #F9FAFB;
}

[data-theme="dark"] .ilan-desc {
    color: #9CA3AF;
}

[data-theme="dark"] .ilan-meta {
    color: #6B7280;
}

[data-theme="dark"] .ilan-footer {
    border-top-color: #374151;
}

/* Mesaj kutusu */
[data-theme="dark"] .message-bubble.received {
    background: #374151;
    color: #F9FAFB;
}

[data-theme="dark"] .conversation-item {
    border-bottom-color: #374151;
}

[data-theme="dark"] .conversation-item:hover {
    background: #374151;
}

[data-theme="dark"] .conversation-item.active {
    background: #1e3a5f;
}

[data-theme="dark"] .conversation-name {
    color: #F9FAFB;
}

[data-theme="dark"] .conversation-preview {
    color: #9CA3AF;
}

/* Teklif kartları */
[data-theme="dark"] .bid-card {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .bid-company {
    color: #F9FAFB;
}

[data-theme="dark"] .bid-amount {
    color: var(--primary);
}

[data-theme="dark"] .bid-note {
    color: #9CA3AF;
}

/* ============================================
   Dark Mode - Promo Box (Tayinci + Destek)
   views/home/index.php içindeki sabit renkler
============================================ */

/* Promo box arka planları */
[data-theme="dark"] .promo-green {
    background: linear-gradient(135deg, #052e16, #14532d) !important;
    border-color: #166534 !important;
}

[data-theme="dark"] .promo-red {
    background: linear-gradient(135deg, #1c0a0a, #450a0a) !important;
    border-color: #7f1d1d !important;
}

/* Promo badge */
[data-theme="dark"] .promo-badge-green {
    background: #14532d !important;
    color: #86efac !important;
}

[data-theme="dark"] .promo-badge-red {
    background: #450a0a !important;
    color: #fca5a5 !important;
}

/* Promo title */
[data-theme="dark"] .promo-title-green {
    color: #86efac !important;
}

[data-theme="dark"] .promo-title-red {
    color: #fca5a5 !important;
}

/* Promo desc */
[data-theme="dark"] .promo-desc {
    color: #D1D5DB !important;
}

/* Promo tags */
[data-theme="dark"] .promo-tag {
    background: rgba(255,255,255,0.05) !important;
}

[data-theme="dark"] .promo-tag-green {
    border-color: #166534 !important;
    color: #86efac !important;
}

[data-theme="dark"] .promo-tag-red {
    border-color: #7f1d1d !important;
    color: #fca5a5 !important;
}

/* Promo side card */
[data-theme="dark"] .promo-side-card {
    background: rgba(0,0,0,0.3) !important;
}

[data-theme="dark"] .promo-side-green {
    border-color: #166534 !important;
}

[data-theme="dark"] .promo-side-red {
    border-color: #7f1d1d !important;
}

[data-theme="dark"] .promo-side-title {
    color: #D1D5DB !important;
}

[data-theme="dark"] .promo-side-green .promo-side-title {
    color: #86efac !important;
}

[data-theme="dark"] .promo-side-red .promo-side-title {
    color: #fca5a5 !important;
}

[data-theme="dark"] .promo-support-item {
    color: #D1D5DB !important;
}

/* Promo outline buton */
[data-theme="dark"] .promo-btn-red-outline {
    background: transparent !important;
    color: #fca5a5 !important;
    border-color: #fca5a5 !important;
}

[data-theme="dark"] .promo-btn-red-outline:hover {
    background: rgba(252,165,165,0.1) !important;
}

/* Promo example */
[data-theme="dark"] .promo-example-green {
    background: #052e16 !important;
    color: #D1D5DB !important;
}

/* ============================================
   Dark Mode - Blog Sayfası
   (views/home/blog.php tamamen inline style kullanıyor)
============================================ */

/* Blog ana section arka planı */
[data-theme="dark"] section[style*="background:#f8fafc"] {
    background: #111827 !important;
}

/* Blog kartları */
[data-theme="dark"] article[style*="background:#fff"] {
    background: #1F2937 !important;
    border-color: #374151 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4) !important;
}

/* Blog kart başlık metni */
[data-theme="dark"] article h2[style*="color:#1e293b"],
[data-theme="dark"] article h3[style*="color:#1e293b"] {
    color: #F9FAFB !important;
}

/* Blog kart açıklama metni */
[data-theme="dark"] article p[style*="color:#64748b"],
[data-theme="dark"] article p[style*="color:#475569"] {
    color: #9CA3AF !important;
}

/* Blog pagination butonları */
[data-theme="dark"] a[style*="background:#fff"][style*="border:1px solid #e2e8f0"] {
    background: #1F2937 !important;
    border-color: #374151 !important;
    color: #D1D5DB !important;
}

/* Blog boş durum */
[data-theme="dark"] div[style*="background:#fff"][style*="border:1px solid #e2e8f0"] {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

/* Blog sidebar kategoriler */
[data-theme="dark"] aside div[style*="background:#fff"] {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] aside h3[style*="color:#1e293b"] {
    color: #F9FAFB !important;
}

/* Blog kategori linkleri */
[data-theme="dark"] aside a[style*="color:#374151"] {
    color: #D1D5DB !important;
}

[data-theme="dark"] aside a[style*="background:#eff6ff"] {
    background: #1e3a5f !important;
    color: #93c5fd !important;
}

/* Blog layout genel arka plan */
[data-theme="dark"] .blog-layout-grid {
    background: transparent !important;
}

/* Blog header section */
[data-theme="dark"] section h1[style*="color:#1e293b"],
[data-theme="dark"] section h2[style*="color:#1e293b"] {
    color: #F9FAFB !important;
}

[data-theme="dark"] section p[style*="color:#64748b"],
[data-theme="dark"] section p[style*="color:#475569"] {
    color: #9CA3AF !important;
}

/* Blog yazı sayısı badge */
[data-theme="dark"] span[style*="background:#f1f5f9"][style*="color:#64748b"] {
    background: #374151 !important;
    color: #9CA3AF !important;
}

/* ============================================
   Dark Mode - Hakkımızda Sayfası
   (views/home/about.php içindeki <style> bloğu)
============================================ */
[data-theme="dark"] .about-page {
    background: #111827 !important;
}

[data-theme="dark"] .about-section.bg-white {
    background: #1F2937 !important;
}

[data-theme="dark"] .about-section.bg-gray {
    background: #111827 !important;
}

[data-theme="dark"] .mission-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .mission-card h3 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .mission-card p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .section-title h2 {
    color: #93c5fd !important;
}

[data-theme="dark"] .section-title p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .section-badge {
    background: #1e3a5f !important;
    color: #93c5fd !important;
}

[data-theme="dark"] .feature-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .feature-card h3 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .feature-card p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .user-type-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .discount-box {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .discount-box h3 {
    color: #86efac !important;
}

[data-theme="dark"] .discount-box p {
    color: #9CA3AF !important;
}

/* ============================================
   Dark Mode - Yardım Sayfası
   (views/home/help.php içindeki <style> bloğu)
============================================ */
[data-theme="dark"] .help-page {
    background: #111827 !important;
}

[data-theme="dark"] .help-section {
    background: #111827 !important;
}

[data-theme="dark"] .help-section.bg-white {
    background: #1F2937 !important;
}

[data-theme="dark"] .help-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .help-card h3 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .help-card p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .faq-item {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .faq-question {
    color: #F9FAFB !important;
}

[data-theme="dark"] .faq-answer {
    color: #9CA3AF !important;
    border-top-color: #374151 !important;
}

[data-theme="dark"] .step-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .step-card h3 {
    color: #F9FAFB !important;
}

[data-theme="dark"] .step-card p {
    color: #9CA3AF !important;
}

[data-theme="dark"] .help-nav-btn {
    background: #1F2937 !important;
    border-color: #374151 !important;
    color: #D1D5DB !important;
}

[data-theme="dark"] .help-nav-btn.active,
[data-theme="dark"] .help-nav-btn:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

/* ============================================
   Dark Mode - Kategori Sayfası Tab Butonları
   (category-tab.active sarı görünüyor)
============================================ */
[data-theme="dark"] .category-tabs {
    background: #1F2937 !important;
}

[data-theme="dark"] .category-tab {
    color: #9CA3AF !important;
}

[data-theme="dark"] .category-tab:hover {
    background: #374151 !important;
    color: var(--primary) !important;
}

[data-theme="dark"] .category-tab.active {
    background: var(--primary) !important;
    color: #fff !important;
}

[data-theme="dark"] .category-tab.active i {
    color: #fff !important;
}

[data-theme="dark"] .filters-section {
    background: #1F2937 !important;
}

[data-theme="dark"] .filter-select {
    background: #374151 !important;
    border-color: #4B5563 !important;
    color: #D1D5DB !important;
}

[data-theme="dark"] .city-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

[data-theme="dark"] .city-card:hover {
    background: #374151 !important;
    border-color: var(--primary) !important;
}

[data-theme="dark"] .city-card .city-name {
    color: #F9FAFB !important;
}

[data-theme="dark"] .city-card .city-count {
    color: #9CA3AF !important;
}

[data-theme="dark"] .category-page {
    background: #111827 !important;
}

/* ============================================
   Dark Mode - Genel Sayfa Arka Planları
   (view dosyalarındaki .xxx-page class'ları)
============================================ */
[data-theme="dark"] .page-wrapper,
[data-theme="dark"] .page-content,
[data-theme="dark"] .content-wrapper {
    background: #111827 !important;
}

/* Genel beyaz kartlar */
[data-theme="dark"] .white-card,
[data-theme="dark"] .content-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}

/* Genel section arka planları */
[data-theme="dark"] .bg-white {
    background: #1F2937 !important;
}

[data-theme="dark"] .bg-gray,
[data-theme="dark"] .bg-light {
    background: #111827 !important;
}

/* ============================================
   Dark Mode - Listing Card İçerikleri
   (category.php, index.php listing kartları)
============================================ */
[data-theme="dark"] .listing-content {
    background: #1F2937;
}

[data-theme="dark"] .listing-category {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-details {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-details span {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-details i {
    color: #6B7280;
}

[data-theme="dark"] .listing-meta {
    color: #9CA3AF;
    border-top-color: #374151;
}

[data-theme="dark"] .listing-date {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-bids {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-route {
    background: #374151;
    color: #D1D5DB;
}

[data-theme="dark"] .listing-route span {
    color: #D1D5DB;
}

[data-theme="dark"] .listing-route i {
    color: #6B7280;
}

[data-theme="dark"] .route-arrow i {
    color: #6B7280;
}

/* ============================================
   Dark Mode - Index Sayfası Özel Bölümler
============================================ */

/* Hızlı Teklif Banner */
[data-theme="dark"] .hizli-teklif-banner {
    background: linear-gradient(135deg, #052e16 0%, #064e3b 100%);
}

/* Aktif İlanlar CTA */
[data-theme="dark"] .active-listings-cta {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

/* Recent Listings */
[data-theme="dark"] .recent-listings {
    background: #111827;
}

[data-theme="dark"] .recent-listing-card {
    background: #1F2937;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

[data-theme="dark"] .recent-listing-header {
    background: linear-gradient(135deg, #1F2937, #374151);
}

[data-theme="dark"] .recent-listing-body h3,
[data-theme="dark"] .recent-listing-body h4 {
    color: #F9FAFB;
}

[data-theme="dark"] .listing-type-badge.nakliye {
    background: #052e16;
    color: #86efac;
}

[data-theme="dark"] .listing-type-badge.cekici {
    background: #3b1a1a;
    color: #fca5a5;
}

[data-theme="dark"] .listing-type-badge.sigorta {
    background: #1e3a5f;
    color: #93c5fd;
}

/* ============================================
   Dark Mode - Footer
============================================ */
[data-theme="dark"] .footer {
    background: #0f172a;
    border-top-color: #1e293b;
}

[data-theme="dark"] .footer-description {
    color: #9CA3AF;
}

[data-theme="dark"] .footer-section-title {
    color: #F9FAFB;
    border-bottom-color: #374151;
}

[data-theme="dark"] .footer-link {
    color: #9CA3AF;
}

[data-theme="dark"] .footer-link:hover {
    color: #34d399;
}

[data-theme="dark"] .footer-cities-link {
    color: #34d399;
}

[data-theme="dark"] .footer-contact-label {
    color: #6B7280;
}

[data-theme="dark"] .footer-contact-value {
    color: #D1D5DB;
}

[data-theme="dark"] .footer-contact-icon {
    background: #1F2937;
    color: #9CA3AF;
}

[data-theme="dark"] .footer-trust-badge {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.08);
    color: #9CA3AF;
}

[data-theme="dark"] .footer-app-section {
    background: #1F2937;
    border-color: #374151;
}

[data-theme="dark"] .footer-app-title {
    color: #F9FAFB;
}

[data-theme="dark"] .footer-app-desc {
    color: #9CA3AF;
}

[data-theme="dark"] .footer-app-btn {
    background: #374151;
    border-color: #4B5563;
    color: #D1D5DB;
}

[data-theme="dark"] .footer-app-btn:hover {
    background: #4B5563;
}

[data-theme="dark"] .footer-bottom {
    background: #0f172a;
    border-top-color: #1e293b;
}

[data-theme="dark"] .footer-copyright {
    color: #6B7280;
}

[data-theme="dark"] .footer-bottom-link {
    color: #6B7280;
}

[data-theme="dark"] .footer-bottom-link:hover {
    color: #34d399;
}

[data-theme="dark"] .footer-social-link {
    background: #1F2937;
    color: #9CA3AF;
    border-color: #374151;
}

[data-theme="dark"] .footer-social-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* ============================================
   Dark Mode - Chat Widget
============================================ */
[data-theme="dark"] #chatWindow {
    background: #1F2937 !important;
    box-shadow: 0 8px 40px rgba(0,0,0,0.5) !important;
}

[data-theme="dark"] #chatStartForm {
    background: #1F2937;
}

[data-theme="dark"] #chatGuestName,
[data-theme="dark"] #chatGuestEmail,
[data-theme="dark"] #chatSubject,
[data-theme="dark"] #chatInput {
    background: #374151 !important;
    border-color: #4B5563 !important;
    color: #F9FAFB !important;
}

[data-theme="dark"] #chatGuestName::placeholder,
[data-theme="dark"] #chatGuestEmail::placeholder,
[data-theme="dark"] #chatInput::placeholder {
    color: #6B7280;
}

[data-theme="dark"] #chatMsgList {
    background: #111827;
}

[data-theme="dark"] #chatMessages > div:last-child {
    background: #1F2937;
    border-top-color: #374151 !important;
}

/* ============================================
   Dark Mode - About Sayfası Inline Kartlar
============================================ */

/* Sorumluluk reddi bölümü - beyaz kart */
[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #fde68a"] {
    background: #1F2937 !important;
    border-color: #92400e !important;
}

/* Sorumluluk reddi - üst başlık bandı zaten koyu */

/* Sorumluluk reddi - platform rolü kartı */
[data-theme="dark"] div[style*="background:#fffbeb"] {
    background: #1c1400 !important;
    border-color: #92400e !important;
}

[data-theme="dark"] div[style*="background:#fffbeb"] p {
    color: #D1D5DB !important;
}

/* Sorumluluk reddi - sorumluluk reddi kartı */
[data-theme="dark"] div[style*="background:#fef2f2"][style*="border:1px solid #fecaca"] {
    background: #1a0a0a !important;
    border-color: #7f1d1d !important;
}

[data-theme="dark"] div[style*="background:#fef2f2"][style*="border:1px solid #fecaca"] p {
    color: #D1D5DB !important;
}

/* Sorumluluk reddi - alt uyarı bandı */
[data-theme="dark"] div[style*="background:#f8fafc"][style*="border:1px solid #e2e8f0"][style*="display:flex;align-items:flex-start"] {
    background: #374151 !important;
    border-color: #4B5563 !important;
}

[data-theme="dark"] div[style*="background:#f8fafc"][style*="border:1px solid #e2e8f0"][style*="display:flex;align-items:flex-start"] p {
    color: #D1D5DB !important;
}

/* Özel sayfalar bölümü - Tayinci, Asansör, Eleman kartları */
[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #fde68a"],
[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #bfdbfe"] {
    background: #1F2937 !important;
}

[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #fde68a"] ul li,
[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #bfdbfe"] ul li {
    color: #D1D5DB !important;
}

[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #fde68a"] p,
[data-theme="dark"] .about-section div[style*="background:#fff"][style*="border:2px solid #bfdbfe"] p {
    color: #9CA3AF !important;
}

/* Referral box içindeki liste */
[data-theme="dark"] .referral-box ul li {
    color: #D1D5DB;
}

/* ============================================
   Dark Mode - Category Sayfası Ek Stiller
============================================ */
[data-theme="dark"] .listing-card .listing-details span {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-card .listing-meta {
    border-top-color: #374151;
}

[data-theme="dark"] .listing-card .listing-date,
[data-theme="dark"] .listing-card .listing-bids {
    color: #9CA3AF;
}

[data-theme="dark"] .listing-card .listing-route {
    background: #374151;
    color: #D1D5DB;
}

[data-theme="dark"] .btn-view-listing {
    background: #374151;
    color: #D1D5DB;
    border-color: #4B5563;
}

[data-theme="dark"] .btn-view-listing:hover {
    background: #4B5563;
    color: #F9FAFB;
}

/* ============================================
   Dark Mode - Search Sayfası Ek Stiller
============================================ */
[data-theme="dark"] .spf-input::placeholder {
    color: #6B7280;
}

[data-theme="dark"] .spf-select option {
    background: #374151;
    color: #D1D5DB;
}

[data-theme="dark"] .sort-select option {
    background: #374151;
    color: #D1D5DB;
}

[data-theme="dark"] .filter-select option {
    background: #374151;
    color: #D1D5DB;
}

/* ============================================
   Dark Mode - Scroll Top Butonu
============================================ */
[data-theme="dark"] .scroll-top {
    background: #374151;
    color: #D1D5DB;
    border-color: #4B5563;
}

[data-theme="dark"] .scroll-top:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* ============================================
   Dark Mode - Genel Form Elemanları
============================================ */
[data-theme="dark"] select option {
    background: #1F2937;
    color: #D1D5DB;
}

[data-theme="dark"] input[type="text"]::placeholder,
[data-theme="dark"] input[type="email"]::placeholder,
[data-theme="dark"] input[type="search"]::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: #6B7280;
}

/* ============================================
   Dark Mode - Hizli Teklif Banner (index.php)
============================================ */
[data-theme="dark"] section.hizli-teklif-banner {
    background: linear-gradient(135deg, #052e16 0%, #064e3b 100%);
}

/* ============================================
   Dark Mode - Step Items (how-it-works)
============================================ */
[data-theme="dark"] .step-item {
    background: #1F2937;
}

[data-theme="dark"] .step-item .step-title {
    color: #F9FAFB;
}

[data-theme="dark"] .step-item .step-desc {
    color: #9CA3AF;
}

/* ============================================
   Dark Mode - View All Link
============================================ */
[data-theme="dark"] .view-all {
    color: #34d399;
}

[data-theme="dark"] .view-all:hover {
    color: #6ee7b7;
}

/* ============================================
   Dark Mode - Section Header
============================================ */
[data-theme="dark"] .section-header {
    border-bottom-color: #374151;
}

/* ============================================
   Dark Mode - CTA Section (index.php)
============================================ */
[data-theme="dark"] .cta {
    background: #111827;
}

[data-theme="dark"] .cta-box {
    background: linear-gradient(135deg, #052e16 0%, #064e3b 100%);
    border-color: #166534;
}

[data-theme="dark"] .cta-title {
    color: #86efac;
}

[data-theme="dark"] .cta-desc {
    color: #D1D5DB;
}
