/* ============================================================
   ALT SAYFA TRUVISTA CSS  Çeviri Sepeti
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/*  Sayfa zemini  */
.shz-page {
    background: #F3F4EF;
    min-height: 60vh;
    padding: 40px 0 80px;
    font-family: 'Manrope', sans-serif;
}

.shz-page__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    align-items: start;
}

/*  Breadcrumb  */
.shz-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #8a8f80;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}

.shz-breadcrumb a {
    color: #8a8f80;
    text-decoration: none;
    transition: color .2s;
}

.shz-breadcrumb a:hover { color: #77846A; }
.shz-breadcrumb__sep { opacity: .5; }
.shz-breadcrumb__current { color: #6A6E60; font-weight: 500; }

/*  Kategori pill  */
.shz-kat-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #EDF0E8;
    color: #6A6E60;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px 4px 9px;
    border-radius: 50px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
}

.shz-kat-pill svg { color: #77846A; }

/*  Başlık  */
.shz-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #26291F;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

/*  Kısa açıklama  */
.shz-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #6A6E60;
    line-height: 1.7;
    margin: 0 0 16px;
}

/*  Meta  */
.shz-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #8a8f80;
    margin-bottom: 28px;
    font-family: 'Manrope', sans-serif;
}

.shz-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.shz-meta__sep { opacity: .4; }

/*  Öne çıkan görsel  */
.shz-featured-img {
    margin: 0 0 32px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
}

.shz-featured-img img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/7;
    object-fit: cover;
}

/*  İçerik  */
.shz-content {
    font-family: 'Manrope', sans-serif;
    font-size: 15.5px;
    line-height: 1.8;
    color: #3a3d35;
}

.shz-content h2 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #26291F;
    letter-spacing: -0.02em;
    margin: 40px 0 14px;
    line-height: 1.25;
}

.shz-content h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #26291F;
    margin: 28px 0 10px;
}

.shz-content p { margin-bottom: 18px; }

.shz-content ul,
.shz-content ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.shz-content ul li { list-style: disc; margin-bottom: 6px; }
.shz-content ol li { list-style: decimal; margin-bottom: 6px; }
.shz-content strong { font-weight: 700; color: #26291F; }

.shz-content a {
    color: #77846A;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.shz-content blockquote {
    border-left: 3px solid #AAB99A;
    background: #EDF0E8;
    color: #3f4a37;
    margin: 24px 0;
    padding: 16px 20px;
    border-radius: 0 10px 10px 0;
    font-style: italic;
}

.shz-content img {
    border-radius: 12px;
    margin: 20px 0;
    max-width: 100%;
}

.shz-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
}

.shz-content table thead th {
    background: #F3F4EF;
    color: #1a1a1a;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
}

.shz-content table tbody td {
    padding: 11px 16px;
    border-bottom: 1px solid #E6E6DF;
    color: #3a3d35;
}

.shz-content table tbody tr:nth-child(even) td { background: #EDF0E8; }
.shz-content table tbody tr:last-child td { border-bottom: none; }

/*  Etiketler  */
.shz-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #E6E6DF;
}

.shz-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 50px;
    border: 1px solid #E6E6DF;
    font-size: 12px;
    font-weight: 600;
    color: #6A6E60;
    text-decoration: none;
    background: #fff;
    font-family: 'Manrope', sans-serif;
    transition: all .2s;
}

.shz-tag:hover {
    background: #EDF0E8;
    border-color: #AAB99A;
    color: #3f4a37;
}

/* 
   SIDEBAR
 */
.shz-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 24px;
    font-family: 'Manrope', sans-serif;
}

