/*
Theme Name: Atik Prefabrik
Theme URI: https://atikprefabrik.com
Author: Opphisse Web Ajansı
Author URI: https://opphisse.com.tr
Description: Atik Prefabrik kurumsal WordPress teması. Prefabrik ev, hafif çelik ve villa modelleri.
Version: 1.2.0
License: Private
Text Domain: atik-prefabrik
*/

/* ── Global buton standartları ───────────────────────────────── */
/* Border-radius: 8px */
.p-link a,
.p-link button,
.product-box .texts .b a,
.blog-cta-link {
    border-radius: 8px !important;
}

/* .p-link bordered — outline buton standardı */
.p-link.bordered a,
.p-link.bordered button {
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-family: var(--medium) !important;
    border-color: var(--color2) !important;
    color: var(--color2) !important;
    background: transparent !important;
}

.p-link.bordered a:hover,
.p-link.bordered button:hover {
    background: var(--color2) !important;
    color: #fff !important;
}

.p-link.bordered.white a {
    border-color: rgba(255,255,255,0.7) !important;
    color: #fff !important;
}

.p-link.bordered.white a:hover {
    border-color: #fff !important;
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

/* Font standardı: 14px + medium — tüm buton türleri */
.p-link a,
.p-link button,
.product-box .texts .b a,
.home-cta-btn,
.nav-btn-contact,
.cat-mega-trigger,
.blog-cta-link,
.contact-submit,
.fhp-btn,
.fhp-btn--primary,
.urun-filter-reset,
.activity-all-link,
.faaliyet-cta-btn,
.post-sidebar-cta-btn,
.blog-sidebar-cta-btn,
.home-cta-btn--primary,
.home-cta-btn--wp,
.home-cta-btn--outline,
.urun-wp-btn,
.post-share-btn,
.post-share-fb,
.post-share-wp {
    font-size: 14px !important;
    font-family: var(--medium) !important;
}

/* ── Marka rengi override ──────────────────────────────────── */
:root {
    --color2: #717809;
    --color3: #1c1c0e;       /* Koyu zeytin — lacivert/mavi yok, metin için de uygun */
    --brand-dark: #2b2e02;   /* Ana rengin koyu tonu — section arka planları için */
}

/* ── Global overflow & image reset ──────────────────────────── */
html {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Tüm görsellerin HTML attribute'larını geç — CSS kazanır */
img {
    max-width: 100%;
    height: auto;
}

/* Header — sticky: document flow'da yer tutar, scroll'da tepede kalır */
/* global.css'in position:fixed'ını eziyoruz — böylece .page'e margin-top gerek yok */
.header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    max-width: 100vw;
}

/* ── Modern Header ─────────────────────────────────────────── */

/* Üst bar: tek satır, logo sol + nav sağ */
.header .top .container {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 14px 0;
}

/* Logo sol — responsive'de ortalanmasın */
.header .top .logo {
    flex-shrink: 0;
    margin-right: 0;
    position: relative !important;
    left: auto !important;
    translate: none !important;
}

/* Tek parça navigasyon */
.header .top .main-nav {
    flex: 1;
    display: flex;
    align-items: center;
}

.header .top .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.header .top .main-nav ul li > a {
    display: block;
    padding: 7px 13px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.header .top .main-nav ul li > a:hover {
    background: var(--color2);
    color: #fff;
}

/* Dil seçici + mobil menü butonu */
.header .top .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.header .top .header-actions .lang {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-family: var(--medium);
}

.header .top .header-actions .lang a {
    text-decoration: none;
    color: var(--color3);
    opacity: 0.55;
    transition: opacity 0.2s;
}

.header .top .header-actions .lang a.active,
.header .top .header-actions .lang a:hover {
    opacity: 1;
    color: var(--color2);
}

.header .top .header-actions .lang span {
    opacity: 0.3;
}

/* ── Kurumsal dropdown ─────────────────────────────────────── */

.nav-dropdown-item {
    position: relative;
}

.nav-dropdown-item > a .nav-arrow {
    font-size: 8px;
    opacity: 0.6;
    display: inline-block;
    transition: transform 0.2s;
    vertical-align: middle;
}

.nav-dropdown-item:hover > a .nav-arrow {
    transform: rotate(180deg);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    list-style: none;
    padding: 6px 0;
    margin: 0;
    min-width: 210px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
    z-index: 100;
}

.nav-dropdown-item:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown li a {
    display: block !important;
    padding: 9px 16px !important;
    font-size: 15px !important;
    background: transparent !important;
    color: var(--color3) !important;
    border-radius: 0 !important;
    text-decoration: none;
    transition: color 0.15s, background 0.15s !important;
    white-space: nowrap;
}

.nav-dropdown li a:hover {
    background: var(--color1) !important;
    color: var(--color2) !important;
}

/* ── İletişim butonu ───────────────────────────────────────── */

.nav-btn-contact {
    background: transparent !important;
    color: var(--color3) !important;
    border: 1.5px solid var(--color3) !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    font-size: 15px;
    transition: border-color 0.2s, color 0.2s, background 0.2s !important;
}

.nav-btn-contact:hover {
    border-color: var(--color2) !important;
    color: var(--color2) !important;
    background: transparent !important;
}

/* Eski iki-kolon menü yapısını gizle */
.header .top > .container > ul { display: none !important; }
.header .top .mb-lang          { display: none !important; }

/* Scroll durumunda üst barı kompakt yap */
.header.scroll .top .container { padding: 8px 0; }

/* ── Header Responsive ───────────────────────────────────────── */

/* 1280px altında nav font küçült */
@media (max-width: 1280px) {
    .header .top .main-nav ul li > a { font-size: 14px; padding: 6px 10px; }
    .cat-mega-trigger                { font-size: 13px; padding: 6px 12px !important; }
    .nav-btn-contact                 { font-size: 13px; padding: 5px 12px !important; }
    .header .top .container          { gap: 20px; }
}

/* 1120px altında: nav gizle, hamburger göster */
@media (max-width: 1120px) {
    /* responsive.css height:80px override */
    .header .top .container {
        height: auto !important;
        min-height: 60px;
        gap: 0 !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    /* Ana nav tamamen gizle */
    .header .top .main-nav { display: none !important; }

    /* Mega panel kapat */
    .cat-mega-panel { display: none !important; }

    /* header-actions: sadece hamburger */
    .header .top .header-actions .lang { display: none !important; }
    .nav-btn-contact                    { display: none !important; }
    .header .top .header-actions {
        margin-left: auto;
        gap: 0;
        flex-shrink: 0;
    }
    .header .top .header-actions .menu-btn { display: flex !important; }

    /* Logo kesinlikle solda — responsive.css absolute/center'ını ez */
    .header .top .logo {
        position: relative !important;
        left: auto !important;
        translate: none !important;
        transform: none !important;
        margin-right: 0;
        flex-shrink: 0;
    }

    /* Header scroll kompakt */
    .header.scroll .top .container { padding: 8px 0 !important; }

    /* Genel */
    .header { overflow: visible; }
}

/* 768px altında logo küçük */
@media (max-width: 768px) {
    .header .top .logo img,
    .header .top .logo .custom-logo,
    .header .top .logo .custom-logo-link img {
        width: 90px !important;
    }
}

/* ── Footer — orijinal renkler korundu, küçük iyileştirmeler ── */

/* ── Yeni Footer ──────────────────────────────────────────────── */

/* Eski footer global artıklarını sıfırla */
.footer-new,
.footer-new * { box-sizing: border-box; }

body { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.footer-new { margin-bottom: 0 !important; }

.footer-new {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.75);
    margin-top: 0;
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
    padding: 60px 0 48px;
}

/* Logo */
.footer-logo {
    margin-bottom: 20px;
}

/* Logo — custom-logo-link wrapper'ı da kapsıyoruz */
.footer-logo img,
.footer-logo .custom-logo,
.footer-logo .custom-logo-link img {
    max-width: 140px !important;
    height: auto !important;
    opacity: 0.9 !important;
    display: block;
}

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

/* Sosyal ikon görsellerini beyazlaştır */
.footer-social a img {
    filter: brightness(0) invert(1);
    opacity: 0.75;
    transition: opacity 0.2s;
    width: 16px;
    height: 16px;
    display: block;
}

.footer-social a:hover img { opacity: 1; filter: brightness(0) invert(1); }

/* Hakkında metni */
.footer-about {
    font-size: 13px;
    line-height: 1.75;
    opacity: 0.65;
    margin-bottom: 24px;
}

/* İletişim listesi */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.footer-contact-list svg {
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 0.6;
    color: var(--color2);
}

.footer-contact-list a,
.footer-contact-list span {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-contact-list a:hover {
    color: var(--color2);
    background: transparent !important;
}

/* Sosyal ikonlar */
.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    color: rgba(255,255,255,0.7);
}

.footer-social a:hover {
    background: var(--color2) !important;
    border-color: var(--color2);
    background-color: var(--color2) !important;
}

/* Menü kolonları */
.footer-col-title {
    font-family: var(--medium);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col ul li a {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
    line-height: 1.4;
}

.footer-col ul li a:hover {
    color: var(--color2) !important;
    background: transparent !important;
}

.footer-col-more a {
    color: var(--color2) !important;
    font-family: var(--medium);
    font-size: 13px;
    margin-top: 4px;
}

/* Alt bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    opacity: 0.45;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.footer-bottom-links a:hover {
    color: var(--color2);
    background: transparent !important;
}

/* ── Footer — orijinal renkler korundu, küçük iyileştirmeler ── */

/* Link hover rengi yeni marka rengine güncellendi */
.footer ul li a:hover,
.footer ul.big li a:hover { color: var(--color2) !important; }

/* Sosyal ikon hover */
.footer .social ol li a:hover { opacity: 0.75; }

/* Copyright satırı düzeni */
.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Eski .header .bottom barını tamamen gizle */
.header .bottom { display: none !important; }

/* ── KATEGORİLER Mega Menü ──────────────────────────────────── */

/* Trigger butonu */
.cat-mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--medium);
    background: var(--color2);
    color: #fff !important;
    border-radius: 8px;
    padding: 7px 14px !important;
    font-size: 15px;
    letter-spacing: 0.03em;
    transition: background 0.2s, opacity 0.2s !important;
}
.cat-mega-trigger:hover { background: var(--color3) !important; color: #fff !important; }
.cat-mega-trigger .cat-arrow { font-size: 9px; opacity: 0.8; transition: transform 0.2s; }
.cat-mega-item.open .cat-mega-trigger .cat-arrow { transform: rotate(180deg); }

/* Panel — tam genişlik, header altında açılır */
.cat-mega-panel {
    display: none;
    position: fixed;
    top: var(--header-h, 72px);
    left: 0;
    right: 0;
    width: 100%;
    min-height: 400px;
    max-height: 70vh;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    z-index: 999;
    flex-direction: row;
    overflow: hidden;
    animation: megaSlideIn 0.18s ease;
}

.cat-mega-item.open .cat-mega-panel { display: flex; }

@keyframes megaSlideIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Sol kolon — üst kategoriler dikey liste */
.cat-mega-left {
    width: 240px;
    flex-shrink: 0;
    background: var(--color1);
    border-right: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    overflow-y: auto;
}

.cat-mega-parent {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 18px;
    margin: 0;
    text-decoration: none;
    color: var(--color3);
    font-size: 15px;
    font-family: var(--medium);
    border-left: 3px solid transparent;
    box-sizing: border-box;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.cat-mega-parent img {
    width: 22px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.6;
}

.cat-mega-parent .cat-chevron {
    margin-left: auto;
    font-size: 16px;
    opacity: 0.35;
    font-style: normal;
}

.cat-mega-parent:hover,
.cat-mega-parent.active {
    background: #fff;
    border-left-color: var(--color2);
    color: var(--color2);
}

/* cat-sub-card kaldırıldı — product-card template part kullanılıyor */

.cat-mega-parent:hover img,
.cat-mega-parent.active img {
    opacity: 1;
    filter: sepia(1) saturate(4) hue-rotate(50deg);
}

.cat-mega-parent:hover .cat-chevron,
.cat-mega-parent.active .cat-chevron {
    opacity: 0.7;
    color: var(--color2);
}

/* Sağ kolon — grid yığma: tüm paneller aynı alanda,
   container yüksekliği her zaman en uzun panele göre sabit */
.cat-mega-right {
    flex: 1;
    padding: 20px 24px;
    overflow-y: auto;
    display: grid;
    grid-template-areas: "panel";
    align-content: start;
}

.cat-sub-panel {
    grid-area: panel;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s;
}

.cat-sub-panel.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* 5'li grid — Bootstrap col-lg-4 (%33) yerine %20 */
.cat-sub-panel .col-lg-4 {
    flex: 0 0 20%;
    max-width: 20%;
}

/* product-card kompakt overrides — mega menü içinde */
.cat-sub-panel .product-box .img {
    aspect-ratio: 16/9;
    height: auto;
}
.cat-sub-panel .product-box .img img {
    height: 100%;
    object-fit: cover;
}
.cat-sub-panel .product-box .texts { padding: 10px 12px 12px; }
.cat-sub-panel .product-box .texts .t a { font-size: 13px; }
.cat-sub-panel .urun-card-meta { font-size: 11px; margin: 4px 0; }
.cat-sub-panel .product-box .b { margin-top: 8px; gap: 6px; }
.cat-sub-panel .product-box .b a { font-size: 12px; padding: 6px 10px; }

/* ── Anasayfa SEO grid (2 kolon) ────────────────────────────── */
.home-seo-grid {
    columns: 2;
    column-gap: 48px;
}

.home-seo-grid h2 {
    break-after: avoid;
    font-size: 19px;
    font-family: var(--medium);
    margin: 28px 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color2);
    display: inline-block;
    color: var(--color3);
}

.home-seo-grid p {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.72;
    margin-bottom: 14px;
    break-inside: avoid;
}

@media (max-width: 768px) { .home-seo-grid { columns: 1; } }

/* ── Archive Ürünler Açıklama Metni ─────────────────────────── */

.archive-desc {
    padding: 52px 0 60px;
    border-top: 1px solid #ebebeb;
    margin-top: 48px;
    columns: 2;
    column-gap: 48px;
}

.archive-desc h2 {
    font-size: 20px;
    font-family: var(--medium);
    color: var(--color3);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color2);
    display: inline-block;
    break-after: avoid;
    column-span: none;
}

.archive-desc p {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.72;
    margin-bottom: 16px;
    break-inside: avoid;
}

.archive-desc p strong {
    font-family: var(--medium);
    opacity: 1;
    color: var(--color3);
}

@media (max-width: 768px) {
    .archive-desc { columns: 1; }
}

/* ── İletişim Sayfası ──────────────────────────────────────── */

/* #page-contact padding .page'den geliyor — ayrı override yok */

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    padding: 40px 0;
}

/* Sol kolon */
.contact-title {
    font-size: 32px;
    margin-bottom: 12px;
    color: var(--color3);
}

.contact-desc {
    font-size: 15px;
    opacity: 0.7;
    line-height: 1.7;
    margin-bottom: 32px;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: var(--color3);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
    border-color: var(--color2);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    color: var(--color3);
    background: #fff;
}

.contact-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.contact-card-text span {
    display: block;
    font-size: 11px;
    opacity: 0.55;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.contact-card-text strong {
    font-size: 15px;
    font-family: var(--medium);
}

.contact-social span {
    display: block;
    font-size: 12px;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.contact-social-links {
    display: flex;
    gap: 10px;
}

.contact-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    color: #fff !important;
    background-color: var(--color3) !important;
}

.contact-social-links a:hover {
    background-color: var(--color2) !important;
}

/* Sağ kolon — form */
.contact-form-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 36px 40px;
}

.contact-form-header h2 {
    font-size: 22px;
    margin-bottom: 6px;
}

.contact-form-header p {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 28px;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-form .form-group {
    margin-bottom: 14px;
}

.contact-form .form-control {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--regular);
    background: var(--color1);
    color: var(--color3);
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

.contact-form .form-control:focus {
    border-color: var(--color2);
    background: #fff;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

.contact-submit {
    width: 100%;
    padding: 14px;
    background: var(--color2);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--medium);
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}

.contact-submit:hover { background: var(--color3); }

.contact-success {
    text-align: center;
    padding: 40px 20px;
}

.contact-success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color2);
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.contact-error {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #856404;
}

/* ── Logo sabit boyut — HTML width/height attribute override */
.header .top .logo img,
.header .top .logo .custom-logo-link img,
.header .top .logo .custom-logo {
    width: 90px !important;
    max-width: 90px !important;
    height: auto !important;
    display: block;
    flex-shrink: 0 !important;
}

/* Logo link kendi boyutunu aşamaz */
.header .top .logo a,
.header .top .logo .custom-logo-link {
    display: inline-flex !important;
    max-width: 90px;
    overflow: hidden;
}

/* Header container hiç taşmaz */
.header .top .container {
    box-sizing: border-box;
}

.header.scroll .top .logo img,
.header.scroll .top .logo .custom-logo-link img,
.header.scroll .top .logo .custom-logo {
    width: 75px !important;
}

/* .page — sticky header flow'da yer tuttuğu için margin-top: 0 */
.page {
    margin-top: 0;
}

/* ── Blog Archive ───────────────────────────────────────────── */

.blog-arch-header {
    padding: 32px 0 36px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.blog-arch-desc {
    font-size: 15px;
    opacity: 0.65;
    max-width: 560px;
    margin-top: 10px;
    line-height: 1.6;
}

/* Layout: içerik + sidebar */
.blog-arch-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: start;
    padding-bottom: 60px;
}

/* ── Öne Çıkan Yazı ── */
.blog-arch-featured {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    text-decoration: none;
    color: var(--color3);
    background: #fff;
    margin-bottom: 24px;
    transition: box-shadow 0.22s, transform 0.22s;
}

.blog-arch-featured:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.09);
    transform: translateY(-3px);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.blog-arch-featured-img {
    width: 280px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/10;
}

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

