/* Tuna Group Css and Adshubcreatice and Design by Samet */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-instrument {
    font-family: "Instrument Sans", sans-serif;
}

.topbar {
    background: linear-gradient(to top right, #FBFDFF 0%, #F3F7FF 100%);
}

.topbar-link {
    color: #0E143A;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.topbar-link:hover {
    color: #193CFD;
    text-decoration: none;
}

.topbar-social {
    color: #0E143A;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-social:hover {
    color: #193CFD;
}

.topbar-lang {
    color: #0E143A;
}

.topbar-lang a {
    color: #0E143A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-lang a:hover {
    color: #193CFD;
    text-decoration: none;
}

/* Responsive Logos */
.main-logo {
    width: 100px;
    height: auto;
}

.sub-logo-muh {
    width: 55px;
    height: auto;
}

.sub-logo-lift {
    width: 65px;
    height: auto;
}

.sub-logo-oflaz {
    width: 72px;
    height: auto;
}

@media (max-width: 1199px) {
    .navbar-brand {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-right: 0;
    }

    .navbar-brand div {
        gap: 14px !important;
    }

    .main-logo {
        width: 180px;
    }

    .sub-logo-muh {
        width: 80px;
    }

    .sub-logo-oflaz {
        width: 75px;
    }

    .sub-logo-lift {
        width: 102px;
    }
}

@media (min-width: 1200px) {
    .main-logo {
        width: 194px;
        height: 81px;
    }

    .sub-logo-muh {
        width: 92px;
        height: 32px;
    }

    .sub-logo-lift {
        width: 119px;
        height: 23px;
    }

    .sub-logo-oflaz {
        width: 85px;
        height: 30px;
    }
}

/* Dar desktop (1200-1439px): menü sıkışmasın diye kompakt boyutlar */
@media (min-width: 1200px) and (max-width: 1439px) {
    #mainNavbar .nav-link {
        font-size: 14px;
        margin-left: 0.35rem !important;
        margin-right: 0.35rem !important;
    }

    #mainNavbar .teklif-ac {
        padding: 9px 22px !important;
        font-size: 14px;
    }

    .main-logo {
        width: 158px !important;
        height: auto !important;
    }

    .sub-logo-muh {
        width: 78px !important;
        height: auto !important;
    }

    .sub-logo-lift {
        width: 100px !important;
        height: auto !important;
    }

    .sub-logo-oflaz {
        width: 72px !important;
        height: auto !important;
    }
}

/* Genişletilmiş Container */
@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width: 767px) {
    .mobile-w-100 {
        width: 100% !important;
    }
}

/* ============================================
   DROPDOWN & MEGA MENU
   ============================================ */

.nav-arrow {
    font-size: 10px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

#mainNavbar {
    position: relative;
    z-index: 1040;
    background: #fff;
    transition: box-shadow 0.25s ease;
}

/* Scroll edilince fixed olur */
#mainNavbar.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 14px rgba(14, 20, 58, 0.08);
    animation: navbarDrop 0.3s ease;
}

@keyframes navbarDrop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* --------------------------------------------
   DESKTOP STYLES (min-width: 992px)
   -------------------------------------------- */
@media (min-width: 1200px) {
    .has-dropdown {
        position: relative;
    }

    .nav-dropdown {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 240px;
        background: #fff;
        border: none;
        box-shadow: 0 15px 40px rgba(14, 20, 58, 0.12);
        border-radius: 12px;
        padding: 12px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: all 0.3s ease;
        z-index: 1050;
    }

    /* Üst ok/çıkıntı */
    .nav-dropdown::before {
        content: '';
        position: absolute;
        top: -7px;
        left: 24px;
        width: 14px;
        height: 14px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: -2px -2px 5px rgba(14, 20, 58, 0.06);
    }

    .nav-dropdown a {
        display: block;
        padding: 10px 24px;
        color: #0E143A;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .nav-dropdown a:hover {
        background: #F3F7FF;
        color: #193CFD;
        padding-left: 30px;
    }

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

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

    /* Mega Menu (Kompakt Glass Panel) - linke bağlı konumlanır */
    .has-mega {
        position: relative;
    }

    /* Link ile panel arasındaki boşlukta hover kopmasın diye köprü */
    .has-mega::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 18px;
    }

    .mega-menu {
        position: absolute;
        top: calc(100% + 14px);
        left: 50%;
        width: min(1060px, calc(100vw - 40px));
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(26px) saturate(1.5);
        -webkit-backdrop-filter: blur(26px) saturate(1.5);
        border: 1px solid rgba(255, 255, 255, 0.75);
        border-radius: 26px;
        box-shadow: 0 30px 70px rgba(14, 20, 58, 0.16);
        padding: 16px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(10px);
        transition: all 0.3s ease;
        z-index: 1050;
    }

    /* Üst çıkıntı (ok) - tam ortada, linkin hizasında */
    .mega-menu::before {
        content: '';
        position: absolute;
        top: -8px;
        left: 50%;
        margin-left: -8px;
        width: 16px;
        height: 16px;
        background: rgba(255, 255, 255, 0.92);
        border-left: 1px solid rgba(255, 255, 255, 0.75);
        border-top: 1px solid rgba(255, 255, 255, 0.75);
        transform: rotate(45deg);
        box-shadow: -3px -3px 8px rgba(14, 20, 58, 0.04);
    }

    .has-mega:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .has-mega:hover .nav-arrow {
        transform: rotate(180deg);
    }

    .mega-sidebar {
        background: linear-gradient(135deg, #0E143A 0%, #1a2456 100%);
        padding: 48px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 380px;
    }

    .mega-card {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 42px 40px 38px;
        border-right: 1px solid rgba(14, 20, 58, 0.06);
        height: 100%;
        border-radius: 18px;
        transition: background-color 0.25s ease, transform 0.25s ease;
    }

    .row>div:last-child .mega-card {
        border-right: none;
    }

    .mega-card:hover {
        background: rgba(255, 255, 255, 0.95);
        transform: translateY(-2px);
    }
}

/* Marka accent çizgileri (stat kartlarıyla aynı dil) */
.mega-accent {
    display: block;
    width: 42px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 22px;
}

.mega-accent-dark {
    background: #0E143A;
}

.mega-accent-red {
    background: #E11D2A;
}

.mega-accent-blue {
    background: #193CFD;
}

/* Tüm Hizmetler pill butonu */
.mega-card a.mega-all {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: auto;
    padding: 9px 20px;
    border: 1px solid rgba(25, 60, 253, 0.25);
    border-radius: 30px;
    color: #193CFD;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.mega-card a.mega-all:hover {
    background: #193CFD;
    color: #ffffff;
    border-color: #193CFD;
    gap: 12px;
}

/* Common Mega Menu Elements */
.mega-sidebar h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.mega-sidebar p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.mega-sidebar-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: #193CFD;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.mega-sidebar-btn:hover {
    background: #0b22e2;
    color: #fff;
    transform: translateX(5px);
}

.mega-card-logo {
    margin-bottom: 20px;
    display: block;
}

.mega-card h5 {
    color: #0E143A;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.mega-card p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.mega-card a {
    color: #193CFD;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mega-card a:hover {
    gap: 10px;
}

.mega-card a i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.mega-card a:hover i {
    transform: translateX(3px);
}

/* Mega menü hizmet listesi */
.mega-links {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    flex: 1;
}

.mega-links li a {
    display: block;
    padding: 9px 0;
    color: #5B6380;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 20, 58, 0.05);
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-links li:last-child a {
    border-bottom: none;
}

.mega-links li a:hover {
    color: #193CFD;
    padding-left: 8px;
}

/* --------------------------------------------
   MOBILE OVERLAY — PREMIUM FULL-SCREEN MENU
   -------------------------------------------- */
@media (max-width: 1199px) {

    /* Hide Bootstrap desktop nav on mobile */
    #mainNav {
        display: none !important;
    }

    body.mo-open {
        overflow: hidden;
    }

    /* ---- Full-Screen Overlay ---- */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: linear-gradient(160deg, #080E2E 0%, #0E143A 40%, #131C52 100%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0s 0.4s;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0s 0s;
    }

    .mobile-overlay-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    /* ---- Header ---- */
    .mo-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
        flex-shrink: 0;
    }

    .mo-logo img {
        filter: brightness(0) invert(1);
        opacity: 0.9;
    }

    /* Animated X Close Button */
    .mo-close {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
    }

    .mo-close:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: rotate(90deg);
    }

    .mo-close span {
        position: absolute;
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

    .mo-close span:first-child {
        transform: rotate(45deg);
    }

    .mo-close span:last-child {
        transform: rotate(-45deg);
    }

    /* ---- Scrollable Content ---- */
    .mo-content {
        flex: 1;
        overflow-y: auto;
        padding: 16px 24px 24px;
        -webkit-overflow-scrolling: touch;
    }

    /* ---- Navigation Links ---- */
    .mo-nav {
        margin-bottom: 28px;
    }

    .mo-nav-item {
        opacity: 0;
        transform: translateX(-20px);
    }

    .mobile-overlay.active .mo-nav-item {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .mobile-overlay.active .mo-nav-item[data-index="0"] {
        transition-delay: 0.1s;
    }

    .mobile-overlay.active .mo-nav-item[data-index="1"] {
        transition-delay: 0.18s;
    }

    .mobile-overlay.active .mo-nav-item[data-index="2"] {
        transition-delay: 0.26s;
    }

    .mobile-overlay.active .mo-nav-item[data-index="3"] {
        transition-delay: 0.34s;
    }

    .mo-nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        transition: all 0.25s ease;
    }

    .mo-link-text {
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.3px;
        transition: color 0.25s;
    }

    .mo-nav-link:hover .mo-link-text {
        color: #7B8CFF;
    }

    .mo-link-arrow {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
        transition: all 0.25s;
    }

    .mo-nav-link:hover .mo-link-arrow {
        color: #7B8CFF;
        transform: translateX(4px);
    }

    /* Plus/Minus Indicator for submenu toggles */
    .mo-link-indicator {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        transition: all 0.3s ease;
    }

    .mo-nav-item.active .mo-link-indicator {
        background: rgba(123, 140, 255, 0.15);
        color: #7B8CFF;
        transform: rotate(45deg);
    }

    /* ---- Sub Panels ---- */
    .mo-sub-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .mo-nav-item.active .mo-sub-panel {
        max-height: 600px;
    }

    /* Sub links with dot indicators */
    .mo-sub-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 8px 12px 16px;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.25s;
        border-radius: 8px;
    }

    .mo-sub-link:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.04);
        padding-left: 20px;
    }

    .mo-sub-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        flex-shrink: 0;
        transition: all 0.25s;
    }

    .mo-sub-link:hover .mo-sub-dot {
        background: #7B8CFF;
        box-shadow: 0 0 8px rgba(123, 140, 255, 0.4);
    }

    /* ---- Service Cards (Glassmorphism) ---- */
    .mo-service-cards {
        padding: 8px 0 8px 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mo-service-card {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .mo-service-card:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(123, 140, 255, 0.3);
        transform: translateX(4px);
    }

    .mo-sc-icon {
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mo-sc-icon img {
        max-width: 32px;
        max-height: 20px;
        filter: brightness(0) invert(1);
        opacity: 0.8;
    }

    .mo-sc-body {
        flex: 1;
        min-width: 0;
    }

    .mo-sc-body h6 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 3px 0;
    }

    .mo-sc-body p {
        color: rgba(255, 255, 255, 0.45);
        font-size: 12px;
        margin: 0;
        line-height: 1.3;
    }

    .mo-sc-arrow {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.35);
        font-size: 11px;
        transition: all 0.3s ease;
    }

    .mo-service-card:hover .mo-sc-arrow {
        background: #193CFD;
        color: #ffffff;
        transform: translateX(2px);
    }

    /* ---- CTA Button ---- */
    .mo-cta {
        padding: 8px 0 0;
        opacity: 0;
        transform: translateY(10px);
    }

    .mobile-overlay.active .mo-cta {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.4s ease 0.42s, transform 0.4s ease 0.42s;
    }

    .mo-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 16px;
        background: linear-gradient(135deg, #193CFD, #4F63FF);
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        border-radius: 14px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 24px rgba(25, 60, 253, 0.25);
    }

    .mo-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(25, 60, 253, 0.35);
        color: #ffffff;
    }

    .mo-cta-btn i {
        font-size: 13px;
        transition: transform 0.3s;
    }

    .mo-cta-btn:hover i {
        transform: translateX(4px);
    }

    /* ---- Footer ---- */
    .mo-footer {
        flex-shrink: 0;
        padding: 20px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        opacity: 0;
    }

    .mobile-overlay.active .mo-footer {
        opacity: 1;
        transition: opacity 0.5s ease 0.5s;
    }

    .mo-contact-row {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }

    .mo-contact-row a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        transition: color 0.25s;
    }

    .mo-contact-row a:hover {
        color: #ffffff;
    }

    .mo-contact-row a i {
        font-size: 12px;
        width: 16px;
        text-align: center;
        color: rgba(123, 140, 255, 0.6);
    }

    .mo-social-row {
        display: flex;
        gap: 12px;
    }

    .mo-social-row a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        color: rgba(255, 255, 255, 0.45);
        font-size: 15px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mo-social-row a:hover {
        background: rgba(123, 140, 255, 0.12);
        border-color: rgba(123, 140, 255, 0.25);
        color: #7B8CFF;
        transform: translateY(-2px);
    }
}