/*  Widget genel  */
.shz-toc { max-height: 220px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #AAB99A #f4f5f0; }
.shz-toc::-webkit-scrollbar { width: 4px; }
.shz-toc::-webkit-scrollbar-track { background: #f4f5f0; border-radius: 4px; }
.shz-toc::-webkit-scrollbar-thumb { background: #AAB99A; border-radius: 4px; }
.shz-toc__list { margin: 0; padding: 0; list-style: none; }
.shz-toc__item { margin-bottom: 0; border-bottom: 1px solid #f0f0eb; }
.shz-toc__item a {
  display: block; padding: 7px 0;
  color: #26291F; font-size: 13px; font-weight: 600;
  text-decoration: none; line-height: 1.4;
}
.shz-toc__item a:hover { color: #3f4a37; }
.shz-toc__item--sub { border-bottom: none; }
.shz-toc__item--sub a {
  padding: 5px 0 5px 14px;
  color: #6A6E60; font-size: 12px; font-weight: 400;
  border-left: 2px solid #EDF0E8; margin-left: 8px;
}
.shz-toc__item--sub a:hover { color: #3f4a37; border-left-color: #AAB99A; }

.shz-widget {
    background: #fff;
    border: 1px solid #E6E6DF;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.shz-widget__title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #6A6E60;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E6E6DF;
    font-family: 'Manrope', sans-serif;
}

.shz-widget__title svg { color: #77846A; flex-shrink: 0; }

/*  CTA widget  */
.shz-widget--teklif {
    background: #fff;
    border-color: #E6E6DF;
}

.shz-widget__icon {
    width: 48px;
    height: 48px;
    background: #EDF0E8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77846A;
    margin-bottom: 14px;
}

.shz-widget--teklif > .shz-widget__title {
    font-size: 15px;
    font-weight: 800;
    color: #26291F;
    text-transform: none;
    letter-spacing: normal;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.shz-widget__desc {
    font-size: 13.5px;
    color: #6A6E60;
    line-height: 1.6;
    margin: 0 0 18px;
    font-family: 'Manrope', sans-serif;
}

/*  Butonlar  */
.shz-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin-bottom: 8px;
    transition: all .2s;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
}

.shz-btn:last-of-type { margin-bottom: 0; }

.shz-btn--primary {
    background: #3f4a37;
    color: #fff;
}

.shz-btn--primary:hover {
    background: #2e3628;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(63,74,55,.3);
}

.shz-btn--outline {
    background: transparent;
    color: #77846A;
    border: 1.5px solid #AAB99A;
}

.shz-btn--outline:hover {
    background: #EDF0E8;
    border-color: #77846A;
}

.shz-btn--whatsapp {
    background: #25D366;
    color: #1a1a1a;
}

.shz-btn--whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
}

/*  Trust  */
.shz-trust {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #E6E6DF;
    font-size: 11px;
    color: #8a8f80;
    font-family: 'Manrope', sans-serif;
}

.shz-trust span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/*  İlgili hizmetler  */
.shz-related {
    margin: 0;
    padding: 0;
}

.shz-related__item {
    list-style: none;
    border-bottom: 1px solid #E6E6DF;
}

.shz-related__item:last-child { border-bottom: none; }

.shz-related__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 4px;
    text-decoration: none;
    transition: background .2s;
    border-radius: 8px;
}

.shz-related__link:hover { background: #F3F4EF; }

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

.shz-related__icon img { width: 100%; height: 100%; object-fit: cover; }
.shz-related__icon svg { color: #77846A; }

.shz-related__name {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #3a3d35;
    font-family: 'Manrope', sans-serif;
    line-height: 1.35;
}

.shz-related__arrow { color: #AAB99A; flex-shrink: 0; }
.shz-related__link:hover .shz-related__name { color: #77846A; }
.shz-related__link:hover .shz-related__arrow { color: #77846A; }

/*  İletişim widget  */
.shz-contact-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shz-contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6A6E60;
    list-style: none;
    font-family: 'Manrope', sans-serif;
}

.shz-contact-list svg { color: #77846A; flex-shrink: 0; }

.shz-contact-list a {
    color: #3a3d35;
    font-weight: 600;
    text-decoration: none;
}

.shz-contact-list a:hover { color: #77846A; }

/* 
   MOBİL
 */
@media (max-width: 900px) {
    .shz-page { padding: 24px 0 60px; }

    .shz-page__inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 24px;
    }

    .shz-sidebar { position: static; }

    .shz-title {
        font-size: 1.6rem;
        letter-spacing: normal;
    }

    .shz-featured-img img { aspect-ratio: 16/9; }

}
    .shz-content { font-size: 15px; }

    .shz-content h2 { letter-spacing: normal; }

/*
   HEADER  anasayfa ile birebir aynı (transparan + scroll'da yeşil)
 */
.tv-site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #77846A;
    transition: background .3s, box-shadow .3s;
    font-family: 'Manrope', sans-serif;
}
.tv-site-header.scrolled {
    
    box-shadow: 0 2px 20px rgba(40,50,30,.12);
}
.tv-wrap.tv-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 90px;
}
.tv-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 21px;
    color: #fff;
    flex-shrink: 0;
    text-decoration: none;
}
.tv-logo-mark { display: inline-flex; color: #fff; }
.tv-logo-img { height: 32px; width: auto; display: block; }
.tv-logo-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 21px;
    color: #fff;
    letter-spacing: -.02em;
}
.tv-nav-menu ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.tv-nav-menu a {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.01em;
    color: rgba(255,255,255,.92);
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 100px;
    transition: .2s;
    display: inline-block;
}
.tv-nav-menu a:hover { color: #fff; background: rgba(255,255,255,.1); }
.tv-nav-menu a.active { background: #fff; color: #3f4a37; font-weight: 700; }
.tv-nav-menu .tv-nav-branches { display: none; }
.tv-nav-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}
.tv-btn.tv-btn-header {
    background: #fff;
    color: #3f4a37;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-size: 14.5px;
    gap: 8px;
    line-height: 1;
    padding: 13px 24px;
    border-radius: 100px;
    transition: .2s;
}
.tv-btn.tv-btn-header:hover { background: #f0f0ea; }
.tv-nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}
.tv-nav-toggle span {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
}
@media (max-width: 900px) {
    .tv-nav-right .tv-btn-header { display: none; }
    .tv-nav-toggle { display: flex; }
    .tv-wrap.tv-nav { gap: 14px; }
    .tv-nav-menu {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        background: #77846A;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height .32s ease;
        box-shadow: 0 12px 24px rgba(40,50,30,.16);
    }
    .tv-nav-menu.open {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
    .tv-nav-menu ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px 0 22px;
    }
    .tv-nav-menu ul li {
        border-bottom: 1px solid rgba(255,255,255,.12);
        padding: 0 20px;
    }
    .tv-nav-menu ul li:last-child { border-bottom: none; }
    .tv-nav-menu a {
        display: block;
        text-align: center;
        padding: 14px 0;
        font-size: 16px;
        border-radius: 0;
        background: none;
    }
    .tv-nav-menu a.active { background: none; font-weight: 700; color: #fff; }
    .tv-nav-menu .tv-nav-branches { display: list-item; margin-top: 0; }
    .tv-nav-menu .tv-nav-branches a { background: none; color: rgba(255,255,255,.92); text-align: center; font-weight: 500; }
    .tv-nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .tv-nav-toggle.open span:nth-child(2) { opacity: 0; }
    .tv-nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
    .tv-nav-toggle.open span:nth-child(2) { opacity: 0; }
/* 
   FOOTER  alt sayfalarda da çalışsın
 */
.tv-footer {
    background: #1a1f16;
    color: rgba(255,255,255,.7);
    font-family: 'Manrope', sans-serif;
    padding: 60px 0 0;
}

.tv-footer a { color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
.tv-footer a:hover { color: #1a1a1a; }

/* 
   FOOTER
 */
.tv-site-footer {
    background: #1a1f16;
    color: rgba(255,255,255,.65);
    font-family: 'Manrope', sans-serif;
    padding: 60px 0 0;
    margin-top: 0;
}
.tv-footer-addr-text{font-family:'Manrope',sans-serif;font-size:13.5px;color:rgba(255,255,255,.5);max-width:270px;line-height:1.6;margin:0 0 14px}
.tv-footer-phone{display:block;font-family:'Manrope',sans-serif;font-size:15px;font-weight:700;color:#fff;margin-bottom:22px;text-decoration:none}
.tv-footer-phone:hover{opacity:.85}
.tv-footer-badge{display:block;margin-bottom:10px}
.tv-footer-badge-text{font-family:'Manrope',sans-serif;font-size:12px;color:rgba(255,255,255,.4);line-height:1.5;margin:0}
.tv-footer-bottom-row{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.tv-footer-bottom{font-family:'Manrope',sans-serif;font-size:12.5px;color:rgba(255,255,255,.3)}

.shz-widget--teklif > .shz-widget__title {
    text-align: center !important;
    justify-content: center !important;
}

.shz-widget--teklif .shz-widget__desc {
    text-align: center !important;
}

.tv-site-footer .tv-wrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
}

.tv-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1fr 1.2fr;
    gap: 30px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.tv-footer-brand .tv-logo-mark { color: #AAB99A; display: flex; }
.tv-footer-brand .tv-logo-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: #1a1a1a;
    letter-spacing: -.02em;
}
    color: #fff;
.tv-footer-brand p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255,255,255,.5);
    margin: 0 0 20px;
    max-width: 280px;
}

.tv-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tv-footer-social a {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: all .2s;
}

.tv-footer-social a:hover {
    background: #77846A;
    color: #1a1a1a;
}

.tv-footer-col h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 16px;
}

.tv-footer-col a {
    display: block;
    font-size: 13.5px;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    margin-bottom: 9px;
    transition: color .2s;
    font-family: 'Manrope', sans-serif;
}

.tv-footer-col a:hover { color: #1a1a1a; }

.tv-footer-contact a,
.tv-footer-contact .tv-footer-addr {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
}

.tv-footer-contact a:hover { color: #1a1a1a; }

.tv-footer-contact span span,
.tv-footer-contact .tv-footer-addr span {
    color: #77846A;
    flex-shrink: 0;
    font-size: 14px;
}

.tv-footer-bottom {
    padding: 18px 0;
    font-size: 12.5px;
    color: rgba(255,255,255,.3);
    font-family: 'Manrope', sans-serif;
    text-align: center;
}

@media (max-width: 900px) {
    .tv-footer-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }

    .tv-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .tv-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/*  Widget ikon grubu  */
.shz-widget__icons {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    justify-content: center;
}

.shz-ico-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.shz-ico-wrap:nth-child(1) { background: #E8F0E8; color: #4a7c59; }
.shz-ico-wrap:nth-child(2) { background: #E8EEF8; color: #4a6a9c; }
.shz-ico-wrap:nth-child(3) { background: #FDF3E3; color: #c47a2a; }

.shz-ico-green { background: linear-gradient(135deg, #43A047, #2E7D32); color: #1a1a1a; width: 46px; height: 46px; border-radius: 13px; }
.shz-ico-blue  { background: linear-gradient(135deg, #1E88E5, #1565C0); color: #1a1a1a; width: 46px; height: 46px; border-radius: 13px; }
.shz-ico-orange{ background: linear-gradient(135deg, #FB8C00, #E65100); color: #1a1a1a; width: 46px; height: 46px; border-radius: 13px; }

/* ============================================================
   HİZMETLER SAYFASI
   ============================================================ */

/* SAYFA BAŞLIĞI */
.hiz-page-head {
    background: #F3F4EF;
    padding: 56px 0 8px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
}

.hiz-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #77846A;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
}

.hiz-breadcrumb {
    display: none;
}

.hiz-page-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.03em;
    margin: 0 0 16px;
    line-height: 1.1;
}

.hiz-page-desc {
    font-size: 16px;
    color: #6A6E60;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 520px;
}

/* MAIN */
.hiz-main {
    background: #F3F4EF;
    min-height: 60vh;
    padding: 48px 0 80px;
    font-family: 'Manrope', sans-serif;
}

.hiz-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
}

/* KATEGORİ KUTULARI */
.hiz-cats {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.hiz-cat__btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    border-radius: 16px;
    border: 1.5px solid #E6E6DF;
    background: #fff;
    color: #6A6E60;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s;
    min-width: 170px;
    text-align: left;
}

.hiz-cat__btn:hover {
    border-color: #AAB99A;
    color: #3f4a37;
    background: #F8F9F5;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.hiz-cat__btn.is-active {
    background: #F3F4EF;
    border-color: #26291F;
    color: #1a1a1a;
    box-shadow: 0 6px 24px rgba(38,41,31,.25);
}

.hiz-cat__ico {
    width: 38px;
    height: 38px;
    background: #EDF0E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #77846A;
    transition: all .25s;
}

.hiz-cat__btn.is-active .hiz-cat__ico {
    background: rgba(255,255,255,.15);
    color: #1a1a1a;
}

.hiz-cat__label-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.hiz-cat__isim {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 1;
}

.hiz-cat__sayi {
    font-size: 11.5px;
    font-weight: 500;
    color: #AAB99A;
    font-family: 'Manrope', sans-serif;
    line-height: 1;
    transition: color .25s;
}

.hiz-cat__btn.is-active .hiz-cat__sayi {
    color: rgba(255,255,255,.55);
}

/* LAYOUT: sol büyük + sağ liste */
.hiz-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

/* FEATURED (sol) */
.hiz-featured {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E6E6DF;
    transition: box-shadow .25s;
}

.hiz-featured:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.09);
}

.hiz-featured__img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.hiz-featured__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.hiz-featured:hover .hiz-featured__img {
    transform: scale(1.03);
}

.hiz-featured__num {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255,255,255,.92);
    color: #3f4a37;
    font-size: 13px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
}

.hiz-featured__body {
    padding: 24px 28px 28px;
}

.hiz-featured__kat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #77846A;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
}

.hiz-featured__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0 0 12px;
}

.hiz-featured__title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
}

.hiz-featured__title a:hover { color: #77846A; }

.hiz-featured__desc {
    font-size: 14.5px;
    color: #6A6E60;
    line-height: 1.65;
    margin: 0 0 20px;
    font-family: 'Manrope', sans-serif;
}

.hiz-featured__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #77846A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: gap .2s, color .2s;
    font-family: 'Manrope', sans-serif;
}

.hiz-featured__cta:hover { color: #3f4a37; gap: 10px; }

/* LİSTE (sağ) */
.hiz-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    justify-content: space-between;
}

.hiz-list__item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E6E6DF;
    display: flex;
    gap: 16px;
    overflow: hidden;
    transition: box-shadow .25s;
    align-items: stretch;
    flex: 1;
}

.hiz-list__item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.hiz-list__img-wrap {
    flex-shrink: 0;
    width: 130px;
    display: block;
    overflow: hidden;
}

.hiz-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.hiz-list__item:hover .hiz-list__img {
    transform: scale(1.05);
}

.hiz-list__body {
    padding: 16px 20px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.hiz-list__kat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 700;
    color: #77846A;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Manrope', sans-serif;
}

.hiz-list__title {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 0 6px;
}

.hiz-list__title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
}

.hiz-list__title a:hover { color: #77846A; }

.hiz-list__desc {
    font-size: 13px;
    color: #8a8f80;
    line-height: 1.55;
    margin: 0 0 10px;
    font-family: 'Manrope', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hiz-list__cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    color: #77846A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: gap .2s, color .2s;
    font-family: 'Manrope', sans-serif;
}

.hiz-list__cta:hover { color: #3f4a37; gap: 8px; }

/* BOŞ MESAJ */
.hiz-empty {
    font-family: 'Manrope', sans-serif;
    color: #8a8f80;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

/* MOBİL */
@media (max-width: 900px) {
    .hiz-hero { padding: 40px 0 36px; }
    .hiz-hero__title { letter-spacing: normal; }
    .hiz-hero__desc { font-size: 15px; }

    .hiz-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hiz-list__img-wrap { width: 100px; }

    .hiz-featured__title { letter-spacing: normal; }
    .hiz-filter { display: none !important; }
    .hiz-featured__body { padding: 16px 18px 20px; }
    .hiz-featured__title { font-size: 1.15rem; margin-bottom: 8px; }
    .hiz-featured__desc { font-size: 13.5px; margin-bottom: 14px; }
    .hiz-featured__num { font-size: 11px; padding: 3px 10px; top: 12px; left: 12px; }
}

@media (max-width: 600px) {
    .hiz-list__item { flex-direction: column; }
    .hiz-list__img-wrap { width: 100%; height: 180px; }
    .hiz-list__body { padding: 14px 16px; }
}

/* ============================================================
   BLOG ARŞİVİ
   ============================================================ */

/* HERO */
.phi {
    background: #F3F4EF;
    color: #1a1a1a;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
}
.phi__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.phi__left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.phi__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.8rem, 4.5vw, 4.2rem);
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -.03em;
    margin: 0;
    line-height: 1.1;
}
.phi__desc {
    font-size: 17px;
    color: #6A6E60;
    line-height: 1.75;
    margin: 0;
}
.phi__btn {
    display: inline-block;
    background: #AAB99A;
    color: #26291F;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s, transform .2s;
    margin-top: 8px;
}
.phi__btn:hover {
    background: #c2ceaf;
    transform: translateY(-2px);
}
.phi__right {
    flex: 0 0 420px;
    width: 420px;
    position: relative;
    height: 420px;
}
.phi__photo {
    position: absolute;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 8px 16px rgba(0,0,0,0.45);
}
.phi__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* üst  16:9, ortada */
.phi__photo--top {
    width: 280px;
    height: 158px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.phi__photo--top img { object-position: top center; }
/* sol alt  1x1, üst görselle aynı genişlik, merkezi üst görselin sol kenarında */
.phi__photo--mid {
    width: 225px;
    height: 225px;
    top: 200px;
    left: calc(50% - 245px);
    z-index: 1;
}
.phi__photo--mid img { object-position: center center; }
/* sağ alt  1x1, daha büyük, sol kenarı üst görselin merkezinde */
.phi__photo--bot {
    width: 286px;
    height: 286px;
    top: 200px;
    left: calc(50% + 20px);
    z-index: 2;
}
.phi__photo--bot img { object-position: bottom center; }

/* KURUMSAL TANITIM */
.hk-intro {
    background: #C8CCBF;
    padding: 110px 0;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
}

.hk-intro__deco-scribble {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: .4;
    pointer-events: none;
}

.hk-intro__inner {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    align-items: center;
}
.hk-intro__title {
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -.02em;
    margin: 0 0 16px;
    line-height: 1.15;
}
.hk-intro__desc {
    font-size: 18px;
    color: #6A6E60;
    line-height: 1.75;
    margin: 0;
}

.hk-intro__media {
    position: relative;
}

.hk-intro__img-main {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,.12);
}

.hk-intro__img-main img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.hk-intro__img-accent {
    position: absolute;
    bottom: -28px;
    right: -28px;
    margin: 0;
    width: 240px;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
}

.hk-intro__img-accent img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.hk-intro__badge {
    position: absolute;
    top: 24px;
    left: -20px;
    background: #F3F4EF;
    color: #1a1a1a;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    font-family: 'Manrope', sans-serif;
}

.hk-intro__badge-num {
    font-size: 2rem;
    font-weight: 800;
    color: #AAB99A;
    line-height: 1;
}

.hk-intro__badge-text {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.65);
    text-align: center;
    line-height: 1.3;
    margin-top: 4px;
}

.about-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EDF0E8;
    color: #77846A;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}

.about-tag-icon { display: flex; align-items: center; }

.hk-intro__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 20px;
}

.hk-intro__title-accent {
    color: #77846A;
    font-style: italic;
}

.hk-intro__desc {
    font-size: 15.5px;
    color: #6A6E60;
    line-height: 1.75;
    margin: 0 0 28px;
}

.hk-intro__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hk-intro__features li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hk-intro__feat-icon {
    width: 44px;
    height: 44px;
    background: #EDF0E8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77846A;
    flex-shrink: 0;
}

.hk-intro__feat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hk-intro__feat-text strong {
    font-size: 14.5px;
    font-weight: 700;
    color: #26291F;
    font-family: 'Manrope', sans-serif;
}

.hk-intro__feat-text small {
    font-size: 12.5px;
    color: #8a8f80;
    font-family: 'Manrope', sans-serif;
}

/* SAYILAR */
.hk-stats {
    background: #F3F4EF;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
}

.hk-stats__deco {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.hk-stats__grid {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.hk-stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hk-stat__num {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    color: #AAB99A;
    line-height: 1;
    letter-spacing: -.03em;
}

.hk-stat__plus {
    font-size: 2rem;
    font-weight: 800;
    color: #77846A;
    line-height: 1;
    margin-left: 2px;
}

.hk-stat__label {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    margin-top: 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

/* HİZMET AĞI & KALİTE */
.hk-detail {
    background: #F3F4EF;
    padding: 80px 0;
    font-family: 'Manrope', sans-serif;
}

.hk-detail__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hk-detail__card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #E6E6DF;
    transition: box-shadow .25s, transform .25s;
}

.hk-detail__card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

.hk-detail__icon {
    width: 52px;
    height: 52px;
    background: #EDF0E8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77846A;
    margin-bottom: 20px;
}

.hk-detail__title {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.hk-detail__text {
    font-size: 14px;
    color: #6A6E60;
    line-height: 1.7;
    margin: 0 0 20px;
}

.hk-detail__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hk-detail__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #3a3d35;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.hk-detail__list li span { color: #77846A; display: flex; }

.hk-detail__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hk-detail__tags li {
    background: #EDF0E8;
    color: #3f4a37;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
}

/* VİZYON / MİSYON */
.hk-vmv {
    background: #fff;
    padding: 80px 0;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
}

.hk-vmv__deco-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
}

.hk-vmv .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
}

.hk-vmv__head {
    text-align: center;
    margin-bottom: 56px;
}

.hk-vmv__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.03em;
    margin: 16px 0 0;
    line-height: 1.2;
}

.hk-vmv__accent { color: #77846A; font-style: italic; }

.hk-vmv__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hk-vmv__card {
    background: #F3F4EF;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #E6E6DF;
    transition: box-shadow .25s;
}

.hk-vmv__card--featured {
    background: #F3F4EF;
    border-color: #26291F;
}

.hk-vmv__card--featured .hk-vmv__card-icon { background: rgba(255,255,255,.1); color: #AAB99A; }
.hk-vmv__card--featured .hk-vmv__card-title { color: #1a1a1a; }
.hk-vmv__card--featured .hk-vmv__card-text { color: rgba(255,255,255,.65); }
.hk-vmv__card--featured .hk-vmv__card-link { color: #AAB99A; }

.hk-vmv__card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); }

.hk-vmv__card-icon {
    width: 52px;
    height: 52px;
    background: #EDF0E8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77846A;
    margin-bottom: 20px;
}

.hk-vmv__card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #26291F;
    margin: 0 0 12px;
    letter-spacing: -.02em;
}

.hk-vmv__card-text {
    font-size: 14px;
    color: #6A6E60;
    line-height: 1.7;
    margin: 0 0 20px;
}

.hk-vmv__card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 700;
    color: #77846A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: gap .2s;
    font-family: 'Manrope', sans-serif;
}

.hk-vmv__card-link:hover { gap: 8px; }

.hk-vmv__values {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hk-vmv__values li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3a3d35;
    font-family: 'Manrope', sans-serif;
}

.hk-vmv__values li span { color: #77846A; display: flex; }

/* CTA */
.hk-cta {
    background: #D6D9CE;
    padding: 64px 0;
    font-family: 'Manrope', sans-serif;
}
.hk-cta__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 56px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.hk-cta__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -.02em;
    margin: 0 0 8px;
}

.hk-cta__desc {
    font-size: 15px;
    color: #26291F;
    margin: 0;
}

.hk-cta .btn-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #AAB99A;
    color: #26291F;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}

.hk-cta .btn-apply:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

/* MOBİL */
@media (max-width: 900px) {
    .phi { padding: 48px 0 40px; }
    .phi__title { letter-spacing: normal; }
    .phi__stats-row { flex-direction: column; margin-top: 28px; }
    .phi__photo img { height: 200px; }
    .phi__stat-card, .phi__feature-card { flex: 0 0 auto; width: 100%; }

    .hk-intro__inner { grid-template-columns: 1fr; gap: 40px; }
    .hk-intro__img-main img { height: 280px; }
    .hk-intro__img-accent { display: none; }
    .hk-intro__badge { left: 12px; }
    .hk-intro__title { letter-spacing: normal; }

    .hk-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

    .hk-detail__inner { grid-template-columns: 1fr; }

    .hk-vmv__grid { grid-template-columns: 1fr; }
    .hk-vmv__title { letter-spacing: normal; }

    .hk-cta__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
    .hk-stats__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   BLOG ARŞİVİ
   ============================================================ */

/* HERO */
.shz-hero {
    background: #F3F4EF;
    padding: 56px 0 8px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    border-bottom: 1px solid #E6E6DF;
}

.shz-hero__inner { max-width: 1340px; margin: 0 auto; padding: 0 24px; }

.shz-hero__content { max-width: 640px; margin: 0 auto; }

.shz-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #8a8f80;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.shz-breadcrumb a { color: #8a8f80; text-decoration: none; transition: color .2s; }
.shz-breadcrumb a:hover { color: #77846A; }

.shz-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #77846A;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
}

.shz-hero__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.03em;
    margin: 0 0 14px;
    line-height: 1.1;
}

.shz-hero__desc {
    font-size: 15.5px;
    color: #6A6E60;
    line-height: 1.65;
    margin: 0;
}

/* BLOG ARŞİV BÖLÜMÜ */
.blog-archive-section {
    background: #F3F4EF;
    padding: 48px 0 80px;
    font-family: 'Manrope', sans-serif;
}

.blog-archive-section .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
}

/* FİLTRE */
.ba-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
    justify-content: center;
}

.ba-filter__pill {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1.5px solid #E6E6DF;
    background: #fff;
    color: #6A6E60;
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}

.ba-filter__pill:hover {
    border-color: #AAB99A;
    color: #3f4a37;
    background: #EDF0E8;
}

.ba-filter__pill--on {
    background: #3f4a37;
    border-color: #3f4a37;
    color: #fff;
}

/* BLOG GRID  3 sütun */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* BLOG KARTI */
.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E6E6DF;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s, transform .25s;
}

.blog-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.09);
    transform: translateY(-3px);
}

.blog-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.blog-card:hover .blog-thumb img { transform: scale(1.04); }

.blog-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ba-cat-label {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    color: #77846A;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}

.blog-meta {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    flex-wrap: wrap;
}

.blog-meta li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #8a8f80;
    font-family: 'Manrope', sans-serif;
}

.bm-icon { display: flex; align-items: center; color: #AAB99A; }

.blog-name {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.01em;
    line-height: 1.3;
    margin: 0 0 10px;
    flex: 1;
}

.blog-name a { color: inherit; text-decoration: none; transition: color .2s; }
.blog-name a:hover { color: #77846A; }

.ba-excerpt {
    font-size: 13.5px;
    color: #6A6E60;
    line-height: 1.6;
    margin: 0 0 16px;
    font-family: 'Manrope', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 700;
    color: #77846A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: auto;
    transition: gap .2s, color .2s;
    font-family: 'Manrope', sans-serif;
}

.blog-link:hover { color: #3f4a37; gap: 8px; }

/* SAYFALAMA */
.ba-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.ba-pagination .page-numbers {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.ba-pagination .page-numbers li a,
.ba-pagination .page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid #E6E6DF;
    background: #fff;
    color: #6A6E60;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    transition: all .2s;
}

.ba-pagination .page-numbers li a:hover {
    border-color: #AAB99A;
    color: #3f4a37;
}

.ba-pagination .page-numbers li .current {
    background: #3f4a37;
    border-color: #3f4a37;
    color: #1a1a1a;
}

/* MOBİL */
@media (max-width: 900px) {
    .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .shz-hero__title { letter-spacing: normal; }
}

@media (max-width: 600px) {
    .blog-grid { grid-template-columns: 1fr; }
}

/* Sayfalama önceki/sonraki butonları */
.ba-pagination .page-numbers li a.prev,
.ba-pagination .page-numbers li a.next,
.ba-pagination .page-numbers li .prev,
.ba-pagination .page-numbers li .next {
    width: auto;
    padding: 0 16px;
    white-space: nowrap;
}

/* ============================================================
   DİLLER SAYFASI
   ============================================================ */

.dil-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dil-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E6E6DF;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s, transform .25s;
}

.dil-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.09);
    transform: translateY(-3px);
}

.dil-card__img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.dil-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.dil-card:hover .dil-card__img { transform: scale(1.04); }

.dil-card__body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dil-card__title {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #26291F;
    letter-spacing: -.01em;
    line-height: 1.3;
    margin: 0 0 8px;
}

.dil-card__title a { color: inherit; text-decoration: none; transition: color .2s; }
.dil-card__title a:hover { color: #77846A; }

.dil-card__desc {
    font-size: 13.5px;
    color: #6A6E60;
    line-height: 1.6;
    margin: 0 0 16px;
    font-family: 'Manrope', sans-serif;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dil-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 700;
    color: #77846A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: gap .2s, color .2s;
    font-family: 'Manrope', sans-serif;
    margin-top: auto;
}

.dil-card__cta:hover { color: #3f4a37; gap: 8px; }

@media (max-width: 900px) {
    .dil-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 600px) {
    .dil-grid { grid-template-columns: 1fr; }
}

/* Hakkımızda sayfası  header hero rengiyle eşleşsin */
body.page-template-template-hakkimizda .tv-header {
    background: #F3F4EF;
}
body.page-template-template-hakkimizda .tv-header.scrolled {
    background: #F3F4EF;
}

/* ===== SEKTÖR TİMELINE ===== */
.hk-timeline {
    background: #77846A;
    padding: 80px 0;
    font-family: 'Manrope', sans-serif;
}
.hk-timeline__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}
.hk-timeline__head {
    text-align: center;
    margin-bottom: 64px;
}
.hk-tl-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #3f4a37;
    background: rgba(255,255,255,.25);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.hk-tl-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0;
}
.hk-timeline__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
    max-width: 100%;
    margin: 0 auto;
}
.hk-timeline__list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #E6E6DF;
    transform: translateX(-50%);
}
/* tek = sol, çift = sağ; her biri 2 satır kaplıyor, karşısı boş */
.hk-tl-item:nth-child(odd)  { grid-column: 1; }
.hk-tl-item:nth-child(even) { grid-column: 2; }
.hk-tl-item {
    position: relative;
    padding: 36px 40px;
    background: #F3F4EF;
    border-radius: 16px;
}
.hk-tl-item:last-child { margin-bottom: 0; }
.hk-tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #77846A;
    margin-bottom: 14px;
}
.hk-tl-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    letter-spacing: -.01em;
}
.hk-tl-content p {
    font-size: 16px;
    color: #6A6E60;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 900px) {
    .hk-timeline { padding: 60px 0; }
    .hk-tl-title { font-size: 1.6rem; letter-spacing: normal; }
    .hk-tl-content h3 { font-size: 16px; }
    .hk-tl-content p { font-size: 15px; line-height: 1.65; }
}

