/* Emirae.Pro Contact page — ct-* additions (office/map/routing/choice/success).
   Shared sr-* kit comes from design-system/forms.css. Loads only on /contact/. */
body.emirae-contact-page { background:#f6f5f1; }
@keyframes srFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes srPop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.ct-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px 32px; flex-wrap: wrap; }
.ct-intro__text { min-width: 0; flex: 1 1 auto; }
.ct-intro__trust { display: inline-flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: var(--fs-xs); font-weight: var(--fw-medium); color: var(--text-secondary); }
.ct-intro__trust svg { width: 15px; height: 15px; flex: none; color: var(--accent); }
.ct-intro__cta { flex: none; }
@media (max-width: 620px) {
.ct-intro__cta { width: 100%; }
}
.ct-head { padding: 22px 30px; }
@media (max-width: 620px) {
.ct-head { padding: 18px 18px; }
}
.ct-card__title { font-size: var(--fs-h3); font-weight: var(--fw-bold); letter-spacing: -0.02em; color: var(--text-strong); margin: 0; }
.ct-card__help { font-size: var(--fs-sm); line-height: 1.55; color: var(--text-secondary); margin: 7px 0 0; max-width: 62ch; }
.ct-route { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 22px; padding: 14px 16px; border-radius: var(--radius-lg); background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--border)); }
.ct-route__ico { flex: none; width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: #fff; border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border)); color: var(--accent); }
.ct-route__ico svg { width: 17px; height: 17px; }
.ct-route p { margin: 0; font-size: var(--fs-xs); line-height: 1.55; color: var(--text-secondary); }
.ct-route a { color: var(--accent); font-weight: var(--fw-bold); }
.ct-route a:hover { color: var(--accent-hover); text-decoration: underline; }
.ct-legal { margin: 4px 0 0; font-size: var(--fs-xs); line-height: 1.6; color: var(--text-muted); }
.ct-legal a { color: var(--accent); font-weight: var(--fw-medium); }
.ct-legal a:hover { text-decoration: underline; }
.ct-legal .sr-req { color: var(--accent); }
.ct-foot { flex-wrap: wrap; }
.ct-foot__note { flex: 1 1 auto; font-size: var(--fs-xs); color: var(--text-muted); text-align: right; }
.ct-foot__note a { color: var(--accent); font-weight: var(--fw-medium); }
.ct-foot__note a:hover { text-decoration: underline; }
@media (max-width: 620px) {
.ct-foot .sr-btn { flex: 1 1 100%; }
.ct-foot__note { text-align: center; order: 2; }
}
.ct-items { display: flex; flex-direction: column; }
.ct-item { padding: 14px 0; border-top: 1px dashed var(--border); }
.ct-item:first-child { padding-top: 0; border-top: 0; }
.ct-item__t { margin: 0; font-size: var(--fs-sm); font-weight: var(--fw-bold); color: var(--text-strong); display: flex; align-items: center; gap: 6px; }
.ct-item__s { margin: 4px 0 0; font-size: var(--fs-xs); line-height: 1.55; color: var(--text-secondary); }
.ct-item--link { display: block; margin-top: 4px; padding: 14px; border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border)); border-radius: var(--radius-lg); background: var(--accent-soft); border-top: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border)); transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease); }
.ct-item--link:hover { border-color: var(--accent); transform: translateY(-1px); }
.ct-item--link .ct-item__t { color: var(--accent-hover); }
.ct-item__arrow { display: inline-flex; color: var(--accent); }
.ct-item__arrow svg { width: 14px; height: 14px; }
.ct-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ct-list li { position: relative; padding-left: 18px; font-size: var(--fs-xs); line-height: 1.55; color: var(--text-secondary); }
.ct-list li::before { content: ""; position: absolute; left: 2px; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); opacity: .6; }
.ct-choice { margin: 4px 0 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px 32px; flex-wrap: wrap;
  padding: 26px 30px; border-radius: var(--radius-2xl); border: 1px solid color-mix(in srgb, var(--accent) 14%, var(--border));
  background: linear-gradient(160deg, color-mix(in srgb, var(--accent-soft) 70%, #fff), #fff 78%); box-shadow: var(--shadow-sm); }
.ct-choice__text { min-width: 0; flex: 1 1 320px; }
.ct-choice__eyebrow { font-size: var(--fs-2xs); font-weight: var(--fw-bold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--accent); margin: 0 0 6px; }
.ct-choice__t { font-size: var(--fs-h4, 20px); font-weight: var(--fw-bold); letter-spacing: -0.01em; color: var(--text-strong); margin: 0; }
.ct-choice__s { font-size: var(--fs-sm); line-height: 1.55; color: var(--text-secondary); margin: 7px 0 0; max-width: 64ch; }
.ct-choice__cta { display: flex; gap: 12px; flex: none; }
@media (max-width: 620px) {
.ct-choice { padding: 22px 18px; }
.ct-choice__cta { width: 100%; flex-direction: column; }
.ct-choice__cta .sr-btn { width: 100%; }
}
.ct-success { max-width: 720px; margin-inline: auto; }
.ct-success__top { padding: 34px 40px 26px; text-align: center; background: linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 60%, #fff), #fff 80%); border-bottom: 1px solid var(--border); }
@media (max-width: 620px) {
.ct-success__top { padding: 28px 20px 22px; }
}
.ct-success__badge { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; background: linear-gradient(158deg, color-mix(in srgb, var(--accent) 82%, #fff), var(--accent)); box-shadow: 0 12px 26px -10px color-mix(in srgb, var(--accent) 60%, transparent), inset 0 1px 0 rgba(255,255,255,.5); animation: srPop .5s var(--ease-out) both; }
.ct-success__badge svg { width: 28px; height: 28px; stroke-width: 2.6; color: #fff; }
.ct-success__t { font-size: clamp(20px, 2.6vw, 26px); font-weight: var(--fw-bold); letter-spacing: -0.02em; color: var(--text-strong); margin: 0; }
.ct-success__s { font-size: var(--fs-sm); line-height: 1.6; color: var(--text-secondary); margin: 9px auto 0; max-width: 48ch; }
.ct-success__body { padding: 26px 40px 32px; }
@media (max-width: 620px) {
.ct-success__body { padding: 22px 20px; }
}
.ct-success__h { font-size: var(--fs-2xs); font-weight: var(--fw-bold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--text-muted); margin: 0 0 10px; }
.ct-success__p { font-size: var(--fs-sm); line-height: 1.6; color: var(--text-secondary); margin: 0 0 22px; }
.ct-success__cta { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 520px) {
.ct-success__cta { flex-direction: column; }
.ct-success__cta .sr-btn { width: 100%; }
}
.ct-intro { display: block; }
.ct-intro__text { max-width: 66ch; }
.ct-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
@media (max-width: 480px) {
.ct-intro__actions { flex-direction: column; }
.ct-intro__actions .sr-btn { width: 100%; }
}
.ct-intro__trust { display: inline-flex; align-items: center; gap: 8px; margin: 16px 0 0; font-size: var(--fs-xs); font-weight: var(--fw-medium); color: var(--text-secondary); }
.ct-intro__trust svg { width: 15px; height: 15px; flex: none; color: var(--accent); }
.eyebrow-row { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.eyebrow-row::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--accent); }
.ct-sec__title { font-size: clamp(24px, 2.7vw, 32px); line-height: 1.12; letter-spacing: -0.025em; font-weight: var(--fw-bold); color: var(--text-strong); margin: 0; }
.ct-sec__sub { font-size: var(--fs-body); line-height: 1.6; color: var(--text-secondary); max-width: 66ch; margin: 12px 0 0; }
.ct-sec__sub + .ct-sec__sub { margin-top: 10px; }
.ct-office { position: relative; background: var(--tint); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding-block: 60px; }
@media (min-width: 1024px) {
.ct-office { padding-block: 84px; }
}
@media (max-width: 620px) {
.ct-office { padding-block: 44px; }
}
.ct-office__head { max-width: 720px; margin-bottom: 34px; }
.ct-office__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: stretch; }
@media (max-width: 960px) {
.ct-office__grid { grid-template-columns: 1fr; gap: 18px; }
}
.ct-office__card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-2xl); padding: 30px; box-shadow: 0 30px 70px -40px rgba(12,20,44,.4), 0 3px 12px -8px rgba(12,20,44,.12); display: flex; flex-direction: column; }
@media (max-width: 620px) {
.ct-office__card { padding: 22px 20px; }
}
.ct-office__cardhead { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; margin-bottom: 4px; border-bottom: 1px solid var(--border); }
.ct-office__pin { flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--accent); color: #fff; box-shadow: 0 10px 22px -10px color-mix(in srgb, var(--accent) 60%, transparent); }
.ct-office__pin svg { width: 21px; height: 21px; stroke-width: 1.9; }
.ct-office__cardt { font-size: var(--fs-body); font-weight: var(--fw-bold); color: var(--text-strong); letter-spacing: -0.01em; }
.ct-office__cards { display: block; font-size: var(--fs-xs); font-weight: var(--fw-medium); color: var(--text-muted); margin-top: 1px; }
.ct-orows { display: flex; flex-direction: column; }
.ct-orow { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px dashed var(--border); }
.ct-orow:last-child { border-bottom: 0; }
.ct-orow__ico { flex: none; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--border)); color: var(--accent); }
.ct-orow__ico svg { width: 19px; height: 19px; stroke-width: 1.85; }
.ct-orow__body { min-width: 0; display: flex; flex-direction: column; }
.ct-orow__k { display: block; font-size: var(--fs-2xs); font-weight: var(--fw-bold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
.ct-orow__v { display: block; font-size: var(--fs-sm); line-height: 1.5; color: var(--text-strong); font-weight: var(--fw-medium); }
.ct-orow--hours .ct-orow__ico { background: var(--accent); border-color: var(--accent); color: #fff; }
.ct-orow--hours .ct-orow__v { font-size: clamp(19px, 2.4vw, 23px); font-weight: var(--fw-bold); letter-spacing: -0.01em; color: var(--text-strong); }
.ct-orow--hours .ct-orow__meta { display: inline-flex; align-items: center; gap: 6px; margin-top: 5px; font-size: var(--fs-xs); font-weight: var(--fw-medium); color: var(--success-700); }
.ct-orow--hours .ct-orow__meta::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--success-700); box-shadow: 0 0 0 3px color-mix(in srgb, var(--success-700) 20%, transparent); }
.ct-office__note { margin-top: 18px; padding: 16px 18px; border-radius: var(--radius-lg); background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--border)); }
.ct-office__note-t { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; font-size: var(--fs-sm); font-weight: var(--fw-bold); color: var(--text-strong); }
.ct-office__note-t svg { width: 16px; height: 16px; flex: none; color: var(--accent); }
.ct-office__note p { margin: 0; font-size: var(--fs-xs); line-height: 1.6; color: var(--text-secondary); }
.ct-office__note a { color: var(--accent); font-weight: var(--fw-bold); }
.ct-office__note a:hover { color: var(--accent-hover); text-decoration: underline; }
.ct-office__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
@media (max-width: 480px) {
.ct-office__cta { flex-direction: column; }
.ct-office__cta .sr-btn { width: 100%; }
}
.ct-map { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-2xl); overflow: hidden; box-shadow: var(--shadow-sm); min-height: 380px; }
.ct-map__frame { position: relative; flex: 1; min-height: 320px; background: var(--surface-alt); }
.ct-map__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.15) contrast(1.02); }
.ct-map__cap { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-top: 1px solid var(--border); font-size: var(--fs-xs); font-weight: var(--fw-medium); color: var(--text-secondary); background: var(--surface); }
.ct-map__cap svg { width: 15px; height: 15px; flex: none; color: var(--accent); }
@media (max-width: 960px) {
.ct-map { min-height: 300px; }
.ct-map__frame { min-height: 260px; }
}
.ct-office__mini { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
@media (max-width: 720px) {
.ct-office__mini { grid-template-columns: 1fr; }
}
.ct-mini-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.ct-mini-card__t { display: flex; align-items: center; gap: 10px; margin: 0 0 8px; font-size: var(--fs-body); font-weight: var(--fw-bold); color: var(--text-strong); letter-spacing: -0.01em; }
.ct-mini-card__ico { flex: none; width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--border)); color: var(--accent); }
.ct-mini-card__ico svg { width: 17px; height: 17px; stroke-width: 1.85; }
.ct-mini-card p { margin: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-secondary); }
.ct-formhead { max-width: 680px; margin: 0 auto; padding-top: 56px; text-align: center; }
.ct-formhead .eyebrow-row { justify-content: center; }
@media (max-width: 620px) {
.ct-formhead { padding-top: 40px; }
}

/* Global form error/notice message (backend errors that aren't field-specific). */
.ct-formmsg { display:flex; gap:8px; margin-top:4px; padding:12px 14px; border-radius:var(--radius-md); font-size:var(--fs-sm); line-height:1.5; background:var(--error-50); color:var(--error-700); border:1px solid color-mix(in srgb, var(--error-500) 26%, transparent); }
.ct-formmsg[hidden] { display:none; }
