/* Readable product information below the existing full-screen enterprise map. */
.service-directory{pointer-events:auto;position:relative;z-index:2;background:#20272c;color:#edf3ef;padding:clamp(32px,6vw,96px);padding-bottom:calc(var(--dock-height,94px) + 64px);line-height:1.65}
.service-directory-intro{max-width:850px;margin-bottom:40px}.service-directory h2{font-size:clamp(24px,3vw,40px);line-height:1.2;font-weight:600;margin:0 0 20px}.service-directory p{font-size:16px;color:#c2cdca;margin:12px 0 0}
.service-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 40px}.service-directory article{border-top:1px solid #53605e;padding-top:22px;min-width:0}.service-directory h3{font-size:19px;font-weight:600;margin:0}.service-directory a{color:#e2efe7;text-decoration:underline;text-decoration-color:#859b91;text-underline-offset:5px}.service-directory a:hover{color:white}.service-directory a:focus-visible{outline:2px solid #c0d5c9;outline-offset:5px}
.no-script-note{position:relative;z-index:5;background:#20272c;color:#edf3ef;padding:20px;margin-top:70px}
@media(max-width:900px){.service-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.service-directory-grid{grid-template-columns:1fr}.service-directory{padding-inline:24px}}