/* Son item ortala */
.hk-tl-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

/* MOBİL: Kategori butonları 4'lü grid, ikon üstte metin altta */
@media (max-width: 600px) {
    .hiz-cats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        margin-bottom: 24px;
    }
    .hiz-cat__btn {
        min-width: unset;
        padding: 10px 8px;
        gap: 6px;
        border-radius: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hiz-cat__ico {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }
    .hiz-cat__ico svg {
        width: 16px;
        height: 16px;
    }
    .hiz-cat__label-wrap {
        align-items: center;
    }
    .hiz-cat__isim {
        font-size: 11px;
        line-height: 1.2;
    }
    .hiz-cat__sayi {
        font-size: 9.5px;
    }
}

/* MOBİL: üst boşluk azalt + hizmet sayısı gizle */
@media (max-width: 600px) {
    .hiz-page-head {
        padding: 8px 0 0px;
    }
    .hiz-cat__sayi {
        display: none;
    }
}

/* MOBİL: üst boşluk daha da azalt */
@media (max-width: 600px) {
    .hiz-page-head {
        padding: 8px 0 0px !important;
    }
}

/* MOBİL: hiz-main üst boşluk azalt */
@media (max-width: 600px) {
    .hiz-main {
        padding-top: 12px;
    }
}

/* MOBİL: hiz-main üst boşluk düzelt */
@media (max-width: 600px) {
    .hiz-main {
        padding-top: 28px;
    }
}

