/* İletişim sayfası — açık tonlar, keskin hatlar */
.contact-page-hero {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 3px solid #000000;
    margin-top: 0;
    padding: 24px 0 20px;
}

.contact-page-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #f8fafc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}

.contact-page-hero__wash {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.72);
}

.contact-page-hero__pattern {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(90deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(17, 24, 39, 0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.contact-page-hero .container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.contact-page-hero__inner {
    margin: 0;
    padding: 32px 0 20px;
    max-width: 760px;
    text-align: left;
    transform: translateY(14px);
}

.contact-page-hero__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b7280;
}

.contact-page-hero__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.contact-page-hero__subtitle {
    margin: 14px 0 0;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

.contact-page-section {
    background: #f3f4f6;
    padding-top: 32px;
}

.contact-page-container.container {
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
}

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

.contact-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: start;
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-card,
.contact-map-card,
.contact-form-card {
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.contact-info-card {
    padding: 24px 22px;
}

.contact-info-card__title,
.contact-map-card__title,
.contact-form-card__title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
}

.contact-info-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.contact-info-item__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-size: 15px;
}

.contact-info-item__label {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.contact-info-item__value {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #1f2937;
}

.contact-info-item__value a {
    color: #111827;
    text-decoration: none;
}

.contact-info-item__value a:hover {
    color: #473bf0;
}

.contact-info-emails {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-social-links a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111827;
    text-decoration: none;
}

.contact-social-links a:hover {
    border-color: #111827;
    color: #473bf0;
}

.contact-map-card {
    padding: 22px;
}

.contact-map-embed {
    position: relative;
    width: 100%;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
}

.contact-map-embed iframe {
    display: block;
    width: 100% !important;
    min-height: 260px;
    border: 0;
}

.contact-form-card {
    padding: 28px 28px 32px;
}

.contact-form-card__header {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.contact-form-card__desc {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.65;
    color: #6b7280;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.contact-form-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #111827;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0;
    box-sizing: border-box;
}

.contact-form-input:focus {
    outline: none;
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827;
}

.contact-form-textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-submit {
    width: 100%;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #111827;
    border: 1px solid #111827;
    border-radius: 0;
    cursor: pointer;
}

.contact-form-submit:hover {
    background: #000;
}

.contact-form-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.contact-form-feedback {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-feedback.loading {
    background: #f8fafc;
    color: #374151;
}

.contact-form-feedback.sent {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #065f46;
}

.contact-form-feedback.error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

@media (max-width: 991px) {
    .contact-page-hero {
        min-height: 260px;
        padding: 20px 0;
    }

    .contact-page-hero__inner {
        padding: 24px 0 16px;
        transform: translateY(10px);
    }

    .contact-page-layout {
        grid-template-columns: 1fr;
    }

    .contact-form-card,
    .contact-info-card,
    .contact-map-card {
        padding-left: 18px;
        padding-right: 18px;
    }
}
