/* ==========================================================
   Solid Alüminyum — Tasarım Katmanı
   Tema dosyaları değiştirilmeden yapılan iyileştirmeler.
   Yapı: 1) Token  2) Tipografi  3) Bileşenler  4) Bölümler
   ========================================================== */

/* ----------------------------------------------------------
   1) TASARIM TOKEN'LARI
   ---------------------------------------------------------- */

:root {
    /* Marka */
    --sa-brand: #ea130e;
    --sa-brand-dark: #b90f0b;
    --sa-brand-soft: #fdecec;

    /* Endüstriyel gri skalası (alüminyum) */
    --sa-ink: #10131a;
    --sa-ink-2: #262a33;
    --sa-ink-3: #4c515c;
    --sa-ink-4: #767b86;
    --sa-ink-5: #9ba0aa;
    --sa-line: #e3e6ec;
    --sa-line-2: #eef0f4;
    --sa-surface: #ffffff;
    --sa-surface-2: #f6f7f9;
    --sa-surface-3: #eef0f4;

    /* Tipografi */
    --sa-font-head: "Lexend", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --sa-font-body: "Inter", "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    /* Boşluk ritmi — 8pt */
    --sa-1: 8px;
    --sa-2: 16px;
    --sa-3: 24px;
    --sa-4: 32px;
    --sa-5: 48px;
    --sa-6: 64px;
    --sa-7: 96px;

    /* Yükselti */
    --sa-shadow-1: 0 1px 2px rgba(16, 19, 26, .05), 0 2px 8px rgba(16, 19, 26, .04);
    --sa-shadow-2: 0 4px 12px rgba(16, 19, 26, .07), 0 12px 32px rgba(16, 19, 26, .07);
    --sa-shadow-3: 0 10px 24px rgba(16, 19, 26, .10), 0 24px 60px rgba(16, 19, 26, .10);

    /* Hareket */
    --sa-fast: 160ms cubic-bezier(.4, 0, .2, 1);
    --sa-base: 240ms cubic-bezier(.4, 0, .2, 1);
    --sa-slow: 420ms cubic-bezier(.22, 1, .36, 1);
}

/* ----------------------------------------------------------
   2) TİPOGRAFİ
   ---------------------------------------------------------- */

/* Yatay kaydırmayı engelle (tema yalnızca body'de kapatıyor) */
html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: var(--sa-font-body);
    color: var(--sa-ink-3);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Yalnızca ekran okuyucular için */
.sa-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

h1, h2, h3, h4, h5, h6,
.wt-title, .wt-tilte, .widget-title,
.project-title, .project-title-large,
.counter, .about-year-info span,
.section-head h2, .icon-content-info {
    font-family: var(--sa-font-head);
    color: var(--sa-ink);
    letter-spacing: -.015em;
}

h1 { font-size: clamp(30px, 4.2vw, 46px); line-height: 1.14; font-weight: 700; }
h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.18; font-weight: 700; }
h3 { font-size: clamp(19px, 1.6vw, 22px); line-height: 1.32; font-weight: 600; }
h4 { font-size: 18px; line-height: 1.38; font-weight: 600; }

p { line-height: 1.7; }

/* Okunabilir satır uzunluğu */
.section-head p,
.ab-three-info p,
.service-icon-box-content p,
.services-etc > p {
    max-width: 68ch;
}

/* Bölüm başlığı — eyebrow (küçük üst başlık) */
.section-head .wt-small-separator {
    font-family: var(--sa-font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sa-brand);
    margin-bottom: 14px;
}

.section-head h2 {
    margin-bottom: 16px;
}

.section-head.center {
    margin-bottom: 52px;
}

/* ----------------------------------------------------------
   3) ORTAK BİLEŞENLER
   ---------------------------------------------------------- */

/* --- Butonlar --- */

.site-button,
.site-button.sb-bdr-dark {
    font-family: var(--sa-font-body);
    font-weight: 600;
    letter-spacing: .02em;
    border-radius: 3px;
    transition: background-color var(--sa-base), color var(--sa-base),
                box-shadow var(--sa-base), transform var(--sa-fast);
    will-change: transform;
}

.site-button:hover {
    background-color: var(--sa-brand-dark);
    box-shadow: 0 8px 20px rgba(234, 19, 14, .26);
    transform: translateY(-2px);
}