/* MOBİL: featured kart görseli küçült */
@media (max-width: 600px) {
    .hiz-featured__img-wrap {
        aspect-ratio: 16/9;
    }
    .hiz-featured__body {
        padding: 14px 16px;
    }
    .hiz-featured__title {
        font-size: 18px;
    }
}

/* MOBİL: blog filtre 4'lü grid */
@media (max-width: 600px) {
    .ba-filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .ba-filter__pill {
        text-align: center;
        font-size: 12px;
        padding: 7px 10px;
    }
}

/* MOBİL: blog kart görseli küçült */
@media (max-width: 600px) {
    .blog-thumb {
        aspect-ratio: 16/9;
    }
    .blog-body {
        padding: 14px 16px 16px;
    }
}

/* MOBİL: dil kart görseli küçült */
@media (max-width: 600px) {
    .dil-card__img-wrap {
        aspect-ratio: 16/9;
    }
    .dil-card__body {
        padding: 14px 16px 16px;
    }
}

/* MOBİL: hakkımızda hero düzelt */
@media (max-width: 600px) {
    .phi__inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 24px;
    }
    .phi__left {
        max-width: 100%;
        width: 100%;
        align-items: center;
    }
    .phi__title {
        font-size: 2rem;
        letter-spacing: normal;
        text-align: center;
    }
    .phi__right {
        width: 100%;
        flex: unset;
        height: 280px;
    }
}