.blog-arch-featured:hover .blog-arch-featured-img img { transform: scale(1.05); }

.blog-arch-featured-body { flex: 1; display: flex; flex-direction: column; gap: 10px; }

.blog-arch-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-arch-date, .blog-arch-read {
    font-size: 12px;
    opacity: 0.55;
}

.blog-arch-featured-title {
    font-size: 22px;
    font-family: var(--medium);
    line-height: 1.3;
    margin: 0;
}

.blog-arch-featured-excerpt {
    font-size: 14px;
    opacity: 0.65;
    line-height: 1.65;
    flex: 1;
}

.blog-arch-read-more {
    font-size: 13px;
    font-family: var(--medium);
    color: var(--color2);
}

/* ── Eşit Grid Kartlar ── */
.blog-arch-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 0;
}

.blog-arch-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    text-decoration: none;
    color: var(--color3);
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.22s, transform 0.22s;
}

.blog-arch-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.blog-arch-card-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    flex-shrink: 0;
}

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

.blog-arch-card-no-img {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--color1);
}

.blog-arch-card:hover .blog-arch-card-img img { transform: scale(1.05); }

.blog-arch-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px;
}

.blog-arch-card-title {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
}

.blog-arch-card-excerpt {
    font-size: 13px;
    opacity: 0.6;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

/* ── Sayfalama ── */
.blog-arch-pagination {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
}

.blog-arch-pagination .nav-links {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.blog-arch-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    color: var(--color3);
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    background: #fff;
}

.blog-arch-pagination .page-numbers:hover,
.blog-arch-pagination .page-numbers.current {
    border-color: var(--color2);
    background: var(--color2);
    color: #fff !important;
    background-color: var(--color2) !important;
}

.blog-arch-empty {
    padding: 48px;
    text-align: center;
    background: var(--color1);
    border-radius: 12px;
    opacity: 0.7;
}

/* ── Blog Sidebar ── */
.blog-arch-sidebar { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 20px; }

.blog-sidebar-box {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    overflow: hidden;
}

.blog-sidebar-title {
    font-family: var(--medium);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 13px 16px;
    background: var(--color1);
    border-bottom: 1px solid #ebebeb;
}

/* Kategoriler */
.blog-sidebar-cats {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}

.blog-sidebar-cats li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 16px;
    font-size: 14px;
    text-decoration: none;
    color: var(--color3);
    border-left: 3px solid transparent;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.blog-sidebar-cats li a span {
    font-size: 11px;
    background: var(--color1);
    border-radius: 20px;
    padding: 2px 7px;
    opacity: 0.6;
}

.blog-sidebar-cats li a:hover,
.blog-sidebar-cats li a.active {
    background: var(--color1) !important;
    border-left-color: var(--color2);
    color: var(--color2) !important;
    background-color: var(--color1) !important;
}

/* Son yazılar */
.blog-sidebar-recent { list-style: none; padding: 0; margin: 0; }

.blog-sidebar-recent li a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--color3);
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
}