/* İkincil buton — dolu kırmızı yerine çerçeveli (görsel hiyerarşi) */
.site-button.sb-bdr-dark {
    background-color: transparent !important;
    color: var(--sa-ink) !important;
    border: 1.5px solid var(--sa-ink);
}

.site-button.sb-bdr-dark:hover,
.site-button.sb-bdr-dark:focus {
    background-color: var(--sa-ink) !important;
    color: #fff !important;
    border-color: var(--sa-ink);
    box-shadow: 0 8px 20px rgba(16, 19, 26, .18);
    transform: translateY(-2px);
}

/* Koyu zeminlerde ikincil buton beyaz çerçeveli olsun */
.sa-dark-section .site-button.sb-bdr-dark,
.site-bg-black .site-button.sb-bdr-dark,
.footer-dark .site-button.sb-bdr-dark,
.contact-info .site-button.sb-bdr-dark,
.service-side-btn .site-button.sb-bdr-dark {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .65);
}

.sa-dark-section .site-button.sb-bdr-dark:hover,
.site-bg-black .site-button.sb-bdr-dark:hover,
.footer-dark .site-button.sb-bdr-dark:hover,
.contact-info .site-button.sb-bdr-dark:hover,
.service-side-btn .site-button.sb-bdr-dark:hover {
    background-color: #fff !important;
    color: var(--sa-ink) !important;
    border-color: #fff;
}

.site-button:active {
    transform: translateY(0);
}

/* Klavye erişilebilirliği */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(234, 19, 14, .45);
    outline-offset: 2px;
    border-radius: 2px;
}

/* --- WhatsApp --- */

.whatsapp-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #25D366;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 58px;
    box-shadow: 0 6px 18px rgba(37, 211, 102, .38);
    z-index: 999;
    transition: transform var(--sa-base), box-shadow var(--sa-base);
}

.whatsapp-button:hover,
.whatsapp-button:focus {
    background: #1ebe5d;
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 10px 26px rgba(37, 211, 102, .48);
}

/* --- Üst menü --- */

.header-nav .nav > li > a {
    font-family: var(--sa-font-body);
    font-weight: 500;
    letter-spacing: .01em;
    transition: color var(--sa-fast);
}

.top-bar {
    border-bottom: 1px solid var(--sa-line-2);
}

/* ----------------------------------------------------------
   3b) MOBİL MENÜ (kendi uygulamamız — tema sürücüsü yerine)
   ---------------------------------------------------------- */

.sa-nav-head { display: none; }
.sa-nav-close { display: none; }
.sa-sub-toggle { display: none; }

@media (min-width: 992px) {
    .header-nav .nav > li.has-child > a { padding-right: 26px; }
}

