/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Montserrat,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: .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);
  }
}
@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 {
  .fixed {
    position: fixed;
  }
  .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);
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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));
  }
}
:root {
  --navy: #092140;
  --blue: #2064EA;
  --green: #139253;
  --mist: #F4F7FB;
  --line: #E3E9F2;
  --body: #44546A;
  --ink: #061529;
  --white: #fff;
  --ease: cubic-bezier(.22,1,.36,1);
  --shadow: 0 12px 32px rgba(9,33,64,.06);
  --shell: min(1240px,calc(100vw - 48px));
  --header: 76px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--body);
  font-family: Montserrat,sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select,textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,h2,h3,h4,p {
  margin-top: 0;
}
h1,h2,h3,h4 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.05;
  text-wrap: balance;
}
h1 {
  font-size: clamp(3rem,6vw,6.5rem);
}
h2 {
  font-size: clamp(2.3rem,4.2vw,4.5rem);
}
h3 {
  font-size: clamp(1.25rem,2vw,1.75rem);
}
p {
  max-width: 68ch;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.section {
  padding: clamp(96px,10vw,152px) 0;
}
.mist {
  background: var(--mist);
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow.light {
  color: #8DB3FF;
}
.axn-icon {
  width: 22px;
  height: 22px;
  flex: none;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: #fff;
  color: var(--navy);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s,box-shadow .2s,background .2s,color .2s,border .2s;
}
.btn .axn-icon,.text-link .axn-icon {
  width: 18px;
  transition: transform .2s;
}
.btn:hover .axn-icon,.text-link:hover .axn-icon {
  transform: translateX(4px);
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(32,100,234,.24);
}
.btn-primary:hover {
  background: #1455D7;
  transform: translateY(-2px);
}
.btn-outline {
  border-color: var(--line);
  background: #fff;
  color: var(--navy);
}
.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.btn-outline-light {
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.btn-outline-light:hover {
  background: #fff;
  color: var(--navy);
}
.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0,0,0,.18);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}
.light-link {
  color: #fff;
}
.scroll-progress {
  position: fixed;
  z-index: 1001;
  inset: 0 0 auto;
  height: 2px;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
}
.site-header {
  position: fixed;
  z-index: 1000;
  top: 2px;
  left: 0;
  width: 100%;
  height: var(--header);
  transition: transform .35s var(--ease),background .3s,border .3s;
}
.site-header.scrolled {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.site-header.hidden {
  transform: translateY(-110%);
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 32px;
}
.site-brand {
  display: flex;
  align-items: center;
  width: 152px;
  height: 52px;
}
.site-brand img {
  display: block;
  width: 150px;
  height: auto;
}
.brand-fallback {
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}
.brand-fallback span {
  color: var(--blue);
  font-size: 23px;
  font-weight: 800;
}
.is-home .site-header:not(.scrolled) .brand-fallback {
  color: #fff;
}
.desktop-nav {
  justify-self: center;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list>li {
  position: relative;
}
.nav-list>li>a {
  position: relative;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  padding: 26px 0;
}
.is-home .site-header:not(.scrolled) .nav-list>li>a {
  color: #fff;
}
.nav-list>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
}
.nav-list>li>a:hover:after {
  transform: scaleX(1);
}
.header-cta {
  min-height: 44px;
}
.mega {
  position: absolute;
  top: 55px;
  left: 50%;
  display: grid;
  grid-template-columns: 220px 280px 280px;
  gap: 8px;
  width: 820px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(6,21,41,.16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,10px);
  transition: .25s var(--ease);
}
.has-mega:hover .mega,.has-mega:focus-within .mega {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,0);
}
.mega>div {
  padding: 15px;
  background: var(--mist);
  border-radius: 12px;
}
.mega>div strong,.mega>div span {
  display: block;
}
.mega>div strong {
  color: var(--ink);
  font-size: 14px;
}
.mega>div span {
  margin-top: 5px;
  font-size: 12px;
}
.mega>a {
  display: flex;
  gap: 11px;
  padding: 12px;
  border-radius: 10px;
}
.mega>a:hover {
  background: var(--mist);
}
.mega>a .axn-icon {
  color: var(--blue);
  width: 20px;
}
.mega b,.mega small {
  display: block;
}
.mega b {
  color: var(--navy);
  font-size: 13px;
}
.mega small {
  color: var(--body);
  font-size: 11px;
}
.mega-industries {
  grid-template-columns: 220px 240px 240px;
}
.menu-toggle,.mobile-menu {
  display: none;
}
.mobile-action-bar {
  display: none;
}
.hero {
  position: relative;
  min-height: 860px;
  padding: 160px 0 90px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.hero:after {
  content: "";
  position: absolute;
  right: 8%;
  top: 17%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle,rgba(32,100,234,.28),transparent 68%);
  filter: blur(14px);
}
.hero-grid,.final-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom,black,transparent);
}
.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 6fr 6fr;
  align-items: center;
  gap: 60px;
}
.hero-title {
  max-width: 760px;
  margin-bottom: 27px;
  color: #fff;
  font-size: clamp(3.5rem,5.5vw,6.4rem);
}
.hero-title .word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: .2em;
}
.hero-title .word {
  display: inline-block;
  transform: translateY(110%);
  animation: wordIn .9s var(--ease) forwards;
  animation-delay: var(--delay);
}
@keyframes wordIn {
  to {
    transform: none;
  }
}
.hero-lede {
  font-size: 18px;
  color: #CCD7E5;
  max-width: 640px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.proof-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 20px;
}
.proof-row span {
  padding: 0 16px;
  color: #B8C6D8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  border-left: 1px solid rgba(255,255,255,.16);
}
.proof-row span:first-child {
  padding-left: 0;
  border: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: .8s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.hero .reveal {
  animation: revealIn .8s var(--ease) forwards;
  animation-delay: 1s;
}
@keyframes revealIn {
  to {
    opacity: 1;
    transform: none;
  }
}
.hero-device-wrap {
  perspective: 1200px;
  position: relative;
  z-index: 2;
}
.pos-float {
  position: relative;
  animation: float 6s ease-in-out infinite;
  transform-style: preserve-3d;
}
.pos-device {
  position: relative;
  width: min(440px,95%);
  height: 590px;
  margin: auto;
  padding: 34px;
  background: linear-gradient(145deg,#F6F8FB,#C9D2DF);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 44px 44px 66px 66px;
  box-shadow: -28px 40px 80px rgba(0,0,0,.35),inset 8px 8px 18px rgba(255,255,255,.7),inset -8px -10px 20px rgba(9,33,64,.12);
  transform: rotateY(-8deg) rotateX(3deg);
  transition: transform .25s;
}
.pos-screen {
  height: 390px;
  padding: 14px;
  background: #07182D;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
}
.pos-ui {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 22px;
  background: #fff;
  border-radius: 16px;
  color: var(--body);
  box-shadow: inset 0 0 24px rgba(32,100,234,.08);
}
.ui-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: #738095;
}
.cart-lines p {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  font-size: 12px;
  opacity: 0;
  animation: cartLine 9s infinite;
  animation-delay: var(--d);
}
.cart-lines b {
  color: var(--navy);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--navy);
}
.tap-state,.approved-state {
  position: absolute;
  inset: auto 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px;
  background: var(--navy);
  border-radius: 13px;
  color: #fff;
  animation: tapState 9s infinite;
}
.tap-state span,.approved-state span {
  font-size: 9px;
  opacity: .65;
}
.tap-icon {
  color: #7FA9FF;
  font-size: 15px;
  animation: ripple 1.2s infinite;
}
.approved-state {
  background: #EDF9F3;
  color: var(--green);
  opacity: 0;
  animation: approveState 9s infinite;
}
.approved-state i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
}
.pos-printer {
  position: absolute;
  z-index: 4;
  bottom: 80px;
  left: 78px;
  right: 78px;
  height: 25px;
  background: #1A2A3B;
  border-radius: 10px;
  box-shadow: inset 0 5px 8px #050B13;
}
.receipt {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 18px;
  right: 18px;
  height: 160px;
  padding: 18px;
  background: #fff;
  color: #26384D;
  font-size: 7px;
  box-shadow: 0 15px 30px rgba(0,0,0,.18);
  transform: translateY(-90px);
  animation: receipt 9s infinite;
}
.receipt b {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.receipt i,.receipt strong {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  margin: 5px 0;
}
.receipt strong {
  border-top: 1px dashed #aaa;
  padding-top: 6px;
}
.reader-slot {
  position: absolute;
  bottom: 43px;
  left: 120px;
  right: 120px;
  height: 8px;
  background: #7B8795;
  border-radius: 10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.3);
}
.pos-base {
  position: absolute;
  bottom: -28px;
  left: 40px;
  right: 40px;
  height: 75px;
  background: linear-gradient(#DCE2E9,#AEB9C6);
  border-radius: 10px 10px 70px 70px;
  transform: perspective(220px) rotateX(56deg);
}
.ambient-shadow {
  width: 420px;
  height: 70px;
  margin: 30px auto 0;
  background: rgba(0,0,0,.35);
  filter: blur(23px);
  border-radius: 50%;
}
@keyframes float {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes cartLine {
  0%,4% {
    opacity: 0;
    transform: translateY(5px);
  }
  8%,100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes tapState {
  0%,48%,90%,100% {
    opacity: 1;
  }
  55%,82% {
    opacity: 0;
  }
}
@keyframes approveState {
  0%,50%,86%,100% {
    opacity: 0;
  }
  58%,82% {
    opacity: 1;
  }
}
@keyframes receipt {
  0%,58%,100% {
    transform: translateY(-90px);
  }
  72%,90% {
    transform: translateY(82px);
  }
}
@keyframes ripple {
  50% {
    opacity: .35;
    transform: scale(1.15);
  }
}
.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #95A8C0;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.scroll-cue i {
  height: 34px;
  width: 1px;
  background: linear-gradient(#fff 50%,transparent 50%);
  background-size: 100% 200%;
  animation: scrollLine 1.7s infinite;
}
@keyframes scrollLine {
  to {
    background-position: 0 -200%;
  }
}
.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.trust-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  min-height: 100px;
}
.trust-layout>p {
  margin: 0;
  padding-right: 30px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 22px;
  color: #64748A;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.marquee-track .axn-icon {
  width: 16px;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.split-5-7 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(60px,8vw,120px);
}
.section-heading h2 {
  margin-bottom: 25px;
}
.sticky-copy {
  position: sticky;
  top: 125px;
  align-self: start;
}
.comparison {
  position: relative;
}
.comparison:before {
  content: "";
  position: absolute;
  top: 58px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--blue);
  transform: scaleY(0);
  transform-origin: top;
  transition: 1.2s var(--ease);
}
.comparison.in:before {
  transform: scaleY(1);
}
.compare-head,.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.compare-head {
  padding-bottom: 18px;
  color: #718096;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.compare-head span:last-child {
  padding-left: 38px;
  color: var(--blue);
}
.compare-row {
  border-top: 1px solid var(--line);
}
.compare-row>span {
  display: flex;
  gap: 12px;
  padding: 27px 20px 27px 0;
  font-size: 14px;
}
.compare-row>span:first-child {
  color: #7A8798;
}
.compare-row>span:last-child {
  padding-left: 38px;
  color: var(--navy);
  font-weight: 600;
}
.compare-row .axn-icon {
  width: 18px;
}
.compare-row>span:last-child .axn-icon {
  color: var(--green);
}
.solutions-layout {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 80px;
}
.solutions-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}
.solutions-intro h2 {
  font-size: clamp(2.5rem,4vw,4.2rem);
}
.solution-stack {
  display: grid;
  gap: 26px;
}
.solution-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 170px;
  min-height: 440px;
  padding: 54px;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.solution-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(9,33,64,.1);
}
.solution-number {
  position: absolute;
  right: 24px;
  top: 15px;
  color: #DDE5EF;
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
}
.icon-box {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--navy);
  transition: .2s;
}
.solution-panel:hover .icon-box {
  color: var(--blue);
}
.solution-content h3 {
  margin: 28px 0 15px;
  font-size: 2rem;
}
.solution-content ul,.plan ul {
  padding: 0;
  list-style: none;
}
.solution-content li,.plan li {
  display: flex;
  gap: 9px;
  margin: 10px 0;
  font-size: 13px;
}
.solution-content li .axn-icon,.plan li .axn-icon {
  width: 16px;
  color: var(--green);
}
.mini-device {
  position: relative;
  align-self: end;
  height: 260px;
  border-radius: 28px;
  background: linear-gradient(145deg,#193450,#07182D);
  transform: rotate(5deg) translate(30px,35px);
  box-shadow: -18px 22px 40px rgba(9,33,64,.24);
}
.mini-screen {
  position: absolute;
  inset: 20px 14px 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
.mini-screen i {
  height: 8px;
  background: #DCE6F4;
  border-radius: 9px;
}
.mini-screen i:nth-child(2) {
  width: 70%;
}
.mini-screen b {
  margin-top: auto;
  color: var(--blue);
}
.mini-slot {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  height: 7px;
  background: #020912;
  border-radius: 10px;
}
.industries-section {
  background: var(--navy);
  color: #fff;
}
.industries-heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 80px;
  margin-bottom: 70px;
}
.industries-heading h2 {
  max-width: 850px;
  color: #fff;
}
.industry-tabs {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 90px;
}
.tab-list {
  display: flex;
  flex-direction: column;
}
.tab-list button {
  position: relative;
  padding: 15px 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: clamp(1.5rem,2.5vw,2.7rem);
  font-weight: 700;
  letter-spacing: -.02em;
  text-align: left;
  opacity: .42;
  transition: .25s;
}
.tab-list button[aria-selected="true"] {
  padding-left: 27px;
  opacity: 1;
}
.tab-list button span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: .25s;
}
.tab-list button[aria-selected="true"] span {
  width: 17px;
}
.tab-panels {
  position: relative;
  min-height: 500px;
  padding: 38px;
  background: #0D2A4C;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}
.tab-panels article {
  animation: panelIn .55s var(--ease);
}
@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
}
.industry-visual {
  display: grid;
  place-items: center;
  height: 260px;
  margin-bottom: 30px;
  border-radius: 12px;
  background: linear-gradient(145deg,#F8FAFD,#DDE8F6);
  color: var(--navy);
}
.scene-counter {
  position: relative;
  width: 220px;
  height: 120px;
  border-radius: 8px;
  background: #C6D3E2;
  box-shadow: 0 18px 35px rgba(9,33,64,.2);
}
.scene-counter span {
  position: absolute;
  left: 30px;
  bottom: 68px;
  width: 70px;
  height: 100px;
  border: 12px solid #092140;
  border-radius: 10px;
  background: #fff;
  transform: rotate(-4deg);
}
.scene-counter i {
  position: absolute;
  right: 28px;
  bottom: 35px;
  width: 80px;
  height: 60px;
  border-radius: 14px;
  background: var(--blue);
}
.scene-counter b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  border-radius: 0 0 8px 8px;
  background: #8091A5;
}
.tab-panels ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.tab-panels li {
  display: flex;
  gap: 8px;
  font-size: 13px;
}
.tab-panels li .axn-icon {
  width: 17px;
  color: #42C98B;
}
.tab-progress {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 20px;
  height: 2px;
  background: rgba(255,255,255,.12);
}
.tab-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--blue);
  animation: tabProgress 6s linear infinite;
}
@keyframes tabProgress {
  to {
    width: 100%;
  }
}
.timeline {
  position: relative;
}
.timeline-line {
  position: absolute;
  left: 55px;
  top: 30px;
  bottom: 115px;
  width: 2px;
  background: var(--line);
}
.timeline-line i {
  display: block;
  height: 0;
  background: var(--blue);
  transition: height .15s;
}
.timeline-step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 0 0 60px;
}
.step-num {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  width: 110px;
  height: 84px;
  background: #fff;
  color: transparent;
  -webkit-text-stroke: 1px #AEBBCB;
  font-size: 42px;
  font-weight: 800;
}
.timeline-step.in .step-num {
  color: var(--blue);
  -webkit-text-stroke: 0;
}
.timeline-step h3 {
  margin: 12px 0 9px;
}
.timeline-step p {
  font-size: 15px;
}
.process-note {
  margin-left: 138px;
  padding: 20px;
  border-left: 2px solid var(--blue);
  background: var(--mist);
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
}
.numbers {
  padding: 72px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.stats-grid div {
  padding: 8px 32px;
  border-left: 1px solid var(--line);
}
.stats-grid div:first-child {
  border: 0;
  padding-left: 0;
}
.stats-grid strong,.stats-grid span {
  display: block;
}
.stats-grid strong {
  color: var(--navy);
  font-size: clamp(2rem,4vw,4.2rem);
  letter-spacing: -.04em;
}
.stats-grid span {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.estimator-section {
  padding-top: 0;
}
.estimator-card {
  display: grid;
  grid-template-columns: 7fr 5fr;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(9,33,64,.08);
  overflow: hidden;
}
.estimator-copy,.estimator-result {
  padding: 60px;
}
.estimator-result {
  display: flex;
  flex-direction: column;
  background: var(--navy);
  color: #fff;
}
.estimator-result strong {
  font-size: clamp(2.5rem,5vw,5rem);
  line-height: 1;
  color: #fff;
  margin: 6px 0 25px;
}
.result-label {
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #9EB0C6;
}
.range-group {
  margin-top: 30px;
}
.range-group label {
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.range-group output {
  color: var(--blue);
}
input[type=range] {
  width: 100%;
  margin-top: 14px;
  accent-color: var(--blue);
}
.rate-bars {
  margin: 8px 0 30px;
}
.rate-bars div {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  margin: 10px 0;
  font-size: 10px;
}
.rate-bars i {
  display: block;
  width: 70%;
  height: 9px;
  border-radius: 10px;
  background: #7188A4;
  transition: width .4s;
}
.rate-bars .axn-bar {
  width: 53%;
  background: var(--blue);
}
.estimator-note {
  grid-column: 1/-1;
  margin: 0;
  padding: 18px 60px;
  background: #F8FAFC;
  font-size: 11px;
}
.pricing-head {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}
.pricing-head p {
  align-self: end;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
}
.plan {
  position: relative;
  padding: 44px 36px;
  border: 1px solid var(--line);
  background: #fff;
  transition: .25s;
}
.plan:first-child {
  border-radius: 16px 0 0 16px;
}
.plan:last-child {
  border-radius: 0 16px 16px 0;
}
.plan.featured {
  z-index: 2;
  margin: -14px 0;
  border-top: 4px solid var(--blue);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(9,33,64,.12);
}
.popular {
  position: absolute;
  right: 25px;
  top: 20px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plan>p {
  font-size: 12px;
}
.plan h3,.plan h2 {
  font-size: 2rem;
}
.plan>strong {
  display: block;
  margin: 20px 0 25px;
  color: var(--navy);
  font-size: 18px;
}
.plan .btn {
  margin-top: 26px;
  width: 100%;
}
.founder-note {
  text-align: center;
}
.founder-note blockquote {
  max-width: 1000px;
  margin: 0 auto 25px;
  color: var(--navy);
  font-size: clamp(2rem,4vw,4rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.18;
}
.founder-note p {
  margin: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.accordion article {
  border-top: 1px solid var(--line);
}
.accordion article:last-child {
  border-bottom: 1px solid var(--line);
}
.accordion button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  border: 0;
  background: none;
  color: var(--navy);
  font-weight: 700;
  text-align: left;
}
.accordion button i {
  position: relative;
  width: 20px;
  height: 20px;
}
.accordion button i:before,.accordion button i:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  height: 2px;
  background: var(--blue);
  transition: .2s;
}
.accordion button i:after {
  transform: rotate(90deg);
}
.accordion button[aria-expanded=true] i:after {
  transform: rotate(0);
}
.answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s var(--ease);
}
.answer p {
  overflow: hidden;
  margin: 0;
}
.accordion button[aria-expanded=true]+.answer {
  grid-template-rows: 1fr;
}
.accordion button[aria-expanded=true]+.answer p {
  padding-bottom: 24px;
}
.final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: linear-gradient(120deg,var(--navy),#164BAE);
  color: #fff;
}
.final-cta .shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 8fr 4fr;
  align-items: center;
}
.final-cta h2 {
  max-width: 850px;
  color: #fff;
}
.final-cta .btn {
  margin-right: 8px;
}
.cta-mark {
  justify-self: end;
  color: rgba(255,255,255,.06);
  font-size: 120px;
  font-weight: 800;
  transform: rotate(-8deg);
}
.site-footer {
  padding: 90px 0 24px;
  background: var(--navy);
  color: #98A9BE;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4,1fr);
  gap: 48px;
}
.footer-brand img {
  filter: brightness(0) invert(1);
}
.footer-brand p {
  font-size: 13px;
}
.site-footer h2 {
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer ul {
  padding: 0;
  list-style: none;
}
.site-footer li,.footer-contact a {
  display: block;
  margin: 9px 0;
  font-size: 12px;
}
.site-footer a:hover {
  color: #fff;
}
.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  font-size: 10px;
}
.footer-contact p {
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: 10px;
}
.footer-bottom p {
  max-width: 720px;
}
.footer-bottom div {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}
.inner-hero {
  padding: 170px 0 110px;
}
.inner-hero.dark {
  background: var(--navy);
  color: #C7D3E1;
}
.inner-hero h1 {
  color: #fff;
  font-size: clamp(3.5rem,6vw,6rem);
}
.inner-hero p:not(.eyebrow) {
  font-size: 19px;
}
.inner-hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: center;
  gap: 100px;
}
.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 60px;
  font-size: 11px;
}
.breadcrumb a {
  color: #9FB2C8;
}
.inner-device,.industry-hero-scene {
  padding: 45px;
  background: #102D4E;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  transform: rotate(2deg);
  box-shadow: 0 25px 80px rgba(0,0,0,.2);
}
.inner-device .large {
  width: 80px;
  height: 80px;
  color: var(--blue);
}
.device-lines {
  display: grid;
  gap: 12px;
  margin: 55px 0;
}
.device-lines i {
  display: block;
  height: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.11);
}
.device-lines i:nth-child(2) {
  width: 75%;
}
.inner-device strong {
  color: #fff;
}
.compact {
  padding-bottom: 100px;
}
.compact .shell {
  max-width: 1100px;
}
.compact h1 {
  max-width: 980px;
}
.editorial-copy .lead {
  color: var(--navy);
  font-size: clamp(1.4rem,2.4vw,2.2rem);
  font-weight: 600;
  line-height: 1.4;
}
.bento {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.bento article {
  min-height: 260px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.bento article>span:not(.icon-box) {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}
.bento-wide {
  grid-column: span 2;
}
.bento-wide h2 {
  font-size: 2.6rem;
}
.bento .bento-dark {
  background: var(--navy);
  color: #B9C8D9;
}
.bento-dark h3 {
  color: #fff;
}
.mini-timeline {
  padding: 0;
  list-style: none;
}
.mini-timeline li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.mini-timeline li>span {
  color: var(--blue);
  font-weight: 800;
}
.mini-timeline b {
  color: var(--navy);
}
.mini-timeline p {
  margin: 4px 0;
  font-size: 14px;
}
.specs dl {
  border-top: 1px solid var(--line);
}
.specs dl div {
  display: grid;
  grid-template-columns: 4fr 8fr;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}
.specs dt {
  color: var(--navy);
  font-weight: 700;
}
.specs dd {
  margin: 0;
}
.inline-lead {
  background: var(--navy);
  color: #B9C8D9;
}
.inline-lead h2 {
  color: #fff;
}
.lead-form {
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  color: var(--body);
}
.field {
  position: relative;
  margin: 0 0 18px;
}
.field input,.field select,.field textarea {
  width: 100%;
  padding: 19px 14px 9px;
  border: 0;
  border-bottom: 1px solid #B9C5D3;
  background: transparent;
  color: var(--navy);
  outline: none;
}
.field label {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #728096;
  font-size: 13px;
  pointer-events: none;
  transition: .2s;
}
.field input:focus+label,.field input:not(:placeholder-shown)+label,.field textarea:focus+label,.field textarea:not(:placeholder-shown)+label,.field select:valid+label {
  top: 2px;
  color: var(--blue);
  font-size: 9px;
}
.field i {
  display: block;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: .2s;
}
.field input:focus~i,.field textarea:focus~i {
  transform: scaleX(1);
}
.consent {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  font-size: 11px;
}
.consent input {
  width: 17px;
  height: 17px;
  accent-color: var(--blue);
}
.consent a {
  color: var(--blue);
  text-decoration: underline;
}
.hp {
  position: absolute !important;
  left: -10000px !important;
}
.form-status {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 12px;
}
.form-status.error {
  color: #B42318;
}
.overview-list>a {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 38px 0;
  border-top: 1px solid var(--line);
  transition: .2s;
}
.overview-list>a:hover {
  padding-left: 14px;
}
.overview-list>a>svg {
  color: var(--blue);
}
.overview-list h2 {
  margin: 0 0 8px;
  font-size: 2.2rem;
}
.overview-list p {
  margin: 0;
}
.overview-list .eyebrow {
  margin-bottom: 6px;
}
.values {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.values article {
  padding: 32px;
  border-left: 1px solid var(--line);
}
.values span {
  color: var(--blue);
  font-size: 11px;
}
.leadership-placeholder {
  margin-top: 50px;
  padding: 28px;
  border: 1px dashed #AAB7C7;
  border-radius: 16px;
  background: var(--mist);
}
.leadership-placeholder span,.leadership-placeholder strong {
  display: block;
}
.leadership-placeholder span {
  font-size: 10px;
  text-transform: uppercase;
}
.statement-explainer {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 100px;
  align-items: center;
}
.statement {
  padding: 40px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.statement span {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.statement strong {
  display: block;
  padding-top: 22px;
  color: var(--navy);
}
.editorial-list .numbered-list article {
  display: grid;
  grid-template-columns: 1fr 5fr 5fr;
  gap: 50px;
  padding: 38px 0;
  border-top: 1px solid var(--line);
}
.numbered-list span {
  color: var(--blue);
  font-weight: 800;
}
.numbered-list h2 {
  font-size: 2rem;
}
.stack-visual {
  display: grid;
  gap: 14px;
}
.stack-visual article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.stack-visual article>span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--mist);
  border-radius: 12px;
  color: var(--blue);
}
.stack-visual b {
  color: var(--navy);
}
.stack-visual p {
  margin: 3px 0;
  font-size: 13px;
}
.feature-checklist {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.feature-checklist li {
  display: flex;
  gap: 13px;
  padding: 30px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 600;
}
.feature-checklist .axn-icon {
  color: var(--green);
}
.contact-details>a {
  display: block;
  color: var(--blue);
  font-size: 19px;
  font-weight: 700;
}
.contact-details address {
  margin-top: 20px;
  font-style: normal;
}
.map-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  height: 180px;
  margin-top: 30px;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: #9AA9BA;
  font-size: 11px;
  letter-spacing: .2em;
}
.map-placeholder:before,.map-placeholder:after {
  content: "";
  position: absolute;
  background: #D9E3EF;
}
.map-placeholder:before {
  width: 120%;
  height: 12px;
  transform: rotate(12deg);
}
.map-placeholder:after {
  width: 12px;
  height: 120%;
  transform: rotate(25deg);
}
.legal .shell {
  max-width: 800px;
}
.legal h2 {
  margin-top: 50px;
  font-size: 1.8rem;
}
.legal-note {
  padding: 20px;
  border-left: 3px solid #D49A00;
  background: #FFF9E8;
  color: #6D5310;
}
.quote-page {
  min-height: 100vh;
  padding: 150px 0 100px;
  background: var(--navy);
}
.quote-shell {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 100px;
  align-items: start;
}
.quote-intro {
  position: sticky;
  top: 130px;
  color: #B9C8D9;
}
.quote-intro h1 {
  color: #fff;
  font-size: clamp(3rem,5vw,5rem);
}
.quote-proof {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.quote-proof span {
  display: flex;
  gap: 8px;
  font-size: 13px;
}
.quote-proof .axn-icon {
  color: #42C98B;
}
.multi-form {
  position: relative;
  min-height: 600px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
.form-progress {
  margin-bottom: 45px;
}
.form-progress>span {
  display: block;
  height: 3px;
  background: var(--line);
}
.form-progress>span i {
  display: block;
  width: 33.33%;
  height: 100%;
  background: var(--blue);
  transition: .4s;
}
.form-progress b {
  display: block;
  margin-top: 10px;
  color: var(--body);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.form-progress em {
  font-style: normal;
}
.multi-form fieldset {
  padding: 0;
  border: 0;
}
.multi-form legend {
  margin-bottom: 30px;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 30px;
}
.choice-grid input {
  position: absolute;
  opacity: 0;
}
.choice-grid label span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  cursor: pointer;
}
.choice-grid input:checked+span {
  border-color: var(--blue);
  background: #F4F8FF;
  box-shadow: inset 0 0 0 1px var(--blue);
}
.choice-grid .axn-icon {
  color: var(--blue);
}
.form-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 25px;
}
.form-success {
  text-align: center;
  padding: 80px 20px;
}
.form-success>svg {
  width: 74px;
  height: 74px;
  padding: 15px;
  border-radius: 50%;
  background: #E7F7EF;
  color: var(--green);
}
.form-success h2 {
  margin-top: 25px;
  font-size: 2.3rem;
}
.prose {
  max-width: 800px;
}
.transition-wipe {
  position: fixed;
  z-index: 9998;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--navy);
  transform: translateY(-100%);
  pointer-events: none;
}
.transition-wipe.active {
  animation: wipe .6s var(--ease);
}
.transition-wipe .axn-icon {
  width: 60px;
  height: 60px;
  color: var(--blue);
}
@keyframes wipe {
  0% {
    transform: translateY(100%);
  }
  45% {
    transform: none;
  }
  100% {
    transform: translateY(-100%);
  }
}
.cursor-dot {
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 8px;
  height: 8px;
  border: 1px solid var(--navy);
  border-radius: 50%;
  background: var(--navy);
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: width .18s,height .18s,background .18s;
}
.cursor-dot span {
  display: none;
  font-size: 8px;
  font-weight: 800;
}
.cursor-dot.view {
  width: 44px;
  height: 44px;
  background: #fff;
}
.cursor-dot.view span {
  display: block;
}
@media (max-width:1100px) {
  :root {
    --shell: min(100% - 40px,960px);
  }
  .desktop-nav,.header-cta {
    display: none;
  }
  .header-inner {
    grid-template-columns: 1fr auto;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
    background: none;
    color: #fff;
  }
  .site-header.scrolled .menu-toggle,.body:not(.is-home) .menu-toggle {
    color: var(--navy);
    border-color: var(--line);
  }
  .mobile-menu {
    position: fixed;
    z-index: 999;
    inset: 0;
    display: block;
    padding: 120px 30px 40px;
    background: var(--navy);
    transform: translateX(100%);
    transition: .5s var(--ease);
  }
  .mobile-menu.open {
    transform: none;
  }
  .mobile-menu .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .mobile-menu .nav-list>li>a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: clamp(1.7rem,5vw,3rem);
  }
  .mobile-menu .mega {
    display: none;
  }
  .mobile-menu .btn {
    margin-top: 30px;
  }
  .hero {
    min-height: auto;
  }
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-device-wrap {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .solutions-layout {
    grid-template-columns: 1fr;
  }
  .solutions-intro {
    position: relative;
    top: auto;
  }
  .industries-heading {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 2fr repeat(2,1fr);
  }
  .inner-hero-grid,.quote-shell {
    gap: 55px;
  }
  .cursor-dot {
    display: none;
  }
}
@media (max-width:767px) {
  :root {
    --shell: calc(100% - 32px);
    --header: 68px;
  }
  body {
    font-size: 16px;
  }
  .section {
    padding: 84px 0;
  }
  h1 {
    font-size: clamp(2.65rem,13vw,4.3rem);
  }
  h2 {
    font-size: clamp(2.1rem,10vw,3.3rem);
  }
  .site-brand {
    width: 132px;
  }
  .site-brand img {
    width: 130px;
  }
  .hero {
    padding: 130px 0 100px;
  }
  .hero-layout {
    gap: 20px;
  }
  .hero-title {
    font-size: clamp(3rem,14vw,4.4rem);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .proof-row {
    grid-template-columns: 1fr;
  }
  .proof-row span {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .pos-device {
    height: 490px;
    padding: 25px;
  }
  .pos-screen {
    height: 325px;
  }
  .pos-printer {
    bottom: 68px;
  }
  .trust-layout {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }
  .trust-layout>p {
    margin-bottom: 20px;
  }
  .split-5-7,.industry-tabs,.estimator-card,.pricing-head,.final-cta .shell,.inner-hero-grid,.statement-explainer,.quote-shell {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sticky-copy,.quote-intro {
    position: relative;
    top: auto;
  }
  .compare-head,.compare-row {
    grid-template-columns: 1fr;
  }
  .compare-head span:last-child {
    display: none;
  }
  .compare-row>span {
    padding: 17px 0;
  }
  .compare-row>span:last-child {
    padding: 17px 0;
    border-top: 1px dashed #CAD5E2;
  }
  .comparison:before {
    display: none;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    padding: 34px;
    min-height: 520px;
  }
  .mini-device {
    width: 170px;
    margin-left: auto;
  }
  .tab-list {
    overflow: auto;
    flex-direction: row;
    gap: 25px;
    padding-bottom: 12px;
  }
  .tab-list button {
    flex: none;
    font-size: 18px;
  }
  .tab-list button[aria-selected=true] {
    padding-left: 0;
  }
  .tab-list button span {
    top: auto;
    bottom: 0;
  }
  .tab-panels {
    min-height: 510px;
    padding: 25px;
  }
  .tab-panels ul {
    grid-template-columns: 1fr;
  }
  .timeline-line {
    left: 31px;
  }
  .timeline-step {
    grid-template-columns: 62px 1fr;
    gap: 18px;
  }
  .step-num {
    width: 62px;
    height: 62px;
    font-size: 26px;
  }
  .process-note {
    margin-left: 80px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid div {
    padding: 24px 16px;
    border-bottom: 1px solid var(--line);
  }
  .stats-grid div:nth-child(odd) {
    border-left: 0;
  }
  .estimator-copy,.estimator-result {
    padding: 34px 24px;
  }
  .estimator-note {
    padding: 18px 24px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .plan,.plan:first-child,.plan:last-child,.plan.featured {
    margin: 0;
    border-radius: 16px;
  }
  .final-cta .cta-mark {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom div {
    flex-wrap: wrap;
  }
  .inner-hero {
    padding: 130px 0 80px;
  }
  .breadcrumb {
    margin-bottom: 35px;
  }
  .inner-device {
    display: none;
  }
  .bento {
    grid-template-columns: 1fr;
  }
  .bento-wide {
    grid-column: auto;
  }
  .overview-list>a {
    grid-template-columns: 50px 1fr;
    gap: 18px;
  }
  .overview-list>a>svg:last-child {
    display: none;
  }
  .values {
    grid-template-columns: 1fr 1fr;
  }
  .editorial-list .numbered-list article {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  .editorial-list .numbered-list p {
    grid-column: 2;
  }
  .feature-checklist {
    grid-template-columns: 1fr;
  }
  .quote-page {
    padding-top: 120px;
  }
  .multi-form {
    padding: 28px 20px;
  }
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .mobile-action-bar {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 25px rgba(9,33,64,.08);
  }
  .mobile-action-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
  }
  .mobile-action-bar a:last-child {
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
  }
  .site-footer {
    padding-bottom: 90px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-title .word {
    transform: none;
  }
  .cursor-dot {
    display: none;
  }
}
.blog-grid {
  display: grid;
  gap: 70px;
}
.post-card {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 55px;
  align-items: center;
}
.post-visual {
  display: grid;
  place-items: center;
  min-height: 310px;
  border-radius: 16px;
  background: var(--mist);
  border: 1px solid var(--line);
  color: var(--blue);
  transition: .25s;
}
.post-visual:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.post-visual .axn-icon {
  width: 90px;
  height: 90px;
}
.post-card h2 {
  font-size: clamp(1.8rem,3vw,3rem);
}
.post-meta {
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.post-hero {
  padding: 170px 0 100px;
  background: var(--navy);
  color: #B8C8DA;
}
.post-hero .shell {
  max-width: 1000px;
}
.post-hero h1 {
  color: #fff;
  font-size: clamp(3rem,6vw,5.8rem);
}
.post-hero>p {
  font-size: 19px;
}
.post-byline {
  display: flex;
  gap: 25px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.article-layout {
  display: grid;
  grid-template-columns: 3fr 8fr;
  gap: 80px;
  padding-top: 90px;
  padding-bottom: 120px;
}
.toc {
  position: sticky;
  top: 120px;
  align-self: start;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  font-size: 11px;
}
.toc p {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
}
.toc ol {
  padding-left: 16px;
}
.article-body {
  max-width: 760px;
}
.article-body h2 {
  margin-top: 60px;
  font-size: 2.2rem;
}
.article-body h3 {
  margin-top: 38px;
}
.article-body p,.article-body li {
  font-size: 18px;
  line-height: 1.8;
}
.article-body blockquote {
  margin: 40px 0;
  padding: 25px;
  border-left: 3px solid var(--blue);
  background: var(--mist);
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
}
.reading-progress {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
}
.not-found {
  min-height: 85vh;
  display: grid;
  place-items: center;
  padding: 140px 0;
  background: var(--navy);
  color: #B9C8D9;
  text-align: center;
}
.not-found span {
  display: block;
  color: rgba(255,255,255,.06);
  font-size: clamp(8rem,25vw,20rem);
  font-weight: 800;
  line-height: .7;
}
.not-found h1 {
  color: #fff;
}
.not-found p {
  margin-inline: auto;
}
.not-found .btn {
  margin: 12px 4px;
}
@media (max-width:767px) {
  .post-card,.article-layout {
    grid-template-columns: 1fr;
  }
  .post-visual {
    min-height: 220px;
  }
  .toc {
    display: none;
  }
}
.is-home .site-header:not(.scrolled) .site-brand,.site-footer .footer-brand>a {
  padding: 7px 10px;
  background: #fff;
  border-radius: 9px;
}
.site-footer .footer-brand img {
  display: block;
  width: 150px;
  height: auto;
  filter: none;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.eyebrow.light {
  color: #AFC8FF;
}
.site-footer {
  color: #B7C4D4;
}
.result-label {
  color: #B8C8DA;
}
.tab-list button {
  opacity: .72;
}
.tab-list button[aria-selected="true"] {
  opacity: 1;
}
.compare-head {
  color: #53657B;
}
.ui-top {
  color: #53657B;
}
.socials {
  flex-wrap: wrap;
}
.socials a {
  width: auto;
  height: auto;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta-mark img {
  display: block;
  width: 300px;
  height: auto;
  opacity: .06;
  transform: rotate(-8deg);
}
.transition-wipe>img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.transition-wipe.preload {
  transform: none;
  animation: preloadOut 1.05s var(--ease) forwards;
}
.transition-wipe.preload>img {
  animation: preloadMark .75s var(--ease);
}
@keyframes preloadOut {
  0%,60% {
    transform: none;
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes preloadMark {
  0% {
    opacity: 0;
    transform: scale(.8);
  }
  60%,100% {
    opacity: 1;
    transform: none;
  }
}
.industry-hero-photo {
  position: relative;
  min-height: 510px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  overflow: hidden;
}
.industry-hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: inherit;
}
.industry-hero-photo small {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 15px;
  padding: 6px 9px;
  background: rgba(6,21,41,.72);
  border-radius: 6px;
  color: #DCE6F2;
  font-size: 9px;
  backdrop-filter: blur(8px);
}
.industry-visual.industry-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.industry-photo p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.industry-photo small {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 9px;
  color: #E0E9F3;
  font-size: 8px;
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
    }
  }
}
