body {
    background: #f7f8fa;
}

/* HERO */
#hero {
    position: relative;
    height: 300px !important;
    min-height: 300px !important;
    background: #111827 center/cover no-repeat;
    color: #ffffff;
}

#hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

#hero .inner {
    position: relative;
    z-index: 2;
    padding: 0 !important;
    height: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px;
}

.hero-title-card {
    background: #ffffff;
    color: #111827;
    padding: 18px 32px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.22);
    max-width: 380px;
}

.hero-title-main {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.hero-title-loc {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0;
}

/* FİLTRE KARTI & ASIDE */
.aside-sticky {
    position: sticky;
    top: 76px;
}

.filter-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.filter-card label {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.filter-card .form-select,
.filter-card .form-control {
    height: 44px;
    border-radius: 10px;
}

/* BUTONLAR */
.btn-ao-green {
    background: #16a34a !important;
    color: #ffffff !important;
    border: 0 !important;
    font-weight: 700;
}

.btn-ao-green:hover {
    filter: brightness(0.96);
}

/* SONUÇ SAYISI */
.results-count {
    font-size: 13px;
    color: #475569;
}

/* KARTLAR */
.event-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.event-card .thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
}

.event-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
}

.event-date-chip {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(15, 23, 42, 0.9);
    color: #ffffff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 999px;
}

.price-line {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
}

.price-sub {
    font-size: 11px;
    color: #6b7280;
}

.excerpt {
    color: #6b7280;
    font-size: 14px;
}

/* KÜÇÜK CHIP */
.chip {
    font-size: 12px;
    background: #eef2ff;
    color: #334155;
    padding: 3px 8px;
    border-radius: 999px;
}

/* BOŞ SONUÇ */
.empty {
    border: 2px dashed #e5e7eb;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    color: #6b7280;
}

/* PAGINATION */
.pager .page-link {
    border-radius: 10px;
    margin: 0 4px;
}

/* REKLAM SLOT */
.ad-slot {
    margin-top: 10px;
    background: #f9fafb;
    border-radius: 14px;
    border: 1px dashed #d4d4d8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #9ca3af;
}

.ad-empty {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #9ca3af;
}

.ad-inner img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* MOBİL */
@media (max-width: 575.98px) {
    #hero {
        height: 260px !important;
        min-height: 260px !important;
    }

    #hero .inner {
        height: 260px !important;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-title-card {
        padding: 14px 18px;
    }

    .hero-title-main {
        font-size: 20px;
    }

    .aside-sticky {
        position: static;
        top: auto;
    }
}
