/* Remote collaboration pages and contextual service summaries. */
.remote-summary.section{padding:56px 0;background:#f2f5fa;border-top:1px solid #dce3ef;border-bottom:1px solid #dce3ef}
.remote-summary .wrap{max-width:1180px}
.remote-summary .h2{font-size:clamp(25px,3vw,34px);max-width:850px;margin:0 0 18px}
.remote-summary .prose{max-width:850px}
.remote-summary .prose p{margin:0 0 12px}
.remote-summary .wrap>p{margin:22px 0 0}
.remote-summary a.lnk,.remote-page a.lnk{color:#40368c;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;font-weight:600}
.remote-summary a:focus-visible,.remote-page a:focus-visible,.remote-page summary:focus-visible{outline:3px solid #40368c;outline-offset:5px}
.remote-page .remote-hero .wrap{gap:46px;align-items:center}
.remote-page .remote-hero .inner{padding:78px 0}
.remote-page .remote-hero .h1{font-size:clamp(36px,4.1vw,58px);line-height:1.1;letter-spacing:-.035em;max-width:670px}
.remote-page .remote-hero .lead{max-width:580px;font-size:19px}
.remote-photo{flex:0 0 39%;margin:0;min-width:0}
.remote-photo img{width:100%;height:auto;aspect-ratio:1.2;object-fit:cover;display:block;border-radius:18px;border:1px solid #dce3ef;box-shadow:0 22px 50px -25px #34345a66}
.remote-photo figcaption{font-size:12px;color:#565c70;margin:12px 0 0;line-height:1.5}
.remote-page .h2{max-width:850px}
.remote-page .prose{max-width:850px}
.remote-page section[id]{scroll-margin-top:95px}
.remote-channels{display:grid;grid-template-columns:1fr 1fr;gap:34px 60px;margin-top:32px}
.remote-channels article{padding-left:22px;border-left:2px solid #b2b8da}
.remote-channels h3,.remote-steps h3{font-size:21px;line-height:1.35;margin:0 0 12px;color:#25294a}
.remote-channels p,.remote-steps p{font-size:17px;line-height:1.72;color:#3f4250;margin:0}
.remote-steps{display:grid;grid-template-columns:1fr 1fr;gap:38px 54px;margin-top:32px}
.remote-steps article{position:relative;padding:0 0 0 58px}
.remote-step-number{position:absolute;left:0;top:0;font-size:26px;line-height:1.2;font-weight:600;color:#6864a2;font-variant-numeric:tabular-nums}
.remote-page .remote-visit{background:#eaf0f4;border-top:1px solid #d5dfe8;border-bottom:1px solid #d5dfe8}
.remote-page .faq{max-width:900px}
@media(max-width:1024px){
 .remote-page .remote-hero .wrap{flex-direction:row;gap:30px}
 .remote-page .remote-hero .inner{padding:64px 0}
 .remote-photo{flex-basis:36%}
 .remote-channels,.remote-steps{gap:30px}
}
@media(max-width:760px){
 .remote-page .remote-hero .wrap{flex-direction:column;gap:0;align-items:stretch}
 .remote-page .remote-hero .inner{padding:52px 0 30px}
 .remote-page .remote-hero .h1{font-size:clamp(34px,7.2vw,48px)}
 .remote-page .remote-hero .lead{font-size:18px}
 .remote-photo{width:100%;max-width:520px;margin:0 0 38px;flex-basis:auto}
 .remote-photo img{aspect-ratio:1.65}
 .remote-channels,.remote-steps{grid-template-columns:1fr;gap:30px}
 .remote-page .section{padding:56px 0}
 .remote-summary.section{padding:42px 0}
}