@media (max-width: 991px) {

    /* Panel — tema kurallarını geçmek için yüksek özgüllük */
    html .site-header.mobile-sider-drawer-menu .header-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 290px !important;
        max-width: 86vw !important;
        height: 100% !important;
        background: #fff !important;
        z-index: 1050 !important;
        display: block !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        box-shadow: 8px 0 40px rgba(16, 19, 26, .18);
        transform: translateX(-105%) !important;
        transition: transform 300ms cubic-bezier(.4, 0, .2, 1) !important;
        padding: 0 !important;
        margin: 0 !important;
        overscroll-behavior: contain;
    }

    html.sa-nav-open .site-header.mobile-sider-drawer-menu .header-nav {
        transform: translateX(0) !important;
    }

    /* Başlık şeridi */
    .sa-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 16px 18px;
        border-bottom: 1px solid var(--sa-line);
        background: var(--sa-surface-2);
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .sa-nav-head img {
        max-height: 34px;
        width: auto;
    }

    .sa-nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 0;
        background: transparent;
        font-size: 30px;
        line-height: 1;
        color: var(--sa-ink-3);
        cursor: pointer;
        border-radius: 3px;
    }

    .sa-nav-close:hover {
        background: var(--sa-surface-3);
        color: var(--sa-ink);
    }

    /* Bağlantılar */
    html .site-header.mobile-sider-drawer-menu .header-nav .nav {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 8px 0 40px !important;
        background: transparent !important;
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        position: relative;
        border-bottom: 1px solid var(--sa-line-2);
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li > a {
        display: block !important;
        padding: 14px 52px 14px 20px !important;
        font-size: 15px !important;
        font-weight: 500;
        color: var(--sa-ink) !important;
        min-height: 48px;
        line-height: 20px;
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li > a:hover {
        background: var(--sa-surface-2);
        color: var(--sa-brand) !important;
    }

    /* Alt menü aç/kapa düğmesi */
    .sa-sub-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 48px;
        border: 0;
        border-left: 1px solid var(--sa-line-2);
        background: transparent;
        color: var(--sa-ink-4);
        font-size: 16px;
        cursor: pointer;
    }

    .sa-sub-toggle i {
        transition: transform var(--sa-base);
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li.sa-open > .sa-sub-toggle {
        color: var(--sa-brand);
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li.sa-open > .sa-sub-toggle i {
        transform: rotate(180deg);
    }

    /* Alt menü — akordiyon */
    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
        position: static !important;
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
        box-shadow: none !important;
        border: 0 !important;
        background: var(--sa-surface-2) !important;
        margin: 0 !important;
        padding: 4px 0 8px !important;
        transition: none !important;
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li.sa-open > .sub-menu {
        display: block !important;
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li a {
        display: block !important;
        padding: 11px 20px 11px 34px !important;
        font-size: 14px !important;
        min-height: 44px;
        line-height: 22px;
        color: var(--sa-ink-3) !important;
        border: 0 !important;
    }

    html .site-header.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li a:hover {
        color: var(--sa-brand) !important;
        background: #fff;
    }

    /* Arka plan perdesi */
    .sa-nav-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(16, 19, 26, .5);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: opacity 260ms ease, visibility 260ms ease;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    html.sa-nav-open .sa-nav-backdrop {
        opacity: 1;
        visibility: visible;
    }

    /* Menü açıkken sayfa kaymasın */
    html.sa-nav-open body {
        overflow: hidden;
    }

    /* Hamburger düğmesi */
    #mobile-side-drawer {
        min-width: 44px;
        min-height: 44px;
    }

    /* Üst bardaki iletişim satırı mobilde sadeleşsin */
    .top-bar .container,
    .top-bar .d-flex {
        max-width: 100%;
    }

    .top-bar .wt-topbar-left,
    .top-bar .wt-topbar-left-info {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .top-bar .wt-topbar-left-info li {
        font-size: 12.5px;
        display: block;
        float: none;
        width: 100%;
        margin: 2px 0;
        padding-right: 0;
        white-space: normal;
        word-break: break-word;
        line-height: 1.5;
        border: 0;
    }

    .top-bar .wt-topbar-right { display: none; }

    /* Teklif butonu mobilde gizlensin (menüde var) */
    .extra-nav.header-1-nav { display: none; }

    /* Dokunma hedefi tam 44px */
    #mobile-side-drawer {
        min-width: 44px;
        min-height: 44px;
        padding: 10px;
    }
}

/* ----------------------------------------------------------
   4) ANA SAYFA BÖLÜMLERİ
   ---------------------------------------------------------- */

/* --- HERO SLIDER --- */

.sa-hero {
    position: relative;
    overflow: hidden;
    background: var(--sa-surface-3);
    height: clamp(440px, 74vh, 720px);
}

.sa-hero-track {
    position: relative;
    height: 100%;
}

.sa-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 700ms ease, visibility 700ms ease;
    z-index: 1;
}

.sa-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.sa-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 0;
}

.sa-slide-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, .94) 0%,
        rgba(255, 255, 255, .86) 34%,
        rgba(255, 255, 255, .35) 58%,
        rgba(255, 255, 255, 0) 78%);
}

.sa-slide.is-light-text .sa-slide-scrim {
    background: linear-gradient(90deg,
        rgba(10, 12, 17, .88) 0%,
        rgba(10, 12, 17, .74) 34%,
        rgba(10, 12, 17, .30) 58%,
        rgba(10, 12, 17, 0) 78%);
}

.sa-slide .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.sa-slide-content {
    max-width: 620px;
    transform: translateY(16px);
    opacity: 0;
    transition: opacity 620ms ease 160ms, transform 620ms cubic-bezier(.22, 1, .36, 1) 160ms;
}

.sa-slide.is-active .sa-slide-content {
    transform: none;
    opacity: 1;
}

.sa-slide-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: var(--sa-brand);
    margin: 0 0 14px;
}

