/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Gotham', sans-serif;
    --font-mono: 'Gotham', sans-serif;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 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-cyan: #35C0E1;
    --color-cyan-dk: #1a9dbf;
    --color-cyan-deep: #0d7a96;
    --color-cyan-pale: #e6f8fc;
    --color-cyan-mist: #f0fbfe;
    --color-grey: #4A494A;
    --color-grey-lt: #6b6b6b;
    --color-grey-pale: #f4f4f4;
    --color-bg-dark: #081820;
    --color-ink: #1a1a1a;
    --color-muted: #667788;
    --color-border: rgba(53, 192, 225, .18);
    --color-border-dim: rgba(0, 0, 0, .09);
    --font-brand: 'Gotham', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .\@container {
    container-type: inline-size;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-\[3px\] {
    inset: 3px;
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline {
    display: inline !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-27 {
    height: calc(var(--spacing) * 27);
  }
  .h-29\.5 {
    height: calc(var(--spacing) * 29.5);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[108px\] {
    min-height: 108px;
  }
  .w-0 {
    width: 0px;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .appearance-none {
    appearance: none;
  }
  .columns-2 {
    columns: 2;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[\#c7ccd1\] {
    border-color: #c7ccd1;
  }
  .border-border-dim {
    border-color: var(--color-border-dim);
  }
  .border-cyan {
    border-color: var(--color-cyan);
  }
  .border-cyan\/30 {
    border-color: color-mix(in srgb, #35C0E1 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-cyan) 30%, transparent);
    }
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .bg-border-dim {
    background-color: var(--color-border-dim);
  }
  .bg-cyan {
    background-color: var(--color-cyan);
  }
  .bg-cyan-pale {
    background-color: var(--color-cyan-pale);
  }
  .bg-grey-pale {
    background-color: var(--color-grey-pale);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-4\.5 {
    padding-block: calc(var(--spacing) * 4.5);
  }
  .pr-9 {
    padding-right: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .font-brand {
    font-family: var(--font-brand);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[\.6rem\] {
    font-size: .6rem;
  }
  .text-\[\.9rem\] {
    font-size: .9rem;
  }
  .text-\[\.66rem\] {
    font-size: .66rem;
  }
  .text-\[\.73rem\] {
    font-size: .73rem;
  }
  .text-\[\.74rem\] {
    font-size: .74rem;
  }
  .text-\[\.78rem\] {
    font-size: .78rem;
  }
  .text-\[\.82rem\] {
    font-size: .82rem;
  }
  .text-\[\.83rem\] {
    font-size: .83rem;
  }
  .text-\[\.84rem\] {
    font-size: .84rem;
  }
  .text-\[\.88rem\] {
    font-size: .88rem;
  }
  .text-\[\.95rem\] {
    font-size: .95rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.65rem\] {
    font-size: 1.65rem;
  }
  .text-\[clamp\(2rem\,3\.8vw\,3\.4rem\)\] {
    font-size: clamp(2rem, 3.8vw, 3.4rem);
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.85\] {
    --tw-leading: 1.85;
    line-height: 1.85;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.025em\] {
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
  }
  .tracking-\[\.02em\] {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .tab-1 {
    tab-size: 1;
  }
  .text-cyan {
    color: var(--color-cyan);
  }
  .text-cyan-deep {
    color: var(--color-cyan-deep);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .accent-cyan {
    accent-color: var(--color-cyan);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_24px_60px_-30px_rgba\(8\,24\,32\,\.22\)\] {
    --tw-shadow: 0 24px 60px -30px var(--tw-shadow-color, rgba(8,24,32,.22));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .contrast-1 {
    --tw-contrast: contrast(1%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .contrast-2 {
    --tw-contrast: contrast(2%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .contrast-3 {
    --tw-contrast: contrast(3%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter\! {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .block-2 {
    block-size: calc(var(--spacing) * 2);
  }
  .block-3 {
    block-size: calc(var(--spacing) * 3);
  }
  .block-4 {
    block-size: calc(var(--spacing) * 4);
  }
  .block-5 {
    block-size: calc(var(--spacing) * 5);
  }
  .block-6 {
    block-size: calc(var(--spacing) * 6);
  }
  .placeholder\:text-\[\#9aa3ad\]::placeholder {
    color: #9aa3ad;
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-\[\#9aa3ad\]:hover {
      border-color: #9aa3ad;
    }
    .hover\:border-cyan:hover {
      border-color: var(--color-cyan);
    }
    .hover\:border-cyan-dk:hover {
      border-color: var(--color-cyan-dk);
    }
    .hover\:bg-cyan-dk:hover {
      background-color: var(--color-cyan-dk);
    }
    .hover\:bg-cyan-pale:hover {
      background-color: var(--color-cyan-pale);
    }
    .hover\:text-cyan-deep:hover {
      color: var(--color-cyan-deep);
    }
    .hover\:text-ink:hover {
      color: var(--color-ink);
    }
  }
  .focus\:border-cyan:focus {
    border-color: var(--color-cyan);
  }
  .focus\:bg-cyan-pale:focus {
    background-color: var(--color-cyan-pale);
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:rounded-\[24px\] {
      border-radius: 24px;
    }
    .md\:p-\[1\.7rem\] {
      padding: 1.7rem;
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.woff2') format('woff2'), url('fonts/Gotham-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-ThinItalic.woff2') format('woff2'), url('fonts/Gotham-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-XLight.woff2') format('woff2'), url('fonts/Gotham-XLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-XLightItalic.woff2') format('woff2'), url('fonts/Gotham-XLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-LightItalic.woff2') format('woff2'), url('fonts/Gotham-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.woff2') format('woff2'), url('fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-BookItalic.woff2') format('woff2'), url('fonts/Gotham-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-MediumItalic.woff2') format('woff2'), url('fonts/Gotham-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-BoldItalic.woff2') format('woff2'), url('fonts/Gotham-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Black.woff2') format('woff2'), url('fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@layer base {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-brand);
    background: #fff;
    color: var(--color-ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  h1, h2, h3, h4, h5 {
    font-family: var(--font-brand);
  }
}
@layer components {
  .wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  hr.div {
    border: none;
    border-top: 1px solid var(--color-border-dim);
  }
  .hr-dim {
    border-color: rgba(255, 255, 255, .06);
  }
  .sp {
    padding: 6rem 0;
  }
  .lbl {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font-mono);
    font-size: .67rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    margin-bottom: .9rem;
  }
  .lbl::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.1;
  }
  .h2 .c {
    color: var(--color-cyan);
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    transition: background .3s, box-shadow .3s, border-color .3s;
  }
  #nav.top {
    background: transparent;
  }
  #nav.scrolled {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--color-border-dim);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .07);
    backdrop-filter: blur(14px);
  }
  .nav-inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
  }
  .logo-img {
    height: 32px;
    width: auto;
    display: block;
    transition: filter .3s;
  }
  #nav.top .logo-img {
    filter: brightness(0) invert(1);
  }
  .f-logo-img {
    height: 30px;
    width: auto;
    display: block;
    opacity: .85;
  }
  .logo-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--color-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 500;
    color: #fff;
  }
  .logo-text {
    font-weight: 900;
    font-size: 1rem;
    color: var(--color-ink);
    transition: color .3s;
  }
  .logo-text em {
    color: var(--color-cyan);
    font-style: normal;
  }
  #nav.top .logo-text {
    color: #fff;
  }
  #nav.top .logo-text em {
    color: rgba(255, 255, 255, .65);
  }
  .nav-ul {
    display: flex;
    align-items: center;
    gap: .15rem;
    list-style: none;
  }
  .nav-ul a {
    padding: .42rem .85rem;
    border-radius: 6px;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-ink);
    transition: all .15s;
  }
  .nav-ul a:hover {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
  }
  #nav.top .nav-ul a {
    color: rgba(255, 255, 255, .85);
  }
  #nav.top .nav-ul a:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
  }
  .nav-ul a.active {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
  }
  #nav.top .nav-ul a.active {
    background: rgba(255, 255, 255, .15);
    color: #fff;
  }
  .mlink.active {
    color: var(--color-cyan);
  }
  .svc-li {
    position: relative;
  }
  .svc-li > a {
    display: flex;
    align-items: center;
    gap: .2rem;
  }
  .drop {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: rgba(10, 22, 34, .92);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: .65rem;
    min-width: 320px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .04) inset;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    pointer-events: none;
  }
  .svc-li:hover .drop, .svc-li:focus-within .drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .drop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(53, 192, 225, .55), transparent);
    border-radius: 1px;
  }
  .drop-lbl {
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: rgba(53, 192, 225, .5);
    padding: .3rem .85rem .6rem;
  }
  .drow {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .65rem .85rem;
    border-radius: 11px;
    text-decoration: none;
    color: rgba(255, 255, 255, .82);
    transition: background .15s, color .15s;
  }
  .drow:hover {
    background: rgba(53, 192, 225, .1);
    color: #fff;
  }
  .dico {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .07) !important;
    border: 1px solid rgba(255, 255, 255, .09);
  }
  .dname {
    font-weight: 700;
    font-size: .85rem;
    color: #fff;
  }
  .dsub {
    font-size: .73rem;
    color: rgba(255, 255, 255, .38);
    margin-top: 2px;
  }
  .dpill {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: .57rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .18rem .55rem;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .live {
    background: rgba(34, 197, 94, .12);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, .25);
  }
  .soon {
    background: rgba(53, 192, 225, .1);
    color: var(--color-cyan);
    border: 1px solid rgba(53, 192, 225, .25);
  }
  .nav-cta {
    background: var(--color-cyan) !important;
    color: #fff !important;
    padding: .46rem 1.2rem !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    transition: background .2s !important;
  }
  .nav-cta:hover {
    background: var(--color-cyan-dk) !important;
  }
  #nav.top .nav-cta {
    background: #fff !important;
    color: var(--color-cyan-deep) !important;
  }
  #mob-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    align-items: center;
  }
  #mob-menu {
    display: none;
    background: #fff;
    border-top: 1px solid var(--color-border-dim);
    padding: 1.2rem 1.5rem;
  }
  .mlink {
    display: block;
    padding: .5rem 0;
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-border-dim);
  }
  .mlink:last-child {
    border-bottom: none;
  }
  .mlink:hover {
    color: var(--color-cyan);
  }
  .mlink-cta {
    color: var(--color-cyan);
    font-weight: 900;
    border: none;
  }
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, var(--color-bg-dark) 0%, #0a2535 50%, var(--color-bg-dark) 100%);
  }
  .yt-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
  }
  .yt-wrap iframe, .yt-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: 0;
  }
  .hero-ov {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(8, 24, 32, .45) 0%, rgba(8, 24, 32, .25) 40%, rgba(8, 24, 32, .65) 70%, rgba(8, 24, 32, .93) 100%), linear-gradient(to right, rgba(8, 24, 32, .55) 0%, transparent 55%);
  }
  .hero-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 4px;
    background: var(--color-cyan);
  }
  .cert-row {
    position: absolute;
    top: 80px;
    right: 2rem;
    z-index: 4;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .chip {
    display: flex;
    align-items: center;
    gap: .35rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    padding: .3rem .7rem;
    font-family: var(--font-mono);
    font-size: .61rem;
    color: rgba(255, 255, 255, .82);
    letter-spacing: .04em;
  }
  .hero-body {
    position: relative;
    z-index: 4;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem 5.5rem;
    width: 100%;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: rgba(53, 192, 225, .15);
    border: 1px solid rgba(53, 192, 225, .35);
    backdrop-filter: blur(6px);
    border-radius: 100px;
    padding: .28rem .9rem .28rem .5rem;
    font-family: var(--font-mono);
    font-size: .67rem;
    letter-spacing: .07em;
    color: rgba(255, 255, 255, .88);
    text-transform: uppercase;
    margin-bottom: 1.8rem;
  }
  .edot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-cyan);
    animation: blink 2s ease-in-out infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: .4;
    }
  }
  .hero-h1 {
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.035em;
    color: #fff;
    max-width: 800px;
    margin-bottom: 1.4rem;
  }
  .hero-h1 .ac {
    color: var(--color-cyan);
  }
  .hero-p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    max-width: 500px;
    line-height: 1.85;
    margin-bottom: 2.4rem;
  }
  .hero-btns {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .btn-cyan {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--color-cyan);
    color: #fff;
    padding: .82rem 1.8rem;
    border-radius: 9px;
    font-weight: 700;
    font-size: .9rem;
    font-family: var(--font-brand);
    text-decoration: none;
    border: 2px solid var(--color-cyan);
    transition: all .2s;
  }
  .btn-cyan:hover {
    background: var(--color-cyan-dk);
    border-color: var(--color-cyan-dk);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(53, 192, 225, .4);
  }
  .btn-outline-w {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 2px solid rgba(255, 255, 255, .35);
    color: rgba(255, 255, 255, .88);
    padding: .82rem 1.8rem;
    border-radius: 9px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    backdrop-filter: blur(4px);
  }
  .btn-outline-w:hover {
    border-color: var(--color-cyan);
    color: var(--color-cyan);
  }
  .hero-stat-inline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5rem;
    margin-left: .5rem;
    border-left: 1px solid rgba(255, 255, 255, .2);
  }
  .hero-stat-num {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--color-cyan);
    line-height: 1;
    letter-spacing: -.02em;
    font-variant-numeric: tabular-nums;
  }
  .hero-stat-lbl {
    font-size: .68rem;
    color: rgba(255, 255, 255, .48);
    margin-top: .28rem;
    font-weight: 600;
    letter-spacing: .02em;
  }
  .scroll-cue {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    font-family: var(--font-mono);
    font-size: .59rem;
    color: rgba(255, 255, 255, .35);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .scroll-track {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .18);
    position: relative;
    overflow: hidden;
  }
  .scroll-track::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: var(--color-cyan);
    animation: sfal 1.6s ease-in infinite;
  }
  @keyframes sfal {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: translateY(230%);
      opacity: 0;
    }
  }
  .about-bg {
    background: var(--color-cyan-mist);
  }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  .about-h2 {
    margin-bottom: 1.2rem;
  }
  .about-p {
    color: var(--color-muted);
    font-size: .95rem;
    line-height: 1.85;
    margin-bottom: .95rem;
    text-align: justify;
  }
  .about-lead {
    color: var(--color-grey);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.85;
    margin: 1.4rem 0 .2rem;
  }
  .about-sublist {
    list-style: none;
    margin: .6rem 0 0;
    padding: 0;
  }
  .about-sublist li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--color-muted);
    font-size: .9rem;
    line-height: 1.8;
    margin-bottom: .4rem;
  }
  .about-sublist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-cyan-dk);
  }
  .plat-bg {
    background: var(--color-bg-dark);
  }
  .plat-header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .plat-lbl {
    justify-content: center;
  }
  .plat-h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.7rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -.025em;
    margin-bottom: .9rem;
  }
  .plat-sub {
    color: rgba(255, 255, 255, .48);
    max-width: 520px;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 1.8;
  }
  .v2 {
    font-family: var(--font-brand);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    padding: 36px;
    margin: 2.5rem 0;
  }
  .v2-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }
  .v2-lbl {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }
  .v2-lbl::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .v2-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-grey);
    letter-spacing: -.025em;
  }
  .v2-title em {
    color: var(--color-cyan);
    font-style: normal;
  }
  .v2-badge {
    font-family: var(--font-mono);
    font-size: 10px;
    background: var(--color-cyan-pale);
    color: var(--color-cyan-dk);
    border: 1px solid rgba(53, 192, 225, .3);
    border-radius: 6px;
    padding: 4px 10px;
    letter-spacing: .05em;
  }
  .v2-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    align-items: stretch;
  }
  .v2-timeline {
    position: relative;
    padding-left: 28px;
  }
  .v2-timeline::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-cyan) 0%, rgba(53, 192, 225, .15) 100%);
  }
  .v2-item {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .v2-item:last-child {
    margin-bottom: 0;
  }
  .v2-dot {
    position: absolute;
    left: -28px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    font-size: 8px;
    font-family: var(--font-mono);
    color: var(--color-grey-lt);
  }
  .v2-item.active .v2-dot {
    background: var(--color-cyan);
    border-color: var(--color-cyan);
    box-shadow: 0 0 0 4px rgba(53, 192, 225, .18);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
  }
  .v2-card {
    background: var(--color-grey-pale);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 12px 14px;
    transition: all .2s;
  }
  .v2-item.active .v2-card {
    background: var(--color-cyan-pale);
    border-color: rgba(53, 192, 225, .3);
  }
  .v2-item:hover .v2-card {
    border-color: var(--color-cyan);
  }
  .v2-card-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .v2-card-emoji {
    font-size: 16px;
    flex-shrink: 0;
  }
  .v2-card-img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
  }
  .v2-card-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-grey);
    line-height: 1.2;
  }
  .v2-item.active .v2-card-name {
    color: var(--color-cyan-dk);
  }
  .v2-card-sub {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--color-grey-lt);
    margin-top: 3px;
  }
  .v2-right {
    display: flex;
    flex-direction: column;
  }
  .v2-panel {
    background: var(--color-grey);
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .v2-panel-img-wrap {
    width: 100%;
    height: 340px;
    flex: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, .06);
  }
  .v2-panel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .v2-tab-slider {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .v2-tab-slider.active {
    display: block;
  }
  .v2-slides-inner {
    display: flex;
    height: 100%;
    transition: transform .45s cubic-bezier(.4,0,.2,1);
  }
  .v2-slide {
    position: relative;
    flex: 0 0 100%;
    height: 100%;
  }
  .v2-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .v2-slide-title {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: var(--font-mono);
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 4px 9px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
  }
  .v2-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.42);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: .7;
    transition: opacity .2s, background .2s;
    padding: 0;
  }
  .v2-slider-btn:hover {
    opacity: 1;
    background: rgba(0,0,0,.65);
  }
  .v2-slider-prev {
    left: 8px;
  }
  .v2-slider-next {
    right: 8px;
  }
  .v2-slider-dots {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 2;
  }
  .v2-sdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    cursor: pointer;
    transition: background .25s, transform .25s;
  }
  .v2-sdot.active {
    background: #fff;
    transform: scale(1.3);
  }
  .v2-panel-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 10px;
  }
  .v2-panel-name {
    font-size: 16px;
    font-weight: 800;
    color: var(--color-cyan);
    margin-bottom: 8px;
    letter-spacing: -.02em;
  }
  .v2-panel-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .v2-panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .v2-panel-tag {
    font-family: var(--font-mono);
    font-size: 9.5px;
    background: rgba(53, 192, 225, .12);
    border: 1px solid rgba(53, 192, 225, .22);
    color: var(--color-cyan);
    border-radius: 4px;
    padding: 2px 7px;
  }
  .v2-progress {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
  .v2-progress-label {
    font-family: var(--font-mono);
    font-size: 9px;
    color: rgba(255, 255, 255, .25);
    letter-spacing: .08em;
    margin-bottom: 6px;
  }
  .v2-progress-bar {
    height: 3px;
    background: rgba(255, 255, 255, .1);
    border-radius: 2px;
    overflow: hidden;
  }
  .v2-progress-fill {
    height: 100%;
    background: var(--color-cyan);
    border-radius: 2px;
    transition: width .4s ease;
  }
  .feats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    overflow: hidden;
  }
  .feat {
    background: rgba(255, 255, 255, .03);
    padding: 1.8rem 1.4rem;
    transition: background .2s;
  }
  .feat:hover {
    background: rgba(53, 192, 225, .07);
  }
  .fn {
    font-family: var(--font-mono);
    font-size: .6rem;
    color: rgba(255, 255, 255, .2);
    margin-bottom: .65rem;
    letter-spacing: .08em;
  }
  .feat-img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: .55rem;
    display: block;
    opacity: .85;
  }
  .feat h4 {
    font-size: .88rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .32rem;
  }
  .feat p {
    font-size: .79rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.7;
  }
  .port-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .tab-rail {
    display: flex;
    gap: .3rem;
    background: var(--color-grey-pale);
    border: 1px solid var(--color-border-dim);
    border-radius: 10px;
    padding: .27rem;
    flex-wrap: wrap;
    align-self: flex-end;
  }
  .tb {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: .42rem 1rem;
    border-radius: 7px;
    font-size: .79rem;
    font-weight: 700;
    font-family: var(--font-brand);
    color: var(--color-muted);
    transition: all .15s;
  }
  .tb.active {
    background: #fff;
    color: var(--color-cyan-deep);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .09);
  }
  .tb:hover:not(.active) {
    color: var(--color-ink);
  }
  .mgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
  }
  .mcard {
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 16px;
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all .25s;
  }
  .mcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
  }
  .mcard:hover {
    border-color: rgba(53, 192, 225, .3);
    box-shadow: 0 12px 40px rgba(53, 192, 225, .12);
    transform: translateY(-3px);
  }
  .mcard:hover::before {
    transform: scaleX(1);
  }
  .mhead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .mbadge {
    font-size: .61rem;
    font-family: var(--font-mono);
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: 5px;
  }
  .br {
    background: #e0f4fa;
    color: #0369a1;
    border: 1px solid #bae6fd;
  }
  .bs {
    background: #fdf4ff;
    color: #7e22ce;
    border: 1px solid #e9d5ff;
  }
  .ba {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
    border: 1px solid rgba(53, 192, 225, .35);
  }
  .mcard h3 {
    font-size: 1.07rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: .45rem;
    line-height: 1.25;
  }
  .flagship {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font-mono);
    font-size: .57rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: rgba(53, 192, 225, .1);
    border: 1px solid rgba(53, 192, 225, .3);
    color: var(--color-cyan-deep);
    padding: .13rem .48rem;
    border-radius: 4px;
    margin-left: .38rem;
  }
  .mmet {
    display: flex;
    gap: 1.4rem;
    margin: .75rem 0;
  }
  .mv {
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--color-cyan-deep);
    line-height: 1;
  }
  .ml {
    font-size: .6rem;
    color: var(--color-muted);
    margin-top: 2px;
    font-family: var(--font-mono);
  }
  .mmet-sub {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: -.1rem 0 .9rem;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: .3rem;
    scrollbar-width: thin;
  }
  .mmet-sub::-webkit-scrollbar {
    height: 3px;
  }
  .mmet-sub::-webkit-scrollbar-thumb {
    background: var(--color-border-dim);
    border-radius: 2px;
  }
  .mmet-sub-item {
    flex-shrink: 0;
  }
  .mmet-sub-v {
    font-size: .68rem;
    font-weight: 800;
    color: var(--color-cyan-deep);
    line-height: 1;
  }
  .mmet-sub-l {
    font-size: .56rem;
    color: var(--color-muted);
    font-family: var(--font-mono);
    margin-top: 2px;
  }
  .mcard p {
    font-size: .85rem;
    color: #4a5568;
    line-height: 1.75;
    flex: 1;
    margin-bottom: 1.15rem;
  }
  .mtags {
    display: flex;
    flex-wrap: wrap;
    gap: .37rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border-dim);
  }
  .mtag {
    font-size: .6rem;
    font-family: var(--font-mono);
    background: var(--color-grey-pale);
    color: var(--color-muted);
    border: 1px solid var(--color-border-dim);
    border-radius: 4px;
    padding: .16rem .48rem;
  }
  .dot-g {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #22c55e;
  }
  .dot-a {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f59e0b;
  }
  .slive {
    font-size: .61rem;
    font-family: var(--font-mono);
    color: #15803d;
  }
  .sval {
    font-size: .61rem;
    font-family: var(--font-mono);
    color: #b45309;
  }
  .mst {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .15rem;
  }
  .mst-row {
    display: flex;
    align-items: center;
    gap: .3rem;
  }
  .mstq {
    font-size: .54rem;
    font-family: var(--font-mono);
    color: var(--color-muted);
  }
  .impact-bg {
    background: var(--color-bg-dark);
  }
  .impact-header {
    margin-bottom: 2.5rem;
  }
  .impact-h2 {
    color: #fff;
    margin-bottom: .7rem;
  }
  .impact-sub {
    color: rgba(255, 255, 255, .48);
    max-width: 480px;
    font-size: .95rem;
    line-height: 1.8;
  }
  .impact-lbl {
    color: var(--color-cyan);
  }
  .impact-bento {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bcard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 1.8rem 2rem;
    transition: border-color .2s;
  }
  .bcard:hover {
    border-color: rgba(53, 192, 225, .28);
  }
  .bcard-lbl {
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-cyan);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .bcard-lbl::before {
    content: '';
    width: 14px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .tl {
    padding-left: 1.4rem;
    position: relative;
  }
  .tl::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 4px;
    bottom: 4px;
    width: 1.5px;
    background: linear-gradient(to bottom, var(--color-cyan), rgba(53, 192, 225, .1));
  }
  .tli {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.6rem;
  }
  .tli:last-child {
    margin-bottom: 0;
  }
  .tli::before {
    content: '';
    position: absolute;
    left: -1.72rem;
    top: .3rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-cyan);
    box-shadow: 0 0 0 3px rgba(53, 192, 225, .22);
  }
  .tly {
    font-family: var(--font-mono);
    font-size: .63rem;
    color: var(--color-cyan);
    margin-bottom: .2rem;
    letter-spacing: .04em;
  }
  .tli h4 {
    font-size: .88rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .17rem;
  }
  .tli p {
    font-size: .79rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.65;
  }
  .tli-refs {
    display: flex;
    flex-direction: column;
    gap: .38rem;
    margin-top: .65rem;
  }
  .tli-ref {
    display: flex;
    align-items: baseline;
    gap: .45rem;
    font-size: .72rem;
    color: rgba(255, 255, 255, .35);
    line-height: 1.5;
  }
  .tref-badge {
    font-family: var(--font-mono);
    font-size: .54rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .12rem .45rem;
    border-radius: 4px;
    flex-shrink: 0;
    line-height: 1.6;
  }
  .tref-pat {
    background: rgba(167, 139, 250, .12);
    color: #c4b5fd;
    border: 1px solid rgba(167, 139, 250, .25);
  }
  .tref-pub {
    background: rgba(53, 192, 225, .1);
    color: var(--color-cyan);
    border: 1px solid rgba(53, 192, 225, .22);
  }
  .media-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .media-sub {
    color: var(--color-muted);
    font-size: .9rem;
    line-height: 1.8;
    max-width: 380px;
    align-self: flex-end;
  }
  .media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .media-card {
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: border-color .2s, box-shadow .2s, transform .2s;
  }
  .media-card:hover {
    border-color: rgba(53, 192, 225, .35);
    box-shadow: 0 8px 32px rgba(53, 192, 225, .1);
    transform: translateY(-2px);
  }
  .media-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
  }
  .mbadge {
    font-family: var(--font-mono);
    font-size: .57rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .18rem .55rem;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .mc-press {
    background: #e0f4fa;
    color: #0369a1;
    border: 1px solid #bae6fd;
  }
  .mc-blog {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
    border: 1px solid rgba(53, 192, 225, .3);
  }
  .media-source {
    font-family: var(--font-mono);
    font-size: .67rem;
    color: var(--color-muted);
    font-weight: 500;
    text-align: right;
  }
  .media-title {
    font-size: .94rem;
    font-weight: 800;
    color: var(--color-ink);
    line-height: 1.4;
    letter-spacing: -.015em;
    flex: 1;
  }
  .media-excerpt {
    font-size: .8rem;
    color: var(--color-muted);
    line-height: 1.75;
    flex: 1;
  }
  .media-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .85rem;
    border-top: 1px solid var(--color-border-dim);
    margin-top: auto;
  }
  .media-date {
    font-family: var(--font-mono);
    font-size: .62rem;
    color: var(--color-muted);
    letter-spacing: .04em;
  }
  .media-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .75rem;
    font-weight: 700;
    color: var(--color-cyan-deep);
    text-decoration: none;
    transition: color .15s;
  }
  .media-link:hover {
    color: var(--color-cyan);
  }
  @keyframes collabFormPulse {
    0% {
      box-shadow: 0 0 0 0 rgba(53, 192, 225, .45), 0 24px 60px -30px rgba(8, 24, 32, .22);
      border-color: var(--color-cyan);
    }
    70% {
      box-shadow: 0 0 0 26px rgba(53, 192, 225, 0), 0 24px 60px -30px rgba(8, 24, 32, .22);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(53, 192, 225, 0), 0 24px 60px -30px rgba(8, 24, 32, .22);
      border-color: var(--color-border-dim);
    }
  }
  .faq-bg {
    background: var(--color-cyan-mist);
  }
  .faq-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
    align-items: start;
  }
  .faq-stick {
    position: sticky;
    top: 90px;
  }
  .faq-sub {
    color: var(--color-muted);
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.8;
  }
  .faq-contact {
    margin-top: 1.8rem;
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 12px;
    padding: 1.25rem 1.35rem;
  }
  .faq-email {
    font-weight: 900;
    color: var(--color-ink);
    font-size: .9rem;
    text-decoration: none;
    display: block;
  }
  .faq-loc {
    font-size: .77rem;
    color: var(--color-muted);
    margin-top: .3rem;
  }
  .fcl {
    font-family: var(--font-mono);
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--color-cyan);
    margin-bottom: .4rem;
  }
  .flist {
    border: 1px solid var(--color-border-dim);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .fq {
    border-bottom: 1px solid var(--color-border-dim);
  }
  .fq:last-child {
    border-bottom: none;
  }
  .fqq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 700;
    gap: 1rem;
    transition: background .15s;
  }
  .fqq:hover {
    background: var(--color-cyan-mist);
  }
  .fqico {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--color-border-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    color: var(--color-muted);
    flex-shrink: 0;
    transition: all .25s;
  }
  .fqa {
    max-height: 0;
    overflow: hidden;
    background: var(--color-cyan-mist);
    transition: max-height .35s ease;
  }
  .fqa.open {
    max-height: 360px;
  }
  .fqai {
    padding: 0 1.5rem 1.2rem;
  }
  .fqai p {
    font-size: .875rem;
    color: #4a5568;
    line-height: 1.85;
  }
  .fqai a {
    color: var(--color-cyan);
  }
  .fq.open .fqico {
    background: var(--color-cyan);
    border-color: var(--color-cyan);
    color: #fff;
    transform: rotate(45deg);
  }
  .fq.open .fqq {
    background: var(--color-cyan-mist);
    color: var(--color-cyan-deep);
  }
  .foot-bg {
    background: #060e14;
    position: relative;
    padding: 5rem 0 2rem;
  }
  .foot-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, var(--color-cyan) 35%, var(--color-cyan-dk) 65%, transparent 100%);
  }
  .ftop {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }
  .f-brand-logo {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .9rem;
  }
  .f-logo-box {
    width: 38px;
    height: 38px;
    background: var(--color-cyan);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
  }
  .f-logo-name {
    font-family: var(--font-brand);
    font-weight: 900;
    font-size: 1rem;
    color: #fff;
    line-height: 1.15;
  }
  .f-logo-name em {
    color: var(--color-cyan);
    font-style: normal;
  }
  .f-logo-sub {
    font-family: var(--font-mono);
    font-size: .6rem;
    color: rgba(255, 255, 255, .28);
    letter-spacing: .08em;
    margin-top: 1px;
  }
  .fdesc {
    font-size: .83rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.8;
    max-width: 270px;
    margin-bottom: 1.2rem;
  }
  .f-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(53, 192, 225, .1);
    border: 1px solid rgba(53, 192, 225, .22);
    border-radius: 8px;
    padding: .5rem .9rem;
    text-decoration: none;
    transition: background .2s, border-color .2s;
  }
  .f-contact-pill:hover {
    background: rgba(53, 192, 225, .18);
    border-color: rgba(53, 192, 225, .4);
  }
  .f-contact-pill svg {
    color: var(--color-cyan);
  }
  .f-contact-pill span {
    font-family: var(--font-mono);
    font-size: .72rem;
    color: var(--color-cyan);
    font-weight: 500;
  }
  .floc {
    font-family: var(--font-mono);
    font-size: .64rem;
    color: rgba(255, 255, 255, .2);
    margin-top: .8rem;
    display: flex;
    align-items: center;
    gap: .35rem;
  }
  .fch {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: rgba(255, 255, 255, .28);
    margin-bottom: 1.1rem;
  }
  .flinks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .6rem;
  }
  .flinks a {
    font-size: .84rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
    text-decoration: none;
    transition: color .15s;
    display: flex;
    align-items: center;
    gap: .3rem;
  }
  .flinks a:hover {
    color: var(--color-cyan);
  }
  .fbot {
    padding-top: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .fcopy {
    font-size: .76rem;
    color: rgba(255, 255, 255, .2);
  }
  .ftags {
    display: flex;
    gap: .4rem;
    flex-wrap: wrap;
  }
  .ftag {
    font-family: var(--font-mono);
    font-size: .58rem;
    color: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 5px;
    padding: .15rem .5rem;
    transition: color .15s, border-color .15s;
  }
  .ftag:hover {
    color: var(--color-cyan);
    border-color: rgba(53, 192, 225, .3);
  }
  .cmodal-overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: rgba(6, 14, 20, .72);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s;
  }
  .cmodal-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .cmodal {
    background: #0e1f2e;
    border: 1px solid rgba(53, 192, 225, .18);
    border-radius: 20px;
    padding: 2.4rem 2.2rem 2rem;
    width: 100%;
    max-width: 580px;
    position: relative;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .6);
    transform: translateY(18px) scale(.97);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
  }
  .cmodal-overlay.is-open .cmodal {
    transform: none;
  }
  .cmodal-close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, .55);
    transition: background .15s, color .15s;
  }
  .cmodal-close:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff;
  }
  .cmodal-ey {
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .55rem;
  }
  .cmodal-ey::before {
    content: '';
    width: 16px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .cmodal-title {
    font-size: 1.55rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.025em;
    margin-bottom: .35rem;
  }
  .cmodal-sub {
    font-size: .82rem;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }
  .cmodal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .cform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .cform-field {
    display: flex;
    flex-direction: column;
    gap: .38rem;
  }
  .cform-label {
    font-size: .73rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .02em;
  }
  .cform-req {
    color: var(--color-cyan);
  }
  .cform-input {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 9px;
    padding: .65rem .9rem;
    font-size: .85rem;
    font-family: var(--font-brand);
    color: #fff;
    outline: none;
    transition: border-color .15s, background .15s;
    width: 100%;
  }
  .cform-input::placeholder {
    color: rgba(255, 255, 255, .22);
  }
  .cform-input:focus {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .06);
  }
  .cform-input.cform-err {
    border-color: #f87171;
    background: rgba(248, 113, 113, .06);
  }
  .cform-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgba(255,255,255,.4)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    padding-right: 2.2rem;
    cursor: pointer;
  }
  .cform-select option {
    background: #0e1f2e;
    color: #fff;
  }
  .cform-textarea {
    resize: vertical;
    min-height: 96px;
    line-height: 1.7;
  }
  .cform-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: .5rem;
  }
  .cform-note {
    font-size: .72rem;
    color: rgba(255, 255, 255, .28);
    line-height: 1.5;
    flex: 1;
  }
  .cform-submit {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--color-cyan);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: .72rem 1.5rem;
    font-size: .875rem;
    font-weight: 700;
    font-family: var(--font-brand);
    cursor: pointer;
    transition: background .2s, transform .15s;
    white-space: nowrap;
  }
  .cform-submit:hover {
    background: var(--color-cyan-dk);
    transform: translateY(-1px);
  }
  .cform-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    padding: 1.5rem 0 .5rem;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
  }
  .rv {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease, transform .65s ease;
  }
  .rv.in {
    opacity: 1;
    transform: none;
  }
  .d1 {
    transition-delay: .1s;
  }
  .d2 {
    transition-delay: .2s;
  }
  .d3 {
    transition-delay: .3s;
  }
  .q-body {
    background: var(--color-bg-dark);
    min-height: 100vh;
    font-family: var(--font-brand);
    color: #fff;
  }
  .q-main {
    max-width: 700px;
    margin: 0 auto;
    padding: 5.5rem 1.5rem 5rem;
  }
  .q-prog-wrap {
    margin-bottom: 2rem;
  }
  .q-prog-track {
    height: 3px;
    background: rgba(255, 255, 255, .08);
    border-radius: 2px;
    margin-bottom: 1.1rem;
    overflow: hidden;
  }
  .q-prog-fill {
    height: 100%;
    background: var(--color-cyan);
    border-radius: 2px;
    transition: width .4s cubic-bezier(.22, 1, .36, 1);
    width: 0%;
  }
  .q-step-dots {
    display: flex;
    gap: .5rem;
    align-items: center;
  }
  .q-dot {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .15);
    background: transparent;
    transition: all .25s;
    cursor: default;
    flex-shrink: 0;
  }
  .q-dot.active {
    border-color: var(--color-cyan);
    background: var(--color-cyan);
    box-shadow: 0 0 0 4px rgba(53, 192, 225, .2);
  }
  .q-dot.done {
    border-color: var(--color-cyan);
    background: var(--color-cyan);
  }
  .q-dot.done::before {
    content: '✓';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    color: #fff;
  }
  .q-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    padding: 2.2rem 2rem;
    margin-bottom: 1.2rem;
  }
  .q-eyebrow {
    font-family: var(--font-mono);
    font-size: .6rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    margin-bottom: .6rem;
    display: flex;
    align-items: center;
    gap: .45rem;
  }
  .q-eyebrow::before {
    content: '';
    width: 14px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .q-title {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #fff;
    margin-bottom: .45rem;
  }
  .q-desc {
    font-size: .88rem;
    color: rgba(255, 255, 255, .48);
    line-height: 1.7;
    margin-bottom: 1.6rem;
    max-width: 520px;
  }
  .q-desc--wide {
    max-width: none;
  }
  .q-fields {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
  }
  .q-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .q-field {
    display: flex;
    flex-direction: column;
    gap: .38rem;
  }
  .q-label {
    font-size: .74rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .62);
    letter-spacing: .02em;
  }
  .q-sub-label {
    font-weight: 400;
    color: rgba(255, 255, 255, .3);
    font-family: var(--font-mono);
    font-size: .6rem;
    margin-left: .35rem;
  }
  .q-req {
    color: var(--color-cyan);
  }
  .q-input {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: .68rem .95rem;
    font-size: .85rem;
    font-family: var(--font-brand);
    color: #fff;
    outline: none;
    transition: border-color .15s, background .15s;
    width: 100%;
  }
  .q-input::placeholder {
    color: rgba(255, 255, 255, .2);
  }
  .q-input:focus {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .06);
  }
  .q-input.q-err {
    border-color: #f87171;
    background: rgba(248, 113, 113, .06);
  }
  .q-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgba(255,255,255,.35)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .8rem center;
    padding-right: 2.2rem;
    cursor: pointer;
  }
  .q-select option {
    background: #0c2030;
    color: #fff;
  }
  .q-textarea {
    resize: vertical;
    min-height: 108px;
    line-height: 1.7;
  }
  .q-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
  }
  .q-check-card {
    display: block;
    cursor: pointer;
  }
  .q-check-card input {
    display: none;
  }
  .q-check-body {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    transition: border-color .15s, background .15s;
  }
  .q-check-card:hover .q-check-body, .q-check-card.selected .q-check-body {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .08);
  }
  .q-check-card.q-check-err .q-check-body {
    border-color: rgba(248, 113, 113, .5);
  }
  .q-check-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: .05rem;
  }
  .q-check-title {
    font-size: .84rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: .22rem;
  }
  .q-check-sub {
    font-size: .73rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.5;
  }
  .q-radios {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  .q-radios--row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .q-radio-card {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .8rem 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .03);
    cursor: pointer;
    transition: border-color .15s, background .15s;
    flex: 1 1 auto;
  }
  .q-radio-card input {
    display: none;
  }
  .q-radio-card:hover, .q-radio-card.selected {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .08);
  }
  .q-radio-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .25);
    flex-shrink: 0;
    transition: border-color .15s, background .15s;
    position: relative;
  }
  .q-radio-card.selected .q-radio-dot {
    border-color: var(--color-cyan);
    background: var(--color-cyan);
  }
  .q-radio-card.selected .q-radio-dot::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #fff;
  }
  .q-radio-title {
    font-size: .83rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }
  .q-radio-sub {
    font-size: .72rem;
    color: rgba(255, 255, 255, .38);
    margin-top: .15rem;
    line-height: 1.4;
  }
  .q-tag-checks {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
  }
  .q-tag-check {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .38rem .85rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    transition: all .15s;
  }
  .q-tag-check input {
    display: none;
  }
  .q-tag-check:hover, .q-tag-check.selected {
    border-color: var(--color-cyan);
    color: var(--color-cyan);
    background: rgba(53, 192, 225, .09);
  }
  .q-consent {
    margin-top: .4rem;
  }
  .q-check-inline {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    cursor: pointer;
    font-size: .78rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.6;
  }
  .q-check-inline input {
    margin-top: .2rem;
    accent-color: var(--color-cyan);
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .q-nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
  }
  .q-btn-back {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .55);
    border-radius: 10px;
    padding: .7rem 1.3rem;
    font-size: .85rem;
    font-weight: 700;
    font-family: var(--font-brand);
    cursor: pointer;
    transition: all .15s;
  }
  .q-btn-back:hover {
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
  }
  .q-btn-next {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--color-cyan);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: .78rem 1.8rem;
    font-size: .88rem;
    font-weight: 800;
    font-family: var(--font-brand);
    cursor: pointer;
    transition: background .2s, transform .15s;
  }
  .q-btn-next:hover {
    background: var(--color-cyan-dk);
    transform: translateY(-1px);
  }
  .q-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
  }
  .q-success-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(53, 192, 225, .12);
    border: 1px solid rgba(53, 192, 225, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-cyan);
    margin-bottom: 1.4rem;
  }
  .q-success-meta {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin: 1.5rem 0 2rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 1.1rem 1.4rem;
    width: 100%;
    max-width: 360px;
  }
  .q-smeta-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .82rem;
    color: rgba(255, 255, 255, .55);
  }
  .q-smeta-row svg {
    color: var(--color-cyan);
    flex-shrink: 0;
  }
  .q-smeta-row strong {
    color: #fff;
  }
  .q-return-btn {
    margin-top: .5rem;
  }
}
@media (max-width: 1024px) {
  #mob-btn {
    display: flex !important;
  }
  .nav-ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-grid, .impact-grid, .faq-layout {
    grid-template-columns: 1fr !important;
    gap: 2.5rem;
  }
  .about-grid > * {
    min-width: 0;
  }
  .feats, .media-grid {
    grid-template-columns: 1fr !important;
  }
  .cform-row {
    grid-template-columns: 1fr !important;
  }
  .inums {
    grid-template-columns: 1fr 1fr;
  }
  .faq-stick {
    position: static;
  }
  .ftop {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem;
  }
  .stats-bar {
    grid-template-columns: 1fr 1fr;
  }
  .sc:nth-child(2n) {
    border-right: none;
  }
  .sc:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
  .cert-row {
    display: none;
  }
  .sp {
    padding: 4.5rem 0;
  }
  .wrap {
    padding: 0 1.5rem;
  }
  .hero-body {
    padding: 0 1.5rem 5rem;
  }
  .q-checks, .q-row {
    grid-template-columns: 1fr;
  }
  .q-title {
    font-size: 1.35rem;
  }
  .v2 {
    padding: 16px;
    border-radius: 12px;
  }
  .v2-top {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .v2-layout {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .v2-right {
    order: 1;
  }
  .v2-timeline {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding-left: 0;
    gap: 8px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .v2-timeline::-webkit-scrollbar {
    display: none;
  }
  .v2-timeline::before {
    display: none;
  }
  .v2-item {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .v2-dot {
    display: none;
  }
  .v2-card {
    padding: 8px 12px;
    white-space: nowrap;
  }
  .v2-card-sub {
    display: none;
  }
  .v2-panel {
    flex: none;
  }
  .v2-panel-img-wrap {
    flex: none;
    height: 220px;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
