/* ISO 9001 funnel page */

.iso-nav { gap: 0; }

/* the funnel header holds a single CTA and no menu toggle, so it must
   stay visible once the site-wide nav hides behind the toggle (≤920px) */
@media (max-width: 920px) {
  nav.primary.iso-nav {
    display: flex; position: static;
    border: 0; padding: 0; background: none;
  }
  .iso-nav .btn { padding: 12px 18px; font-size: 13px; }
}

/* tight phones: the A-mark alone carries the header (the brand guide's
   below-minimum-size exception) so the CTA label can hold one line */
@media (max-width: 560px) {
  .wordmark .agile, .wordmark .preneurs { display: none; }
  .wordmark-mark { margin-right: 0; }
}

.iso-scope { border-top: 1px solid var(--border); }

.iso-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  color: var(--muted);
}

.iso-start { border-top: 1px solid var(--border); scroll-margin-top: 90px; }
.iso-start h2 { margin-bottom: 10px; }
.iso-form-lead { margin-bottom: 28px; max-width: 52ch; }