.sa-slide-title {
    font-family: var(--sa-font-head);
    font-size: clamp(28px, 4.6vw, 56px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.025em;
    text-transform: uppercase;
    color: var(--sa-ink);
    margin: 0 0 16px;
}

.sa-slide-desc {
    font-size: clamp(15px, 1.3vw, 17.5px);
    line-height: 1.62;
    color: var(--sa-ink-3);
    margin: 0 0 28px;
    max-width: 54ch;
}

.sa-slide.is-light-text .sa-slide-title { color: #fff; }
.sa-slide.is-light-text .sa-slide-desc { color: rgba(255, 255, 255, .82); }
.sa-slide.is-light-text .sa-slide-eyebrow { color: #ff6b66; }

.sa-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sa-hero-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 26px;
    border: 1.5px solid var(--sa-ink);
    color: var(--sa-ink);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background-color var(--sa-base), color var(--sa-base), transform var(--sa-fast);
}

.sa-hero-btn2:hover {
    background: var(--sa-ink);
    color: #fff;
    transform: translateY(-2px);
}

.sa-slide.is-light-text .sa-hero-btn2 {
    border-color: rgba(255, 255, 255, .7);
    color: #fff;
}

.sa-slide.is-light-text .sa-hero-btn2:hover {
    background: #fff;
    color: var(--sa-ink);
}

/* Oklar */
.sa-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(16, 19, 26, .14);
    background: rgba(255, 255, 255, .86);
    color: var(--sa-ink);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--sa-base), color var(--sa-base), box-shadow var(--sa-base);
    backdrop-filter: blur(4px);
}

.sa-hero-nav:hover {
    background: var(--sa-brand);
    border-color: var(--sa-brand);
    color: #fff;
    box-shadow: 0 6px 18px rgba(234, 19, 14, .3);
}

.sa-hero-prev { left: 18px; }
.sa-hero-next { right: 18px; }

/* Noktalar */
.sa-hero-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 84px;
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    gap: 9px;
}

.sa-hero-dot {
    width: 30px;
    height: 4px;
    border: 0;
    padding: 0;
    border-radius: 2px;
    background: rgba(16, 19, 26, .26);
    cursor: pointer;
    transition: background-color var(--sa-base), width var(--sa-base);
}

.sa-hero-dot.is-active {
    background: var(--sa-brand);
    width: 46px;
}

/* Dokunma hedefi büyütme */
.sa-hero-dot:before {
    content: "";
    position: absolute;
    inset: -18px -6px;
}

.sa-hero-dot { position: relative; }

@media (max-width: 991px) {
    .sa-hero { height: clamp(400px, 62vh, 520px); }
    .sa-slide-bg { object-position: 72% center; }
    .sa-hero-nav { width: 42px; height: 42px; font-size: 19px; }
    .sa-hero-prev { left: 10px; }
    .sa-hero-next { right: 10px; }
}

@media (max-width: 767px) {
    /* Mobilde çapraz geçiş yerine anlık geçiş: yükseklik içeriğe göre büyür */
    .sa-hero {
        height: auto;
        min-height: 0;
    }

    .sa-hero-track { height: auto; }

    .sa-slide {
        position: relative;
        display: none;
        opacity: 1;
        visibility: visible;
        min-height: 420px;
        padding: 46px 0 62px;
        transition: none;
    }

    .sa-slide.is-active { display: flex; }

    .sa-slide-content {
        transform: none;
        opacity: 1;
        transition: none;
        max-width: 100%;
    }

    .sa-slide-bg { object-position: 74% center; }

    .sa-slide-scrim {
        background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .90) 58%, rgba(255, 255, 255, .74) 100%);
    }

    .sa-slide.is-light-text .sa-slide-scrim {
        background: linear-gradient(180deg, rgba(10, 12, 17, .90) 0%, rgba(10, 12, 17, .82) 58%, rgba(10, 12, 17, .66) 100%);
    }

    .sa-slide-eyebrow { font-size: 11.5px; letter-spacing: .14em; margin-bottom: 10px; }
    .sa-slide-title   { font-size: clamp(24px, 7vw, 32px); line-height: 1.12; }
    .sa-slide-desc    { font-size: 15px; margin-bottom: 22px; }

    /* Butonlar alt alta, tam genişlik */
    .sa-slide-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .sa-slide-actions .site-button,
    .sa-slide-actions .sa-hero-btn2 {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .sa-hero-nav { display: none; }
    .sa-hero-dots { bottom: 22px; justify-content: center; padding: 0; }
}

