.contact-hero {
	padding: 20px 0;
	background: var(--ink-deep);
	color: white;
	text-align: center;
}

.contact-hero h1 { margin: 10px 0 0; color: var(--coral); font-size: clamp(42px, 6vw, 74px); line-height: 1; letter-spacing: -.06em; font-weight: 700; }
.contact-intro { max-width: 590px; margin: 20px auto 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.contact-main { padding: 20px 0 105px; background-image: linear-gradient(rgba(248, 242, 232, .86), rgba(248, 242, 232, .86)), url('images/IQRA.jpg'); background-position: center; background-size: cover; }
.contact-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2vw; align-items: stretch; }
.contact-form { padding: 34px; background: var(--paper); border-radius: 0 42px 0 42px; }
.contact-form h2 { margin-bottom: 28px; color: var(--coral); font-size: clamp(30px, 4vw, 48px); }
.form-field { margin-bottom: 19px; }
.form-field label { display: block; margin-bottom: 8px; color: rgba(17,17,17,.7); font: 500 10px var(--mono); letter-spacing: .08em; }
.form-field input, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,119,56,.5); border-radius: 0 12px 0 12px; background: var(--cream); color: var(--ink); font: 14px var(--sans); }
.form-field textarea { min-height: 220px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--coral); outline-offset: 2px; }
.captcha-field { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; }
.captcha-field input { width: 18px; height: 18px; margin: 0; accent-color: var(--coral); }
.captcha-field label { color: rgba(17,17,17,.7); font-size: 13px; }
.contact-form .button { width: 100%; justify-content: center; border: 0; border-radius: 0 18px 0 18px; cursor: pointer; }
.contact-form .button:disabled { cursor: wait; opacity: .75; transform: none; }
.contact-form .button.is-sent:disabled { cursor: default; opacity: 1; }
.form-status { min-height: 20px; margin: 18px 0 0; color: var(--coral); font-size: 13px; line-height: 1.5; }
.contact-side { position: relative; padding: 34px; background: var(--paper); border-radius: 0 42px 0 42px; }
.contact-side h2 { margin-bottom: 28px; color: var(--coral); font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.07em; font-weight: 600; }
.contact-side h3 { margin: 0 0 23px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.08; letter-spacing: -.05em; }
.contact-side p { color: rgba(17,17,17,.7); font-size: 15px; line-height: 1.7; }
.office-list { display: flex; gap: 28px; margin: 26px 0 0; }
.office-list div { display: grid; gap: 3px; }
.office-list strong { font-size: 15px; }
.office-list span { color: rgba(17,17,17,.62); font: 10px var(--mono); letter-spacing: .08em; }
.contact-image-wrap { position: relative; width: 100%; margin-top: 38px; }
.contact-image { height: 265px; object-fit: cover; border-radius: 0 42px 0 42px; filter: saturate(.82); }
.contact-image-label { position: absolute; right: -25px; bottom: -18px; padding: 14px 18px; background: var(--coral); color: white; border-radius: 0 20px 0 20px; font: 600 11px/1.4 var(--sans); }
@media (max-width: 760px) {
	.contact-hero { padding: 20px 0; }
	.contact-main { padding: 60px 0 76px; }
	.contact-layout { grid-template-columns: 1fr; gap: 48px; }
	.contact-form, .contact-side { padding: 25px 20px 27px; }
	.contact-image-label { right: -10px; }
	.office-list { gap: 18px; }
}
