/* CodeVerified 0.2.1 — rebuilt from the approved screenshot.
   System type, local artwork, no framework or font downloads. */
:root {
  --blue: #0072ce;
  --blue-hover: #005da9;
  --blue-light: #e5f4ff;
  --ink: #131d2f;
  --hero-ink: #27272a;
  --copy: #627087;
  --muted: #63738b;
  --line: #e8eef5;
  --soft: #f7f9fc;
  --white: #fff;
  --error: #ab2525;
  --radius: .45rem;
  --shell: 75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { color: var(--ink); }
h2 { font-size: 1.875rem; letter-spacing: -.045rem; line-height: 1.2; font-weight: 700; }
h3 { font-size: 1.0625rem; line-height: 1.3; }
ul, ol { padding: 0; margin: 0; }
:focus-visible { outline: 3px solid #0753a0; outline-offset: 4px; }
::selection { color: #092e5d; background: #d9edff; }
.shell { width: min(83.4%, var(--shell)); margin-inline: auto; }
.ruled { border-top: 1px solid var(--line); }
section[id] { scroll-margin-top: 5.6rem; }
.icon { width: 1.25rem; height: 1.25rem; vertical-align: middle; }
.eyebrow { font-size: .65rem; letter-spacing: .12rem; text-transform: uppercase; line-height: 1.5; font-weight: 700; color: #62708a; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -6rem; padding: .7rem 1rem; border: 2px solid var(--blue); border-radius: .2rem; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1rem; min-height: 2.75rem; padding: .56rem 1.6rem; border: 1px solid var(--blue); border-radius: .3rem; font-size: .91rem; font-weight: 500; line-height: 1.25; white-space: nowrap; vertical-align: middle; transition: background-color .14s, border-color .14s; }
.button:hover { text-decoration: none; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 6%); }
.button-primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
.button-outline { color: var(--blue); background: var(--white); }
.button-outline:hover { background: #f1f8fe; }
.button-small { min-height: 2.3rem; padding: .5rem 1.05rem; font-size: .8rem; }
.button .icon { width: 1.1rem; height: 1.1rem; }
/* Header */
.site-header { border-bottom: 1px solid var(--line); background: var(--white); position: sticky; top: 0; z-index: 20; }
.header-inner { min-height: 3.75rem; display: flex; align-items: center; gap: 1.4rem; }
.brand { display: block; flex: 0 0 13.7rem; }
.brand img { width: 13.7rem; }
.desktop-nav { display: flex; align-items: center; gap: 1.55rem; margin-left: auto; }
.desktop-nav a { color: var(--ink); font-size: .79rem; white-space: nowrap; padding-block: .75rem; }
.header-actions { display: flex; gap: .95rem; margin-left: auto; }
.mobile-menu { display: none; }
/* Hero — same left copy/right seal with handwritten annotation as reference. */
.hero { padding-block: 2.1rem .6rem; }
.hero-grid { display: grid; grid-template-columns: 60% 40%; }
.hero-copy { padding-top: .08rem; }
.hero h1 { font-size: 3.45rem; line-height: 1.02; letter-spacing: -.095rem; color: var(--hero-ink); margin-top: 1rem; font-weight: 700; }
.hero h1 span { white-space: nowrap; }
.hero-lead { color: #455065; font-size: 1.11rem; line-height: 1.31; max-width: 40rem; margin-top: .9rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.hero-note { margin-top: .6rem; color: var(--copy); font-size: .84rem; }
.hero-visual { display: grid; grid-template-columns: 18.25rem 1fr; gap: 1.45rem; padding-left: .7rem; align-content: start; }
.hero-seal img { width: 18.25rem; aspect-ratio: 1; }
.hero-seal figcaption { color: var(--copy); text-align: center; font-size: .61rem; line-height: 1.25; margin-top: .45rem; }
.hero-aside { padding-top: 1.05rem; }
.hand-note { width: 11.2rem; }
.hand-arrow { display: block; color: #9ba9bf; width: 8rem; height: 6.05rem; margin-top: -.4rem; margin-left: -.6rem; }
.benefit-list { list-style: none; display: grid; gap: .45rem; margin-top: 1.1rem; }
.benefit-list li { display: flex; align-items: center; gap: .7rem; font-size: .8rem; color: var(--copy); white-space: nowrap; }
.check-dot { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 1.5rem; width: 1.5rem; height: 1.5rem; color: var(--blue); background: var(--blue-light); border-radius: 50%; }
.check-dot .icon { width: .82rem; height: .82rem; stroke-width: 2; }
/* Opportunity cards */
.feature-section { padding-block: .75rem .75rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.feature-card { display: flex; gap: 1.35rem; align-items: flex-start; padding: 1.1rem 1.35rem .95rem; min-height: 9.4rem; border-radius: var(--radius); background: var(--soft); }
.feature-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 3.65rem; width: 3.65rem; height: 3.65rem; color: #0076d4; background: var(--blue-light); border-radius: 50%; }
.feature-icon .icon { width: 2.1rem; height: 2.1rem; }
.feature-card h2 { font-size: 1.04rem; line-height: 1.24; letter-spacing: -.018rem; margin-top: .8rem; }
.feature-card p { font-size: .925rem; line-height: 1.45; color: var(--copy); margin-top: .6rem; }
/* Three steps */
.steps-section { padding-block: .95rem 1rem; }
.centered { text-align: center; }
.section-heading p { color: var(--copy); font-size: 1rem; margin-top: .1rem; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; margin-top: 1.15rem; column-gap: 1.65rem; }
.step { display: flex; position: relative; gap: 1.55rem; align-items: flex-start; padding-inline: .8rem; }
.step-number { display: flex; align-items: center; justify-content: center; flex: 0 0 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-size: 1.5rem; font-weight: 700; }
.step h3 { margin-top: .75rem; }
.step p { color: var(--copy); font-size: .98rem; line-height: 1.45; margin-top: .25rem; }
.step:not(:last-child)::after { content: ''; position: absolute; width: 4.7rem; height: 1px; background: #cdd9e8; right: -.35rem; top: 2.5rem; }
.step:not(:last-child)::before { content: ''; position: absolute; width: .55rem; height: .55rem; border-top: 1px solid #cdd9e8; border-right: 1px solid #cdd9e8; right: -.35rem; top: 2.24rem; transform: rotate(45deg); }
/* Seal row */
.seal-section { display: grid; grid-template-columns: 33% 43% 20%; gap: 2%; padding-block: 1.2rem 1.4rem; align-items: start; }
.seal-picture { position: relative; display: grid; justify-items: center; }
.seal-picture img { width: 14.85rem; aspect-ratio: 1; }
.seal-picture figcaption { position: absolute; top: 100%; width: 100%; font-size: .59rem; color: var(--copy); text-align: center; margin-top: .4rem; }
.seal-copy { padding-top: .2rem; }
.seal-copy h2 { font-size: 1.85rem; }
.seal-copy > p { color: var(--copy); font-size: .98rem; line-height: 1.42; margin-top: .65rem; }
.check-list { list-style: none; display: grid; gap: .52rem; margin-top: .8rem; }
.check-list li { display: flex; gap: 1rem; align-items: center; font-size: .945rem; line-height: 1.25; color: #495569; }
.seal-quote { padding: 2.9rem .6rem 1.35rem 2rem; border-left: 1px solid var(--line); min-height: 14.25rem; }
.quote-mark { display: block; font-family: Georgia, serif; color: #d7dee8; font-weight: 700; font-size: 4rem; line-height: .55; }
.seal-quote p { margin-top: .15rem; }
.seal-quote img { width: 10.8rem; }
.seal-quote cite { display: block; color: var(--copy); font-size: .87rem; text-align: right; font-style: normal; margin-top: .75rem; }
/* Directory preview */
.providers-section { padding-block: 1.05rem 1.4rem; }
.provider-heading { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.provider-heading h2 { margin-top: .3rem; font-size: 1.85rem; letter-spacing: -.04rem; }
.provider-heading > div > p:last-child { color: var(--copy); font-size: .945rem; margin-top: .3rem; }
.provider-heading > .button { font-size: .86rem; padding-inline: 1.3rem; gap: 1.25rem; flex-shrink: 0; }
.provider-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: .8rem; }
.provider-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.15rem .8rem; min-height: 9.8rem; }
.example-label { position: absolute; top: .4rem; right: .6rem; font-size: .55rem; color: #61718a; line-height: 1.2; }
.provider-info { display: flex; align-items: center; gap: 1.1rem; min-width: 0; }
.avatar { border-radius: 50%; flex: 0 0 4.75rem; width: 4.75rem; height: 4.75rem; object-fit: cover; }
.avatar-agency { display: flex; justify-content: center; align-items: center; background: #101b2b; color: #fff; font-size: 2.8rem; font-style: italic; border: 1px solid #283243; box-shadow: inset -.7rem -.8rem 1rem rgb(0 0 0 / 30%); }
.provider-card h3 { font-size: 1.05rem; white-space: nowrap; }
.provider-role { color: var(--copy); font-size: .9rem; line-height: 1.35; margin-top: .2rem; }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .6rem; }
.tags li { color: #326290; background: #eaf4ff; border-radius: 99px; font-size: .7rem; line-height: 1.5; padding: .13rem .55rem; white-space: nowrap; }
.button-profile { min-height: 2.2rem; font-size: .82rem; padding: .45rem 1rem; gap: .9rem; margin-top: .9rem; }
.button-profile .icon { width: .95rem; height: .95rem; }
/* Interest finder; deliberately goes to the central contact form. */
.requester-section { display: grid; grid-template-columns: 40% 58%; gap: 2%; padding-block: 1.4rem 1.2rem; align-items: center; }
.requester-copy h2 { font-size: 1.85rem; margin-top: .4rem; }
.requester-copy > p:last-child { color: var(--copy); font-size: .92rem; line-height: 1.5; margin-top: .6rem; max-width: 29rem; }
.finder { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.45rem 1.35rem .8rem; }
.finder-fields { display: grid; grid-template-columns: 1.2fr 1.2fr .95fr auto; gap: .85rem; align-items: end; }
.field { min-width: 0; }
.field label, .field legend { display: block; font-size: .92rem; line-height: 1.4; font-weight: 600; color: var(--ink); margin-bottom: .4rem; }
.field label small { font-size: .8rem; color: var(--copy); font-weight: 400; }
input:not([type=radio]):not([type=hidden]), select, textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #cbd7e4; border-radius: .25rem; min-height: 2.85rem; padding: .6rem .8rem; box-shadow: none; }
input::placeholder, textarea::placeholder { color: #69778a; opacity: 1; }
select { text-overflow: ellipsis; }
.finder .field label { font-size: .7rem; margin-bottom: .3rem; }
.finder select { min-height: 2.45rem; font-size: .7rem; padding: .4rem .45rem; color: #5a6a80; }
.finder .button { font-size: .75rem; padding-inline: .95rem; min-height: 2.6rem; gap: .6rem; }
.finder-note { display: flex; justify-content: center; gap: .4rem; align-items: center; color: var(--copy); font-size: .69rem; text-align: center; margin-top: .95rem; }
.finder-note .icon { height: .85rem; width: .85rem; }
/* Final call to action and footer */
.closing-section { text-align: center; padding-block: 1rem .8rem; }
.closing-section h2 { font-size: 1.85rem; margin-top: .25rem; }
.closing-section > p:not(.eyebrow):not(.platform-note) { font-size: .925rem; color: var(--copy); margin-top: .3rem; }
.closing-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: .8rem; }
.closing-actions .button { min-height: 2.45rem; font-size: .85rem; padding-block: .45rem; }
.closing-section .platform-note { font-size: .68rem; color: var(--copy); line-height: 1.4; margin-top: .85rem; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 1.5rem 1.25rem; }
.footer-identity { flex: 0 0 15rem; min-width: 0; }
.footer-brand { display: block; width: 10.5rem; max-width: 100%; }
.footer-slogan { font-size: .72rem; line-height: 1.55; color: var(--copy); margin-top: .55rem; max-width: 15rem; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.1rem; }
.footer-nav a { color: #4c5c73; font-size: .63rem; padding-block: .5rem; }
.footer-copyright { flex-shrink: 0; font-size: .66rem; color: var(--copy); text-align: right; }
.footer-copyright small { font-size: inherit; }
/* A local, progressively enhanced control; never covers the mobile menu. */
.back-to-top { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 15; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--blue); color: var(--white); box-shadow: 0 3px 12px rgb(0 70 130 / 15%); transition: background-color .14s; }
.back-to-top[hidden] { display: none; }
.back-to-top:hover { background: var(--blue-hover); }
.back-to-top:focus-visible { outline-color: var(--blue); outline-offset: 4px; }
/* Contact and legal pages use the same visual system. */
.subpage-hero { padding: 3.5rem 0 2rem; }
.subpage-hero h1 { font-size: 2.8rem; line-height: 1.1; letter-spacing: -.06rem; margin-top: .6rem; }
.subpage-hero p:not(.section-label):not(.eyebrow) { font-size: 1.08rem; color: var(--copy); margin-top: .85rem; max-width: 47rem; }
.section-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12rem; color: var(--copy); font-weight: 700; }
.contact-layout { display: grid; grid-template-columns: 33% 63%; gap: 4%; align-items: start; padding-bottom: 4rem; }
.contact-info { padding: 1.75rem; border-radius: var(--radius); background: var(--soft); }
.contact-info h2 { font-size: 1.45rem; }
.contact-info p { color: var(--copy); font-size: .97rem; margin-top: .9rem; }
.contact-info .check-list { margin-top: 1.4rem; }
.contact-info .check-list li { align-items: flex-start; font-size: .9rem; }
.contact-info .check-list .check-dot { margin-top: .05rem; }
.contact-card { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card h2 { font-size: 1.55rem; }
.contact-card > p { margin-top: .5rem; color: var(--copy); }
.contact-form { display: grid; gap: 1.3rem; margin-top: 1.6rem; }
.contact-form fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
.contact-form legend { margin-bottom: .65rem; }
.interest-options { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.field .interest-option { display: flex; align-items: flex-start; gap: .65rem; padding: .9rem; border: 1px solid #cbd7e4; border-radius: var(--radius); cursor: pointer; }
.interest-option:has(input:checked) { border-color: var(--blue); background: #f1f8ff; }
.interest-option input { width: 1.1rem; height: 1.1rem; margin: .22rem 0 0; accent-color: var(--blue); flex-shrink: 0; }
.interest-option strong { font-size: .9rem; }
.interest-option small { display: block; font-size: .78rem; line-height: 1.4; color: var(--copy); margin-top: .25rem; font-weight: normal; }
.field .interest-general { display: flex; gap: .5rem; align-items: center; font-size: .88rem; margin-top: .85rem; }
.interest-general input { accent-color: var(--blue); width: 1rem; height: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
textarea { resize: vertical; min-height: 10rem; line-height: 1.5; }
.form-privacy { font-size: .79rem; line-height: 1.6; color: var(--copy); }
.form-privacy a, .contact-info a, .prose a { text-decoration: underline; text-underline-offset: .18em; }
.form-hint { color: var(--copy); font-size: .78rem; line-height: 1.5; margin-top: .45rem; }
.hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.error-box { color: #852121; background: #fff6f6; border: 1px solid #e1b8b8; border-radius: var(--radius); padding: 1.1rem; margin-top: 1.2rem; font-size: .9rem; }
.error-box ul { padding-left: 1.2rem; margin-top: .45rem; }
.error-box a { color: inherit; text-decoration: underline; }
.field-error { color: var(--error); font-size: .8rem; margin-top: .4rem; }
[aria-invalid=true] { border-color: var(--error) !important; }
.success-panel { max-width: 48rem; margin: 3rem auto 5rem; padding: 2.5rem; border: 1px solid var(--line); border-radius: var(--radius); }
.success-panel > .feature-icon { margin-bottom: 1.3rem; }
.success-panel h1 { font-size: 2.5rem; line-height: 1.1; }
.success-panel p { color: var(--copy); margin-top: 1rem; }
.success-panel .button { margin-top: 1.5rem; }
.prose { width: min(83.4%, 52rem); margin: 0 auto 4rem; color: #435269; overflow-wrap: anywhere; }
.prose h2 { font-size: 1.45rem; margin-top: 1.8rem; margin-bottom: .75rem; }
.prose p + p { margin-top: .8rem; }
.legal-note { background: var(--soft); border: 1px solid var(--line); padding: 1.2rem; border-radius: var(--radius); }
/* Preserve the proportions of the supplied desktop screenshot at smaller
   desktop widths; mobile keeps a readable 16px base and reflows naturally. */
@media (min-width: 1024px) and (max-width: 1439px) {
  :root { font-size: calc(100vw / 90); }
}
@media (min-width: 1600px) {
  .hero h1 { font-size: 3.45rem; }
}
@media (max-width: 1023px) {
  :root { font-size: 16px; }
  .shell { width: calc(100% - 48px); }
  .desktop-nav, .header-actions { display: none; }
  .header-inner { min-height: 4.15rem; justify-content: space-between; }
  .brand { flex-basis: 12rem; }
  .brand img { width: 12rem; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary .icon { width: 1.45rem; height: 1.45rem; }
  .mobile-panel { position: absolute; right: 24px; top: calc(100% + .35rem); width: min(22rem, calc(100vw - 48px)); border: 1px solid var(--line); background: #fff; border-radius: .6rem; padding: 1rem; box-shadow: 0 12px 32px rgb(23 42 67 / 10%); display: grid; gap: .15rem; }
  .mobile-panel > a:not(.button) { padding: .8rem .5rem; color: var(--ink); min-height: 44px; }
  .mobile-panel .button { margin-top: .5rem; min-height: 44px; }
  .hero { padding-top: 2rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.9rem; }
  .hero h1 span { white-space: normal; }
  .hero-visual { margin: 1.7rem auto .25rem; width: min(100%, 29rem); grid-template-columns: 17rem 1fr; gap: 1.5rem; padding: 0; }
  .hero-seal img { width: 17rem; }
  .hero-aside { padding-top: .7rem; }
  .hand-note { width: 10.5rem; }
  .hand-arrow { height: 5rem; }
  .benefit-list { margin-top: .3rem; }
  .feature-grid { gap: .85rem; }
  .feature-card { display: block; padding: 1.2rem; }
  .feature-card h2 { font-size: 1rem; }
  .feature-card p { font-size: .9rem; }
  .steps { gap: 1rem; }
  .step { gap: .8rem; padding: 0; }
  .step:not(:last-child)::after, .step:not(:last-child)::before { display: none; }
  .step-number { flex-basis: 2.8rem; height: 2.8rem; font-size: 1.25rem; }
  .step h3 { margin-top: .4rem; }
  .step p { font-size: .9rem; }
  .desktop-break { display: none; }
  .seal-section { grid-template-columns: 30% 67%; gap: 3%; align-items: center; padding-block: 1.6rem; }
  .seal-quote { display: none; }
  .seal-copy h2 { font-size: 1.6rem; }
  .seal-copy > p, .check-list li { font-size: .9rem; }
  .provider-heading { display: block; }
  .provider-heading > .button { margin-top: 1rem; }
  .provider-grid { gap: .75rem; }
  .provider-card { padding: 1.4rem .8rem .8rem; }
  .provider-info { gap: .65rem; align-items: flex-start; }
  .avatar { flex-basis: 3.25rem; width: 3.25rem; height: 3.25rem; }
  .avatar-agency { font-size: 2rem; }
  .provider-card h3 { font-size: .9rem; white-space: normal; }
  .provider-role { font-size: .8rem; }
  .tags { gap: .3rem; }
  .tags li { font-size: .62rem; padding-inline: .4rem; }
  .requester-section { grid-template-columns: 1fr; gap: 1.2rem; }
  .requester-copy > p:last-child { max-width: none; }
  .finder-fields { grid-template-columns: 1fr 1fr 1fr auto; }
  .finder select { min-height: 44px; font-size: .8rem; }
  .finder .field label { font-size: .8rem; }
  .finder .button { min-height: 44px; font-size: .8rem; }
  .finder-note { font-size: .75rem; }
  .footer-inner { flex-wrap: wrap; gap: 1.25rem; }
  .footer-nav { order: 3; width: 100%; justify-content: flex-start; gap: 1.15rem; }
  .footer-nav a { font-size: .8rem; }
  .footer-slogan, .footer-copyright { font-size: .75rem; }
  .closing-section .platform-note { font-size: .75rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-info { max-width: none; }
  .prose { width: calc(100% - 48px); }
}
@media (max-width: 639px) {
  .shell { width: calc(100% - 40px); }
  h2 { font-size: 1.6rem; }
  .header-inner { min-height: 4rem; }
  .brand { flex-basis: 10.8rem; }
  .brand img { width: 10.8rem; }
  .mobile-panel { right: 20px; width: calc(100vw - 40px); }
  .hero { padding-block: 1.6rem 1.4rem; }
  .hero .eyebrow span { display: block; }
  .hero .eyebrow { font-size: .6rem; letter-spacing: .095rem; max-width: 20rem; }
  .hero h1 { font-size: clamp(1.95rem, 8.55vw, 2.8rem); line-height: 1.065; letter-spacing: -.045rem; margin-top: .75rem; }
  .hero-lead { font-size: 1rem; line-height: 1.5; margin-top: .9rem; }
  .hero-actions { flex-direction: column; gap: .65rem; margin-top: 1.15rem; }
  .hero-actions .button { width: 100%; min-height: 46px; font-size: .875rem; padding-inline: .8rem; }
  .hero-note { font-size: .78rem; margin-top: .8rem; text-align: center; }
  .hero-visual { max-width: 23rem; grid-template-columns: 56% 40%; gap: 4%; margin-top: 1.5rem; }
  .hero-seal img { width: 100%; }
  .hero-seal figcaption { font-size: .62rem; }
  .hero-aside { padding-top: .1rem; }
  .hand-note { width: 100%; }
  .hand-arrow { width: 5.7rem; height: 3.7rem; margin: -.45rem 0 -.15rem -.35rem; }
  .benefit-list { margin-top: 0; gap: .3rem; }
  .benefit-list li { font-size: .69rem; gap: .35rem; }
  .benefit-list .check-dot { flex-basis: 1.15rem; width: 1.15rem; height: 1.15rem; }
  .benefit-list .check-dot .icon { width: .7rem; height: .7rem; }
  .feature-section { padding-block: 1.1rem; }
  .feature-grid { grid-template-columns: 1fr; gap: .65rem; }
  .feature-card { display: flex; gap: 1rem; padding: 1.05rem; min-height: 0; }
  .feature-icon { flex-basis: 3rem; width: 3rem; height: 3rem; }
  .feature-icon .icon { width: 1.7rem; height: 1.7rem; }
  .feature-card h2 { font-size: .98rem; margin-top: .1rem; line-height: 1.35; }
  .feature-card p { margin-top: .35rem; font-size: .875rem; line-height: 1.5; }
  .steps-section { padding-block: 1.6rem; }
  .section-heading h2 { font-size: 1.5rem; letter-spacing: -.035rem; }
  .section-heading p { font-size: .875rem; margin-top: .45rem; }
  .steps { grid-template-columns: 1fr; gap: 1.4rem; margin-top: 1.4rem; }
  .step { gap: 1.1rem; }
  .step-number { flex-basis: 3rem; height: 3rem; }
  .step h3 { font-size: 1rem; margin-top: .15rem; }
  .step p { font-size: .9rem; }
  .step:not(:last-child)::after { display: block; height: 1rem; width: 1px; top: 3.3rem; left: 1.5rem; right: auto; }
  .seal-section { grid-template-columns: 1fr; gap: 2rem; padding-block: 1.6rem; }
  .seal-picture img { width: 11rem; }
  .seal-picture figcaption { position: absolute; top: 100%; width: 100%; font-size: .65rem; }
  .seal-copy h2 { font-size: 1.5rem; }
  .seal-copy > p { font-size: .9rem; line-height: 1.5; }
  .check-list { gap: .65rem; }
  .check-list li { font-size: .86rem; gap: .7rem; line-height: 1.4; }
  .check-list .check-dot { flex-basis: 1.4rem; height: 1.4rem; }
  .providers-section { padding-block: 1.5rem; }
  .provider-heading h2 { font-size: 1.6rem; line-height: 1.2; }
  .provider-heading > div > p:last-child { font-size: .9rem; line-height: 1.5; margin-top: .6rem; }
  .provider-heading > .button { white-space: normal; width: 100%; min-height: 46px; padding-inline: .8rem; }
  .provider-grid { grid-template-columns: 1fr; gap: .8rem; margin-top: 1.1rem; }
  .provider-card { padding: 1.25rem 1rem 1rem; min-height: 0; }
  .example-label { font-size: .58rem; top: .45rem; }
  .provider-info { align-items: center; gap: 1rem; }
  .avatar { width: 4rem; height: 4rem; flex-basis: 4rem; }
  .avatar-agency { font-size: 2.5rem; }
  .provider-card h3 { font-size: 1rem; }
  .provider-role { font-size: .86rem; }
  .tags { margin-top: .45rem; gap: .35rem; }
  .tags li { font-size: .65rem; padding-inline: .5rem; }
  .button-profile { min-height: 40px; margin-top: .85rem; font-size: .82rem; }
  .requester-section { padding-block: 1.6rem; }
  .requester-copy h2 { font-size: 1.6rem; }
  .requester-copy > p:last-child { font-size: .9rem; }
  .finder { padding: 1.1rem; }
  .finder-fields { grid-template-columns: 1fr; gap: .95rem; }
  .finder .field label { font-size: .84rem; }
  .finder select { font-size: 1rem; padding-inline: .65rem; min-height: 46px; }
  .finder .button { min-height: 46px; font-size: .9rem; margin-top: .15rem; }
  .finder-note { font-size: .7rem; align-items: flex-start; text-align: left; line-height: 1.5; }
  .finder-note .icon { margin-top: .15rem; }
  .closing-section { padding-block: 1.6rem; }
  .closing-section h2 { font-size: 1.55rem; line-height: 1.22; margin-top: .5rem; }
  .closing-section > p:not(.eyebrow):not(.platform-note) { font-size: .88rem; line-height: 1.5; margin-top: .65rem; }
  .closing-actions { flex-direction: column; gap: .7rem; margin-top: 1.1rem; }
  .closing-actions .button { min-height: 46px; }
  .closing-section .platform-note { margin-top: 1.05rem; line-height: 1.55; }
  .footer-inner { padding-block: 1.5rem; align-items: flex-start; gap: 1.2rem; }
  .footer-identity { flex-basis: 100%; }
  .footer-brand { width: 10.5rem; }
  .footer-slogan { font-size: .75rem; }
  .footer-copyright { text-align: left; flex: 1 0 100%; font-size: .72rem; order: 4; padding-right: 3rem; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 1rem; }
  .footer-nav a { display: flex; align-items: center; min-height: 44px; }
  .subpage-hero { padding: 2rem 0 1.5rem; }
  .subpage-hero h1 { font-size: 2rem; }
  .subpage-hero p:not(.section-label):not(.eyebrow) { font-size: 1rem; }
  .contact-layout { padding-bottom: 2rem; }
  .contact-info, .contact-card { padding: 1.2rem; }
  .contact-info h2 { font-size: 1.3rem; }
  .interest-options, .form-grid { grid-template-columns: 1fr; }
  .interest-option strong { font-size: .95rem; }
  .interest-option { min-height: 70px; }
  .contact-form input:not([type=radio]):not([type=hidden]), .contact-form select, .contact-form textarea { font-size: 16px; }
  .contact-form .button { min-height: 46px; width: 100%; }
  .contact-card h2 { font-size: 1.35rem; }
  .success-panel { margin: 2rem 0; padding: 1.4rem; }
  .success-panel h1 { font-size: 2rem; }
  .prose { width: calc(100% - 40px); }
  .prose h2 { font-size: 1.3rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header, .site-footer, .hero-actions, .closing-actions, .mobile-menu, .finder, .button, .back-to-top { display: none !important; }
  .shell, .prose { width: 100%; max-width: none; }
  .hero-grid, .seal-section, .contact-layout { display: block; }
  .hero-visual, .seal-picture, .seal-quote { display: none; }
  .provider-card { break-inside: avoid; }
}
