/* --- BLOG DETAY PLACEHOLDER SÜSLEME --- */
.blog-detail-placeholder {
    background: linear-gradient(135deg, #0a192f 0%, #1a3a5c 100%) !important;
    text-align: center;
}

.blog-detail-placeholder i {
    color: #c5a059 !important;
    font-size: 4.5rem !important;
    opacity: 0.8 !important;
    margin-bottom: 20px !important;
}

.blog-detail-placeholder span {
    color: #ffffff !important; /* Yazı artık bembeyaz */
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    opacity: 1 !important;
}

/* --- FOOTER BEYAZ TEMA FIX --- */
footer {
    background: #ffffff !important;
    color: #1a1a1a !important;
    border-top: 2px solid #e2e8f0 !important;
}

footer .footer-col h4 {
    color: #111827 !important;
}

footer .footer-col p {
    color: #374151 !important;
}

footer a {
    color: #374151 !important;
    text-decoration: none;
}

footer a:hover {
    color: #c5a059 !important;
}

footer .footer-col ul li a {
    color: #374151 !important;
}

footer .footer-col ul li a:hover {
    color: #c5a059 !important;
}

/* --- EKİBİMİZ BÖLÜMÜ FIX --- */
.team-section {
    padding: 0 !important;
}

/* --- EKİP KARTLARI ROLE (AVUKAT YAZISI) FIX --- */
.team-card-role, 
.lawyer-info .team-card-role {
    display: inline-block !important;
    background-color: #c5a059 !important; /* Altın sarısı arka plan */
    color: #ffffff !important;           /* BEYAZ YAZI - Mobildeki görünmeme sorunu için */
    padding: 5px 20px !important;
    border-radius: 50px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 15px !important;
}

/* --- UZMANLIK ALANLARI DETAY SAYFASI (EXPERTİSE SHOW) FIX --- */
.expertise-detail-header {
    background: var(--primary-navy);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.expertise-header-icon {
    font-size: 3.5rem;
    color: var(--accent-gold);
    margin-bottom: 25px;
}

.expertise-header-title {
    color: var(--accent-gold);
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 800;
}

.expertise-header-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

.expertise-detail-content {
    padding: 80px 0;
}

.expertise-main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.expertise-content-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: var(--primary-navy);
}

.expertise-body-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-main);
    margin-bottom: 30px;
}

.expertise-why-us {
    background: var(--bg-light);
    padding: 35px;
    border-radius: 12px;
    border-left: 6px solid var(--secondary-gold);
    margin-top: 50px;
}

.expertise-why-us h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: var(--primary-navy);
    font-weight: 700;
}

.expertise-why-us ul {
    list-style: none;
    padding: 0;
}

.expertise-why-us ul li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: var(--text-main);
}

.expertise-why-us ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary-gold);
}

.expertise-sidebar-card {
    background: var(--primary-navy);
    color: var(--white);
    padding: 40px;
    border-radius: 16px;
    position: sticky;
    top: 120px;
    box-shadow: 0 15px 40px rgba(10, 25, 47, 0.15);
}