/* --- Güven şeridi: slider'ın üzerine binen kart --- */

.sa-trust-strip {
    position: relative;
    z-index: 5;
    margin-top: -68px;
    margin-bottom: 8px;
}

.sa-trust-inner {
    background: var(--sa-surface);
    box-shadow: var(--sa-shadow-3);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 3px solid var(--sa-brand);
}

.sa-trust-item {
    padding: 26px 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border-right: 1px solid var(--sa-line-2);
    transition: background-color var(--sa-base);
}

.sa-trust-item:last-child {
    border-right: 0;
}

.sa-trust-item:hover {
    background: var(--sa-surface-2);
}

.sa-trust-item .sa-ti-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sa-brand-soft);
    color: var(--sa-brand);
    font-size: 19px;
    border-radius: 3px;
}

.sa-trust-item h3 {
    font-size: 15px;
    margin: 2px 0 3px;
    font-weight: 600;
    color: var(--sa-ink);
}

.sa-trust-item p {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
    color: var(--sa-ink-4);
}

@media (max-width: 991px) {
    .sa-trust-strip { margin-top: -40px; }
    .sa-trust-inner { grid-template-columns: repeat(2, 1fr); }
    .sa-trust-item:nth-child(2n) { border-right: 0; }
    .sa-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--sa-line-2); }
}

@media (max-width: 575px) {
    .sa-trust-strip { margin-top: 0; }
    .sa-trust-inner { grid-template-columns: 1fr; }
    .sa-trust-item { border-right: 0; border-bottom: 1px solid var(--sa-line-2); }
    .sa-trust-item:last-child { border-bottom: 0; }
}

/* --- Rakamlar bölümü: arka plan dokusunu yumuşat --- */

.sa-facts {
    position: relative;
    background-attachment: scroll;
}

.sa-facts:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(248, 249, 251, .93) 0%, rgba(246, 247, 249, .88) 100%);
}

.sa-facts > .container {
    position: relative;
    z-index: 1;
}

/* --- Sayaçlar --- */

.sa-counters {
    background: var(--sa-surface);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: var(--sa-shadow-2);
}

.sa-counter {
    padding: 30px 28px;
    border-right: 1px solid var(--sa-line-2);
    position: relative;
}

.sa-counter:last-child { border-right: 0; }

.sa-counter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--sa-brand);
    transition: width var(--sa-slow);
}

.sa-counter:hover:before { width: 100%; }

.sa-counter .sa-c-icon {
    color: var(--sa-brand);
    font-size: 26px;
    display: block;
    margin-bottom: 14px;
    line-height: 1;
}

.sa-counter .sa-c-num {
    font-family: var(--sa-font-head);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 700;
    line-height: 1;
    color: var(--sa-ink);
    font-variant-numeric: tabular-nums;
    letter-spacing: -.03em;
}

.sa-counter .sa-c-num .sa-suffix {
    color: var(--sa-brand);
}

.sa-counter .sa-c-label {
    display: block;
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sa-ink-4);
}

@media (max-width: 991px) {
    .sa-counters { grid-template-columns: repeat(2, 1fr); }
    .sa-counter:nth-child(2n) { border-right: 0; }
    .sa-counter:nth-child(-n+2) { border-bottom: 1px solid var(--sa-line-2); }
}

@media (max-width: 479px) {
    .sa-counters { grid-template-columns: 1fr; }
    .sa-counter { border-right: 0; border-bottom: 1px solid var(--sa-line-2); }
}

/* --- Ürün kartı --- */

.sa-product-card {
    background: var(--sa-surface);
    border: 1px solid var(--sa-line);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: box-shadow var(--sa-base), transform var(--sa-base), border-color var(--sa-base);
}

.sa-product-card:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: var(--sa-brand);
    transition: width var(--sa-slow);
}

.sa-product-card:hover {
    box-shadow: var(--sa-shadow-2);
    transform: translateY(-4px);
    border-color: #d8dce4;
}

.sa-product-card:hover:after { width: 100%; }

.sa-product-card .sa-thumb {
    position: relative;
    overflow: hidden;
    background: var(--sa-surface-3);
    display: block;
}

