/* Public invitation: keep it separate from the consultation and chat actions. */
.brb-ally-home{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;margin-top:10px;margin-bottom:32px;padding:26px 30px;background:#fcfcfa;border:1px solid #dfe4e8;border-left:3px solid #c2a258;color:#071722}
.brb-ally-home__copy{min-width:0}
.brb-ally-home__label{margin:0 0 8px;color:#52606d;font-family:"DM Mono",monospace;font-size:10px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}
.brb-ally-home h2{margin:0;font-family:var(--editorial-serif,Georgia,serif);font-size:clamp(23px,2vw,28px);font-weight:400;line-height:1.2;letter-spacing:-.025em;text-wrap:balance}
.brb-ally-home__copy>p:last-child{max-width:760px;margin:10px 0 0;font-size:12px;line-height:1.65;color:#52606d}
.brb-ally-home__button{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:48px;padding:14px 18px;background:#071722;color:#fff;text-decoration:none;font-size:12px;font-weight:750;line-height:1.5;transition:background .2s}
.brb-ally-home__button:hover{background:#12348c}
.brb-ally-home__button:focus-visible{outline:3px solid #1f4fd6;outline-offset:4px}
.brb-ally-home__button>span:last-child{font-size:18px;font-weight:400}
@media(max-width:1000px){.brb-ally-home{grid-template-columns:1fr;gap:18px}.brb-ally-home__button{justify-self:start}}
@media(max-width:600px){.brb-ally-home{padding:23px 20px;margin-top:0;margin-bottom:24px;gap:20px}.brb-ally-home__button{width:100%;font-size:12px}.brb-ally-home h2{text-wrap:initial}.brb-ally-home__copy>p:last-child{font-size:12px}}
@media(prefers-reduced-motion:reduce){.brb-ally-home__button{transition:none}}
