/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0c2235;
    --color-neutral: #122b3d;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --navy: #0c2235;
  --navy-soft: #17384a;
  --teal: #4ae0ca;
  --ink: #122b3d;
  --muted: #647785;
  --line: #dce5e8;
  --paper: #f3f7f7;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select {
  font: inherit;
}
button,a,input,select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible {
  outline: 3px solid #139d88;
  outline-offset: 4px;
}
button {
  color: inherit;
}
.preview-note {
  text-align: center;
  padding: 6px 20px;
  background: #d6eeea;
  color: #284b51;
  font-size: 12px;
  letter-spacing: .02em;
}
.site-header {
  height: 104px;
  max-width: 1304px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight: 800;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.7px;
}
.brand-second {
  display: block;
}
.brand-dot {
  color: #14a995;
}
.brand-mark {
  display: grid;
  gap: 5px;
  transform: rotate(-10deg);
}
.brand-mark i {
  width: 28px;
  height: 5px;
  background: #15ad9a;
  border-radius: 4px;
}
.brand-mark i:nth-child(2) {
  width: 21px;
}
.brand-mark i:nth-child(3) {
  width: 14px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 550;
}
.site-header nav a:hover {
  color: #008975;
}
.header-phone {
  font: 700 17px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  white-space: nowrap;
}
.header-phone span {
  display: inline-grid;
  place-items: center;
  margin-left: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid #bccdcf;
  border-radius: 50%;
  font-size: 21px;
}
.hero {
  max-width: 1400px;
  margin: 0 auto;
  background: var(--navy);
  color: white;
  border-radius: 28px;
  padding: 68px max(5.6%,32px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 68px;
  align-items: center;
}
.hero-copy {
  padding-bottom: 10px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 24px;
}
.hero .eyebrow {
  color: var(--teal);
}
h1,h2,h3 {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height: 1.15;
  letter-spacing: -.04em;
}
h1 {
  font-size: clamp(40px,4.55vw,65px);
  font-weight: 650;
  margin: 0 0 28px;
  line-height: 1.13;
}
h1 em {
  font-style: normal;
  color: var(--teal);
}
.hero-description {
  font-size: 18px;
  line-height: 1.7;
  max-width: 440px;
  color: #c9d7df;
  margin: 0 0 32px;
}
.hero-facts {
  display: flex;
  gap: 24px;
  font-size: 14px;
  align-items: center;
}
.hero-facts span+span {
  border-left: 1px solid #476172;
  padding-left: 24px;
}
.hero-facts strong {
  font-size: 20px;
  color: var(--teal);
  margin-left: 5px;
}
.hero-small {
  font-size: 12px;
  color: #a8bdcb;
  margin: 40px 0 0;
  line-height: 1.7;
}
.form-card {
  color: var(--ink);
  background: white;
  padding: 35px 36px 23px;
  border-radius: 20px;
  box-shadow: 0 18px 70px #0002;
  min-width: 0;
}
.form-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #687e89;
}
.progress-track {
  display: flex;
  height: 4px;
  background: #e4eeef;
  border-radius: 3px;
  margin: 16px 0 30px;
  overflow: hidden;
}
.progress-track span {
  background: #15b5a0;
  transition: width .25s;
}
.form-card h2 {
  font-size: 27px;
  margin: 0 0 10px;
  letter-spacing: -.035em;
}
.form-hint {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 22px;
}
.choices {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
}
.choice {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  transition: background .15s,border-color .15s;
}
.choice:hover {
  border-color: #20ac98;
}
.choice.selected {
  background: #edf9f6;
  border-color: #159f8a;
}
.choice-indicator {
  width: 18px;
  height: 18px;
  border: 1.5px solid #bacbd0;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.selected .choice-indicator {
  border: 5px solid #119c86;
}
.button {
  border: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  padding: 16px 20px;
  min-height: 54px;
  font-size: 15px;
  gap: 20px;
}
.primary {
  background: var(--teal);
  color: var(--navy);
  width: 100%;
}
.primary:hover {
  background: #2ccbb6;
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.form-footnote {
  font-size: 12px;
  text-align: center;
  color: #687b89;
  margin: 18px 0 0;
}
.below-hero {
  max-width: 1220px;
  padding: 22px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.below-hero p {
  font-size: 12px;
  color: var(--muted);
  max-width: 650px;
  margin: 0;
  line-height: 1.7;
}
.below-hero a {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
}
.below-hero a span {
  margin-left: 20px;
}
.section {
  max-width: 1220px;
  margin: auto;
  padding: 94px 0;
}
.section h2 {
  font-size: 44px;
  margin: 0 0 20px;
  max-width: 650px;
}
.section>p:not(.eyebrow) {
  color: var(--muted);
  max-width: 600px;
}
.section .eyebrow {
  color: #058b78;
}
@media (min-width:1600px) {
  .hero {
    padding-left: 88px;
    padding-right: 88px;
  }
  .site-header {
    max-width: 1400px;
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (max-width:1450px) {
  .hero {
    margin: 0 24px;
  }
  .below-hero,.section {
    margin-left: 7%;
    margin-right: 7%;
  }
}
@media (max-width:1000px) {
  .hero {
    gap: 32px;
    padding: 48px 34px;
  }
  .form-card {
    padding: 30px 26px 22px;
  }
  h1 {
    font-size: 43px;
  }
  .site-header {
    padding: 0 36px;
  }
  .site-header nav {
    gap: 18px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-facts {
    gap: 14px;
    font-size: 12px;
  }
  .hero-facts span+span {
    padding-left: 14px;
  }
  .below-hero a {
    display: none;
  }
  .section h2 {
    font-size: 38px;
  }
}
@media (max-width:760px) {
  .preview-note {
    font-size: 11px;
    padding: 6px 16px;
  }
  .site-header {
    height: 82px;
    padding: 0 22px;
    gap: 15px;
  }
  .brand {
    font-size: 20px;
  }
  .brand-mark i {
    width: 24px;
  }
  .site-header nav {
    display: none;
  }
  .header-phone {
    font-size: 14px;
  }
  .header-phone span {
    display: none;
  }
  .hero {
    margin: 0 12px;
    border-radius: 18px;
    padding: 34px 20px 22px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
  }
  h1 {
    font-size: clamp(34px,7.6vw,52px);
    line-height: 1.13;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .hero-small {
    display: none;
  }
  .hero-facts {
    font-size: 12px;
  }
  .hero-facts strong {
    font-size: 16px;
  }
  .hero-copy {
    padding: 0 4px;
  }
  .form-card {
    padding: 25px 22px 20px;
    border-radius: 14px;
  }
  .form-card h2 {
    font-size: 25px;
  }
  .progress-track {
    margin: 12px 0 23px;
  }
  .choice {
    padding: 14px;
  }
  .below-hero {
    padding-top: 16px;
    margin: 0 30px;
  }
  .below-hero p {
    font-size: 12px;
  }
  .section {
    margin: 0 28px;
    padding: 56px 0;
  }
  .section h2 {
    font-size: 33px;
  }
  .button {
    min-height: 54px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    transition: none !important;
    animation: none !important;
  }
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 10;
  padding: 12px 18px;
  background: var(--teal);
  border-radius: 8px;
}
.skip-link:focus {
  top: 8px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
.section-intro>p {
  color: var(--muted);
  max-width: 355px;
  margin: 0 0 25px;
  font-size: 16px;
}
.section-intro h2 {
  margin-bottom: 20px;
}
.situation-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  margin-top: 48px;
}
.situation-grid article {
  border-top: 1px solid #bfcfd2;
  padding-top: 22px;
}
.line-icon {
  font: 500 14px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color: #008572;
  display: block;
  margin-bottom: 26px;
}
.situation-grid h3 {
  font-size: 22px;
  letter-spacing: -.025em;
  margin: 0 0 14px;
}
.situation-grid p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
  max-width: 335px;
  line-height: 1.75;
}
.process-section {
  background: #e7f0ef;
}
.process-inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 95px;
}
.process-heading h2 {
  margin-bottom: 34px;
}
.text-link {
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #587b80;
  padding-bottom: 7px;
}
.text-link span {
  font-size: 20px;
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-list li {
  display: flex;
  gap: 26px;
  padding: 25px 0;
  border-bottom: 1px solid #c3d7d5;
}
.process-list li:first-child {
  padding-top: 0;
}
.process-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #96b7b3;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  margin-top: 3px;
}
.process-list h3 {
  font-size: 21px;
  letter-spacing: -.025em;
  margin: 0 0 10px;
  line-height: 1.4;
}
.process-list p {
  margin: 0;
  color: #566e77;
  font-size: 15px;
  line-height: 1.7;
}
.conversation {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 90px;
  align-items: center;
}
.conversation-image {
  position: relative;
  align-self: stretch;
  min-height: 420px;
}
.conversation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  position: absolute;
  inset: 0;
  object-position: 40% center;
}
.image-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: #ffffffed;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 550;
}
.conversation-copy h2 {
  font-size: 40px;
  line-height: 1.22;
}
.conversation-copy>p:not(.eyebrow):not(.operator-note) {
  color: var(--muted);
  font-size: 16px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.check-list li {
  font-size: 14px;
  margin: 11px 0;
  display: flex;
  align-items: center;
  gap: 11px;
}
.check-list li:before {
  content: '✓';
  color: #008974;
  font-size: 17px;
}
.operator-note {
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.operator-note strong {
  font-weight: 600;
  color: var(--ink);
}
.bik-section {
  padding: 60px 66px;
  background: var(--navy);
  color: white;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 88px;
  align-items: center;
}
.bik-section .eyebrow {
  color: var(--teal);
}
.bik-section h2 {
  font-size: 48px;
}
.bik-copy>p:not(.eyebrow) {
  color: #c8d8e1;
  font-size: 16px;
  max-width: 410px;
}
.bik-copy .bik-note {
  font-size: 12px !important;
  color: #a4bdc9 !important;
  max-width: 340px !important;
  margin-top: 30px;
}
.bik-offer {
  border-left: 1px solid #365365;
  padding-left: 66px;
}
.offer-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #c7d6de;
}
.offer-price {
  font: 550 88px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color: var(--teal);
  letter-spacing: -.05em;
  margin: 12px 0;
}
.offer-price span {
  font-size: 36px;
  letter-spacing: -.03em;
  margin-left: 7px;
}
.offer-description {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 18px;
}
.price-history {
  color: #b5cbd7;
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 23px;
}
.offer-fineprint {
  font-size: 12px;
  color: #a8bfcc;
  margin: 16px 0 0;
  line-height: 1.65;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 95px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-intro h2 {
  font-size: 43px;
}
.faq-intro>p:last-child {
  color: var(--muted);
  font-size: 14px;
  margin-top: 30px;
}
.faq-intro .text-link {
  color: var(--ink);
  margin-top: 8px;
}
.faq-list details {
  border-bottom: 1px solid #cbd9dc;
}
.faq-list details:first-child {
  border-top: 1px solid #cbd9dc;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.55;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 24px;
  font-weight: 400;
  color: #168d80;
  transition: transform .2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details div {
  padding: 0 40px 20px 0;
}
.faq-list details p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}
.closing {
  background: #d4f2eb;
  padding: 64px max(calc((100vw - 1220px)/2),7%);
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
}
.closing .eyebrow {
  color: #127b6e;
  margin-bottom: 18px;
}
.closing h2 {
  font-size: 39px;
  margin: 0 0 14px;
}
.closing p:last-child {
  color: #42676a;
  margin: 0;
}
.closing-actions {
  width: 335px;
  flex-shrink: 0;
}
.closing-actions .primary {
  background: var(--navy);
  color: white;
}
.closing-actions .primary:hover {
  background: #1a3c52;
}
.closing-phone {
  display: block;
  font-size: 13px;
  margin-top: 17px;
  text-align: center;
}
.closing-phone strong {
  font-weight: 600;
}
.site-footer {
  max-width: 1220px;
  margin: auto;
  padding: 48px 0 24px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 38px;
}
.footer-top>p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 auto 0 45px;
}
.footer-contact {
  display: grid;
  gap: 7px;
  text-align: right;
  font-size: 14px;
}
.footer-contact a:first-child {
  font-weight: 650;
  font-size: 18px;
}
.footer-contact a:last-child {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom>div {
  display: flex;
  gap: 24px;
}
.legal-button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
dialog {
  border: 0;
  border-radius: 18px;
  padding: 38px;
  max-width: 600px;
  width: calc(100% - 32px);
  color: var(--ink);
  box-shadow: 0 20px 100px #0004;
  max-height: 85vh;
  overflow: auto;
}
dialog::backdrop {
  background: #0c2235ad;
  backdrop-filter: blur(3px);
}
dialog h2 {
  font-size: 30px;
  margin: 0 0 20px;
}
dialog p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
dialog .eyebrow {
  color: #128b79;
  margin-right: 30px;
}
dialog .draft-notice {
  background: #edf5f4;
  padding: 16px;
  border-radius: 8px;
  font-size: 13px !important;
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 28px;
  line-height: 1;
  color: var(--muted);
}
.form-card {
  scroll-margin-top: 25px;
}
.form-topline {
  font-size: 12px;
  letter-spacing: .075em;
}
.form-hint {
  line-height: 1.65;
}
.field-group {
  border: 0;
  padding: 0;
  margin: 0 0 22px;
  min-width: 0;
}
.field-group>label,.field-group>legend {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
}
.field-group .choices {
  margin: 0;
}
.field-group:first-child:has(input[name="goal"])>legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.choice {
  position: relative;
  cursor: pointer;
}
.choice input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  left: 13px;
  top: 20px;
}
.choice:has(input:focus-visible) {
  outline: 3px solid #169e8a;
  outline-offset: 3px;
}
.choice:has(input[aria-invalid="true"]) {
  border-color: #b4433d;
}
.compact-choices {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.compact-choices .choice {
  padding: 11px 12px;
  font-size: 14px;
  gap: 7px;
  min-height: 48px;
}
.compact-choices .choice-indicator {
  width: 15px;
  height: 15px;
}
.compact-choices .selected .choice-indicator {
  border-width: 4px;
}
input:not([type="checkbox"]):not([type="radio"]),select {
  border: 1px solid #c9d7dc;
  border-radius: 8px;
  background: white;
  padding: 13px 14px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  height: 51px;
  box-shadow: none;
}
input::placeholder {
  color: #86969e;
}
select {
  padding-right: 36px;
  appearance: none;
  cursor: pointer;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  content: '⌄';
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 20px;
  pointer-events: none;
  color: #607b89;
}
input[aria-invalid="true"],select[aria-invalid="true"] {
  border-color: #b4433d !important;
}
.field-error {
  font-size: 13px;
  line-height: 1.5;
  color: #a02c29;
  margin: 8px 0 0;
}
.error-summary {
  font-size: 13px;
  color: #a02c29;
  background: #fcf0ef;
  padding: 12px;
  border-radius: 7px;
  margin: 18px 0;
}
.form-actions {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 27px;
}
.form-actions .button {
  gap: 12px;
  text-align: left;
}
.back-button {
  border: 0;
  background: #f0f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  color: #385865;
  font-size: 14px;
}
.field-note {
  font-size: 12px;
  color: var(--muted);
  margin: -8px 0 20px;
}
.help-panel {
  background: #eff7f5;
  border-left: 3px solid #56b4a8;
  padding: 14px;
  font-size: 14px;
  border-radius: 0 7px 7px 0;
}
.form-summary {
  background: #f3f7f7;
  padding: 8px 16px;
  border-radius: 9px;
  margin: 0 0 10px;
  font-size: 13px;
}
.form-summary>div {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid #dde7e8;
}
.form-summary>div:last-child {
  border: 0;
}
.form-summary dt {
  color: var(--muted);
}
.form-summary dd {
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  font-weight: 500;
}
.edit-contact,.inline-link {
  border: 0;
  padding: 0;
  background: none;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #078571;
  cursor: pointer;
}
.edit-contact {
  margin-bottom: 22px;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 13px;
  line-height: 1.65;
  margin: 14px 0;
}
.checkbox-label input {
  margin: 4px 0 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #079b85;
}
.privacy-inline {
  font-size: 12px;
  color: var(--muted);
  margin: 10px 0 20px;
}
.optional-consents {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.optional-consents>summary {
  font-size: 13px;
  cursor: pointer;
  color: #526f7b;
}
.optional-consents>summary span {
  font-size: 12px;
  color: #758c97;
  margin-left: 5px;
}
.optional-consents>p {
  font-size: 12px;
  color: var(--muted);
}
.preview-complete {
  text-align: center;
}
.completion-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #d9f7ee;
  color: #00836f;
  font-size: 26px;
  margin: 0 auto 26px;
}
.preview-complete .eyebrow {
  font-size: 11px;
  color: #3f6f72;
  margin-bottom: 16px;
}
.preview-complete h2 {
  font-size: 32px;
  line-height: 1.25;
}
.preview-complete>p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.confirmation-copy {
  background: #f1f7f6;
  border-radius: 9px;
  padding: 18px;
  text-align: left;
  margin: 22px 0;
}
.confirmation-copy>span {
  font-size: 12px;
  color: var(--muted);
}
.confirmation-copy>p {
  font-size: 14px;
  margin-bottom: 0;
}
.confirmation-phone {
  margin: 25px 0 !important;
}
.confirmation-phone a {
  font: 700 21px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color: var(--ink);
}
@media (max-width:1450px) {
  .site-footer {
    margin: 0 7%;
  }
}
@media (max-width:1000px) {
  .section-intro {
    gap: 35px;
  }
  .situation-grid {
    gap: 26px;
  }
  .process-inner {
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
  }
  .conversation {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .conversation-copy h2 {
    font-size: 34px;
  }
  .bik-section {
    gap: 42px;
    padding: 45px 38px;
  }
  .bik-offer {
    padding-left: 38px;
  }
  .faq-section {
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
  }
  .closing {
    gap: 30px;
  }
  .closing h2 {
    font-size: 32px;
  }
  .closing-actions {
    width: 290px;
  }
  .footer-top>p {
    margin-left: 0;
  }
}
@media (max-width:760px) {
  .section-intro {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .section-intro h2 {
    font-size: 31px;
  }
  .section-intro>p {
    max-width: 100%;
    margin: 0;
  }
  .situation-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  .situation-grid article {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 16px;
    padding-top: 21px;
  }
  .situation-grid article .line-icon {
    grid-row: 1/3;
    margin: 3px 0 0;
  }
  .situation-grid h3 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .situation-grid p {
    max-width: 100%;
    font-size: 15px;
  }
  .process-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .process-heading h2 {
    font-size: 33px;
    margin-bottom: 24px;
  }
  .process-list li {
    gap: 17px;
    padding: 24px 0;
  }
  .process-list h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .conversation {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .conversation-image {
    min-height: 0;
    width: 100%;
    aspect-ratio: 1.18;
  }
  .conversation-image img {
    border-radius: 12px;
  }
  .image-caption {
    left: 16px;
    bottom: 16px;
    right: 16px;
    padding: 12px;
    font-size: 13px;
  }
  .conversation-copy h2 {
    font-size: 33px;
  }
  .conversation-copy>p:not(.eyebrow):not(.operator-note) {
    font-size: 16px;
  }
  .bik-section {
    margin: 0 12px;
    padding: 36px 26px;
    border-radius: 18px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .bik-section h2 {
    font-size: 38px;
  }
  .bik-copy>p:not(.eyebrow) {
    max-width: none;
  }
  .bik-copy .bik-note {
    margin-top: 20px;
  }
  .bik-offer {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid #365365;
  }
  .offer-price {
    font-size: 78px;
    margin: 5px 0;
  }
  .offer-description {
    font-size: 17px;
  }
  .price-history {
    margin-bottom: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .faq-intro h2 {
    font-size: 33px;
  }
  .faq-intro h2 br {
    display: none;
  }
  .faq-intro>p:last-child {
    margin-top: 18px;
  }
  .faq-list summary {
    padding: 20px 0;
    font-size: 15px;
    gap: 16px;
  }
  .faq-list details div {
    padding-right: 14px;
  }
  .closing {
    padding: 42px 28px;
    display: block;
  }
  .closing h2 {
    font-size: 30px;
  }
  .closing-actions {
    width: 100%;
    margin-top: 28px;
  }
  .closing-phone {
    font-size: 13px;
  }
  .site-footer {
    padding-top: 34px;
    margin: 0 28px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 22px;
    padding-bottom: 28px;
  }
  .footer-top>p {
    font-size: 12px;
    text-align: right;
    margin: 0;
  }
  .footer-contact {
    width: 100%;
    text-align: left;
    font-size: 14px;
    gap: 5px;
  }
  .footer-bottom {
    display: block;
    font-size: 12px;
  }
  .footer-bottom>div {
    margin-top: 18px;
    padding-bottom: 12px;
  }
  .back-button {
    padding: 0 12px;
  }
  .back-button span {
    display: none;
  }
  .form-actions .button {
    font-size: 14px;
  }
  .form-card {
    scroll-margin-top: 15px;
  }
  .form-summary>div {
    grid-template-columns: 80px 1fr;
    gap: 10px;
  }
  .form-summary {
    padding: 8px 12px;
  }
  .checkbox-label {
    font-size: 13px;
  }
  .preview-complete h2 {
    font-size: 29px;
  }
  dialog {
    padding: 32px 24px;
  }
  dialog h2 {
    font-size: 27px;
  }
  .form-topline {
    font-size: 11px;
  }
  .form-footnote {
    font-size: 12px;
  }
}
.checkbox-label,.form-summary,.optional-consents>summary {
  font-size: 14px;
}
.hero-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 430px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #365365;
  color: #c5d8e1;
  font-size: 12px;
}
.hero-proof strong {
  color: var(--teal);
  font-weight: 650;
  margin-left: 5px;
}
.hero-proof>span:last-child {
  color: var(--teal);
  font-size: 19px;
}
.hero-proof:hover {
  color: white;
}
.credibility-section {
  padding-top: 0;
}
.credibility-section .section-intro>p {
  max-width: 390px;
}
.credibility-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 24px;
  margin-top: 30px;
  align-items: stretch;
}
.company-proofs {
  display: grid;
  gap: 24px;
}
.proof-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  min-width: 0;
}
.proof-label {
  font-size: 11px;
  letter-spacing: .13em;
  color: #087d6d;
  font-weight: 700;
  margin: 0 0 14px;
}
.proof-card h3 {
  font-size: 23px;
  letter-spacing: -.025em;
  line-height: 1.3;
  margin: 0 0 22px;
}
.company-facts {
  font-size: 14px;
  margin: 0;
}
.company-facts>div {
  display: grid;
  grid-template-columns: 140px minmax(0,1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e9eeee;
}
.company-facts>div:first-child {
  padding-top: 0;
}
.company-facts>div:last-child {
  border-bottom: 0;
}
.company-facts dt {
  color: var(--muted);
}
.company-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.proof-note {
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
  margin: 18px 0 0;
}
.registry-card {
  background: #e7f0ef;
  border-color: #d2e1df;
}
.registry-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
}
.registry-number {
  font-size: 30px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.025em;
  margin: 0;
  color: #096e63;
}
.registry-card .proof-note {
  margin-top: 12px;
}
.proof-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #a7c4c0;
  line-height: 1.65;
}
.proof-link:hover {
  text-decoration-color: currentColor;
  color: #007b69;
}
.registry-card .proof-link {
  margin-top: 17px;
}
.certificate-card {
  background: #fffefa;
  display: flex;
  flex-direction: column;
}
.certificate-card h3 {
  max-width: 350px;
  margin-bottom: 12px;
  font-size: 28px;
}
.certificate-intro {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 22px;
}
.certificate-preview {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 4px auto 24px;
  background: white;
  border: 1px solid #e8e2d3;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 12px 30px #806f3810;
}
.certificate-preview img {
  display: block;
  width: 100%;
  height: auto;
}
.certificate-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.certificate-card .proof-note {
  margin-top: 18px;
}
.reviews-section {
  padding-bottom: 0;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  margin-top: 30px;
}
.review-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  padding: 28px;
  min-width: 0;
}
.quote-mark {
  font: 60px/.8 Georgia,serif;
  color: #059a85;
  height: 42px;
}
.review-card blockquote {
  margin: 12px 0 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -.015em;
}
.review-card blockquote p {
  margin: 0;
}
.review-card figcaption {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  font-size: 13px;
}
.review-card figcaption strong {
  font-weight: 650;
}
.review-card figcaption span {
  font-size: 12px;
  color: var(--muted);
}
.reviews-source {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 22px;
}
.reviews-source p {
  max-width: 570px;
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
}
.reviews-source a {
  flex-shrink: 0;
}
.footer-company {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 26px;
  padding: 24px 0 30px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.footer-company strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
  color: var(--ink);
}
.footer-company span {
  display: block;
}
.footer-company p {
  margin: 0;
}
.footer-company a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
dialog a {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width:1000px) {
  .proof-card {
    padding: 24px;
  }
  .company-facts>div {
    grid-template-columns: 105px minmax(0,1fr);
    gap: 12px;
  }
  .proof-card h3 {
    font-size: 21px;
  }
  .certificate-card h3 {
    font-size: 25px;
  }
  .review-card {
    padding: 23px;
  }
  .review-card blockquote {
    font-size: 18px;
  }
  .reviews-grid {
    gap: 18px;
  }
  .reviews-source {
    display: block;
  }
  .reviews-source a {
    margin-top: 12px;
  }
  .footer-company {
    grid-template-columns: 1fr 1fr;
  }
  .footer-company>div {
    grid-column: 1/-1;
  }
}
@media (max-width:760px) {
  .hero-proof {
    margin-top: 20px;
    font-size: 11px;
    max-width: none;
  }
  .hero-proof strong {
    margin-left: 3px;
  }
  .credibility-section {
    padding-top: 0;
  }
  .credibility-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 25px;
  }
  .company-proofs {
    gap: 18px;
  }
  .proof-card {
    padding: 24px 22px;
    border-radius: 12px;
  }
  .proof-card h3 {
    font-size: 21px;
  }
  .company-facts {
    font-size: 13px;
  }
  .company-facts>div {
    grid-template-columns: 95px minmax(0,1fr);
    gap: 12px;
  }
  .registry-number {
    font-size: 28px;
  }
  .certificate-card h3 {
    font-size: 26px;
    max-width: 300px;
  }
  .certificate-preview {
    margin-top: 0;
  }
  .certificate-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }
  .review-card {
    padding: 25px;
  }
  .review-card blockquote {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .reviews-section {
    padding-bottom: 0;
  }
  .reviews-source {
    margin-top: 18px;
  }
  .footer-company {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }
  .footer-company>div {
    grid-column: auto;
  }
}
.cookie-banner {
  position: fixed;
  z-index: 40;
  bottom: 18px;
  left: 18px;
  right: 18px;
  max-width: 1200px;
  margin: auto;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #8ba9a7;
  border-radius: 14px;
  box-shadow: 0 8px 40px #0c223526;
  display: flex;
  align-items: center;
  gap: 25px;
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner strong {
  font-size: 17px;
}
.cookie-banner p {
  font-size: 13px;
  line-height: 1.55;
  margin: 5px 0 0;
  max-width: 650px;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
}
.cookie-actions button {
  border: 1px solid #28796e;
  border-radius: 8px;
  background: #eff8f5;
  color: #123c39;
  font-size: 13px;
  font-weight: 650;
  padding: 12px 14px;
  min-height: 44px;
}
.cookie-actions button:hover {
  background: #dcefe9;
}
.cookie-actions .cookie-settings-link {
  background: white;
  border-color: #d3e2dc;
}
.cookie-consent-label {
  margin: 22px 0;
}
.cookie-choice-pending .mobile-form-return {
  display: none;
}
#cookies-dialog .cookie-actions {
  margin: 20px 0;
}
#cookies-dialog {
  max-height: 85vh;
  overflow: auto;
}
#cookies-dialog code {
  overflow-wrap: anywhere;
}
@media (max-width:1000px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width:600px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 16px;
    max-height: 55vh;
    overflow: auto;
  }
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .cookie-actions .cookie-settings-link {
    grid-column: 1/-1;
  }
  .cookie-banner p {
    font-size: 12px;
  }
  .cookie-actions button {
    font-size: 12px;
    padding: 10px 8px;
  }
}
.hero {
  align-items: start;
  padding-top: 52px;
  padding-bottom: 52px;
}
.hero-copy {
  padding-top: 0;
}
.hero .eyebrow {
  margin-bottom: 18px;
}
.hero-small {
  margin-top: 25px;
}
.hero-proof {
  font-size: 13px;
}
.form-card {
  padding: 30px 32px 22px;
}
.form-topline {
  letter-spacing: .035em;
}
.form-reassurance {
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
  color: #48656e;
  margin: 14px 0 0;
}
.optional-consents>summary {
  min-height: 44px;
  padding: 8px 0;
}
.optional-consents>.field-group {
  margin-top: 18px;
}
.credibility-section {
  padding-bottom: 30px;
}
.consultation-prompt {
  padding: 25px 30px;
  margin-bottom: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #dfefeb;
  border: 1px solid #c8e0d9;
  border-radius: 14px;
}
.consultation-prompt h2 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -.025em;
  margin: 0 0 7px;
}
.consultation-prompt p {
  font-size: 15px;
  line-height: 1.65;
  color: #4d6e72;
  margin: 0;
}
.consultation-prompt .button {
  width: auto;
  flex-shrink: 0;
}
.mobile-form-return {
  display: none;
}
.mobile-form-return[hidden] {
  display: none;
}
@media (max-width:1000px) {
  .form-card {
    padding: 28px 24px 22px;
  }
  .hero {
    gap: 32px;
  }
  .consultation-prompt {
    gap: 24px;
    padding: 24px;
  }
  .consultation-prompt h2 {
    font-size: 21px;
  }
  .consultation-prompt .button {
    max-width: 280px;
    font-size: 14px;
  }
}
@media (max-width:760px) {
  .site-header {
    height: 72px;
  }
  .hero {
    padding: 26px 20px 22px;
    gap: 23px;
  }
  .hero-copy {
    padding: 0 4px;
  }
  .hero h1 {
    font-size: clamp(32px,8.2vw,48px);
    margin-bottom: 16px;
  }
  .hero .eyebrow {
    margin-bottom: 14px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .hero-proof {
    font-size: 12px;
    margin-top: 17px;
    padding-top: 12px;
  }
  .form-card {
    padding: 24px 22px 20px;
  }
  .form-topline {
    font-size: 12px;
    letter-spacing: 0;
  }
  .form-reassurance {
    font-size: 13px;
  }
  .credibility-section {
    padding-bottom: 24px;
  }
  .consultation-prompt {
    display: block;
    margin-bottom: 48px;
    padding: 24px;
  }
  .consultation-prompt h2 {
    font-size: 23px;
  }
  .consultation-prompt .button {
    max-width: none;
    width: 100%;
    margin-top: 20px;
  }
  .mobile-form-return {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 10px max(18px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));
    background: #f3f7f7f5;
    border-top: 1px solid #d4e2e2;
    box-shadow: 0 -6px 24px #0c223514;
  }
  .mobile-form-return .button {
    min-height: 50px;
    padding: 13px 18px;
    justify-content: center;
    gap: 20px;
  }
  .mobile-form-return .button>span:first-child {
    font-size: 15px;
    line-height: 1.5;
  }
  .site-footer {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }
}
@media (max-width:360px) {
  .hero {
    margin: 0 8px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .form-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-facts {
    gap: 10px;
  }
  .hero-facts span+span {
    padding-left: 10px;
  }
  .hero-proof {
    font-size: 12px;
    gap: 10px;
  }
  .hero-proof strong {
    display: inline-block;
  }
  .form-topline {
    font-size: 12px;
    gap: 7px;
  }
  .consultation-prompt {
    margin-left: 20px;
    margin-right: 20px;
    padding: 22px;
  }
}
.asset-placeholder {
  min-height: 380px;
  background: #dbeae7;
  color: #17384a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 40px 90px;
}
.asset-placeholder p {
  font-size: clamp(26px,3vw,42px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.04em;
  margin: 0 0 20px;
}
.asset-placeholder small {
  font-size: 12px;
  max-width: 260px;
}
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%);
  white-space: nowrap;
}
.button:disabled {
  opacity: .65;
  cursor: wait;
}
.submission-error {
  padding: 12px;
  background: #fff0ed;
  border-radius: 8px;
  color: #a62b1c;
  font-size: 14px;
}
dialog[open] {
  position: fixed;
  inset: 0;
  margin: auto;
}
@media (max-width:700px) {
  .asset-placeholder {
    min-height: 300px;
    padding: 32px 28px 76px;
  }
}
.hero h1 {
  font-size: clamp(36px,3.6vw,54px);
  line-height: 1.14;
  max-width: 570px;
  text-wrap: balance;
}
@media (min-width:1001px) {
  .hero {
    padding-top: 36px;
    padding-bottom: 36px;
    gap: 52px;
  }
  .form-card {
    padding-top: 26px;
  }
  .hero h1 {
    margin-bottom: 20px;
  }
  .hero-description {
    margin-bottom: 16px;
  }
}
.hero-description {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.hero-cta {
  max-width: 390px;
  margin: 0 0 20px;
}
.hero-small {
  margin-top: 20px;
}
.hero-proof {
  margin-top: 16px;
}
.form-cost-note {
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  color: #48656e;
  margin: 8px 0 0;
}
.report-note {
  margin: 0 0 20px;
  line-height: 1.65;
}
.calculation-example {
  padding: 24px 0;
  margin-top: 32px;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #d3e1e1;
  border-radius: 0;
  scroll-margin-top: 24px;
}
.calculation-example h2 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.02em;
  max-width: none;
  margin: 0 0 14px;
}
.calculation-example>p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.75;
  max-width: none;
  color: #385461;
  margin: 0 0 12px;
}
.calculation-example strong {
  color: var(--ink);
  font-weight: 650;
}
.calculation-example>p.calculation-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #cbdcdd;
}
@media (max-width:760px) {
  .calculation-example {
    margin: 24px 20px 0;
    padding: 20px 0;
    border-radius: 0;
  }
  .calculation-example h2 {
    font-size: 18px;
  }
  .calculation-example>p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.7;
  }
}
.cookie-banner {
  padding: 14px 18px;
  gap: 18px;
}
.cookie-banner strong {
  font-size: 15px;
}
.cookie-banner p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 650px;
}
.cookie-actions {
  gap: 8px;
}
.cookie-actions button {
  padding: 10px 12px;
}
.cookie-choice-pending {
  padding-bottom: var(--cookie-banner-space,210px);
}
html {
  scroll-padding-bottom: calc(var(--cookie-banner-space,0px) + 85px);
}
@media (max-width:1000px) and (min-width:761px) {
  .hero {
    gap: 24px;
    padding: 34px 26px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-cta {
    font-size: 14px;
  }
}
@media (max-width:760px) {
  .hero {
    padding: 22px 18px;
    gap: 20px;
  }
  .hero-copy {
    padding: 0 2px;
  }
  .hero h1 {
    font-size: clamp(29px,7.7vw,38px);
    line-height: 1.14;
    margin-bottom: 14px;
  }
  .hero .eyebrow {
    margin-bottom: 12px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .hero-cta {
    max-width: none;
    min-height: 50px;
    margin-bottom: 16px;
  }
  .hero-proof {
    margin-top: 12px;
    padding-top: 10px;
  }
  .form-card {
    padding: 22px 20px 20px;
  }
  .form-hint {
    margin-bottom: 18px;
  }
  .progress-track {
    margin-bottom: 20px;
  }
  .field-group {
    margin-bottom: 18px;
  }
  .form-actions {
    margin-top: 20px;
  }
  .form-reassurance {
    font-size: 12px;
    line-height: 1.55;
  }
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
    gap: 10px;
    max-height: 45vh;
  }
  .cookie-banner strong {
    font-size: 14px;
  }
  .cookie-actions .cookie-settings-link {
    padding: 8px;
    min-height: 44px;
  }
}
@media (max-width:360px) {
  .hero {
    margin: 0 8px;
    padding: 20px 14px;
  }
  .form-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero h1 {
    font-size: 29px;
  }
  .cookie-actions button {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
