/* =========================================================
   SOFTKREA DEMO - ANA SAYFA GÖRSEL DÜZENLEMELERİ / ADIM 1
   Header marka rengi, hizmet görselleri, sayaç genişliği ve
   proje alanlarındaki gereksiz boşluklar.
   ========================================================= */

/* ---------------------------------------------------------
   1. HEADER MARKA YAZISI
   SOFTKREA beyaz, YAPI altın görünür.
   --------------------------------------------------------- */
body.sk-theme-construction .sk-construction-header .site-logo a,
body.sk-theme-construction .sk-construction-header .mobile-logo a,
body.sk-theme-construction .sk-dynamic-mobile-sidebar .logo-m a,
body.sk-theme-construction .sk-construction-header .sk-brand-text,
body.sk-theme-construction .sk-construction-header .sk-brand-text strong,
body.sk-theme-construction .sk-dynamic-mobile-sidebar .sk-brand-text,
body.sk-theme-construction .sk-dynamic-mobile-sidebar .sk-brand-text strong {
    color: #ffffff !important;
}

body.sk-theme-construction .sk-construction-header .sk-brand-text em,
body.sk-theme-construction .sk-dynamic-mobile-sidebar .sk-brand-text em {
    color: var(--sk-construction-accent, #c7a36a) !important;
}

/* ---------------------------------------------------------
   2. HİZMET KARTLARI
   Fotoğrafı bulunmayan demo hizmetlerinde siyah desen yerine
   inşaat temalı görseller gösterilir. Panelden fotoğraf eklenen
   kartlara müdahale edilmez.
   --------------------------------------------------------- */
body.sk-theme-construction .skc-services__media--pattern {
    display: block !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: saturate(.82) contrast(1.04) !important;
}

body.sk-theme-construction .skc-services__card:nth-child(1) .skc-services__media--pattern {
    background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1400&q=86') !important;
}

body.sk-theme-construction .skc-services__card:nth-child(2) .skc-services__media--pattern {
    background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1400&q=86') !important;
}

body.sk-theme-construction .skc-services__card:nth-child(3) .skc-services__media--pattern {
    background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1400&q=86') !important;
}

body.sk-theme-construction .skc-services__card:nth-child(4) .skc-services__media--pattern {
    background-image: url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1400&q=86') !important;
}

body.sk-theme-construction .skc-services__card:nth-child(5) .skc-services__media--pattern {
    background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1400&q=86') !important;
}

body.sk-theme-construction .skc-services__card:nth-child(6) .skc-services__media--pattern {
    background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=86') !important;
}

body.sk-theme-construction .skc-services__media--pattern::before {
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) !important;
    background-size: 54px 54px !important;
}

body.sk-theme-construction .skc-services__media--pattern > i {
    display: none !important;
}

body.sk-theme-construction .skc-services__shade {
    background: linear-gradient(
        to top,
        rgba(8,13,15,.97) 0%,
        rgba(8,13,15,.72) 48%,
        rgba(8,13,15,.14) 100%
    ) !important;
}

body.sk-theme-construction .skc-services__card:hover .skc-services__shade {
    background: linear-gradient(
        to top,
        rgba(8,13,15,.98) 0%,
        rgba(8,13,15,.78) 57%,
        rgba(8,13,15,.24) 100%
    ) !important;
}

/* ---------------------------------------------------------
   3. HAKKIMIZDA SAYAÇ ALANI
   Ortadaki kutu görünümü kaldırılır, bölüm yatay olarak tam
   genişlikte devam eder.
   --------------------------------------------------------- */
