:root {
  --navy: #012d65;
  --ink: var(--navy);
  --blue: var(--navy);
  --blue-dark: #00224d;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #d8dde5;
  --muted: var(--navy);
  --warm: #b65d2c;
  --soft: #f2f5f8;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 20; background: white; padding: 8px 12px; }
.skip-link:focus { left: 8px; }
.shell { min-height: 100vh; background: var(--white); }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.nav { max-width: 1200px; height: 76px; margin: auto; padding: 0 28px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand { height: 60px; overflow: visible; flex-shrink: 0; }
.brand img { width: 420px; height: auto; display: block; transform: translateY(4px); }
.nav-links { display: flex; align-items: center; gap: 28px; font-family: var(--sans); font-size: 14px; line-height: 1.35; font-weight: 600; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px; border: 1px solid var(--blue); border-radius: 4px; background: var(--blue); color: white; text-decoration: none; font-weight: 700; cursor: pointer; }
.button:hover { background: var(--blue-dark); }
.button.secondary { background: white; color: var(--blue); }
.button.ghost { border-color: transparent; background: transparent; color: var(--blue); padding-inline: 8px; }
.button:disabled { opacity: .58; cursor: wait; }
.mobile-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 25px; }
.page { max-width: 1200px; margin: auto; padding: 54px 28px 72px; }
.eyebrow { margin: 0 0 10px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: var(--sans); color: var(--navy); letter-spacing: -.035em; }
h1 { max-width: 820px; margin: 0; font-size: clamp(40px, 5.56vw, 64px); line-height: 1.08; font-weight: 800; letter-spacing: -.055em; }
h2 { margin: 0; font-size: 32px; line-height: 1.2; font-weight: 700; }
.lede { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-family: var(--sans); font-size: 18px; line-height: 1.6; }
.hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 56px; padding-top: 70px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.civic-panel { position: relative; min-height: 420px; border-left: 1px solid var(--line); padding: 20px 0 0 42px; overflow: hidden; }
.civic-panel blockquote { max-width: 260px; margin: 0; color: var(--navy); font: 650 24px/1.4 var(--sans); }
.civic-building { position: absolute; inset: 130px 0 35px 20px; opacity: 1; }
.civic-building img { width: 100%; height: 100%; object-fit: contain; }
.civic-caption { position: absolute; bottom: 8px; left: 42px; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); }
.section { margin-top: 68px; padding-top: 28px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.filters { display: grid; grid-template-columns: 2fr repeat(4, minmax(130px, 1fr)); gap: 10px; margin: 24px 0; }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy); font-size: 13px; font-weight: 750; }
.field input, .field select { width: 100%; height: 46px; border: 1px solid #cbd2dc; border-radius: 4px; background: white; color: var(--ink); padding: 0 12px; }
.field input:focus, .field select:focus, .button:focus-visible { outline: 3px solid rgba(14,93,231,.22); outline-offset: 2px; }
.results { border-top: 2px solid var(--navy); background: var(--white); }
.opportunity { display: grid; grid-template-columns: minmax(0, 1fr) 165px; gap: 24px; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.opportunity h3 { margin: 4px 0 7px; color: var(--navy); font: 650 18px/1.4 var(--sans); letter-spacing: -.02em; }
.opportunity h3 a { text-decoration: none; }
.opportunity h3 a:hover { color: var(--blue); }
.meta { color: var(--muted); font-size: 14px; }
.codes { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.code { border: 1px solid #cfd6df; border-radius: 3px; background: white; padding: 3px 7px; color: var(--navy); font: 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; }
.deadline { text-align: right; }
.deadline strong { display: block; color: var(--navy); font: 650 16px/1.45 var(--sans); letter-spacing: -.015em; }
.auth-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); min-height: calc(100vh - 77px); }
.auth-main { padding: 70px max(28px, calc((100vw - 1200px)/2)); padding-right: 68px; }
.auth-main h1 { max-width: 620px; }
.auth-form { max-width: 520px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; gap: 17px; }
.auth-side { background: var(--white); border-left: 1px solid var(--line); padding: 70px 48px; position: relative; overflow: hidden; }
.auth-side blockquote { margin: 0; max-width: 280px; color: var(--navy); font: 650 24px/1.4 var(--sans); }
.auth-side .civic-building { inset: 180px 16px 45px 16px; }
.notice { max-width: 520px; margin-top: 24px; padding: 16px 18px; border: 1px solid #e2b896; border-radius: 4px; background: var(--white); color: var(--navy); }
.notice.success { border-color: #9cc8ad; background: var(--white); color: var(--navy); }
.notice[hidden] { display: none; }
.subtle { color: var(--muted); }
.inline-links { display: flex; gap: 14px; margin-top: 4px; font-size: 14px; }
.inline-links a { color: var(--blue); }
.price-card { max-width: 760px; margin-top: 34px; border-top: 2px solid var(--navy); border-bottom: 1px solid var(--line); padding: 28px 0; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.price { color: var(--navy); font: 700 48px/1.1 var(--sans); letter-spacing: -.04em; }
.price span { color: var(--muted); font: 400 14px/1.5 var(--sans); letter-spacing: 0; }
.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; margin-top: 28px; border-top: 2px solid var(--navy); }
.coverage-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.coverage-item strong { display: block; color: var(--navy); font-family: var(--sans); font-size: 19px; }
.account-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 30px; }
.account-card { min-width: 0; border-top: 2px solid var(--navy); padding: 22px 0; }
.account-card h2 { overflow-wrap: anywhere; }
.account-billing { margin: 6px 0 0; }
.status { color: var(--navy); font-weight: 800; }
.status.active { color: var(--navy); }
.empty { padding: 44px 0; background: var(--white); color: var(--muted); font: 15px/1.7 var(--sans); }
.footer { border-top: 1px solid var(--line); padding: 22px 28px; color: var(--muted); font-size: 13px; }
.footer-inner { max-width: 1200px; margin: auto; display: flex; justify-content: space-between; gap: 18px; }

/* Carry the landing's type hierarchy into the existing application pages. */
.shell:not(.home-shell) { line-height: 1.6; -webkit-font-smoothing: antialiased; }
.shell:not(.home-shell) .button { font: 650 14px/1.45 var(--sans); }
.shell:not(.home-shell) .nav-links .button { font-weight: 700; }
.shell:not(.home-shell) .mobile-toggle { min-width: 44px; min-height: 44px; font-size: 14px; font-weight: 650; }
.shell:not(.home-shell) .field label { font-weight: 650; }
.shell:not(.home-shell) .opportunity .meta { font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.shell:not(.home-shell) .opportunity-details { display: flex; flex-wrap: wrap; align-items: center; column-gap: 16px; row-gap: 6px; margin-top: 12px; }
.shell:not(.home-shell) .source-update { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.shell:not(.home-shell) .source-link { color: var(--navy); font-size: 14px; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.shell:not(.home-shell) .source-link:hover { text-decoration-thickness: 2px; }
.shell:not(.home-shell) .deadline .meta { display: block; }
.shell:not(.home-shell) .deadline .source-link { display: inline-block; margin-top: 12px; }

@media (max-width: 760px) {
  h2 { font-size: 28px; }
}

@media (max-width: 860px) {
  .nav { height: 68px; padding-inline: 18px; }
  .brand img { width: 348px; }
  .mobile-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 68px 0 auto; z-index: 10; padding: 20px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero, .auth-layout { grid-template-columns: 1fr; }
  .civic-panel, .auth-side { display: none; }
  .page, .auth-main { padding: 42px 20px 60px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .filters .field:first-child { grid-column: 1 / -1; }
  .opportunity { grid-template-columns: 1fr; }
  .deadline { text-align: left; }
  .coverage-grid, .account-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  h1 { font-size: 40px; }
  .lede { font-size: 16px; }
  .price { font-size: 44px; }
  .filters { grid-template-columns: 1fr; }
  .filters .field:first-child { grid-column: auto; }
  .hero-actions, .price-card, .footer-inner { align-items: stretch; flex-direction: column; }
  .price-card { display: flex; }
}

/* Upcoming Work: uses the same Inter/system type stack and restrained civic palette as BidSource. */
.upcoming-page { font-family: var(--sans); }
.upcoming-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.upcoming-heading-price { min-width: 190px; padding-left: 26px; border-left: 1px solid var(--line); font-family: var(--sans); }
.upcoming-heading-price strong { display: block; color: var(--navy); font: 750 46px/1 var(--sans); letter-spacing: -.05em; }
.upcoming-heading-price span { display: block; margin-top: 8px; color: var(--muted); font: 13px/1.5 var(--sans); }
.upcoming-workspace { margin-top: 34px; font-family: var(--sans); }
.upcoming-workspace[hidden] { display: none; }
.upcoming-workspace-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.upcoming-workspace-head h2 { font-family: var(--sans); }
.upcoming-filters { display: grid; grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(140px, 1fr)); gap: 10px; margin: 24px 0; font-family: var(--sans); }
.upcoming-results { border-top: 2px solid var(--navy); background: var(--white); font-family: var(--sans); }
.upcoming-signal { padding: 24px 4px 25px; border-bottom: 1px solid var(--line); font-family: var(--sans); }
.upcoming-signal-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.upcoming-signal h3 { margin: 4px 0 0; color: var(--navy); font: 700 19px/1.4 var(--sans); letter-spacing: -.02em; }
.upcoming-signal-type { margin: 0; color: #28714b; font: 700 12px/1.45 var(--sans); }
.upcoming-verified { flex: 0 0 auto; color: var(--muted); font: 12px/1.6 var(--sans); }
.upcoming-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 10px; color: var(--muted); font: 12px/1.6 var(--sans); }
.upcoming-meta span + span::before { content: "·"; margin-right: 18px; }
.upcoming-summary { max-width: 900px; margin: 15px 0 0; color: var(--navy); font: 14px/1.75 var(--sans); }
.upcoming-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; padding: 16px 18px; border: 1px solid var(--line); background: var(--soft); font-family: var(--sans); }
.upcoming-facts div { min-width: 0; }
.upcoming-facts span { display: block; margin-bottom: 4px; color: var(--muted); font: 11px/1.45 var(--sans); text-transform: uppercase; letter-spacing: .07em; }
.upcoming-facts strong { display: block; overflow-wrap: anywhere; color: var(--navy); font: 650 14px/1.5 var(--sans); }
.upcoming-signal-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 17px; font-family: var(--sans); }
.upcoming-empty { padding: 48px 4px; border-bottom: 1px solid var(--line); font-family: var(--sans); }
.upcoming-empty h3 { margin: 0; color: var(--navy); font: 700 19px/1.4 var(--sans); }
.upcoming-empty p { margin: 8px 0 0; color: var(--muted); font: 14px/1.7 var(--sans); }
.upcoming-gate { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 38px; margin-top: 34px; padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--navy); background: var(--white); font-family: var(--sans); }
.upcoming-gate h2 { font-family: var(--sans); font-size: 26px; }
.upcoming-gate p:not(.eyebrow) { max-width: 680px; margin: 10px 0 0; color: var(--muted); font: 14px/1.7 var(--sans); }
.upcoming-gate-action { min-width: 190px; text-align: right; font-family: var(--sans); }
.upcoming-gate-action .button { margin-top: 14px; }
.upcoming-gate-action > p { font-size: 11px !important; }
.upcoming-price { color: var(--navy); font: 750 38px/1.1 var(--sans); letter-spacing: -.04em; }
.upcoming-price span { font: 400 13px/1.5 var(--sans); letter-spacing: 0; }
.upcoming-access-active { margin-top: 24px; padding: 12px 16px; border: 1px solid #a7c9b2; background: #f5faf7; color: #225d3f; font: 650 13px/1.5 var(--sans); }

@media (max-width: 860px) {
  .upcoming-heading, .upcoming-gate { grid-template-columns: 1fr; align-items: start; }
  .upcoming-heading-price { padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .upcoming-filters { grid-template-columns: 1fr 1fr; }
  .upcoming-filters .field:first-child { grid-column: 1 / -1; }
  .upcoming-gate-action { text-align: left; }
}

@media (max-width: 520px) {
  .upcoming-heading { gap: 24px; }
  .upcoming-heading-price strong { font-size: 40px; }
  .upcoming-workspace-head, .upcoming-signal-head, .upcoming-signal-footer { align-items: flex-start; flex-direction: column; }
  .upcoming-filters, .upcoming-facts { grid-template-columns: 1fr; }
  .upcoming-filters .field:first-child { grid-column: auto; }
  .upcoming-meta { display: grid; gap: 4px; }
  .upcoming-meta span + span::before { content: none; }
  .upcoming-gate { padding: 24px 20px; }
  .upcoming-gate-action, .upcoming-gate-action .button { width: 100%; }
}

/* Homepage: full-bleed watercolor with clear, bold typography. */
.home-shell { background: #fff; color: var(--navy); }
:is(.home-shell, .upcoming-shell) .nav { max-width: none; height: 72px; padding-inline: 32px; }
:is(.home-shell, .upcoming-shell) .nav-links { font-family: var(--sans); font-size: 14px; }
.home-shell .button, .upcoming-shell .site-header .button { background: var(--navy); border-color: var(--navy); border-radius: 7px; }
.home-shell .button:hover, .upcoming-shell .site-header .button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.home-shell .button.secondary, .upcoming-shell .site-header .button.secondary { background: rgba(255,255,255,.9); color: var(--navy); border-color: #cbd3dd; }
.home-shell .button.secondary:hover, .upcoming-shell .site-header .button.secondary:hover { background: #fff; border-color: var(--navy); }
.home-hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: min(850px, calc(100svh - 72px)); overflow: hidden; }
.home-hero-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.home-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 25%, rgba(255,255,255,.55) 43%, rgba(255,255,255,0) 65%); }
.home-hero-copy { width: min(660px, 51%); padding: 80px 0 100px 32px; }
.home-kicker { margin: 0 0 28px; font-size: 17px; font-weight: 500; }
.home-hero h1 { font-family: var(--sans); font-size: clamp(52px, 4.7vw, 82px); line-height: 1.03; letter-spacing: -.055em; font-weight: 800; color: var(--navy); }
.home-hero .lede { max-width: 490px; margin-top: 28px; font-family: var(--sans); font-size: 18px; line-height: 1.6; color: var(--navy); }
.home-hero .hero-actions { margin-top: 28px; flex-wrap: wrap; }
.home-hero .button { min-height: 49px; padding: 12px 24px; }
.home-latest { padding-top: 0; }
.home-latest h2 { font-family: var(--sans); font-weight: 700; letter-spacing: -.035em; }
@media (min-width: 1800px) {
  .home-hero-copy { padding-left: 48px; width: 720px; }
}
@media (max-width: 860px) {
  :is(.home-shell, .upcoming-shell) .nav { height: 68px; padding-inline: 20px; }
  .home-hero { min-height: 820px; align-items: flex-start; }
  .home-hero-copy { width: min(610px, 100%); padding: 52px 24px 340px; }
  .home-hero-art { object-position: 62% bottom; }
  .home-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 40%, rgba(255,255,255,.1) 76%); }
  .home-hero h1 { font-size: clamp(44px, 7.5vw, 64px); }
  .home-kicker { font-size: 15px; margin-bottom: 24px; }
}
@media (max-width: 520px) {
  .home-hero-copy { padding: 40px 20px 290px; }
  .home-hero { min-height: 790px; }
  .home-hero h1 { font-size: clamp(40px, 10vw, 52px); }
  .home-hero .lede { font-size: 16px; margin-top: 22px; }
  .home-hero .hero-actions { flex-direction: row; gap: 10px; }
  .home-hero .button { font-size: 14px; padding-inline: 16px; }
}

/* Keep controls legible while matching the supplied wordmark navy. */
.mobile-toggle { color: var(--navy); }
input::placeholder { color: var(--navy); opacity: .7; }
.nav-links a.button:hover { color: white; }

@media (max-width: 420px) {
  .nav, :is(.home-shell, .upcoming-shell) .nav { gap: 8px; padding-inline: 12px; }
  .brand { flex-shrink: 1; min-width: 0; }
  .brand img { max-width: 100%; }
  .mobile-toggle { flex-shrink: 0; }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .mobile-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 76px 0 auto; z-index: 10; padding: 20px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  :is(.home-shell, .upcoming-shell) .nav-links { top: 72px; }
  .nav-links.open { display: flex; }
}

/* Policies and privacy choices share the site's typography and brand color. */
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.footer-links button { border: 0; background: transparent; padding: 0; color: inherit; text-decoration: underline; cursor: pointer; }
.legal-page { max-width: 900px; }
.legal-page h2 { margin-top: 32px; }
.legal-page p { line-height: 1.75; }
.legal-draft { padding: 14px; background: var(--soft); border-left: 3px solid var(--navy); }
.legal-table { overflow-x: auto; }
.legal-table table { border-collapse: collapse; width: 100%; font-size: 14px; }
.legal-table th, .legal-table td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table code { overflow-wrap: anywhere; }
.signup-policy { font-size: 14px; margin: 0; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.cookie-actions .button { font-size: 14px; }
#cookie-dialog { width: min(600px, calc(100% - 32px)); max-height: 85svh; overflow: auto; padding: 28px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); }
#cookie-dialog::backdrop { background: #012d6566; }
#cookie-dialog p { font-size: 15px; }
.cookie-option { display: flex; align-items: center; gap: 10px; font-weight: 700; margin-top: 22px; }
.cookie-option input { width: 20px; height: 20px; accent-color: var(--navy); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

#cookie-dialog { width: min(620px, calc(100% - 32px)); padding: 28px; }
#cookie-dialog h2 { font: 700 26px/1.2 var(--sans); padding-right: 40px; }
#cookie-dialog::backdrop { background: rgba(1,45,101,.62); }
#cookie-dialog .eyebrow { margin: 0 0 10px; font-size: 11px; }
.cookie-close { position: absolute; right: 16px; top: 16px; min-height: 34px; padding: 6px 10px; font-size: 12px; }
.cookie-category { margin: 18px 0; padding: 16px; border: 1px solid var(--line); border-radius: 5px; }
.cookie-category:first-of-type { background: var(--soft); }
.cookie-category-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cookie-category h3 { font-size: 15px; margin: 0; }
.cookie-category p { margin-bottom: 0; }
.cookie-category .cookie-option { margin-top: 0; }
.cookie-badge { padding: 3px 8px; border-radius: 16px; background: var(--navy); color: white; font-size: 10px; font-weight: 700; white-space: nowrap; text-transform: uppercase; }
#cookie-dialog .cookie-actions { margin-top: 24px; }
#cookie-dialog .cookie-actions .button { flex: 1; padding-inline: 10px; }
.cookie-policy-links { display: flex; flex-wrap: wrap; gap: 16px; border-top: 1px solid var(--line); margin-top: 22px; padding-top: 18px; font-size: 13px; }
@media (max-width: 520px) { #cookie-dialog { padding: 22px 18px; } #cookie-dialog h2 { font-size: 23px; } .cookie-category-title { flex-wrap: wrap; } #cookie-dialog .cookie-actions .button { flex: 1 1 100%; } }

/* Share the approved header with Upcoming Work; keep hero and page styles scoped. */
:is(.home-shell, .upcoming-shell) .site-header,
.home-shell .home-hero { line-height: 1.6; -webkit-font-smoothing: antialiased; }
.home-shell .home-hero p { text-wrap: pretty; }
:is(.home-shell, .upcoming-shell) .site-header { position: relative; z-index: 12; background: #fff; border-bottom-color: #dce2e9; }
:is(.home-shell, .upcoming-shell) .nav { width: 100%; }
:is(.home-shell, .upcoming-shell) .brand { min-width: 0; }
:is(.home-shell, .upcoming-shell) .brand img { max-width: 100%; }
:is(.home-shell, .upcoming-shell) .nav-links { line-height: 1.35; font-weight: 600; border-bottom-color: #dce2e9; }
:is(.home-shell, .upcoming-shell) .nav-links a { padding-block: 12px; white-space: nowrap; }
:is(.home-shell, .upcoming-shell) .nav-links a:not(.button):hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
:is(.home-shell, .upcoming-shell) .site-header .button,
.home-shell .home-hero .button { border-radius: 6px; line-height: 1.45; transition: background-color .15s ease, border-color .15s ease; }
:is(.home-shell, .upcoming-shell) .site-header .button.secondary,
.home-shell .home-hero .button.secondary { background: #fff; border-color: #bdc9d8; color: var(--navy); }
:is(.home-shell, .upcoming-shell) .site-header .button.secondary:hover,
.home-shell .home-hero .button.secondary:hover { background: #f7f8fa; border-color: var(--navy); }
.home-shell .home-hero .hero-actions { align-items: center; }
:is(.home-shell, .upcoming-shell) .mobile-toggle { min-width: 44px; min-height: 44px; cursor: pointer; border-radius: 5px; padding: 3px 8px; font-size: 14px; font-weight: 650; }
:is(.home-shell, .upcoming-shell) .mobile-toggle:hover { background: #f7f8fa; }
:is(.home-shell, .upcoming-shell) .site-header a,
:is(.home-shell, .upcoming-shell) .site-header button,
.home-shell .home-hero a { -webkit-tap-highlight-color: transparent; }
:is(.home-shell, .upcoming-shell) .site-header :focus-visible,
.home-shell .home-hero :focus-visible { outline: 3px solid #326eaa; outline-offset: 4px; }
@media (max-width: 1120px) {
  :is(.home-shell, .upcoming-shell) .nav-links a:not(.button) { padding: 10px 8px; }
}
@media (max-width: 860px) {
  :is(.home-shell, .upcoming-shell) .nav-links { padding: 16px 24px 22px; }
}
@media (max-width: 520px) {
  :is(.home-shell, .upcoming-shell) .nav-links { padding-inline: 20px; }
  .home-shell .home-hero .hero-actions { align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  :is(.home-shell, .upcoming-shell) .site-header .button,
  .home-shell .home-hero .button { transition: none; }
}

/* Approved header and hero proportions; below-hero sections are excluded. */
:is(.home-shell, .upcoming-shell) .nav { max-width: none; height: 72px; padding-inline: 32px; }
:is(.home-shell, .upcoming-shell) .brand { height: 60px; }
:is(.home-shell, .upcoming-shell) .brand img { width: 420px; height: auto; transform: translateY(4px); }
:is(.home-shell, .upcoming-shell) .nav-links { gap: 28px; font-size: 14px; }
:is(.home-shell, .upcoming-shell) .nav-links a.button { min-height: 44px; padding: 10px 20px; font-size: 14px; font-weight: 700; }
.home-shell .home-hero-copy { width: min(660px, 51%); padding: 80px 0 100px 32px; }
.home-shell .home-kicker { margin: 0 0 28px; color: var(--navy); font-size: 17px; font-weight: 500; }
.home-shell .home-hero h1 { max-width: none; font-size: clamp(52px, 5.56vw, 82px); text-wrap: wrap; }
.home-shell .home-hero .button { min-height: 49px; padding: 12px 24px; font-size: 16px; font-weight: 700; }
@media (max-width: 1120px) {
  :is(.home-shell, .upcoming-shell) .nav-links { top: 72px; gap: 8px; }
}
@media (max-width: 860px) {
  :is(.home-shell, .upcoming-shell) .nav { height: 68px; padding-inline: 20px; gap: 12px; }
  :is(.home-shell, .upcoming-shell) .brand { flex-shrink: 1; }
  :is(.home-shell, .upcoming-shell) .brand img { width: 348px; max-width: 100%; transform: none; }
  :is(.home-shell, .upcoming-shell) .nav-links { top: 68px; }
  .home-shell .home-hero { min-height: 710px; }
  .home-shell .home-hero-copy { width: min(650px, 100%); padding: 40px 24px 320px; }
  .home-shell .home-hero h1 { font-size: clamp(44px, 7.5vw, 64px); }
  .home-shell .home-hero-art { inset: auto 0 0; height: 400px; object-position: 70% center; }
  .home-shell .home-hero::before { background: linear-gradient(180deg, #fff 0%, #fff 40%, rgba(255,255,255,.94) 50%, rgba(255,255,255,.25) 65%, rgba(255,255,255,0) 76%); }
  .home-shell .home-kicker { font-size: 15px; margin-bottom: 24px; }
}
@media (max-width: 520px) {
  :is(.home-shell, .upcoming-shell) .brand img { width: 280px; }
  .home-shell .home-hero-copy { padding: 32px 20px 300px; }
  .home-shell .home-hero h1 { font-size: 40px; }
  .home-shell .home-hero .hero-actions { flex-direction: row; flex-wrap: nowrap; gap: 10px; }
  .home-shell .home-hero .button { width: auto; min-width: 0; padding-inline: 15px; font-size: 14px; white-space: nowrap; }
}
@media (max-width: 359px) {
  .home-shell .home-hero .hero-actions { flex-direction: column; align-items: stretch; }
  .home-shell .home-hero .button { width: 100%; }
}

/* Supporting styles used by the approved below-hero design, scoped to its container. */
.below-hero { --muted: #526176; --line: #dce2e9; --soft: #f7f8fa; --radius: 8px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.below-hero p { text-wrap: pretty; }
.below-hero .eyebrow { color: var(--navy); font-size: 11px; line-height: 1.5; letter-spacing: .15em; }
.below-hero .deadline strong { font-family: var(--sans); }
.below-hero .button { min-height: 46px; padding: 11px 20px; border-radius: 6px; font-size: 14px; line-height: 1.45; font-weight: 650; transition: background-color .15s ease, border-color .15s ease; }
.below-hero .button.secondary { background: var(--white); border-color: #bdc9d8; color: var(--navy); }
.below-hero .button.secondary:hover { background: var(--soft); border-color: var(--navy); }
.below-hero a, .below-hero button, .below-hero input, .below-hero select, .below-hero summary { -webkit-tap-highlight-color: transparent; }
.below-hero .results { background: var(--white); }
.below-hero .opportunity { min-width: 0; gap: 28px; padding: 26px 0; grid-template-columns: minmax(0, 1fr) 176px; }
.below-hero .opportunity > * { min-width: 0; }
.below-hero .opportunity h3 { max-width: 840px; margin: 6px 0 10px; font-size: 20px; line-height: 1.35; font-weight: 650; overflow-wrap: anywhere; }
.below-hero .opportunity h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.below-hero .opportunity .meta { font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.below-hero .opportunity-details { display: flex; flex-wrap: wrap; align-items: center; column-gap: 16px; row-gap: 6px; margin-top: 12px; }
.below-hero .source-update { color: var(--muted); font-size: 12px; line-height: 1.6; }
.below-hero .source-link, .below-hero .text-link { color: var(--navy); font-size: 14px; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.below-hero .source-link:hover, .below-hero .text-link:hover { text-decoration-thickness: 2px; }
.below-hero .deadline strong { margin-top: 3px; font-size: 16px; line-height: 1.45; font-weight: 650; letter-spacing: -.015em; }
.below-hero .deadline .source-link { display: inline-block; margin-top: 12px; }
.below-hero .codes:empty { display: none; }
.below-hero .code { padding: 4px 7px; font-size: 11px; }
.below-hero .stage-badge { display: inline-block; padding: 4px 8px; border: 1px solid #bdc9d8; border-radius: 4px; color: var(--navy); background: var(--white); font-size: 10px; font-weight: 650; line-height: 1.4; letter-spacing: .035em; }
.below-hero :focus-visible { outline: 3px solid #326eaa; outline-offset: 4px; }
@media (max-width: 860px) {
  .below-hero .opportunity { grid-template-columns: 1fr; gap: 16px; }
  .below-hero .deadline { text-align: left; }
  .below-hero .deadline .source-link { margin-top: 8px; }
}
@media (max-width: 520px) {
  .below-hero .opportunity-details { column-gap: 12px; row-gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .below-hero .button { transition: none; }
}

/* Compact product sections; the approved hero and header above are unchanged. */
.below-hero { background: #ffffff; }
.below-hero .product-container { width: min(1144px, calc(100% - 56px)); margin-inline: auto; }
.below-hero .product-section { padding-block: 56px; }
.below-hero section[id] { scroll-margin-top: 28px; }
.below-hero h2 { margin: 0; color: var(--navy); font: 700 32px/1.2 var(--sans); letter-spacing: -.035em; text-wrap: balance; }
.below-hero h3 { color: var(--navy); font: 650 18px/1.4 var(--sans); letter-spacing: -.02em; }
.below-hero p { color: var(--muted); }
.below-hero .product-intro { max-width: 640px; }
.below-hero .product-intro .eyebrow { margin: 0 0 10px; color: var(--navy); font-size: 11px; }
.below-hero .product-intro > p:not(.eyebrow) { margin: 14px 0 0; font-size: 15px; line-height: 1.75; }
.below-hero .section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.below-hero .section-heading > a { flex-shrink: 0; margin-bottom: 3px; }
.below-hero .product-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.below-hero .sample-label { margin: 14px 0; padding: 7px 10px; border-left: 2px solid var(--navy); background: #f7f8fa; color: var(--navy); font-size: 12px; }
.below-hero .results { border-top: 1px solid var(--line); }
.below-hero .opportunity { padding-block: 22px; }
.below-hero .opportunity h3 { margin: 5px 0 8px; font-size: 18px; line-height: 1.4; }
.below-hero .opportunity .meta { font-size: 12px; }
.below-hero .opportunity .codes { margin-top: 10px; }
.below-hero .opportunity .deadline strong { font-size: 16px; }
.below-hero .source-update { margin-top: 5px; font-size: 11px; }
.below-hero .results .empty { padding-block: 28px; font: 15px/1.7 var(--sans); }
.below-hero .results .notice { margin-block: 20px; }
.below-hero .product-problem, .below-hero .product-coverage { background: #f7f8fa; }
.below-hero .problem-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 76px; }
.below-hero .problem-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 28px; margin: 0; padding: 0; list-style: none; }
.below-hero .problem-points li { padding-top: 15px; border-top: 1px solid #cbd5e1; color: var(--muted); font-size: 14px; line-height: 1.75; }
.below-hero .problem-points strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 14px; font-weight: 650; }
.below-hero .problem-points p { margin: 0; font-size: 14px; }
.below-hero .product-workflow .product-intro { margin-bottom: 30px; }
.below-hero .product-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin: 0; padding: 0; list-style: none; }
.below-hero .product-steps li { position: relative; min-width: 0; }
.below-hero .product-steps li:not(:last-child)::after { content: ""; position: absolute; left: 49px; right: -17px; top: 17px; height: 1px; background: var(--line); }
.below-hero .step-index { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border: 1px solid #b9c8d9; border-radius: 50%; background: #ffffff; color: var(--navy); font-size: 13px; font-weight: 650; }
.below-hero .product-steps h3 { margin: 16px 0 9px; font-size: 18px; }
.below-hero .product-steps p { max-width: 325px; margin: 0; font-size: 14px; line-height: 1.75; }
.below-hero .product-steps .text-link { display: inline-block; margin-top: 12px; font-size: 13px; }
.below-hero .product-email { border-top: 1px solid var(--line); }
.below-hero .email-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 76px; }
.below-hero .email-layout .stage-badge { margin-bottom: 14px; }
.below-hero .planned-updates { margin: 0; }
.below-hero .planned-updates > div { display: grid; grid-template-columns: minmax(125px, .8fr) minmax(0, 1.2fr); gap: 20px; padding-block: 15px; border-bottom: 1px solid var(--line); }
.below-hero .planned-updates > div:first-child { padding-top: 0; }
.below-hero .planned-updates > div:last-child { padding-bottom: 0; border-bottom: 0; }
.below-hero .planned-updates dt { margin: 0; color: var(--navy); font-size: 14px; line-height: 1.65; font-weight: 650; }
.below-hero .planned-updates dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.below-hero .coverage-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 76px; }
.below-hero .coverage-layout .text-link { display: inline-block; margin-top: 18px; }
.below-hero .coverage-status-list { display: grid; gap: 18px; }
.below-hero .coverage-status-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 18px; padding-bottom: 18px; border-bottom: 1px solid #d4dde7; }
.below-hero .coverage-status-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.below-hero .coverage-status-list h3 { grid-column: 1; grid-row: 1; margin: 0; color: var(--navy); font-size: 16px; font-weight: 650; }
.below-hero .coverage-status-list span { grid-column: 2; grid-row: 1; justify-self: end; align-self: start; color: var(--muted); font-size: 11px; line-height: 1.8; }
.below-hero .coverage-status-list p { grid-column: 1 / -1; margin: 0; font-size: 13px; line-height: 1.75; }
.below-hero .pricing-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .75fr); align-items: start; gap: 76px; }
.below-hero .pricing-layout ul { margin: 20px 0 0; padding-left: 18px; color: var(--navy); font-size: 14px; line-height: 1.75; }
.below-hero .pricing-layout li + li { margin-top: 8px; }
.below-hero .founding-offer { padding: 26px 28px; border: 1px solid var(--line); border-radius: 7px; background: #ffffff; }
.below-hero .founding-offer > p:first-child { margin: 0 0 12px; color: var(--navy); font-size: 13px; font-weight: 600; }
.below-hero .founding-price { margin: 0 0 20px; color: var(--navy); font: 700 48px/1.1 var(--sans); letter-spacing: -.04em; }
.below-hero p.founding-price { color: var(--navy); }
.below-hero .founding-price span { font: 400 14px/1.5 var(--sans); letter-spacing: 0; color: var(--muted); }
.below-hero .founding-offer .button { width: 100%; min-height: 46px; }
.below-hero .founding-offer .product-note { margin-top: 13px; font-size: 11px; }
.below-hero .founding-offer > .text-link { display: inline-block; margin-top: 14px; font-size: 12px; }
.below-hero .product-faq { border-top: 1px solid var(--line); }
.below-hero .faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 76px; }
.below-hero .faq-items { min-width: 0; }
.below-hero .faq-items details { border-bottom: 1px solid var(--line); }
.below-hero .faq-items details:first-child { border-top: 1px solid var(--line); }
.below-hero .faq-items summary { padding-block: 17px; color: var(--navy); font-size: 15px; line-height: 1.6; font-weight: 600; cursor: pointer; }
.below-hero .faq-items summary::marker { color: #64768d; font-size: 11px; }
.below-hero .faq-items details > p { margin: 0 0 19px; font-size: 14px; line-height: 1.8; }
.below-hero .faq-items a { text-underline-offset: 3px; }
.below-hero .product-final { padding-block: 44px 58px; border-top: 1px solid var(--line); text-align: center; background: #ffffff; }
.below-hero .product-final h2 { max-width: 720px; margin-inline: auto; }
.below-hero .product-final p { max-width: 650px; margin: 14px auto 0; font-size: 15px; line-height: 1.75; }
.below-hero .product-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; }
.below-hero .product-actions .button { min-height: 46px; font-size: 14px; }
@media (max-width: 960px) {
  .below-hero .problem-layout, .below-hero .email-layout, .below-hero .coverage-layout, .below-hero .pricing-layout, .below-hero .faq-layout { gap: 40px; }
  .below-hero .problem-points { gap: 20px; }
  .below-hero .planned-updates > div { grid-template-columns: 1fr; gap: 5px; }
  .below-hero .coverage-status-list article { column-gap: 12px; }
  .below-hero .pricing-layout { grid-template-columns: minmax(0, 1fr) minmax(270px, .8fr); }
}
@media (max-width: 760px) {
  .below-hero .product-container { width: calc(100% - 48px); }
  .below-hero .product-section { padding-block: 40px; }
  .below-hero h2 { font-size: 28px; }
  .below-hero .section-heading { align-items: flex-start; flex-wrap: wrap; gap: 16px; margin-bottom: 22px; }
  .below-hero .problem-layout, .below-hero .email-layout, .below-hero .coverage-layout, .below-hero .pricing-layout, .below-hero .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .below-hero .product-intro { max-width: 640px; }
  .below-hero .product-intro > p:not(.eyebrow) { font-size: 14px; }
  .below-hero .product-steps { grid-template-columns: 1fr; gap: 26px; }
  .below-hero .product-steps li { padding-left: 52px; }
  .below-hero .product-steps li:not(:last-child)::after { top: 47px; left: 17px; right: auto; width: 1px; height: calc(100% - 33px); }
  .below-hero .step-index { position: absolute; top: 0; left: 0; }
  .below-hero .product-steps h3 { margin: 0 0 8px; }
  .below-hero .product-steps p { max-width: 550px; }
  .below-hero .planned-updates > div { grid-template-columns: minmax(125px, .75fr) minmax(0, 1.25fr); gap: 18px; }
  .below-hero .founding-offer { max-width: 460px; width: 100%; }
  .below-hero .faq-layout { gap: 24px; }
  .below-hero .product-final { padding-block: 38px 46px; }
}
@media (max-width: 520px) {
  .below-hero .product-container { width: calc(100% - 40px); }
  .below-hero .product-latest { padding-top: 32px; }
  .below-hero .product-intro .eyebrow { font-size: 10px; }
  .below-hero .product-note { font-size: 11px; }
  .below-hero .opportunity { gap: 13px; padding-block: 20px; }
  .below-hero .opportunity h3 { font-size: 17px; }
  .below-hero .opportunity .meta { font-size: 12px; }
  .below-hero .problem-points { grid-template-columns: 1fr; gap: 16px; }
  .below-hero .problem-points li { padding-top: 13px; }
  .below-hero .planned-updates > div { grid-template-columns: 1fr; gap: 4px; padding-block: 14px; }
  .below-hero .planned-updates dt, .below-hero .planned-updates dd { font-size: 13px; }
  .below-hero .coverage-status-list article { grid-template-columns: 1fr; gap: 5px; padding-bottom: 16px; }
  .below-hero .coverage-status-list span, .below-hero .coverage-status-list h3 { grid-column: 1; grid-row: auto; justify-self: start; }
  .below-hero .coverage-status-list h3 { font-size: 16px; }
  .below-hero .founding-offer { padding: 24px; }
  .below-hero .founding-price { font-size: 44px; }
  .below-hero .faq-items summary { font-size: 14px; }
  .below-hero .product-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .below-hero .product-actions .button { width: 100%; }
}