/* ===== HERO SECTION ===== */
.hero-section {
    background: linear-gradient(to bottom, #FBFDFF 0%, #F3F7FF 100%);
    overflow: hidden;
}

.hero-slider {
    position: relative;
}

.hero-slide {
    display: none;
}

.hero-slide.active {
    display: block;
}

/* Slide geçiş animasyonu — yumuşak fade, çok hafif hareket */
.hero-slide.active .hero-content {
    animation: heroContentIn 1.1s ease both;
}

.hero-slide.active .hero-img-frame {
    animation: heroImageIn 1.2s ease both;
}

@keyframes heroContentIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroImageIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    min-height: 600px;
}

/* Sol içerik */
.hero-content-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 60px 40px 60px 0;
    background: linear-gradient(to bottom, #FBFDFF 0%, #F3F7FF 100%);
    display: flex;
    align-items: center;
}

.hero-content-col .hero-content {
    width: 100%;
}

.hero-slide-number {
    font-size: 72px;
    font-weight: 700;
    color: rgba(11, 34, 226, 0.08);
    line-height: 1;
    display: block;
    margin-bottom: -10px;
    font-family: 'Instrument Sans', sans-serif;
}

.hero-title {
    font-size: 53px;
    font-weight: 400;
    color: #0d1b3e;
    line-height: 1.3;
    margin-bottom: 18px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-title strong {
    font-weight: 700;
    color: #0d1b3e;
}

.hero-desc {
    font-size: 0.95rem;
    color: #5a6a8a;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Slider okları */
.hero-arrow-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    color: #0d1b3e;
    font-size: 22px;
    cursor: pointer;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.hero-arrow-btn+.hero-arrow-btn {
    margin-left: 20px;
}

.hero-arrow-btn:hover {
    color: #0b22e2;
}

/* Referanslar */
.hero-refs-label {
    font-size: 14px;
    font-family: 'Instrument Sans', sans-serif;
    letter-spacing: 0.12em;
    color: #0E143A;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-ref-logo {
    height: 92px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.hero-ref-logo:hover {
    opacity: 1;
}

.hero-ref-divider {
    width: 1px;
    height: 50px;
    background: #c8d2e6;
}

/* Sağ görsel */
.hero-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 40px 24px;
}

/* Gri frame — görsele yapışık, her çizgi ayrı div */
.hero-img-frame {
    position: relative;
    width: 100%;
    padding: 0;
    line-height: 0;
    overflow: visible;
}

/* Ortak çizgi ayarları */
.frame-line {
    position: absolute;
    background: #c4cedd;
    z-index: 1;
    pointer-events: none;
}

/* Üst çizgi — iki taraftan da 40px dışarı */
.frame-top {
    height: 1.5px;
    top: 0;
    left: -40px;
    right: -40px;
}

/* Sağ çizgi — iki taraftan da 40px dışarı */
.frame-right {
    width: 1.5px;
    top: -40px;
    right: 0;
    bottom: -40px;
}

/* Alt çizgi — iki taraftan da 40px dışarı */
.frame-bottom {
    height: 1.5px;
    bottom: 0;
    left: -40px;
    right: -40px;
}

/* Sol çizgi — iki taraftan da 40px dışarı */
.frame-left {
    width: 1.5px;
    top: -40px;
    left: 0;
    bottom: -40px;
}

/* Görsel */
.hero-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Köşe ikonları — frame'in tam köşelerinde */
.hero-corner-img {
    position: absolute;
    width: 34px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.hero-corner-tr {
    top: -40px;
    right: -40px;
}

.hero-corner-bl {
    bottom: -40px;
    left: -40px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-row {
        flex-direction: column !important;
        /* Stack vertically on mobile */
    }

    .hero-content-col {
        padding: 40px 24px;
        height: auto;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 2;
        /* Text below */
    }

    .hero-title {
        font-size: 1.7rem;
    }

    .hero-slide-number {
        font-size: 52px;
    }

    .hero-image-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        height: auto;
        padding: 40px 75px;
        /* Increased side padding to scale down the image size on mobile */
        order: 1;
        /* Image on top */
    }

    /* Reduce frame line extensions on mobile to 20px so they fit nicely without shrinking the image too much */
    .frame-top {
        left: -20px;
        right: -20px;
    }

    .frame-right {
        top: -20px;
        bottom: -20px;
    }

    .frame-bottom {
        left: -20px;
        right: -20px;
    }

    .frame-left {
        top: -20px;
        bottom: -20px;
    }

    .hero-corner-tr {
        top: -20px;
        right: -20px;
    }

    .hero-corner-bl {
        bottom: -20px;
        left: -20px;
    }
}

/* ===== YAPILAR SECTION ===== */
.yapilar-section {
    background: #0055FF;
    overflow: hidden;
}

.yapilar-inner {
    display: flex;
    align-items: center;
    min-height: 320px;
    padding: 0;
}

.yapilar-title-col {
    flex: 0 0 33.333%;
    padding: 60px 24px 60px 0;
}

.yapilar-title {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin: 0;
}

.yapilar-gif-col {
    flex: 0 0 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.yapilar-gif {
    width: 500px;
    height: auto;
    mix-blend-mode: lighten;
}

.yapilar-desc-col {
    flex: 0 0 33.333%;
    padding: 60px 0 60px 24px;
}

.yapilar-desc {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .yapilar-inner {
        flex-direction: column;
        padding: 0 0 48px 0;
        align-items: normal;
        text-align: left;
    }

    .yapilar-gif-col {
        flex: 0 0 100%;
        padding: 0;
        order: -1;
        justify-content: flex-start;
        background: rgba(0, 0, 0, 0.15);
    }

    .yapilar-gif {
        width: 100%;
        max-width: 100%;
        height: 260px;
        object-fit: cover;
        mix-blend-mode: screen;
    }

    .yapilar-title-col {
        flex: 0 0 100%;
        padding: 32px 24px 12px 24px;
    }

    .yapilar-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .yapilar-desc-col {
        flex: 0 0 100%;
        padding: 0 24px;
    }

    .yapilar-desc {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.75);
    }
}

/* ===== ÇÖZÜMLER SECTION ===== */
.cozum-section {
    background: #fff;
    padding: 90px 0;
}

.cozum-heading {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 58px;
    font-weight: 600;
    color: #0d2263;
    line-height: 1.12;
    margin-bottom: 64px;
}

.cozum-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    row-gap: 0;
}

/* Kart */
.cozum-card {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #D1D5DB;
}

.cozum-number {
    position: absolute;
    top: 40px;
    left: 0;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #9CA3AF;
    letter-spacing: 0.05em;
}

.cozum-body {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-left: 48px;
}

.cozum-icon {
    flex: 0 0 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cozum-icon img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
}

.cozum-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cozum-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #00246B;
    margin-bottom: 14px;
}

.cozum-desc {
    font-size: 15px;
    color: #00246B;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 320px;
}

.cozum-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: auto;
}

/* Teklif Al butonu — normalde kesikli çerçeve */
.cozum-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 1px dashed #c2cadd;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #00246B;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cozum-link {
    font-size: 14px;
    font-weight: 600;
    color: #0d2263;
    text-decoration: none;
    transition: color 0.25s ease;
}

/* Hover — Teklif Al butonuna gelince dolu mavi olur */
.cozum-btn:hover {
    background: #1a3cf0;
    border-color: #1a3cf0;
    border-style: solid;
    color: #fff;
    box-shadow: 0 8px 20px rgba(26, 60, 240, 0.25);
}

.cozum-link:hover {
    color: #1a3cf0;
}

@media (max-width: 991px) {
    .cozum-section {
        padding: 56px 0;
    }

    .cozum-heading {
        font-size: 30px;
        margin-bottom: 36px;
    }

    /* 2'li 2'li grid */
    .cozum-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }

    .cozum-card {
        padding: 28px 0;
    }

    .cozum-number {
        top: 28px;
    }

    /* İkon üstte, metin altta */
    .cozum-body {
        flex-direction: column;
        gap: 16px;
        padding-left: 0;
        padding-top: 24px;
    }

    .cozum-icon {
        flex: 0 0 auto;
        width: 100%;
        justify-content: flex-start;
    }

    .cozum-icon img {
        max-height: 130px;
    }

    .cozum-title {
        font-size: 19px;
    }

    .cozum-desc {
        max-width: none;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cozum-actions {
        flex-wrap: wrap;
        gap: 14px;
    }

    .cozum-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .cozum-grid {
        column-gap: 14px;
    }

    .cozum-icon img {
        max-height: 96px;
    }

    .cozum-title {
        font-size: 16px;
    }

    .cozum-desc {
        font-size: 13px;
    }
}

/* ===== MÜHENDİSLİK SECTION ===== */
.muh-section {
    background: linear-gradient(120deg, #ffffff 0%, #ffffff 45%, #f4f6fc 100%);
    padding: 80px 0;
}

.muh-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
}

/* Ortadaki dikey çizgi (ayrı div) */
.muh-divider {
    position: absolute;
    top: -20px;
    bottom: -50px;
    left: 50%;
    width: 1px;
    background: #D1D5DB;
    transform: translateX(-50%);
}

/* Sol kolon */
.muh-left {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
}

.muh-icon {
    width: 44px;
    height: auto;
    margin-bottom: 40px;
}

.muh-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 64px;
    font-weight: 300;
    color: #00246B;
    line-height: 1.15;
    margin-bottom: 28px;
}

.muh-title strong {
    font-weight: 600;
}

.muh-subtitle {
    font-size: 18px;
    color: #6b7793;
    line-height: 1.7;
    margin-bottom: 0;
}

.muh-subtitle strong {
    color: #0d2263;
    font-weight: 600;
}

/* Alıntı */
.muh-quote {
    margin-top: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #D1D5DB;
    border-bottom: 1px solid #D1D5DB;
    position: relative;
}

.muh-quote-open,
.muh-quote-close {
    font-size: 120px;
    line-height: 1;
    color: #c6cede;
    display: block;
    height: 60px;
    overflow: visible;
}

.muh-quote-open {
    margin-bottom: 8px;
}

.muh-quote-close {
    text-align: right;
    margin-top: 8px;
}

.muh-quote-text {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #00246B;
    margin: 0;
}

.muh-quote-text strong {
    font-weight: 700;
}