body.sk-theme-construction .skc-about__stats {
    width: 100% !important;
    max-width: none !important;
    margin: 68px 0 0 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.sk-theme-construction .skc-about__stat {
    min-height: 166px !important;
    padding: 36px clamp(24px, 3.2vw, 54px) !important;
}

body.sk-theme-construction .skc-about__stat::before {
    left: clamp(24px, 3.2vw, 54px) !important;
}

body.sk-theme-construction .skc-about__stat strong {
    font-size: clamp(40px, 3.2vw, 54px) !important;
}

/* ---------------------------------------------------------
   4. PROJE ALANLARI
   Ana sayfa proje vitrini ve /projeler sayfasındaki gereksiz
   üst boşluklar azaltılır.
   --------------------------------------------------------- */
body.sk-theme-construction .skc-projects {
    padding-top: 82px !important;
    padding-bottom: 92px !important;
}

body.sk-theme-construction .skc-projects__header {
    margin-bottom: 42px !important;
}

body.sk-theme-construction .sk-project-hero {
    padding-top: 82px !important;
    padding-bottom: 72px !important;
}

body.sk-theme-construction .sk-project-list {
    padding-top: 64px !important;
}

/* ---------------------------------------------------------
   TABLET / MOBİL
   --------------------------------------------------------- */
@media (max-width: 991px) {
    body.sk-theme-construction .skc-about__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 56px !important;
    }

    body.sk-theme-construction .skc-about__stat {
        min-height: 148px !important;
        padding: 30px 26px !important;
    }

    body.sk-theme-construction .skc-about__stat::before {
        left: 26px !important;
    }

    body.sk-theme-construction .skc-projects {
        padding-top: 70px !important;
        padding-bottom: 78px !important;
    }

    body.sk-theme-construction .sk-project-hero {
        padding-top: 66px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 575px) {
    body.sk-theme-construction .skc-services__card {
        min-height: 410px !important;
    }

    body.sk-theme-construction .skc-about__stats {
        margin-top: 46px !important;
    }

    body.sk-theme-construction .skc-about__stat {
        min-height: 132px !important;
        padding: 28px 18px !important;
    }

    body.sk-theme-construction .skc-about__stat::before {
        left: 18px !important;
    }

    body.sk-theme-construction .skc-about__stat strong {
        font-size: 36px !important;
    }

    body.sk-theme-construction .skc-projects {
        padding-top: 58px !important;
        padding-bottom: 68px !important;
    }

    body.sk-theme-construction .sk-project-hero {
        padding-top: 52px !important;
        padding-bottom: 50px !important;
    }

    body.sk-theme-construction .sk-project-list {
        padding-top: 48px !important;
    }
}

/* =========================================================
   ADIM 34 - ANA SAYFA YOĞUNLUK VE TEKRAR DÜZENİ
   Yalnız gerçek süreç modülü numaralı kalır. Aynı bilgiyi
   tekrarlayan Hakkımızda alt bandı kaldırılır ve bölümler
   arasındaki gereksiz dikey alanlar dengelenir.
   ========================================================= */

/* İlk ekranda asıl mesaj ve aksiyon daha erken görünür. */
body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__stage {
    min-height: 570px !important;
    padding-top: 64px !important;
    padding-bottom: 76px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__slides {
    min-height: 350px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero h1 {
    max-width: 760px !important;
    font-size: clamp(40px, 4.5vw, 62px) !important;
    font-weight: 650 !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__trust article {
    min-height: 96px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Güven maddeleri numaralı bir süreç gibi görünmez. */
body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__trust article > span {
    display: none !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__trust article::before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--smp-primary, #ff8f04);
    box-shadow: 0 0 0 6px rgba(255, 143, 4, .10);
}

/* Hakkımızda içeriği korunur; tekrarlanan ikinci hizmet bandı kaldırılır. */
body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about {
    --smp-about-space: 72px !important;
    padding-bottom: 72px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__visual {
    min-height: 520px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__main-image {
    height: 490px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__works {
    margin-top: 24px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__work {
    grid-template-columns: 12px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 15px 0 !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__work > span {
    width: 8px !important;
    height: 8px !important;
    margin-top: 7px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    background: var(--smp-about-primary, #ff8f04) !important;
    color: transparent !important;
    font-size: 0 !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__areas {
    display: none !important;
}

/* Ana sayfa bölümleri arasında iki kez üst üste boşluk birikmez. */
body:is(.sk-theme-construction,.sk-theme-sempati) .spb-brands {
    --spb-space: 62px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .sph-services {
    --sph-space: 64px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .smp-works {
    padding-top: 64px !important;
    padding-bottom: 68px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spp-process {
    --spp-space: 68px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spw-why {
    --spw-space: 66px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spd-dream {
    --spd-space: 62px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spf12 {
    --spf-space: 68px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spb13 {
    --spb-space: 68px !important;
}

/* Süreç dışındaki modüller numaralı liste görünümünü tekrar etmez. */
body:is(.sk-theme-construction,.sk-theme-sempati) .sph-services__index,
body:is(.sk-theme-construction,.sk-theme-sempati) .smp-works__index,
body:is(.sk-theme-construction,.sk-theme-sempati) .spw-why__reason-number,
body:is(.sk-theme-construction,.sk-theme-sempati) .spw-why__dial-number,
body:is(.sk-theme-construction,.sk-theme-sempati) .spf12__number,
body:is(.sk-theme-construction,.sk-theme-sempati) .spb13__featured-index,
body:is(.sk-theme-construction,.sk-theme-sempati) .spb13__compact-index {
    display: none !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spw-why__reason {
    grid-template-columns: minmax(0, 1fr) auto !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spf12__question {
    grid-template-columns: minmax(0, 1fr) 42px !important;
}

body:is(.sk-theme-construction,.sk-theme-sempati) .spf12__answer-inner {
    padding-left: 24px !important;
}

/* Başlıklar güçlü kalır ancak gereksiz kalın görünmez. */
body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__content h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .spb-brands h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .sph-services h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .smp-works h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .spp-process h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .spw-why h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .spd-dream h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .spf12__heading h2,
body:is(.sk-theme-construction,.sk-theme-sempati) .spb13__head h2 {
    font-weight: 650 !important;
    letter-spacing: -.032em !important;
}

@media (max-width: 991px) {
    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__stage {
        min-height: auto !important;
        padding-top: 50px !important;
        padding-bottom: 54px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__slides {
        min-height: 315px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about {
        --smp-about-space: 60px !important;
        padding-bottom: 62px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__visual {
        min-height: 420px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__main-image {
        height: 400px !important;
    }
}

@media (max-width: 767px) {
    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__stage {
        padding-top: 38px !important;
        padding-bottom: 42px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__slides {
        min-height: 0 !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero h1 {
        font-size: clamp(34px, 10.5vw, 45px) !important;
        line-height: 1.08 !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__slide > p {
        margin-top: 18px !important;
        font-size: 14px !important;
        line-height: 1.68 !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__actions,
    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__controls {
        margin-top: 23px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-hero__trust article {
        min-height: 96px !important;
        padding: 18px 16px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about {
        --smp-about-space: 48px !important;
        padding-bottom: 50px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__container {
        gap: 34px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__visual {
        min-height: 340px !important;
        padding-bottom: 36px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__main-image {
        height: 330px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__secondary-image {
        height: 135px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-about__badge {
        min-height: 88px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .spb-brands,
    body:is(.sk-theme-construction,.sk-theme-sempati) .sph-services,
    body:is(.sk-theme-construction,.sk-theme-sempati) .spp-process,
    body:is(.sk-theme-construction,.sk-theme-sempati) .spw-why,
    body:is(.sk-theme-construction,.sk-theme-sempati) .spd-dream,
    body:is(.sk-theme-construction,.sk-theme-sempati) .spf12,
    body:is(.sk-theme-construction,.sk-theme-sempati) .spb13 {
        --spb-space: 50px !important;
        --sph-space: 50px !important;
        --spp-space: 52px !important;
        --spw-space: 52px !important;
        --spd-space: 50px !important;
        --spf-space: 52px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .smp-works {
        padding-top: 50px !important;
        padding-bottom: 52px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .spf12__question {
        grid-template-columns: minmax(0, 1fr) 36px !important;
    }

    body:is(.sk-theme-construction,.sk-theme-sempati) .spf12__answer-inner {
        padding-left: 0 !important;
    }
}