/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    --spacing: 0.25rem;
    --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-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);
    --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-ink: #07111f;
    --color-navy: #0b1f3a;
    --color-cyan: #00c2d1;
    --color-cyan-dim: #0891b2;
    --color-mint: #34d399;
    --color-paper: #f4f7fb;
    --color-slate: #64748b;
    --color-slate-dark: #334155;
    --color-line: #dbe3ef;
    --color-primary: #00c2d1;
    --color-primary-500: #00c2d1;
    --color-secondary-200: #e2e8f0;
    --color-secondary-500: #64748b;
    --color-secondary-600: #475569;
    --color-secondary-700: #334155;
    --color-neutral: #0b1f3a;
    --font-display: "Syne", "Source Sans 3", system-ui, sans-serif;
  }
}
@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 {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .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-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--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);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .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));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-sans);
    color: var(--color-navy);
    background: var(--color-paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1, h2, h3, h4, .font-display {
    font-family: var(--font-display);
    letter-spacing: -0.03em;
    font-weight: 700;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  ::selection {
    background: color-mix(in srgb, #00c2d1 35%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-cyan) 35%, white);
    }
    color: var(--color-ink);
  }
}
@layer components {
  .site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .container-dk {
    width: min(1180px, calc(100% - 2.5rem));
    margin-inline: auto;
  }
  .container-narrow {
    width: min(760px, calc(100% - 2.5rem));
    margin-inline: auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: color-mix(in srgb, #07111f 88%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-ink) 88%, transparent);
    }
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid color-mix(in srgb, white 8%, transparent);
  }
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-block: 0.9rem;
  }
  .site-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
  }
  .site-brand__mark {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
    background: linear-gradient(145deg, color-mix(in srgb, #00c2d1 80%, white), var(--color-cyan-dim));
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(145deg, color-mix(in srgb, var(--color-cyan) 80%, white), var(--color-cyan-dim));
    }
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 1px color-mix(in srgb, white 20%, transparent), 0 10px 30px color-mix(in srgb, #00c2d1 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 1px color-mix(in srgb, white 20%, transparent), 0 10px 30px color-mix(in srgb, var(--color-cyan) 25%, transparent);
    }
    flex-shrink: 0;
  }
  .site-brand__mark svg {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--color-ink);
  }
  .site-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .site-brand__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: white;
    letter-spacing: -0.02em;
  }
  .site-brand__tag {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: color-mix(in srgb, #00c2d1 80%, white);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-cyan) 80%, white);
    }
    margin-top: 0.2rem;
  }
  .site-nav {
    display: none;
  }
  .site-nav ul {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-nav a {
    color: color-mix(in srgb, white 78%, transparent);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    transition: color 0.15s ease, background 0.15s ease;
  }
  .site-nav a:hover,	.site-nav .current-menu-item > a {
    color: white;
    background: color-mix(in srgb, white 8%, transparent);
  }
  .header-cta {
    display: none;
    align-items: center;
    gap: 0.65rem;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    white-space: nowrap;
  }
  .btn:hover {
    transform: translateY(-1px);
  }
  .btn-primary {
    background: linear-gradient(135deg, var(--color-cyan), #22d3ee);
    color: var(--color-ink);
    box-shadow: 0 10px 30px color-mix(in srgb, #00c2d1 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 10px 30px color-mix(in srgb, var(--color-cyan) 30%, transparent);
    }
  }
  .btn-primary:hover {
    box-shadow: 0 14px 34px color-mix(in srgb, #00c2d1 42%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 14px 34px color-mix(in srgb, var(--color-cyan) 42%, transparent);
    }
  }
  .btn-ghost {
    background: transparent;
    color: white;
    border-color: color-mix(in srgb, white 22%, transparent);
  }
  .btn-ghost:hover {
    background: color-mix(in srgb, white 8%, transparent);
    border-color: color-mix(in srgb, white 40%, transparent);
  }
  .btn-dark {
    background: var(--color-navy);
    color: white;
  }
  .btn-dark:hover {
    background: var(--color-ink);
  }
  .btn-outline-dark {
    background: transparent;
    color: var(--color-navy);
    border-color: color-mix(in srgb, #0b1f3a 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-navy) 18%, transparent);
    }
  }
  .btn-outline-dark:hover {
    border-color: var(--color-navy);
    background: white;
  }
  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.75rem;
    border: 1px solid color-mix(in srgb, white 14%, transparent);
    background: color-mix(in srgb, white 6%, transparent);
    color: white;
  }
  .mobile-panel {
    display: none;
    border-top: 1px solid color-mix(in srgb, white 8%, transparent);
    padding: 1rem 0 1.25rem;
  }
  .mobile-panel[data-open="true"] {
    display: block;
  }
  .mobile-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.25rem;
  }
  .mobile-panel a {
    display: block;
    color: white;
    padding: 0.85rem 0.9rem;
    border-radius: 0.8rem;
    background: color-mix(in srgb, white 4%, transparent);
    font-weight: 600;
  }
  .hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, color-mix(in srgb, #00c2d1 22%, transparent), transparent 35%),	radial-gradient(circle at 85% 10%, color-mix(in srgb, #6366f1 18%, transparent), transparent 30%),	linear-gradient(160deg, #050b16 0%, #0b1f3a 55%, #07111f 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--color-cyan) 22%, transparent), transparent 35%),	radial-gradient(circle at 85% 10%, color-mix(in srgb, #6366f1 18%, transparent), transparent 30%),	linear-gradient(160deg, #050b16 0%, #0b1f3a 55%, #07111f 100%);
    }
    color: white;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(color-mix(in srgb, white 5%, transparent) 1px, transparent 1px),	linear-gradient(90deg, color-mix(in srgb, white 5%, transparent) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle at center, black 20%, transparent 75%);
    opacity: 0.35;
    pointer-events: none;
  }
  .hero__inner {
    position: relative;
    display: grid;
    gap: 2.5rem;
    padding: 4.5rem 0 4rem;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: color-mix(in srgb, #00c2d1 85%, white);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-cyan) 85%, white);
    }
    background: color-mix(in srgb, #00c2d1 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-cyan) 12%, transparent);
    }
    border: 1px solid color-mix(in srgb, #00c2d1 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-cyan) 28%, transparent);
    }
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
  }
  .eyebrow__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--color-mint);
    box-shadow: 0 0 0 4px color-mix(in srgb, #34d399 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-mint) 25%, transparent);
    }
  }
  .hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.02;
    max-width: 14ch;
    margin: 1.1rem 0 0;
  }
  .hero h1 em {
    font-style: normal;
    background: linear-gradient(120deg, #67e8f9, #a7f3d0 55%, #fde68a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .hero__lead {
    margin-top: 1.25rem;
    max-width: 38rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: color-mix(in srgb, white 78%, transparent);
  }
  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.75rem;
  }
  .hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2.25rem;
  }
  .stat {
    background: color-mix(in srgb, white 5%, transparent);
    border: 1px solid color-mix(in srgb, white 10%, transparent);
    border-radius: 1rem;
    padding: 1rem;
  }
  .stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.45rem;
    color: white;
  }
  .stat span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.82rem;
    color: color-mix(in srgb, white 62%, transparent);
  }
  .hero-panel {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 360px;
    border: 1px solid color-mix(in srgb, white 12%, transparent);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  }
  .hero-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 360px;
  }
  .hero-panel__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, color-mix(in srgb, #07111f 82%, transparent));
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg, transparent 35%, color-mix(in srgb, var(--color-ink) 82%, transparent));
    }
  }
  .hero-panel__card {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background: color-mix(in srgb, #07111f 72%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-ink) 72%, transparent);
    }
    backdrop-filter: blur(12px);
    border: 1px solid color-mix(in srgb, white 12%, transparent);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
  }
  .hero-panel__card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.05rem;
  }
  .hero-panel__card span {
    display: block;
    margin-top: 0.25rem;
    color: color-mix(in srgb, white 70%, transparent);
    font-size: 0.9rem;
    line-height: 1.45;
  }
  .section {
    padding: 5rem 0;
  }
  .section-dark {
    background: var(--color-ink);
    color: white;
  }
  .section-head {
    max-width: 40rem;
    margin-bottom: 2.5rem;
  }
  .section-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-cyan-dim);
  }
  .section-dark .section-kicker {
    color: var(--color-cyan);
  }
  .section-title {
    margin: 0.55rem 0 0;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.08;
    color: var(--color-navy);
  }
  .section-dark .section-title {
    color: white;
  }
  .section-lead {
    margin: 0.9rem 0 0;
    color: var(--color-slate-dark);
    font-size: 1.05rem;
    line-height: 1.7;
  }
  .section-dark .section-lead {
    color: color-mix(in srgb, white 72%, transparent);
  }
  .grid-3 {
    display: grid;
    gap: 1rem;
  }
  .grid-2 {
    display: grid;
    gap: 1.25rem;
  }
  .card {
    background: white;
    border: 1px solid var(--color-line);
    border-radius: 1.25rem;
    padding: 1.4rem;
    box-shadow: 0 10px 30px rgba(11, 31, 58, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
  }
  .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
    border-color: color-mix(in srgb, #00c2d1 35%, #dbe3ef);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-cyan) 35%, var(--color-line));
    }
  }
  .card-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ecfeff, #e0f2fe);
    color: var(--color-cyan-dim);
    margin-bottom: 1rem;
  }
  .card-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .card h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--color-navy);
  }
  .card p {
    margin: 0.65rem 0 0;
    color: var(--color-slate-dark);
    line-height: 1.65;
    font-size: 0.98rem;
  }
  .card a.more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    font-weight: 700;
    color: var(--color-cyan-dim);
    font-size: 0.95rem;
  }
  .card a.more:hover {
    color: var(--color-navy);
  }
  .pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: color-mix(in srgb, #00c2d1 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-cyan) 10%, white);
    }
    border: 1px solid color-mix(in srgb, #00c2d1 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-cyan) 18%, transparent);
    }
    color: var(--color-navy);
    font-size: 0.85rem;
    font-weight: 600;
  }
  .split {
    display: grid;
    gap: 2rem;
    align-items: center;
  }
  .split__media {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--color-line);
    box-shadow: 0 20px 50px rgba(11, 31, 58, 0.1);
  }
  .split__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 280px;
  }
  .check-list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
  }
  .check-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    line-height: 1.55;
    color: var(--color-slate-dark);
  }
  .section-dark .check-list li {
    color: color-mix(in srgb, white 78%, transparent);
  }
  .check-list svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: var(--color-mint);
  }
  .quote-card {
    background: color-mix(in srgb, white 5%, transparent);
    border: 1px solid color-mix(in srgb, white 10%, transparent);
    border-radius: 1.25rem;
    padding: 1.4rem;
    height: 100%;
  }
  .quote-card p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: color-mix(in srgb, white 90%, transparent);
  }
  .quote-card footer {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid color-mix(in srgb, white 10%, transparent);
    font-size: 0.9rem;
    color: color-mix(in srgb, white 62%, transparent);
  }
  .quote-card strong {
    display: block;
    color: white;
    font-weight: 700;
  }
  .cta-band {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    background: radial-gradient(circle at top right, color-mix(in srgb, #00c2d1 28%, transparent), transparent 40%),	linear-gradient(135deg, #0b1f3a, #07111f 60%, #0f2748);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(circle at top right, color-mix(in srgb, var(--color-cyan) 28%, transparent), transparent 40%),	linear-gradient(135deg, #0b1f3a, #07111f 60%, #0f2748);
    }
    color: white;
    padding: 2.5rem 1.75rem;
    border: 1px solid color-mix(in srgb, white 10%, transparent);
  }
  .cta-band h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    max-width: 18ch;
  }
  .cta-band p {
    margin: 0.85rem 0 0;
    max-width: 36rem;
    color: color-mix(in srgb, white 75%, transparent);
    line-height: 1.65;
  }
  .cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .page-hero {
    background: radial-gradient(circle at 20% 20%, color-mix(in srgb, #00c2d1 18%, transparent), transparent 35%),	linear-gradient(160deg, #050b16, #0b1f3a 70%);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--color-cyan) 18%, transparent), transparent 35%),	linear-gradient(160deg, #050b16, #0b1f3a 70%);
    }
    color: white;
    padding: 4rem 0 3.25rem;
    border-bottom: 1px solid color-mix(in srgb, white 8%, transparent);
  }
  .page-hero h1 {
    margin: 0.7rem 0 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
  }
  .page-hero p {
    margin: 0.9rem 0 0;
    max-width: 40rem;
    color: color-mix(in srgb, white 75%, transparent);
    font-size: 1.05rem;
    line-height: 1.65;
  }
  .entry-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-slate-dark);
  }
  .entry-content > *:first-child {
    margin-top: 0;
  }
  .entry-content h2,	.entry-content h3 {
    color: var(--color-navy);
    margin-top: 2rem;
  }
  .entry-content a {
    color: var(--color-cyan-dim);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .entry-content ul,	.entry-content ol {
    padding-left: 1.2rem;
  }
  .entry-content li + li {
    margin-top: 0.4rem;
  }
  .entry-content .wp-block-buttons {
    margin-top: 1.5rem;
  }
  .entry-content .wp-block-button__link {
    background: var(--color-navy) !important;
    color: white !important;
    border-radius: 999px !important;
    padding: 0.85rem 1.25rem !important;
    text-decoration: none !important;
    font-weight: 700;
  }
  .contact-grid {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .contact-card {
    background: white;
    border: 1px solid var(--color-line);
    border-radius: 1.1rem;
    padding: 1.15rem 1.25rem;
  }
  .contact-card strong {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-slate);
    margin-bottom: 0.35rem;
  }
  .contact-card a,	.contact-card span {
    font-weight: 700;
    color: var(--color-navy);
    font-size: 1.05rem;
  }
  .fluentform .ff-el-form-control,	.fluentform textarea.ff-el-form-control {
    border: 1px solid var(--color-line) !important;
    border-radius: 0.75rem !important;
    padding: 0.8rem 0.95rem !important;
    background: white !important;
  }
  .fluentform .ff-btn-submit {
    background: linear-gradient(135deg, var(--color-cyan), #22d3ee) !important;
    color: var(--color-ink) !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    padding: 0.9rem 1.35rem !important;
  }
  .entry-content blockquote {
    margin: 1.5rem 0;
    padding: 1.1rem 1.25rem;
    border-left: 4px solid var(--color-cyan);
    background: white;
    border-radius: 0 1rem 1rem 0;
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.05);
  }
  .entry-content blockquote cite {
    display: block;
    margin-top: 0.75rem;
    font-style: normal;
    font-weight: 700;
    color: var(--color-navy);
    font-size: 0.92rem;
  }
  .faq-list {
    display: grid;
    gap: 0.75rem;
    max-width: 48rem;
  }
  .faq-item {
    background: white;
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    padding: 0;
    overflow: hidden;
  }
  .faq-item summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--color-navy);
    padding: 1.1rem 1.25rem;
  }
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  .faq-item summary::after {
    content: "+";
    float: right;
    color: var(--color-cyan-dim);
    font-weight: 700;
  }
  .faq-item[open] summary::after {
    content: "–";
  }
  .faq-item p {
    margin: 0;
    padding: 0 1.25rem 1.2rem;
    color: var(--color-slate-dark);
    line-height: 1.7;
  }
  .card--dark {
    background: color-mix(in srgb, white 4%, transparent);
    border-color: color-mix(in srgb, white 10%, transparent);
    color: white;
  }
  .card--dark h3 {
    color: white;
  }
  .card--dark p {
    color: color-mix(in srgb, white 72%, transparent);
  }
  .card--dark:hover {
    border-color: color-mix(in srgb, #00c2d1 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-cyan) 40%, transparent);
    }
  }
  .quote-card footer span {
    display: block;
    margin-top: 0.15rem;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    z-index: 100;
    background: var(--color-cyan);
    color: var(--color-ink);
    padding: 0.65rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
  }
  .skip-link:focus {
    top: 1rem;
  }
  .theme-page-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-slate-dark);
  }
  .theme-page-body .lead-p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--color-navy);
    margin: 0 0 1.5rem;
  }
  .theme-page-body h2 {
    margin: 2rem 0 0.75rem;
    font-size: 1.45rem;
    color: var(--color-navy);
  }
  .theme-page-body h2:first-child {
    margin-top: 0;
  }
  .theme-page-body p {
    margin: 0 0 1.1rem;
  }
  .theme-page-body .content-list {
    list-style: none;
    margin: 1rem 0 1.5rem;
    padding: 0;
    display: grid;
    gap: 0.75rem;
  }
  .theme-page-body .content-list li {
    position: relative;
    padding: 0.85rem 1rem 0.85rem 2.5rem;
    background: white;
    border: 1px solid var(--color-line);
    border-radius: 0.85rem;
  }
  .theme-page-body .content-list li::before {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 1.15rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--color-cyan);
    box-shadow: 0 0 0 4px color-mix(in srgb, #00c2d1 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-cyan) 18%, transparent);
    }
  }
  .theme-page-body .link-list {
    list-style: none;
    margin: 0.75rem 0 1.5rem;
    padding: 0;
    display: grid;
    gap: 0.65rem;
  }
  .theme-page-body .link-list li {
    padding: 0.9rem 1rem;
    background: white;
    border: 1px solid var(--color-line);
    border-radius: 0.85rem;
    line-height: 1.55;
  }
  .theme-page-body .link-list a {
    color: var(--color-cyan-dim);
    font-weight: 700;
  }
  .theme-page-body .link-list a:hover {
    color: var(--color-navy);
  }
  .theme-page-body .content-quote {
    margin: 0 0 1rem;
    padding: 1.15rem 1.25rem;
    border-left: 4px solid var(--color-cyan);
    background: white;
    border-radius: 0 1rem 1rem 0;
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.05);
  }
  .theme-page-body .content-quote p {
    margin: 0;
    font-size: 1.05rem;
  }
  .theme-page-body .content-quote cite {
    display: block;
    margin-top: 0.75rem;
    font-style: normal;
    font-weight: 700;
    color: var(--color-navy);
    font-size: 0.92rem;
  }
  .theme-page-body .cta-inline {
    margin-top: 1.75rem;
  }
  .page-hero--center {
    text-align: center;
    max-width: 40rem;
    margin-inline: auto;
  }
  .page-hero__actions {
    justify-content: center;
    margin-top: 1.5rem;
  }
  .hero h1 {
    text-wrap: balance;
  }
  .section-title {
    text-wrap: balance;
  }
  .site-footer {
    margin-top: auto;
    background: #050b16;
    color: color-mix(in srgb, white 72%, transparent);
    border-top: 1px solid color-mix(in srgb, white 8%, transparent);
  }
  .site-footer__grid {
    display: grid;
    gap: 2rem;
    padding: 3.25rem 0 2.5rem;
  }
  .site-footer h3 {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    color: white;
    letter-spacing: 0.02em;
  }
  .site-footer p,	.site-footer li {
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
  }
  .site-footer a:hover {
    color: white;
  }
  .site-footer__bottom {
    border-top: 1px solid color-mix(in srgb, white 8%, transparent);
    padding: 1.1rem 0 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    font-size: 0.85rem;
    color: color-mix(in srgb, white 48%, transparent);
  }
  @media (min-width: 768px) {
    .site-nav {
      display: block;
    }
    .header-cta {
      display: inline-flex;
    }
    .mobile-toggle {
      display: none;
    }
    .hero__inner {
      grid-template-columns: 1.15fr 0.85fr;
      align-items: center;
      padding: 5.5rem 0 5rem;
    }
    .grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .split {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
    .cta-band {
      padding: 3rem;
    }
    .contact-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-footer__grid {
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
  }
  @media (max-width: 767px) {
    .hero__stats {
      grid-template-columns: 1fr;
    }
  }
}
@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;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