.blog-sidebar-recent li:last-child a { border-bottom: none; }
.blog-sidebar-recent li a:hover { background: var(--color1) !important; background-color: var(--color1) !important; color: var(--color3); }

.blog-sidebar-recent li a img {
    width: 56px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.blog-sidebar-recent-title { display: block; font-size: 13px; font-family: var(--medium); line-height: 1.3; }
.blog-sidebar-recent-date  { display: block; font-size: 11px; opacity: 0.5; margin-top: 2px; }

/* CTA */
.blog-sidebar-cta {
    background: var(--brand-dark);
    border-radius: 12px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-sidebar-cta p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    line-height: 1.5;
}

.blog-sidebar-cta-btn {
    display: block;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-family: var(--medium);
    font-size: 13px;
    background: var(--color2) !important;
    color: #fff !important;
    transition: opacity 0.2s;
}

.blog-sidebar-cta-btn--wp { background: #25d366 !important; }
.blog-sidebar-cta-btn:hover { opacity: 0.88; }

/* Etiketler */
.blog-sidebar-tags { padding: 14px 16px; display: flex; flex-wrap: wrap; gap: 6px; }

.blog-sidebar-tag {
    padding: 4px 10px;
    border: 1.5px solid #ddd;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    color: var(--color3);
    transition: border-color 0.2s, color 0.2s;
    background: transparent;
}

.blog-sidebar-tag:hover { border-color: var(--color2); color: var(--color2); background: transparent !important; }

/* Responsive */
@media (max-width: 900px) {
    .blog-arch-layout { grid-template-columns: 1fr; }
    .blog-arch-sidebar { position: static; }
    .blog-arch-grid { grid-template-columns: 1fr; }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .blog-arch-grid { grid-template-columns: 1fr; }
}

/* ── Single Post ─────────────────────────────────────────────── */

/* Hero */
.post-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 48px;
}

.post-hero-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.post-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

.post-hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    color: #fff;
}

/* Hero başlık yokken (görsel yok) */
#page-single-post .post-hero:not(:has(.post-hero-img)) {
    min-height: auto;
    background: var(--color1);
    padding: 32px 0;
}

.post-meta-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.post-cat-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--color2);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-family: var(--medium);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.2s;
}

.post-cat-badge:hover { background: var(--brand-dark) !important; color: #fff !important; }

.post-cat-badge--sm { font-size: 10px; padding: 3px 9px; }

.post-date, .post-read-time {
    font-size: 13px;
    opacity: 0.8;
}

.post-title {
    font-size: 38px;
    font-family: var(--medium);
    line-height: 1.2;
    margin-bottom: 14px;
}

.post-excerpt {
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.6;
    max-width: 680px;
}

/* Post layout: içerik + sidebar */
.post-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start;
    margin-bottom: 60px;
}

/* İçerik tipografisi */
.post-body {
    font-size: 16px;
    line-height: 1.85;
    color: var(--color3);
}

.post-body p  { margin-bottom: 20px; }
.post-body h2 { font-size: 24px; font-family: var(--medium); margin: 36px 0 14px; padding-bottom: 10px; border-bottom: 2px solid #ebebeb; }
.post-body h3 { font-size: 20px; font-family: var(--medium); margin: 28px 0 12px; }
.post-body ul, .post-body ol { padding-left: 22px; margin-bottom: 20px; }
.post-body li { margin-bottom: 8px; line-height: 1.7; }
.post-body strong { font-family: var(--medium); }
.post-body a { color: var(--color2); text-decoration: underline; }
.post-body blockquote {
    border-left: 4px solid var(--color2);
    margin: 28px 0;
    padding: 16px 24px;
    background: var(--color1);
    border-radius: 0 8px 8px 0;
    font-size: 17px;
    font-style: italic;
    opacity: 0.85;
}

/* Etiketler */
.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 32px 0;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
}

.post-tag {
    padding: 5px 12px;
    border: 1.5px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    color: var(--color3);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    background: transparent;
}

.post-tag:hover { border-color: var(--color2); color: var(--color2); background: transparent !important; }

/* Yazar + paylaş */
.post-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    gap: 20px;
    flex-wrap: wrap;
}

.post-author-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-author-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: block;
}

.post-author-name { font-family: var(--medium); font-size: 14px; }
.post-author-date { font-size: 12px; opacity: 0.55; }

.post-share {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.6;
}

.post-share-btn {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-family: var(--medium);
    text-decoration: none;
    transition: opacity 0.2s;
}

.post-share-fb { background: #1877f2; color: #fff !important; }
.post-share-wp { background: #25d366; color: #fff !important; }
.post-share-btn:hover { opacity: 0.85; background-color: inherit !important; }

/* Sidebar */
.post-sidebar { position: sticky; top: 20px; }

.post-sidebar-cta {
    background: var(--brand-dark);
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.post-sidebar-cta-icon { font-size: 32px; margin-bottom: 12px; }
.post-sidebar-cta h3 { font-size: 18px; font-family: var(--medium); color: #fff; margin-bottom: 8px; }
.post-sidebar-cta p  { font-size: 13px; opacity: 0.7; margin-bottom: 16px; }

.post-sidebar-cta-btn {
    display: block;
    padding: 11px;
    border-radius: 8px;
    font-family: var(--medium);
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 8px;
    transition: opacity 0.2s;
    background: var(--color2) !important;
    color: #fff !important;
}

.post-sidebar-cta-btn--wp { background: #25d366 !important; }
.post-sidebar-cta-btn:hover { opacity: 0.88; }

.post-sidebar-recent { background: #fff; border: 1px solid #ebebeb; border-radius: 12px; overflow: hidden; }
.post-sidebar-title  { font-family: var(--medium); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; padding: 14px 16px; border-bottom: 1px solid #ebebeb; background: var(--color1); }

.post-sidebar-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: var(--color3);
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
}

.post-sidebar-item:hover { background: var(--color1); color: var(--color3); background-color: var(--color1) !important; }
.post-sidebar-item:last-child { border-bottom: none; }

.post-sidebar-item-img {
    width: 60px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.post-sidebar-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-sidebar-item-title { font-size: 13px; font-family: var(--medium); line-height: 1.35; margin-bottom: 3px; }
.post-sidebar-item-date  { font-size: 11px; opacity: 0.5; }

/* İlgili yazılar */
.post-related { padding: 48px 0; border-top: 1px solid #ebebeb; }

.post-related-title {
    font-size: 24px;
    font-family: var(--medium);
    margin-bottom: 28px;
}

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

.post-related-card {
    text-decoration: none;
    color: var(--color3);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.post-related-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.09);
    transform: translateY(-3px);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.post-related-img { aspect-ratio: 16/9; overflow: hidden; }
.post-related-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s; }
.post-related-card:hover .post-related-img img { transform: scale(1.05); }

.post-related-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.post-related-title-text { font-family: var(--medium); font-size: 15px; line-height: 1.35; flex: 1; }
.post-related-date { font-size: 12px; opacity: 0.5; }

/* Görsel olmayan post için hero düzeltmesi */
#page-single-post .post-hero:not(:has(.post-hero-img)) .post-hero-content {
    color: var(--color3);
}

#page-single-post .post-hero:not(:has(.post-hero-img)) .post-date,
#page-single-post .post-hero:not(:has(.post-hero-img)) .post-read-time { opacity: 0.6; }

/* Responsive */
@media (max-width: 900px) {
    .post-layout { grid-template-columns: 1fr; }
    .post-sidebar { position: static; }
    .post-related-grid { grid-template-columns: 1fr 1fr; }
    .post-title { font-size: 28px; }
}

@media (max-width: 600px) {
    .post-related-grid { grid-template-columns: 1fr; }
    .post-hero { min-height: 300px; }
}

/* ── Fotoğraf Galeri ─────────────────────────────────────────── */

.atik-galeri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.atik-galeri-item {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--color1);
}

.atik-galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s;
}

.atik-galeri-item:hover img { transform: scale(1.06); }

.atik-galeri-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s;
    font-size: 28px;
    color: #fff;
    opacity: 0;
}

.atik-galeri-item:hover .atik-galeri-overlay {
    background: rgba(0,0,0,0.35);
    opacity: 1;
}

.galeri-empty {
    padding: 40px;
    background: var(--color1);
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
}

/* ── Video Galeri ─────────────────────────────────────────────── */

.atik-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 8px;
}

.atik-video-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.atik-video-thumb {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #000;
}

.atik-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.85;
}

.atik-video-thumb:hover img { transform: scale(1.04); opacity: 0.7; }

.atik-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
    transition: transform 0.2s;
}

