
/* ================================================================
   KATSO İletişim — 2026 tam genişlik kurumsal sayfa
================================================================ */

.kartso-contact-page {
    position: relative;
    z-index: 3;
    margin-top: clamp(-36px, -4vw, -52px);
    padding-bottom: clamp(48px, 6vw, 88px);
}

/* ---- Hızlı iletişim şeridi ---- */
.kartso-contact-strip {
    position: relative;
    padding: 0 0 clamp(28px, 4vw, 44px);
}

.kartso-contact-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 2vw, 22px);
}

.kartso-contact-chip {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: clamp(18px, 2.5vw, 26px);
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 22px;
    box-shadow:
        0 4px 16px rgba(16, 48, 74, .06),
        0 20px 48px rgba(16, 48, 74, .10);
    transition: transform .28s ease, box-shadow .28s ease;
    min-height: 100%;
}

.kartso-contact-chip:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 24px rgba(16, 48, 74, .10),
        0 28px 56px rgba(16, 48, 74, .14);
}

.kartso-contact-chip__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(135deg, #10304a, #e1061b);
    box-shadow: 0 8px 22px rgba(16, 48, 74, .28);
}

.kartso-contact-chip__body {
    min-width: 0;
}

.kartso-contact-chip__label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
}

.kartso-contact-chip__value,
.kartso-contact-chip__value a {
    display: block;
    font-size: clamp(.92rem, 1.4vw, 1.02rem);
    font-weight: 600;
    line-height: 1.45;
    color: #0f2744 !important;
    text-decoration: none !important;
    word-break: break-word;
}

.kartso-contact-chip__value a:hover {
    color: #10304a !important;
}

/* ---- Ana bölüm ---- */
.kartso-contact-main {
    position: relative;
    padding: clamp(8px, 2vw, 20px) 0 clamp(36px, 5vw, 64px);
}

.kartso-contact-main::before {
    content: '';
    position: absolute;
    inset: -80px 0 40%;
    background:
        radial-gradient(ellipse 70% 50% at 15% 20%, rgba(16, 48, 74, .07) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 90% 10%, rgba(225, 6, 27, .06) 0%, transparent 50%);
    pointer-events: none;
}

.kartso-contact-main__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 1.15fr) minmax(280px, 1fr);
    gap: clamp(20px, 3vw, 36px);
    align-items: stretch;
}

/* Sol panel — kurumsal */
.kartso-contact-info {
    padding: clamp(24px, 3.5vw, 40px);
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(145deg, #10304a 0%, #e1061b 55%, #304050 100%);
    box-shadow: 0 28px 64px rgba(16, 48, 74, .28);
    overflow: hidden;
    position: relative;
}

.kartso-contact-info::before,
.kartso-contact-info::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.kartso-contact-info::before {
    width: 280px;
    height: 280px;
    top: -90px;
    right: -70px;
    background: rgba(255, 255, 255, .08);
}

.kartso-contact-info::after {
    width: 160px;
    height: 160px;
    bottom: -40px;
    left: -30px;
    background: rgba(255, 255, 255, .05);
}

.kartso-contact-info__inner {
    position: relative;
    z-index: 1;
}

.kartso-contact-info__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
}

.kartso-contact-info__title {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
}

.kartso-contact-info__lead {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .88);
}

.kartso-contact-info__list {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.kartso-contact-info__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.kartso-contact-info__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.kartso-contact-info__list i {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 15px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.kartso-contact-info__list strong {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
}

.kartso-contact-info__list span,
.kartso-contact-info__list a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff !important;
    text-decoration: none !important;
}

.kartso-contact-info__hours {
    margin-bottom: 28px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(0, 0, 0, .14);
    border: 1px solid rgba(255, 255, 255, .12);
}

.kartso-contact-info__hours h4 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

.kartso-contact-info__hours p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .9);
}

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

.kartso-contact-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 17px;
    color: #fff !important;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .2);
    transition: transform .2s, background .2s;
}

.kartso-contact-social a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .24);
}

/* Sağ — form */
.kartso-contact-form-card {
    height: 100%;
    padding: clamp(24px, 3.5vw, 40px);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 28px;
    box-shadow:
        0 4px 16px rgba(16, 48, 74, .05),
        0 32px 72px rgba(16, 48, 74, .12);
}

