/* İletişim - Banner */
.banner-section--contact {
    height: 80vh;
    min-height: 400px;
    --banner-title-fs: 22px;
    --banner-subtitle-fs: 55px;
    --banner-text-fs: 18px;
    --banner-text-max-w: 674px;
}

.contact-banner {
    display: flex;
    position: relative;
    height: 80vh;
    min-height: 400px;
    background-color: #3E3739;
    overflow: hidden;
}

.contact-banner-left {
    width: 50%;
    background-color: #3E3739;
    display: flex;
    align-items: center;
}

.contact-banner-left-inner {
    padding-right: 60px;
    max-width: 100%;
}

.banner-section--contact.contact-banner .banner-content {
    padding-top: 120px;
}

.banner-section--contact.contact-banner .banner-title {
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3em;
    opacity: 0.5;
    color: #fff;
    margin-bottom: 8px;
}

.banner-section--contact.contact-banner .banner-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 0;
}

.contact-banner-right {
    width: 50%;
    position: relative;
    overflow: hidden;
    background-color: #3E3739;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 150px;
}

.contact-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Banner altı iletişim alanı */
.contact-info-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}

.contact-info-top {
    border-bottom: 2px solid rgba(152, 162, 177, 1);
    padding-bottom: 18px;
}

.contact-info-address h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #3E3739;
}

.contact-info-address p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #3E3739;
    margin: 0;
}

.contact-info-bottom {
    padding-top: 24px;
}

.contact-info-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: none;
    color: #3E3739;
    margin-bottom: 1rem;
}

.contact-info-item p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #3E3739;
}

.contact-info-item p a:hover {
    color: #C04D00;
}

.contact-social {
    margin-top: 4px;
    display: flex;
    gap: 36px;
}

.contact-social a img {
    width: 32px;
    height: 32px;
}

.contact-info-item {
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(152, 162, 177, 1);
}

@media (min-width: 1200px) {
    .banner-section--contact.contact-banner .banner-content {
        padding-top: 150px;
    }
}

@media (max-width: 991px) {
    .contact-banner {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }

    .contact-banner-left {
        width: 100%;
        order: 1;
    }

    .contact-banner-right {
        width: 100%;
        min-height: 320px;
        order: 0;
    }

    .contact-banner-left-inner {
        padding-right: 0;
    }

    .banner-section--contact.contact-banner .banner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-form-field {
        padding-bottom: 30px;
    }
}

/* İletişim Formu */
.contact-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(249, 249, 249, 1);
}

.contact-form-title {
    font-family: 'Degular Variable', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: rgba(192, 77, 0, 1);
    margin-bottom: 40px;
}

.contact-form {
    max-width: 100%;
}

.contact-form-row {
    margin-bottom: 24px;
}

.contact-form-field label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(62, 55, 57, 1);
}

/* Doğrulama Kodu başlığı */
.contact-form-captcha-label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: rgba(62, 55, 57, 1);
}

.contact-form-field input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(152, 162, 177, 1);
    padding: 8px 0;
    height: 55px;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #3E3739;
}

.contact-form-field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(152, 162, 177, 1);
    padding: 8px 0;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #3E3739;
}

.contact-form-char-counter {
    margin-top: 4px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: rgba(152, 162, 177, 1);
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
    outline: none;
    border-bottom-color: rgba(192, 77, 0, 1);
}

.contact-form-captcha-image img {
    display: block;
    max-height: 60px;
}

.contact-form-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.contact-form-submit {
    padding: 16px 56px;
    background-color: rgba(192, 77, 0, 1);
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: rgba(246, 233, 220, 1);
    text-transform: uppercase;
}

.contact-form-submit:hover {
    opacity: 0.9;
}

/* Bülten Kayıt Alanı (Contact Sayfası) */
.contact-newsletter-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(52, 60, 71, 1);
}

.contact-newsletter-inner {
    background-color: #525b67;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.contact-newsletter-text {
    font-family: 'Degular Variable', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: rgba(246, 233, 220, 1);
}

.contact-newsletter-form {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1;
    max-width: 680px;
}

.contact-newsletter-form input[type="email"] {
    flex: 1;
    min-height: 55px;
    height: 55px;
    box-sizing: border-box;
    border: none;
    padding: 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3E3739;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    appearance: none;
}

.contact-newsletter-form input[type="email"]::placeholder {
    color: rgba(152, 162, 177, 1);
}

.contact-newsletter-form input[type="email"]:focus {
    outline: none;
}

.contact-newsletter-button {
    flex-shrink: 0;
    min-height: 55px;
    height: 55px;
    box-sizing: border-box;
    padding: 0 32px;
    border: none;
    cursor: pointer;
    background-color: rgba(227, 151, 23, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(246, 233, 220, 1);
}

.contact-newsletter-button:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .contact-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
    }

    .contact-newsletter-text {
        font-size: 28px;
        line-height: 34px;
    }

    .contact-newsletter-form {
        width: 100%;
        max-width: 100%;
    }

    /* Input ve buton aynı yükseklikte - flex stretch */
    .contact-newsletter-form {
        align-items: stretch;
    }
}

@media (max-width: 576px) {
    .contact-newsletter-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-newsletter-inner {
        padding: 24px 16px;
        gap: 20px;
    }

    .contact-newsletter-text {
        font-size: 22px;
        line-height: 30px;
    }

    .contact-newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 55px 55px;
        gap: 12px;
    }

    .contact-newsletter-form input[type="email"],
    .contact-newsletter-button {
        width: 100%;
        min-height: 55px;
        height: 55px;
    }
}