.atik-video-thumb:hover .atik-video-play { transform: scale(1.15); }

.atik-video-title {
    font-size: 14px;
    font-family: var(--medium);
    color: var(--color3);
    line-height: 1.4;
}

@media (max-width: 768px) {
    .atik-galeri-grid,
    .atik-video-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Proje Kartları ──────────────────────────────────────────── */

.proje-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    transition: box-shadow 0.22s, transform 0.22s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.proje-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.proje-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.proje-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s;
}

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

.proje-card-body {
    padding: 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proje-card-cat {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color2);
    font-family: var(--medium);
}

.proje-card-title {
    font-family: var(--medium);
    font-size: 15px;
    line-height: 1.35;
    flex: 1;
}

.proje-card-title a {
    color: var(--color3);
    text-decoration: none;
    transition: color 0.2s;
}

.proje-card-title a:hover {
    color: var(--color2);
    background: transparent !important;
    background-color: transparent !important;
}

.proje-card-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    opacity: 0.65;
}

.proje-card-meta span { display: block; }
.proje-card-meta b   { font-family: var(--medium); margin-right: 4px; }

.proje-card-link {
    font-size: 13px;
    color: var(--color2);
    font-family: var(--medium);
    text-decoration: none;
    margin-top: 8px;
    transition: opacity 0.2s;
}

.proje-card-link:hover {
    opacity: 0.75;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--color2) !important;
}

/* Proje single sidebar meta listesi */
.proje-sidebar-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proje-sidebar-meta li {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 8px 10px;
    background: var(--color1);
    border-radius: 8px;
    border-left: 3px solid var(--color2);
}

.proje-sidebar-meta b {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.55;
    font-family: var(--medium);
}

.proje-sidebar-meta span { font-size: 13px; font-family: var(--medium); }

/* ── Ürün Single — Teklif Butonu ─────────────────────────────── */

.urun-teklif-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px !important;
    background: var(--color2) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: var(--medium) !important;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s !important;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 14px rgba(113,120,9,0.25);
}

.urun-teklif-btn:hover {
    background: var(--brand-dark) !important;
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(113,120,9,0.3);
}

.urun-teklif-btn svg { flex-shrink: 0; }

/* ── Ürün Single — Hizmet Bilgilendirme ─────────────────────── */

.urun-hizmet-section {
    background: var(--color1);
    padding: 56px 0;
    margin-top: 48px;
    border-top: 3px solid var(--color2);
}

.urun-hizmet-header {
    margin-bottom: 36px;
    text-align: center;
}

.urun-hizmet-header h2 {
    font-size: 26px;
    font-family: var(--medium);
    color: var(--color3);
    margin-bottom: 10px;
}

.urun-hizmet-header p {
    font-size: 15px;
    opacity: 0.65;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.urun-hizmet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

/* Kolon başlığı */
.urun-hizmet-col-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--medium);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.urun-hizmet-col-title--green {
    background: rgba(113,120,9,0.1);
    color: var(--color2);
}

.urun-hizmet-col-title--orange {
    background: rgba(230,100,30,0.1);
    color: #c0560a;
}

/* Sol: gruplar + listeler */
.urun-hizmet-group {
    margin-bottom: 20px;
}

.urun-hizmet-group-title {
    font-family: var(--medium);
    font-size: 13px;
    color: var(--color3);
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid var(--color2);
}

.urun-hizmet-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.urun-hizmet-group ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.55;
    opacity: 0.8;
}

.urun-hizmet-group ul li::before {
    content: '✓';
    color: var(--color2);
    font-family: var(--medium);
    flex-shrink: 0;
    margin-top: 1px;
}

/* Sağ: madde listesi */
.urun-hizmet-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.urun-hizmet-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
}

.urun-hizmet-item-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.urun-hizmet-item strong {
    display: block;
    font-family: var(--medium);
    font-size: 13px;
    color: var(--color3);
    margin-bottom: 2px;
}

.urun-hizmet-item span {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    line-height: 1.45;
}

/* Not satırı */
.urun-hizmet-note {
    margin-top: 28px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid var(--color2);
    font-size: 14px;
    opacity: 0.75;
    line-height: 1.6;
}

.urun-hizmet-note a {
    color: var(--color2);
    font-family: var(--medium);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .urun-hizmet-grid { grid-template-columns: 1fr; }
}

/* ── Ürün Kart — m² ve fiyat ────────────────────────────────── */

.urun-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 0 2px;
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
}

.urun-card-m2 {
    font-size: 12px;
    color: var(--color3);
    opacity: 0.6;
    font-family: var(--medium);
    background: var(--color1);
    padding: 3px 8px;
    border-radius: 4px;
}

.urun-card-fiyat {
    font-size: 14px;
    font-family: var(--medium);
    color: var(--color2);
}

/* ── Tekil Ürün — bilgi görselin altında ────────────────────── */

