/* Only pages opting into this class use the compact, higher-contrast layout. */
.provider-intent .hero { min-height: 0; }
.provider-intent .hero__copy { padding: clamp(26px, 4vw, 48px); }
.provider-intent h1 { font-size: clamp(32px, 4vw, 52px); line-height: 1.07; margin-bottom: 18px; }
.provider-intent .hero .lead { font-size: 18px; line-height: 1.5; }
.provider-intent .button { text-align: center; }
.provider-intent .button--primary { background: #087b46; box-shadow: 0 10px 24px rgba(8, 123, 70, .18); }
.provider-intent a:focus-visible, .provider-intent summary:focus-visible { outline: 3px solid #0f1f1a; outline-offset: 4px; }
@media (max-width: 860px) {
  .provider-intent .hero { padding-top: 18px; }
  .provider-intent .hero__copy { padding: 24px; }
  .provider-intent .hero .lead { font-size: 17px; }
  .provider-intent .site-header { gap: 12px; }
  .provider-intent .site-header nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .provider-intent .site-header nav a { min-width: 0; min-height: 44px; padding: 8px 3px; font-size: 14px; overflow-wrap: anywhere; }
}
