/* İletişim sayfası — yalnızca /iletisim için. site.css'e dokunulmaz. */

.page-hero--contact {
    background: linear-gradient(135deg, var(--eosb-navy-dark) 0%, var(--eosb-navy) 100%);
    padding: calc(3rem + var(--header-logo-overlap)) 0 1.75rem;
}

.page-hero--contact .container {
    max-width: 820px;
    text-align: center;
}

.page-hero--contact h1 {
    font-size: clamp(1.65rem, 3.2vw, 2.25rem);
    line-height: 1.2;
    font-weight: 800;
}

.page-hero--contact .corporate-intro {
    max-width: 720px;
    margin: .85rem auto 0;
    opacity: .92;
    line-height: 1.65;
}

.page-hero--contact + .contact-page-section {
    margin-top: 0;
}

.contact-page-section {
    padding: 2.5rem 0 4.5rem;
    background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 100%);
}

.contact-page-layout {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

@media (min-width: 993px) {
    .contact-page-layout {
        align-items: stretch;
    }

    .contact-page-main {
        display: flex;
        min-width: 0;
    }

    .contact-form-card {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .contact-form {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .contact-form-grid {
        flex: 1;
        grid-template-rows: auto auto auto minmax(220px, 1fr) auto;
    }

    .contact-form-field--message {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .contact-form-field--message textarea {
        flex: 1;
        min-height: 220px;
    }
}

.contact-page-aside {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: sticky;
    top: var(--header-sticky-offset, calc(88px + 1rem));
}

.contact-aside-card {
    background: linear-gradient(160deg, var(--eosb-navy) 0%, var(--eosb-navy-dark) 100%);
    color: rgba(255, 255, 255, .92);
    border-radius: 1rem;
    padding: 2rem 1.75rem;
    box-shadow: 0 20px 45px rgba(12, 30, 58, .22);
}

.contact-aside-card .section-kicker {
    color: var(--eosb-yellow);
    margin-bottom: .65rem;
}

.contact-aside-title {
    margin: 0 0 1rem;
    font-size: 1.55rem;
    line-height: 1.25;
    color: #fff;
    font-weight: 800;
}

.contact-aside-text {
    margin: 0 0 1.35rem;
    font-size: .92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
}

.contact-aside-hours {
    list-style: none;
    margin: 0;
    padding: 1.15rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: .65rem;
}

.contact-aside-hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .88rem;
    color: rgba(255, 255, 255, .82);
}

.contact-aside-hours strong {
    color: #fff;
    font-weight: 700;
}

.contact-details-card,
.contact-map-card,
.contact-social-card,
.contact-form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(12, 30, 58, .06);
}

.contact-details-card,
.contact-map-card,
.contact-social-card {
    padding: 1.35rem 1.5rem;
}

.contact-block-title {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--eosb-navy);
}

.contact-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .9rem;
}

.contact-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
}

.contact-detail-icon {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(245, 197, 24, .14);
    color: var(--eosb-navy);
    border: 1px solid rgba(245, 197, 24, .28);
}

.contact-detail-icon svg {
    width: 1rem;
    height: 1rem;
}

.contact-detail-body {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
    font-size: .92rem;
    line-height: 1.5;
}

.contact-detail-body strong {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    font-weight: 700;
}

.contact-detail-body a {
    color: var(--eosb-navy);
    font-weight: 600;
    word-break: break-word;
    transition: color .15s ease;
}

.contact-detail-body a:hover {
    color: #2563eb;
}

.contact-map-frame {
    overflow: hidden;
    border-radius: .75rem;
    border: 1px solid #e5e7eb;
    background: #f1f5f9;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    min-height: 220px;
    border: 0;
}

.contact-page-social {
    margin-top: .35rem;
}

.contact-page-main {
    min-width: 0;
}

.contact-form-card {
    padding: 2rem 2rem 1.75rem;
}

.contact-form-head {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eef2f7;
}

.contact-form-title {
    margin: 0 0 .55rem;
    font-size: 1.65rem;
    line-height: 1.2;
    color: var(--eosb-navy);
    font-weight: 800;
}

.contact-form-lead {
    margin: 0;
    max-width: 52ch;
    color: #64748b;
    font-size: .94rem;
    line-height: 1.65;
}

.contact-form-alert {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    border-radius: .85rem;
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
    font-size: .92rem;
    line-height: 1.55;
}

.contact-form-alert svg {
    flex-shrink: 0;
    margin-top: .1rem;
}

.contact-form-alert--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.contact-form-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.contact-form-alert p {
    margin: 0 0 .35rem;
}

.contact-form-alert ul {
    margin: .35rem 0 0;
    padding-left: 1.1rem;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.15rem;
}

.contact-form-field {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.contact-form-field--full {
    grid-column: 1 / -1;
}

.contact-form-field label {
    font-size: .88rem;
    font-weight: 600;
    color: var(--eosb-navy);
}

.contact-form-field .required {
    color: #dc2626;
}

.contact-form-field input,
.contact-form-field textarea {
    width: 100%;
    padding: .78rem .95rem;
    border: 1px solid #dbe3ee;
    border-radius: .65rem;
    font: inherit;
    background: #f8fafc;
    color: var(--eosb-text);
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
    color: #94a3b8;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
    outline: none;
    border-color: var(--eosb-navy);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(12, 30, 58, .08);
}

.contact-form-field textarea {
    resize: vertical;
    min-height: 168px;
}

.contact-captcha-box {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: .75rem;
    padding: 1rem 1.15rem;
}

.contact-captcha-label {
    display: block;
    margin-bottom: .65rem;
}

.contact-captcha-question {
    display: block;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--eosb-navy);
}

.contact-captcha-hint {
    display: block;
    font-size: .82rem;
    color: #64748b;
    margin-top: .2rem;
}

.contact-captcha-input {
    width: 100%;
    max-width: 160px;
    padding: .72rem .85rem;
    border: 1px solid #dbe3ee;
    border-radius: .55rem;
    font: inherit;
    background: #fff;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
}

.contact-captcha-input::-webkit-outer-spin-button,
.contact-captcha-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-captcha-input:focus {
    outline: none;
    border-color: var(--eosb-navy);
    box-shadow: 0 0 0 3px rgba(12, 30, 58, .08);
}

.contact-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eef2f7;
}

.contact-form-note {
    margin: 0;
    font-size: .82rem;
    color: #64748b;
}

.contact-form-note strong {
    color: var(--eosb-yellow-hover);
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 3.1rem;
    padding: .85rem 1.65rem;
    border: 0;
    border-radius: .65rem;
    background: var(--eosb-yellow);
    color: var(--eosb-navy);
    font: inherit;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(245, 197, 24, .28);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.contact-submit:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(245, 197, 24, .34);
}

.contact-submit:disabled {
    opacity: .45;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.contact-page-section .form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .contact-page-layout {
        grid-template-columns: 1fr;
    }

    .contact-page-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-page-section {
        padding: 1.75rem 0 3rem;
    }

    .contact-aside-card,
    .contact-form-card {
        padding: 1.35rem 1.15rem;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-submit {
        width: 100%;
    }
}