/* Sağ kolon */
.muh-right {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}

.muh-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 48px;
    padding-left: 60px;
    margin-left: -60px;
    border-bottom: 1px solid #D1D5DB;
}

.muh-image img {
    width: 100%;
    max-width: 520px;
    height: auto;
}

.muh-brands {
    margin-top: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 40px;
    padding-left: 60px;
    margin-left: -60px;
    border-bottom: 1px solid #D1D5DB;
}

.muh-brands-label {
    font-size: 14px;
    color: #00246B;
    opacity: 0.7;
    display: block;
    margin-bottom: 28px;
}

.muh-brands-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

.muh-brand {
    padding: 0 28px;
    border-left: 1px solid #D1D5DB;
}

.muh-brand:first-child {
    padding-left: 0;
    border-left: none;
}

.muh-brand h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #00246B;
    margin-bottom: 12px;
    white-space: nowrap;
}

.muh-brand p {
    font-size: 14px;
    color: #00246B;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .muh-section {
        padding: 44px 0;
    }

    /* Tek kolon */
    .muh-grid {
        grid-template-columns: 1fr;
    }

    /* Ortadaki dikey çizgi mobilde yok */
    .muh-divider {
        display: none;
    }

    .muh-left {
        padding-right: 0;
        margin-bottom: 36px;
    }

    .muh-icon {
        width: 40px;
        margin-bottom: 28px;
    }

    .muh-title {
        font-size: 32px;
    }

    .muh-subtitle {
        font-size: 15px;
    }

    /* Alıntı — mobilde sadeleştir */
    .muh-quote {
        min-height: 0;
        margin-top: 36px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .muh-quote-open,
    .muh-quote-close {
        font-size: 72px;
        height: 40px;
    }

    .muh-quote-text {
        font-size: 24px;
    }

    /* Sağ kolon */
    .muh-right {
        padding-left: 0;
    }

    .muh-image {
        padding-left: 0;
        margin-left: 0;
        padding-top: 0;
    }

    .muh-image img {
        max-width: 360px;
    }

    /* Markalar — mobilde negatif margin/min-height sıfır, alt alta */
    .muh-brands {
        min-height: 0;
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .muh-brands-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .muh-brand {
        padding: 20px 0;
        border-left: none;
        border-bottom: 1px solid #D1D5DB;
    }

    .muh-brand:first-child {
        padding-top: 0;
    }

    .muh-brand:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .muh-brand h4 {
        font-size: 19px;
        white-space: normal;
    }
}

/* ===== GÜNCEL GELİŞMELER (HABER) SECTION ===== */
.haber-section {
    background: linear-gradient(120deg, #ffffff 0%, #f4f6fc 100%);
    padding: 80px 0;
}

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

/* Sol intro */
.haber-intro {
    padding-top: 8px;
}

.haber-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #00246B;
    margin-bottom: 20px;
    line-height: 1.1;
}

.haber-subtitle {
    font-size: 16px;
    color: #00246B;
    opacity: 70%;
    line-height: 1.7;
    margin-bottom: 32px;
}

.haber-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: #101841;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(26, 60, 240, 0.22);
}

.haber-btn:hover {
    background: #0b22e2;
    color: #fff;
    transform: translateY(-2px);
}

/* Sağ kartlar */
.haber-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.haber-card {
    display: block;
    text-decoration: none;
    border: 1px solid #e6eaf2;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.haber-card:hover {
    box-shadow: 0 16px 40px rgba(14, 20, 58, 0.1);
    transform: translateY(-4px);
}

/* Görsel kutuyu tam kaplar */
.haber-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #eef1f7;
    margin-bottom: 20px;
}

/* Metin kısmı içeriden boşluklu */
.haber-cat,
.haber-card-title,
.haber-card-desc {
    padding-left: 20px;
    padding-right: 20px;
}

.haber-card-desc {
    padding-bottom: 24px;
}

.haber-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

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

.haber-cat {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9aa4bc;
    margin-bottom: 10px;
}

.haber-card-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0d2263;
    margin-bottom: 8px;
}

.haber-card-desc {
    font-size: 14px;
    color: #6b7793;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .haber-section {
        padding: 44px 0;
    }

    .haber-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .haber-intro {
        text-align: center;
    }

    .haber-title {
        font-size: 30px;
    }

    .haber-subtitle br {
        display: none;
    }

    .haber-cards {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .haber-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .haber-card-img {
        height: 200px;
    }

    .haber-title {
        font-size: 27px;
    }

    .haber-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===== ARAMIZA HOŞGELDİNİZ (TEAM) SECTION ===== */
.team-section {
    background: linear-gradient(264deg, #FBFDFF 0%, #E3ECFF 100%);
    overflow-x: clip;
    position: relative;
}

/* Section bittikten hemen sonra sol alta sarkan açılı dekor şekli */
.team-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 294px;
    height: 40px;
    background: #E6EEFF;
    clip-path: polygon(0 0, 100% 0, 88.1% 100%, 0 100%);
    z-index: 3;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 620px;
}

/* Sol */
.team-left {
    padding: 70px 0;
}

.team-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #00246B;
    line-height: 1.1;
    margin-bottom: 22px;
}

.team-subtitle {
    font-size: 16px;
    color: #00246B;
    opacity: 70%;
    line-height: 1.7;
    margin-bottom: 30px;
}

.team-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: #101841;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(26, 60, 240, 0.22);
    margin-bottom: 48px;
}

.team-btn:hover {
    background: #0b22e2;
    color: #fff;
    transform: translateY(-2px);
}

/* Personel kartları */
.team-people {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 520px;
}

.team-person {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 22px;
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.team-person:hover {
    box-shadow: 0 12px 30px rgba(14, 20, 58, 0.1);
    transform: translateX(4px);
}

.team-person-avatar {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 2px;
    overflow: hidden;
    background: #eef1f7;
}

.team-person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-person-info {
    flex: 1;
}

.team-person-info h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0d2263;
    margin: 0 0 2px;
}

.team-person-info span {
    font-size: 14px;
    color: #8a94ac;
}

.team-person-arrow {
    color: #b0bacd;
    font-size: 15px;
    transition: all 0.25s ease;
}

.team-person:hover .team-person-arrow {
    color: #1a3cf0;
    transform: translateX(4px);
}

/* Sağ görsel + arka plan */
.team-right {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Grid çizgileri */
.team-bg-grid {
    position: absolute;
    inset: 40px 0 0 0;
    background-image:
        linear-gradient(#d5ddec 1px, transparent 1px),
        linear-gradient(90deg, #d5ddec 1px, transparent 1px);
    background-size: 128px 128px;
    opacity: 0.6;
    z-index: 0;
}

/* Kırmızı bloklar */
.team-bg-red {
    position: absolute;
    background: #b3121b;
    z-index: 1;
}

.team-bg-red-1 {
    width: 300px;
    height: 130px;
    top: 130px;
    right: 60px;
}

.team-bg-red-2 {
    width: 150px;
    height: 130px;
    top: 260px;
    left: 20px;
}

/* Adam görseli */
.team-man {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 991px) {
    .team-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 0;
    }

    /* Görsel üstte */
    .team-right {
        order: -1;
        min-height: 0;
        margin: 0 -12px;
    }

    .team-man {
        max-height: 380px;
        width: auto;
    }

    .team-left {
        padding: 28px 0 44px;
        text-align: center;
    }

    .team-title {
        font-size: 30px;
    }

    .team-subtitle {
        font-size: 15px;
    }

    .team-subtitle br,
    .team-title br {
        display: none;
    }

    .team-btn {
        margin-bottom: 32px;
    }

    /* Kartlar tam genişlik, içerik sola hizalı */
    .team-people {
        max-width: none;
        text-align: left;
    }

    .team-person {
        padding: 14px 18px;
    }
}

@media (max-width: 575px) {
    .team-title {
        font-size: 26px;
    }

    .team-man {
        max-height: 300px;
    }

    .team-btn {
        width: 100%;
        justify-content: center;
    }

    /* Sol alt dekor şekli mobilde küçült */
    .team-section::after {
        width: 180px;
        height: 26px;
    }
}

/* ===== FARK YARATAN MÜHENDİSLİK SECTION ===== */
.fark-section {
    background: #fff;
    padding: 90px 0;
}

/* Üst kısım */
.fark-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 80px;
}

.fark-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 56px;
    font-weight: 400;
    color: #0d2263;
    line-height: 1.12;
    margin: 0;
}

.fark-head-right {
    padding-top: 8px;
}

.fark-lead {
    font-size: 16px;
    color: #00246B;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 560px;
}

.fark-btn {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    padding: 8px 8px 8px 28px;
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #0d2263;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fark-btn:hover {
    border-color: #9E0B0F;
    color: #0d2263;
}

.fark-btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #9E0B0F;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.fark-btn:hover .fark-btn-icon {
    transform: translateX(3px);
}

/* Alt 4 kolon */
.fark-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.fark-item {
    padding: 28px 28px 40px 28px;
    border-left: 1px solid #D1D5DB;
}

.fark-item:first-child {
    padding-left: 0;
    border-left: none;
}

.fark-num {
    display: block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #0d2263;
    margin-bottom: 36px;
}

.fark-icon {
    color: #9E0B0F;
    font-size: 30px;
    margin-bottom: 28px;
}

.fark-item-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #00246B;
    line-height: 1.25;
    margin-bottom: 24px;
}

.fark-item-desc {
    font-size: 15px;
    color: #00246B;
    line-height: 1.7;
    opacity: 70%;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .fark-section {
        padding: 52px 0;
    }

    .fark-head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 44px;
    }

    .fark-title {
        font-size: 36px;
    }

    .fark-lead {
        max-width: none;
    }

    /* 2'li grid */
    .fark-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fark-item {
        padding: 24px 20px 32px;
        border-bottom: 1px solid #e2e7f0;
    }

    .fark-item:nth-child(odd) {
        padding-left: 0;
        border-left: none;
    }

    .fark-item-title {
        font-size: 19px;
    }

    .fark-item-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .fark-title {
        font-size: 30px;
    }

    /* Telefonda da 2'li 2'li */
    .fark-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fark-item {
        padding: 20px 12px 26px;
    }

    .fark-icon {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .fark-item-title {
        font-size: 17px;
    }

    .fark-item-desc {
        font-size: 13px;
    }
}

/* ===== BİZE GÜVENENLER SECTION ===== */
.guven-section {
    background: linear-gradient(264deg, #FBFDFF 0%, #E3ECFF 100%);
    padding: 90px 0;
    position: relative;
}

/* Sağ alt köşe dekor şekli */
.guven-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 296px;
    height: 41px;
    background: #101841;
    clip-path: polygon(12.16% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 3;
}

.guven-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    position: relative;
}

/* Ortadaki dikey çizgi (ayrı div) — section başından sonuna */
.guven-divider {
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: 50%;
    width: 1px;
    background: #D1D5DB;
    transform: translateX(-50%);
}

/* Sol */
.guven-left {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guven-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #00246B;
    line-height: 1.1;
    margin-bottom: 26px;
}

.guven-subtitle {
    font-size: 16px;
    color: #00246B;
    opacity: 0.7;
    line-height: 1.7;
    margin: 0;
}