.sidebar-title {
    color: var(--accent-gold);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.sidebar-desc {
    color: rgba(255,255,255,0.7);
    margin-bottom: 25px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.sidebar-info {
    margin-bottom: 30px;
}

.sidebar-link {
    display: flex !important;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    font-weight: 600;
    color: var(--white) !important;
    transition: var(--transition);
}

.sidebar-link i {
    color: var(--secondary-gold);
    font-size: 1.1rem;
}

.sidebar-link:hover {
    color: var(--secondary-gold) !important;
}

.sidebar-btn {
    width: 100%;
    text-align: center;
    background: var(--secondary-gold) !important;
    color: var(--white) !important;
    font-weight: 700;
}

/* RESPONSIVE FIXES (MOBIL UYUM) */
@media (max-width: 992px) {
    .expertise-main-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .expertise-detail-header {
        padding: 60px 20px;
    }

    .expertise-header-title {
        font-size: 2.2rem;
    }

    .expertise-header-icon {
        font-size: 2.8rem;
    }

    .expertise-detail-content {
        padding: 50px 20px;
    }

    .expertise-sidebar-card {
        position: static;
        padding: 30px 20px;
    }

    .expertise-content-title {
        font-size: 1.6rem;
    }

    .expertise-why-us {
        padding: 25px 20px;
        margin-top: 40px;
    }
}
/* --- BLOG İÇERİK ZENGİN METİN (UL, LI, H2) FIX --- */
.blog-detail-body ul {
    list-style: disc !important;
    margin: 20px 0 20px 30px !important;
    padding-left: 10px !important;
}

.blog-detail-body ol {
    list-style: decimal !important;
    margin: 20px 0 20px 30px !important;
    padding-left: 10px !important;
}

.blog-detail-body li {
    margin-bottom: 10px !important;
    display: list-item !important; /* Bazı resetler bunu bozabiliyor */
}

.blog-detail-body h2, 
.blog-detail-body h3, 
.blog-detail-body h4 {
    color: var(--primary-navy);
    margin-top: 35px !important;
    margin-bottom: 20px !important;
    font-weight: 800 !important;
    font-family: 'Playfair Display', serif !important;
}

.blog-detail-body p {
    margin-bottom: 20px !important;
}

.blog-detail-body strong {
    font-weight: 800 !important;
    color: #1a1a1a !important;
}
/* --- TOPBAR MOBIL NUMARA FIX --- */
@media (max-width: 768px) {
    .topbar {
        padding: 8px 0 !important;
    }
    
    .topbar-wrapper {
        padding: 0 10px !important;
        gap: 5px !important;
    }

    .topbar a {
        font-size: 0.72rem !important; /* Numara sığsın diye hafif küçültüldü */
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    .topbar-center a.hidden-desktop,
    .topbar-right a.hidden-desktop {
        font-size: 0.84rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        text-align: center;
    }

    .topbar-center,
    .topbar-right {
        justify-content: center !important;
    }

    .topbar i {
        font-size: 0.85rem !important;
        margin-right: 4px !important;
    }
}

/* --- NAVBAR MOBIL ORTALAMA FIX (BUILD'SIZ) --- */
@media (max-width: 992px) {
    .site-pill-header {
        padding: 0 !important;
    }

    .nav-capsule-wrapper {
        --mobile-cta-width: 44px;
        padding: 0 16px !important;
        display: grid !important;
        grid-template-columns: var(--mobile-cta-width) 1fr var(--mobile-cta-width);
        align-items: center !important;
        justify-content: unset !important;
        position: relative !important;
        margin: 0 auto !important;
    }

    .nav-logo-side {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        grid-column: 2;
        justify-self: center;
        width: max-content !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .nav-logo-side a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .nav-cta-side {
        grid-column: 3;
        justify-self: end;
        width: 44px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .nav-pill-toggle {
        padding: 0 !important;
        transform: translateX(-6px) !important;
    }

    .pill-logo-img {
        display: block !important;
        height: 50px !important;
        transform: translateX(-18px) !important;
    }
}




/* ============================================
   FOOTER - 5 KOLONLU TASARIM
   ============================================ */

footer {
    padding: 60px 0 40px !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.4fr 1fr 1.2fr;
    gap: 36px;
    align-items: start;
}

footer .footer-col h4 {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #c5a059 !important;
}

/* --- KOLON 1: Logo + Çalışma Saatleri --- */
.footer-col-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo-link { display: inline-block; }

.footer-logo-img {
    height: 95px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.footer-working-hours h4 {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #c5a059 !important;
}

.footer-hours-text {
    color: #374151;
    font-size: 0.87rem;
    line-height: 1.9;
}

/* --- KOLON 2: Hızlı Menü — Grid Layout (Uzmanlık Alanları Gibi) --- */
.footer-col:nth-child(2) ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.footer-col:nth-child(2) ul li {
    margin-bottom: 0 !important;
}

/* Masaüstünde "Randevu Al" linkini gizle */
.footer-col:nth-child(2) ul li:last-child {
    display: none;
}

.footer-col:nth-child(2) ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #374151 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    padding: 6px 4px !important;
    border-radius: 5px !important;
    transition: all 0.2s ease !important;
    border: 1px solid rgba(197, 160, 89, 0.18) !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}

.footer-col:nth-child(2) ul li a i {
    display: none !important;
}

.footer-col:nth-child(2) ul li a:hover {
    color: #c5a059 !important;
    background: rgba(197, 160, 89, 0.08) !important;
    border-color: rgba(197, 160, 89, 0.45) !important;
}

/* --- KOLON 4: Liste menüler (Avukatlar) --- */
footer .footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer .footer-col ul li {
    margin-bottom: 8px !important;
}

footer .footer-col ul li a {
    color: #374151 !important;
    font-size: 0.88rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

footer .footer-col ul li a i {
    color: #c5a059 !important;
    font-size: 0.6rem !important;
    flex-shrink: 0;
}

footer .footer-col ul li a:hover {
    color: #c5a059 !important;
    padding-left: 3px !important;
}

/* Avukatlarımız basit liste */
.footer-lawyers-simple {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-lawyers-simple li {
    margin-bottom: 9px !important;
}

.footer-lawyers-simple li a {
    color: #374151 !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.footer-lawyers-simple li a i {
    color: #c5a059 !important;
    font-size: 0.6rem !important;
    flex-shrink: 0;
}

.footer-lawyers-simple li a:hover {
    color: #c5a059 !important;
    padding-left: 3px !important;
}

/* --- KOLON 3: Uzmanlık Alanları — 3 sütunlu grid --- */
.footer-expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.footer-expertise-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #374151 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    padding: 6px 4px !important;
    border-radius: 5px !important;
    transition: all 0.2s ease !important;
    border: 1px solid rgba(197, 160, 89, 0.18) !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}

.footer-expertise-item:hover {
    color: #c5a059 !important;
    background: rgba(197, 160, 89, 0.08) !important;
    border-color: rgba(197, 160, 89, 0.45) !important;
}

/* --- KOLON 5: İletişim --- */
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-contact-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
    color: #374151 !important;
    font-size: 0.87rem !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    transition: color 0.2s ease !important;
}

.footer-contact-item i {
    color: #c5a059 !important;
    font-size: 0.9rem !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
    width: 15px !important;
    text-align: center !important;
}

.footer-contact-item:hover {
    color: #c5a059 !important;
}

/* ============================================
   FOOTER RESPONSIVE
   ============================================ */

/* Orta ekran (1100px altı): 3 kolon */
@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 28px;
    }

    .footer-col-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: flex-start;
        gap: 36px;
        flex-wrap: wrap;
    }

    .footer-logo-img {
        height: 80px !important;
    }

    .footer-expertise-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Hızlı menü orta ekranda 2 sütun grid */
    .footer-col:nth-child(2) ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet (768px altı): 2 kolon */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .footer-col-brand {
        grid-column: 1 / -1;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
    }

    .footer-logo-img {
        height: 70px !important;
    }

    .footer-working-hours {
        width: 100%;
        text-align: center;
    }

    .footer-working-hours h4 {
        justify-content: center !important;
    }

    .footer-hours-text {
        text-align: center;
    }

    /* Uzmanlık alanları tablette 2 sütun */
    .footer-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .footer-expertise-item {
        font-size: 0.72rem !important;
        padding: 5px 3px !important;
    }

    /* Hızlı menü tablette 2 sütun grid */
    .footer-col:nth-child(2) ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Tablette "Randevu Al" linkini göster */
    .footer-col:nth-child(2) ul li:last-child {
        display: block;
    }

    footer {
        padding: 40px 0 28px !important;
    }
}

/* Mobil (480px altı): tek kolon, her şey ortalı */
@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    /* Tüm kolonlar ortalı */
    footer .footer-col {
        text-align: center;
    }

    /* Başlıklar ortalı */
    footer .footer-col h4 {
        justify-content: center !important;
    }

    /* Logo + çalışma saatleri kolonu */
    .footer-col-brand {
        grid-column: 1;
        align-items: center;
        text-align: center;
    }

    .footer-logo-img {
        height: 65px !important;
        margin: 0 auto !important;
    }

    .footer-working-hours {
        width: 100%;
        text-align: center;
    }

    .footer-working-hours h4 {
        justify-content: center !important;
    }

    .footer-hours-text {
        text-align: center;
    }

    /* Hızlı menü ve avukatlar listesi ortalı */
    footer .footer-col:nth-child(4) ul li a,
    .footer-lawyers-simple li a {
        justify-content: center !important;
    }

    /* Hızlı menü mobilde 2 sütun grid */
    .footer-col:nth-child(2) ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-col:nth-child(2) ul li a {
        font-size: 0.72rem !important;
        padding: 5px 3px !important;
    }

    /* Mobilde "Randevu Al" linkini göster */
    .footer-col:nth-child(2) ul li:last-child {
        display: block;
    }

    /* Uzmanlık alanları 2 sütun kalsın */
    .footer-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* İletişim bilgileri ortalı */
    .footer-contact-item {
        justify-content: center !important;
        text-align: center !important;
    }

    .footer-contact-item i {
        margin-top: 0 !important;
    }

    footer {
        padding: 32px 0 20px !important;
    }
}