/* .urun-detail-specs sol kolona (filter-area içine) taşındı */
.urun-detail-specs {
    margin-top: 24px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.urun-specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.urun-specs-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.urun-specs-list li:first-child { border-radius: 8px 8px 0 0; border-top: 1px solid #ebebeb; }
.urun-specs-list li:last-child  { border-radius: 0 0 8px 8px; }

.urun-specs-list b {
    font-family: var(--medium);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.55;
}

.urun-specs-list span { font-family: var(--medium); font-size: 14px; }

.urun-detail-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.urun-wp-btn {
    display: block;
    padding: 12px;
    background: #25d366 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 8px;
    font-family: var(--medium);
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.urun-wp-btn:hover { opacity: 0.88; background-color: #25d366 !important; }

/* ── Ürün Filtre Alanı ───────────────────────────────────────── */

.urun-filter-wrap {
    border-top: 1px solid #ebebeb;
    margin-top: 16px;
    padding-top: 16px;
}

.urun-filter-group {
    margin-bottom: 18px;
}

.urun-filter-label {
    font-size: 11px;
    font-family: var(--medium);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    opacity: 0.55;
    margin-bottom: 8px;
}

/* Toggle butonlar */
.urun-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.urun-filter-tag {
    padding: 5px 12px;
    border: 1.5px solid #ddd;
    border-radius: 20px;
    background: transparent;
    font-size: 13px;
    font-family: var(--regular);
    color: var(--color3);
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    line-height: 1.4;
}

.urun-filter-tag:hover {
    border-color: var(--color2);
    color: var(--color2);
}

.urun-filter-tag.active {
    border-color: var(--color2);
    background: var(--color2);
    color: #fff;
}

/* Metrekare input */
.urun-filter-m2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.urun-filter-m2-input {
    width: 70px;
    padding: 6px 8px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    color: var(--color3);
    background: var(--color1);
    outline: none;
    transition: border-color 0.15s;
    -moz-appearance: textfield;
}

.urun-filter-m2-input::-webkit-outer-spin-button,
.urun-filter-m2-input::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; }

.urun-filter-m2-input:focus { border-color: var(--color2); background: #fff; }

.urun-filter-m2-sep { font-size: 13px; opacity: 0.4; }
.urun-filter-m2-unit { font-size: 12px; opacity: 0.5; }

/* Temizle butonu */
.urun-filter-reset {
    width: 100%;
    padding: 8px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    background: transparent;
    font-size: 12px;
    color: var(--color3);
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
    margin-top: 4px;
    font-family: var(--regular);
}

.urun-filter-reset:hover { border-color: #c0392b; color: #c0392b; }

/* Sonuç sayacı */
.urun-filter-count {
    font-size: 12px;
    opacity: 0.5;
    margin-top: 8px;
    text-align: center;
}

/* Gizlenen kart animasyonu */
.col-lg-4[data-filter-kat] {
    transition: opacity 0.2s, transform 0.2s;
}

.col-lg-4[data-filter-kat].filter-hidden {
    display: none;
}

/* ── Unified Page Head ─────────────────────────────────────────
   .page-head: breadcrumb + opsiyonel h1 — tüm sayfa türlerinde aynı
   ─────────────────────────────────────────────────────────────── */
.page-head {
    padding: 14px 0 0;
}

/* Breadcrumb — global.css'deki li:after separator'ı kullan, kendi ekleme */
.page-head .bread ul {
    flex-wrap: wrap;
    font-size: 13px;
    gap: 20px; /* global.css li:after separator gap'ine uygun */
}

/* global.css'deki li:after zaten '/' koyuyor — çift separator engelle */
.page-head .bread ul li + li::before { display: none; content: none; }

.page-head .bread ul li a:hover { opacity: 1; }
.page-head .bread ul li[aria-current="page"] { opacity: 1; font-family: var(--medium); }

/* Sayfa başlığı — sadece type-page için breadcrumbs.php render eder */
.page-head .page-main-title {
    font-size: 28px;
    font-family: var(--medium);
    color: var(--color3);
    margin: 16px 0 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
}

/* Genel sayfa içerik alanı */
.page-content-wrap { padding: 32px 0 0; }

.page-content-wrap p {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 16px;
}

.page-content-wrap h2,
.page-content-wrap h3,
.page-content-wrap h4 {
    font-family: var(--medium);
    margin: 28px 0 12px;
    color: var(--color3);
}

.page-content-wrap h2 { font-size: 22px; }
.page-content-wrap h3 { font-size: 18px; }
.page-content-wrap h4 { font-size: 16px; }

.page-content-wrap ul,
.page-content-wrap ol { padding-left: 20px; margin-bottom: 16px; }

.page-content-wrap li { font-size: 15px; line-height: 1.8; opacity: 0.8; margin-bottom: 4px; }

.page-content-wrap a { color: var(--color2); }

/* Shortcode CTA — container içinde, breadcrumb genişliğinde */
.faaliyet-cta-inline {
    background: var(--color1);
    border-radius: 12px;
    padding: 32px 36px;
    margin-top: 32px;
}

.faaliyet-cta-inline h2 { font-size: 20px !important; margin: 0 0 6px !important; }
.faaliyet-cta-inline p  { margin: 0 !important; }

/* global.css .bread{margin-bottom:10px} override */
.bread { margin-bottom: 0; }

/* ================================================================
   ANASAYFA MODERNLEŞME
   ================================================================ */

/* ── Hakkımızda Banner — gradient + ortala ───────────────────── */

/* Gradient overlay katmanı */
.about-us-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(113, 120, 9, 0.72) 0%,
        rgba(43, 46, 2, 0.55)   50%,
        rgba(0, 0, 0, 0.15)     100%
    );
    z-index: 0;
    pointer-events: none;
}

/* About us — görsel bölümü tam kapla */
#page-home .about-us {
    position: relative !important;
    overflow: hidden;
}

#page-home .about-us .img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    height: 100% !important;
}

#page-home .about-us .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Metin container ortala */
.about-us .container {
    position: relative;
    z-index: 2;
    justify-content: center !important;
    min-height: 540px;
    display: flex !important;
    align-items: center !important;
}

.about-us .container .texts {
    width: 100% !important;
    max-width: 640px;
    text-align: center;
    color: #fff !important;
}

.about-us .container .texts .t {
    color: #fff !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}

.about-us .container .texts .d {
    color: rgba(255,255,255,0.88) !important;
}

.about-us .container .texts .p-link {
    justify-content: center;
    display: flex;
}

/* CTA butonu beyaz */
.about-us .container .texts .p-link.blue a {
    background: #fff !important;
    color: var(--color2) !important;
    font-family: var(--medium);
}

.about-us .container .texts .p-link.blue a:hover {
    background: var(--color2) !important;
    color: #fff !important;
}

/* ── Öne Çıkan Kategoriler ───────────────────────────────────── */

.featured-cats-section {
    padding: 60px 0;
    background: #fff;
}

.featured-cats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.featured-cat-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    text-decoration: none;
    color: var(--color3);
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}

.featured-cat-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.featured-cat-img {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.featured-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.featured-cat-card:hover .featured-cat-img img { transform: scale(1.05); }

.featured-cat-body {
    padding: 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.featured-cat-title {
    font-family: var(--medium);
    font-size: 16px;
    color: var(--color3);
}

.featured-cat-desc {
    font-size: 13px;
    opacity: 0.55;
    flex: 1;
}

.featured-cat-link {
    font-size: 13px;
    color: var(--color2);
    font-family: var(--medium);
    margin-top: 8px;
}

/* ── Faaliyet Alanları (anasayfa) ────────────────────────────── */

.activity-section {
    padding: 60px 0;
    background: var(--brand-dark);
}

.activity-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}

.activity-header .section-label { color: var(--color2); }

.activity-header .section-title {
    color: #fff;
    padding-bottom: 14px;
}

.activity-header .section-title::after { background: var(--color2); }

.activity-lead {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin-top: 8px;
    max-width: 500px;
}

.activity-all-link {
    display: inline-block;
    padding: 10px 22px;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 14px;
    font-family: var(--medium);
    white-space: nowrap;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    flex-shrink: 0;
    margin-left: 40px;
    margin-bottom: 14px;
}

.activity-all-link:hover {
    border-color: var(--color2);
    color: var(--color2);
    background: rgba(113,120,9,0.08) !important;
    background-color: rgba(113,120,9,0.08) !important;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.activity-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.activity-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--color2);
    transform: scaleX(0);
    transition: transform 0.25s;
    transform-origin: left;
}

.activity-card:hover {
    background: rgba(255,255,255,0.1) !important;
    background-color: rgba(255,255,255,0.1) !important;
    border-color: rgba(113,120,9,0.5);
    transform: translateY(-2px);
    color: #fff !important;
}

.activity-card:hover::before { transform: scaleX(1); }

.activity-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 8px;
    flex-shrink: 0;
}

.activity-card-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

.activity-card-title {
    font-family: var(--medium);
    font-size: 15px;
    line-height: 1.3;
}

.activity-card-desc {
    font-size: 12px;
    opacity: 0.55;
    line-height: 1.5;
    flex: 1;
}

.activity-card-arrow {
    font-size: 16px;
    color: var(--color2);
    margin-top: 4px;
    transition: transform 0.2s;
}

.activity-card:hover .activity-card-arrow { transform: translateX(4px); }

/* ── Faaliyet Alanları sayfası ───────────────────────────────── */

.faaliyet-hero {
    background: var(--brand-dark);
    padding: 50px 0 60px;
    margin-bottom: 48px;
}

.faaliyet-hero .section-label { color: var(--color2); }

.faaliyet-hero-title {
    font-size: 40px;
    font-family: var(--medium);
    color: #fff;
    margin: 10px 0 16px;
}

.faaliyet-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    max-width: 680px;
}

.faaliyet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.faaliyet-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px 24px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: var(--color3);
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.faaliyet-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--color2);
    transform: scaleX(0);
    transition: transform 0.25s;
    transform-origin: left;
}

.faaliyet-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    border-color: var(--color2);
    transform: translateY(-3px);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.faaliyet-card:hover::after { transform: scaleX(1); }

.faaliyet-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-dark);
    border-radius: 12px;
    padding: 10px;
    flex-shrink: 0;
}

.faaliyet-card-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.faaliyet-card-title {
    font-family: var(--medium);
    font-size: 16px;
}

.faaliyet-card-desc {
    font-size: 13px;
    opacity: 0.6;
    line-height: 1.6;
    flex: 1;
}

.faaliyet-card-link {
    font-size: 13px;
    color: var(--color2);
    font-family: var(--medium);
    margin-top: 4px;
}

/* Faaliyet CTA */
.faaliyet-cta {
    background: var(--color1);
    padding: 48px 0;
    margin-bottom: 0;
}

.faaliyet-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.faaliyet-cta-inner h2 {
    font-size: 24px;
    font-family: var(--medium);
    margin-bottom: 8px;
}

.faaliyet-cta-inner p {
    font-size: 15px;
    opacity: 0.65;
}

.faaliyet-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.faaliyet-cta-btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 8px;
    font-family: var(--medium);
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
}

.faaliyet-cta-btn:hover { transform: translateY(-2px); }

.faaliyet-cta-btn--primary {
    background: var(--color2);
    color: #fff !important;
}

.faaliyet-cta-btn--primary:hover { background: var(--color3) !important; }

.faaliyet-cta-btn--wp {
    background: #25d366;
    color: #fff !important;
}

/* ── Medya Split Bölümü ─────────────────────────────────────── */

.media-split {
    display: flex;
    height: 480px;
}

.media-split-half {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.media-split-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s;
}

.media-split-photo:hover img { transform: scale(1.04); }

.media-split-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-split-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
    transition: background 0.3s;
}

.media-split-half:hover .media-split-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 55%, rgba(0,0,0,0.05) 100%);
}

.media-split-half:first-child { border-right: 2px solid rgba(255,255,255,0.2); }

.media-split-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
}

.media-split-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.35);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.media-split-half:hover .media-split-icon {
    background: var(--color2);
    border-color: var(--color2);
}

.media-split-title {
    font-family: var(--medium);
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}

.media-split-btn {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 8px !important;
    font-family: var(--medium);
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none;
    width: fit-content;
    transition: background 0.2s, border-color 0.2s;
    backdrop-filter: blur(4px);
}

.media-split-btn:hover {
    background: var(--color2) !important;
    border-color: var(--color2) !important;
    background-color: var(--color2) !important;
}

/* ── Blog section wrapper ────────────────────────────────────── */
.blog-section-wrap {
    background: var(--color1);
    padding: 60px 0;
}

/* ── Slider: karanlık overlay + güçlü tipografi ─────────────── */
.slider .item-new { position: relative; }

.slider .item-new .img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(4,20,36,0.72) 0%, rgba(4,20,36,0.3) 60%, transparent 100%);
}

.slider .item-new .texts {
    position: absolute !important;
    z-index: 2;
    left: 0 !important;
    right: auto !important;
    bottom: 0;
    top: 0;
    width: 640px;
    max-width: 90%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start !important;
    text-align: left !important;
    padding: 0 80px;
}

.slider .item-new .texts span {
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color2);
    font-family: var(--medium);
    margin-bottom: 14px;
    display: block;
}

.slider .item-new .texts .t {
    font-size: 46px;
    line-height: 1.15;
    color: #fff;
    font-family: var(--medium);
    margin-bottom: 16px;
}

.slider .item-new .texts .d {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 460px;
}

.slider .item-new .texts .p-link {
    text-align: left !important;
    align-self: flex-start;
}