/* Sağ */
.guven-right {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Marka alanı — üst/alt çizgiler ortadaki divider'a yapışık */
.guven-brands {
    position: relative;
    border-top: 1px solid #D1D5DB;
    border-bottom: 1px solid #D1D5DB;
    margin-left: -60px;
}

/* Her satır bağımsız marquee */
.guven-row {
    position: relative;
    overflow: hidden;
    height: 120px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

/* Satır arası çizgi */
.guven-row-thin {
    border-top: 1px solid #D1D5DB;
}

.guven-track {
    display: flex;
    width: 200%;
    height: 100%;
}

.guven-track-left {
    animation: guvenLeft 40s linear infinite;
}

.guven-track-right {
    animation: guvenRight 40s linear infinite;
}

.guven-brands:hover .guven-track {
    animation-play-state: paused;
}

@keyframes guvenLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes guvenRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.guven-brand {
    position: relative;
    flex: 0 0 16.6666%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #374151;
}

/* Markalar arası kısa dikey çizgi */
.guven-brand::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: #D1D5DB;
}

/* Alt satır daha ince */
.guven-row-thin .guven-brand {
    font-weight: 400;
}

.guven-more {
    display: block;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #6B7280;
}

/* Responsive */
@media (max-width: 991px) {
    .guven-section {
        padding: 52px 0;
    }

    .guven-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .guven-left {
        padding-right: 0;
        text-align: center;
    }

    .guven-title {
        font-size: 38px;
    }

    .guven-title br,
    .guven-subtitle br {
        display: none;
    }

    .guven-divider {
        display: none;
    }

    .guven-right {
        padding-left: 0;
    }

    .guven-brands {
        margin-left: 0;
    }

    .guven-row {
        height: 92px;
    }

    .guven-brand {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .guven-title {
        font-size: 30px;
    }

    .guven-row {
        height: 76px;
    }

    .guven-brand {
        font-size: 15px;
    }
}

/* ===== FOOTER ===== */
.site-footer {
    position: relative;
    background: #101841;
    color: #fff;
    overflow: hidden;
}

/* Mavi ışık lekeleri (SVG'deki blur circle) */
.footer-glow {
    position: absolute;
    border-radius: 50%;
    background: #0055FF;
    filter: blur(145px);
    pointer-events: none;
    z-index: 0;
}

.footer-glow-tl {
    width: 256px;
    height: 256px;
    top: -40px;
    left: -60px;
}

.footer-glow-br {
    width: 224px;
    height: 224px;
    bottom: -50px;
    right: -80px;
}

.footer-main {
    position: relative;
    z-index: 1;
    padding: 110px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.1fr;
    gap: 0;
}

/* Kolonlar arası dikey çizgiler — alttaki footer-bottom çizgisine kadar */
.footer-grid>* {
    padding: 0 44px 96px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid>*:first-child {
    padding-left: 0;
    border-left: none;
}

.footer-grid>*:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

/* Marka kolonu */
.footer-logo {
    height: 56px;
    width: auto;
    margin-bottom: 22px;
}

.footer-sublogos {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 26px;
}

.footer-sublogos img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-about {
    font-size: 16px;
    line-height: 1.7;
    color: #9CA3AF;
    margin-bottom: 20px;
    max-width: 340px;
}

.footer-quote {
    font-size: 22px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Kolon başlıkları */
.footer-heading {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 26px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 18px;
}

.footer-links a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #4d7cff;
}

/* İletişim */
.footer-contact {
    margin-bottom: 22px;
}

.footer-contact-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 6px;
}

.footer-contact p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

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

.footer-contact a:hover {
    color: #4d7cff;
}

/* Ofis blokları */
.footer-office {
    margin-bottom: 24px;
}

.footer-office h5 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.footer-office p {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 8px;
}

.footer-office-tel {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer-office-tel strong {
    color: #fff;
}

.footer-office-tel a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-office-tel a:hover {
    color: #4d7cff;
}

/* Politika kolonu — masaüstünde gizli, mobilde grid içinde */
.footer-policy-col {
    display: none;
}

/* Alt bar */
.footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 26px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-copy {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-copy strong {
    color: #fff;
    font-weight: 700;
}

.footer-adshub-logo {
    height: 34px;
    width: auto;
}

.footer-policy {
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
}

.footer-policy a {
    color: rgba(255, 255, 255, 255);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-policy a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .site-footer .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .footer-main {
        padding: 48px 0 8px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 24px;
    }

    .footer-grid>*,
    .footer-grid>*:first-child,
    .footer-grid>*:last-child {
        padding: 0 0 30px;
        border: none;
    }

    .footer-brand {
        grid-column: 1 / -1;
        padding-bottom: 8px;
    }

    .footer-logo {
        height: 44px;
        margin-bottom: 16px;
    }

    .footer-sublogos {
        gap: 24px;
        margin-bottom: 18px;
    }

    .footer-sublogos img {
        height: 24px;
    }

    .footer-about {
        margin-bottom: 14px;
    }

    .footer-heading {
        margin-bottom: 16px;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-contact {
        margin-bottom: 16px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .footer-main {
        padding: 36px 0 8px;
    }

    /* Telefonda da 2'li 2'li */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

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

    /* Politika linkleri İletişim'in yanındaki boşluğa */
    .footer-policy-col {
        display: block;
    }

    .footer-policy {
        display: none;
    }

    .footer-about {
        max-width: none;
    }

    .footer-heading {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .footer-links a,
    .footer-contact p {
        font-size: 14px;
    }
}

/* ===== WHATSAPP FLOAT BUTONU ===== */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 1090;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: wpPulse 2.4s ease-in-out infinite;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55);
}

@keyframes wpPulse {
    0% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 575px) {
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        font-size: 27px;
    }
}


/* ===== REFERANS HARİTASI SECTION ===== */
.harita-section {
    background: #fff;
    padding: 90px 0;
}

.harita-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 44px;
}

.harita-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9E0B0F;
    margin-bottom: 16px;
}

.harita-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #0d2263;
    line-height: 1.15;
    margin-bottom: 18px;
}

.harita-desc {
    font-size: 16px;
    color: #6b7793;
    line-height: 1.7;
    margin: 0;
    max-width: 420px;
    flex-shrink: 0;
    padding-bottom: 6px;
}

.harita-wrap {
    width: 100%;
}

/* Harita */
.tr-map-img {
    width: 100%;
    height: auto;
    display: block;
}

.tr-map svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* Tüm iller — pasif */
.tr-map svg path {
    fill: #eaeef7;
    stroke: #ffffff;
    stroke-width: 0.6;
    transition: fill 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    transform-box: fill-box;
    transform-origin: center;
}

/* Herhangi bir ile hover — hafif kalkma + koyulaşma */
.tr-map svg path:hover {
    fill: #cdd7ec;
    transform: translateY(-4px) scale(1.04);
    filter: drop-shadow(0 6px 10px rgba(14, 20, 58, 0.18));
}

/* Referans illeri */
/* Harita içi aktif (tamamlanan ve devam eden) illerin renkleri */
.tr-map svg path.tr-il-completed {
    fill: #c0343a;
}
.tr-map svg path.tr-il-completed:hover,
.tr-map svg path.tr-secili-completed {
    fill: #9E0B0F;
    filter: drop-shadow(0 8px 14px rgba(158, 11, 15, 0.35));
}

.tr-map svg path.tr-il-ongoing {
    fill: #0b22e2;
}
.tr-map svg path.tr-il-ongoing:hover,
.tr-map svg path.tr-secili-ongoing {
    fill: #0819a3;
    filter: drop-shadow(0 8px 14px rgba(11, 34, 226, 0.35));
}

.tr-map svg path.tr-il-mixed {
    fill: url(#mixedGradient);
}
.tr-map svg path.tr-il-mixed:hover,
.tr-map svg path.tr-secili-mixed {
    fill: url(#mixedGradientHover);
    filter: drop-shadow(0 8px 14px rgba(158, 11, 15, 0.35));
}

/* İl detay popup */
.harita-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.harita-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.harita-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 99, 0.55);
    backdrop-filter: blur(3px);
}

.harita-modal-box {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: 1240px;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 50px 120px rgba(13, 34, 99, 0.4);
    transform: translateY(24px) scale(0.96);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.harita-modal.open .harita-modal-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.harita-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f0f3f9;
    border: none;
    color: #0d2263;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.harita-modal-close:hover {
    background: #9E0B0F;
    color: #fff;
}

/* Başlık — sade beyaz, kırmızı aksan */
.harita-modal-head {
    display: flex;
    align-items: flex-end;
    gap: 22px;
    padding: 42px 56px 30px;
    background: #fff;
    border-bottom: 1px solid #eceff5;
}

.harita-modal-pin {
    display: none;
}

.harita-modal-head-text {
    flex: 1;
    min-width: 0;
}

.harita-modal-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #9E0B0F;
    margin-bottom: 14px;
}

.harita-modal-label::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #9E0B0F;
}

.harita-modal-il {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #0d2263;
    margin: 0 0 8px;
    line-height: 1;
}

.harita-modal-altbaslik {
    font-size: 15px;
    color: #6b7793;
    margin: 0;
}

.harita-modal-count {
    align-self: center;
    font-size: 14px;
    font-weight: 600;
    color: #9E0B0F;
    background: #fdeaea;
    padding: 10px 20px;
    border-radius: 50px;
    white-space: nowrap;
}

/* Proje listesi — alt alta yatay kartlar */
.harita-modal-projeler {
    display: flex;
    flex-direction: column;
    padding: 24px 56px 44px;
    max-height: 62vh;
    overflow-y: auto;
}

.proje-kart {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 20px;
    text-decoration: none;
    border-bottom: 1px solid #eceff5;
    transition: background 0.2s ease;
}

.proje-kart:last-child {
    border-bottom: none;
}

.proje-kart:hover {
    background: #f7f9fd;
}

.proje-kart-img {
    width: 240px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eef1f7;
}

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

.proje-kart:hover .proje-kart-img img {
    transform: scale(1.05);
}

.proje-kart-icerik {
    flex: 1;
    min-width: 0;
}

.proje-kart-icerik h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0d2263;
    margin: 0 0 10px;
}

.proje-kart-icerik p {
    font-size: 15px;
    color: #6b7793;
    line-height: 1.65;
    margin: 0;
}

.proje-kart-ok {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fdeaea;
    color: #9E0B0F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.proje-kart:hover .proje-kart-ok {
    background: #9E0B0F;
    color: #fff;
    transform: translateX(4px);
}

/* İl adı tooltip */
.tr-tooltip {
    position: fixed;
    z-index: 1200;
    transform: translate(-50%, calc(-100% - 12px));
    background: #0d2263;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.tr-tooltip.show {
    opacity: 1;
}

.tr-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #0d2263;
}

@media (max-width: 991px) {
    .harita-section {
        padding: 52px 0;
    }

    .harita-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .harita-title {
        font-size: 30px;
    }

    .harita-desc {
        max-width: none;
    }

    .harita-wrap {
        width: 100%;
    }

    /* Modal mobil */
    .harita-modal-head {
        padding: 24px 22px;
        gap: 14px;
    }

    .harita-modal-il {
        font-size: 24px;
    }

    .harita-modal-projeler {
        padding: 12px 20px 24px;
    }

    .proje-kart {
        flex-wrap: wrap;
        gap: 16px;
        padding: 18px 4px;
    }

    .proje-kart-img {
        width: 100%;
        height: 180px;
    }

    .proje-kart-icerik h4 {
        font-size: 18px;
    }

    .proje-kart-ok {
        display: none;
    }
}


/* ===== TEKLİF AL MODAL ===== */
.teklif-modal {
    position: fixed;
    inset: 0;
    z-index: 1150;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.teklif-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.teklif-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 99, 0.55);
    backdrop-filter: blur(4px);
}

.teklif-box {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 640px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    box-shadow: 0 50px 120px rgba(13, 34, 99, 0.45);
    transform: translateY(22px) scale(0.97);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
    max-height: 92vh;
}

.teklif-modal.open .teklif-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.teklif-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(13, 34, 99, 0.08);
    border: none;
    color: #0d2263;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.teklif-close:hover {
    background: rgba(13, 34, 99, 0.15);
    color: #0b22e2;
}

