/* Dükkan360 - Frontend CSS */

:root {
    --primary-color: #2563eb;
    --secondary-color: #0ea5e9;
    --accent-color: #f59e0b;
    --success-color: #10b981;
    --dark-color: #1e293b;
    --text-color: #334155;
    --light-bg: #f8fafc;
    --white: #ffffff;
    --gradient-primary: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    --gradient-accent: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    --gradient-success: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    overflow-x: hidden;
    background: var(--white);
}

/* Eski navbar stilleri kaldırıldı - yeni modern navbar kullanılıyor */

/* Modern Minimal Navbar - Trendyol Style */
.navbar-modern {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    height: 72px;
    display: flex;
    align-items: center;
}

.navbar-container {
    width: 100%;
}

.navbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: #2563eb;
    font-size: 1.15rem;
    font-weight: 700;
    transition: all 0.2s;
}

.brand-logo:hover {
    color: #1d4ed8;
}

.brand-logo i {
    font-size: 1.3rem;
}

.brand-logo span {
    white-space: nowrap;
}

.navbar-menu-desktop {
    align-items: center;
    gap: 0.25rem;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.7rem;
    text-decoration: none;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.action-btn:hover {
    background: #f9fafb;
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.35);
}

.action-btn i {
    font-size: 0.95rem;
}

.action-btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white !important;
    font-weight: 500;
    border: none;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18);
}

.action-btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
    color: white !important;
    transform: translateY(-1px);
}

.action-btn-login {
    border: none;
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.18);
}

.action-btn-login:hover {
    background: linear-gradient(135deg, #f97316 0%, #dc2626 100%);
    color: #fff !important;
    transform: translateY(-1px);
}

.btn-service-request {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    color: white !important;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
    font-size: 0.8rem;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-service-request:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.35);
    color: white !important;
}

.navbar-menu-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem 0;
}

.menu-link {
    padding: 0.4rem 0.85rem;
    text-decoration: none;
    color: #555555;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.menu-link:hover {
    background: #f5f5f5;
    color: #2563eb;
}

.menu-link.active {
    background: #eff6ff;
    color: #2563eb;
    font-weight: 500;
}

.btn-header-cta {
    border-radius: 8px;
    padding: 0.55rem 0.9rem;
    font-weight: 700;
    background: #10b981;
    color: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.18);
    white-space: nowrap;
}

.btn-header-cta:hover {
    background: #0ea371;
    color: #ffffff;
}

.btn-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-header-icon i {
    font-size: 1.3rem;
}