/* MOBİL: hakkımızda görseller düzelt */
@media (max-width: 600px) {
    .phi__right {
        height: 200px;
        overflow: hidden;
        border-radius: 16px;
    }
    .phi__photo--top {
        width: 100%;
        height: 200px;
        left: 0;
        transform: none;
    }
    .phi__photo--mid,
    .phi__photo--bot {
        display: none;
    }
}

/* MOBİL: referans kartları tek sütun */
@media (max-width: 600px) {
    .hk-timeline__list {
        grid-template-columns: 1fr;
    }
    .hk-tl-item:nth-child(odd),
    .hk-tl-item:nth-child(even) {
        grid-column: 1;
    }
    .hk-timeline__list::before {
        display: none;
    }
}

/* MOBİL: referans kart küçült + dot sola */
@media (max-width: 600px) {
    .hk-tl-item {
        padding: 20px 20px;
    }
    .hk-tl-dot {
        display: inline-block;
        margin-bottom: 6px;
    }
    .hk-tl-content {
        display: flex;
        flex-direction: column;
    }
}

/* MOBİL: dot başlık yanına */
@media (max-width: 600px) {
    .hk-tl-item {
        padding: 18px 20px;
    }
    .hk-tl-dot {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 8px;
        vertical-align: middle;
        flex-shrink: 0;
    }
    .hk-tl-content h3 {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .hk-tl-content h3::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #77846A;
        margin-right: 8px;
        flex-shrink: 0;
    }
    .hk-tl-dot {
        display: none;
    }
    .hk-tl-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* MOBİL: referans kart metin küçült */
@media (max-width: 600px) {
    .hk-tl-content h3 {
        font-size: 13px;
    }
    .hk-tl-content p {
        font-size: 12px;
        line-height: 1.55;
    }
}

/* MOBİL: referans kartları yatay kaydırmalı */
@media (max-width: 600px) {
    .hk-timeline__list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }
    .hk-tl-item {
        flex: 0 0 80vw;
        scroll-snap-align: start;
        min-width: 0;
    }
    .hk-tl-item:nth-child(odd),
    .hk-tl-item:nth-child(even) {
        grid-column: unset;
    }
}

