/* Petshopburada Evcil Hayvan Sahiplendirme Platformu CSS */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --primary-color: #ff6b35; /* Petshopburada Turuncusu */
    --primary-hover: #e85a26;
    --secondary-color: #004e64; /* Derin Nehir Mavi */
    --accent-color: #25d366; /* WhatsApp Yeşili */
    --dark-bg: #121824;
    --light-bg: #f8f9fa;
    --card-bg: #ffffff;
    --text-main: #2b2d42;
    --text-muted: #6c757d;
    --border-color: #e9ecef;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 16px 32px rgba(0, 0, 0, 0.12);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-main);
    background-color: #f4f6f8;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

/* Header & Navigasyon */
.top-bar, .top-announcement-bar {
    background: #0f172a !important;
    color: #ffffff;
    padding: 5px 0;
    font-size: 0.78rem;
    letter-spacing: 0.2px;
}

.top-announcement-text {
    font-size: 0.78rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .top-announcement-bar {
        padding: 3px 0 !important;
    }
    .top-announcement-text {
        font-size: 0.70rem !important;
        text-align: center;
        width: 100%;
    }
}

.top-bar a, .top-announcement-bar a {
    color: #e2e8f0;
}

.top-bar a:hover, .top-announcement-bar a:hover {
    color: var(--primary-color);
}

.main-navbar {
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar-brand {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color) !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-brand i {
    font-size: 2.2rem;
    color: var(--secondary-color);
}

/* --- GLOBAL STANDART BUTON SİSTEMİ --- */
.btn {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    height: 40px;
    padding: 0 18px;
    font-size: 0.88rem;
    box-sizing: border-box;
    border-radius: var(--radius-sm);
}

.btn-sm {
    height: 34px !important;
    padding: 0 14px !important;
    font-size: 0.82rem !important;
}

.btn-lg {
    height: 46px !important;
    padding: 0 24px !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
}

/* Header & Navigasyon Aksiyon Butonları Standardı (Giriş Yap, Kayıt Ol, Ücretsiz İlan Ver) */
.btn-header {
    height: 38px !important;
    padding: 0 18px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
}

.btn-post-ad {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%) !important;
    color: #ffffff !important;
    border: none !important;
    height: 38px !important;
    padding: 0 20px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.25) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

.btn-post-ad:hover {
    background: linear-gradient(135deg, #e05e00 0%, #ff7a00 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(255, 107, 0, 0.35) !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    color: #ff6b00 !important;
    border: 1.5px solid #ff6b00 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
}

/* Üst Yatay Arama Barı */
.horizontal-search-bar {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}

/* Site Üstü Sabit ve Mobil Arama Motoru */
.site-search-header-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.site-search-header-bar .form-control,
.site-search-header-bar .form-select {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1e293b;
    border-color: #e2e8f0;
}

.site-search-header-bar .form-control:focus,
.site-search-header-bar .form-select:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.15);
}

.site-search-mobile-bar, .site-categories-mobile-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.site-categories-mobile-bar .btn:focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 0, 0.15);
}

/* Sol Kategori Açılır Menü (Sidebar Accordion - Düzeltilmiş) */
.category-sidebar-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 16px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
}

.category-accordion .accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: var(--radius-sm) !important;
    overflow: hidden;
    margin-bottom: 8px;
}

.category-accordion .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-main);
    background: #f8fafc;
    padding: 12px 14px;
    box-shadow: none !important;
}

.category-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 140, 66, 0.08));
    color: var(--primary-color);
}

.breed-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.breed-menu-item {
    border-bottom: 1px solid #f1f5f9;
    display: block;
    width: 100%;
}

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

.breed-menu-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 500;
    transition: var(--transition);
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none !important;
}

.breed-menu-link:hover {
    background: #f8fafc;
    color: var(--primary-color);
    padding-left: 16px;
}

.breed-menu-link.all-link {
    background: rgba(0, 78, 100, 0.06);
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 6px;
}

.breed-menu-link.all-link:hover {
    background: var(--secondary-color);
    color: #ffffff;
}

/* İlan Kartları (4 Kolon Standart Layout) */
.listing-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.listing-hover-card {
    overflow: visible;
}

.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.listing-card.is-featured {
    border: 2px solid #ffb703;
    box-shadow: 0 4px 20px rgba(255, 183, 3, 0.25);
}

.listing-card.is-top {
    border-left: 4px solid var(--primary-color);
}

.listing-card.is-lost-card {
    border: 2px solid #e63946;
}