.kartso-contact-form-card__head {
    margin-bottom: clamp(22px, 3vw, 32px);
}

.kartso-contact-form-card__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #10304a;
    background: rgba(16, 48, 74, .08);
    border-radius: 50px;
}

.kartso-contact-form-card__title {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -.02em;
    color: #0f2744;
}

.kartso-contact-form-card__sub {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.kartso-contact-form .kartso-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.kartso-contact-form .kartso-form-field {
    position: relative;
}

.kartso-contact-form .kartso-form-field--full {
    grid-column: 1 / -1;
}

.kartso-contact-form label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #475569;
}

.kartso-contact-form input[type="text"],
.kartso-contact-form input[type="email"],
.kartso-contact-form textarea {
    width: 100%;
    padding: 14px 16px 14px 46px;
    font-size: 15px;
    font-family: inherit;
    color: #0f2744;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.kartso-contact-form textarea {
    min-height: 148px;
    resize: vertical;
    padding-top: 14px;
}

.kartso-contact-form input:focus,
.kartso-contact-form textarea:focus {
    outline: none;
    background: #fff;
    border-color: #10304a;
    box-shadow: 0 0 0 4px rgba(16, 48, 74, .12);
}

.kartso-contact-form .kartso-field-icon {
    position: absolute;
    left: 16px;
    top: 38px;
    font-size: 15px;
    color: #10304a;
    pointer-events: none;
    opacity: .85;
}

.kartso-contact-form .kartso-form-field--textarea .kartso-field-icon {
    top: 38px;
}

.kartso-contact-form .kartso-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

.kartso-contact-form .kartso-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    background: linear-gradient(135deg, #10304a, #e1061b);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(16, 48, 74, .32);
    transition: transform .2s, box-shadow .2s;
}

.kartso-contact-form .kartso-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(16, 48, 74, .38);
}

.kartso-contact-form .kartso-form-note {
    flex: 1;
    min-width: 180px;
    font-size: 12px;
    line-height: 1.55;
    color: #94a3b8;
}

.kartso-contact-form .g-recaptcha {
    margin-bottom: 4px;
}

.mesaj-hp-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* ---- Harita — tam genişlik ---- */
.kartso-contact-map {
    position: relative;
    margin-top: clamp(12px, 2vw, 24px);
}

.kartso-contact-map__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(24px, 3vw, 36px);
    padding: 0 clamp(16px, 2.5vw, 48px);
}

.kartso-contact-map__head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -.02em;
    color: #0f2744;
}

.kartso-contact-map__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.kartso-contact-map__frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(16, 48, 74, .16);
    border: 4px solid rgba(255, 255, 255, .9);
    background: #e2e8f0;
    min-height: clamp(320px, 42vw, 520px);
}

.kartso-contact-map__frame iframe {
    display: block;
    width: 100% !important;
    min-height: clamp(320px, 42vw, 520px);
    border: 0 !important;
}

.kartso-contact-map__pin {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #0f2744;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    pointer-events: none;
}

.kartso-contact-map__pin i {
    color: #10304a;
    font-size: 16px;
}

/* ---- Yol tarifi & WhatsApp ---- */
.kartso-contact-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(16, 48, 74, .08);
}

.kartso-contact-actions__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.kartso-contact-actions__label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    margin-right: 6px;
}

.kartso-dir-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #0f2744;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.kartso-dir-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 48, 74, .12);
    color: #0f2744 !important;
}

.kartso-dir-btn--google:hover { border-color: #4285f4; }
.kartso-dir-btn--apple:hover { border-color: #111; }
.kartso-dir-btn--yandex:hover { border-color: #fc3f1d; }

.kartso-dir-btn--light {
    color: #fff !important;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .24);
}

.kartso-dir-btn--light:hover {
    background: rgba(255, 255, 255, .22);
    color: #fff !important;
}

.kartso-dir-btn--wa {
    color: #fff !important;
    background: #25d366;
    border-color: #25d366;
}

.kartso-contact-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .32);
    transition: transform .2s, box-shadow .2s;
}

.kartso-contact-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(37, 211, 102, .38);
    color: #fff !important;
}