/* MOBİL: referans kartları otomatik akan marquee */
@media (max-width: 600px) {
    .hk-timeline__list {
        display: flex;
        flex-direction: column;
        overflow: visible;
        gap: 12px;
    }
    .hk-tl-item {
        flex: unset;
        scroll-snap-align: unset;
    }
}

/* MOBİL: referans marquee yatay */
@media (max-width: 600px) {
    .hk-timeline__list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 12px;
    }
    .hk-tl-item {
        flex: 0 0 72vw;
        min-width: 0;
    }
}

/* MOBİL: referans marquee düzelt */
@media (max-width: 600px) {
    .hk-timeline {
        padding-left: 0;
        padding-right: 0;
    }
    .hk-timeline__inner {
        padding: 0;
    }
    .hk-timeline__list {
        padding-left: 20px;
    }
    .hk-tl-item {
        flex: 0 0 85vw;
        padding: 20px;
    }
}

/* MOBİL: marquee wrapper overflow */
@media (max-width: 600px) {
    .hk-timeline__inner {
        overflow: hidden;
    }
    .hk-timeline__list {
        overflow: visible;
        width: max-content;
    }
}

/* MOBİL: referans kart boyut ayarı */
@media (max-width: 600px) {
    .hk-tl-item {
        flex: 0 0 65vw;
        min-height: 180px;
    }
}