.badge-featured {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ffb703, #fb8500);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.badge-emergency {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e63946;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
    animation: blink 1.5s infinite;
}

.badge-lost {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d90429;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.listing-img-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #e2e8f0;
}

.listing-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.listing-card:hover .listing-img {
    transform: scale(1.06);
}

.listing-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.listing-title {
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-main);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.6rem;
    line-height: 1.3rem;
}

.listing-meta {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.meta-badge {
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 500;
}

.listing-footer {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
}

.security-alert-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 25px;
    color: #856404;
}

.detail-main-img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    background: #0f172a;
    border-radius: var(--radius-md);
}

.seller-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    position: sticky;
    top: 90px;
}

.btn-whatsapp {
    background: var(--accent-color);
    color: #ffffff !important;
    font-weight: 700;
    border-radius: var(--radius-sm);
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
}

.btn-whatsapp:hover {
    background: #20ba5a;
}

.blur-text {
    filter: blur(4px);
    user-select: none;
    transition: filter 0.3s ease;
}

/* --- FOOTER STYLES (PREMIUM GRAFİT / SLATE GRİ TASARIM) --- */
footer.footer, .footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #cbd5e1 !important;
    padding: 60px 0 20px 0;
    margin-top: 60px;
    border-top: 3px solid #334155;
}

.footer h5, .footer h6 {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.3px;
}

.footer p, .footer span, .footer div, .footer small {
    color: #cbd5e1 !important;
}

.footer a, .footer ul.list-unstyled li a {
    color: #cbd5e1 !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer a:hover, .footer ul.list-unstyled li a:hover {
    color: #ff6b00 !important;
    text-decoration: none;
}

.footer .text-white {
    color: #ffffff !important;
}

.footer .text-white-50 {
    color: #94a3b8 !important;
}

.footer .text-white-50:hover {
    color: #ff6b00 !important;
}

.footer .card.bg-dark {
    background-color: #0f172a !important;
    border: 1px solid #334155 !important;
}

.footer .card.bg-dark h6 {
    color: #f59e0b !important;
}

.footer .card.bg-dark p {
    color: #94a3b8 !important;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.6;
}

.footer .btn-outline-light {
    border-color: #475569 !important;
    color: #cbd5e1 !important;
}

.footer .btn-outline-light:hover {
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
}

/* --- Patibul Birebir Tasarım Eklemeleri --- */

/* 1. Üst Hikayeler / Çember Profil Üyeler Barı */
.stories-container {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    padding: 8px 4px 16px 4px;
    scrollbar-width: thin;
    margin-bottom: 16px;
}
.stories-container::-webkit-scrollbar {
    height: 4px;
}
.stories-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 68px;
    cursor: pointer;
    text-decoration: none !important;
}
.story-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ff5722;
    padding: 2px;
    background: #fff;
    object-fit: cover;
    transition: var(--transition);
}
.story-avatar:hover {
    transform: scale(1.06);
}
.story-avatar-add {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px dashed #cbd5e1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.2rem;
    transition: var(--transition);
}
.story-avatar-add:hover {
    border-color: #ff5722;
    color: #ff5722;
    background: #fff5f2;
}
.story-name {
    font-size: 0.72rem;
    color: #475569;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 64px;
    font-weight: 500;
}

/* 2. Patibul Tek Satır Arama Barı */
.patibul-search-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
}
.patibul-search-card .form-select,
.patibul-search-card .form-control {
    border-color: #e2e8f0;
    font-size: 0.92rem;
    height: 46px;
    border-radius: 8px;
}
.patibul-search-btn {
    background: #ff5722;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    height: 46px;
    border-radius: 8px;
    border: none;
    transition: var(--transition);
}
.patibul-search-btn:hover {
    background: #e64a19;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.4);
}
.type-radio-group {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 0.95rem;
}
.type-radio-group input[type="radio"] {
    accent-color: #ff5722;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* 3. Kırmızı-Turuncu Başlık Rozeti */
.section-badge-title {
    background: #ff5722;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 6px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* 4. 6 Kolonlu Vitrin Grid Yapısı */
.vitrin-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    .vitrin-grid-6 {
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }
}
@media (max-width: 1199px) {
    .vitrin-grid-6 {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}
@media (max-width: 991px) {
    .vitrin-grid-6 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .vitrin-grid-6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 420px) {
    .vitrin-grid-6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

.vitrin-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    .vitrin-grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 992px) {
    .vitrin-grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .vitrin-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .vitrin-grid-5 {
        grid-template-columns: 1fr;
    }
}

/* 5. Kart Üzerindeki Güvenilir Üye Turuncu Bannerı */
.card-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Tam Kare */
    overflow: hidden;
    background: #f1f5f9;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
}
.card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.listing-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}
.guvenilir-uye-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(230, 81, 0, 0.9), #e65100);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    text-align: center;
    padding: 3px 0;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
}