/* Sol panel */
.teklif-sol {
    background: linear-gradient(150deg, #0d2263 0%, #1a2f7a 100%);
    color: #fff;
    padding: 46px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.teklif-sol::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #0055FF;
    filter: blur(120px);
    bottom: -60px;
    left: -60px;
    opacity: 0.6;
}

.teklif-logo {
    height: 42px;
    width: auto;
    margin-bottom: 20px;
    align-self: flex-start;
    position: relative;
    z-index: 1;
}

.teklif-sublogos {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.teklif-sublogos img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
}

.teklif-sol h3 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.teklif-sol p {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.teklif-avantaj {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.teklif-avantaj li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 14px;
}

.teklif-avantaj i {
    color: #ff9a9e;
    font-size: 13px;
}

/* Sağ form */
.teklif-sag {
    padding: 52px 52px;
    overflow-y: auto;
}

.teklif-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #9E0B0F;
    margin-bottom: 10px;
}

.teklif-baslik {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0d2263;
    margin-bottom: 24px;
}

.teklif-hizmetler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 26px;
}

.teklif-chip {
    cursor: pointer;
}

.teklif-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.teklif-chip span {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 52px 16px 20px;
    border: 1.5px solid #e2e7f0;
    border-radius: 14px;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #0d2263;
    transition: all 0.2s ease;
    height: 100%;
}

/* Seçim tik işareti */
.teklif-check {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #9E0B0F;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.2s ease;
}

.teklif-chip:hover span {
    border-color: #c0343a;
}

.teklif-chip.secili span {
    border-color: #9E0B0F;
    background: #fdf3f3;
}

.teklif-chip.secili .teklif-check {
    opacity: 1;
    transform: scale(1);
}

.teklif-satir {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.teklif-form input,
.teklif-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #e2e7f0;
    border-radius: 12px;
    font-size: 14px;
    font-family: inherit;
    color: #0d2263;
    margin-bottom: 12px;
    transition: border-color 0.2s ease;
    background: #fff;
    resize: vertical;
}

.teklif-satir input {
    margin-bottom: 0;
}

.teklif-form input::placeholder,
.teklif-form textarea::placeholder {
    color: #9aa4bc;
}

.teklif-form input:focus,
.teklif-form textarea:focus {
    outline: none;
    border-color: #1a3cf0;
}

/* KVKK onay satırı */
.form-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 14px;
    cursor: pointer;
}

.form-kvkk input[type="checkbox"] {
    width: 16px !important;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #193CFD;
    padding: 0 !important;
}

.form-kvkk span {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #5B6380;
}

.form-kvkk a {
    color: #193CFD;
    font-weight: 600;
    text-decoration: underline;
}

/* reCAPTCHA aralığı */
.teklif-form .g-recaptcha {
    margin-bottom: 14px;
}

.teklif-gonder {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    padding: 16px;
    background: #9E0B0F;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
    transition: all 0.25s ease;
}

.teklif-gonder:hover {
    background: #7d0609;
    gap: 14px;
}

/* Responsive */
@media (max-width: 767px) {
    .teklif-box {
        grid-template-columns: 1fr;
        width: 92%;
        max-width: 450px;
        height: auto;
        max-height: 94vh;
        border-radius: 20px;
        overflow-y: auto;
    }

    /* Sol mavi paneli gizliyoruz */
    .teklif-sol {
        display: none;
    }

    .teklif-sag {
        padding: 40px 16px 20px;
    }

    .teklif-label {
        font-size: 11px;
        margin-bottom: 4px;
        display: block;
    }

    .teklif-baslik {
        font-size: 18px;
        margin-bottom: 14px;
    }

    /* Hizmet kartları kompakt */
    .teklif-hizmetler {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }

    .teklif-chip span {
        padding: 10px 8px;
        gap: 6px;
        font-size: 12px;
        border-radius: 10px;
    }

    .teklif-chip span img {
        width: 28px;
        height: 28px;
    }

    .teklif-check {
        top: 6px;
        right: 6px;
        width: 16px;
        height: 16px;
        font-size: 8px;
    }

    .teklif-satir {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .teklif-satir input {
        margin-bottom: 8px;
        height: 44px;
        padding: 10px 14px;
        font-size: 13.5px;
    }

    .teklif-form input[type="email"] {
        height: 44px;
        padding: 10px 14px;
        font-size: 13.5px;
        margin-bottom: 8px;
    }

    .teklif-form textarea {
        padding: 10px 14px;
        font-size: 13.5px;
        margin-bottom: 12px;
    }

    .teklif-gonder {
        height: 46px;
        font-size: 14px;
    }

    .teklif-close {
        background: rgba(13, 34, 99, 0.08);
        color: #0d2263;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* ===== COOKIE BANNER (PREMIUM) ===== */
.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    width: 440px;
    max-width: 90vw;
    background: rgba(14, 20, 58, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    transform: translateY(120%) scale(0.95);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

.cookie-banner.show {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.cookie-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.cookie-icon-wrapper {
    width: 44px;
    height: 44px;
    background: rgba(255, 212, 59, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cookie-icon {
    font-size: 22px;
    color: #ffd43b;
}

.cookie-text h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.cookie-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.cookie-link {
    color: #ffd43b;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.cookie-link:hover {
    color: #fff;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.cookie-btn-accept {
    background: #0b22e2;
    color: #ffffff;
}

.cookie-btn-accept:hover {
    background: #1d36f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 34, 226, 0.35);
}

.cookie-btn-customize {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-btn-customize:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.cookie-btn-back {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-btn-back:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

/* Customize View */
.cookie-customize-view h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.cookie-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 0 0 20px 0;
}

.cookie-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.cookie-opt-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.cookie-opt-clickable {
    cursor: pointer;
    transition: background 0.2s ease;
}

.cookie-opt-clickable:hover {
    background: rgba(255, 255, 255, 0.08);
}

.cookie-opt-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 12px;
}

.cookie-opt-info strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.cookie-opt-info span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    line-height: 1.3;
}

.cookie-toggle-status {
    color: #10B981;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* Custom Checkbox / Toggle Switch */
.cookie-opt-checkbox {
    display: none;
}

.cookie-switch {
    width: 38px;
    height: 22px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    position: relative;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.cookie-switch::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    top: 3px;
    left: 3px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-opt-checkbox:checked+.cookie-switch {
    background: #0b22e2;
}

.cookie-opt-checkbox:checked+.cookie-switch::after {
    transform: translateX(16px);
}

.cookie-customize-actions {
    display: flex;
    gap: 12px;
}

@media (max-width: 575px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        padding: 20px 16px;
    }

    .cookie-content {
        margin-bottom: 16px;
    }

    .cookie-opt-info span {
        font-size: 11px;
    }
}

/* ===== TUNA LIFT PAGE OVERRIDES ===== */
.hero_slider_tunalift {
    background: #ffffff !important;
    font-family: "Instrument Sans", sans-serif;
    padding: 30px;
}

.hero_slider_tunalift .hero-content-col {
    background: #ffffff !important;
}

.hero_slider_tunalift .hero-img-frame {
    max-width: 82% !important;
    margin: 0 auto;
}

/* Logo Overrides */
.hero_slider_tunalift .tunalift-logo-wrapper {
    margin-bottom: 24px;
}

.hero_slider_tunalift .tunalift-logo-img {
    height: 48px;
    width: auto;
}

/* Subheading Overrides */
.hero_slider_tunalift .tunalift-subtext {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #193CFD;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
}

/* Heading Overrides */
.hero_slider_tunalift .hero-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.15;
    color: #0E143A;
    margin: 28px 0 20px 0;
}

.hero_slider_tunalift .hero-title strong {
    font-weight: 800;
    color: #0E143A;
}

/* Description Overrides */
.hero_slider_tunalift .hero-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #5B6380;
    max-width: 480px;
    margin-bottom: 40px;
}

/* Button Overrides */
.hero_slider_tunalift .btn-incele {
    background-color: #0b22e2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 36px;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(11, 34, 226, 0.15);
}

.hero_slider_tunalift .btn-incele:hover {
    background-color: #091cb6;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(11, 34, 226, 0.25);
}

/* Speed Badge floating card */
.hero_slider_tunalift .speed-badge {
    position: absolute;
    right: -70px;
    /* Shifting speed badge out to align with the new line boundaries */
    top: 30%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 40px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    z-index: 4;
    line-height: normal;
}

.hero_slider_tunalift .speed-badge .badge-dot {
    width: 8px;
    height: 8px;
    background-color: #193CFD;
    border-radius: 50%;
    animation: pulse-dot 1.8s infinite ease-in-out;
}

.hero_slider_tunalift .speed-badge-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hero_slider_tunalift .speed-badge-text .label {
    font-size: 8px;
    font-weight: 700;
    color: #718096;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 2px;
}

.hero_slider_tunalift .speed-badge-text .val {
    font-size: 15px;
    font-weight: 800;
    color: #0E143A;
    line-height: 1.1;
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.85);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(0.85);
        opacity: 0.5;
    }
}

/* Frame line & corner gap overrides */
.hero_slider_tunalift .frame-top {
    top: -30px;
    left: -70px;
    right: -70px;
}

.hero_slider_tunalift .frame-right {
    right: -30px;
    top: -70px;
    bottom: -70px;
}

.hero_slider_tunalift .frame-bottom {
    bottom: -30px;
    left: -70px;
    right: -70px;
}

.hero_slider_tunalift .frame-left {
    left: -30px;
    top: -70px;
    bottom: -70px;
}

.hero_slider_tunalift .hero-corner-tr {
    top: -70px;
    right: -70px;
}

.hero_slider_tunalift .hero-corner-bl {
    bottom: -70px;
    left: -70px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .hero_slider_tunalift {
        padding: 40px 0;
    }

    .hero_slider_tunalift .speed-badge {
        right: 10px;
        top: 20px;
    }

    .hero_slider_tunalift .hero-title {
        font-size: 38px;
        margin: 20px 0;
    }

    /* Mobile frame line overrides */
    .hero_slider_tunalift .frame-top {
        top: -15px;
        left: -35px;
        right: -35px;
    }

    .hero_slider_tunalift .frame-right {
        right: -15px;
        top: -35px;
        bottom: -35px;
    }

    .hero_slider_tunalift .frame-bottom {
        bottom: -15px;
        left: -35px;
        right: -35px;
    }

    .hero_slider_tunalift .frame-left {
        left: -15px;
        top: -35px;
        bottom: -35px;
    }

    .hero_slider_tunalift .hero-corner-tr {
        top: -35px;
        right: -35px;
    }

    .hero_slider_tunalift .hero-corner-bl {
        bottom: -35px;
        left: -35px;
    }
}

/* ========================================================= */
/* ===== MÜHENDİSLİK VERİLERİ (STATS SECTION) ============== */
/* ========================================================= */
.tl-stats-section {
    background: linear-gradient(115deg, #F5F8FD 0%, #E9F0FA 50%, #D8E4F4 100%);
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 30px;
}

.tl-section-title {
    font-size: 40px;
    font-weight: 500;
    color: #0E143A;
    margin: 0 0 28px 0;
    letter-spacing: -0.01em;
}

.tl-section-title strong {
    font-weight: 800;
    color: #0E143A;
}

.tl-section-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #E2E8F0 0%, rgba(226, 232, 240, 0) 100%);
    margin-bottom: 55px;
}

.tl-stats-row {
    margin-top: 0;
}

.tl-stat-card {
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    border-radius: 18px;
    padding: 46px 34px 40px;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tl-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(14, 20, 58, 0.07);
}

.tl-stat-accent {
    display: block;
    position: absolute;
    top: 0;
    left: 34px;
    transform: translateY(-50%);
    width: 46px;
    height: 4px;
    border-radius: 4px;
}

.tl-accent-dark {
    background: #0E143A;
}

.tl-accent-red {
    background: #E11D2A;
}

.tl-accent-blue {
    background: #193CFD;
}

.tl-stat-number {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    color: #0E143A;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

.tl-stat-plus {
    font-weight: 400;
}

.tl-stat-unit {
    font-size: 22px;
    font-weight: 500;
    color: #5B6380;
    margin-left: 2px;
    vertical-align: baseline;
}

.tl-stat-label {
    font-size: 17px;
    font-weight: 700;
    color: #0E143A;
    margin: 0 0 14px 0;
}

.tl-stat-label.tl-label-blue {
    color: #193CFD;
}

.tl-stat-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #5B6380;
    margin: 0;
    max-width: 300px;
}

/* ========================================================= */
/* ===== KABİN & ŞAFT KONFİGÜRASYONLARI (TABLE) =========== */
/* ========================================================= */
.tl-config-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 40px 30px 100px;
}

.tl-config-title {
    font-size: 38px;
    font-weight: 800;
    color: #0E143A;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
}

.tl-config-subtitle {
    font-size: 16px;
    color: #5B6380;
    margin: 0 0 40px 0;
}

.tl-config-card {
    background: #FFFFFF;
    border: 1px solid #EDF1F7;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(14, 20, 58, 0.03);
    overflow: hidden;
}

.tl-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.tl-config-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.tl-config-table thead th {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94A0B8;
    text-align: left;
    padding: 26px 32px;
    border-bottom: 1px solid #EDF1F7;
    white-space: nowrap;
}

.tl-config-table tbody td {
    font-size: 15px;
    color: #5B6380;
    padding: 30px 32px;
    border-bottom: 1px solid #F1F4F9;
    white-space: nowrap;
    vertical-align: middle;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.tl-config-table tbody tr:last-child td {
    border-bottom: none;
}

.tl-td-model {
    font-weight: 700;
    color: #0E143A;
}

.tl-td-strong {
    font-weight: 700;
    color: #0E143A;
}

/* Hover: satır aydınlanır, sol tarafta mavi çizgi belirir */
.tl-config-table tbody tr:hover td {
    background: #F8FAFF;
}

.tl-config-table tbody tr:hover td:first-child {
    box-shadow: inset 3px 0 0 0 #193CFD;
}

.tl-config-table tbody tr:hover .tl-td-model {
    color: #193CFD;
}

.tl-config-note {
    background: #F8FAFC;
    border-top: 1px solid #EDF1F7;
    padding: 26px 32px 30px;
}

.tl-note-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #94A0B8;
    margin-bottom: 10px;
}

.tl-note-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5B6380;
    margin: 0;
    max-width: 900px;
}

/* ========================================================= */
/* ===== SAF FONKSİYON (PURE FUNCTION SECTION) ============ */
/* ========================================================= */
.tl-pure-section {
    font-family: "Instrument Sans", sans-serif;
    background: url(img/lift_ark.svg) no-repeat center center;
    background-size: 100%;
    width: 100%;
    min-height: 770px;
}

.tl-pure-panel {
    position: relative;
    width: 100%;
    min-height: 620px;
}

/* İç içerik container hizasında kalır, arka plan tam ekran taşar */
.tl-pure-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}