/* MOBİL: referans kart daha dar ve uzun */
@media (max-width: 600px) {
    .hk-tl-item {
        flex: 0 0 55vw;
        min-height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .hk-tl-content p {
        font-size: 11px;
        line-height: 1.6;
    }
}

/* MOBİL: referans başlık boşluk azalt */
@media (max-width: 600px) {
    .hk-timeline__head {
        padding-bottom: 16px;
    }
}

/* MOBİL: referans başlık alt boşluk sıfırla */
@media (max-width: 600px) {
    .hk-timeline__head {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .hk-timeline__inner {
        padding-bottom: 0;
    }
}

/* MOBİL: referans başlık boşluk ayarla */
@media (max-width: 600px) {
    .hk-timeline__head {
        padding-bottom: 12px !important;
        margin-bottom: 0 !important;
    }
}

/* MOBİL: referans başlık boşluk ince ayar */
@media (max-width: 600px) {
    .hk-timeline__head {
        padding-bottom: 4px !important;
    }
}

/* MOBİL: referans başlık boşluk artır */
@media (max-width: 600px) {
    .hk-timeline__head {
        padding-bottom: 20px !important;
    }
}

/* MOBİL: hk-cta */
@media (max-width: 600px) {
    .hk-cta {
        padding: 40px 16px;
        margin-top: 0;
    }
    .hk-cta__inner {
        padding: 24px 20px;
        border-radius: 14px;
        margin: 0;
    }
    .hk-cta__title {
        font-size: 18px;
    }
    .hk-cta__desc {
        font-size: 13px;
    }
}

/* 
   ŞUBELERİMİZ SAYFASI  Truvista Stili
    */

/*  Genel  */
.sub-page { background: #F3F4EF; min-height: 60vh; margin-top: 0; }

/*  Filtre Butonları  */
.sub-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 48px 0 36px;
}
.sub-filter-btn {
    padding: 9px 22px;
    border-radius: 999px;
    border: 1.5px solid #D6D9CF;
    background: #fff;
    color: #6A6E60;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    line-height: 1;
}
.sub-filter-btn:hover {
    border-color: #77846A;
    color: #3f4a37;
}
.sub-filter-btn.is-active {
    background: #3f4a37;
    border-color: #3f4a37;
    color: #fff;
}

/*  Kart Grid  */
.sub-offices__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}

/*  Kart  */
.il-office {
    background: #fff;
    border: 1.5px solid #E6E6DF;
    border-radius: 18px;
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: box-shadow .2s, transform .2s;
    position: relative;
}
.il-office:hover {
    box-shadow: 0 8px 32px rgba(60,74,55,.10);
    transform: translateY(-3px);
}
.il-office--featured {
    border-color: #AAB99A;
    background: #F7F9F4;
}

/*  Kart Üst (şehir + rozet)  */
.il-office__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.il-office__city {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8A8F80;
}
.il-office__badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    background: #3f4a37;
    color: #fff;
    letter-spacing: .04em;
}
.il-office__badge--uk {
    background: #1a3a5c;
}

/*  Kart İsim  */
.il-office__name {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.3;
}