/* 6. Kart Metin Düzeni */
.vitrin-card-body {
    padding: 8px 10px;
    background: #ffffff;
}
.vitrin-card-title {
    font-size: 0.83rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vitrin-card-subtitle {
    font-size: 0.74rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

/* 7. Cinsiyet Rozetleri (Erkek / Dişi) */
.badge-gender-erkek {
    background: #e0f2fe;
    color: #0284c7;
    border: 1px solid #bae6fd;
    font-weight: 700;
}
.badge-gender-disi {
    background: #fce7f3;
    color: #db2777;
    border: 1px solid #fbcfe8;
    font-weight: 700;
}

/* 8. 6 Sütunlu İlan Izgaraları (Vitrin, Son Eklenenler, Kedi, Köpek) */
.vitrin-grid-6 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 14px !important;
}
@media (max-width: 1300px) {
    .vitrin-grid-6 { grid-template-columns: repeat(4, 1fr) !important; }
}
@media (max-width: 992px) {
    .vitrin-grid-6 { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 576px) {
    .vitrin-grid-6 { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Güvenilir Üye Köşe Rozeti */
.guvenilir-uye-badge-corner {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.3px;
}

/* Navbar Font & Buton Boyutlandırma */
.main-navbar .nav-link {
    font-size: 0.86rem !important;
    font-weight: 600;
    padding: 0.35rem 0.6rem !important;
}
.btn-sm-header {
    font-size: 0.8rem !important;
    padding: 0.35rem 0.85rem !important;
    border-radius: 20px !important;
}

/* Kedi / Köpek Şık Toggle Pills */
.search-type-group {
    display: inline-flex;
    background: #f1f5f9;
    padding: 3px;
    border-radius: 25px;
    border: 1px solid #e2e8f0;
}
.search-type-radio {
    display: none;
}
.search-type-label {
    padding: 6px 16px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #64748b;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}
.search-type-radio:checked + .search-type-label {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.35);
}

/* Card Hover Pop-up Preview Tooltip */
.listing-hover-card {
    position: relative;
    overflow: visible !important;
}
.listing-hover-popup {
    display: none;
    position: absolute;
    bottom: 102%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: 240px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    padding: 12px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border: 1px solid #e2e8f0;
}
.listing-hover-card:hover .listing-hover-popup {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.listing-hover-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
.popup-title {
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 4px;
}
.popup-item {
    font-size: 0.76rem;
    color: #475569;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}
.popup-item strong {
    color: #0f172a;
}

/* Instagram / Patibul Style Full-Screen Story Viewer Modal */
.story-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(12px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.story-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.story-modal-container {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 92vh;
    max-height: 760px;
    background: #0f172a;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}
.story-modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 16px 30px;
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}
.story-owner-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.story-owner-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    object-fit: cover;
}
.story-close-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}
.story-close-btn:hover {
    background: #ef4444;
}
.story-modal-body {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.story-modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    color: #ffffff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}
.story-nav-btn:hover {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}
.story-nav-prev { left: 12px; }
.story-nav-next { right: 12px; }

.story-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0) 100%);
    padding: 24px 16px 16px;
    z-index: 10;
    color: #ffffff;
}
.story-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}
.btn-story-action {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    border: none;
}

/* 5 Kolonlu Izgara Yapısı (Ana Sayfa) */
.vitrin-grid-5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
}
@media (max-width: 1300px) {
    .vitrin-grid-5 { grid-template-columns: repeat(4, 1fr) !important; }
}
@media (max-width: 992px) {
    .vitrin-grid-5 { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 576px) {
    .vitrin-grid-5 { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Gösterişli Kategori & Bölüm Başlıkları */
.section-title-fancy {
    display: inline-flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    border-radius: 50px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    text-transform: uppercase;
}
.section-title-fancy.featured {
    background: linear-gradient(135deg, #ff5722 0%, #ff8800 100%);
    box-shadow: 0 4px 16px rgba(255, 87, 34, 0.35);
}
.section-title-fancy.latest {
    background: linear-gradient(135deg, #0d6efd 0%, #00d2ff 100%);
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.35);
}
.section-title-fancy.dog {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
}
.section-title-fancy.cat {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.35);
}

/* Detay Sayfası Galeri Thumbnails */
.detail-thumb-img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.2s ease;
}
.detail-thumb-img:hover, .detail-thumb-img.active {
    opacity: 1;
    border-color: var(--primary-color);
    transform: scale(1.05);
}

/* Yatay Kaydırmalı Benzer İlanlar Slider */
.similar-listings-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.similar-listings-slider::-webkit-scrollbar {
    height: 6px;
}
.similar-listings-slider::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.similar-card-item {
    flex: 0 0 220px;
    max-width: 220px;
}

/* İlan Sahibi İstatistik Rozetleri */
.seller-stats-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #e2e8f0;
}
.seller-stat-item {
    text-align: center;
    padding: 6px;
}
.seller-stat-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--secondary-color);
}
.seller-stat-label {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 600;
}