.kartso-contact-whatsapp i {
    font-size: 28px;
}

.kartso-contact-whatsapp strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.kartso-contact-whatsapp small {
    display: block;
    font-size: 11px;
    opacity: .88;
}

.kartso-contact-info__dirs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

/* ---- Üye hızlı linkler ---- */
.kartso-contact-members {
    padding: clamp(8px, 2vw, 20px) 0 clamp(28px, 4vw, 48px);
}

.kartso-contact-members__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}

.kartso-contact-members__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #10304a;
    background: rgba(16, 48, 74, .08);
    border-radius: 50px;
}

.kartso-contact-members__head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #0f2744;
}

.kartso-contact-members__head p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.kartso-contact-members__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

.kartso-member-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 18px;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(16, 48, 74, .07);
    transition: transform .22s, box-shadow .22s;
}

.kartso-member-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(16, 48, 74, .12);
}

.kartso-member-link__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(135deg, #10304a, #e1061b);
}

.kartso-member-link__label {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    color: #0f2744;
    line-height: 1.35;
}

.kartso-member-link__ext {
    font-size: 12px;
    color: #94a3b8;
}

/* ---- KVKK ---- */
.kartso-kvkk {
    margin: 18px 0 8px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
}

.kartso-kvkk__label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
}

.kartso-kvkk__label input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.kartso-kvkk__box {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    transition: border-color .2s, background .2s;
    position: relative;
}

.kartso-kvkk__label input:checked + .kartso-kvkk__box {
    background: #10304a;
    border-color: #10304a;
}

.kartso-kvkk__label input:checked + .kartso-kvkk__box::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.kartso-kvkk__text {
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}

.kartso-kvkk__text a {
    color: #10304a;
    font-weight: 700;
    text-decoration: underline;
}

/* ---- Galeri & sanal tur ---- */
.kartso-contact-tour {
    padding: clamp(32px, 5vw, 56px) 0 clamp(16px, 3vw, 32px);
}

.kartso-contact-tour__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

.kartso-contact-tour__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #10304a;
    background: rgba(16, 48, 74, .08);
    border-radius: 50px;
}

.kartso-contact-tour__head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    color: #0f2744;
}

.kartso-contact-tour__head p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.kartso-contact-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.kartso-contact-gallery__item {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(16, 48, 74, .14);
    text-decoration: none !important;
}

.kartso-contact-gallery__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

.kartso-contact-gallery__item:hover .kartso-contact-gallery__img {
    transform: scale(1.06);
}

.kartso-contact-gallery__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 39, 68, .82) 100%);
}

.kartso-contact-gallery__label {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.kartso-contact-gallery__zoom {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
}

.kartso-contact-tour__embed {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(16, 48, 74, .14);
    background: #0f2744;
}

.kartso-contact-tour__embed iframe {
    display: block;
    width: 100%;
    min-height: 420px;
    border: 0;
}

.kartso-contact-tour__cta {
    text-align: center;
}

.kartso-contact-tour__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #10304a, #e1061b);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(16, 48, 74, .28);
    transition: transform .2s;
}

.kartso-contact-tour__btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

.kartso-contact-map__dirs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
    .kartso-contact-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .kartso-contact-main__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .kartso-contact-strip__grid {
        grid-template-columns: 1fr;
    }

    .kartso-contact-form .kartso-form-row {
        grid-template-columns: 1fr;
    }

    .kartso-contact-form .kartso-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .kartso-contact-form .kartso-form-submit {
        width: 100%;
    }

    .kartso-contact-map__frame,
    .kartso-contact-map__frame iframe {
        border-radius: 20px;
        min-height: 300px;
    }

    .kartso-contact-map__pin {
        position: static;
        margin: 0 auto 12px;
        display: flex;
        width: fit-content;
    }

    .kartso-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .kartso-contact-actions__group {
        justify-content: center;
    }

    .kartso-contact-whatsapp {
        justify-content: center;
        width: 100%;
    }

    .kartso-contact-gallery {
        grid-template-columns: 1fr;
    }

    .kartso-contact-members__grid {
        grid-template-columns: 1fr;
    }
}