.slider .item-new .texts .p-link a {
    background: var(--color2);
    color: #fff;
    font-size: 14px;
    padding: 13px 28px;
    letter-spacing: 0.03em;
}

.slider .item-new .texts .p-link a:hover { background: #fff; color: var(--color2); }

/* ── Stats Bar ───────────────────────────────────────────────── */
.stats-bar {
    background: var(--color3);
    padding: 0;
    position: relative;
    z-index: 1;
}

.stats-bar .container {
    display: flex;
    align-items: stretch;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 28px 20px;
    color: #fff;
}

.stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.1);
    margin: 20px 0;
}

.stat-num {
    font-family: var(--medium);
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-num span {
    color: var(--color2);
    font-size: 24px;
}

.stat-label {
    font-size: 13px;
    opacity: 0.55;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ── Bölüm başlığı sistemi ───────────────────────────────────── */
.section-header {
    margin-bottom: 36px;
}

.section-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color2);
    font-family: var(--medium);
    margin-bottom: 8px;
}

.section-title {
    font-size: 34px;
    font-family: var(--medium);
    color: var(--color3);
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: var(--color2);
    border-radius: 2px;
}

/* Mevcut .title elementlerini modernleştir */
.feature-products .title,
.products-area .title,
.projects-area .title,
.blogs .title {
    font-size: 32px;
    font-family: var(--medium);
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 28px;
    display: inline-block;
}

.feature-products .title::after,
.products-area .title::after,
.projects-area .title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--color2);
    border-radius: 2px;
}

/* ── Ürünler tab pill'ler ─────────────────────────────────────── */
.products-area .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
}

.products-area .m ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0; padding: 0;
}

.products-area .m ul li a {
    display: block;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--medium);
    border: 1.5px solid #ddd;
    text-decoration: none;
    color: var(--color3);
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    white-space: nowrap;
    background: transparent;
}

.products-area .m ul li a:hover,
.products-area .m ul li.active a {
    border-color: var(--color2) !important;
    background: var(--color2) !important;
    color: #fff !important;
}

/* ── Faaliyet kutuları modernleştir ──────────────────────────── */
.activity .box {
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.activity .box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.activity .box.last { border: 2px solid var(--color2); }

/* ── Blog modern layout ──────────────────────────────────────── */
.blogs--modern .section-header { margin-bottom: 28px; }

.blog-modern-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

/* Öne çıkan yazı */
.blog-featured {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    text-decoration: none;
    color: var(--color3);
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}

.blog-featured:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.blog-featured-img {
    aspect-ratio: 16/9;
    overflow: hidden;
}

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

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

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

.blog-meta { margin-bottom: 10px; }

.blog-date {
    font-size: 12px;
    color: var(--color2);
    font-family: var(--medium);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.blog-featured-title {
    font-family: var(--medium);
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.blog-featured-excerpt {
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}

.blog-read-more {
    font-size: 13px;
    font-family: var(--medium);
    color: var(--color2);
}

/* Yan liste */
.blog-side-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-side-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    text-decoration: none;
    color: var(--color3);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.blog-side-item:hover {
    border-color: var(--color2);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    color: var(--color3);
    background: #fff !important;
    background-color: #fff !important;
}

.blog-side-img {
    width: 80px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-side-date {
    width: 60px;
    height: 60px;
    background: var(--color2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.blog-side-date span:first-child {
    font-size: 22px;
    font-family: var(--medium);
    line-height: 1;
}

.blog-side-date span:last-child {
    font-size: 11px;
    opacity: 0.85;
    text-transform: uppercase;
}

.blog-side-title {
    font-family: var(--medium);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.blog-side-excerpt {
    font-size: 12px;
    opacity: 0.55;
    line-height: 1.5;
}

.blog-cta {
    text-align: center;
    margin-top: 8px;
}

.blog-cta-link {
    display: inline-block;
    font-size: 14px;
    font-family: var(--medium);
    color: var(--color2);
    text-decoration: none;
    padding: 10px 24px;
    border: 1.5px solid var(--color2);
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.blog-cta-link:hover {
    background: var(--color2) !important;
    color: #fff !important;
    background-color: var(--color2) !important;
}

/* ── Home CTA Bandı ─────────────────────────────────────────── */

.home-cta-band {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--color1);
}

/* Görsel */
.home-cta-img-wrap {
    position: absolute;
    inset: 0;
}

.home-cta-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-cta-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.97) 0%,
        rgba(255,255,255,0.92) 45%,
        rgba(255,255,255,0.5)  70%,
        rgba(255,255,255,0)    100%
    );
}

/* İçerik */
.home-cta-inner {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.home-cta-content {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-cta-badge {
    display: inline-block;
    padding: 5px 14px;
    background: var(--color2);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-family: var(--medium);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: fit-content;
}

.home-cta-title {
    font-size: 40px;
    font-family: var(--medium);
    color: var(--color3);
    line-height: 1.2;
    margin: 0;
}

.home-cta-title span { color: var(--color2); }

.home-cta-desc {
    font-size: 16px;
    color: var(--color3);
    opacity: 0.7;
    line-height: 1.7;
    margin: 0;
}

/* Güven göstergeleri */
.home-cta-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.home-cta-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.home-cta-trust-item strong {
    font-family: var(--medium);
    font-size: 20px;
    color: var(--color2);
    display: block;
}

.home-cta-trust-item span {
    font-size: 11px;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.home-cta-trust-div {
    width: 1px;
    height: 36px;
    background: #e8e8e8;
    flex-shrink: 0;
}

/* Butonlar */
.home-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.home-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 13px 24px;
    border-radius: 8px;
    font-family: var(--medium);
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
    white-space: nowrap;
}

.home-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.home-cta-btn--primary {
    background: var(--color2) !important;
    color: #fff !important;
}

.home-cta-btn--wp {
    background: #25d366 !important;
    color: #fff !important;
}

.home-cta-btn--outline {
    background: transparent !important;
    color: var(--color3) !important;
    border: 1.5px solid #ccc;
}

.home-cta-btn--outline:hover {
    border-color: var(--color2);
    color: var(--color2) !important;
}

/* ── Neden Prefabrik Ev — yeni tasarım ───────────────────────── */
.why-section {
    padding: 60px 0;
}

.why-header {
    margin-bottom: 40px;
}

.why-lead {
    font-size: 16px;
    opacity: 0.65;
    max-width: 560px;
    line-height: 1.7;
    margin-top: 10px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.25s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--color2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.why-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.09);
    transform: translateY(-4px);
}

.why-card:hover::before { transform: scaleX(1); }

.why-card-stat {
    font-size: 32px;
    font-family: var(--medium);
    color: var(--color2);
    line-height: 1;
}

.why-card-title {
    font-size: 20px;
    font-family: var(--medium);
    color: var(--color3);
    margin: 0;
}

.why-card-desc {
    font-size: 14px;
    line-height: 1.75;
    opacity: 0.7;
    flex: 1;
}

.why-card-desc strong { font-family: var(--medium); opacity: 1; color: var(--color3); }

.why-card-link {
    display: inline-block;
    font-size: 13px;
    font-family: var(--medium);
    color: var(--color2);
    text-decoration: none;
    margin-top: 4px;
    transition: opacity 0.2s;
}

.why-card-link:hover {
    opacity: 0.75;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--color2) !important;
}

/* Anasayfa projeler bölümü üst boşluk */
#page-home .projects-area { padding-top: 60px; }

/* ── Proje kartları modernleştir ─────────────────────────────── */
.project-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}

.project-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.project-item .img { overflow: hidden; }
.project-item .img img { transition: transform 0.4s; display: block; }
.project-item:hover .img img { transform: scale(1.05); }

.project-item .texts { padding: 16px; }
.project-item .c {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color2);
    font-family: var(--medium);
    margin-bottom: 6px;
}

.project-item .t {
    font-family: var(--medium);
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.project-item .t a { color: var(--color3); text-decoration: none; }
.project-item .t a:hover { color: var(--color2); background: transparent !important; }

/* Proje kart padding küçült (global: 45px 80px) */
.project-item .texts { padding: 16px !important; min-height: auto !important; }
.project-item .texts .t { height: auto !important; font-size: 14px !important; line-height: 1.4 !important; margin-top: 6px !important; }
.project-item .texts .c { font-size: 11px !important; }
.project-item .texts .d { margin-top: 12px !important; }

/* Detaylar 2 kolonlu grid */
.project-item .d ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 4px 6px;
    flex-direction: unset !important;
}

/* Son öğe tek sayıysa tam genişlik */
.project-item .d li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.project-item .d li {
    font-size: 11px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1px;
    padding: 5px 8px !important;
    background: var(--color1);
    border-radius: 5px;
    color: var(--color3) !important;
}

.project-item .d li b {
    font-family: var(--medium);
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.5;
    width: auto !important;
    flex: none !important;
    font-weight: normal;
    color: var(--color3) !important;
}

/* ── SEO Metinleri modern grid ────────────────────────────────── */
.seo-texts--modern { padding: 50px 0; }

.seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.seo-main h2 {
    font-size: 28px;
    font-family: var(--medium);
    margin-bottom: 16px;
    color: var(--color3);
}

.seo-main p {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.75;
    margin-bottom: 14px;
}

.seo-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seo-feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ebebeb;
}

.seo-feature-icon {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.seo-feature-item strong {
    display: block;
    font-family: var(--medium);
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--color3);
}

.seo-feature-item p {
    font-size: 13px;
    opacity: 0.6;
    line-height: 1.6;
    margin: 0;
}


/* ── Container responsive padding override ──────────────────── */
@media (max-width: 768px) {
    .container { padding-left: 20px !important; padding-right: 20px !important; }

    /* Bootstrap col override - sayfa içi layoutlar */
    .category-colums .row > .col-lg-3 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
    .category-colums .row > .col-lg-9 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
    .urun-detail-specs { margin-top: 16px; padding-top: 16px; }

    /* Filter area mobile */
    .filter-area { max-height: none !important; margin-bottom: 24px; }

    /* Products area tabs overflow */
    #page-home .products-area .top { flex-direction: column; gap: 10px; }
    #page-home .products-area .m { width: 100%; overflow-x: auto; }
    #page-home .products-area .m ul { flex-wrap: nowrap; padding-bottom: 4px; }

    /* Slider — tüm OWL katmanları + görsel minimum %90 vh */
    #page-home .slider,
    #page-home .slider .owl-carousel,
    #page-home .slider .owl-carousel .owl-stage-outer,
    #page-home .slider .owl-carousel .owl-stage,
    #page-home .slider .owl-carousel .owl-item,
    #page-home .slider .owl-carousel .item-new { height: 90vh !important; min-height: 0 !important; }
    #page-home .slider .owl-carousel .item-new .img { height: 90vh !important; overflow: hidden !important; }
    #page-home .slider .owl-carousel .item-new .img img { width: 100% !important; height: 90vh !important; object-fit: cover !important; object-position: center center !important; display: block !important; }
    .slider .item-new .texts { padding: 0 20px !important; width: 100% !important; max-width: 100% !important; }
    .slider .item-new .texts .t { font-size: 26px; }
    .slider .item-new .texts .d { font-size: 13px; margin-bottom: 18px; }

    /* Öne çıkan kategoriler — tekli sıra */
    .featured-cats-section { padding: 40px 0; }
    .featured-cats-grid { grid-template-columns: 1fr; }

    /* About us — mobilde container yüksekliği kıs */
    .about-us .container { min-height: 300px; }

    /* Faaliyet alanları — 2'li sıra */
    .activity-section { padding: 40px 0; }
    .activity-grid { grid-template-columns: repeat(2, 1fr); }
    .activity-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .activity-all-link { margin-left: 0; margin-bottom: 0; }

    /* CTA bant — trust taşma düzelt */
    .home-cta-band { min-height: auto; }
    .home-cta-inner { padding: 40px 0; }
    .home-cta-content { max-width: 100%; }
    .home-cta-title { font-size: 26px; }
    .home-cta-trust { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
    .home-cta-trust-div { display: none; }
    .home-cta-trust-item { flex: 1 1 0; min-width: 0; text-align: center; }
    .home-cta-trust-item span { white-space: normal; }
    .home-cta-actions { flex-direction: column; }
    .home-cta-btn { width: 100%; text-align: center; justify-content: center; box-sizing: border-box; }
    .home-cta-img-overlay {
        background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 100%);
    }

    /* Neden Prefabrik — tekli sıra */
    .why-section { padding: 40px 0; }
    .why-grid { grid-template-columns: 1fr; }

    /* Medya split — dikey yığma */
    .media-split { flex-direction: column; height: auto; }
    .media-split-half { height: 220px; }
    .media-split-half:first-child { border-right: none; border-bottom: 2px solid rgba(255,255,255,0.2); }

    /* Blog — tekli sıra */
    .blog-section-wrap { padding: 40px 0; }
    .blog-modern-grid { grid-template-columns: 1fr; }
    .blog-side-list { display: flex; flex-direction: column; gap: 10px; height: auto; justify-content: flex-start; }
    .blog-side-item { flex-shrink: 0; }
    .blog-arch-layout { grid-template-columns: 1fr; }
    .blog-arch-sidebar { position: static; }
    .blog-arch-featured { flex-direction: column; }
    .blog-arch-featured-img { width: 100%; }

    /* Faaliyet alanları sayfası + shortcode */
    .faaliyet-hero { padding: 32px 0 40px; margin-bottom: 32px; }
    .faaliyet-hero-title { font-size: 26px; }
    .faaliyet-hero-desc { font-size: 14px; }
    .faaliyet-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 32px; }
    .faaliyet-card { padding: 20px 16px; gap: 8px; }
    .faaliyet-cta { padding: 32px 0; }
    .faaliyet-cta-inner { flex-direction: column; gap: 20px; }
    .faaliyet-cta-inner h2 { font-size: 20px; }
    .faaliyet-cta-buttons { flex-direction: column; width: 100%; }
    .faaliyet-cta-btn { width: 100%; text-align: center; box-sizing: border-box; }
    .faaliyet-cta-inline { padding: 24px 20px; }
    .faaliyet-cta-inline .faaliyet-cta-inner { flex-direction: column; gap: 16px; }
    .faaliyet-cta-inline .faaliyet-cta-buttons { flex-direction: column; width: 100%; }
    .faaliyet-cta-inline .faaliyet-cta-btn { width: 100%; text-align: center; box-sizing: border-box; }

    /* Footer — tek kolon */
    .footer-grid { grid-template-columns: 1fr; gap: 24px; padding: 32px 0; }
    .footer-bottom .container { flex-direction: column; gap: 8px; text-align: center; }
    .footer-bottom-links { justify-content: center; }

    /* Project cards in archive */
    .row.g-4 > .col-lg-4 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
    .row.g-4 > .col-md-4 { width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important; }
}