/* ==========================================================================
   KURUMSAL CANLI TURUNCU TEMA (BRAND COLOR OVERRIDES)
   ========================================================================== */
:root {
    --primary-color: #ff6b00 !important;
    --primary-hover: #e05e00 !important;
    --primary-gradient: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%) !important;
    --secondary-color: #1e293b !important;
    --accent-color: #25d366 !important;
}

body {
    overflow-x: hidden !important;
}

.btn-primary {
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.25) !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #e05e00 !important;
    border-color: #e05e00 !important;
    color: #ffffff !important;
}
.btn-outline-primary {
    color: #ff6b00 !important;
    border-color: #ff6b00 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #ff6b00 !important;
    color: #ffffff !important;
}
.text-primary {
    color: #ff6b00 !important;
}
.bg-primary {
    background-color: #ff6b00 !important;
}
.border-primary {
    border-color: #ff6b00 !important;
}

.navbar-brand {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.65rem !important;
    color: #ff6b00 !important;
}
.btn-post-ad {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    height: 38px !important;
    padding: 0 18px !important;
    font-size: 0.875rem !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.35) !important;
}

/* ==========================================================================
   HİKAYELER (STORIES) BİLEŞENİ
   ========================================================================== */
.stories-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
}
.stories-container {
    display: flex !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding: 4px 0 !important;
    align-items: center !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    position: relative !important;
}
.stories-container::-webkit-scrollbar {
    display: none !important;
}
.story-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    width: 68px !important;
}

.story-item-add {
    position: sticky !important;
    left: 0 !important;
    z-index: 10 !important;
    background: transparent !important;
    padding-right: 8px !important;
}
.story-avatar-add-wrap {
    position: relative !important;
    width: 62px !important;
    height: 62px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.story-avatar-add-wrap::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    border-radius: 50% !important;
    border: 3px dashed #ff6b00 !important;
    animation: rotateRing 8s linear infinite !important;
}
@keyframes rotateRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.story-avatar-add {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #ff6b00 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ff6b00 !important;
    font-size: 1.2rem !important;
}

.story-avatar {
    width: 62px !important;
    height: 62px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2.5px solid #ff6b00 !important;
    padding: 2px !important;
    background: #ffffff !important;
    box-shadow: 0 3px 8px rgba(255, 107, 0, 0.15) !important;
}
.story-name {
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin-top: 4px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 66px !important;
}

/* ==========================================================================
   3. GÖRSEL REVİZYONU: TURUNCU KEDİ & KÖPEK BUTONLARI VE YAZI OKUNABİLİRLİĞİ
   ========================================================================== */
.btn-cat-dog-toggle {
    color: #334155 !important;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease-in-out !important;
}
.btn-cat-dog-toggle:hover {
    background-color: #f1f5f9 !important;
    color: #ff6b00 !important;
}
.btn-check:checked + .btn-cat-dog-toggle {
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(255, 107, 0, 0.35) !important;
}
.btn-check:checked + .btn-cat-dog-toggle i {
    color: #ffffff !important;
}

/* ==========================================================================
   4. GÖRSEL REVİZYONU: ÇERÇEVE BOZULMALARINI VE TAŞMALARI GİDERME
   ========================================================================== */
.vitrin-grid-5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
@media (max-width: 1200px) {
    .vitrin-grid-5 { grid-template-columns: repeat(4, 1fr) !important; }
}
@media (max-width: 992px) {
    .vitrin-grid-5 { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 576px) {
    .vitrin-grid-5 { grid-template-columns: repeat(2, 1fr) !important; }
}

.listing-card {
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 16px !important;
    overflow: hidden !important; /* TAŞMALARI VE DİP ÇİZGİ BOZULMASINI %100 ÇÖZER */
    background: #ffffff !important;
    border: 1.5px solid rgba(255, 107, 0, 0.3) !important;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.08) !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
}
.listing-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 26px rgba(255, 107, 0, 0.22) !important;
    border-color: #ff6b00 !important;
}