.offcanvas-link {
    padding: 0.75rem 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.offcanvas-link:hover {
    background: #eef2ff;
    border-color: rgba(37, 99, 235, 0.25);
}

/* Eski buton stilleri kaldırıldı - yeni action-btn ve diğer modern stil sınıfları kullanılıyor */

/* Navbar Arama Kutusu */
.search-container {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.search-container-compact {
    max-width: 340px;
    margin: 0;
}

.search-box {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.32rem 0.5rem;
    transition: all 0.2s ease;
}

.search-box:focus-within {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.search-icon {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-right: 0.45rem;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.78rem;
    color: #1e293b;
    padding: 0;
}

.search-input::placeholder {
    color: #94a3b8;
    font-size: 0.75rem;
}

.search-submit {
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 0.3rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    margin-left: 0.4rem;
    flex-shrink: 0;
}

.search-submit:hover {
    background: #1d4ed8;
}

.search-submit:active {
    transform: scale(0.98);
}

/* Eski navbar-search stilleri kaldırıldı - yeni Trendyol mantığı stil yukarıda (satır 265-326) */

/* Responsive Navbar */
@media (max-width: 991px) {
    .navbar-top-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.75rem 0;
    }

    .navbar-brand {
        font-size: 1.2rem;
        justify-self: start;
    }

    .navbar-brand i {
        font-size: 1.3rem;
    }

    .navbar-search-wrapper {
        width: 100%;
        order: 2;
    }

    .navbar-actions {
        justify-self: stretch;
        justify-content: space-between;
        gap: 0.5rem;
        order: 3;
    }

    .navbar-action-item {
        flex: 1;
        min-width: auto;
    }

    .navbar-action-item span {
        display: none;
    }


    .navbar-action-item {
        padding: 0.5rem;
    }

    .navbar-action-item i {
        font-size: 1.1rem;
    }

    .navbar-menu-row-wrapper {
        display: none;
    }

    .category-slider-full-width {
        padding: 0.75rem 0;
    }

    .category-slider-wrapper-full {
        padding: 0 40px;
    }

    .esnaf-main-layout .row {
        margin: 0;
    }

    .esnaf-main-layout .col-lg-3,
    .esnaf-main-layout .col-lg-9 {
        padding: 0 8px;
    }

    .map-container-modern-esnaf {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .navbar-main {
        flex-direction: column;
        gap: 0.5rem;
    }

    .navbar-left {
        width: 100%;
        justify-content: space-between;
    }

    .brand-logo {
        font-size: 0.95rem;
    }

    .brand-logo i {
        font-size: 1rem;
    }

    .search-container {
        width: 100%;
    }

    .navbar-menu-top {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 0.25rem;
    }

    .search-box {
        padding: 0.3rem 0.45rem;
    }

    .search-icon {
        font-size: 0.85rem;
        margin-right: 0.4rem;
    }

    .search-input {
        font-size: 0.7rem;
    }

    .search-submit {
        font-size: 0.65rem;
        padding: 0.25rem 0.5rem;
    }

    .navbar-actions-modern {
        gap: 0.35rem;
        width: 100%;
        justify-content: center;
    }

    .action-btn {
        padding: 0.3rem 0.5rem;
        font-size: 0.65rem;
        flex: 1;
        justify-content: center;
    }

    .action-btn i {
        font-size: 0.75rem;
    }

    .esnaf-page {
        padding-top: 100px;
    }
}

/* Eski duplicate 576px media query kaldırıldı - yeni versiyonu aşağıda */

/* Section Styling */
section {
    padding: 5rem 0;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.section-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Card Styles */
.card-custom {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.card-custom h4 {
    color: var(--dark-color);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.card-custom p {
    color: #64748b;
    line-height: 1.7;
    font-size: 1rem;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.icon-box-1 {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.icon-box-2 {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.icon-box-3 {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.icon-box-4 {
    background: rgba(14, 165, 233, 0.1);
    color: #0ea5e9;
}

.icon-box-5 {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.icon-box-6 {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
}

/* Footer - Modern Design */
.footer-modern {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #cbd5e1;
    padding: 4rem 0 1.5rem;
    position: relative;
    overflow: hidden;
}

.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #7c3aed, transparent);
}

.footer-main {
    margin-bottom: 3rem;
}

.footer-brand-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-brand-title i {
    color: #7c3aed;
    font-size: 1.75rem;
}

.footer-description {
    color: #94a3b8;
    line-height: 1.8;
    font-size: 0.95rem;
}

.footer-stats {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #7c3aed;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 0.25rem;
}

.footer-section-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(124, 58, 237, 0.3);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links a i {
    font-size: 0.85rem;
    width: 18px;
    color: #7c3aed;
    opacity: 0.7;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-links a:hover i {
    opacity: 1;
    color: #a855f7;
}

.footer-contact-section {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.contact-item i {
    color: #7c3aed;
    font-size: 1rem;
}

.contact-item a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #ffffff;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

.social-label {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-social .social-links {
    display: flex;
    gap: 0.75rem;
}

.footer-social .social-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #a855f7;
    text-decoration: none;
}

.footer-social .social-icon:hover {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.footer-bottom {
    padding-top: 1.5rem;
}

.copyright-text {
    color: #94a3b8;
    font-size: 0.85rem;
    margin: 0;
}

.developer-text {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.developer-text i {
    color: #7c3aed;
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-contact-info {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-modern {
        padding: 3rem 0 1rem;
    }

    .footer-stats {
        gap: 1.5rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .footer-section-title {
        font-size: 0.95rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.floating {
    animation: float 3s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 991px) {
    .navbar-collapse {
        background: white;
        padding: 1.5rem;
        margin-top: 1rem;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .nav-link {
        padding: 0.8rem 1rem !important;
        margin: 0.2rem 0;
        width: 100%;
    }

    .navbar .d-flex {
        flex-direction: column;
        width: 100%;
    }

    /* Eski navbar buton stilleri kaldırıldı */
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    section {
        padding: 3rem 0;
    }
}

/* ==========================
   WELCOME PAGE STYLES
   ========================== */

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.hero-section::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: moveBackground 30s linear infinite;
}

@keyframes moveBackground {
    0% { transform: translate(0, 0); }
    100% { transform: translate(40px, 40px); }
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-image {
    position: relative;
    z-index: 10;
}

.hero-image img {
    max-width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

/* Stats Section */
.stats-section {
    background: white;
    padding: 4rem 0;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.03);
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
}

.stat-label {
    color: #fff;
    font-size: 1.05rem;
    margin-top: 0.8rem;
    font-weight: 500;
}

/* Features Section */
.features-section {
    background: #f8fafc;
}

/* How It Works Section */
.how-it-works-section {
    background: white;
}

.step-card {
    position: relative;
    text-align: center;
    padding: 2.5rem 2rem;
}

.step-card h4 {
    color: var(--dark-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-card p {
    color: #64748b;
    line-height: 1.7;
}

.step-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

/* Pricing Section */
.pricing-section {
    background: #f8fafc;
}

.pricing-card {
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.pricing-card h3 {
    color: var(--dark-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.pricing-card.featured {
    border: 2px solid #2563eb;
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15);
}

.pricing-card.featured .badge-featured {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: #2563eb;
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.price {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

.price sup {
    font-size: 1.8rem;
    vertical-align: super;
}

.price-period {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 2.5rem;
}

.feature-list li {
    padding: 0.9rem 0;
    color: #475569;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.feature-list i {
    color: #10b981;
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
    padding: 6rem 0;
}

.cta-section h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cta-section .lead {
    font-size: 1.2rem;
    opacity: 0.95;
}

.btn-white-custom {
    background: white;
    color: #2563eb !important;
    padding: 1rem 3rem;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
}

.btn-white-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    color: #1e40af !important;
}

/* Testimonials */
.testimonials-section {
    background: white;
}

.testimonial-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2563eb;
}
.testimonial-text {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author .fw-bold {
    color: var(--dark-color);
    font-size: 1.1rem;
}

.testimonial-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 1rem;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }
}

/* ==========================
   OTHER PAGES STYLES
   ========================== */

/* Page Header */
.page-header {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

/* Mission Section */
.mission-section {
    padding: 5rem 0;
}

.mission-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

/* Team Section */
.team-section {
    background: var(--light-bg);
    padding: 5rem 0;
}

.team-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

/* Values Section */
.values-section {
    padding: 5rem 0;
}

.value-item {
    text-align: center;
    padding: 2rem;
}

.value-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
}

.contact-form {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.contact-info {
    background: var(--light-bg);
    border-radius: 20px;
    padding: 3rem;
    height: 100%;
}

.contact-item {
    display: flex;
    align-items: start;
    margin-bottom: 2rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.form-control, .form-select {
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Map Section */
.map-section {
    background: var(--light-bg);
    padding: 5rem 0;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 400px;
    background: #e2e8f0;
}

.esnaf-page {
    min-height: 100vh;
    background: #f8fafc;
    padding-top: 110px;
}

.esnaf-products-section {
    background: #ffffff;
    min-height: calc(100vh - 80px);
}

.esnaf-header {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
    padding: 2.5rem 0;
    margin-bottom: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.esnaf-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.esnaf-subtitle {
    margin: 0.5rem 0 0 0;
    opacity: 0.9;
}

.map-section {
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.esnaf-filters {
    background: white;
    padding: 1.75rem 0;
    border-bottom: 2px solid #e5e7eb;
    position: sticky;
    top: 80px;
    z-index: 100;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.98);
}

.search-box-filter {
    position: relative;
}

.search-box-filter i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}

.search-box-filter input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.search-box-filter input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.filter-select {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.filter-select:disabled {
    background-color: #f3f4f6;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Konum İzni SweetAlert Özel Stilleri */
.location-permission-popup {
    border-radius: 16px;
}

.btn-confirm-location {
    padding: 0.75rem 1.5rem !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}

.btn-cancel-location {
    padding: 0.75rem 1.5rem !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
}

.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f4f6;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #e5e7eb;
}

.product-image {
    position: relative;
    width: 100%;
    height: 200px;
    background: #f3f4f6;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #9ca3af;
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4444;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.product-info {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 0.75rem;
    color: #7c3aed;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.product-description {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1rem;
    flex: 1;
}

.product-price {
    margin-bottom: 1rem;
}

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #7c3aed;
}

.product-store {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 10px;
    margin-bottom: 0.75rem;
}

.store-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.store-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.store-info {
    flex: 1;
    min-width: 0;
}

.store-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-location {
    font-size: 0.8rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.product-stock {
    margin-top: auto;
}

.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #9ca3af;
}

/* Floating AI Chat Button */
.ai-chat-floating-btn {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.ai-chat-floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(124, 58, 237, 0.5);
}

.ai-chat-floating-btn .notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ef4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
}

/* AI Chat Panel */
.ai-chat-panel {
    position: fixed;
    right: -400px;
    top: 80px;
    width: 400px;
    height: calc(100vh - 80px);
    background: white;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
    z-index: 999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ai-chat-panel.open {
    right: 0;
}

.ai-chat-header {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ai-avatar {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.ai-info {
    flex: 1;
}

.ai-info h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.ai-status {
    font-size: 0.85rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.ai-close-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.ai-close-btn:hover {
    background: rgba(255,255,255,0.3);
}

.ai-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    background: #f8fafc;
}

.ai-message {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.user-message {
    flex-direction: row-reverse;
}

.message-avatar {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.user-message .message-avatar {
    background: #6b7280;
}

.message-content {
    flex: 1;
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #1f2937;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.user-message .message-content {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
}

.ai-chat-input {
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
}

.quick-actions {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.quick-action-btn {
    padding: 0.5rem 0.75rem;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #1f2937;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quick-action-btn:hover {
    background: #e5e7eb;
}

.input-group {
    display: flex;
    gap: 0.5rem;
}

.input-group input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
}

.input-group button {
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: all 0.2s;
}

.input-group button:hover {
    transform: scale(1.05);
}

/* Business Modal */
.modal-content {
    border-radius: 15px;
    border: none;
}

.business-modal-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.business-modal-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.business-modal-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-modal-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.business-modal-info h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.business-modal-info p {
    margin: 0.5rem 0 0 0;
    color: #6b7280;
}

.business-modal-body {
    padding: 1.5rem;
}

.business-detail-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.business-detail-item:last-child {
    border-bottom: none;
}

.business-detail-icon {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c3aed;
    flex-shrink: 0;
}

.business-detail-content h6 {
    margin: 0 0 0.25rem 0;
    font-weight: 600;
    color: #1f2937;
}

.business-detail-content p {
    margin: 0;
    color: #6b7280;
    font-size: 0.9rem;
}

.business-features-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
}

.business-features-list li {
    padding: 0.5rem 0;
    color: #374151;
    font-size: 0.9rem;
}

.business-features-list li i {
    font-size: 0.85rem;
}

.business-detail-item.special-message {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(14, 165, 233, 0.05) 100%);
    border-radius: 12px;
    padding: 1.25rem;
    margin: 1rem 0;
    border: 1px solid rgba(37, 99, 235, 0.1);
}

.business-detail-item.special-message .business-detail-icon {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
}

.business-detail-item.special-message .business-detail-content h6 {
    color: #2563eb;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.social-links a {
    transition: transform 0.2s;
}

.social-links a:hover {
    transform: translateY(-2px);
}

/* Custom Map Marker */
.custom-marker {
    background: transparent !important;
    border: none !important;
}

.custom-marker img {
    border-radius: 50%;
}

/* Minimal Modal Tasarımı */
.modal-content-minimal-wrapper {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-header-minimal-wrapper {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
    background: #fafafa;
}

.modal-body-minimal {
    padding: 0;
    max-height: 70vh;
    overflow-y: auto;
}

.business-modal-minimal {
    background: white;
}

.modal-header-minimal {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e9ecef;
}

.modal-logo-minimal {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modal-logo-placeholder-minimal {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modal-title-minimal h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.modal-content-minimal {
    padding: 1.5rem;
}

.special-badge-minimal {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(14, 165, 233, 0.1) 100%);
    border-left: 3px solid #2563eb;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.25rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.9rem;
}

.info-section-minimal {
    margin-bottom: 1.25rem;
}

.description-text {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.features-section-minimal {
    margin-bottom: 1.25rem;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature-badge-minimal {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    background: #f0f9ff;
    color: #0369a1;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e0f2fe;
}

.feature-badge-minimal i {
    font-size: 0.75rem;
    color: #10b981;
}

.info-row-minimal {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #4b5563;
    font-size: 0.9rem;
}

.info-row-minimal:last-of-type {
    border-bottom: none;
}

.info-row-minimal i {
    color: #6b7280;
    font-size: 1rem;
    width: 20px;
    flex-shrink: 0;
}

.contact-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.contact-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.social-section-minimal {
    display: flex;
    gap: 0.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.social-link-minimal {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1.1rem;
}

.social-link-minimal:hover {
    background: #2563eb;
    color: white;
    transform: translateY(-2px);
}

/* Harita Tasarım İyileştirmeleri */
.map-container-modern-esnaf {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 4px;
}

#map {
    /* Genel fallback: container içinde %100 kullanılır (esnaf sayfasında override var) */
    height: 600px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.map-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem 0;
    margin: 2rem 0;
    border-radius: 16px;
}

/* Custom Map Marker Styles */
.custom-marker-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-marker-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-marker-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.map-popup-content {
    text-align: center;
    padding: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .ai-chat-panel {
        width: 100%;
        right: -100%;
    }

    .esnaf-title {
        font-size: 1.5rem;
    }

    .modal-header-minimal {
        flex-direction: column;
}

/* Footer Styles */
.slogan-badge {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    background: rgba(124, 58, 237, 0.15);
    border-left: 3px solid #7c3aed;
    border-radius: 8px;
    color: #a855f7;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.slogan-badge:hover {
    background: rgba(124, 58, 237, 0.25);
    transform: translateX(3px);
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.25rem;
}

.social-icon:hover {
    background: #7c3aed;
    transform: translateY(-3px);
    color: white;
}


    .modal-logo-minimal,
    .modal-logo-placeholder-minimal {
        width: 50px;
        height: 50px;
    }

    .modal-content-minimal {
        padding: 1rem;
    }

    .features-grid {
        gap: 0.4rem;
    }

    .feature-badge-minimal {
        font-size: 0.8rem;
        padding: 0.35rem 0.6rem;
    }

    .map-container-modern-esnaf {
        margin: 0 -15px;
        border-radius: 0;
    }

    .map-info-card {
        margin-top: 1.5rem;
    }
}
@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Kategori Slider - Trendyol/Getir Tarzı */
.category-slider-container {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.25rem 0;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #e5e7eb;
}

.category-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.category-slider {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.category-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.category-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    padding: 0.5rem;
    border-radius: 12px;
    min-width: 80px;
}

.category-item:hover {
    transform: translateY(-2px);
    background: #f8f9fa;
}

.category-item.active {
    color: #2563eb;
}

.category-item.active .category-image {
    border: 2.5px solid #2563eb;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
    transform: scale(1.05);
}

.category-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border: 2.5px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-image .category-icon {
    font-size: 1.75rem;
    color: #fff;
}

.category-image .category-initials {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.category-name {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    color: #475569;
    margin-top: 0.25rem;
}

.category-item.active .category-name {
    color: #2563eb;
    font-weight: 600;
}

.category-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-slider-btn:hover {
    background: #f8f9fa;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.category-slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.category-slider-btn.prev {
    left: 5px;
}

.category-slider-btn.next {
    right: 5px;
}

.category-slider-btn i {
    font-size: 1.25rem;
    color: #333;
}

.category-slider-btn:hover i {
    color: #2563eb;
}

.category-slider-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Mobil responsive */
@media (max-width: 768px) {
    .category-slider-wrapper {
        padding: 0 40px;
    }

    .category-image {
        width: 60px;
        height: 60px;
    }

    .category-image .category-icon {
        font-size: 1.5rem;
    }

    .category-name {
        font-size: 0.7rem;
        max-width: 70px;
    }

    .category-slider-btn {
        width: 35px;
        height: 35px;
    }

    .category-slider-btn i {
        font-size: 1rem;
    }
}

/* Kategori renkleri için gradient'ler */
.category-gradient-1 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.category-gradient-2 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.category-gradient-3 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.category-gradient-4 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.category-gradient-5 { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.category-gradient-6 { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); }
.category-gradient-7 { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); }
.category-gradient-8 { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); }
.category-gradient-9 { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); }
.category-gradient-10 { background: linear-gradient(135deg, #ff8a80 0%, #ea6100 100%); }

/* ==========================
   ESNAF SAYFASI - MINIMAL VE ŞIK TASARIM
   ========================== */

/* Genel Sayfa Düzeni */
.esnaf-page {
    min-height: 100vh;
    background: #fafbfc;
    padding-top: 110px; /* Navbar minimal */
}

.esnaf-products-section {
    background: transparent;
    min-height: calc(100vh - 80px);
}

/* Header - Minimal */
.esnaf-header {
    background: #ffffff;
    color: #1e293b;
    padding: 2rem 0 1.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e7eb;
}

.esnaf-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
}

.esnaf-title i {
    color: #2563eb;
    font-size: 1.5rem;
}

.esnaf-subtitle {
    margin: 0.5rem 0 0 0;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 400;
}
#toggleMapBtn {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    color: #475569;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
#toggleMapBtn:hover {
    background: #f8fafc;
    border-color: #2563eb;
    color: #2563eb;
}

/* Harita Bölümü */
.map-section {
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.map-container-modern-esnaf {
    height: 450px;
    width: 100%;
    flex: 1;
}

/* Filtreler - Minimal */
.esnaf-filters {
    background: #ffffff;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 80px;
    z-index: 100;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.98);
}

.search-box-filter {
    position: relative;
    width: 100%;
}

.search-box-filter i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}

.search-box-filter input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #1e293b;
}

.search-box-filter input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.search-box-filter input::placeholder {
    color: #94a3b8;
}

.filter-select {
    padding: 0.75rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    background: #ffffff;
    color: #1e293b;
    transition: all 0.2s ease;
}

.filter-select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.filter-select:disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

/* Ürün Kartları - Minimal ve Şık */
.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f5f9;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.product-image {
    position: relative;
    width: 100%;
    height: 220px;
    background: #f8fafc;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 3rem;
}

.discount-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #ef4444;
    color: white;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}

.product-info {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-description {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    margin: auto 0 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.old-price {
    font-size: 0.85rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.current-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.product-store {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.store-logo {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
}

.store-info {
    flex: 1;
    min-width: 0;
}

.store-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-location {
    font-size: 0.75rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.store-location i {
    font-size: 0.7rem;
}

.product-stock {
    margin-top: 0.75rem;
}

.product-stock .badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.product-stock .badge i {
    font-size: 0.7rem;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state i {
    font-size: 4rem;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.empty-state p {
    font-size: 1rem;
    color: #64748b;
}

/* Responsive */
@media (max-width: 768px) {
    .esnaf-header {
        padding: 1.5rem 0 1rem;
    }

    .esnaf-title {
        font-size: 1.5rem;
    }

    .esnaf-subtitle {
        font-size: 0.85rem;
    }

    .esnaf-filters {
        padding: 1rem 0;
    }

    .product-image {
        height: 180px;
    }

    .product-info {
        padding: 1rem;
    }

    .current-price {
        font-size: 1.1rem;
    }
}

/* ==========================
   ESNAF SAYFASI - YENİ TASARIM
   ========================== */

/* Genel Sayfa Düzeni */
.esnaf-page {
    min-height: 100vh;
    background: #fafbfc;
    padding-top: 110px; /* Navbar minimal */
}

/* Header - Minimal */
.esnaf-header {
    background: #ffffff;
    color: #1e293b;
    padding: 2rem 0 1.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e7eb;
}

.esnaf-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
}

.esnaf-title i {
    color: #2563eb;
    font-size: 1.5rem;
}

.esnaf-subtitle {
    margin: 0.5rem 0 0 0;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 400;
}

/* Kategori Slider */
.category-slider-section {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 0;
}

.category-slider-container {
    position: relative;
    width: 100%;
    padding: 0.5rem 0;
}

.category-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.category-slider {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-slider::-webkit-scrollbar {
    display: none;
}

.category-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    padding: 0.5rem;
    border-radius: 12px;
    min-width: 80px;
}

.category-item:hover {
    transform: translateY(-2px);
    background: #f8f9fa;
}

.category-item.active {
    color: #2563eb;
}

.category-item.active .category-image {
    border: 2.5px solid #2563eb;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
    transform: scale(1.05);
}

.category-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border: 2.5px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-image .category-icon {
    font-size: 1.75rem;
    color: #fff;
}

.category-image .category-initials {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.category-name {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    color: #475569;
    margin-top: 0.25rem;
}

.category-item.active .category-name {
    color: #2563eb;
    font-weight: 600;
}

.category-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-slider-btn:hover {
    background: #f8f9fa;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.category-slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.category-slider-btn.prev {
    left: 5px;
}

.category-slider-btn.next {
    right: 5px;
}

.category-slider-btn i {
    font-size: 1.25rem;
    color: #333;
}

.category-slider-btn:hover i {
    color: #2563eb;
}

.category-slider-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Kategori renkleri için gradient'ler */
.category-gradient-1 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.category-gradient-2 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.category-gradient-3 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.category-gradient-4 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.category-gradient-5 { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.category-gradient-6 { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); }
.category-gradient-7 { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); }
.category-gradient-8 { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); }
.category-gradient-9 { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); }
.category-gradient-10 { background: linear-gradient(135deg, #ff8a80 0%, #ea6100 100%); }

/* Ana İçerik Alanı - Kaldırıldı, artık kullanılmıyor */
.esnaf-main-content {
    display: none;
}

.esnaf-map-card,
.esnaf-filters-card,
.esnaf-stats-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.map-card-header,
.filters-card-header,
.stats-card-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
}

.map-card-header h3,
.filters-card-header h3,
.stats-card-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.map-card-header h3 i,
.filters-card-header h3 i,
.stats-card-header h3 i {
    color: #2563eb;
    font-size: 1.2rem;
}

.map-container-modern-esnaf {
    height: 450px;
    width: 100%;
    flex: 1;
}

.esnaf-map-card-compact .map-container-modern-esnaf {
    height: 450px;
}

.map-container-modern-esnaf #map,
.map-container-modern-esnaf #homeMap {
    height: 100%;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.filters-card-body {
    padding: 1.5rem;
    flex: 1;
}

.filter-group {
    margin-bottom: 1.25rem;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
}

.search-box-filter {
    position: relative;
    width: 100%;
}

.search-box-filter i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}

.search-box-filter input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #1e293b;
}

.search-box-filter input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.search-box-filter input::placeholder {
    color: #94a3b8;
}

.filter-select {
    padding: 0.75rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    background: #ffffff;
    color: #1e293b;
    transition: all 0.2s ease;
    width: 100%;
}

.filter-select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.filter-select:disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

.stats-card-body {
    padding: 1.5rem;
    flex: 1;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
}

.stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.25rem;
}

/* Ürünler Bölümü */
.esnaf-products-section {
    background: #fafbfc;
    padding: 1.5rem 0 2rem;
}

/* Responsive */
@media (max-width: 992px) {
    .esnaf-main-content .row > div {
        margin-bottom: 1.5rem;
    }

    .map-container-modern-esnaf {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .category-slider-wrapper {
        padding: 0 40px;
    }

    .category-image {
        width: 60px;
        height: 60px;
    }

    .category-image .category-icon {
        font-size: 1.5rem;
    }

    .category-name {
        font-size: 0.7rem;
        max-width: 70px;
    }

    .category-slider-btn {
        width: 35px;
        height: 35px;
    }

    .category-slider-btn i {
        font-size: 1rem;
    }

    .map-container-modern-esnaf {
        height: 350px;
    }

    .esnaf-header {
        padding: 1.5rem 0 1rem;
    }

    .esnaf-title {
        font-size: 1.5rem;
    }

    .esnaf-subtitle {
        font-size: 0.85rem;
    }
}

/* ==========================
   ESNAF SAYFASI - YENİ ÖZELLİKLER
   ========================== */

/* Kayan Slogan Banner - Navbar'a Yapışık */
.esnaf-slogan-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
    padding: 0.65rem 0;
    overflow: hidden;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.slogan-content {
    display: flex;
    white-space: nowrap;
    animation: scrollText 30s linear infinite;
}

@keyframes scrollText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

.slogan-text {
    display: inline-block;
    padding: 0 3rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
}

/* Kompakt Bölüm */
.esnaf-compact-section {
    background: #ffffff;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.esnaf-map-card-compact {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Harita Üstü Filtreler */
.map-filters-overlay {
    padding: 0.75rem;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.map-filters-overlay .filter-row-compact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin: 0;
}

.map-filters-overlay .filter-select-compact {
    padding: 0.5rem 0.65rem;
    font-size: 0.85rem;
}

.esnaf-filters-compact {
    background: #ffffff;
    border-radius: 12px;
    padding: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Yeni Sidebar Box Tasarımı */
.esnaf-sidebar-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: sticky;
    top: 120px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.sidebar-filter-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar-map-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sidebar-filter-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f5f9;
    width: 100%;
}

.sidebar-filter-title i {
    color: #2563eb;
    font-size: 1rem;
}

/* Sidebar collapse stilleri kaldırıldı - harita artık sabit */

.filter-group-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
    margin: 0;
}

.filter-select-sidebar {
    padding: 0.65rem 0.85rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.875rem;
    background: #ffffff;
    color: #1e293b;
    transition: all 0.2s ease;
    width: 100%;
}

.filter-select-sidebar:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.filter-select-sidebar:disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

/* Fiyat Aralığı Filtresi */
.price-range-filter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.price-range-filter input {
    flex: 1;
    padding: 0.65rem 0.85rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.875rem;
}

.price-range-filter input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.price-separator {
    color: #94a3b8;
    font-weight: 600;
}

/* Checkbox Filtre Grubu */
.checkbox-filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkbox-filter-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.checkbox-filter-item:hover {
    background: #f8fafc;
}

.checkbox-filter-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #2563eb;
}

.checkbox-filter-item span {
    font-size: 0.875rem;
    color: #475569;
    user-select: none;
}

.checkbox-filter-item input[type="checkbox"]:checked + span {
    color: #1e293b;
    font-weight: 500;
}

/* Harita için güncellenmiş stil */
.sidebar-map-section .esnaf-map-card-compact {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    overflow: hidden;
}

.sidebar-map-section .map-container-modern-esnaf {
    height: 400px;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e5e7eb;
}

.sidebar-map-section .map-container-modern-esnaf #map,
.sidebar-map-section .map-container-modern-esnaf #homeMap {
    border-radius: 12px;
    height: 100% !important;
    width: 100% !important;
    /* Leaflet container bazen inline height alabiliyor; kutuya tam sığsın */
    position: relative;
}

.sidebar-map-section .map-container-modern-esnaf .leaflet-container {
    width: 100% !important;
    height: 100% !important;
}

/* Responsive Sidebar */
@media (max-width: 768px) {
    .esnaf-sidebar-box {
        position: static;
        max-height: none;
        padding: 1rem;
    }

    .sidebar-map-section .map-container-modern-esnaf {
        height: 400px;
        min-height: 400px;
    }
}

/* Pilot Şerit + Bildirim */
.pilot-strip-wrap {
    padding: 0;
    margin: 0;
}

.pilot-marquee {
    width: 100%;
    background: linear-gradient(135deg, #eff6ff 0%, #fdf2f8 45%, #fffbeb 100%);
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

/* Esnaf sayfasında navbar altı boşluğu sıfırla */
body .esnaf-page {
    padding-top: 72px !important; /* navbar */
}

@media (max-width: 992px) {
    body .esnaf-page { padding-top: 72px !important; }
}

@media (max-width: 768px) {
    body .esnaf-page { padding-top: 72px !important; }
}

.pilot-marquee__inner {
    display: flex;
    gap: 2.5rem;
    white-space: nowrap;
    padding: 0.6rem 0;
    animation: pilotMarqueeScroll 22s linear infinite;
    will-change: transform;
}

/* Şerit navbar'a yapışık dursun */
.pilot-strip-wrap {
    position: sticky;
    top: 72px; /* navbar yüksekliği */
    z-index: 999;
}

.pilot-marquee__item {
    color: rgba(15, 23, 42, 0.92);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.pilot-marquee__item--muted {
    color: rgba(15, 23, 42, 0.65);
    font-weight: 500;
}

@keyframes pilotMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Şerit altı aksiyon */
.pilot-strip-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.pilot-strip-btn {
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    font-weight: 700;
    padding: 0.45rem 0.75rem;
}

/* Sağ sabit mini modal */
.pilot-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 360px;
    max-width: calc(100vw - 36px);
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18);
    z-index: 1200;
    overflow: hidden;
    transform: translateY(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
}

.pilot-float.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.pilot-float__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.85rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(14, 165, 233, 0.08) 40%, rgba(245, 158, 11, 0.08) 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pilot-float__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
    color: #0f172a;
}

.pilot-float__close {
    border: none;
    background: transparent;
    color: #0f172a;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 120ms ease;
}

.pilot-float__close:hover {
    background: rgba(15, 23, 42, 0.06);
}

.pilot-float__body {
    padding: 0.85rem;
}

.pilot-float__lead {
    font-weight: 800;
    color: #0f172a;
    font-size: 0.95rem;
    line-height: 1.25;
}

.pilot-float__sub {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.88rem;
}

.pilot-float__form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.55rem;
    margin-top: 0.7rem;
    align-items: center;
}

.pilot-float__form .form-control {
    border-radius: 12px;
    border: 1.5px solid #e5e7eb;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
}

.pilot-float__form .btn {
    border-radius: 12px;
    padding: 0.65rem 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.pilot-float__foot {
    margin-top: 0.65rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #64748b;
    font-size: 0.83rem;
}

.pilot-float__foot i {
    color: #10b981;
}

.pilot-float-tab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.25);
    z-index: 1201;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pilot-float-tab.is-hidden {
    display: none;
}

/* Harita altı CTA */
.map-cta-card {
    margin-top: 0.75rem;
    padding: 0.9rem;
    border-radius: 14px;
    border: 1px dashed #e5e7eb;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 60%);
}

.map-cta-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.95rem;
}

.map-cta-sub {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0.2rem 0 0.75rem;
}

/* Ürün kartı butonları */
.product-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.btn-mini-action {
    border-radius: 10px !important;
    font-weight: 800 !important;
    font-size: 0.78rem !important;
    padding: 0.42rem 0.55rem !important;
    line-height: 1.1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex: 1;
}

/* Modal aksiyonları */
.modal-actions-minimal {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.modal-actions-minimal .btn-mini-action {
    flex: 1;
}

@media (max-width: 576px) {
    .pilot-float__form { grid-template-columns: 1fr; }
    .product-actions, .modal-actions-minimal { flex-direction: column; }
}

/* Minimal Kategori Slider */
.category-slider-section-minimal {
    margin-bottom: 0.5rem;
    padding: 0;
}

.category-slider-section-minimal .category-slider-container {
    position: relative;
    width: 100%;
    padding: 0;
}

.category-slider-section-minimal .category-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 34px;
}

.category-slider-section-minimal .category-slider {
    display: flex;
    gap: 0.55rem;
    padding: 0.2rem 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.category-slider-section-minimal .category-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s ease;
    padding: 0.15rem;
}

.category-slider-section-minimal .category-image {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.category-slider-section-minimal .category-name {
    font-size: 0.68rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    max-width: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-slider-section-minimal .category-item.active .category-image {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.22);
}

.category-slider-section-minimal .category-slider-btn {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
}

.category-slider-section-minimal .category-slider-btn.prev {
    left: 2px;
}

.category-slider-section-minimal .category-slider-btn.next {
    right: 2px;
}

.esnaf-application-compact {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.btn-application-compact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    text-align: center;
}

.btn-application-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
    color: #ffffff;
}

.btn-application-compact i {
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

.btn-application-compact span {
    line-height: 1.3;
}

.filter-group-compact {
    margin-bottom: 0;
}

.esnaf-filters-compact .filter-group-compact {
    margin-bottom: 0;
}

.filter-label-compact {
    display: none; /* Label'ları gizle, daha minimal */
}

.filter-row-compact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.search-box-filter-compact {
    position: relative;
    width: 100%;
}

.search-box-filter-compact i {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.9rem;
}

.search-box-filter-compact input {
    width: 100%;
    padding: 0.65rem 0.85rem 0.65rem 2.5rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #1e293b;
}

.search-box-filter-compact input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.search-box-filter-compact input::placeholder {
    color: #94a3b8;
}

.filter-select-compact {
    padding: 0.65rem 0.85rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    background: #ffffff;
    color: #1e293b;
    transition: all 0.2s ease;
    width: 100%;
}

.filter-select-compact:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.filter-select-compact:disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

/* Başvuru Kartı */
.esnaf-application-card {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
    position: relative;
    overflow: hidden;
}

.esnaf-application-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    animation: floatPattern 20s linear infinite;
}

@keyframes floatPattern {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(30px, 30px) rotate(360deg); }
}

.application-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 1.5rem;
}

.application-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.application-text h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.application-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.6;
    max-width: 500px;
}

.btn-application {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: #ffffff;
    color: #2563eb;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-application:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    color: #1d4ed8;
}

.btn-application i {
    font-size: 1.2rem;
}

/* Responsive */
@media (max-width: 992px) {
    .esnaf-application-card {
        padding: 2rem;
    }

    .application-text h3 {
        font-size: 1.5rem;
    }

    .application-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .esnaf-page {
        padding-top: 115px;
    }

    .esnaf-map-card-compact .map-container-modern-esnaf {
        height: 500px;
    }

    .sidebar-map-section .map-container-modern-esnaf {
        height: 400px;
        min-height: 400px;
    }

    .esnaf-sidebar-box {
        position: static;
        max-height: none;
    }

    .map-filters-overlay .filter-row-compact {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .category-slider-section-minimal .category-slider-wrapper {
        padding: 0 35px;
    }

    .category-slider-section-minimal .category-image {
        width: 45px;
        height: 45px;
    }

    .category-slider-section-minimal .category-name {
        font-size: 0.7rem;
        max-width: 60px;
    }
}

@media (max-width: 768px) {
    .esnaf-slogan-banner {
        top: 70px;
        padding: 0.5rem 0;
    }

    .esnaf-page {
        padding-top: 105px;
    }

    .navbar-main {
        padding: 0.4rem 0;
    }

    .brand-logo {
        font-size: 1rem;
    }

    .brand-logo i {
        font-size: 1.1rem;
    }

    .slogan-text {
        font-size: 0.8rem;
        padding: 0 2rem;
    }

    .filter-row-compact {
        grid-template-columns: 1fr;
    }

    .map-filters-overlay .filter-row-compact {
        grid-template-columns: 1fr;
    }

    .esnaf-map-card-compact .map-container-modern-esnaf {
        height: 500px;
    }

    .sidebar-map-section .map-container-modern-esnaf {
        height: 400px;
        min-height: 400px;
    }

    .esnaf-sidebar-box {
        padding: 1rem;
        gap: 1rem;
    }

    .sidebar-filter-title {
        font-size: 0.875rem;
        padding-bottom: 0.5rem;
    }

    .esnaf-filters-compact {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .category-slider-section-minimal .category-slider-wrapper {
        padding: 0 30px;
    }

    .category-slider-section-minimal .category-image {
        width: 40px;
        height: 40px;
    }

    .category-slider-section-minimal .category-name {
        font-size: 0.65rem;
        max-width: 55px;
    }

    .category-slider-section-minimal .category-slider-btn {
        width: 28px;
        height: 28px;
    }

    .btn-application-compact {
        padding: 1.25rem 1rem;
        font-size: 0.85rem;
    }

    .btn-application-compact i {
        font-size: 1.75rem;
    }
}

/* Esnaf kategori altı üyelik banner'ı */
.esnaf-category-join-banner {
    padding: 0.6rem 0 0.25rem;
    background: transparent;
}

.esnaf-category-join-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.15rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.22) 0%, rgba(168, 85, 247, 0.20) 45%, rgba(245, 158, 11, 0.22) 100%);
    box-shadow:
        0 22px 55px rgba(15, 23, 42, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.esnaf-category-join-banner__inner::before {
    content: '';
    position: absolute;
    inset: -80px -40px;
    background:
        radial-gradient(closest-side at 20% 30%, rgba(255, 255, 255, 0.55), transparent 55%),
        radial-gradient(closest-side at 70% 20%, rgba(59, 130, 246, 0.40), transparent 60%),
        radial-gradient(closest-side at 85% 75%, rgba(245, 158, 11, 0.45), transparent 62%),
        radial-gradient(closest-side at 35% 85%, rgba(168, 85, 247, 0.38), transparent 58%);
    filter: blur(6px);
    opacity: 0.95;
    pointer-events: none;
}

.esnaf-category-join-banner__inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.06));
    pointer-events: none;
}

.esnaf-category-join-banner__inner:hover {
    transform: translateY(-1px);
    box-shadow:
        0 26px 70px rgba(15, 23, 42, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.esnaf-category-join-banner__content {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.esnaf-category-join-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.92);
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
}

.esnaf-category-join-banner__title {
    margin-top: 0.35rem;
    font-weight: 900;
    font-size: 1.12rem;
    color: rgba(15, 23, 42, 0.96);
    letter-spacing: -0.2px;
}

.esnaf-category-join-banner__sub {
    margin-top: 0.25rem;
    color: rgba(15, 23, 42, 0.74);
    font-size: 0.9rem;
    line-height: 1.35;
}

.esnaf-category-join-banner__actions {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.esnaf-category-join-banner__btn {
    border-radius: 999px !important;
    font-weight: 900 !important;
    padding: 0.68rem 1.05rem !important;
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 55%, #f59e0b 120%);
    box-shadow:
        0 18px 42px rgba(37, 99, 235, 0.22),
        0 8px 18px rgba(124, 58, 237, 0.18);
    position: relative;
    overflow: hidden;
}

.esnaf-category-join-banner__btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
}

@media (max-width: 768px) {
    .esnaf-category-join-banner__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .esnaf-category-join-banner__actions {
        width: 100%;
    }

    .esnaf-category-join-banner__btn {
        width: 100%;
    }
}

/* Harita yükleniyor overlay (esnaf) */
.map-container-modern-esnaf {
    position: relative;
}

.map-loading-overlay {
    position: absolute;
    inset: 4px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.02));
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.6rem;
    z-index: 10;
    pointer-events: none;
}

.map-loading-overlay.is-visible {
    display: flex;
}

.map-loading-overlay__spinner {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid rgba(37, 99, 235, 0.18);
    border-top-color: rgba(37, 99, 235, 0.85);
    animation: mapSpin 900ms linear infinite;
}

.map-loading-overlay__text {
    font-weight: 800;
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.72);
}

@keyframes mapSpin {
    to { transform: rotate(360deg); }
}
