.contact-page {
    background: #fff;
    color: #201c1a;
    padding: 52px 0 88px;
}

.contact-page-container { max-width: 1180px; }
.contact-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 64px; color: #766b64; font-size: 14px; }
.contact-breadcrumb a { color: #68452f; text-decoration: none; }
.contact-page-heading { max-width: 780px; margin-bottom: 38px; }
.contact-eyebrow { display: inline-block; margin-bottom: 12px; color: #9a682c; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-page-heading h1 { margin: 0 0 16px; color: #201c1a; font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: 1.08; letter-spacing: -.035em; }
.contact-page-heading p { max-width: 720px; margin: 0; color: #665d58; font-size: 18px; line-height: 1.85; }
.contact-page-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: 54px; align-items: start; }
.contact-page-form-card { position: relative; padding: 36px; border: 1px solid #eadfd4; border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(64, 41, 27, .07); }
.contact-page-form-card::before { content: ''; position: absolute; z-index: -1; top: -38px; inset-inline-start: -30px; width: 230px; height: 230px; border-radius: 50%; background: #fbf1df; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-field { margin-bottom: 20px; }
.contact-field label { display: block; margin-bottom: 8px; color: #302821; font-size: 14px; font-weight: 700; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid #d8d0ca; border-radius: 10px; background: #fff; color: #201c1a; font: inherit; font-size: 16px; transition: border-color .2s, box-shadow .2s; }
.contact-field input, .contact-field select { min-height: 52px; padding: 0 14px; }
.contact-field textarea { min-height: 150px; padding: 14px; resize: vertical; line-height: 1.65; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { outline: none; border-color: #b9823b; box-shadow: 0 0 0 3px rgba(185, 130, 59, .14); }
.contact-field small { display: block; margin-top: 8px; color: #786f69; font-size: 12px; line-height: 1.6; }
.contact-phone-row { display: grid; grid-template-columns: 112px 1fr; gap: 10px; direction: ltr; }
.contact-country-code { text-align: center; }
.contact-turnstile { margin: 4px 0 22px; }
.contact-submit { width: 100%; min-height: 54px; border: 0; border-radius: 10px; background: #69432b; color: #fff; font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.contact-submit:hover { background: #835536; transform: translateY(-1px); }
.contact-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.contact-page-status { display: none; margin-top: 16px; border-radius: 9px; padding: 12px 14px; font-size: 14px; line-height: 1.6; }
.contact-page-status.is-success, .contact-page-status.is-warning, .contact-page-status.is-error { display: block; }
.contact-page-status.is-success { background: #eaf8ef; color: #176235; }
.contact-page-status.is-warning { background: #fff6df; color: #765414; }
.contact-page-status.is-error { background: #fdecec; color: #922d2d; }
.contact-details-card { margin-top: 42px; padding: 34px; border-radius: 22px; background: #fbefd8; }
.contact-detail-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; margin-bottom: 28px; }
.contact-detail-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #efbd61; color: #2d3340; font-size: 25px; font-weight: 700; }
.contact-detail-item strong { display: block; margin: 2px 0 7px; color: #302821; font-size: 16px; }
.contact-detail-item a, .contact-detail-item address { color: #655d57; font-size: 15px; font-style: normal; line-height: 1.65; overflow-wrap: anywhere; }
.contact-detail-item a { text-decoration: none; }
.contact-whatsapp-button, .contact-directions-link { display: block; border-radius: 9px; padding: 13px 16px; text-align: center; text-decoration: none; font-size: 14px; font-weight: 700; }
.contact-whatsapp-button { margin-top: 8px; background: #25d366; color: #fff; }
.contact-directions-link { margin-top: 10px; border: 1px solid rgba(105, 67, 43, .25); color: #69432b; }

body.lang-ar .contact-page-heading, body.lang-ar .contact-field, body.lang-ar .contact-detail-item { text-align: right; }

@media (max-width: 900px) {
    .contact-page { padding-top: 36px; }
    .contact-breadcrumb { margin-bottom: 42px; }
    .contact-page-grid { grid-template-columns: 1fr; gap: 28px; }
    .contact-details-card { margin-top: 0; }
}

@media (max-width: 560px) {
    .contact-page { padding: 26px 0 58px; }
    .contact-breadcrumb { margin-bottom: 30px; }
    .contact-page-heading h1 { font-size: 2.25rem; }
    .contact-page-heading p { font-size: 16px; line-height: 1.75; }
    .contact-page-form-card, .contact-details-card { padding: 22px 18px; border-radius: 16px; }
    .contact-form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-phone-row { grid-template-columns: 92px 1fr; }
    .contact-detail-item { grid-template-columns: 48px 1fr; gap: 13px; }
    .contact-detail-icon { width: 48px; height: 48px; font-size: 21px; }
}
