/* /survey/ gateway (SP-41 (Intake Cutover)). The CR frame, header and footer come from home_shell.css (body.home-page),
   as on the Gallery; only the gateway's own content is styled here. Site rules: the shared .home-inner clamp, no link underlines
   (hover included), no pill shapes - the choice is a standard 8px box; hover on this button-like box changes its
   border, as other CR buttons do. */
.survey-gateway { padding: 1.5rem 0 3rem; } /* width and centring come from .home-inner, as for the header */
.survey-gateway__heading { margin-bottom: .3rem; }
.survey-gateway__lede { color: var(--lit-muted, #6b7280); margin-bottom: 1.5rem; }
.survey-gateway__choices { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; max-width: 520px; }
.survey-gateway__choice {
  display: block; padding: 1.1rem 1.25rem; border: 1px solid #d5dbe1; border-radius: 8px; background: #fff;
  color: inherit; text-decoration: none;
}
.survey-gateway__choice:hover, .survey-gateway__choice:focus-visible { border-color: #1f2a37; text-decoration: none; }
.survey-gateway__choice-title { display: block; font-weight: 700; font-size: 1.1rem; color: #1f2a37; }
.survey-gateway__choice-note { display: block; margin-top: .25rem; color: var(--lit-muted, #6b7280); font-size: .95rem; }
