﻿/* ============ CONTACT (İLETİŞİM) ============ */
.lk_c-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px
}

.lk_c-title {
    font-size: clamp(28px,4vw,40px);
    line-height: 1.15;
    margin: 0 0 6px;
    color: #243142
}

.lk_c-sub {
    color: #5f6b7b;
    margin: 0 0 18px
}

.lk_c-hero {
    position: relative;
    padding: 72px 0 36px;
    overflow: hidden;
    background: radial-gradient(900px 320px at 6% -120px, #ffe9dc 0, transparent 60%), radial-gradient(900px 320px at 96% -120px, #e7f2ff 0, transparent 55%), linear-gradient(180deg,#fff 0,#fff7ef 100%);
}

    .lk_c-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .22;
        background-image: radial-gradient(#ffd0a6 .8px, transparent .8px), radial-gradient(#cfe6ff .8px, transparent .8px), radial-gradient(#ffe3f0 .8px, transparent .8px);
        background-size: 40px 40px, 44px 44px, 48px 48px;
        background-position: 14% 24%, 84% 18%, 40% 10%;
        mask-image: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,0));
    }

.lk_c-hero_in {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: center
}

.lk_c-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.lk_c-pill {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px
}

.lk_c-pill--blue {
    background: #e7f1ff;
    color: #2866d4
}

.lk_c-pill--green {
    background: #eafaf2;
    color: #0a9a57
}

.lk_c-pill--orange {
    background: #fff0e3;
    color: #f15a29
}

.lk_c-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end
}

.lk_c-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 500;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s ease;
    white-space: nowrap
}

.lk_c-ic {
    width: 18px;
    height: 18px
}

