.contact-page { background: #f8f7f3; color: #34332f; }
.contact-hero { position: relative; display: grid; min-height: 275px; padding-top: 70px; place-items: center; overflow: hidden; background: url('../img/content/Home-1/hakkimizda.jpg') center 52%/cover no-repeat; }
.contact-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,23,21,.48), rgba(24,23,21,.66)); }
.contact-hero__content { position: relative; text-align: center; color: #fff; }
.contact-hero__content span { display: block; width: 43px; height: 3px; margin: 0 auto 22px; background: #a2987e; }
.contact-hero h1 { margin: 0; color: #fff; font-size: clamp(42px, 6vw, 72px); font-family: 'bold', Arial, sans-serif; line-height: 1; font-weight: normal; letter-spacing: .04em; }
.contact-content { padding: 70px 0 90px; }
.contact-heading { margin-bottom: 42px; text-align: center; }
.contact-heading > span { color: #918772; font-size: 13px; font-weight: 600; letter-spacing: .18em; }
.contact-heading h2 { margin: 12px 0 0; font-size: 34px; font-weight: 500; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.contact-detail { float: none; display: grid; grid-template-columns: 46px 1fr; gap: 18px; margin-bottom: 28px; }
.contact-detail > i { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: #fff; background: #817967; border-radius: 50%; }
.contact-detail h3 { margin: 0 0 8px; font-size: 15px; font-weight: 600; letter-spacing: .08em; }
.contact-detail p { margin: 0; padding: 0 !important; color: #625e54; font-size: 17px; line-height: 1.65; }
.contact-detail a { color: inherit; }
.contact-detail a:hover { color: #807662; }
.contact-map { height: 310px; margin-top: 38px; overflow: hidden; border-radius: 12px; box-shadow: 0 14px 34px rgba(47,43,34,.1); }
.contact-map iframe { width: 100%; height: 100%; border: 0; }
.contact-form-wrap { position: relative; padding: 42px; overflow: hidden; background: #efede7; border: 1px solid #ddd8cc; border-radius: 14px; }
.contact-form__sending { position: absolute; inset: 0; z-index: 10; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; color: #514c41; background: rgba(239,237,231,.84); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.contact-form-wrap.is-sending .contact-form__sending { opacity: 1; visibility: visible; pointer-events: auto; }
.contact-form__spinner { width: 34px; height: 34px; border: 3px solid rgba(117,110,94,.25); border-top-color: #756e5e; border-radius: 50%; animation: contact-spin .7s linear infinite; }
.contact-form__sending strong { font-size: 14px; font-weight: 600; letter-spacing: .1em; }
@keyframes contact-spin { to { transform: rotate(360deg); } }
.contact-form__heading { margin-bottom: 28px; }
.contact-form__heading > span { display: block; width: 34px; height: 2px; margin-bottom: 18px; background: #9b927c; }
.contact-form__heading h2 { margin: 0 0 8px; font-size: 28px; font-weight: 500; }
.contact-form__heading p { margin: 0; padding: 0 !important; color: #746f64; font-size: 16px; line-height: 1.55; }
.contact-form__row { margin-bottom: 18px; }
.contact-form__row--half { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 7px; color: #554f44; font-size: 14px; }
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea { box-sizing: border-box; width: 100%; padding: 12px 14px; color: #37342e; background: rgba(255,255,255,.75); border: 1px solid #d2ccbf; border-radius: 7px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { line-height: 1.5; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #948a74; box-shadow: 0 0 0 3px rgba(148,138,116,.12); }
.contact-form input.is-invalid, .contact-form textarea.is-invalid { border-color: #a94d46; box-shadow: 0 0 0 3px rgba(169,77,70,.1); }
.contact-field-error { position: relative; display: block; width: fit-content; max-width: 100%; margin-top: 8px; padding: 7px 10px; color: #fff; background: #a94d46; border-radius: 6px; font-size: 13px; line-height: 1.35; }
.contact-field-error:empty { display: none; }
.contact-field-error:not(:empty)::before { position: absolute; top: -5px; left: 15px; width: 10px; height: 10px; background: #a94d46; content: ''; transform: rotate(45deg); }
.contact-form__captcha { display: flex; align-items: flex-start; flex-direction: column; margin: 0 0 18px; }
.contact-form__captcha .g-recaptcha { display: block; line-height: 0; }
.contact-form__button { padding: 12px 30px; color: #fff; background: #756e5e; border: 0; border-radius: 22px; font-size: 14px; letter-spacing: .08em; cursor: pointer; transition: background .2s ease; }
.contact-form input[type="submit"].contact-form__button {
    position: relative;
    inset: auto;
    z-index: auto;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
}
.contact-form__button:hover { background: #5d574a; }
.contact-form__status { box-sizing: border-box; display: block; clear: both; width: 100%; margin: -8px 0 24px; padding: 12px 15px; color: #fff; border-radius: 7px; font-size: 15px; line-height: 1.45; text-align: center; }
.contact-form__status:empty { display: none; }
.contact-form__status--success { color: #fff; background: #5f7f59; }
.contact-form__status--error { color: #fff; background: #a94d46; }
.contact-form__status--warning { color: #fff; background: #a27732; }
.contact-form__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 991px) { .contact-layout { grid-template-columns: 1fr; gap: 42px; } }
@media (max-width: 767px) {
    .contact-hero { min-height: 220px; padding-top: 65px; }
    .contact-content { padding: 44px 18px 64px; }
    .contact-heading { margin-bottom: 34px; }
    .contact-heading h2 { font-size: 25px; line-height: 1.3; }
    .contact-detail { grid-template-columns: 40px 1fr; gap: 14px; }
    .contact-detail > i { width: 38px; height: 38px; }
    .contact-detail p { font-size: 16px; }
    .contact-map { height: 260px; }
    .contact-form-wrap { padding: 28px 20px; }
    .contact-form__row--half { grid-template-columns: 1fr; gap: 18px; }
    .contact-form__status--mobile {
        width: calc(100% - 36px);
        margin: 16px 18px 0;
        opacity: 1;
        transition: opacity .35s ease, transform .35s ease;
    }
    .contact-form__status--mobile.is-hiding {
        opacity: 0;
        transform: translateY(-6px);
    }
}