.sa-product-card .sa-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* Görsellerin altındaki gömülü yazı kırpılmasın diye üst bant gösterilir */
    object-position: center 28%;
    display: block;
    transition: transform var(--sa-slow);
}

.sa-product-card:hover .sa-thumb img { transform: scale(1.05); }

.sa-product-card .sa-chip {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(16, 19, 26, .82);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 2px;
    backdrop-filter: blur(4px);
}

.sa-product-card .sa-body {
    padding: 22px 24px 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.sa-product-card .sa-title {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;
}

.sa-product-card .sa-title a {
    color: var(--sa-ink);
    transition: color var(--sa-fast);
}

.sa-product-card:hover .sa-title a { color: var(--sa-brand); }

.sa-product-card .sa-text {
    font-size: 14.5px;
    color: var(--sa-ink-4);
    margin: 0 0 18px;
    flex: 1 1 auto;
    line-height: 1.6;
}

.sa-product-card .sa-more {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sa-brand);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    /* Dokunma hedefi en az 44px */
    min-height: 44px;
    padding: 12px 0;
    margin: -12px 0;
}

.sa-product-card .sa-more i {
    transition: transform var(--sa-base);
}

.sa-product-card:hover .sa-more i { transform: translateX(4px); }

/* --- Filtre çubuğu --- */

.masonry-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 0;
    margin: 0 0 40px;
}

.masonry-filter li { list-style: none; }

.masonry-filter li a {
    display: inline-block;
    padding: 9px 18px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--sa-ink-3);
    background: var(--sa-surface-2);
    border: 1px solid var(--sa-line);
    border-radius: 3px;
    transition: background-color var(--sa-fast), color var(--sa-fast), border-color var(--sa-fast);
}

.masonry-filter li a:hover {
    background: var(--sa-surface-3);
    color: var(--sa-ink);
}

.masonry-filter li.active a {
    background: var(--sa-ink);
    border-color: var(--sa-ink);
    color: #fff;
}

/* --- Süreç / çalışma adımları --- */

.sa-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    counter-reset: sa-step;
}

.sa-step {
    padding: 34px 28px;
    border-right: 1px solid rgba(255, 255, 255, .10);
    position: relative;
}

.sa-step:last-child { border-right: 0; }

.sa-step .sa-step-no {
    font-family: var(--sa-font-head);
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, .14);
    letter-spacing: -.04em;
    display: block;
    margin-bottom: 16px;
    transition: color var(--sa-base);
}

.sa-step:hover .sa-step-no { color: rgba(234, 19, 14, .85); }

.sa-step h3 {
    color: #fff;
    font-size: 17px;
    margin: 0 0 8px;
    font-weight: 600;
}

.sa-step p {
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .sa-process { grid-template-columns: repeat(2, 1fr); }
    .sa-step:nth-child(2n) { border-right: 0; }
    .sa-step:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .10); }
}

@media (max-width: 575px) {
    .sa-process { grid-template-columns: 1fr; }
    .sa-step { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .10); }
}

/* --- Koyu bölüm sarmalayıcı --- */

.sa-dark-section {
    background: var(--sa-ink);
    background-image:
        radial-gradient(900px 380px at 12% -10%, rgba(234, 19, 14, .16), transparent 60%),
        radial-gradient(700px 340px at 88% 110%, rgba(255, 255, 255, .05), transparent 60%);
    color: rgba(255, 255, 255, .75);
}