@media (max-width: 576px) {
    .row.g-4 > .col-md-4 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
}

/* Ana sayfada padding sıfırla (slider tam ekran) — margin-top sticky'den geliyor */
body.home .page,
#page-home {
    padding: 0 !important;
}


/* ── Mobil Menü (p-big-menu) ─────────────────────────────────── */

/* Arka plan brand-dark */
.p-big-menu { background: var(--brand-dark) !important; }

/* Üst bar */
.p-big-menu .top {
    background: var(--brand-dark) !important;
    padding: 16px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Logo — beyaz */
.p-big-menu .top .logo img,
.p-big-menu .top .logo .custom-logo,
.p-big-menu .top .logo .custom-logo-link img {
    max-width: 130px !important;
    height: auto !important;
    opacity: 0.95 !important;
}

/* Kapatma X — beyaz */
.p-big-menu .top .clss::before,
.p-big-menu .top .clss::after {
    background-color: #fff !important;
}

/* Menü .m alanı */
.p-big-menu .m {
    background: var(--brand-dark) !important;
    color: #fff !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative !important;
    height: 100% !important;
}

/* Ana menü linkleri */
.p-big-menu .m > ul > li > a,
.p-big-menu .m > ul > li > span.mob-parent {
    color: rgba(255,255,255,0.9) !important;
    font-size: 16px !important;
    font-family: var(--medium) !important;
    padding: 14px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.15s !important;
    background: transparent !important;
}

.p-big-menu .m > ul > li > a:hover { background: rgba(255,255,255,0.05) !important; }

/* Alt menü — overlay olarak .p-big-menu .m üzerine */
.p-big-menu .m ul li ul,
.p-big-menu .m ol li ul {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: var(--brand-dark) !important;
    z-index: 10001 !important;
    overflow-y: auto !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Alt menü açıkken göster */
.p-big-menu .m ul li.open > ul,
.p-big-menu .m ol li.open > ul {
    display: block !important;
}

/* Alt menü başlık barı (Geri butonu bulunduğu alan) */
.p-big-menu .m ul li.bck,
.p-big-menu .m ol li.bck {
    color: #fff !important;
    font-family: var(--medium) !important;
    font-size: 14px !important;
    padding: 16px 24px !important;
    cursor: pointer !important;
    background: rgba(113,120,9,0.3) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    list-style: none !important;
}

.p-big-menu .m ul li.bck::before { content: "←"; font-size: 16px; }

/* Alt menü link leri */
.p-big-menu .m ul li ul li a,
.p-big-menu .m ol li ul li a {
    color: rgba(255,255,255,0.88) !important;
    font-size: 15px !important;
    font-family: var(--regular) !important;
    padding: 13px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    display: block !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: color 0.15s, background 0.15s !important;
}

.p-big-menu .m ul li ul li a:hover {
    color: var(--color2) !important;
    background: rgba(255,255,255,0.04) !important;
}

/* Alt dil çubuğu */
.p-big-menu .bottom {
    background: rgba(0,0,0,0.25) !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 14px 24px !important;
}

.p-big-menu .bottom ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 16px; }

.p-big-menu .bottom ul li a {
    color: rgba(255,255,255,0.55) !important;
    font-size: 14px !important;
    text-decoration: none !important;
    font-family: var(--medium) !important;
}

.p-big-menu .bottom ul li.active a { color: var(--color2) !important; }



/* ── Görsel taşma fix — HTML attribute'ları geçersiz kıl ────── */
@media (max-width: 1120px) {

    /* Header genişlik kilidi — overflow visible (dropdown için) */
    .header,
    .header .top,
    .header .top .container {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }

    /* Page head mobil */
    .page-head { padding: 10px 0 0; }
    .page-head .page-main-title { font-size: 22px; }

    /* Tüm görseller container'ını taşmaz */
    .header img,
    .blog-featured-img img,
    .blog-arch-featured-img img,
    .blog-side-img img,
    .post-hero-img img,
    .product-box img,
    .proje-card img,

    .featured-cat-img img,
    .atik-galeri-item img,
    .atik-video-thumb img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }

    /* Logo spesifik — HTML width attr geçersiz */
    .header .top .logo img,
    .header .top .logo .custom-logo,
    .header .top .logo .custom-logo-link img {
        width: 80px !important;
        max-width: 80px !important;
    }

    /* Blog featured görsel */
    .blog-featured-img {
        max-width: 100%;
        overflow: hidden;
    }

    /* .page responsive — sticky header sayesinde margin-top gerekmez */
    .page {
        margin-top: 0;
    }

    /* Genel page container — overflow kilidi */
    .page,
    #page-home,
    #page-products,
    #page-contact,
    #page-blog {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* Container padding */
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
        max-width: 100vw !important;
    }
}