.vitrin-highlight-card {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
}

.vitrin-highlight-card::after {
    display: none !important;
}

/* ==========================================================================
   5. GÖRSEL REVİZYONU: GÖRSEL İÇİNDEN ÇIKAN BEYAZ ARKA PLANLI HOVER POPUP
   ========================================================================== */
.card-img-wrapper {
    position: relative !important;
    width: 100% !important;
    padding-top: 100% !important;
    overflow: hidden !important;
    background: #f1f5f9 !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 14px 14px 0 0 !important;
}
.card-img-wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.35s ease !important;
}
.listing-card:hover .card-img-wrapper img {
    transform: scale(1.06) !important;
}

.listing-card,
.listing-hover-card {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.listing-card > a,
.listing-hover-card > a {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.listing-card .listing-hover-popup,
.listing-hover-card .listing-hover-popup,
.card-img-wrapper .listing-hover-popup {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    color: #1e293b !important;
    padding: 12px 14px !important;
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.22) !important;
    z-index: 50 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(100%) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    pointer-events: none !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    box-sizing: border-box !important;
}

.listing-card:hover .listing-hover-popup,
.listing-hover-card:hover .listing-hover-popup,
.listing-card:hover .card-img-wrapper .listing-hover-popup,
.listing-hover-card:hover .card-img-wrapper .listing-hover-popup {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* KARTIN ÜSTÜNE GELİNDİĞİNDE ALTTAKİ BİLGİ SATIRI GİZLENSİN (SADECE AÇILIR PENCERE OLSUN) */
.listing-card:hover .vitrin-card-body,
.listing-hover-card:hover .vitrin-card-body {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out !important;
}

.listing-hover-popup .popup-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.75rem !important;
    padding: 3px 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
}
.listing-hover-popup .popup-item:last-child {
    border-bottom: none !important;
}
.listing-hover-popup .popup-item span {
    color: #64748b !important;
    font-weight: 600 !important;
}
.listing-hover-popup .popup-item strong {
    color: #ff6b00 !important;
    font-weight: 700 !important;
    text-align: right !important;
    margin-left: auto !important;
}

.vitrin-card-body {
    padding: 10px 12px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 90px !important;
    box-sizing: border-box !important;
}
.vitrin-card-title {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.25em !important;
    height: 2.5em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 4px !important;
}

/* PETSHOPBURADA ŞABLONU NOKTALI TABLO - SADE, KURUMSAL TEK RENK SİYAH */
.petshopburada-spec-table {
    width: 100% !important;
    box-sizing: border-box !important;
}
.petshopburada-spec-table .spec-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.petshopburada-spec-table .spec-row:last-child {
    border-bottom: none !important;
}
.petshopburada-spec-table .spec-label {
    font-weight: 600 !important;
    color: #64748b !important;
    font-size: 0.74rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    max-width: 42% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: 0.3px;
}
.petshopburada-spec-table .spec-dots {
    flex-grow: 1 !important;
    border-bottom: 1px dashed #cbd5e1 !important;
    margin: 0 6px !important;
    height: 1px !important;
    min-width: 10px !important;
}
.petshopburada-spec-table .spec-value {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    max-width: 56% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: right !important;
    text-decoration: none !important;
}
.petshopburada-spec-table .spec-value:hover {
    color: #334155 !important;
    text-decoration: none !important;
}

/* MODERN BUTONLAR */
.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3) !important;
    transition: all 0.25s ease !important;
}
.btn-whatsapp:hover {
    background: linear-gradient(135deg, #1eb956 0%, #0e7065 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* ==========================================================================
   GÖRSEL ÇERÇEVE, ORTALAMA VE TAŞMAYI ÖNLEME STANDARTLARI
   ========================================================================== */
img {
    max-width: 100%;
    height: auto;
}

.carousel-inner {
    background: #0f172a !important;
    border-radius: 12px;
    overflow: hidden;
}

.carousel-item {
    text-align: center;
    background: #0f172a;
}

.carousel-item img {
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    max-width: 100% !important;
}

.detail-thumb-img {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.detail-thumb-img:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color) !important;
}

.detail-thumb-img.active {
    border-color: #ff6b00 !important;
    box-shadow: 0 2px 8px rgba(255, 107, 0, 0.4);
}

.lightbox-thumb-item:hover {
    opacity: 1 !important;
    transform: scale(1.08);
}

/* ==========================================================================
   İLAN DETAY SEKMELERİ (MOBİLDE 2x2 SİMETRİK GRID & SIFIR TAŞMA)
   ========================================================================== */
.detail-custom-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.detail-custom-tabs .nav-item {
    flex: 1 1 0px !important;
    min-width: 0 !important;
}

.detail-custom-tabs .nav-link {
    width: 100% !important;
    text-align: center !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.88rem !important;
    padding: 10px 14px !important;
    background: #ffffff !important;
    color: #334155 !important;
    border: 1.5px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03) !important;
}