.lk_c-btn--primary {
    background: linear-gradient(90deg,#2f7ae5,#3e92ff);
    color: #fff;
    box-shadow: 0 8px 18px rgba(47,122,229,.25)
}

.lk_c-btn--ghost {
    background: #fff;
    color: #243142;
    border-color: #e7e9ee
}

.lk_c-btn--call {
    background: linear-gradient(90deg,#2f7ae5,#3e92ff);
    color: #fff;
    box-shadow: 0 8px 18px rgba(47,122,229,.25)
}

.lk_c-btn--wa {
    background: linear-gradient(90deg,#22c163,#20bf62);
    color: #fff;
    box-shadow: 0 8px 18px rgba(34,193,99,.24)
}

.lk_c-btn:hover {
    transform: translateY(-2px)
}

.lk_c-main {
    padding: 24px 0 32px
}

.lk_c-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lk_c-col {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.lk_c-card {
    background: #fff;
    border: 1px solid rgba(30,41,59,.06);
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 12px 24px rgba(17,24,39,.06)
}

.lk_c-card--soft {
    background: linear-gradient(180deg,#ffffff 0,#fff6f0 100%)
}

.lk_c-card_hd {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px
}

.lk_c-badge {
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 10px
}

.lk_c-badge--blue {
    background: #e7f1ff;
    color: #1d64d6
}

.lk_c-badge--green {
    background: #eafaf2;
    color: #0a9a57
}

.lk_c-badge--orange {
    background: #fff0e3;
    color: #f15a29
}

.lk_c-actions {
    margin-top: 8px
}

.lk_c-link {
    color: #1f5fd6;
    font-weight: 700;
    text-decoration: none
}

    .lk_c-link:hover {
        text-decoration: underline
    }

.lk_c-list {
    list-style: none;
    padding: 0;
    margin: 6px 0
}

    .lk_c-list li {
        margin: 6px 0
    }

    .lk_c-list a {
        color: #243142;
        text-decoration: none
    }

        .lk_c-list a:hover {
            text-decoration: underline
        }

.lk_c-hours {
    list-style: none;
    padding: 0;
    margin: 6px 0;
    color: #4a5565
}

    .lk_c-hours b {
        color: #243142
    }

.lk_c-form {
    background: #fff;
    border: 1px solid rgba(30,41,59,.06);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 24px rgba(17,24,39,.06)
}

.lk_c-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.lk_c-field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

    .lk_c-field span {
        font-weight: 500;
        color: #2b3647
    }

    .lk_c-field input,
    .lk_c-field select,
    .lk_c-field textarea {
        border: 1px solid #e7e9ee;
        border-radius: 12px;
        padding: 12px 14px;
        font-size: 15px;
        outline: none;
        background: #fff
    }

        .lk_c-field input:focus,
        .lk_c-field select:focus,
        .lk_c-field textarea:focus {
            border-color: #3e92ff;
            box-shadow: 0 0 0 3px rgba(62,146,255,.15)
        }

.lk_c-hp {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.lk_c-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
    color: #445060
}

    .lk_c-consent input {
        margin-top: 3px
    }

.lk_c-form_actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2px
}

.lk_c-legal {
    font-size: 13px;
    color: #6a7484;
    margin-top: 10px
}

.lk_c-mapsec {
    padding: 12px 0 52px
}

.lk_c-mapwrap {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(30,41,59,.06);
    box-shadow: 0 16px 28px rgba(17,24,39,.06)
}

    .lk_c-mapwrap iframe {
        display: block;
        width: 100%;
        height: 420px
    }

.lk_c-bottomcta {
    background: linear-gradient(180deg,#fff8ef 0,#ffffff 100%);
    padding: 18px 0 34px
}

.lk_c-bottomcta_in {
    background: #fff;
    border: 1px solid rgba(30,41,59,.06);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 14px 26px rgba(17,24,39,.06)
}

.lk_c-bottomcta h3 {
    margin: 0 0 4px
}

.lk_c-bottomcta p {
    margin: 0;
    color: #5b6674
}

.lk_c-bottomcta_actions {
    display: flex;
    gap: 10px
}

/* Responsive */
@media (max-width: 960px) {
    .lk_c-hero_in {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .lk_c-cta {
        justify-content: flex-start
    }

    .lk_c-grid {
        grid-template-columns: 1fr
    }

    .lk_c-row {
        grid-template-columns: 1fr
    }

    .lk_c-mapwrap iframe {
        height: 320px
    }
}

@media (max-width: 600px) {
    .lk_c-btn {
        padding: 11px 16px
    }

    .lk_c-bottomcta_in {
        flex-direction: column;
        align-items: flex-start
    }
}



/* ===== Modal ===== */
.lk_modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000
}

    .lk_modal.is-open {
        display: block
    }

.lk_modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2,8,23,.55);
    backdrop-filter: blur(2px)
}

.lk_modal__dialog {
    position: relative;
    max-width: 520px;
    margin: 8vh auto;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 24px 60px rgba(2,8,23,.3);
    z-index: 1;
    text-align: center
}

.lk_modal__icon {
    font-size: 40px;
    margin-bottom: 6px
}

.lk_modal__title {
    margin: 0 0 6px;
    color: #1f2a44;
    font-size: 22px
}

.lk_modal__text {
    margin: 0 0 14px;
    color: #5a6a85
}

.lk_modal__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center
}

.lk_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 700;
    border: 1px solid rgba(15,23,42,.12);
    text-decoration: none
}

.lk_btn--primary {
    background: linear-gradient(90deg,#2f7ae5,#3e92ff);
    color: #fff;
    border: none
}

.lk_btn--ghost {
    background: #fff;
    color: #1f2a44
}

.lk_btn--wa {
    background: linear-gradient(90deg,#22c163,#20bf62);
    color: #063;
    border: none
}

/* ===== Toast ===== */
.lk_toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1001;
    display: none
}

    .lk_toast.show {
        display: block;
        animation: lk_toast-in .2s ease
    }

.lk_toast__inner {
    background: #0ea5e9;
    color: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(2,8,23,.22);
    font-weight: 700
}

@keyframes lk_toast-in {
    from {
        transform: translateY(6px);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}
