* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; font-size: 16px; line-height: 1.8; background: var(--white); }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.5; }
h1 { letter-spacing: -.04em; }
h2 { font-size: clamp(30px, 2.9vw, 44px); letter-spacing: -.03em; font-weight: 700; }
h3 { font-size: 25px; font-weight: 650; }
a { color: var(--teal); text-underline-offset: 6px; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #52bbc1; outline-offset: 4px; }
button:disabled { opacity: .6; cursor: wait; }
.site-width { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: white; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; width: min(1512px, 100%); padding: 14px 36px; margin: auto; display: flex; align-items: center; gap: 32px; }
.header-inner .wordmark-lockup { margin-right: auto; }
.site-nav { display: flex; align-items: center; gap: 44px; }
.site-nav a { font-size: 17px; font-weight: 650; color: var(--ink); text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current=page] { color: var(--teal); }
.site-nav a[aria-current=page] { text-decoration: underline; }
.nav-toggle, .mobile-consult { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 56px; padding: 14px 26px; border: 1px solid var(--teal); border-radius: 6px; background: var(--teal); color: white; text-decoration: none; font-size: 17px; font-weight: 650; line-height: 1.5; }
.button:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.header-consult { flex-shrink: 0; min-height: 48px; padding: 11px 24px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 17px; font-weight: 650; }
.icon { display: inline-block; width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.button .icon, .text-link .icon { width: 20px; height: 20px; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; background: white; }
.skip-link:focus { top: 12px; }
.anchor-alias { display: block; height: 0; }
.section { padding-block: 88px; }
.pale { background: var(--canvas); }
.section-copy p { margin-top: 28px; font-size: 19px; }
.section-copy .text-link { margin-top: 40px; }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; max-width: 1344px; }
.home-page .split-section { padding-block: 112px; }
.step-list { list-style: none; margin: 0; padding: 0; }
.step-list li { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 34px; padding: 28px 0; }
.step-list li:first-child { padding-top: 0; }
.step-list li + li { border-top: 1px solid var(--line); }
.step-list .number { font-size: 64px; font-weight: 450; line-height: 1.35; color: var(--teal); border-right: 1px solid var(--line); }
.step-list p { margin-top: 10px; font-size: 16px; }
.roles { padding-block: 80px; text-align: center; }
.roles h2 { font-size: 40px; }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin: 50px auto 36px; max-width: 1220px; text-align: left; }
.role { display: grid; grid-template-columns: 70px 1fr; gap: 28px; align-items: center; }
.role + .role { border-left: 1px solid var(--line); padding-left: 54px; }
.role > .icon { width: 56px; height: 70px; color: var(--teal); }
.role h3 { font-size: 25px; }
.role p { margin-top: 12px; text-wrap: balance; }
.roles > .site-width > p { color: var(--muted); }
.roles > .site-width { max-width: 1344px; }
.provider { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; padding-block: 64px; }
.provider > div { border-left: 1px solid var(--line); padding-left: 60px; }
.provider p { font-size: 17px; }
.provider .text-link { margin-top: 22px; }
.provider.site-width { max-width: 1200px; }
.contact-section { padding-block: 48px; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.18fr; gap: 88px; align-items: start; max-width: 1200px; }
.contact-copy { padding-top: 58px; }
.contact-copy > p { font-size: 17px; margin-top: 28px; }
.contact-helper { color: var(--muted); font-size: 13px !important; }
.faq-list { margin-top: 44px; }
.faq-list details { border-top: 1px solid var(--line); padding-block: 20px; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; font-weight: 600; font-size: 15px; line-height: 1.7; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 18px; height: 18px; }
.faq-list details[open] .icon .vertical { display: none; }
.faq-list details p { color: var(--muted); font-size: 14px; margin-top: 16px; }
.contact-form { position: relative; display: grid; gap: 20px; padding: 32px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.field label, .fieldset-group legend { display: block; font-weight: 650; font-size: 17px; line-height: 1.5; margin-bottom: 8px; }
.field input[type=text], .field input[type=email], .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c5d1d8; border-radius: 6px; color: var(--ink); background: white; font-size: 16px; }
.field input[type=text], .field input[type=email] { line-height: 1.5; }
.field textarea { min-height: 112px; resize: vertical; line-height: 1.7; }
.field input:focus, .field textarea:focus { border-color: var(--teal); }
.field-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.fieldset-group { padding: 0; border: 0; min-width: 0; margin: 0; }
.purpose-options { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.checkbox-field { display: flex; gap: 10px; align-items: center; }
.checkbox-field input { accent-color: var(--teal); width: 20px; height: 20px; flex: 0 0 20px; margin: 0; }
.checkbox-field label { font-size: 15px; font-weight: 400; margin: 0; line-height: 1.6; }
.field-helper, .privacy-note { font-size: 13px; line-height: 1.8; color: var(--muted); }
.field-helper { margin-top: 8px; }
.contact-scope { margin-top: 24px; font-size: 14px; }
.contact-scope h3 { font-size: 17px; }
.contact-scope ul { padding-left: 1.4em; }
.contact-form .button { width: 100%; min-height: 48px; padding-block: 10px; }
.form-status:empty { display: none; }
.form-status { font-size: 15px; }
.form-status[data-state=success] { padding: 22px; background: var(--canvas); border-left: 3px solid var(--teal); color: var(--teal-dark); font-weight: 600; }
.form-status[data-state=error] { color: #9c3434; }
.contact-form[data-submitted=true] > :not(.form-status) { display: none; }
.site-footer { border-top: 1px solid var(--line); padding-block: 34px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.footer-inner .wordmark-lockup { --lockup-width: 270px; --lockup-height: 50px; flex-shrink: 0; }
.footer-inner nav { display: flex; gap: 32px; flex-wrap: wrap; }
.footer-inner nav a { font-size: 14px; text-decoration: none; color: var(--ink); }
.footer-inner p { font-size: 13px; white-space: nowrap; color: var(--muted); }
.home-page .footer-inner { max-width: 1200px; }
.brand-page .footer-inner { max-width: 1376px; }
@media (max-width: 1100px) {
  .header-inner { gap: 24px; padding-inline: 28px; }
  .site-nav { gap: 26px; }
  .site-nav a { font-size: 15px; }
  .site-width { width: calc(100% - 64px); }
  .split-section, .provider { gap: 42px; }
  .contact-grid { gap: 40px; grid-template-columns: .85fr 1.15fr; }
  .contact-form { padding: 26px; }
  .contact-copy { padding-top: 26px; }
  .step-list li { grid-template-columns: 76px 1fr; gap: 24px; }
  .step-list .number { font-size: 52px; }
  .role-grid { gap: 32px; }
  .role + .role { padding-left: 32px; }
  .footer-inner { flex-wrap: wrap; gap: 24px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 76px; padding: 12px 24px; flex-wrap: wrap; }
  .header-inner .wordmark-lockup { max-width: calc(100% - 70px); --lockup-width: 250px; }
  .header-consult { display: none; }
  .site-nav { width: 100%; flex-wrap: wrap; padding-bottom: 14px; }
  .site-nav .mobile-consult { display: inline-flex; color: var(--teal); }
  .nav-ready .nav-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 5px; background: white; color: var(--ink); }
  .nav-ready .site-nav { display: none; }
  .nav-ready .nav-open .site-nav { display: flex; position: absolute; top: 100%; left: 0; width: 100%; background: white; padding: 22px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 4px 8px #132a3808; }
  .role { grid-template-columns: 56px 1fr; gap: 16px; }
  .role h3 { font-size: 21px; }
  .provider > div { padding-left: 32px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 94px; }
  .site-width { width: calc(100% - 36px); }
  .header-inner { min-height: 72px; padding-inline: 18px; gap: 16px; }
  .public-site .site-header .wordmark-lockup { width: 220px; flex-basis: 220px; max-width: calc(100% - 66px); }
  .nav-ready .nav-open .site-nav { display: grid; gap: 18px; padding: 22px; }
  .site-nav a { font-size: 16px; }
  .section { padding-block: 54px; }
  .home-page .split-section { padding-block: 54px; }
  h2 { font-size: 30px; }
  h3 { font-size: 22px; }
  .button, .text-link { font-size: 15px; }
  .button { padding: 14px 20px; min-height: 50px; }
  .split-section, .provider, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-copy p { margin-top: 20px; font-size: 16px; }
  .section-copy .text-link { margin-top: 24px; }
  .step-list li { grid-template-columns: 56px 1fr; gap: 20px; padding-block: 24px; }
  .step-list .number { font-size: 40px; }
  .step-list h3 { font-size: 22px; }
  .step-list p { font-size: 15px; margin-top: 8px; }
  .roles { padding-block: 44px; text-align: left; }
  .roles h2 { font-size: 27px; }
  .role-grid { grid-template-columns: 1fr; margin-block: 28px; }
  .role + .role { border: 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
  .role p { font-size: 15px; }
  .roles > .site-width > p { font-size: 14px; }
  .provider { padding-block: 46px; }
  .provider > div { border: 0; padding: 0; }
  .provider p { font-size: 16px; }
  .contact-section { padding-block: 44px; }
  .contact-copy { padding: 0; }
  .contact-copy > p { font-size: 16px; margin-top: 20px; }
  .contact-form { padding: 22px 18px; gap: 20px; }
  .purpose-options { gap: 12px 18px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner .wordmark-lockup { width: 240px; flex-basis: auto; }
  .footer-inner nav { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
