/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --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);
    --font-weight-bold: 700;
    --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: #147df5;
  }
}
@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;
  }
  .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;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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));
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    background: #fff;
    color: #10243e;
    font-family: var(--font-sans);
    line-height: 1.6;
  }
  a {
    color: inherit;
  }
}
@layer components {
  .ach-shell {
    width: min(1180px,calc(100% - 40px));
    margin: auto;
  }
  .ach-announcement {
    background: linear-gradient(90deg,#0b68d4,#238df8);
    color: #fff;
    font-size: 13px;
  }
  .ach-announcement .ach-shell {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .ach-announcement span {
    opacity: .9;
  }
  .ach-header {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid #e4ebf3;
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(12px);
  }
  .ach-nav {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .ach-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: auto;
  }
  .ach-brand img {
    width: 205px;
    height: auto;
    display: block;
  }
  .ach-brand span {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #d7e0eb;
    color: #53657a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .ach-desktop-nav {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .ach-desktop-nav a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #243a54;
  }
  .ach-menu-toggle {
    display: none;
    border: 0;
    background: #eef6ff;
    color: #0b63bd;
    width: 42px;
    height: 42px;
    border-radius: 9px;
    font-size: 22px;
    font-weight: 900;
  }
  .ach-mobile-menu {
    display: none;
    background: #fff;
    border-top: 1px solid #e4ebf3;
    box-shadow: 0 16px 28px rgba(7,26,49,.1);
  }
  .ach-mobile-menu.is-open {
    display: block;
  }
  .ach-mobile-menu .ach-shell {
    display: grid;
    padding: 12px 0 20px;
  }
  .ach-mobile-menu a {
    padding: 12px 5px;
    border-bottom: 1px solid #edf2f7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #17314f;
  }
  .ach-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 21px;
    border-radius: 9px;
    background: linear-gradient(135deg,#147df5,#0865c8);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(20,125,245,.2);
  }
  .ach-button-small {
    padding: 11px 16px;
    font-size: 13px;
  }
  .ach-button-ghost {
    background: #fff;
    color: #17314f;
    border: 1px solid #d9e4ef;
    box-shadow: none;
  }
  .ach-hero {
    background: linear-gradient(135deg,#f7fbff 0%,#fff 52%,#eef6ff 100%);
    padding: 0;
    overflow: hidden;
  }
  .ach-hero-grid {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 0;
    align-items: stretch;
    min-height: 580px;
  }
  .ach-hero-copy {
    padding: 76px 52px 70px 0;
    align-self: center;
  }
  .ach-hero-visual {
    position: relative;
    min-height: 580px;
    overflow: hidden;
  }
  .ach-hero-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(247,251,255,.92) 0%,rgba(12,64,116,.04) 38%,rgba(3,18,35,.18) 100%);
  }
  .ach-hero-visual img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    inset: 0;
  }
  .ach-hero-visual-copy {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 42px;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .03em;
  }
  .ach-hero-visual-copy span {
    color: #4dd8ff;
  }
  .ach-benefits {
    position: relative;
    z-index: 8;
    background: linear-gradient(180deg,#fff 0%,#f7fbff 100%);
    padding: 0 0 34px;
    border-bottom: 1px solid #e5edf5;
  }
  .ach-benefits .ach-shell {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: -28px;
  }
  .ach-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 23px 20px 21px;
    background: #fff;
    border: 1px solid #dbe6f2;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15,47,83,.10);
    min-height: 142px;
    position: relative;
    overflow: hidden;
    transition: transform .22s ease,box-shadow .22s ease;
  }
  .ach-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(15,47,83,.14);
  }
  .ach-benefit-card:after {
    content: "";
    position: absolute;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    right: -40px;
    top: -42px;
    opacity: .42;
  }
  .ach-benefit-card:nth-child(1) {
    background: linear-gradient(145deg,#ffffff,#eef7ff);
    border-color: #cae2ff;
  }
  .ach-benefit-card:nth-child(1):after {
    background: #cfe8ff;
  }
  .ach-benefit-card:nth-child(2) {
    background: linear-gradient(145deg,#ffffff,#f3f0ff);
    border-color: #ddd5ff;
  }
  .ach-benefit-card:nth-child(2):after {
    background: #ddd5ff;
  }
  .ach-benefit-card:nth-child(3) {
    background: linear-gradient(145deg,#ffffff,#ecfbf6);
    border-color: #c9eddf;
  }
  .ach-benefit-card:nth-child(3):after {
    background: #c9eddf;
  }
  .ach-benefit-card:nth-child(4) {
    background: linear-gradient(145deg,#ffffff,#fff6e9);
    border-color: #f5dfb9;
  }
  .ach-benefit-card:nth-child(4):after {
    background: #f5dfb9;
  }
  .ach-benefit-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg,#eaf5ff,#dcedff);
    color: #147df5;
    border: 1px solid #cfe4fb;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    position: relative;
    z-index: 1;
  }
  .ach-benefit-card:nth-child(2) .ach-benefit-icon {
    background: linear-gradient(145deg,#f2efff,#e3dcff);
    color: #6e56cf;
    border-color: #d7ceff;
  }
  .ach-benefit-card:nth-child(3) .ach-benefit-icon {
    background: linear-gradient(145deg,#e9fbf5,#d5f4e8);
    color: #0b9270;
    border-color: #c6ebdf;
  }
  .ach-benefit-card:nth-child(4) .ach-benefit-icon {
    background: linear-gradient(145deg,#fff7e9,#ffebc9);
    color: #c87a00;
    border-color: #f3ddb3;
  }
  .ach-benefit-icon svg {
    width: 29px;
    height: 29px;
  }
  .ach-benefit-card strong,.ach-benefit-card small {
    display: block;
  }
  .ach-benefit-card strong {
    font-size: 15px;
    line-height: 1.2;
    color: #0c223c;
    margin: 2px 0 7px;
  }
  .ach-benefit-card small {
    font-size: 12px;
    line-height: 1.55;
    color: #65788f;
  }
  .ach-eyebrow,.ach-kicker {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    color: #147df5;
    margin-bottom: 15px;
  }
  .ach-hero h1 {
    font-size: clamp(45px,5.2vw,72px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 0 0 24px;
    color: #071a31;
  }
  .ach-hero h1 span,.ach-section h2 span,.ach-dark h2 span,.ach-final h2 span {
    color: #147df5;
  }
  .ach-hero-copy>p {
    font-size: 19px;
    color: #53657a;
    max-width: 650px;
    margin: 0 0 30px;
  }
  .ach-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .ach-trust {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 28px;
    font-size: 13px;
    font-weight: 800;
    color: #40556e;
  }
  .ach-trust span::first-letter {
    color: #147df5;
  }
  .ach-console {
    background: #fff;
    border: 1px solid #dce6f0;
    border-top: 4px solid #147df5;
    border-radius: 17px;
    padding: 25px;
    box-shadow: 0 30px 70px rgba(15,47,83,.14);
    transform: rotate(1deg);
  }
  .ach-console-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7edf4;
  }
  .ach-console-head div {
    display: grid;
  }
  .ach-console-head small {
    font-size: 10px;
    letter-spacing: .15em;
    color: #738399;
    font-weight: 900;
  }
  .ach-console-head strong {
    font-size: 19px;
    color: #071a31;
  }
  .ach-live {
    font-size: 11px;
    font-weight: 900;
    color: #12804a;
    background: #e9f8f0;
    border-radius: 99px;
    padding: 6px 10px;
  }
  .ach-score {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 18px;
    align-items: center;
    padding: 25px 0;
  }
  .ach-ring {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 9px solid #dcecff;
    border-top-color: #147df5;
    color: #147df5;
    font-size: 25px;
    font-weight: 900;
  }
  .ach-score strong {
    font-size: 18px;
  }
  .ach-score p {
    font-size: 13px;
    color: #687a8f;
    margin: 4px 0 0;
  }
  .ach-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #edf1f5;
    font-size: 13px;
  }
  .ach-status span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
  }
  .ach-status i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20b66a;
    box-shadow: 0 0 0 4px #e7f8ef;
  }
  .ach-status b {
    font-size: 12px;
    color: #147df5;
  }
  .ach-proof {
    border-top: 1px solid #e4edf7;
    border-bottom: 1px solid #e4edf7;
    background: linear-gradient(90deg,#f9fbfe 0%,#ffffff 48%,#f8fbff 100%);
    padding: 28px 0;
  }
  .ach-proof .ach-shell {
    display: grid;
    grid-template-columns: 1.7fr repeat(4,1fr);
    align-items: center;
    gap: 14px;
  }
  .ach-proof .ach-shell>div:first-child {
    padding-right: 20px;
  }
  .ach-proof .ach-shell>div:not(:first-child) {
    position: relative;
    padding: 15px 14px 15px 42px;
    border: 1px solid #dce7f2;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 900;
    color: #314a67;
    text-align: left;
    box-shadow: 0 8px 20px rgba(15,47,83,.05);
  }
  .ach-proof .ach-shell>div:nth-child(2) {
    background: #eaf4ff;
    border-color: #cfe3fb;
  }
  .ach-proof .ach-shell>div:nth-child(3) {
    background: #f1edff;
    border-color: #dcd3ff;
  }
  .ach-proof .ach-shell>div:nth-child(4) {
    background: #eafaf4;
    border-color: #caebdf;
  }
  .ach-proof .ach-shell>div:nth-child(5) {
    background: #fff3df;
    border-color: #f0dbb6;
  }
  .ach-proof .ach-shell>div:not(:first-child):before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #147df5;
    font-size: 11px;
    box-shadow: 0 3px 10px rgba(15,47,83,.10);
  }
  .ach-proof .ach-shell>div:nth-child(3):before {
    color: #6e56cf;
  }
  .ach-proof .ach-shell>div:nth-child(4):before {
    color: #0b9270;
  }
  .ach-proof .ach-shell>div:nth-child(5):before {
    color: #c87a00;
  }
  .ach-proof strong,.ach-proof span {
    display: block;
  }
  .ach-proof strong {
    color: #0c223c;
    font-size: 15px;
  }
  .ach-proof span {
    font-size: 12px;
    color: #7b8a9c;
    margin-top: 3px;
  }
  .ach-section {
    padding: 100px 0;
  }
  .ach-unified {
    position: relative;
    background: radial-gradient(circle at 12% 15%,rgba(20,125,245,.09),transparent 30%),radial-gradient(circle at 88% 20%,rgba(110,86,207,.08),transparent 28%),linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border-top: 1px solid #e7eef7;
    border-bottom: 1px solid #e7eef7;
    overflow: hidden;
  }
  .ach-unified:before {
    content: "";
    position: absolute;
    inset: auto -120px -190px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(11,146,112,.06);
    pointer-events: none;
  }
  .ach-heading-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
  }
  .ach-section h2,.ach-dark h2,.ach-final h2 {
    font-size: clamp(38px,4vw,56px);
    line-height: 1.08;
    letter-spacing: -.045em;
    margin: 0;
    color: #071a31;
  }
  .ach-heading-row p {
    font-size: 17px;
    color: #617389;
    margin: 0;
  }
  .ach-unified .ach-heading-row p {
    padding: 22px 24px;
    border-left: 4px solid #147df5;
    background: rgba(255,255,255,.72);
    border-radius: 0 14px 14px 0;
    box-shadow: 0 10px 28px rgba(15,47,83,.05);
  }
  .ach-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-top: 52px;
  }
  .ach-cards article {
    position: relative;
    overflow: hidden;
    min-height: 268px;
    padding: 31px 28px 28px;
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(18,48,82,.09);
    transition: transform .22s ease,box-shadow .22s ease;
  }
  .ach-cards article:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(18,48,82,.14);
  }
  .ach-cards article:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
  }
  .ach-cards article:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: -68px;
    bottom: -72px;
    opacity: .35;
  }
  .ach-cards article:nth-child(1) {
    background: linear-gradient(145deg,#ffffff 0%,#edf7ff 100%);
    border: 1px solid #cae2ff;
  }
  .ach-cards article:nth-child(1):before,.ach-cards article:nth-child(1):after {
    background: #147df5;
  }
  .ach-cards article:nth-child(2) {
    background: linear-gradient(145deg,#ffffff 0%,#f2efff 100%);
    border: 1px solid #dcd4ff;
  }
  .ach-cards article:nth-child(2):before,.ach-cards article:nth-child(2):after {
    background: #6e56cf;
  }
  .ach-cards article:nth-child(3) {
    background: linear-gradient(145deg,#ffffff 0%,#eafaf4 100%);
    border: 1px solid #caebdf;
  }
  .ach-cards article:nth-child(3):before,.ach-cards article:nth-child(3):after {
    background: #0b9270;
  }
  .ach-cards article:nth-child(4) {
    background: linear-gradient(145deg,#ffffff 0%,#fff4e2 100%);
    border: 1px solid #f0dbb6;
  }
  .ach-cards article:nth-child(4):before,.ach-cards article:nth-child(4):after {
    background: #c87a00;
  }
  .ach-cards b {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #fff;
    color: #147df5;
    font-size: 12px;
    box-shadow: 0 6px 18px rgba(15,47,83,.10);
  }
  .ach-cards article:nth-child(2) b {
    color: #6e56cf;
  }
  .ach-cards article:nth-child(3) b {
    color: #0b9270;
  }
  .ach-cards article:nth-child(4) b {
    color: #c87a00;
  }
  .ach-cards h3 {
    position: relative;
    z-index: 1;
    font-size: 21px;
    margin: 24px 0 10px;
    color: #0b2039;
    letter-spacing: -.02em;
  }
  .ach-cards p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.7;
    color: #586d84;
    margin: 0;
  }
  .ach-dark {
    padding: 100px 0;
    background: linear-gradient(135deg,rgba(7,26,49,.98),rgba(10,40,73,.94)),url('https://hosting.ascensiona.com/wp-content/uploads/2026/09/Ascensiona-Cloud-Technology-Background.jpg') center/cover;
    color: #fff;
  }
  .ach-dark-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
  }
  .ach-dark h2 {
    color: #fff;
  }
  .ach-dark p {
    color: #b8c7d8;
    font-size: 17px;
    max-width: 620px;
    margin: 22px 0 30px;
  }
  .ach-tech {
    display: grid;
    gap: 14px;
  }
  .ach-tech div {
    padding: 23px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;
    background: rgba(255,255,255,.055);
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 18px;
  }
  .ach-tech strong {
    color: #5eb1ff;
    font-size: 18px;
  }
  .ach-tech span {
    color: #d2deea;
    font-size: 14px;
  }
  .ach-pricing {
    text-align: center;
    background: radial-gradient(circle at 50% -10%,#eaf4ff 0%,#f7faff 38%,#f7faff 100%);
    border-top: 1px solid #e6eef7;
  }
  .ach-pricing h2 {
    max-width: 760px;
    margin: auto;
  }
  .ach-pricing-intro {
    max-width: 780px;
    margin: 18px auto 0;
    color: #617389;
    font-size: 16px;
    line-height: 1.7;
  }
  .ach-billing-switch {
    display: inline-flex;
    gap: 5px;
    margin: 30px auto 0;
    padding: 5px;
    border: 1px solid #d6e3f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,47,83,.06);
  }
  .ach-billing-switch button {
    border: 0;
    background: transparent;
    color: #5c6f86;
    padding: 10px 19px;
    border-radius: 8px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .ach-billing-switch button.is-active {
    background: #147df5;
    color: #fff;
    box-shadow: 0 7px 16px rgba(20,125,245,.24);
  }
  .ach-billing-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #7b8b9e;
  }
  .ach-plans {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-top: 38px;
    text-align: left;
    align-items: stretch;
  }
  .ach-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dce7f2;
    border-radius: 18px;
    padding: 27px 24px 24px;
    box-shadow: 0 12px 34px rgba(16,48,84,.07);
    overflow: hidden;
  }
  .ach-plan-card:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #dfe9f4;
  }
  .ach-plan-card.featured {
    border: 2px solid #147df5;
    box-shadow: 0 22px 52px rgba(20,125,245,.16);
    transform: translateY(-8px);
  }
  .ach-plan-card.featured:before {
    height: 5px;
    background: linear-gradient(90deg,#147df5,#57b1ff);
  }
  .ach-plan-card.partnership:before {
    background: linear-gradient(90deg,#071a31,#147df5);
  }
  .ach-plan-popular {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #147df5;
    color: #fff;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
  }
  .ach-plan-tier {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    color: #147df5;
    margin-bottom: 13px;
  }
  .ach-plan-card h3 {
    min-height: 48px;
    margin: 0 0 10px;
    color: #0b2039;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: -.02em;
  }
  .ach-plan-summary {
    min-height: 72px;
    margin: 0 0 20px !important;
    color: #65778b !important;
    font-size: 13px !important;
    line-height: 1.6;
  }
  .ach-plan-price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    padding-top: 18px;
    border-top: 1px solid #edf2f7;
  }
  .ach-price-value {
    font-size: 42px;
    font-weight: 900;
    color: #071a31;
    letter-spacing: -.045em;
    line-height: 1;
  }
  .ach-price-cycle {
    font-size: 12px;
    color: #718096;
    font-weight: 800;
    padding-bottom: 5px;
  }
  .ach-price-equivalent {
    min-height: 36px;
    margin-top: 8px;
    color: #6b7e93;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
  }
  .ach-plan-features {
    list-style: none;
    margin: 22px 0 24px;
    padding: 0;
    display: grid;
    gap: 11px;
  }
  .ach-plan-features li {
    position: relative;
    padding-left: 25px;
    color: #435870;
    font-size: 12.5px;
    line-height: 1.5;
  }
  .ach-plan-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e8f5ff;
    color: #147df5;
    font-size: 11px;
    font-weight: 900;
  }
  .ach-plan-button {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 13px;
    border-radius: 10px;
    background: #eef6ff;
    color: #0b63bd;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid #d5e8fb;
  }
  .ach-plan-button:hover {
    background: #147df5;
    color: #fff;
    border-color: #147df5;
  }
  .ach-plan-card.featured .ach-plan-button {
    background: #147df5;
    color: #fff;
    border-color: #147df5;
  }
  .ach-plan-card.partnership .ach-plan-button {
    background: #071a31;
    color: #fff;
    border-color: #071a31;
  }
  .ach-final {
    background: #147df5;
    color: #fff;
    padding: 70px 0;
  }
  .ach-final .ach-shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .ach-final .ach-kicker {
    color: #dceeff;
  }
  .ach-final h2 {
    color: #fff;
  }
  .ach-final h2 span {
    color: #dceeff;
  }
  .ach-button-light {
    background: #fff;
    color: #0b63bd;
    box-shadow: none;
  }
  .ach-footer {
    background: #06172b;
    color: #aebdcd;
    padding: 48px 0;
  }
  .ach-footer a {
    color: #fff;
  }
  .ach-footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .ach-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 560px;
  }
  .ach-footer-brand img {
    width: 190px;
    max-width: 100%;
    height: auto;
    display: block;
    filter: none;
    border-radius: 10px;
    background: #fff;
  }
  .ach-footer-brand p {
    margin: 5px 0 0;
    max-width: 270px;
    line-height: 1.6;
  }
  .ach-page-main {
    background: #f8fbff;
  }
  .ach-page-hero {
    padding: 88px 0 64px;
    background: linear-gradient(135deg,#f4f8ff 0%,#fff 58%,#edf4ff 100%);
    border-bottom: 1px solid #dbe6f5;
  }
  .ach-page-hero-inner {
    max-width: 980px;
  }
  .ach-page-hero h1 {
    margin: 12px 0 0;
    font-size: clamp(42px,6vw,72px);
    line-height: 1.02;
    letter-spacing: -.045em;
    color: #09203f;
  }
  .ach-page-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.65;
    color: #4c6078;
  }
  .ach-page-content {
    padding: 72px 0 96px;
  }
  .ach-page-content>.ach-shell {
    max-width: 980px;
  }
  .ach-prose {
    background: #fff;
    border: 1px solid #dce6f2;
    border-radius: 22px;
    padding: clamp(28px,5vw,58px);
    box-shadow: 0 20px 55px rgba(10,38,76,.07);
    color: #314760;
    font-size: 17px;
    line-height: 1.78;
  }
  .ach-prose h2,.ach-prose h3 {
    color: #09203f;
    letter-spacing: -.025em;
  }
  .ach-prose h2 {
    font-size: 32px;
    margin: 48px 0 16px;
  }
  .ach-prose h2:first-child {
    margin-top: 0;
  }
  .ach-prose h3 {
    font-size: 22px;
    margin: 34px 0 12px;
  }
  .ach-prose p {
    margin: 0 0 18px;
  }
  .ach-prose ul,.ach-prose ol {
    margin: 16px 0 24px;
    padding-left: 24px;
  }
  .ach-prose li {
    margin: 8px 0;
  }
  .ach-prose a {
    color: #1769e0;
    font-weight: 700;
    text-decoration: none;
  }
  .ach-prose a:hover {
    text-decoration: underline;
  }
  .ach-prose .am-inline-cta {
    margin: 44px -10px 0;
    padding: 30px 32px;
    border-radius: 18px;
    background: linear-gradient(135deg,#edf6ff,#f8fbff);
    border: 1px solid #cfe2fa;
  }
  .ach-prose .am-inline-cta strong {
    display: block;
    color: #09203f;
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .ach-prose .am-inline-cta p {
    margin: 8px 0;
  }
  .ach-prose .am-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 12px 18px;
    border-radius: 9px;
    background: #147df5;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
  }
  .ach-prose .am-faq {
    display: grid;
    gap: 12px;
  }
  .ach-prose .am-faq details {
    border: 1px solid #dce6f2;
    border-radius: 14px;
    background: #fbfdff;
    padding: 0 20px;
  }
  .ach-prose .am-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 28px 18px 0;
    color: #09203f;
    font-weight: 800;
    position: relative;
  }
  .ach-prose .am-faq summary::-webkit-details-marker {
    display: none;
  }
  .ach-prose .am-faq summary:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 15px;
    color: #147df5;
    font-size: 24px;
  }
  .ach-prose .am-faq details[open] summary:after {
    content: '–';
  }
  .ach-prose .am-faq details p {
    padding: 0 0 18px;
    margin: 0;
    color: #4c6078;
  }
  .ach-page-featured {
    margin: 0 0 36px;
  }
  .ach-page-featured img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .ach-page-cta {
    margin-top: 34px;
    padding: 34px 38px;
    border-radius: 22px;
    background: #071d39;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .ach-page-cta h2 {
    margin: 8px 0 8px;
    font-size: 28px;
    line-height: 1.15;
  }
  .ach-page-cta p {
    margin: 0;
    max-width: 650px;
    color: #b9c8dc;
    line-height: 1.6;
  }
  .ach-page-cta .ach-button {
    flex: 0 0 auto;
  }
  @media (max-width:720px) {
    .ach-page-hero {
      padding: 58px 0 42px;
    }
    .ach-prose .am-inline-cta {
      margin: 36px 0 0;
      padding: 24px 20px;
    }
    .ach-prose .am-btn {
      width: 100%;
      text-align: center;
    }
    .ach-prose .am-faq details {
      padding: 0 16px;
    }
    .ach-page-hero h1 {
      font-size: 42px;
    }
    .ach-page-hero p {
      font-size: 17px;
    }
    .ach-page-content {
      padding: 34px 0 64px;
    }
    .ach-prose {
      padding: 26px 22px;
      border-radius: 16px;
    }
    .ach-prose h2 {
      font-size: 27px;
      margin-top: 38px;
    }
    .ach-page-cta {
      padding: 28px 24px;
      align-items: flex-start;
      flex-direction: column;
    }
    .ach-page-cta .ach-button {
      width: 100%;
      text-align: center;
    }
  }
  .ach-pricing-compare-cta {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .ach-pricing-compare-cta span {
    font-size: 14px;
    font-weight: 800;
    color: #53657a;
  }
  .ach-pricing-compare-cta .ach-button {
    min-width: 220px;
  }
  .ach-pricing-page {
    display: grid;
    gap: 34px;
  }
  .ach-pricing-page-intro {
    padding: 4px 0 10px;
  }
  .ach-pricing-page-intro h2,.ach-compare-section h2,.ach-pricing-flex-card h2,.ach-annual-banner h2 {
    margin: 0;
    color: #09203f;
    letter-spacing: -.035em;
  }
  .ach-pricing-page-intro h2,.ach-compare-section h2 {
    font-size: clamp(32px,4vw,48px);
    line-height: 1.1;
  }
  .ach-pricing-page-intro p {
    max-width: 780px;
    margin: 18px 0 0;
    color: #53657a;
  }
  .ach-compare-eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    color: #147df5;
    margin-bottom: 12px;
  }
  .ach-security-baseline {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 26px;
    align-items: center;
    padding: 26px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg,#081c36,#0c3c72);
    color: #fff;
    box-shadow: 0 18px 44px rgba(7,31,58,.16);
  }
  .ach-security-baseline strong,.ach-security-baseline span {
    display: block;
  }
  .ach-security-baseline strong {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .ach-security-baseline>div:first-child>span {
    color: #c4d2e2;
    line-height: 1.6;
  }
  .ach-security-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .ach-security-chips span {
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 11px;
    font-weight: 800;
    color: #e7f1fb;
  }
  .ach-compare-section {
    padding-top: 10px;
  }
  .ach-compare-table-wrap {
    margin-top: 26px;
    overflow-x: auto;
    border: 1px solid #dbe6f1;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(13,47,84,.06);
  }
  .ach-compare-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #fff;
  }
  .ach-compare-table th,.ach-compare-table td {
    padding: 16px 15px;
    border-bottom: 1px solid #e8eef5;
    border-right: 1px solid #edf2f7;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
  }
  .ach-compare-table th:first-child,.ach-compare-table td:first-child {
    text-align: left;
    font-weight: 800;
    color: #17314f;
  }
  .ach-compare-table thead th {
    background: #0c2441;
    color: #fff;
    font-size: 13px;
  }
  .ach-compare-table thead th:first-child {
    background: #071a31;
  }
  .ach-compare-table thead small {
    display: inline-block;
    margin-top: 4px;
    color: #75c4ff;
    font-size: 11px;
  }
  .ach-compare-table tbody tr:nth-child(even) {
    background: #f8fbff;
  }
  .ach-compare-table b {
    color: #0b63bd;
  }
  .ach-pricing-summary-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
  }
  .ach-pricing-summary-card {
    position: relative;
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #dbe6f2;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,47,83,.06);
    overflow: hidden;
  }
  .ach-pricing-summary-card:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #147df5;
  }
  .ach-pricing-summary-card.teal:before {
    background: #18a999;
  }
  .ach-pricing-summary-card.violet:before {
    background: #7c5cff;
  }
  .ach-pricing-summary-card.navy:before {
    background: #071a31;
  }
  .ach-pricing-summary-card span {
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    color: #147df5;
  }
  .ach-pricing-summary-card.teal span {
    color: #0f8e82;
  }
  .ach-pricing-summary-card.violet span {
    color: #6c4ee8;
  }
  .ach-pricing-summary-card.navy span {
    color: #315b8d;
  }
  .ach-pricing-summary-card h3 {
    margin: 10px 0 10px;
    font-size: 22px;
    color: #09203f;
  }
  .ach-pricing-summary-card strong {
    font-size: 16px;
    color: #071a31;
  }
  .ach-pricing-summary-card p {
    color: #5e7187;
  }
  .ach-pricing-summary-card small {
    display: block;
    margin-top: 10px;
    font-weight: 800;
    color: #64788f;
  }
  .ach-pricing-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ach-pricing-flex-card {
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #dbe6f2;
  }
  .ach-pricing-flex-card.addons {
    background: linear-gradient(145deg,#f5fbff,#eaf5ff);
  }
  .ach-pricing-flex-card.upgrades {
    background: linear-gradient(145deg,#faf7ff,#f0ebff);
  }
  .ach-pricing-flex-card h2 {
    font-size: 30px;
    line-height: 1.15;
  }
  .ach-pricing-flex-card ul {
    margin: 20px 0 0;
    padding-left: 20px;
  }
  .ach-pricing-flex-card li {
    margin: 9px 0;
    color: #41556d;
  }
  .ach-flex-note {
    margin-top: 20px !important;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(21,82,141,.1);
    font-weight: 700;
    color: #41556d !important;
  }
  .ach-annual-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px 32px;
    border-radius: 20px;
    background: linear-gradient(135deg,#0c66c8,#1698ff);
    color: #fff;
  }
  .ach-annual-banner span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    color: #dff2ff;
  }
  .ach-annual-banner h2 {
    color: #fff;
    font-size: 32px;
    margin-top: 7px;
  }
  .ach-annual-banner p {
    margin: 8px 0 0;
    color: #dbeeff;
  }
  .ach-annual-banner .ach-button {
    background: #fff;
    color: #0b63bd;
    box-shadow: none;
    flex: 0 0 auto;
  }
  @media (max-width:900px) {
    .ach-security-baseline,.ach-pricing-flex {
      grid-template-columns: 1fr;
    }
    .ach-security-chips {
      justify-content: flex-start;
    }
    .ach-pricing-summary-grid {
      grid-template-columns: 1fr;
    }
    .ach-annual-banner {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  @media (max-width:980px) {
    .ach-desktop-nav {
      display: none;
    }
    .ach-menu-toggle {
      display: grid;
      place-items: center;
    }
    .ach-hero-grid,.ach-dark-grid,.ach-heading-row {
      grid-template-columns: 1fr;
    }
    .ach-hero-grid {
      gap: 0;
    }
    .ach-hero-copy {
      padding: 60px 0 46px;
    }
    .ach-hero-visual {
      min-height: 400px;
    }
    .ach-benefits .ach-shell {
      grid-template-columns: repeat(2,1fr);
    }
    .ach-cards,.ach-plans {
      grid-template-columns: repeat(2,1fr);
    }
    .ach-proof .ach-shell {
      grid-template-columns: 1fr 1fr;
    }
    .ach-proof .ach-shell>div:first-child {
      grid-column: 1/-1;
      padding: 0 0 4px;
    }
    .ach-brand img {
      width: 170px;
    }
  }
  @media (max-width:640px) {
    .ach-shell {
      width: min(100% - 28px,1180px);
    }
    .ach-footer-brand {
      display: block;
    }
    .ach-footer-brand img {
      width: 185px;
    }
    .ach-footer-brand p {
      margin-top: 16px;
      max-width: 100%;
    }
    .ach-announcement span {
      display: none;
    }
    .ach-announcement .ach-shell {
      justify-content: center;
    }
    .ach-header .ach-button-small {
      display: none;
    }
    .ach-nav {
      min-height: 72px;
      gap: 12px;
    }
    .ach-brand img {
      width: 145px;
    }
    .ach-brand span {
      font-size: 9px;
      margin-left: 9px;
      padding-left: 9px;
    }
    .ach-hero {
      padding: 0;
    }
    .ach-hero-copy {
      padding: 52px 0 38px;
    }
    .ach-hero h1 {
      font-size: 43px;
    }
    .ach-hero-visual {
      min-height: 300px;
    }
    .ach-hero-visual-copy {
      right: 22px;
      bottom: 25px;
      font-size: 19px;
    }
    .ach-benefits {
      padding-bottom: 26px;
    }
    .ach-benefits .ach-shell {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: -18px;
    }
    .ach-benefit-card {
      min-height: 0;
      padding: 19px 18px;
    }
    .ach-benefit-icon {
      flex-basis: 48px;
      width: 48px;
      height: 48px;
      border-radius: 13px;
    }
    .ach-benefit-icon svg {
      width: 25px;
      height: 25px;
    }
    .ach-cards,.ach-plans {
      grid-template-columns: 1fr;
    }
    .ach-plan-card.featured {
      transform: none;
    }
    .ach-plan-card h3,.ach-plan-summary {
      min-height: 0;
    }
    .ach-section,.ach-dark {
      padding: 72px 0;
    }
    .ach-proof .ach-shell {
      grid-template-columns: 1fr 1fr;
    }
    .ach-tech div {
      grid-template-columns: 1fr;
    }
    .ach-final .ach-shell,.ach-footer-grid {
      align-items: flex-start;
      flex-direction: column;
    }
    .ach-console {
      transform: none;
    }
    .ach-trust {
      gap: 12px;
    }
  }
}
@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-font-weight {
  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-font-weight: initial;
    }
  }
}