.sa-dark-section h2,
.sa-dark-section h3 { color: #fff; }

.sa-dark-section .section-head .wt-small-separator { color: #ff6b66; }

/* --- Teklif bandı (CTA) --- */

.sa-cta-band {
    background: var(--sa-brand);
    background-image: linear-gradient(115deg, #ea130e 0%, #c20f0b 100%);
    padding: 52px 0;
}

.sa-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.sa-cta-band h2 {
    color: #fff;
    margin: 0 0 6px;
    font-size: clamp(23px, 2.6vw, 31px);
}

.sa-cta-band p {
    color: rgba(255, 255, 255, .88);
    margin: 0;
    font-size: 16px;
}

.sa-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sa-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    color: var(--sa-brand);
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 3px;
    transition: transform var(--sa-fast), box-shadow var(--sa-base), color var(--sa-fast);
}

.sa-btn-white:hover {
    color: var(--sa-brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
}

.sa-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1.5px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 3px;
    transition: background-color var(--sa-base), border-color var(--sa-base), color var(--sa-base);
}

.sa-btn-ghost:hover {
    background: #fff;
    border-color: #fff;
    color: var(--sa-brand);
}

/* --- Öne çıkanlar (yardım blokları) --- */

.help-block-content {
    transition: transform var(--sa-base);
}

.help-blocks .col-lg-4:hover .help-block-content {
    transform: translateY(-3px);
}

/* --- Hakkımızda görsel çerçevesi --- */

.about-max-four-media img {
    width: 100%;
    display: block;
}

.about-year {
    box-shadow: var(--sa-shadow-2);
}

/* ----------------------------------------------------------
   5) İÇ SAYFALAR
   ---------------------------------------------------------- */

/* --- Sayfa başlık şeridi --- */

.sa-page-head {
    padding: 40px 0;
    border-bottom: 1px solid var(--sa-line);
    background: var(--sa-surface-2);
}

.sa-page-head h1 {
    font-size: clamp(25px, 3vw, 34px);
    margin: 0 0 8px;
}

.sa-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13.5px;
    color: var(--sa-ink-4);
}

.sa-breadcrumb li { display: inline-block; }

.sa-breadcrumb li + li:before {
    content: "/";
    margin: 0 9px;
    color: var(--sa-ink-5);
}

.sa-breadcrumb a {
    color: var(--sa-ink-4);
    transition: color var(--sa-fast);
}

.sa-breadcrumb a:hover { color: var(--sa-brand); }

/* --- Kategori kartı --- */

.service-icon-box-two {
    background: var(--sa-surface);
    border: 1px solid var(--sa-line);
    height: 100%;
    transition: box-shadow var(--sa-base), transform var(--sa-base), border-color var(--sa-base);
}

.service-icon-box-two:hover {
    box-shadow: var(--sa-shadow-2);
    transform: translateY(-4px);
    border-color: #d8dce4;
}

.service-icon-box-two .icon-cell {
    transition: transform var(--sa-base);
    display: inline-block;
}

.service-icon-box-two:hover .icon-cell {
    transform: scale(1.08);
}

.site-button-link {
    font-weight: 600;
    letter-spacing: .04em;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 0;
    margin: -12px 0;
}

/* Metin bağlantılarında rahat dokunma alanı */
.all_services ul li a,
.widget_services ul li a,
.sa-breadcrumb a {
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
}

/* --- Kenar çubuğu kategori listesi --- */

.all_services ul li a {
    transition: padding-left var(--sa-base), background-color var(--sa-base), color var(--sa-base);
}

.all_services ul li a:hover {
    padding-left: 26px;
}

.all_services ul li a.active {
    font-weight: 600;
}

/* --- Ürün detay --- */

/* Ürün detayda görselin tamamı görünsün (gömülü yazı dahil) */
.sa-product-gallery > a {
    display: block;
    background: var(--sa-surface-2);
    border: 1px solid var(--sa-line);
}

.sa-product-gallery img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    display: block;
}

.sa-thumb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.sa-thumb-row a {
    width: 88px;
    height: 72px;
    overflow: hidden;
    border: 1px solid var(--sa-line);
    transition: border-color var(--sa-fast);
}

.sa-thumb-row a:hover { border-color: var(--sa-brand); }

.sa-thumb-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sa-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.sa-spec-table th,
.sa-spec-table td {
    border: 1px solid var(--sa-line);
    padding: 11px 15px;
    font-size: 14.5px;
    text-align: left;
}

.sa-spec-table th {
    width: 40%;
    background: var(--sa-surface-2);
    font-weight: 600;
    color: var(--sa-ink-2);
}

/* --- Katalog kartı --- */

.sa-catalog-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--sa-surface);
    border: 1px solid var(--sa-line);
    padding: 20px 22px;
    height: 100%;
    transition: box-shadow var(--sa-base), border-color var(--sa-base);
}

.sa-catalog-card:hover {
    box-shadow: var(--sa-shadow-1);
    border-color: #d8dce4;
}

.sa-catalog-card .sa-pdf-icon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 3px;
    background: var(--sa-brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* ----------------------------------------------------------
   6) FORM & BİLDİRİM
   ---------------------------------------------------------- */