.detail-custom-tabs .nav-link:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}

.detail-custom-tabs .nav-link.active {
    background: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3) !important;
}

.detail-custom-tabs .nav-link.active i {
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .detail-custom-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .detail-custom-tabs .nav-item {
        width: 100% !important;
        flex: none !important;
    }
    .detail-custom-tabs .nav-link {
        font-size: 0.78rem !important;
        padding: 10px 6px !important;
        border-radius: 10px !important;
    }
}

/* ==========================================================================
   TURUNCU ARKA PLANLARDA KESİN BEYAZ YAZI VE İKON KURALI (YÜKSEK KONTRAST)
   ========================================================================== */
.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15):not(.bg-opacity-20):not(.bg-opacity-25),
.badge.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15),
.btn-primary,
.bg-orange {
    background-color: #ff6b00 !important;
    color: #ffffff !important;
}

.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15) i,
.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15) svg,
.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15) span,
.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15) strong,
.badge.bg-primary:not(.bg-opacity-10):not(.bg-opacity-15) i,
.btn-primary i,
.btn-primary svg,
.btn-primary span {
    color: #ffffff !important;
}

/* Saydam Turuncu Arka Planlar (Soft Badge / Icon Box) */
.bg-primary.bg-opacity-10 {
    background-color: rgba(255, 107, 0, 0.12) !important;
    color: #ff6b00 !important;
}

.bg-primary.bg-opacity-10 i,
.bg-primary.bg-opacity-10 span {
    color: #ff6b00 !important;
}

/* ==========================================================================
   PREMİUM VE ŞIK KATEGORİ BAŞLIK BARI (.section-header-bar)
   ========================================================================== */
.section-header-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    padding: 6px 14px !important;
    min-height: 38px !important;
    margin-bottom: 12px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Turuncu Canlı Banner */
.section-header-bar.bar-orange {
    background: linear-gradient(135deg, #ff5e00 0%, #ff7700 50%, #ff9500 100%) !important;
    box-shadow: 0 4px 14px rgba(255, 94, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Koyu Prestij Banner */
.section-header-bar.bar-dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #334155 100%) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Arka Plan Parıltısı Efekti */
.section-header-bar::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transform: skewX(-25deg) !important;
    transition: 0.75s ease !important;
    pointer-events: none !important;
}

.section-header-bar:hover::before {
    left: 150% !important;
}

/* Sol Başlık & İkon Alanı */
.section-header-bar .bar-title-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
}

.section-header-bar .bar-icon-box {
    width: 26px !important;
    height: 26px !important;
    border-radius: 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.85rem !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) !important;
    flex-shrink: 0 !important;
}

.section-header-bar.bar-orange .bar-icon-box {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.section-header-bar.bar-dark .bar-icon-box {
    background: rgba(255, 180, 0, 0.2) !important;
    color: #ffb703 !important;
    border: 1px solid rgba(255, 180, 0, 0.35) !important;
}

.section-header-bar .bar-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.86rem !important;
    letter-spacing: 0.4px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1 !important;
}

/* Sağ Buton */
.section-header-bar .bar-btn {
    background: #ffffff !important;
    border-radius: 50px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.72rem !important;
    padding: 3.5px 12px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    white-space: nowrap !important;
}

.section-header-bar.bar-orange .bar-btn {
    color: #ff5e00 !important;
}

.section-header-bar.bar-dark .bar-btn {
    color: #0f172a !important;
}

.section-header-bar .bar-btn:hover {
    transform: translateY(-1px) scale(1.03) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
}

.section-header-bar .bar-btn i {
    transition: transform 0.2s ease !important;
    font-size: 0.65rem !important;
}

.section-header-bar .bar-btn:hover i {
    transform: translateX(2px) !important;
}





