.ian-contact-page { box-sizing: border-box; width: 100%; padding: 48px 24px 64px; background: #f8fafc; color: #334155; }
.ian-contact-heading { max-width: 840px; margin: 0 auto 36px; text-align: center; }
.ian-contact-eyebrow { color: #0465ae; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ian-contact-heading h1 { margin: 12px 0 18px; color: #172033; font-size: 36px; line-height: 1.25; font-weight: 700; }
.ian-contact-heading p { margin: 0; color: #64748b; font-size: 17px; line-height: 1.75; }
.ian-contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; max-width: 1120px; margin: 0 auto; align-items: start; }
.ian-contact-details { padding: 24px 0; min-width: 0; }
.ian-contact-page h2 { margin: 0 0 12px; color: #172033; font-size: 23px; line-height: 1.35; font-weight: 700; }
.ian-contact-hours { display: flex; align-items: center; gap: 8px; margin: 0 0 24px; color: #64748b; font-size: 14px; line-height: 1.6; }
.ian-contact-channel { display: flex; align-items: center; gap: 16px; padding: 16px 0; color: #334155; text-decoration: none; }
.ian-contact-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; background: #eaf4fc; color: #0465ae; font-size: 20px; }
.ian-contact-channel > span:last-child { min-width: 0; }
.ian-contact-channel small { display: block; margin-bottom: 5px; color: #64748b; font-size: 13px; }
.ian-contact-channel strong { color: #0465ae; font-size: 20px; overflow-wrap: anywhere; }
.ian-contact-channel:hover { text-decoration: none; }
.ian-contact-channel:hover strong { text-decoration: underline; }
.ian-contact-hint { margin-top: 24px; padding-top: 24px; border-top: 1px solid #dfe7f0; }
.ian-contact-hint h3 { margin: 0 0 12px; font-size: 16px; font-weight: 700; color: #334155; }
.ian-contact-hint p { color: #64748b; font-size: 14px; line-height: 1.75; margin: 10px 0; }
.ian-contact-card { min-width: 0; padding: 32px; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(15,23,42,.04); }
.ian-contact-card > p { margin: 0 0 24px; color: #64748b; font-size: 15px; line-height: 1.6; }
.ian-contact-field { margin-bottom: 22px; }
.ian-contact-field > label { display: block; margin-bottom: 8px; color: #334155; font-size: 14px; font-weight: 600; }
.ian-contact-page .ian-contact-field .ui-inputfield { box-sizing: border-box; width: 100%; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; color: #334155; box-shadow: none; font-size: 16px; line-height: 1.5; }
.ian-contact-page .ian-contact-field textarea { min-height: 176px; resize: vertical; }
.ian-contact-page .ian-contact-field .ui-inputfield:focus { border-color: #0465ae; outline: 2px solid #d5e9fa; outline-offset: 1px; }
.ian-contact-field small { display: block; margin-top: 8px; color: #64748b; font-size: 12px; line-height: 1.6; }
.ian-contact-page .ian-contact-send.ui-button { min-height: 44px; padding: 0; border: 1px solid #0465ae; border-radius: 8px; background: #0465ae; color: #fff; text-shadow: none; box-shadow: none; }
.ian-contact-page .ian-contact-send .ui-button-text { padding: 12px 22px; font-size: 14px; font-weight: 600; }
.ian-contact-page .ian-contact-send:hover { background: #034f88; }
.ian-contact-page a:focus-visible, .ian-contact-page button:focus-visible { outline: 2px solid #0465ae; outline-offset: 4px; }
@media (max-width: 760px) {
    .ian-contact-page { padding: 32px 16px 40px; }
    .ian-contact-heading h1 { font-size: 28px; }
    .ian-contact-heading p { font-size: 16px; }
    .ian-contact-layout { grid-template-columns: 1fr; gap: 24px; }
    .ian-contact-details { padding: 0 8px; }
    .ian-contact-card { padding: 24px 20px; }
}