.cons-contact-form .form-control {
    border-radius: 3px;
    font-family: var(--sa-font-body);
    font-size: 15px;
    transition: border-color var(--sa-fast), box-shadow var(--sa-fast);
}

.cons-contact-form .form-control:focus {
    border-color: var(--sa-brand);
    box-shadow: 0 0 0 3px rgba(234, 19, 14, .12);
}

.sa-alert {
    padding: 14px 18px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 14.5px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.55;
}

.sa-alert-success {
    background: #e8f6ec;
    border: 1px solid #b6e0c2;
    color: #14663a;
}

.sa-alert-error {
    background: var(--sa-brand-soft);
    border: 1px solid #f3c2c0;
    color: #9c1512;
}

.sa-empty {
    text-align: center;
    padding: 64px 24px;
    color: var(--sa-ink-4);
    border: 1px dashed var(--sa-line);
    background: var(--sa-surface-2);
    border-radius: 3px;
}

/* Duyarlı harita */
.sa-map-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--sa-surface-3);
    overflow: hidden;
}

.sa-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 767px) {
    .sa-map-frame { aspect-ratio: 4 / 3; }
}

/* Gömülü medya taşmasın */
iframe,
embed,
object,
video {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

/* Küçük ekranlarda uzun kelime/adres taşmasını engelle */
@media (max-width: 767px) {
    p, li, td, th, h1, h2, h3, h4, h5, h6,
    .wt-title, .wt-tilte, .icon-content, .widget p {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .container,
    .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    /* Bölüm boşluklarını mobilde küçült */
    .section-full.p-t120 { padding-top: 62px !important; }
    .section-full.p-b120 { padding-bottom: 62px !important; }
    .section-full.p-t100 { padding-top: 56px !important; }
    .section-full.p-b100 { padding-bottom: 56px !important; }
    .section-full.p-b90  { padding-bottom: 40px !important; }
    .section-full.p-b70  { padding-bottom: 30px !important; }
    .section-full.p-t80  { padding-top: 46px !important; }
    .section-full.p-b60  { padding-bottom: 34px !important; }

    .section-head.center { margin-bottom: 34px; }

    .sa-cta-band { padding: 38px 0; }
    .sa-cta-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
    .sa-cta-actions { width: 100%; flex-direction: column; }
    .sa-cta-actions .sa-btn-white,
    .sa-cta-actions .sa-btn-ghost { width: 100%; justify-content: center; }

    .sa-product-card .sa-thumb img { height: 210px; }

    /* Yandan açılan iletişim paneli mobilde kullanılmıyor */
    .contact-slide-hide { display: none !important; }
}

/* ----------------------------------------------------------
   7) ALT BİLGİ
   ---------------------------------------------------------- */

.site-footer .widget-title {
    font-family: var(--sa-font-head);
    letter-spacing: -.01em;
}

.sa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px 26px;
    flex-wrap: wrap;
}

.sa-credits {
    font-size: 13px;
    opacity: .82;
}

.sa-credits a {
    font-weight: 600;
    color: var(--sa-brand);
    transition: opacity var(--sa-fast);
}

.sa-credits a:hover { opacity: .78; }

.sa-credit-sep { margin: 0 6px; opacity: .5; }

@media (max-width: 767px) {
    .sa-footer-bottom {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 8px;
    }
    .sa-credits { font-size: 12.5px; }
}

/* ----------------------------------------------------------
   8) HAREKET — giriş animasyonları
   ---------------------------------------------------------- */

/* Yalnızca JavaScript çalışıyorsa gizle — JS kapalıysa içerik görünür kalır */
.sa-js .sa-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity var(--sa-slow), transform var(--sa-slow);
}

.sa-js .sa-reveal.is-in {
    opacity: 1;
    transform: none;
}

/* Kademeli görünüm */
.sa-reveal[data-delay="1"] { transition-delay: 60ms; }
.sa-reveal[data-delay="2"] { transition-delay: 120ms; }
.sa-reveal[data-delay="3"] { transition-delay: 180ms; }
.sa-reveal[data-delay="4"] { transition-delay: 240ms; }

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }

    .sa-js .sa-reveal {
        opacity: 1;
        transform: none;
    }
}

/* ----------------------------------------------------------
   9) YAZDIRMA
   ---------------------------------------------------------- */

@media print {
    .whatsapp-button,
    .scroltop,
    .site-header,
    .sa-cta-band { display: none !important; }
}