/*  Detaylar Listesi  */
.il-office__details {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.il-office__details li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #4a4e42;
    line-height: 1.5;
}
.il-office__details li span[aria-hidden] {
    flex-shrink: 0;
    margin-top: 2px;
    color: #77846A;
}
.il-office__details a {
    color: #4a4e42;
    text-decoration: none;
}
.il-office__details a:hover {
    color: #3f4a37;
    text-decoration: underline;
}
.il-office__hours {
    color: #8A8F80 !important;
    font-size: 13px !important;
}

/*  Harita Linki  */
.il-office__map-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #3f4a37;
    text-decoration: none;
    border-top: 1px solid #E6E6DF;
    padding-top: 16px;
    margin-top: auto;
    transition: gap .2s;
}
.il-office__map-link:hover {
    gap: 8px;
    color: #77846A;
}

/*  Boş Mesaj  */
.sub-offices__empty {
    text-align: center;
    color: #8A8F80;
    font-size: 15px;
    padding: 40px 0;
}

/*  CTA Bölümü  */
.sub-cta {
    background: #1a1f16;
    padding: 64px 0;
}
.sub-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.sub-cta__title {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -.02em;
}
.sub-cta__desc {
    font-size: 15px;
    color: #AAB99A;
    margin: 0;
}
.btn.btn-find {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #77846A;
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
}
.btn.btn-find:hover { background: #5A6650; }
.find-arrow { display: flex; }

/*  Mobil  */
@media (max-width: 900px) {
    .sub-offices__grid { grid-template-columns: 1fr; }
    .sub-cta__inner { flex-direction: column; align-items: flex-start; }
    .sub-cta__title { font-size: 22px; }
}
@media (min-width: 901px) and (max-width: 1100px) {
    .sub-offices__grid { grid-template-columns: repeat(2, 1fr); }
}

/* 
   PHI COMPACT HERO (Şubelerimiz, Hakkımızda vb. alt sayfalar)
    */

.phi--compact {
    background: linear-gradient(135deg, #74826A 0%, #74826A 40%, #93A182 70%, #C2D0B0 100%);
    padding: 64px 0 64px !important;
    margin-top: 0 !important;
}
.phi--compact .phi__inner {
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    align-items: center;
    gap: 0 40px;
    max-width: 1340px;
    padding: 0 48px;
}
.phi--compact .phi__breadcrumb {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.7);
    margin-bottom: 12px;
}
.phi--compact .phi__breadcrumb a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
.phi--compact .phi__breadcrumb a:hover { color: #fff; }
.phi--compact .phi__breadcrumb span[aria-hidden] { color: rgba(255,255,255,.5); }

.phi--compact .phi__tag {
    grid-column: 1;
    grid-row: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    margin-bottom: 14px;
}

.phi--compact .phi__title {
    grid-column: 2;
    grid-row: 1 / span 3;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.phi--compact .phi__desc {
    grid-column: 3;
    grid-row: 1 / span 3;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    line-height: 1.7;
    margin: 0;
    align-self: center;
}

/*  Container padding (kartlar kenara yapışmasın)  */
.sub-offices .container,
.sub-page .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 48px;
}

/*  Mobil  */
@media (max-width: 900px) {
    .phi--compact {
        padding: 40px 0 36px !important;
    }
    .phi--compact .phi__inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 0 24px;
        gap: 6px;
    }
    .phi--compact .phi__breadcrumb { grid-column: 1; grid-row: 1; }
    .phi--compact .phi__tag        { grid-column: 1; grid-row: 2; }
    .phi--compact .phi__title      { grid-column: 1; grid-row: 3; font-size: 1.9rem; white-space: normal; text-align: center; }
    .phi--compact .phi__desc       { grid-column: 1; grid-row: 4; font-size: 14px; text-align: center; }
    .sub-offices .container,
    .sub-page .container { padding: 0 20px; }
}

/* Admin bar body margin override */
body.admin-bar .phi--compact {
    margin-top: 0;
}


/* ============================================================
   SUB-MAP-LAYOUT  Harita + Liste (Şubelerimiz)
   ============================================================ */

.sub-map-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e5dd;
    margin-top: 28px;
    min-height: 480px;
}

.sub-map-layout__map {
    position: relative;
}

#subeler-harita {
    width: 100%;
    height: 100%;
    min-height: 480px;
    background: #eef0eb;
}

.sub-map-layout__list {
    background: #fff;
    overflow-y: auto;
    max-height: 480px;
    border-left: 1px solid #e2e5dd;
}

/* Kart */
.sub-map-card {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f1ed;
    cursor: pointer;
    transition: background 0.18s;
    outline: none;
}

.sub-map-card:last-child {
    border-bottom: none;
}

.sub-map-card:hover {
    background: #f7f8f5;
}

.sub-map-card.active {
    background: #f3f4ef;
    border-left: 3px solid #77846a;
    padding-left: 17px;
}

.sub-map-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.sub-map-card__city {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #77846a;
}

.sub-map-card__badge {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #3f4a37;
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
}

.sub-map-card__badge--uk {
    background: #4a5568;
}

.sub-map-card__name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #2d3328;
    margin: 0 0 6px;
    line-height: 1.3;
}

.sub-map-card__detail {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.78rem;
    color: #5a6352;
    margin: 0 0 4px;
    line-height: 1.4;
}

.sub-map-card__detail svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #aab99a;
}

.sub-map-card__detail a {
    color: #5a6352;
    text-decoration: none;
}

.sub-map-card__detail a:hover {
    color: #77846a;
    text-decoration: underline;
}

.sub-map-card__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #77846a;
    text-decoration: none;
    margin-top: 6px;
}

.sub-map-card__link:hover {
    color: #3f4a37;
}

/* Leaflet pin */
.smap-pin {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #77846a;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    transition: transform 0.2s, background 0.2s;
}

.smap-pin--active {
    width: 20px;
    height: 20px;
    background: #3f4a37;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
    margin-left: -3px;
    margin-top: -3px;
}

/* Popup */
.smap-popup {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    color: #2d3328;
    line-height: 1.5;
}

.smap-popup strong {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 2px;
    color: #3f4a37;
}

.smap-popup a {
    color: #77846a;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .sub-map-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    #subeler-harita {
        min-height: 280px;
    }

    .sub-map-layout__list {
        max-height: 360px;
        border-left: none;
        border-top: 1px solid #e2e5dd;
    }
}
