/* Two contact landing places on the shared pale yellow chapter surface. */
.bxm-contact-page-guide-wrap{padding-block:8px clamp(28px,3vw,48px)}
.bxm-contact-page-guide-wrap--details{padding-block:clamp(24px,3vw,44px) clamp(36px,4vw,64px)}
.bxm-contact-page-guide.bxm-guide-chapter{--chapter-slot:104px;grid-template-columns:var(--chapter-slot) minmax(0,1fr) minmax(440px,540px);grid-template-areas:"slot heading footer" "slot message footer";column-gap:clamp(20px,2.1vw,38px);row-gap:7px;min-height:176px;margin:0;padding-block:18px;background:#f0f6ff;border-color:#d7e5f8}
.bxm-contact-page-guide .bxm-guide-chapter__slot{background:none;border:0;border-radius:0;box-shadow:none}
.bxm-contact-page-guide__marker{color:#87968f;font:600 24px/1 var(--bxm-font-family);letter-spacing:-.07em;transition:opacity .25s}
.bxm-contact-page-guide:is([data-active="true"],[data-arriving="true"]) .bxm-contact-page-guide__marker{opacity:0;visibility:hidden}
.bxm-contact-page-guide .bxm-guide-chapter__heading{min-height:calc(2em * var(--bxm-leading-card) + 22px);align-self:end}
.bxm-contact-page-guide p.bxm-guide-chapter__label{font-size:var(--bxm-type-support);line-height:1.4;letter-spacing:.045em}
.bxm-contact-page-guide h3.bxm-guide-chapter__title{font-size:var(--bxm-type-card);line-height:var(--bxm-leading-card)}
.bxm-contact-page-guide p.bxm-guide-chapter__message{max-width:64ch;min-height:calc(3em * var(--bxm-leading-copy));font-size:var(--bxm-type-copy);line-height:var(--bxm-leading-copy)}
.bxm-contact-page-guide__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 18px}
.bxm-contact-page-guide__actions>.bxm-action{justify-content:space-between;white-space:nowrap}
.bxm-contact-page-guide__actions>.bxm-action--primary{min-width:0}
.bxm-contact-page-guide__phone{font-variant-numeric:tabular-nums}
.bxm-contact-page-guide__next{grid-column:1/-1;justify-self:start;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:5px 2px;border:0;background:none;color:#4f626e;font:600 var(--bxm-type-support)/1.4 var(--bxm-font-family)!important;cursor:pointer;text-align:left}
.bxm-contact-page-guide__next[hidden]{display:none!important}
.bxm-contact-page-guide__next svg{width:18px;height:18px;transition:transform .25s}
.bxm-contact-page-guide__next:hover{color:#2769d1}
.bxm-contact-page-guide__next:hover svg{transform:translateX(3px)}
.bxm-contact-page-guide-wrap>[data-contact-guide-status]{margin:0}
.bxm-robot-guide[data-guide-page="contact"] .bxm-robot-guide__figure{background:none;border:0;border-radius:0;box-shadow:none}
.bxm-robot-guide[data-guide-page="contact"][data-mode="chapter"] .bxm-character{--bxmc-light:#286bd2}
@media(max-width:1250px){
 .bxm-contact-page-guide.bxm-guide-chapter{--chapter-slot:96px;grid-template-columns:var(--chapter-slot) minmax(0,1fr);grid-template-areas:"slot heading" "slot message" "footer footer";gap:8px 22px;padding:18px 22px}
 .bxm-contact-page-guide .bxm-guide-chapter__heading{min-height:64px}
 .bxm-contact-page-guide p.bxm-guide-chapter__message{min-height:calc(2em * var(--bxm-leading-copy))}
 .bxm-contact-page-guide__actions{grid-template-columns:auto auto minmax(0,1fr);gap:14px 24px;margin-top:6px}
 .bxm-contact-page-guide__next{grid-column:auto;justify-self:end}
}
@media(max-width:800px){
 .bxm-contact-page-guide__actions{grid-template-columns:minmax(0,1fr) auto;gap:4px 18px}
 .bxm-contact-page-guide__next{grid-column:1/-1;justify-self:start}
}
@media(max-width:600px){
 .bxm-contact-page-guide-wrap{padding-block:4px 28px}
 .bxm-contact-page-guide-wrap--details{padding-block:24px 36px}
 .bxm-contact-page-guide.bxm-guide-chapter{--chapter-slot:88px;grid-template-areas:"slot heading" "message message" "footer footer";gap:12px;padding:16px}
 .bxm-contact-page-guide .bxm-guide-chapter__heading{min-height:88px;align-self:center}
 .bxm-contact-page-guide p.bxm-guide-chapter__label{line-height:1.4;letter-spacing:.025em;margin-bottom:6px}
 .bxm-contact-page-guide p.bxm-guide-chapter__message{min-height:calc(4em * var(--bxm-leading-copy))}
 .bxm-contact-page-guide__actions{grid-template-columns:minmax(0,1fr);gap:4px;margin-top:0}
 .bxm-contact-page-guide__actions>.bxm-action{width:100%;min-width:0}
 .bxm-contact-page-guide__next{grid-column:auto;min-height:44px}
}
@media(prefers-reduced-motion:reduce){.bxm-contact-page-guide,.bxm-contact-page-guide *,.bxm-contact-page-guide *::after{animation:none!important;transition:none!important}}
/* These cards set a literal light background, so chapter variables alone are insufficient. */
html[data-bxm-theme=dark] .bxm-contact-page-guide.bxm-guide-chapter{background:#192632;border-color:#34485b;--chapter-ink:#edf3f8;--chapter-muted:#bdcbd7;color:#edf3f8}
html[data-bxm-theme=dark] .bxm-contact-page-guide :is(.bxm-guide-chapter__title,.bxm-guide-chapter__message,.bxm-contact-page-guide__next){color:#d4e1ee}
html[data-bxm-theme=dark] .bxm-contact-page-guide .bxm-guide-chapter__label{color:#9fc9ff}