/* ================================================================
   PREFABRIK EVLER SAYFASI (#page-prefabrik-evler)
   ================================================================ */

/* ── Genel bölüm ritmi ─────────────────────────────────────────── */
.pev-section { padding: 80px 0; }
.pev-section:nth-child(even) { background: #fff; }

.pev-section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.pev-section-head h2 { font-size: 32px; font-family: var(--medium); color: var(--color3); margin-bottom: 12px; }
.pev-section-head p  { font-size: 16px; opacity: .65; line-height: 1.7; }

/* ── Hero ──────────────────────────────────────────────────────── */
.pev-hero { padding: 64px 0 72px; background: linear-gradient(135deg, var(--brand-dark) 0%, #3a4010 100%); color: #fff; }

.pev-hero-inner { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: center; }

.pev-eyebrow { display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em;
    background: rgba(255,255,255,.15); padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }

.pev-hero-title { font-size: 44px; font-family: var(--medium); line-height: 1.15; margin: 0 0 20px; color: #fff; }
.pev-hero-desc  { font-size: 16px; line-height: 1.75; opacity: .82; margin-bottom: 36px; }

.pev-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.pev-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pev-stat { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px; padding: 24px 20px; text-align: center; }
.pev-stat strong { display: block; font-size: 36px; font-family: var(--medium); color: #fff; line-height: 1; }
.pev-stat span   { font-size: 13px; opacity: .7; margin-top: 6px; display: block; }

/* Paylaşılan butonlar */
.btn-primary { display: inline-block; background: var(--color2); color: #fff; padding: 13px 28px;
    border-radius: 8px; text-decoration: none; font-family: var(--medium); font-size: 15px; transition: .2s; }
.btn-primary:hover { background: #5a6507; color: #fff; }
.btn-outline { display: inline-block; border: 2px solid rgba(255,255,255,.5); color: #fff; padding: 11px 26px;
    border-radius: 8px; text-decoration: none; font-family: var(--medium); font-size: 15px; transition: .2s; }
.btn-outline:hover { border-color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 16px; }

/* Ürün ve CTA alanında koyu zemin üzerinde değil */
.pev-urunler .btn-outline,
.pev-cta-final .btn-outline { border-color: var(--color3); color: var(--color3); }
.pev-urunler .btn-outline:hover,
.pev-cta-final .btn-outline:hover { background: var(--color3); color: #fff; }

/* ── Özellikler ────────────────────────────────────────────────── */
.pev-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.pev-feature-card { background: var(--color1); border-radius: 14px; padding: 32px 28px; transition: box-shadow .2s; }
.pev-feature-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); }

.pev-feature-icon { width: 56px; height: 56px; background: var(--brand-dark); color: #fff;
    border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }

.pev-feature-card h3 { font-size: 17px; font-family: var(--medium); margin-bottom: 10px; }
.pev-feature-card p  { font-size: 14px; line-height: 1.7; opacity: .65; margin: 0; }

/* ── Kullanım Alanları ─────────────────────────────────────────── */
.pev-uses-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.pev-use-item { padding: 28px 24px; border: 1.5px solid #ebebeb; border-radius: 12px; transition: border-color .2s, box-shadow .2s; }
.pev-use-item:hover { border-color: var(--color2); box-shadow: 0 4px 20px rgba(0,0,0,.06); }

.pev-use-num { font-size: 36px; font-family: var(--medium); color: var(--color2); opacity: .25; line-height: 1; margin-bottom: 10px; }
.pev-use-item h3 { font-size: 16px; font-family: var(--medium); margin-bottom: 8px; }
.pev-use-item p  { font-size: 13px; line-height: 1.65; opacity: .6; margin: 0; }

/* ── Artılar / Eksiler ─────────────────────────────────────────── */
.pev-procon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

.pev-pro-col, .pev-con-col { border-radius: 14px; overflow: hidden; }

.pev-procon-title { display: flex; align-items: center; gap: 10px; padding: 18px 28px;
    font-family: var(--medium); font-size: 15px; }
.pev-procon-title--pro { background: #e8f5e9; color: #2e7d32; }
.pev-procon-title--con { background: #fff3e0; color: #e65100; }

.pev-pro-col ul, .pev-con-col ul { list-style: none; padding: 24px 28px; margin: 0;
    background: #fff; border: 1.5px solid #ebebeb; border-top: none; border-radius: 0 0 14px 14px;
    display: flex; flex-direction: column; gap: 12px; }
.pev-pro-col li, .pev-con-col li { font-size: 14px; line-height: 1.6; opacity: .75; padding-left: 16px; position: relative; }
.pev-pro-col li::before { content: '✓'; position: absolute; left: 0; color: #2e7d32; font-weight: bold; }
.pev-con-col li::before { content: '!'; position: absolute; left: 0; color: #e65100; font-weight: bold; }

/* ── Lokasyon ──────────────────────────────────────────────────── */
.pev-lok-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.pev-lok-card { background: #fff; border-radius: 14px; padding: 28px 24px; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.pev-lok-icon { font-size: 36px; margin-bottom: 14px; }
.pev-lok-card h3 { font-size: 16px; font-family: var(--medium); margin-bottom: 12px; }
.pev-lok-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.pev-lok-card li { font-size: 13px; opacity: .65; padding-left: 14px; position: relative; }
.pev-lok-card li::before { content: '→'; position: absolute; left: 0; opacity: .4; }

/* ── Süreç ─────────────────────────────────────────────────────── */
.pev-surec { background: var(--brand-dark) !important; color: #fff; }
.pev-surec .pev-section-head h2 { color: #fff; }
.pev-surec .pev-section-head p  { color: rgba(255,255,255,.65); }

.pev-surec-steps { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto 32px; }

.pev-step { display: flex; gap: 28px; align-items: flex-start; padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,.1); }
.pev-step:last-child { border-bottom: none; }

.pev-step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--color2); color: #fff;
    display: flex; align-items: center; justify-content: center; font-family: var(--medium);
    font-size: 17px; flex-shrink: 0; }

.pev-step-body h3   { font-size: 17px; font-family: var(--medium); color: #fff; margin-bottom: 6px; }
.pev-step-body p    { font-size: 14px; opacity: .7; margin: 0 0 8px; line-height: 1.65; }
.pev-step-sure { display: inline-block; font-size: 12px; background: rgba(255,255,255,.1);
    padding: 3px 10px; border-radius: 20px; color: rgba(255,255,255,.7); }

.pev-surec-note { max-width: 800px; margin: 0 auto; display: flex; align-items: flex-start; gap: 10px;
    background: rgba(255,255,255,.08); border-radius: 10px; padding: 18px 22px;
    font-size: 14px; opacity: .75; line-height: 1.6; }

/* ── Ürünler ───────────────────────────────────────────────────── */
.pev-urunler { background: var(--color1) !important; }

/* ── SSS ───────────────────────────────────────────────────────── */
.pev-faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

.pev-faq-item { border: 1.5px solid #ebebeb; border-radius: 12px; overflow: hidden; background: #fff; }
.pev-faq-item[open] { border-color: var(--color2); }

.pev-faq-item summary { padding: 20px 24px; cursor: pointer; font-family: var(--medium); font-size: 15px;
    list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.pev-faq-item summary::-webkit-details-marker { display: none; }
.pev-faq-item summary::after { content: '+'; font-size: 22px; color: var(--color2); flex-shrink: 0; line-height: 1; transition: transform .2s; }
.pev-faq-item[open] summary::after { transform: rotate(45deg); }

.pev-faq-body { padding: 0 24px 22px; font-size: 14px; line-height: 1.8; opacity: .7; border-top: 1px solid #f0f0f0; padding-top: 16px; }

/* ── Final CTA ─────────────────────────────────────────────────── */
.pev-cta-final { background: #fff; padding: 80px 0; }
.pev-cta-final-inner { background: var(--color1); border-radius: 20px; padding: 60px;
    display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pev-cta-final-text h2 { font-size: 28px; font-family: var(--medium); margin-bottom: 12px; max-width: 480px; }
.pev-cta-final-text p  { font-size: 15px; opacity: .65; max-width: 480px; margin: 0; }
.pev-cta-final-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 1120px) {
    .pev-hero-inner      { grid-template-columns: 1fr; gap: 40px; }
    .pev-hero-stats      { grid-template-columns: repeat(4,1fr); }
    .pev-features-grid   { grid-template-columns: repeat(2,1fr); }
    .pev-uses-grid       { grid-template-columns: repeat(2,1fr); }
    .pev-lok-grid        { grid-template-columns: repeat(2,1fr); }
    .pev-cta-final-inner { flex-direction: column; text-align: center; padding: 40px; }
    .pev-cta-final-actions { flex-direction: row; justify-content: center; }
}

@media (max-width: 768px) {
    .pev-section         { padding: 50px 0; }
    .pev-hero            { padding: 40px 0 50px; }
    .pev-hero-title      { font-size: 30px; }
    .pev-hero-stats      { grid-template-columns: repeat(2,1fr); }
    .pev-features-grid   { grid-template-columns: 1fr; }
    .pev-uses-grid       { grid-template-columns: 1fr; }
    .pev-procon-grid     { grid-template-columns: 1fr; }
    .pev-lok-grid        { grid-template-columns: 1fr; }
    .pev-section-head h2 { font-size: 24px; }
    .pev-cta-final-actions { flex-direction: column; align-items: center; }
}
