﻿/* Contact page styles extracted from iletisim.php */
/* BANNER */
.ct-banner {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #171614;
}
.ct-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/banner-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: .22;
    z-index: 0;
}
.ct-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgb(239 174 0 / 12%) 0%, rgba(239, 174, 0, 0) 42%), linear-gradient(110deg, rgb(52 48 40 / 0%) 0%, rgb(16 15 13 / 0%) 48%, rgba(16, 15, 13, 0.38) 100%);
    z-index: 1;
}
.ct-banner__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) brightness(.42);
    transform: scale(1.03);
    transition: transform 9s ease;
    z-index: 0;
}
.ct-banner:hover .ct-banner__img { transform: scale(1); }
.ct-banner__inner {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    padding: 56px;
}
.ct-banner__panel { width: min(760px, 72%); padding: 0; position: relative; }
.ct-banner__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.24);
    color: #f3e2b2;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}
.ct-banner__bc { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; }
.ct-banner__bc a, .ct-banner__bc span {
    font-size: 11px;
    color: rgba(255,255,255,.55);
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .2s;
}
.ct-banner__bc a:hover { color: #efae00; }
.ct-banner__bc .sp { color: rgba(255,255,255,.2); }
.ct-banner__bc .cu { color: #efae00; }
.ct-banner__h1 {
    font-size: clamp(2rem, 4.7vw, 4.0rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 1.05;
    margin: 0 0 12px;
    text-wrap: balance;
}
.ct-banner__h1 span { color: #fff; }
.ct-banner__h1 strong { font-weight: 900; }
.ct-banner__lead {
    margin: 0;
    max-width: 540px;
    color: #ffffff9c;
    font-size: 18px;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.22);
}
.ct-banner__rule { width: 72px; height: 3px; background: #efae00; margin-top: 18px; }

/* OFFICES */
.ct-offices { padding: 60px 0; background: #f9f7f3; border-top: 1px solid #ede8df; }
.ct-offices__head { max-width: 480px; margin-bottom: 32px; }
.ct-offices__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #efae00;
    margin-bottom: 8px;
}
.ct-offices__title {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: #1e1c18;
    letter-spacing: -.02em;
    margin: 0;
}
.ct-ofc {
    background: #fff;
    border: 1px solid #e9e4da;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow .25s ease, transform .25s ease;
}
.ct-ofc:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(20,18,14,.1); }
.ct-ofc__map { height: 240px; background: #ede8df; overflow: hidden; position: relative; }
.ct-ofc__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(10%); transition: filter .3s; }
.ct-ofc:hover .ct-ofc__map iframe { filter: none; }
.ct-ofc__map-empty { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #b5afa6; font-size: 13px; }
.ct-ofc__body { padding: 20px 22px 22px; }
.ct-ofc__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid #ede8df; }
.ct-ofc__name { margin: 0; font-size: 20px; font-weight: 700; color: #1e1c18; letter-spacing: -.01em; }
.ct-ofc__badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8a6a00;
    background: #fff3d0;
    border: 1px solid #f0d888;
    padding: 3px 9px;
    border-radius: 999px;
}
.ct-ofc__row { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px solid #f3efe8; }
.ct-ofc__row:last-child { border-bottom: none; padding-bottom: 0; }
.ct-ofc__icon { width: 32px; height: 32px; border-radius: 8px; background: #faf6ef; color: #c89600; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ct-ofc__lbl { display: block; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: #afa99e; margin-bottom: 2px; }
.ct-ofc__val { font-size: 16px; color: #2a2723; text-decoration: none; line-height: 1.45; display: block; }
.ct-ofc__val:hover { color: #efae00; }

/* FORM */
.ct-form-section { background: #fff; padding: 52px 0 96px; border-top: 1px solid #ede8df; }
.ct-form-inner { max-width: 780px; margin: 0 auto; }
.ct-form-head { text-align: center; margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid #ede8df; }
.ct-form-head__tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #efae00; margin-bottom: 10px; }
.ct-form-head__h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 700; color: #1c1b19; letter-spacing: -.02em; margin: 0 0 10px; }
.ct-form-head__sub { font-size: 16px; color: #8f8a82; line-height: 1.7; max-width: 480px; margin: 0 auto; }
.ct-notif { display: flex; align-items: center; gap: 10px; padding: 11px 12px; margin-bottom: 20px; font-size: 13px; font-weight: 500; border-radius: 8px; }
.ct-notif--ok { background: #f0fdf4; border: 1px solid #c9f0d5; color: #166534; }
.ct-notif--err { background: #fef2f2; border: 1px solid #f6c9c9; color: #991b1b; }
.ct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ct-field { margin-bottom: 24px; }
.ct-grid .ct-field { margin-bottom: 0; }
.ct-fields-grid { margin-bottom: 24px; }
.ct-fields-grid > div { min-width: 0; }
.ct-fields-grid .ct-field { margin-bottom: 0; }
.ct-field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8f897f; margin-bottom: 8px; }
.ct-field input,
.ct-field textarea,
.ct-field select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2ddd4;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    color: #2a2926;
    background: #fcfaf6;
    outline: none;
    font-family: inherit;
    transition: border-color .2s, box-shadow .2s, background .2s;
    -webkit-appearance: none;
    appearance: none;
}
.ct-field input:focus,
.ct-field textarea:focus,
.ct-field select:focus {
    border-color: #efae00;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(239, 174, 0, .13);
}
.ct-field input::placeholder,
.ct-field textarea::placeholder { color: #d0cfcc; }
.ct-field textarea { resize: vertical; min-height: 120px; }
.ct-kvkk { display: flex; align-items: flex-start; gap: 10px; padding: 14px 0 0; margin-top: 6px; border-top: 1px solid #ece8e1; }
.ct-kvkk input[type="checkbox"] { width: 15px; min-width: 15px; height: 15px; margin-top: 3px; accent-color: #efae00; flex-shrink: 0; cursor: pointer; }
.ct-kvkk label { font-size: 15px; color: #9a9489; line-height: 1.6; cursor: pointer; }
.ct-kvkk label a { color: #efae00; text-decoration: underline; }
.ct-submit {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(90deg, #1f1d1a 0%, #35312b 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-radius: 8px;
    transition: background .25s, transform .2s, box-shadow .25s;
    box-shadow: 0 10px 20px rgba(31,29,26,.2);
}
.ct-submit:hover { background: linear-gradient(90deg, #efae00 0%, #f2bf4b 100%); transform: translateY(-1px); box-shadow: 0 12px 24px rgba(239,174,0,.26); }
.ct-submit svg { transition: transform .2s; }
.ct-submit:hover svg { transform: translateX(4px); }

@media (max-width: 767px) {
    .ct-banner, .ct-banner__inner { min-height: 430px; }
    .ct-banner__inner,
    .ct-offices,
    .ct-form-section { padding-left: 20px; padding-right: 20px; }
    .ct-banner__inner { padding-top: 22px; padding-bottom: 22px; flex-direction: column; align-items: flex-end; justify-content: flex-end; gap: 14px; }
    .ct-banner__panel { width: 100%; padding: 0; }
    .ct-banner__lead { font-size: 14px; }
    .ct-offices { padding-top: 32px; padding-bottom: 40px; }
    .ct-ofc__map { height: 200px; }
    .ct-ofc__name { font-size: 16px; }
    .ct-form-section { padding-top: 36px; padding-bottom: 60px; }
    .ct-fields-grid { margin-bottom: 0; }
    .ct-fields-grid > div { margin-bottom: 24px; }
}
