/* Contact page only: calm white/lavender surfaces and stationary controls. */
.contact-page-shell { padding-top: 80px; background: #fff; color: #232333; }
.contact-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 25px 0 26px; color: #82768e; font-size: 11px; line-height: 1.6; }
.contact-breadcrumb a { display: inline-flex; align-items: center; min-height: 0 !important; padding: 0 !important; color: #82768e; }
.contact-breadcrumb i { color: #b5aabe; font-size: 8px; }
.contact-breadcrumb [aria-current] { color: #584b69; }
.contact-intro { padding: 13px 0 38px; }
.contact-kicker { display: block; margin-bottom: 13px; color: #7d619f; font-size: 10px; font-weight: 600; letter-spacing: 1.4px; line-height: 1.6; }
.contact-intro h1 { margin: 0 0 18px; color: #232333; font-size: clamp(32px, 3.2vw, 43px); font-weight: 600; line-height: 1.25; letter-spacing: -1.1px; text-wrap: balance; }
.contact-intro > p { margin: 0; color: #7b6f87; font-size: 14px; line-height: 1.85; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.35fr); align-items: start; gap: 74px; padding: 37px 0 50px; border-top: 1px solid #eee8f4; }
.contact-layout > * { min-width: 0; }
.contact-details { padding: 8px 0 0; }
.contact-section-heading { margin-bottom: 25px; }
.contact-section-heading .contact-kicker { margin-bottom: 10px; font-size: 9px; }
.contact-section-heading h2 { margin: 0; color: #35293f; font-size: 23px; font-weight: 600; line-height: 1.4; letter-spacing: -.5px; }
.contact-section-heading p { margin: 10px 0 0; color: #85758f; font-size: 12px; line-height: 1.8; }
.contact-info-list { display: grid; gap: 24px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 15px; }
.contact-info-item > div { min-width: 0; }
.contact-info-icon { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border-radius: 12px; background: #f5f0fa; color: #8664a8; font-size: 16px; }
.contact-info-label { display: block; margin-bottom: 6px; color: #927d9f; font-size: 11px; line-height: 1.5; }
.contact-info-value { display: inline-block; min-height: 0 !important; color: #45364f; font-size: 16px; font-weight: 500; line-height: 1.6; overflow-wrap: anywhere; }
.contact-info-value:hover { color: #6b4e9e; }
.contact-info-item p { margin: 5px 0 0; color: #8a7d94; font-size: 12px; line-height: 1.8; }
.contact-info-item .contact-address { max-width: 330px; margin: 0; color: #62536e; font-size: 13px; overflow-wrap: anywhere; }
.contact-text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; min-height: 0 !important; color: #6b4e9e; font-size: 11px; font-weight: 500; line-height: 1.8; }
.contact-text-link:hover { color: #503777; }
.contact-whatsapp { display: flex; align-items: center; gap: 13px; margin-top: 29px; padding: 18px; border: 1px solid #e4deeb; border-radius: 13px; background: #fff; }
.contact-whatsapp-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 12px; background: #eef8f0; color: #2a9152; font-size: 22px; }
.contact-whatsapp > span:nth-child(2) { min-width: 0; }
.contact-whatsapp strong { display: block; margin-bottom: 4px; color: #3d3545; font-size: 13px; font-weight: 500; line-height: 1.6; }
.contact-whatsapp > span > span { display: block; color: #8a7d94; font-size: 11px; line-height: 1.6; }
.contact-whatsapp > i { margin-left: auto; color: #a18bb3; font-size: 11px; }
.contact-whatsapp:hover { border-color: #9ebfa8; }
.contact-form-panel { padding: 31px; border: 1px solid #e2d8ed; border-radius: 17px; background: #fff; scroll-margin-top: 110px; }
.contact-form-panel .contact-section-heading { margin-bottom: 15px; }
.contact-message-form { display: grid; gap: 19px; margin: 0; }
.contact-required-note { margin: 0; color: #92839c; font-size: 10px; line-height: 1.7; }
.contact-required-note > span, .contact-field label > span { color: #8f70ad; }
.contact-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.contact-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.contact-field label { display: flex; align-items: baseline; gap: 5px; margin: 0; color: #5f4d6d; font-size: 12px; font-weight: 500; line-height: 1.5; }
.contact-field label small { margin-left: auto; color: #9a8aa5; font-size: 10px; font-weight: 400; }
.contact-field input, .contact-field select, .contact-field textarea { display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 47px; margin: 0; padding: 12px 13px; border: 1px solid #e1d9ea; border-radius: 9px; background: #fff; color: #45364f; font: inherit; font-size: 13px; line-height: 1.65; box-shadow: none; outline: none; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #a396ac; opacity: 1; }
.contact-field select { padding-right: 28px; cursor: pointer; }
.contact-field textarea { min-height: 135px; resize: vertical; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: #9374b2; outline: 2px solid #ede5f5; outline-offset: 1px; box-shadow: none; }
.contact-field-hint { color: #9a8ba5; font-size: 10px; line-height: 1.7; }
.contact-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 4px; }
.contact-form-footer > p { display: flex; align-items: flex-start; gap: 8px; max-width: 290px; margin: 0; color: #92839c; font-size: 10px; line-height: 1.85; }
.contact-form-footer > p > i { margin-top: 4px; color: #967aaa; }
.contact-form-footer p a { color: #76518f; text-decoration: underline; text-underline-offset: 3px; }
.contact-button { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 12px 20px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font: inherit; font-size: 12px; font-weight: 500; line-height: 1.6; cursor: pointer; }
.contact-button:hover { color: #fff; background: #5e438e; border-color: #5e438e; }
.contact-help-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px; padding: 30px 0 54px; border-top: 1px solid #eee8f4; }
.contact-help-links > a { display: flex; align-items: center; gap: 15px; min-width: 0; }
.contact-help-icon { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border: 1px solid #e8e0f0; border-radius: 12px; background: #fff; color: #9777b0; font-size: 19px; }
.contact-help-links strong { display: block; margin-bottom: 5px; color: #5b456b; font-size: 13px; font-weight: 500; }
.contact-help-links > a > span > span { color: #92809e; font-size: 11px; line-height: 1.8; }
.contact-help-links > a > i { margin-left: auto; color: #a38eb4; font-size: 12px; }
.contact-help-links > a:hover strong { color: #6b4e9e; }
.contact-location-section { padding: 36px 0 54px; border-top: 1px solid #eee8f4; scroll-margin-top: 110px; }
.contact-map-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-map-heading > div { min-width: 0; }
.contact-map-frame { overflow: hidden; border: 1px solid #e2d8ed; border-radius: 17px; background: #f5f0fa; }
.contact-map-frame iframe { display: block; width: 100%; height: 450px; border: 0; }
.contact-map-frame iframe:focus-visible { outline: 2px solid #8b6ab1; outline-offset: -3px; }
.contact-page-shell a, .contact-page-shell a:hover, .contact-page-shell button, .contact-page-shell button:hover, .contact-page-shell a i, .contact-page-shell button i { box-shadow: none !important; transform: none !important; transition: none; }
.contact-page-shell a:focus-visible, .contact-page-shell button:focus-visible { outline: 2px solid #8b6ab1; outline-offset: 4px; }
/* Override legacy mobile rules locally; other pages keep their existing styles. */
.contact-page-shell .contact-form-panel { padding: 31px !important; }
.contact-page-shell .contact-details { padding: 8px 0 0 !important; }
.contact-page-shell .contact-info-item { padding: 0 !important; gap: 15px !important; }
.contact-page-shell .contact-info-icon { width: 43px !important; min-width: 43px !important; height: 43px !important; font-size: 16px !important; }
.contact-page-shell .contact-field label { margin: 0 !important; color: #5f4d6d !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: normal !important; }
.contact-page-shell .contact-field input, .contact-page-shell .contact-field select, .contact-page-shell .contact-field textarea { border: 1px solid #e1d9ea !important; border-radius: 9px !important; background-color: #fff !important; box-shadow: none !important; }
.contact-page-shell .contact-field input:focus, .contact-page-shell .contact-field select:focus, .contact-page-shell .contact-field textarea:focus { border-color: #9374b2 !important; outline: 2px solid #ede5f5 !important; outline-offset: 1px; }
@media (max-width: 1100px) {
    .contact-layout { gap: 40px; }
    .contact-page-shell .contact-form-panel { padding: 25px !important; }
    .contact-form-row { gap: 14px; }
    .contact-form-footer { align-items: stretch; flex-direction: column-reverse; gap: 17px; }
    .contact-form-footer > p { max-width: none; }
}
@media (max-width: 991px) { .contact-page-shell { padding-top: 70px; } }
@media (max-width: 860px) {
    .contact-layout { grid-template-columns: minmax(0,1fr); gap: 30px; }
    .contact-info-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
    .contact-whatsapp { max-width: 380px; }
    .contact-form-footer { align-items: center; flex-direction: row; }
    .contact-form-footer > p { max-width: 320px; }
}
@media (max-width: 768px) {
    .contact-page-shell { padding-top: 60px; }
    .contact-breadcrumb { padding: 20px 0 22px; font-size: 10px; }
    .contact-intro { padding: 5px 0 28px; }
    .contact-kicker { font-size: 9px; }
    .contact-intro h1 { max-width: 520px; margin-bottom: 16px; font-size: 32px; letter-spacing: -.8px; }
    .contact-intro > p { font-size: 13px; }
    .contact-intro > p br { display: none; }
    .contact-layout { padding: 27px 0 34px; }
    .contact-page-shell .contact-details { padding: 0 !important; }
    .contact-section-heading h2 { font-size: 22px; }
    .contact-field input, .contact-field select, .contact-field textarea { font-size: 16px; }
    .contact-help-links { gap: 27px; padding: 28px 0 38px; }
    .contact-page-shell .contact-location-section { padding: 30px 0 38px !important; scroll-margin-top: 85px; }
    .contact-map-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .contact-map-frame { border-radius: 14px; }
    .contact-map-frame iframe { height: 340px; }
}
@media (max-width: 600px) {
    .contact-info-list { grid-template-columns: minmax(0,1fr); gap: 23px; }
    .contact-whatsapp { max-width: none; padding: 16px; }
    .contact-info-value { font-size: 15px; }
    .contact-page-shell .contact-form-panel { padding: 23px 20px !important; border-radius: 14px; scroll-margin-top: 85px; }
    .contact-form-row { grid-template-columns: minmax(0,1fr); gap: 18px; }
    .contact-message-form { gap: 18px; }
    .contact-field textarea { min-height: 155px; }
    .contact-form-footer { align-items: stretch; flex-direction: column-reverse; gap: 15px; }
    .contact-form-footer > p { max-width: none; }
    .contact-button { min-height: 47px; }
    .contact-help-links { grid-template-columns: minmax(0,1fr); gap: 24px; }
}