.tl-pure-row {
    min-height: 620px;
}

/* Sol görsel - panelin üst/altından taşar */
.tl-pure-visual {
    position: relative;
    text-align: center;
    align-self: stretch;
}

.tl-pure-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 760px;
    margin: -70px auto;
    filter: drop-shadow(0 30px 50px rgba(14, 20, 58, 0.28));
}

/* Sağ içerik */
.tl-pure-content {
    padding: 70px 60px 70px 40px;
    color: #ffffff;
}

.tl-pure-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.08;
    color: #ffffff;
    margin: 0 0 26px 0;
    letter-spacing: -0.01em;
}

.tl-pure-title strong {
    font-weight: 800;
}

.tl-pure-desc {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    max-width: 460px;
    margin: 0 0 42px 0;
}

.tl-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 560px;
}

.tl-spec-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.tl-spec-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.tl-spec-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.55);
    width: 22px;
    flex-shrink: 0;
}

.tl-spec-label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.92);
    flex: 1;
}

.tl-spec-val {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

/* ========================================================= */
/* ===== KURULUM VE MİMARİ ENTEGRASYON (INSTALL) ========== */
/* ========================================================= */
.tl-install-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 100px 30px 30px;
}

.tl-install-title {
    font-size: 40px;
    font-weight: 400;
    color: #0E143A;
    margin: 0 0 70px 0;
    letter-spacing: -0.01em;
}

.tl-install-title strong {
    font-weight: 800;
    color: #0E143A;
}

/* Adım başı: numara + nokta + kesikli çizgi */
.tl-step-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
}

.tl-step-num {
    font-size: 78px;
    font-weight: 500;
    line-height: 1;
    color: #0E143A;
    letter-spacing: -0.02em;
    transition: color 0.25s ease;
}

/* Hover: numara aktif renge döner */
.tl-step:hover .tl-step-num {
    color: #193CFD;
}

.tl-step-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tl-dot-blue {
    background: #193CFD;
}

.tl-dot-red {
    background: #9E0B0F;
}

.tl-step-line {
    flex: 1;
    border-top: 1px dashed #D5DBE7;
}

/* Adım gövdesi: metin solda, teknik ikon sağda */
.tl-step-body {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 20px;
}

.tl-step-text {
    flex: 1;
}

.tl-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0E143A;
    margin: 0 0 16px 0;
}

.tl-step-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #5B6380;
    margin: 0;
    max-width: 280px;
}

.tl-step-icon {
    flex-shrink: 0;
    height: 122px;
    width: auto;
}

/* ========================================================= */
/* ===== S.S.S. (FAQ SECTION) ============================= */
/* ========================================================= */
.tl-faq-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 30px 110px;
}

.tl-faq-title {
    font-size: 40px;
    font-weight: 800;
    color: #0E143A;
    margin: 0 0 22px 0;
    letter-spacing: -0.01em;
}

.tl-faq-sub {
    font-size: 15px;
    line-height: 1.75;
    color: #8A93AB;
    max-width: 240px;
    margin: 0;
}

/* Akordeon */
.tl-faq-item {
    border-bottom: 1px solid #E9EDF4;
}

.tl-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: none;
    border: none;
    padding: 28px 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.tl-faq-q-text {
    font-size: 18px;
    font-weight: 500;
    color: #0E143A;
    line-height: 1.4;
    transition: color 0.25s ease;
}

/* + / − ikonu */
.tl-faq-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background-color 0.25s ease;
}

.tl-faq-icon::before,
.tl-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0E143A;
    transition: transform 0.3s ease, background-color 0.25s ease;
}

.tl-faq-icon::before {
    width: 14px;
    height: 1.5px;
    transform: translate(-50%, -50%);
}

.tl-faq-icon::after {
    width: 1.5px;
    height: 14px;
    transform: translate(-50%, -50%);
}

/* Cevap - yumuşak aç/kapa */
.tl-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.tl-faq-a-inner {
    overflow: hidden;
}

.tl-faq-a-inner p {
    font-size: 15px;
    line-height: 1.85;
    color: #5B6380;
    margin: 0;
    padding: 24px 0 30px;
    max-width: 760px;
}

/* Açık durum */
.tl-faq-item.open .tl-faq-q {
    border-bottom: 2px solid #193CFD;
}

.tl-faq-item.open .tl-faq-q-text {
    color: #193CFD;
    font-weight: 700;
}

.tl-faq-item.open .tl-faq-icon {
    background: #EEF1FE;
}

.tl-faq-item.open .tl-faq-icon::before {
    background: #193CFD;
}

.tl-faq-item.open .tl-faq-icon::after {
    background: #193CFD;
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.tl-faq-item.open .tl-faq-a {
    grid-template-rows: 1fr;
}

/* ========================================================= */
/* ===== LİFT DETAY - HERO SECTION ======================== */
/* ========================================================= */
.tld-hero-section {
    background: linear-gradient(115deg, #F5F8FD 0%, #E9F0FA 50%, #D8E4F4 100%);
    font-family: "Instrument Sans", sans-serif;
}

/* Beyaz panel - sol alt köşe yuvarlak */
.tld-hero-panel {
    background: #FFFFFF;
    border-radius: 0 0 0 160px;
}

.tld-hero-row {
    min-height: 640px;
}

/* Sol içerik */
.tld-hero-content {
    padding: 60px 30px 60px 0;
}

.tld-logo-wrapper {
    margin-bottom: 56px;
}

.tld-logo-img {
    height: 52px;
    width: auto;
}

.tld-hero-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.18;
    color: #0E143A;
    margin: 0 0 48px 0;
    letter-spacing: -0.01em;
}

/* Hizmet detay sayfası hero açıklaması */
.tld-hero-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #3D4562;
    max-width: 480px;
    margin: -24px 0 36px 0;
}

.tld-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tld-spec-list li {
    font-size: 18px;
    color: #3D4562;
    line-height: 1.5;
    padding: 8px 0;
}

/* Sağ görsel */
.tld-hero-visual {
    text-align: center;
}

.tld-hero-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 760px;
    margin: 0 auto;
    padding: 40px 0;
}

/* ========================================================= */
/* ===== LİFT DETAY - TEKNİK ÖZELLİK KARTLARI ============= */
/* ========================================================= */
.tld-feature-section {
    background: linear-gradient(115deg, #F5F8FD 0%, #E9F0FA 50%, #D8E4F4 100%);
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 0 100px;
}

/* Kart çerçevesi: detayy.svg (kesik köşe + kırmızı artı işareti) */
.tld-feature-card {
    background: url('img/detayy.svg') no-repeat center center;
    background-size: 100% 100%;
    aspect-ratio: 528 / 401;
    display: flex;
    flex-direction: column;
    padding: 12% 12% 13%;
    transition: transform 0.3s ease;
}

.tld-feature-card:hover {
    transform: translateY(-4px);
}

.tld-feature-icon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.tld-feature-icon svg {
    width: 200px;
    height: auto;
}

.tld-feature-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #0E143A;
    margin: 0;
}

/* ========================================================= */
/* ===== LİFT DETAY - SESSİZ LÜKS (MALZEME) =============== */
/* ========================================================= */
.tld-material-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 0 10px;
}

.tld-material-cross {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 36px;
}

.tld-material-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.12;
    color: #0E143A;
    letter-spacing: 0.01em;
    margin: 0 0 34px 0;
}

.tld-material-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3D4562;
    max-width: 220px;
    margin: 0;
}

.tld-material-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 34px;
}

.tld-material-name {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #0E143A;
    margin: 0 0 10px 0;
}

.tld-material-spec {
    font-size: 15px;
    line-height: 1.9;
    color: #3D4562;
    margin: 0;
}

/* ========================================================= */
/* ===== LİFT DETAY - AĞIR HİZMET KONSTRÜKSİYON =========== */
/* ========================================================= */
.tld-heavy-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 0 10px;
}

.tld-heavy-cross {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 44px;
}

.tld-heavy-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 0 0 28px 0;
}

.tld-heavy-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #3D4562;
    max-width: 560px;
    margin: 0;
}

.tld-heavy-visual {
    text-align: center;
}

.tld-heavy-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 720px;
    margin: 0 auto;
}

/* ========================================================= */
/* ===== LİFT DETAY - KANITLANMIŞ SAHALAR ================= */
/* ========================================================= */
.tld-proof-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 0 10px;
    overflow: hidden;
}

.tld-proof-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 56px;
}

.tld-proof-title {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.15;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 0 0 24px 0;
}

.tld-proof-title strong {
    font-weight: 800;
}

.tld-proof-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #5B6380;
    max-width: 620px;
    margin: 0 0 14px 0;
}

.tld-proof-note {
    font-size: 15px;
    font-weight: 700;
    color: #0E143A;
    margin: 0;
}

.tld-proof-cross {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    margin-top: 10px;
}

/* Tam genişlik foto şeridi - uçlar kenardan taşar */
.tld-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin: 0 -50px;
}

.tld-proof-img {
    display: block;
    width: 100%;
    height: 285px;
    object-fit: cover;
}

/* ========================================================= */
/* ===== LİFT DETAY - MİMARİ PLANLAMA ===================== */
/* ========================================================= */
.tld-plan-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 0 110px;
}

