/* Scoped to the public consumer shell; the business site and demos retain
   their existing typography and layout. */
.consumer-site { background: #fcfcf9; color: #172d36; }
.consumer-site * { box-sizing: border-box; }
.consumer-site [hidden] { display: none !important; }
.consumer-site a, .consumer-site button, .consumer-site summary { -webkit-tap-highlight-color: transparent; }
.consumer-site :is(a, button, input, select, summary):focus-visible { outline: 3px solid #2575c5; outline-offset: 4px; }
.consumer-container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.consumer-header { border-bottom: 1px solid #e2e8e5; background: #fcfcf9; }
.consumer-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.consumer-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; letter-spacing: -.8px; white-space: nowrap; text-decoration: none; }
.consumer-brand img { width: 34px; height: 34px; object-fit: contain; }
.consumer-brand-accent { color: #226b5c; }
.consumer-brand-dot { font-size: 14px; font-weight: 500; color: #61746f; letter-spacing: -.3px; }
.consumer-nav { display: flex; gap: 26px; align-items: center; font-size: 13px; font-weight: 500; }
.consumer-nav a { text-decoration: none; white-space: nowrap; }
.consumer-nav a:hover { color: #226b5c; }
.consumer-nav-cta { padding: 12px 18px; border: 1px solid #cbd8d2; border-radius: 7px; }
.consumer-skip { position: absolute; top: -100px; left: 20px; z-index: 50; background: white; padding: 12px; }
.consumer-skip:focus { top: 12px; }
.consumer-hero { background: radial-gradient(ellipse at 85% 55%, #edf3ec 0%, #fcfcf9 65%); padding: 64px 0 72px; }
.consumer-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.consumer-hero-copy { padding-top: 20px; }
.consumer-eyebrow { display: flex; align-items: center; gap: 8px; color: #356a5f; font-size: 10px; font-weight: 700; letter-spacing: 1.65px; line-height: 1.6; }
.consumer-dot { width: 7px; height: 7px; border-radius: 50%; background: #3e886d; }
.consumer-hero h1 { font-size: clamp(38px, 4.25vw, 59px); line-height: 1.08; letter-spacing: -2.7px; font-weight: 600; margin: 25px 0 22px; }
.consumer-hero h1 > span { color: #337760; }
.consumer-lead { color: #586963; line-height: 1.8; font-size: 16px; max-width: 440px; }
.consumer-hero-benefits { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 25px 0; color: #3b6054; font-size: 11px; font-weight: 500; }
.consumer-policy-note { display: flex; gap: 12px; align-items: center; margin-top: 36px; font-size: 11px; line-height: 1.8; color: #61736c; }
.consumer-policy-note > span { width: 36px; height: 36px; border-radius: 50%; background: #e9efe7; display: grid; place-items: center; color: #32705d; font-size: 20px; }
.consumer-policy-note a { text-decoration: underline; text-underline-offset: 3px; }
.consumer-check-card { background: white; padding: 30px; border: 1px solid #dce5df; border-radius: 16px; box-shadow: 0 14px 45px #274f3a0b; scroll-margin-top: 30px; min-width: 0; }
.consumer-check-heading { display: flex; gap: 13px; align-items: center; margin-bottom: 28px; }
.consumer-check-heading h2 { font-size: 21px; font-weight: 600; letter-spacing: -.6px; margin: 0; }
.consumer-check-heading p { color: #6c7773; font-size: 12px; margin-top: 4px; }
.consumer-check-icon { display: grid; place-items: center; width: 42px; height: 42px; flex-shrink: 0; border-radius: 10px; background: #ecf3ed; color: #34715d; font-size: 23px; }
.consumer-field { margin-bottom: 20px; min-width: 0; }
.consumer-field label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.consumer-field input, .consumer-field select { display: block; width: 100%; min-height: 47px; border: 1px solid #d9e0dc; border-radius: 7px; padding: 11px 12px; background: white; color: #243c34; font-size: 13px; }
.consumer-field input::placeholder { color: #7b8581; font-size: 12px; }
.consumer-field select { padding-right: 26px; text-overflow: ellipsis; }
.consumer-field-hint { margin-top: 7px; font-size: 10px; line-height: 1.6; color: #728079; }
.consumer-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consumer-button { width: 100%; border: 0; border-radius: 7px; background: #215d49; color: white; font-size: 14px; font-weight: 600; min-height: 48px; padding: 12px 18px; display: flex; align-items: center; justify-content: center; gap: 25px; cursor: pointer; }
.consumer-button:hover { background: #174633; }
.consumer-button[disabled] { opacity: .6; cursor: wait; }
.consumer-button span { font-size: 19px; }
.consumer-form-privacy { text-align: center; font-size: 10px; color: #728079; margin-top: 12px; }
.consumer-upload-option { padding-top: 18px; margin-top: 22px; border-top: 1px solid #e7ebe7; font-size: 11px; color: #687870; }
.consumer-upload-option summary { cursor: pointer; text-align: center; }
.consumer-upload-option > div { padding-top: 18px; }
.consumer-payer-field { position: relative; }
.consumer-suggestions { position: absolute; z-index: 20; top: 73px; left: 0; right: 0; background: white; border: 1px solid #bbcfc3; border-radius: 8px; box-shadow: 0 12px 25px #122c2122; list-style: none; padding: 5px; max-height: 290px; overflow-y: auto; }
.consumer-suggestions li { cursor: pointer; padding: 11px; border-radius: 4px; }
.consumer-suggestions li:hover, .consumer-suggestions [aria-selected="true"] { background: #eaf2ed; }
.consumer-suggestions strong { display: block; font-size: 13px; font-weight: 500; }
.consumer-suggestions span { display: block; font-size: 11px; color: #5d7469; margin-top: 3px; }
.consumer-check-feedback { padding: 16px 0; font-size: 13px; color: #35634f; }
.consumer-answer-frame { display: block; }
.consumer-answer { padding-top: 24px; margin-top: 22px; border-top: 2px solid #dce9de; font-size: 13px; line-height: 1.7; overflow-wrap: anywhere; }
.consumer-answer h2 { font-size: 20px; line-height: 1.35; font-weight: 600; margin-bottom: 14px; letter-spacing: -.3px; }
.consumer-answer p { margin-bottom: 12px; }
.consumer-answer article { margin: 16px 0; }
.consumer-answer-context { font-size: 11px; color: #617569; }
.consumer-answer-choices { display: grid; gap: 8px; margin: 16px 0; }
.consumer-answer-choices a { display: block; padding: 12px; background: #edf3ef; border: 1px solid #d0ded4; border-radius: 6px; text-decoration: underline; }
.consumer-result-note { padding: 14px; background: #f7f4e9; border: 1px solid #e7dec3; border-radius: 7px; margin: 14px 0; }
.consumer-result-note p:last-child { margin-bottom: 0; }
.consumer-formulary-name { font-weight: 600; margin-top: 22px; }
.consumer-answer-next { background: #eff5ef; padding: 14px; border-radius: 7px; }
.consumer-answer-freshness { color: #6e7c74; font-size: 10px; margin-top: 20px; }
.consumer-coverage-band { border-block: 1px solid #dfe6de; background: #f0f3ec; }
.consumer-band-inner { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1.2fr; gap: 28px; align-items: center; padding-block: 27px; }
.consumer-band-inner > p { color: #60705f; font-size: 13px; line-height: 1.6; }
.consumer-band-inner > div { padding-left: 30px; border-left: 1px solid #d7dfd2; }
.consumer-band-inner strong { display: block; font-size: 23px; letter-spacing: -.8px; font-weight: 600; }
.consumer-band-inner span { display: block; color: #6a7867; font-size: 10px; margin-top: 5px; }
.consumer-section { padding-block: 76px; }
.consumer-section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 36px; }
.consumer-section h2 { font-size: 32px; letter-spacing: -1.2px; font-weight: 500; line-height: 1.25; margin-top: 12px; }
.consumer-section-heading > p { color: #718076; font-size: 13px; line-height: 1.8; max-width: 265px; padding-bottom: 3px; }
.consumer-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.consumer-steps article { border-top: 1px solid #dce3dc; padding-top: 22px; }
.consumer-step-number { display: block; color: #829987; font-size: 12px; margin-bottom: 22px; }
.consumer-steps h3 { font-size: 17px; font-weight: 600; margin-bottom: 11px; }
.consumer-steps p { font-size: 13px; line-height: 1.8; color: #6a776f; max-width: 320px; }
.consumer-browse-section { background: #f1f4ef; border-block: 1px solid #e5e9e0; }
.consumer-text-link { font-size: 12px; font-weight: 600; color: #2c6a52; text-decoration: underline; text-underline-offset: 4px; }
.consumer-medication-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.consumer-medication-card { display: block; min-width: 0; padding: 24px 21px; background: #fcfcf9; border: 1px solid #dee5d9; border-radius: 10px; transition: border-color .15s, transform .15s; }
.consumer-medication-card:hover { border-color: #5d8b6c; transform: translateY(-3px); }
.consumer-medication-label { font-size: 8px; font-weight: 600; color: #78876f; letter-spacing: .9px; }
.consumer-medication-card h3 { font-size: 24px; font-weight: 500; margin-top: 24px; letter-spacing: -.7px; }
.consumer-medication-card p { font-size: 11px; color: #758071; margin-top: 3px; }
.consumer-medication-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #4f6c54; margin-top: 27px; padding-top: 15px; border-top: 1px solid #e1e7dc; }
.consumer-medication-bottom > span { font-size: 18px; }
.consumer-state-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 55px; border-top: 1px solid #d7e0d1; padding-top: 32px; margin-top: 35px; }
.consumer-state-section h3 { font-size: 19px; font-weight: 500; margin-bottom: 8px; }
.consumer-state-section p { color: #6d7d68; font-size: 12px; line-height: 1.8; }
.consumer-state-links { display: flex; align-content: start; flex-wrap: wrap; gap: 8px; }
.consumer-state-links a { padding: 7px 12px; font-size: 10px; border: 1px solid #d3ddcf; border-radius: 5px; background: #f8faf5; }
.consumer-state-links a:hover { background: #e6edde; }
.consumer-trust-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 85px; }
.consumer-trust-section > div > p:not(.consumer-eyebrow) { font-size: 13px; color: #6d796e; line-height: 1.9; margin-top: 20px; margin-bottom: 22px; }
.consumer-faq details { border-bottom: 1px solid #dce3d9; padding: 19px 0; }
.consumer-faq details:first-child { border-top: 1px solid #dce3d9; }
.consumer-faq summary { cursor: pointer; font-size: 13px; font-weight: 500; line-height: 1.6; }
.consumer-faq p { color: #6b796d; font-size: 12px; line-height: 1.8; margin: 14px 0 3px; }
.consumer-footer { background: #eaf0e8; border-top: 1px solid #dce5d7; padding: 40px 0 22px; }
.consumer-footer-top { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-bottom: 30px; }
.consumer-footer-brand { font-size: 18px; font-weight: 500; letter-spacing: -.5px; margin-bottom: 7px; }
.consumer-footer-top > div > p + p { font-size: 11px; color: #70806a; }
.consumer-footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 22px; font-size: 11px; }
.consumer-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid #d5dfd0; font-size: 9px; color: #63745d; }
.consumer-footer-bottom > div { display: flex; gap: 18px; }
.consumer-footer a:hover { text-decoration: underline; }

@media (max-width: 1050px) {
  .consumer-container { width: calc(100% - 48px); }
  .consumer-hero-grid { gap: 35px; }
  .consumer-nav { gap: 16px; font-size: 12px; }
  .consumer-hero h1 { font-size: 46px; }
  .consumer-check-card { padding: 24px; }
  .consumer-medication-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .consumer-header-inner { flex-wrap: wrap; gap: 14px; padding-block: 18px 12px; }
  .consumer-brand { font-size: 19px; }
  .consumer-nav { width: 100%; justify-content: space-between; gap: 10px; font-size: 11px; }
  .consumer-nav-cta { padding: 7px 9px; }
  .consumer-hero { padding: 30px 0 40px; }
  .consumer-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .consumer-hero-copy { padding-top: 0; }
  .consumer-hero h1 { font-size: 41px; letter-spacing: -1.9px; margin-block: 19px; }
  .consumer-desktop-break { display: none; }
  .consumer-lead { font-size: 14px; line-height: 1.7; max-width: none; }
  .consumer-hero-benefits { margin: 18px 0 0; font-size: 10px; gap: 8px 12px; }
  .consumer-policy-note { display: none; }
  .consumer-check-card { padding: 23px 20px; }
  .consumer-field input, .consumer-field select { font-size: 16px; }
  .consumer-band-inner { grid-template-columns: 1fr 1fr; gap: 22px 15px; }
  .consumer-band-inner > div { padding-left: 0; border-left: 0; }
  .consumer-band-inner strong { font-size: 21px; }
  .consumer-section { padding-block: 45px; }
  .consumer-section h2 { font-size: 27px; }
  .consumer-section-heading { display: block; margin-bottom: 26px; }
  .consumer-section-heading > p, .consumer-section-heading > a { display: block; margin-top: 18px; max-width: none; }
  .consumer-steps { grid-template-columns: 1fr; gap: 24px; }
  .consumer-step-number { margin-bottom: 14px; }
  .consumer-steps p { max-width: none; }
  .consumer-medication-grid { gap: 10px; }
  .consumer-medication-card { padding: 18px 15px; }
  .consumer-medication-label { font-size: 7px; letter-spacing: .2px; }
  .consumer-medication-card h3 { font-size: 23px; }
  .consumer-state-section, .consumer-trust-section { grid-template-columns: 1fr; gap: 25px; }
  .consumer-footer-top { display: block; }
  .consumer-footer nav { justify-content: start; margin-top: 24px; }
  .consumer-footer-bottom { flex-direction: column; gap: 12px; font-size: 10px; line-height: 1.6; }
}
@media (max-width: 390px) {
  .consumer-container { width: calc(100% - 32px); }
  .consumer-nav { font-size: 10px; }
  .consumer-form-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .consumer-medication-card { transition: none; }
}
