/*! 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, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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: #2D3EF7;
    --color-neutral: #101217;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --paper: #F4F5F6;
  --surface: #FFFFFF;
  --surface-2: #FAFAFB;
  --ink: #101217;
  --ink-2: #3A3D47;
  --muted: #6B6E78;
  --muted-2: #9598A2;
  --line: #E4E6EA;
  --line-strong: #D3D6DC;
  --signal: #2D3EF7;
  --signal-ink: #2334D8;
  --pine: #0E8A63;
  --pine-ink: #0B6E4F;
  --ember: #E1791F;
  --ember-ink: #B85B12;
  --plum: #6B34D4;
  --plum-ink: #571FB5;
  --shadow-sm: 0 1px 2px rgba(16,18,23,.05);
  --shadow: 0 1px 2px rgba(16,18,23,.04), 0 10px 30px rgba(16,18,23,.06);
  --shadow-lg: 0 2px 6px rgba(16,18,23,.05), 0 24px 60px rgba(16,18,23,.10);
  --maxw: 1200px;
  --pad: clamp(20px,5vw,56px);
  --disp: 'Space Grotesk',ui-sans-serif,system-ui,sans-serif;
  --body: 'Inter',ui-sans-serif,system-ui,sans-serif;
  --mono: 'JetBrains Mono',ui-monospace,monospace;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection {
  background: var(--signal);
  color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}
section {
  position: relative;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.01em;
  padding: 13px 22px;
  border-radius: 11px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: var(--signal);
  color: #fff;
  box-shadow: 0 5px 16px rgba(45,62,247,.28);
}
.btn-primary:hover {
  background: #2331d8;
  box-shadow: 0 8px 22px rgba(45,62,247,.36);
}
.btn-ink {
  background: var(--ink);
  color: #fff;
}
.btn-ink:hover {
  background: #000;
}
.btn-ghost {
  background: var(--surface);
  border-color: var(--line-strong);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: var(--signal);
  color: var(--signal-ink);
}
.btn-sm {
  padding: 9px 16px;
  font-size: 13.5px;
  border-radius: 9px;
}
.btn-block {
  width: 100%;
  justify-content: center;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 4px 10px;
  border-radius: 100px;
  line-height: 1.5;
  white-space: nowrap;
}
.pill-content {
  background: rgba(14,138,99,.12);
  color: var(--pine-ink);
}
.pill-paid {
  background: rgba(225,121,31,.16);
  color: var(--ember-ink);
}
.pill-retention {
  background: rgba(107,52,212,.12);
  color: var(--plum-ink);
}
.pill-brand {
  background: rgba(45,62,247,.11);
  color: var(--signal-ink);
}
.pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow .node {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--signal);
  flex: none;
}
.sec-head {
  max-width: 60ch;
}
.sec-title {
  font-family: var(--disp);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.04;
  font-size: clamp(28px,4.4vw,46px);
  color: var(--ink);
  margin: 16px 0 0;
}
.sec-sub {
  color: var(--ink-2);
  font-size: clamp(15px,1.6vw,18px);
  margin-top: 14px;
  max-width: 56ch;
  line-height: 1.6;
}
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 14px 0;
  transition: padding .3s ease;
}
.nav-shell.slim {
  padding: 8px 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 11px 12px 11px 20px;
  box-shadow: var(--shadow-sm);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -.01em;
  color: var(--ink);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
}
.nav-links a {
  font-family: var(--disp);
  font-weight: 500;
  font-size: 14px;
  color: var(--ink-2);
  padding: 8px 13px;
  border-radius: 9px;
  transition: background .2s,color .2s;
}
.nav-links a:hover {
  background: var(--paper);
  color: var(--ink);
}
.nav-links a.here {
  color: var(--signal-ink);
  background: rgba(45,62,247,.08);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .02em;
  color: var(--pine-ink);
  background: rgba(14,138,99,.10);
  padding: 7px 12px;
  border-radius: 100px;
}
.nav-status .live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pine);
  position: relative;
}
.nav-status .live::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(14,138,99,.45);
  animation: ping 1.8s ease-out infinite;
}
@keyframes ping {
  0% {
    transform: scale(.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.hero {
  padding: clamp(32px,5vw,60px) 0 clamp(56px,7vw,90px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr .95fr .92fr;
  gap: clamp(20px,2.6vw,40px);
  align-items: center;
}
.hero-copy .h-eye {
  margin-bottom: 22px;
}
.hero h1 {
  font-family: var(--disp);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.02;
  font-size: clamp(36px,4.4vw,58px);
  color: var(--ink);
}
.hero h1 .g {
  color: var(--signal-ink);
}
.hero-sub {
  margin-top: 22px;
  font-size: clamp(15px,1.4vw,17.5px);
  color: var(--ink-2);
  max-width: 46ch;
  line-height: 1.62;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-assure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin-top: 24px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .02em;
  color: var(--muted);
  max-width: 32rem;
}
.hero-assure .a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-assure .ck {
  color: var(--pine);
  flex: none;
}
.hero-video {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(155deg,#1B1D24,#0C0D11);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
}
.hero-video .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size: 34px 34px;
}
.hv-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 0;
}
.hv-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.9);
}
.hv-badge {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  padding: 4px 9px;
  border-radius: 100px;
  color: rgba(255,255,255,.68);
}
.hv-mid {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.hero-video .play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .2s ease;
}
.hero-video:hover .play {
  transform: scale(1.07);
}
.hero-video .play svg {
  margin-left: 4px;
}
.hv-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .24em;
  color: rgba(255,255,255,.5);
}
.hv-strip {
  position: relative;
  margin: 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 11px 14px;
}
.hv-strip .hs-k {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.hv-strip .hs-t {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}
.hv-strip .go {
  color: var(--signal);
  font-size: 18px;
  flex: none;
}
.notifs {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.notif-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.notif {
  display: flex;
  gap: 11px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 13px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(16px);
  animation: slideIn .6s cubic-bezier(.2,.7,.2,1) forwards;
}
.notif:nth-child(2) {
  animation-delay: .12s;
}
.notif:nth-child(3) {
  animation-delay: .26s;
}
.notif:nth-child(4) {
  animation-delay: .4s;
}
.notif:nth-child(5) {
  animation-delay: .54s;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: none;
  }
}
.notif .app {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex: none;
  display: grid;
  place-items: center;
  color: #fff;
}
.notif .body {
  flex: 1;
  min-width: 0;
}
.notif .r1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 1px;
}
.notif .nm {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--ink);
}
.notif .tm {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--muted-2);
}
.notif .msg {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.38;
}
.notif .msg b {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--mono);
}
.reviews {
  padding: clamp(40px,5vw,64px) 0;
}
.rev-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scrollx 46s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes scrollx {
  to {
    transform: translateX(-50%);
  }
}
.rev-card {
  width: 340px;
  flex: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
}
.rev-card .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
  color: #F5A623;
  font-size: 14px;
  letter-spacing: 2px;
}
.rev-card .q {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.rev-card .q .em {
  color: var(--signal-ink);
  font-weight: 500;
}
.rev-card .who {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.rev-card .av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 14px;
}
.rev-card .nm {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 13.5px;
}
.rev-card .rl {
  font-size: 12px;
  color: var(--muted);
}
.rev-card .metric {
  margin-left: auto;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
}
.vsl {
  padding: clamp(56px,7vw,90px) 0;
}
.vsl-inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.vsl-frame {
  position: relative;
  margin-top: 28px;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(150deg,#1B1D24,#0C0D11);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.vsl-frame .grid-bg {
  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: 38px 38px;
}
.vsl-founders {
  position: absolute;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.vsl-founders .fset {
  display: flex;
}
.vsl-founders .fav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0C0D11;
  display: grid;
  place-items: center;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.vsl-founders .fav:nth-child(2) {
  margin-left: -12px;
}
.vsl-founders .ft {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.3;
  text-align: left;
}
.vsl-founders .ft small {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 10.5px;
  letter-spacing: .04em;
  color: rgba(255,255,255,.62);
}
.play {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  position: relative;
  z-index: 2;
  transition: transform .2s ease;
}
.vsl-frame:hover .play {
  transform: scale(1.07);
}
.vsl-time {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
  padding: 5px 10px;
  border-radius: 100px;
}
.trust {
  padding: clamp(30px,4vw,44px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-lab {
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26px;
}
.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px,5vw,64px);
}
.logo-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-2);
  font-family: var(--disp);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -.02em;
  filter: grayscale(1);
  opacity: .75;
  transition: opacity .2s,filter .2s;
}
.logo-item:hover {
  opacity: 1;
  filter: grayscale(0);
}
.logo-item .lm {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
}
.cases {
  padding: clamp(56px,7vw,96px) 0;
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 40px;
}
.case {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease,box-shadow .25s ease;
}
.case:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.case .montage {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 18px;
}
.case .m-video {
  position: relative;
  flex: 1;
  aspect-ratio: 9/16;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(155deg,#1B1D24,#0C0D11);
  box-shadow: var(--shadow-sm);
  display: flex;
  cursor: pointer;
}
.case .m-video .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size: 22px 22px;
}
.case .m-video .mt {
  position: absolute;
  top: 9px;
  left: 9px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  padding: 2px 6px;
  border-radius: 100px;
}
.case .m-video .mplay {
  position: relative;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.case .m-video .mplay svg {
  margin-left: 2px;
}
.case .cbody {
  padding: 24px;
}
.case .crow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.case .cname {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.02em;
}
.case .cch {
  display: flex;
  gap: 6px;
}
.case .cdesc {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.case .stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.case .stat {
  padding-right: 12px;
}
.case .stat + .stat {
  border-left: 1px solid var(--line);
  padding-left: 16px;
}
.case .sk {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.case .sv {
  font-family: var(--mono);
  font-weight: 700;
  font-size: clamp(19px,2vw,24px);
  letter-spacing: -.01em;
  color: var(--ink);
}
.case .sv.pos {
  color: var(--pine-ink);
}
.flow {
  padding: clamp(56px,7vw,96px) 0;
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 44px;
  position: relative;
}
.flow-track {
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg,var(--pine),var(--ember),var(--plum),var(--signal));
  opacity: .35;
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
}
.step .badge {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 18px;
  box-shadow: var(--shadow-sm);
}
.step .stitle {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.step .stitle .pill {
  font-size: 10px;
  padding: 2px 8px;
}
.step p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.flow-note {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: .02em;
  text-align: center;
}
.flow-note .sq {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--signal);
  flex: none;
}
.offer {
  padding: clamp(56px,7vw,96px) 0;
}
.offer-card {
  position: relative;
  background: linear-gradient(155deg,#15161C,#0B0C0F);
  border-radius: 26px;
  padding: clamp(30px,4vw,52px);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.offer-card .glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(45,62,247,.5),transparent 62%);
  top: -160px;
  right: -100px;
  filter: blur(20px);
}
.offer-card .glow2 {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(225,121,31,.28),transparent 60%);
  bottom: -160px;
  left: -80px;
  filter: blur(20px);
}
.offer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}
.offer-inner .oeye {
  color: #B9BCC6;
  margin-bottom: 18px;
}
.offer-inner .oeye .node {
  background: var(--ember);
}
.offer h3 {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(28px,3.4vw,42px);
  letter-spacing: -.025em;
  color: #fff;
  line-height: 1.05;
}
.offer h3 .amt {
  background: linear-gradient(90deg,var(--signal),#6b78ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer .op {
  color: #C4C6CE;
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 44ch;
}
.offer .incl {
  list-style: none;
  margin: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.offer .incl li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #E7E8EC;
  font-size: 14.5px;
}
.offer .incl .ck {
  color: #fff;
  background: var(--pine);
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  flex: none;
  margin-top: 1px;
  font-size: 12px;
}
.offer-price {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  backdrop-filter: blur(6px);
}
.offer-price .plab {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9EA1AB;
}
.offer-price .pamt {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(48px,7vw,72px);
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1;
  margin: 8px 0;
}
.offer-price .pamt .c {
  color: #9EA1AB;
  font-size: .5em;
  vertical-align: super;
}
.offer-price .psub {
  font-family: var(--mono);
  font-size: 12px;
  color: #9EA1AB;
  margin-bottom: 20px;
}
.offer-price .btn {
  width: 100%;
  justify-content: center;
}
.offer-price .risk {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: #8A8D97;
  letter-spacing: .02em;
}
.port {
  padding: clamp(56px,7vw,96px) 0;
}
.port-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 40px;
}
.pc {
  aspect-ratio: 9/16;
  border-radius: 18px;
  overflow: hidden;
  padding: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease,box-shadow .25s ease;
  position: relative;
}
.pc:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.pc .pt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .9;
}
.pc .ph {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(16px,1.6vw,20px);
  line-height: 1.12;
  letter-spacing: -.02em;
}
.pc .pf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 11px;
  opacity: .95;
}
.pc .badge2 {
  background: rgba(255,255,255,.2);
  padding: 3px 8px;
  border-radius: 100px;
  backdrop-filter: blur(3px);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pc .pt,.pc .pf {
  position: relative;
  z-index: 1;
}
.pc .pc-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 0;
}
.pc .pc-play span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.3);
}
.pc .pc-play svg {
  margin-left: 3px;
}
.foot {
  padding: clamp(50px,6vw,80px) 0 40px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
}
.foot-brand .fb {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 14px;
}
.foot-brand p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  max-width: 34ch;
}
.foot-col h5 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.foot-col a {
  display: block;
  color: var(--ink-2);
  font-size: 14px;
  padding: 5px 0;
  transition: color .2s;
}
.foot-col a:hover {
  color: var(--signal-ink);
}
.foot-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.foot-bar .cp {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--muted);
  letter-spacing: .02em;
}
.foot-bar .strap {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.foot-bar .strap i {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 6px;
}
.book {
  padding: clamp(40px,6vw,80px) 0 clamp(28px,4vw,44px);
}
.book-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(28px,4vw,56px);
  align-items: center;
}
.book-copy .b-eye {
  margin-bottom: 18px;
}
.book-copy h1 {
  font-family: var(--disp);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.04;
  font-size: clamp(32px,4vw,52px);
  color: var(--ink);
}
.book-sub {
  margin-top: 20px;
  font-size: clamp(15px,1.4vw,18px);
  color: var(--ink-2);
  max-width: 46ch;
  line-height: 1.6;
}
.book-assure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--muted);
}
.book-assure .a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.book-assure .ck {
  color: var(--pine);
  flex: none;
}
.book-alt {
  margin-top: 22px;
  font-family: var(--disp);
  font-size: 14px;
  color: var(--muted);
}
.book-alt a {
  color: var(--signal-ink);
  font-weight: 600;
}
.scheduler {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.scheduler-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
}
.scheduler-head .sdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pine);
  flex: none;
}
.scheduler-head .st {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.scheduler-head .sd {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}
.scheduler-body {
  flex: 1;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 44px 24px;
  background: linear-gradient(180deg,var(--surface),var(--surface-2));
}
.scheduler-body .ph-ic {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: rgba(45,62,247,.1);
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: var(--signal-ink);
}
.scheduler-body .ph-t {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
}
.scheduler-body .ph-s {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 9px;
  max-width: 36ch;
  line-height: 1.5;
}
.book-cred {
  padding: clamp(24px,3vw,40px) 0 clamp(50px,6vw,80px);
}
.cred-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 22px;
}
.cred-cards .rev-card {
  width: auto;
}
@media (max-width:900px) {
  .book-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cred-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width:1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-video {
    margin: 0 auto;
  }
  .notifs {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
  .flow-grid {
    grid-template-columns: 1fr 1fr;
  }
  .flow-track {
    display: none;
  }
  .port-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .offer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .foot-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:720px) {
  .nav-links,.nav-status {
    display: none;
  }
  .hero-assure {
    grid-template-columns: 1fr;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
  .port-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .rev-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .case .stats {
    grid-template-columns: 1fr 1fr;
  }
  .foot-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width:440px) {
  .port-grid {
    grid-template-columns: 1fr 1fr;
  }
  .flow-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
  }
  .notif {
    opacity: 1;
    transform: none;
  }
}
.svc-hero {
  padding: clamp(36px,5vw,64px) 0 clamp(30px,4vw,48px);
}
.svc-hero .hero-eye {
  margin-bottom: 22px;
}
.svc-hero h1 {
  font-family: var(--disp);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.03;
  font-size: clamp(38px,5.4vw,62px);
  color: var(--ink);
  max-width: 17ch;
}
.svc-hero h1 .g {
  color: var(--signal-ink);
}
.svc-hero-sub {
  margin-top: 22px;
  font-size: clamp(16px,1.6vw,19px);
  color: var(--ink-2);
  max-width: 56ch;
  line-height: 1.62;
}
.hero-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 26px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}
.hero-mini .m {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-mini .sq {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.fs {
  padding: clamp(40px,5vw,68px) 0;
}
.fs-card {
  position: relative;
  background: linear-gradient(180deg,rgba(45,62,247,.045),rgba(45,62,247,.01));
  border: 1px solid var(--line);
  border-top: 4px solid var(--signal);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.fs-flag {
  position: absolute;
  top: 0;
  right: clamp(20px,4vw,40px);
  background: var(--signal);
  color: #fff;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 16px rgba(45,62,247,.3);
}
.fs-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px,4vw,52px);
  padding: clamp(30px,4vw,52px);
}
.fs-left .name {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(28px,3.4vw,40px);
  letter-spacing: -.025em;
  line-height: 1.05;
  margin: 16px 0 0;
}
.fs-left .oneline {
  font-size: clamp(16px,1.7vw,19px);
  color: var(--ink-2);
  margin-top: 14px;
  line-height: 1.55;
  max-width: 44ch;
}
.fs-why {
  margin-top: 22px;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.fs-why .wl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--signal-ink);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fs-why .wl .sq {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--signal);
}
.fs-why p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
}
.fs-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.fs-price {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.01em;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.fs-price span {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .02em;
}
.fs-price s {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 13px;
  color: var(--muted-2);
  text-decoration: line-through;
}
.fs-right {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.fs-right .rt {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.deliv {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.deliv li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.deliv li:last-child {
  border-bottom: none;
}
.deliv .n {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 15px;
  color: var(--signal-ink);
  flex: none;
  min-width: 34px;
}
.deliv .t {
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.4;
}
.deliv .t small {
  display: block;
  color: var(--muted);
  font-size: 12.5px;
  margin-top: 2px;
  font-family: var(--body);
}
.fs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.fs-tags .ft {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .04em;
  padding: 5px 10px;
  border-radius: 100px;
}
.fs-tags .ft.a {
  background: rgba(45,62,247,.1);
  color: var(--signal-ink);
}
.fs-tags .ft.b {
  background: rgba(225,121,31,.14);
  color: var(--ember-ink);
}
.parts {
  padding: clamp(40px,5vw,68px) 0;
}
.parts-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.parts-note {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .01em;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 40ch;
}
.parts-note .sq {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--signal);
  flex: none;
}
.parts-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 34px;
}
.part {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 3px solid var(--pc);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease,box-shadow .25s ease;
}
.part:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.part .badge {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--pc);
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 18px;
}
.part .outcome {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -.02em;
}
.part .tool {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .04em;
  color: var(--muted);
  margin-top: 5px;
}
.part .pdesc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
  margin: 15px 0 18px;
}
.part .plist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
}
.part .plist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: var(--ink);
}
.part .plist .ck {
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  flex: none;
  font-size: 11px;
  margin-top: 1px;
  background: var(--pc);
}
.part .forwho {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.45;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  margin-bottom: 16px;
}
.part .forwho b {
  color: var(--ink-2);
  font-weight: 600;
}
.part .pfoot {
  margin-top: auto;
}
.part .prow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.part .price {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 19px;
}
.part .price span {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 11px;
  color: var(--muted);
}
.part .up {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .03em;
  color: var(--pc);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.compare {
  padding: clamp(40px,5vw,68px) 0;
}
.ctable-wrap {
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  background: var(--surface);
}
.ctable {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.ctable th,.ctable td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.ctable thead th {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  vertical-align: bottom;
}
.ctable thead th .sub {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: .04em;
  color: var(--muted);
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}
.ctable thead th.feat,.ctable td.feat {
  text-align: left;
  font-family: var(--body);
  font-weight: 500;
  font-size: 13.5px;
  color: var(--ink-2);
}
.ctable .colFS {
  background: rgba(45,62,247,.05);
}
.ctable thead .colFS {
  border-top: 3px solid var(--signal);
  border-radius: 12px 12px 0 0;
}
.ctable thead .colFS .tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--signal);
  padding: 2px 7px;
  border-radius: 100px;
  margin-bottom: 6px;
}
.ctable tbody tr:last-child td {
  border-bottom: none;
}
.ck-y {
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
}
.ck-n {
  color: var(--muted-2);
  font-size: 15px;
}
.ctable .foot-row td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.why {
  padding: clamp(40px,5vw,68px) 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 40px;
  position: relative;
}
.why-track {
  position: absolute;
  top: 26px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg,var(--pine),var(--ember),var(--plum),var(--signal));
  opacity: .35;
}
.wstep {
  position: relative;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.wstep .b {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 16px;
}
.wstep h4 {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-bottom: 7px;
}
.wstep p {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.why-line {
  margin-top: 26px;
  text-align: center;
  font-family: var(--disp);
  font-weight: 500;
  font-size: clamp(18px,2.2vw,24px);
  letter-spacing: -.015em;
  color: var(--ink);
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}
.why-line .hi {
  color: var(--signal-ink);
}
.rhythm {
  padding: clamp(40px,5vw,68px) 0;
}
.rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 36px;
}
.rcell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.rcell .cad {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rcell .cad .sq {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.rcell .big {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(24px,3vw,32px);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.rcell p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.faq {
  padding: clamp(40px,5vw,68px) 0;
}
.faq-list {
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: none;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .ic {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--paper);
  display: grid;
  place-items: center;
  flex: none;
  transition: transform .2s,background .2s;
  color: var(--signal-ink);
  font-size: 16px;
}
.faq details[open] summary .ic {
  transform: rotate(45deg);
  background: var(--signal);
  color: #fff;
}
.faq details .a {
  padding: 0 24px 22px;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 70ch;
}
.close {
  padding: clamp(50px,6vw,84px) 0;
}
.close-card {
  background: linear-gradient(155deg,#15161C,#0B0C0F);
  border-radius: 26px;
  padding: clamp(36px,5vw,64px);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.close-card .glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(45,62,247,.45),transparent 62%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(20px);
}
.close-card .in {
  position: relative;
  z-index: 1;
}
.close-card h2 {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(28px,4vw,46px);
  letter-spacing: -.025em;
  color: #fff;
  line-height: 1.05;
  max-width: 22ch;
  margin: 14px auto 0;
}
.close-card p {
  color: #C4C6CE;
  margin-top: 16px;
  font-size: 16px;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}
.close-card .cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.close-card .dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 6px;
}
.close-card .dots i {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
@media (max-width:1024px) {
  .fs-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .parts-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-track {
    display: none;
  }
  .rhythm-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:720px) {
  .parts-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ease: initial;
    }
  }
}