.tld-plan-title {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #0E143A;
    margin: 0 0 44px 0;
}

.tld-plan-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 26px 0;
    border-bottom: 1px solid #E9EDF4;
}

.tld-plan-row:first-child {
    border-top: 1px solid #E9EDF4;
}

.tld-plan-label {
    font-size: 16px;
    font-weight: 700;
    color: #0E143A;
    line-height: 1.5;
    margin: 0;
    width: 40%;
    flex-shrink: 0;
    transition: color 0.25s ease;
}

/* Hover: satır başlığı aktif renge döner */
.tld-plan-row:hover .tld-plan-label {
    color: #193CFD;
}

.tld-plan-text {
    font-size: 14px;
    line-height: 1.7;
    color: #8A93AB;
    margin: 0;
}

/* Sağ teknik çizim - Modern Aydınlık CAD/Blueprint Görünümü */
:root {
    --bp-bg-primary: #FFFFFF;
    --bp-bg-secondary: #F8FAFC;
    --bp-grid-color: rgba(14, 165, 233, 0.04);
    --bp-grid-color-major: rgba(14, 165, 233, 0.09);
    --bp-text-color: #64748B;
    --bp-border-color: #E2E8F0;
}

.tld-plan-visual {
    position: relative;
    background: radial-gradient(circle at 50% 50%, var(--bp-bg-primary) 0%, var(--bp-bg-secondary) 100%);
    border: 1px solid var(--bp-border-color);
    border-radius: 24px;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 15px 35px -10px rgba(15, 23, 42, 0.05),
        inset 0 0 30px rgba(14, 165, 233, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 520px;
}

.tld-plan-visual:hover {
    border-color: #CBD5E1;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.08),
        inset 0 0 40px rgba(14, 165, 233, 0.04);
}

/* Izgara Desenleri (Aydınlık Plan Çizgileri) */
.tld-plan-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--bp-grid-color) 1px, transparent 1px),
        linear-gradient(90deg, var(--bp-grid-color) 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

.tld-plan-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--bp-grid-color-major) 1.5px, transparent 1.5px),
        linear-gradient(90deg, var(--bp-grid-color-major) 1.5px, transparent 1.5px);
    background-size: 100px 100px;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

/* Teknik Kadraj Köşe Çentikleri */
.tld-corner {
    position: absolute;
    width: 14px;
    height: 14px;
    border-color: #CBD5E1;
    border-style: solid;
    pointer-events: none;
    z-index: 4;
}

.tl-top-left {
    top: 16px;
    left: 16px;
    border-width: 1.5px 0 0 1.5px;
}

.tl-top-right {
    top: 16px;
    right: 16px;
    border-width: 1.5px 1.5px 0 0;
}

.tl-bottom-left {
    bottom: 16px;
    left: 16px;
    border-width: 0 0 1.5px 1.5px;
}

.tl-bottom-right {
    bottom: 16px;
    right: 16px;
    border-width: 0 1.5px 1.5px 0;
}

/* Teknik Bilgi Etiketi (Legend Stamp) */
.tld-blueprint-stamp {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid #E2E8F0;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 10px;
    font-family: monospace;
    font-size: 9px;
    color: #475569;
    border-radius: 4px;
    pointer-events: none;
    z-index: 4;
    text-align: left;
    backdrop-filter: blur(4px);
    line-height: 1.4;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tld-stamp-row {
    margin-bottom: 2px;
}

.tld-stamp-row:last-child {
    margin-bottom: 0;
}

/* Eksen/Ölçek Etiketi */
.tld-plan-axis {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: monospace !important;
    font-size: 9px !important;
    color: #475569 !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    z-index: 4;
    background: rgba(255, 255, 255, 0.95);
    padding: 4px 8px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    letter-spacing: 0.08em;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tld-plan-cross {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    z-index: 4;
    opacity: 0.5;
}

.tld-plan-img {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.03));
}

/* Marka hero'larındaki inline blueprint şemaları */
.tld-hero-blueprint {
    padding: 60px 40px;
}

.tld-hero-blueprint svg {
    width: 100%;
    max-width: 440px;
    height: auto;
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.03));
}

.tld-blueprint-cross {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    z-index: 4;
    opacity: 0.5;
}

/* Çizim çizgilerinin orijinal temiz renkleri korunsun */
.tld-plan-visual svg path,
.tld-plan-visual svg circle,
.tld-plan-visual svg rect,
.tld-plan-visual svg line,
.tld-plan-visual svg polyline,
.tld-plan-visual svg polygon {
    transition: opacity 0.3s ease;
}

/* Hover'da Çizgilere Kesiklilik ve Hafif Animasyon Ver */
.tld-plan-visual:hover svg path {
    stroke-dasharray: 6 2;
    animation: blueprintDashPulse 30s linear infinite;
}

@keyframes blueprintDashPulse {
    to {
        stroke-dashoffset: -1000;
    }
}

/* ========================================================= */
/* ===== HİZMETLER LİSTESİ (SERVICES GRID) ================ */
/* ========================================================= */
.tl-services-section {
    background: linear-gradient(115deg, #F5F8FD 0%, #E9F0FA 50%, #D8E4F4 100%);
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 30px 100px;
}

.tl-services-title {
    font-size: 40px;
    font-weight: 500;
    color: #0E143A;
    margin: 0 0 28px 0;
    letter-spacing: -0.01em;
}

.tl-services-title strong {
    font-weight: 800;
}

/* İki kolonlu sade indeks listesi */
.tl-services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
}

.tl-service-row {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 18px;
    border-bottom: 1px solid #E9EDF4;
    text-decoration: none;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.tl-service-row:hover {
    background: #F8FAFF;
    box-shadow: inset 3px 0 0 0 #193CFD;
}

.tl-service-num {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #94A0B8;
    flex-shrink: 0;
}

.tl-service-name {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #0E143A;
    transition: color 0.25s ease;
}

.tl-service-row:hover .tl-service-name {
    color: #193CFD;
}

.tl-service-arrow {
    display: inline-flex;
    color: #C4CCDC;
    transition: color 0.25s ease;
}

.tl-service-arrow svg {
    width: 15px;
    height: 15px;
    transition: transform 0.25s ease;
}

.tl-service-row:hover .tl-service-arrow {
    color: #193CFD;
}

.tl-service-row:hover .tl-service-arrow svg {
    transform: translateX(4px);
}

/* ========================================================= */
/* ===== HİZMET DETAY - METİN BÖLÜMÜ ====================== */
/* ========================================================= */
.tld-body-section {
    background: linear-gradient(115deg, #F5F8FD 0%, #E9F0FA 50%, #D8E4F4 100%);
    font-family: "Instrument Sans", sans-serif;
    padding: 90px 0 40px;
}

.tld-body-content {
    max-width: 860px;
}

.tld-body-cross {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 36px;
}

.tld-body-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 0 0 30px 0;
}

.tld-body-title strong {
    font-weight: 800;
}

.tld-body-text p {
    font-size: 16px;
    line-height: 1.95;
    color: #3D4562;
    margin: 0 0 22px 0;
}

.tld-body-text p:last-child {
    margin-bottom: 0;
}

.tld-body-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #8A93AB;
    max-width: 260px;
    margin: 0;
}

/* ========================================================= */
/* ===== HİZMET DETAY - VURGU BANDI (QUOTE) =============== */
/* ========================================================= */
.tld-quote-section {
    background: linear-gradient(115deg, #F5F8FD 0%, #E9F0FA 50%, #D8E4F4 100%);
    font-family: "Instrument Sans", sans-serif;
    padding: 80px 0;
}

.tld-quote-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #0E143A;
    letter-spacing: -0.01em;
    max-width: 900px;
    margin: 0 0 26px 0;
}

.tld-quote-source {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #193CFD;
}

/* Uzun değerli stat kartları (EN 81-20/50 gibi) */
.tl-stat-number-sm {
    font-size: 40px;
    line-height: 1.15;
}

/* ========================================================= */
/* ===== HAKKIMIZDA — MİNİMAL OVERRIDE ==================== */
/* ========================================================= */
.hk-brands-dark {
    background: #101841 !important;
}

.hk-brands-dark .tl-section-title,
.hk-brands-dark .tl-section-title strong {
    color: #ffffff !important;
}

.hk-brands-dark .tl-section-divider {
    background: rgba(255, 255, 255, 0.12) !important;
}

.hk-brands-dark .tl-stat-card {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.hk-brands-dark .tl-stat-label {
    color: #ffffff !important;
}

.hk-brands-dark .tl-stat-desc {
    color: #94A3B8 !important;
}

.hk-brands-dark .tl-service-arrow {
    color: #38bdf8 !important;
}

.hk-brand-link {
    display: block;
    text-decoration: none;
}

.hk-brand-logo {
    display: block;
    height: 34px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    margin-bottom: 22px;
}

.hk-brands-dark .hk-brand-logo {
    filter: brightness(0) invert(1);
    opacity: 0.75;
}

.hk-brand-link .tl-service-arrow {
    margin-top: 18px;
}

/* ========================================================= */
/* ===== EKİBİMİZ ========================================= */
/* ========================================================= */
/* Yumuşak mavi geçişli sade zemin */
.ekip-section {
    font-family: "Instrument Sans", sans-serif;
    padding: 0px 0 90px;
    background: linear-gradient(180deg, #FCFDFF 0%, #EEF3FB 100%);
}

/* İki kolonlu liste */
.ekip-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 26px;
}

/* Yatay kart: büyük görsel solda, isim + ünvan yanında */
.ekip-yatay {
    display: flex;
    align-items: center;
    gap: 26px;
    background: #fff;
    border: 1px solid #E9EDF4;
    border-radius: 18px;
    padding: 22px 30px;
    box-shadow: 0 10px 28px rgba(14, 20, 58, 0.04);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ekip-yatay:hover {
    box-shadow: 0 16px 36px rgba(14, 20, 58, 0.08);
    border-color: #DCE3EF;
}

.ekip-yatay-media {
    flex: 0 0 156px;
    width: 156px;
    height: 156px;
    border-radius: 14px;
    overflow: hidden;
    background: #EEF1F7;
}

.ekip-yatay-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Foto yoksa büyük baş harf avatarı */
.ekip-yatay-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
}

.ekip-avatar-dark {
    background: linear-gradient(135deg, #0E143A, #2A3563);
}

.ekip-avatar-red {
    background: linear-gradient(135deg, #9E0B0F, #E11D2A);
}

.ekip-avatar-blue {
    background: linear-gradient(135deg, #0b22e2, #193CFD);
}

.ekip-yatay-ad {
    font-size: 21px;
    font-weight: 800;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 0 0 6px 0;
    transition: color 0.25s ease;
}

.ekip-yatay:hover .ekip-yatay-ad {
    color: #193CFD;
}

.ekip-yatay-unvan {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8A93AB;
}

/* Rozetler: YENİ + doğum günü */
.ekip-rozetler {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ekip-rozet {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.ekip-rozet-yeni {
    background: #EEF1FE;
    color: #193CFD;
}

.ekip-rozet-dogum {
    background: #FDF3F3;
    color: #9E0B0F;
}

/* Index team-person içindeki küçük baş harf avatarı */
.ekip-mini-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
}

/* Index'te rozet kartın sağına yaslanır */
.team-person .ekip-rozet {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ekip-list {
        grid-template-columns: 1fr;
    }

    .ekip-yatay {
        gap: 18px;
        padding: 16px 18px;
    }

    .ekip-yatay-media {
        flex: 0 0 104px;
        width: 104px;
        height: 104px;
    }

    .ekip-yatay-ad {
        font-size: 18px;
    }
}

/* ========================================================= */
/* ===== BLOG ============================================= */
/* ========================================================= */
.blog-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 40px 0 90px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card .haber-card-img {
    margin-bottom: 24px;
    height: 280px;
}

.blog-card .haber-cat,
.blog-card .haber-card-title,
.blog-card .haber-card-desc,
.blog-card .blog-card-tarih {
    padding-left: 32px;
    padding-right: 32px;
}

.blog-card .haber-cat {
    margin-bottom: 12px;
    font-size: 13px;
}

.blog-card .haber-card-title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.4;
}

.blog-card .haber-card-desc {
    margin-bottom: 12px;
    padding-bottom: 0;
    flex-grow: 1;
}

.blog-card .blog-card-tarih {
    display: block;
    margin-top: auto;
    padding-bottom: 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #94A0B8;
}

.blog-bos {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    color: #5B6380;
    padding: 30px 0;
}

/* Sayfalama */
.blog-sayfalama {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 50px;
}

.blog-syf-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 26px;
    border: 1px solid rgba(25, 60, 253, 0.25);
    border-radius: 30px;
    color: #193CFD;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.blog-syf-btn:hover {
    background: #193CFD;
    color: #fff;
    border-color: #193CFD;
}

.blog-syf-btn.pasif {
    border-color: #E9EDF4;
    color: #C4CCDC;
    pointer-events: none;
}

/* Blog detay */
.blog-geri {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #193CFD;
    text-decoration: none;
    margin-bottom: 30px;
}

/* ========================================================= */
/* ===== BLOG DETAY SAYFASI (YENİ) ======================== */
/* ========================================================= */

.blog-detay-page {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 60px 0 100px;
}

.bd-header {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 50px;
}

.bd-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #5B6380;
    text-decoration: none;
    margin-bottom: 40px;
    transition: color 0.25s ease;
}

.bd-back:hover {
    color: #193CFD;
}

.bd-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.bd-cat {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #193CFD;
    background: rgba(25, 60, 253, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
}

.bd-date {
    font-size: 14px;
    font-weight: 600;
    color: #94A0B8;
}

.bd-title {
    font-size: 48px;
    font-weight: 800;
    color: #0E143A;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.bd-excerpt {
    font-size: 20px;
    color: #5B6380;
    line-height: 1.6;
    margin-bottom: 0;
}

.bd-cover-wrapper {
    margin-bottom: 60px;
}

.bd-cover {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(14, 20, 58, 0.08);
}

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

.bd-content-wrapper {
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(14, 20, 58, 0.03);
    margin-bottom: 80px;
}

.bd-content {
    font-size: 18px;
    line-height: 1.8;
    color: #3f4765;
}

.bd-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0E143A;
    margin-top: 48px;
    margin-bottom: 24px;
}

.bd-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0E143A;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bd-content p {
    margin-bottom: 24px;
}

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

.bd-content ul,
.bd-content ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.bd-content li {
    margin-bottom: 12px;
}

.blog-diger-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 40px 0 100px;
}

@media (max-width: 991px) {
    .bd-title {
        font-size: 36px;
    }

    .bd-excerpt {
        font-size: 18px;
    }

    .bd-content-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .bd-title {
        font-size: 28px;
    }

    .bd-header {
        text-align: left;
    }

    .bd-meta {
        justify-content: flex-start;
    }

    .bd-cover {
        border-radius: 16px;
    }

    .bd-content-wrapper {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .bd-content {
        font-size: 16px;
    }
}

/* ========================================================= */
/* ===== STATİK / LEGAL SAYFALAR ========================== */
/* ========================================================= */
.legal-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 40px 0 100px;
}

.legal-body {
    max-width: 860px;
}

.legal-body h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 44px 0 16px;
}

