@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
}

:root {
  color-scheme: light;
  --ink: #17191d;
  --paper: #f5f4ef;
  --text: #17191d;
  --muted: #555861;
  --line: #d5d6d0;
  --accent: #c5b0ff;
  --accent-ink: #6046a0;
  --gutter: 56px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--text); line-height: 1.75; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { border: 0; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 5px; }
.dark :focus-visible, .site-header :focus-visible { outline-color: var(--accent); }
::selection { background: var(--accent); color: var(--ink); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 550; line-height: 1.12; }
h1 { font-size: clamp(3.125rem, 8.1vw, 6.8125rem); letter-spacing: -.065em; }
h2 { font-size: clamp(2rem, 4.25vw, 3.5rem); letter-spacing: -.055em; }
h3 { font-size: 1.375rem; letter-spacing: -.035em; line-height: 1.3; }
p + p { margin-top: 1rem; }
.container { width: min(1180px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.dark { --text: #f6f5f1; --muted: #bcbec6; --line: #41434b; background: var(--ink); color: var(--text); }
.skip-link { position: absolute; z-index: 20; top: 12px; left: 16px; padding: 12px 18px; background: var(--accent); color: var(--ink); transform: translateY(-180%); font-weight: 650; }
.skip-link:focus { transform: translateY(0); }

/* Shared navigation */
.site-header { background: var(--ink); color: #f6f5f1; }
.header-inner { display: flex; min-height: 96px; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #41434b; }
.brand { display: inline-block; color: inherit; font-size: 1.875rem; font-weight: 650; letter-spacing: -.07em; line-height: 1.4; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--accent-ink); }
.site-header .brand span { color: var(--accent); }
.primary-nav { display: flex; gap: 34px; align-items: center; }
.primary-nav > a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; font-size: .875rem; font-weight: 550; text-decoration: none; }
.primary-nav > a:not(.button):hover, .primary-nav [aria-current='page'] { color: var(--accent); }
.primary-nav [aria-current='page'] { text-decoration: underline; text-underline-offset: 7px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 32px; padding: 15px 23px; border: 1px solid transparent; border-radius: 3px; background: var(--accent); color: #211438; font-size: .9375rem; font-weight: 650; line-height: 1.4; text-align: center; text-decoration: none; }
.button:hover { background: #d0bfff; text-decoration: none; }
.button--small { min-height: 46px; padding: 11px 18px; gap: 20px; font-size: .8125rem; }
.button--outline { border-color: #6b6d75; background: transparent; color: #f6f5f1; }
.button--outline:hover { border-color: var(--accent); background: #26252e; }
.button:disabled { cursor: wait; opacity: .68; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 16px; font-size: .9375rem; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link span, .button span[aria-hidden] { font-size: 1.15em; line-height: 1; }
.eyebrow { color: var(--muted); font-size: .6875rem; font-weight: 650; letter-spacing: .15em; line-height: 1.7; text-transform: uppercase; }
.eyebrow--line { display: flex; align-items: center; gap: 14px; }
.eyebrow--line::before { content: ''; width: 28px; height: 2px; flex: 0 0 auto; background: var(--accent); }

/* The opening section */
.hero { padding: 67px 0 35px; }
.hero > .container > .eyebrow { margin-bottom: 30px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 74px; align-items: end; }
.hero h1 { line-height: 1.02; }
.hero h1 span { color: var(--accent); }
.hero-copy { max-width: 540px; margin-top: 31px; color: var(--muted); font-size: 1.125rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 30px; margin-top: 30px; }
.hero-actions .text-link { color: #eeedf2; font-size: .875rem; }
.hero-aside { margin-bottom: 8px; padding: 2px 0 0 26px; border-left: 1px solid #5b5c65; }
.hero-aside p { font-size: 1.4375rem; line-height: 1.65; letter-spacing: -.035em; }
.hero-aside > span { display: block; margin-top: 27px; color: var(--muted); font-size: .6875rem; letter-spacing: .13em; line-height: 1.9; text-transform: uppercase; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 38px; margin: 55px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; list-style: none; }

/* Calm, open content sections */
.section { padding: 100px 0; }
.section-heading { margin-bottom: 45px; }
.section-heading:has(> div) { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.section-heading .eyebrow, .faq-layout > div > .eyebrow, .proof-heading > .eyebrow { margin-bottom: 14px; }
.section-heading > .text-link { flex: 0 0 auto; margin-bottom: 3px; }
.section-intro { max-width: 660px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.section-heading > .section-intro { margin-top: 24px; }
.section-heading:has(> div) > .section-intro { max-width: 340px; margin: 0 0 4px; }
.section--quiet { background: #eeeee7; }
.section--ruled > .container { padding-top: 65px; border-top: 1px solid var(--line); }
.section--ruled { padding-top: 0; }
.services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 60px; }
.service { display: grid; grid-template-columns: 33px minmax(0, 1fr); gap: 15px; padding: 27px 0 32px; border-top: 1px solid var(--line); }
.service-number { padding-top: 4px; color: var(--muted); font-size: .6875rem; }
.service p { max-width: 440px; margin-top: 12px; color: var(--muted); font-size: 1rem; }
.additional-services { margin: 7px 0 0; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8125rem; line-height: 1.85; }
.additional-services strong { color: var(--text); font-weight: 650; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin: 0; padding: 0; list-style: none; }
.step { padding-top: 22px; border-top: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 24px; color: var(--muted); font-size: .6875rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.step h3 { font-size: 1.25rem; }
.step p { margin-top: 13px; color: var(--muted); font-size: .9375rem; line-height: 1.85; }
.section-link { margin-top: 35px; }
.proof-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.proof-heading h2 { font-size: clamp(2rem, 3.5vw, 2.875rem); }
.proof-copy > p:not(.eyebrow) { margin-top: 23px; color: var(--muted); }
.proof-copy > p:first-child { margin-top: 0; }
.proof-copy .text-link { margin-top: 21px; }
.caption { color: var(--muted); font-size: .75rem; line-height: 1.8; }
.proof-copy > p.caption { margin-top: 15px; }

/* Native, keyboard-accessible questions */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; }
.faq-layout .section-intro { margin-top: 22px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; font-size: 1rem; font-weight: 600; letter-spacing: -.015em; line-height: 1.65; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; flex: 0 0 auto; color: var(--accent-ink); font-size: 1.375rem; font-weight: 400; line-height: 1; }
.faq details[open] > summary::after { content: '−'; }
.faq details > p { max-width: 650px; margin: -2px 36px 23px 0; color: var(--muted); font-size: .9375rem; line-height: 1.85; }
.faq details > p + p { margin-top: -8px; }

/* Quote form */
.quote-section { padding: 96px 0 100px; }
.quote-layout { display: grid; grid-template-columns: 1fr 1.06fr; gap: 92px; }
.quote-intro > .eyebrow { margin-bottom: 22px; }
.quote-intro h2 { font-size: clamp(2.5rem, 4.5vw, 3.5rem); }
.quote-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); }
.contact-links { display: flex; flex-direction: column; align-items: start; gap: 3px; margin-top: 39px; }
.contact-links a { display: inline-flex; min-height: 44px; align-items: center; gap: 20px; color: #f6f5f1; font-size: 1rem; text-decoration: none; }
.contact-links a:hover { text-decoration: underline; }
.quote-intro > p.caption { max-width: 310px; margin-top: 13px; }
.quote-form { min-width: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { color: #f6f5f1; font-size: .8125rem; font-weight: 550; }
.field label span { color: var(--muted); font-size: .75rem; font-weight: 400; }
.field input, .field textarea { width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid #656771; border-radius: 3px; background: #202227; color: #f6f5f1; font-size: 1rem; line-height: 1.5; color-scheme: dark; }
.field input { min-height: 50px; }
.field textarea { min-height: 128px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a4a6b0; opacity: 1; }
.field input:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-color: var(--accent); }
.field [aria-invalid='true'] { border-color: #ffb9b2; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.turnstile-wrap { min-height: 65px; margin-top: 20px; }
.form-hint { margin: 19px 0 21px; color: var(--muted); font-size: .75rem; line-height: 1.8; }
.form-hint a { color: #e9e2f6; }
.form-submit { width: 100%; justify-content: space-between; }
.form-status { margin-top: 16px; color: #d7c8ff; font-size: .875rem; line-height: 1.8; overflow-wrap: anywhere; }
.form-status:empty { display: none; }
.form-status[data-tone='error'], .form-status[data-state='error'] { color: #ffb9b2; }
.form-status[data-tone='success'], .form-status[data-state='success'] { color: #c5e2c9; }
.preview-notice { display: none; padding: 10px var(--gutter); background: #e4d9ff; color: #302447; font-size: .6875rem; text-align: center; line-height: 1.8; }
.preview-notice span { margin: 0 7px; }
.preview-notice a { margin-left: 8px; font-weight: 650; }
[data-preview] .preview-notice { display: block; }
[data-preview] .turnstile-wrap { display: none; }

/* Care, privacy, and error pages */
.page-hero { padding: 76px 0 88px; }
.page-hero .eyebrow { margin-bottom: 25px; }
.page-hero h1 { max-width: 960px; font-size: clamp(3.125rem, 7vw, 6.125rem); line-height: 1.06; }
.page-hero .section-intro { max-width: 630px; margin-top: 28px; font-size: 1.125rem; }
.page-hero .button { margin-top: 30px; }
.page-hero ~ .section + .section { border-top: 1px solid var(--line); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 65px; row-gap: 36px; }
.detail-block { padding-top: 25px; border-top: 1px solid var(--line); }
.detail-block h3 { margin-bottom: 16px; }
.detail-block p { color: var(--muted); font-size: 1rem; }
.detail-block .eyebrow { margin-bottom: 15px; font-size: .6875rem; }
.detail-block a:not(.text-link) { color: var(--text); }
.detail-block .text-link { min-height: auto; font-size: inherit; }
.detail-list { margin: 0 0 29px; }
.detail-list > div { display: grid; grid-template-columns: 1fr 1.65fr; gap: 40px; padding: 22px 0; border-top: 1px solid var(--line); }
.detail-list > div:last-child { border-bottom: 1px solid var(--line); }
.detail-list dt { font-weight: 650; letter-spacing: -.015em; }
.detail-list dd { margin: 0; color: var(--muted); }
.detail-list dd strong { color: var(--text); font-weight: 600; }
.detail-list dd p { margin-top: 10px; }
.detail-list + p { max-width: 850px; color: var(--muted); }
.detail-list ~ .button { margin-top: 27px; }
.detail-grid + .faq { margin-top: 52px; }
.prose { max-width: 790px; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 48px 0 19px; font-size: 1.75rem; }
.prose h3 { margin: 30px 0 14px; }
.prose p, .prose li { color: var(--muted); }
.prose p + p { margin-top: 19px; }
.prose ul, .prose ol { padding-left: 23px; }
.prose li + li { margin-top: 9px; }
.prose a { color: var(--text); overflow-wrap: anywhere; }
.prose strong { color: var(--text); font-weight: 650; }
.prose address { margin-top: 20px; color: var(--muted); font-style: normal; }
.error-page { min-height: 60vh; padding: 110px 0; }
.error-page h1 { max-width: 880px; }
.error-page p { max-width: 630px; margin-top: 25px; color: var(--muted); }
.error-page .button { margin-top: 28px; }

/* Shared footer */
.site-footer { padding: 62px 0 24px; background: var(--paper); }
.footer-top { display: flex; justify-content: space-between; gap: 45px; padding-bottom: 48px; }
.footer-top p { margin-top: 17px; color: var(--muted); font-size: .8125rem; line-height: 1.85; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); align-content: start; column-gap: 48px; row-gap: 5px; }
.footer-links a { display: flex; min-height: 44px; align-items: center; gap: 12px; font-size: .8125rem; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .6875rem; line-height: 1.8; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }

@media (max-width: 1050px) {
  :root { --gutter: 40px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 166px; gap: 40px; }
  .hero-aside { padding-left: 22px; }
  .hero-aside p { font-size: 1.25rem; }
  .hero-copy { max-width: 490px; }
  .section { padding-block: 82px; }
  .section--ruled { padding-top: 0; }
  .services { column-gap: 36px; }
  .steps { gap: 28px; }
  .proof-layout, .faq-layout, .quote-layout { gap: 52px; }
  .detail-grid { column-gap: 40px; }
}

@media (max-width: 760px) {
  :root { --gutter: 28px; }
  .header-inner { min-height: 76px; gap: 22px; }
  .brand { font-size: 1.625rem; }
  .primary-nav { gap: 23px; }
  .primary-nav > a:nth-child(2) { display: none; }
  .hero { padding-top: 49px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-aside { display: none; }
  .hero h1 { font-size: clamp(3.5rem, 11.5vw, 5.5rem); }
  .hero-copy { max-width: 540px; font-size: 1rem; }
  .hero-actions { gap: 12px 24px; }
  .trust-line { gap: 9px 25px; margin-top: 42px; font-size: .6875rem; }
  .section { padding-block: 67px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading:has(> div) { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading:has(> div) > .section-intro { max-width: 530px; }
  .section-heading > .text-link { margin-top: -8px; }
  .services { grid-template-columns: 1fr; }
  .service { padding-block: 25px; }
  .service p { max-width: 550px; }
  .proof-layout { grid-template-columns: 1fr; gap: 25px; }
  .proof-heading h2 { font-size: 2rem; }
  .proof-copy > p:not(.eyebrow) { font-size: .9375rem; }
  .proof-copy > p.caption { font-size: .75rem; }
  .faq-layout, .quote-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-layout .section-intro { margin-top: 17px; }
  .section--ruled { padding-top: 0; }
  .section--ruled > .container { padding-top: 56px; }
  .quote-layout { gap: 44px; }
  .quote-intro h2 { font-size: 2.875rem; }
  .contact-links { margin-top: 22px; }
  .quote-intro > p.caption { max-width: 100%; }
  .page-hero { padding: 56px 0 65px; }
  .page-hero h1 { font-size: clamp(3.125rem, 9vw, 4.5rem); }
  .page-hero .section-intro { font-size: 1rem; }
  .detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .detail-list > div { grid-template-columns: 1fr 1.4fr; gap: 25px; }
  .footer-top { padding-bottom: 35px; }
  .footer-links { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  :root { --gutter: 22px; }
  .header-inner { gap: 16px; }
  .primary-nav { gap: 20px; }
  .primary-nav > a:not(.button) { font-size: .75rem; }
  .primary-nav > a:nth-child(2) { display: inline-flex; }
  .primary-nav > .button { display: none; }
  .hero > .container > .eyebrow { margin-bottom: 28px; font-size: .625rem; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(3.05rem, 12.1vw, 4.25rem); letter-spacing: -.065em; }
  .hero-copy { margin-top: 26px; font-size: 1rem; line-height: 1.8; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .text-link { font-size: .8125rem; }
  .button { min-height: 54px; }
  .trust-line { gap: 10px 18px; margin-top: 32px; padding-top: 21px; font-size: .625rem; }
  h2 { font-size: 2.125rem; }
  h3 { font-size: 1.25rem; }
  .section { padding-block: 56px; }
  .section-heading .eyebrow { font-size: .625rem; }
  .section-intro { font-size: .9375rem; }
  .section--ruled { padding-top: 0; }
  .service { grid-template-columns: 24px minmax(0, 1fr); gap: 11px; }
  .service p { font-size: .9375rem; }
  .additional-services { font-size: .75rem; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .step-number { margin-bottom: 17px; }
  .step p { max-width: 490px; }
  .proof-heading h2 { font-size: 2.125rem; }
  .faq summary { min-height: 76px; font-size: .9375rem; }
  .faq details > p { margin-right: 18px; }
  .quote-intro h2 { font-size: 2.625rem; }
  .form-grid { grid-template-columns: 1fr; gap: 19px; }
  .field label { font-size: .8125rem; }
  .field label span { font-size: .6875rem; }
  .form-hint { font-size: .6875rem; }
  .page-hero h1 { font-size: clamp(3rem, 11.6vw, 4rem); }
  .detail-list > div { grid-template-columns: 1fr; gap: 8px; padding-block: 20px; }
  .detail-list dt, .detail-list dd, .detail-block p { font-size: .9375rem; }
  .detail-grid + .faq { margin-top: 36px; }
  .prose h2 { font-size: 1.5rem; }
  .prose p, .prose li { font-size: .9375rem; }
  .site-footer { padding-top: 45px; }
  .footer-top { flex-direction: column; gap: 26px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .footer-links a { font-size: .75rem; overflow-wrap: anywhere; }
  .footer-bottom { flex-direction: column; align-items: start; gap: 4px; padding-top: 19px; }
  .preview-notice { font-size: .625rem; }
  .preview-notice a { display: inline-block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

@media (forced-colors: active) {
  .button, .field input, .field textarea { border: 1px solid ButtonText; }
  .eyebrow--line::before { background: CanvasText; }
}

@media print {
  .preview-notice, .site-header, .hero-aside, .quote-section, .skip-link { display: none; }
  :root { --gutter: 0px; --muted: #333; --line: #bbb; }
  body, .dark, .section--quiet, .site-footer { background: #fff; color: #111; }
  .dark { --muted: #333; }
  .hero, .page-hero, .section { padding-block: 25px; }
  h1, .hero h1 { font-size: 48px; }
  .hero h1 span, .brand span { color: #333; }
  h2 { font-size: 28px; }
  h3 { font-size: 18px; }
  .button { display: none; }
  .section-heading { margin-bottom: 20px; }
  .step, .detail-block, .service { break-inside: avoid; }
  .footer-top { padding-bottom: 20px; }
}