.legal-body h2:first-child {
    margin-top: 0;
}

.legal-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0E143A;
    margin: 28px 0 12px;
}

.legal-body p {
    font-size: 15px;
    line-height: 1.9;
    color: #3D4562;
    margin: 0 0 16px;
}

.legal-body ul {
    margin: 0 0 20px;
    padding-left: 22px;
}

.legal-body ul li {
    font-size: 15px;
    line-height: 1.85;
    color: #3D4562;
    margin-bottom: 8px;
}

.legal-body strong {
    color: #0E143A;
}

.legal-body a {
    color: #193CFD;
    font-weight: 600;
}

/* ========================================================= */
/* ===== İLETİŞİM SAYFASI ================================= */
/* ========================================================= */
.ilt-hero-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 80px 0 10px;
}

.ilt-cross {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 34px;
}

.ilt-title {
    font-size: 52px;
    font-weight: 400;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 0 0 18px 0;
}

.ilt-title strong {
    font-weight: 800;
}

.ilt-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #5B6380;
    max-width: 520px;
    margin: 0 0 40px 0;
}

.ilt-cards-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 40px 0 30px;
}

.ilt-card-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #94A0B8;
    margin-bottom: 14px;
}

.ilt-card-title {
    font-size: 30px;
    font-weight: 800;
    color: #0E143A;
    margin: 0 0 14px 0;
}

.ilt-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5B6380;
    margin: 0 0 18px 0;
    max-width: 280px;
}

.ilt-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #0E143A;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ilt-card-link i {
    color: #193CFD;
    font-size: 13px;
}

.ilt-card-link:hover {
    color: #193CFD;
}

.ilt-card-mail {
    margin-bottom: 20px;
}

.ilt-social {
    display: flex;
    gap: 12px;
}

.ilt-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #E9EDF4;
    border-radius: 50%;
    color: #5B6380;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ilt-social a:hover {
    background: #193CFD;
    border-color: #193CFD;
    color: #fff;
}

.ilt-form-section {
    background: #FCFDFF;
    font-family: "Instrument Sans", sans-serif;
    padding: 60px 0 100px;
}

.ilt-form-title {
    font-size: 36px;
    font-weight: 400;
    color: #0E143A;
    letter-spacing: -0.01em;
    margin: 0 0 14px 0;
}

.ilt-form-title strong {
    font-weight: 800;
}

.ilt-form-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #5B6380;
    margin: 0 0 32px 0;
}

.ilt-map-wrap {
    border: 1px solid #F3F4F6;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(14, 20, 58, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ilt-map {
    width: 100%;
    flex: 1;
    min-height: 380px;
    border: 0;
    display: block;
}

.ilt-map-note {
    background: #F8FAFC;
    border-top: 1px solid #EDF1F7;
    padding: 20px 26px;
}

/* Responsive */
@media (max-width: 991px) {
    .tl-stats-section {
        padding: 60px 0;
    }

    .tl-config-section {
        padding: 30px 0 0px;
    }

    .tl-section-title,
    .tl-config-title {
        font-size: 30px;
    }

    .tl-stat-number {
        font-size: 46px;
    }

    .tl-pure-section {
        /* Mobilde svg dikeyde de tam dolsun - beyaz boşluk kalmasın */
        background-size: 100% 100%;
        min-height: 0;
        padding: 10px 0 0;
    }

    .tl-pure-panel {
        min-height: 0;
    }

    .tl-pure-row {
        min-height: 0;
    }

    .tl-pure-visual {
        padding-top: 40px;
    }

    .tl-pure-img {
        max-height: 360px;
        margin: 0 auto;
        filter: drop-shadow(0 18px 30px rgba(14, 20, 58, 0.25));
    }

    .tl-pure-content {
        padding: 36px 4px 56px;
    }

    /* Mobilde svg açık kaldığı için metinler koyu renk */
    .tl-pure-title {
        font-size: 36px;
        margin-bottom: 44px;
        color: #0E143A;
    }

    .tl-pure-desc {
        font-size: 15px;
        margin-bottom: 38px;
        color: #5B6380;
    }

    .tl-spec-item {
        gap: 14px;
        padding: 18px 0;
        border-bottom-color: #E2E8F0;
    }

    .tl-spec-item:first-child {
        border-top-color: #E2E8F0;
    }

    .tl-spec-num {
        color: #94A0B8;
    }

    .tl-spec-label {
        font-size: 14px;
        color: #5B6380;
    }

    .tl-spec-val {
        font-size: 14px;
        color: #0E143A;
    }

    .tl-install-section {
        padding: 60px 0 70px;
    }

    .tl-install-title {
        font-size: 30px;
        margin-bottom: 45px;
    }

    .tl-step-head {
        margin-bottom: 30px;
    }

    .tl-step-num {
        font-size: 56px;
    }

    .tl-step-body {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .tl-step-icon {
        height: 96px;
    }

    .tl-faq-section {
        padding: 60px 0 70px;
    }

    .tl-faq-title {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .tl-faq-sub {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .tl-faq-q {
        padding: 22px 0;
    }

    .tl-faq-q-text {
        font-size: 16px;
    }

    .tld-hero-panel {
        border-radius: 0 0 0 60px;
    }

    .tld-hero-row {
        min-height: 0;
    }

    .tld-hero-content {
        padding: 50px 0 10px;
    }

    .tld-logo-wrapper {
        margin-bottom: 34px;
    }

    .tld-logo-img {
        height: 44px;
    }

    .tld-hero-title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .tld-spec-list li {
        font-size: 16px;
        padding: 6px 0;
    }

    .tld-hero-visual {
        padding: 30px 0 40px;
    }

    .tld-hero-img {
        max-height: 480px;
    }

    .tld-feature-section {
        padding: 50px 0 60px;
    }

    .tld-feature-card {
        padding: 10% 10% 11%;
    }

    .tld-feature-icon svg {
        width: 150px;
    }

    .tld-feature-title {
        font-size: 17px;
    }

    .tld-material-section {
        padding: 60px 0 70px;
    }

    .tld-material-cross {
        width: 30px;
        height: 30px;
        margin-bottom: 24px;
    }

    .tld-material-title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .tld-material-sub {
        max-width: 100%;
    }

    .tld-material-img {
        margin-bottom: 22px;
    }

    .tld-heavy-section {
        padding: 60px 0 70px;
    }

    .tld-heavy-cross {
        width: 30px;
        height: 30px;
        margin-bottom: 26px;
    }

    .tld-heavy-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .tld-heavy-desc {
        font-size: 15px;
        max-width: 100%;
    }

    .tld-heavy-img {
        max-height: 460px;
        margin-top: 10px;
    }

    .tld-proof-section {
        padding: 60px 0 70px;
    }

    .tld-proof-head {
        margin-bottom: 36px;
    }

    .tld-proof-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .tld-proof-cross {
        width: 30px;
        height: 30px;
    }

    /* Mobilde 2x2 grid, taşma yok */
    .tld-proof-strip {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin: 0;
        padding: 0 14px;
    }

    .tld-proof-img {
        height: 180px;
    }

    .tld-plan-section {
        padding: 60px 0 70px;
    }

    .tld-plan-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .tld-plan-row {
        flex-direction: column;
        gap: 8px;
        padding: 20px 0;
    }

    .tld-plan-label {
        width: 100%;
    }

    .tld-plan-visual {
        gap: 16px;
        padding: 40px 0 0;
    }

    .tld-plan-cross {
        width: 30px;
        height: 30px;
    }

    .tld-plan-img {
        max-height: 440px;
    }

    .tl-services-section {
        padding: 60px 0 70px;
    }

    .tl-services-title {
        font-size: 30px;
    }

    .tl-services-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .tl-service-row {
        padding: 18px 12px;
        gap: 14px;
    }

    .tl-service-name {
        font-size: 15px;
    }

    .tld-body-section {
        padding: 60px 0 20px;
    }

    .tld-quote-section {
        padding: 50px 0;
    }

    .tld-quote-text {
        font-size: 21px;
    }

    .tl-stat-number-sm {
        font-size: 32px;
    }

    .ilt-hero-section {
        padding: 50px 0 10px;
    }

    .ilt-title {
        font-size: 36px;
    }

    .ilt-card-title {
        font-size: 24px;
    }

    .ilt-form-section {
        padding: 40px 0 60px;
    }

    .ilt-form-title {
        font-size: 28px;
    }

    .ilt-map {
        min-height: 300px;
    }
}