/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: 'JetBrains Mono', ui-monospace, monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-pink-600: oklch(59.2% 0.249 0.584);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .inset-3 {
    inset: calc(var(--spacing) * 3);
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .left-1 {
    left: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .float-right {
    float: right;
  }
  .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;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-71 {
    margin: calc(var(--spacing) * 71);
  }
  .m-82 {
    margin: calc(var(--spacing) * 82);
  }
  .m-214 {
    margin: calc(var(--spacing) * 214);
  }
  .m-357 {
    margin: calc(var(--spacing) * 357);
  }
  .m-375 {
    margin: calc(var(--spacing) * 375);
  }
  .m-490 {
    margin: calc(var(--spacing) * 490);
  }
  .m-572 {
    margin: calc(var(--spacing) * 572);
  }
  .m-600 {
    margin: calc(var(--spacing) * 600);
  }
  .m-620 {
    margin: calc(var(--spacing) * 620);
  }
  .m-753 {
    margin: calc(var(--spacing) * 753);
  }
  .mx-0 {
    margin-inline: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-px {
    margin-top: -1px;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .-ml-px {
    margin-left: -1px;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!grid {
    display: grid !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .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-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-purple-500 {
    --tw-gradient-from: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-pink-500 {
    --tw-gradient-via: var(--color-pink-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-red-500 {
    --tw-gradient-to: var(--color-red-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0 {
    padding-block: 0;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-all {
    word-break: break-all;
  }
  .tab-1 {
    tab-size: 1;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .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,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-sm {
    --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);
  }
  .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);
  }
  .ring-gray-300 {
    --tw-ring-color: var(--color-gray-300);
  }
  .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,);
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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);
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:from-purple-600 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: var(--color-purple-600);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:via-pink-600 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-via: var(--color-pink-600);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
      }
    }
  }
  .hover\:to-red-600 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: var(--color-red-600);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:z-10 {
    &:focus {
      z-index: 10;
    }
  }
  .focus\:border-blue-300 {
    &:focus {
      border-color: var(--color-blue-300);
    }
  }
  .focus\:ring {
    &:focus {
      --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);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:bg-gray-100 {
    &:active {
      background-color: var(--color-gray-100);
    }
  }
  .active\:text-gray-500 {
    &:active {
      color: var(--color-gray-500);
    }
  }
  .active\:text-gray-700 {
    &:active {
      color: var(--color-gray-700);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:flex-1 {
    @media (width >= 40rem) {
      flex: 1;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: 0;
    }
  }
  .md\:my-6 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:min-h-screen {
    @media (width >= 48rem) {
      min-height: 100vh;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: 0;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:order-last {
    @media (width >= 64rem) {
      order: 9999;
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2 / 5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3 / 5 * 100%);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .dark\:bg-gray-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-900);
    }
  }
}
:root {
  --maxw: 1200px;
  --gutter: 24px;
  --r: 18px;
}
html, body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
::selection {
  background: #19c3fb;
  color: #071533;
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.reveal.rv {
  opacity: 1;
  transform: none;
}
.scroll-prog {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, #19c3fb, #1d63ed);
  z-index: 150;
  pointer-events: none;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
.btn {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  padding: 12px 22px;
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s;
  text-decoration: none;
}
.btn svg {
  width: 17px;
  height: 17px;
  flex: none;
}
.btn-green {
  background: #2496ed;
  color: #fff;
  box-shadow: 0 8px 22px rgba(36, 150, 237, 0.34);
}
.btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(36, 150, 237, 0.46);
}
.btn-ghost {
  background: transparent;
  color: #0b1b33;
  border: 1.5px solid rgba(11, 27, 51, 0.1);
}
.btn-ghost:hover {
  border-color: #2496ed;
  color: #1d63ed;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: 104px 0;
}
.eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  flex: none;
}
.sec-head {
  max-width: 680px;
}
.sec-head h2 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.04;
  font-size: clamp(30px, 4.6vw, 48px);
  margin: 16px 0 0;
}
.hero {
  position: relative;
  background: #071533;
  color: #eaf2ff;
  overflow: hidden;
  padding: 74px 0 86px;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image: radial-gradient(120% 90% at 85% 0%, rgba(25, 195, 251, 0.18), transparent 55%), radial-gradient(90% 80% at 0% 100%, rgba(36, 150, 237, 0.16), transparent 55%);
}
.contours {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
  animation: contour-pulse 9s ease-in-out infinite;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
.hero .eyebrow {
  color: #19c3fb;
}
.hero h1 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(38px, 6vw, 68px);
  margin: 22px 0 0;
}
.hero h1 .hl {
  color: #19c3fb;
}
.hero p.lede {
  font-size: clamp(17px, 2vw, 20px);
  color: rgba(234, 242, 255, 0.72);
  max-width: 34ch;
  margin-top: 22px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-cta .btn-ghost {
  color: #eaf2ff;
  border-color: rgba(255, 255, 255, 0.1);
}
.hero-cta .btn-ghost:hover {
  border-color: #19c3fb;
  color: #19c3fb;
}
.hero-trust {
  display: flex;
  gap: 22px 26px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-trust .ti {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: rgba(234, 242, 255, 0.72);
  font-weight: 500;
}
.hero-trust .ti svg {
  width: 18px;
  height: 18px;
  color: #19c3fb;
  flex: none;
}
.hero-note {
  margin-top: 18px;
  font-size: 14px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  color: rgba(234, 242, 255, 0.55);
}
.hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-img img {
  width: 100%;
  max-width: 500px;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}
.aurora {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.aurora span {
  position: absolute;
  border-radius: 50%;
  filter: blur(74px);
  opacity: 0.5;
  will-change: transform;
}
.aurora span:nth-child(1) {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, #2496ed, transparent 70%);
  top: -150px;
  left: -90px;
  animation: aurora-a 19s ease-in-out infinite;
}
.aurora span:nth-child(2) {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #19c3fb, transparent 70%);
  bottom: -140px;
  right: -70px;
  animation: aurora-b 23s ease-in-out infinite;
}
.aurora span:nth-child(3) {
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, #1d63ed, transparent 70%);
  top: 22%;
  left: 58%;
  animation: aurora-c 27s ease-in-out infinite;
}
.final {
  background: linear-gradient(160deg, #1d63ed, #0a2d63);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-in {
  position: relative;
  z-index: 1;
}
.final h2 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(32px, 5.6vw, 60px);
  max-width: 18ch;
  margin: 0 auto;
}
.final p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  margin: 20px auto 0;
  max-width: 50ch;
}
.final .hero-cta {
  justify-content: center;
  margin-top: 36px;
}
.final .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.final .btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.final .btn-green {
  background: #fff;
  color: #1d63ed;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.final-rr {
  margin-top: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}
.eco {
  background: #071533;
  color: #eaf2ff;
  position: relative;
  overflow: hidden;
}
.eco .eyebrow {
  color: #19c3fb;
}
.eco .sec-head h2 {
  color: #fff;
}
.eco-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ecard {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 26px 24px;
  transition: transform 0.25s ease, border-color 0.25s;
}
.ecard:hover {
  transform: translateY(-5px);
  border-color: rgba(25, 195, 251, 0.5);
}
.ecard .ic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: rgba(25, 195, 251, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.ecard h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.ecard .tag {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #7fc4ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
.ecard p {
  color: rgba(234, 242, 255, 0.72);
  font-size: 14.5px;
  margin-top: 13px;
}
.eco .wrap {
  position: relative;
  z-index: 1;
}
.eco-line {
  margin-top: 46px;
  text-align: center;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.6vw, 27px);
  color: #fff;
  letter-spacing: -0.02em;
}
.eco-line b {
  color: #19c3fb;
}
.faq {
  background: #071533;
  color: #eaf2ff;
}
.faq .eyebrow {
  color: #19c3fb;
}
.faq .sec-head h2 {
  color: #fff;
}
.faq-list {
  margin-top: 42px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 2.1vw, 19px);
  color: #fff;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:hover {
  color: #19c3fb;
}
.faq-q {
  flex: 1;
}
.faq-ic {
  flex: none;
  width: 22px;
  height: 22px;
  color: #19c3fb;
  transition: transform 0.25s ease;
}
.faq-ic svg {
  width: 22px;
  height: 22px;
}
.faq-item[open] .faq-ic {
  transform: rotate(45deg);
}
.faq-a {
  padding: 0 22px 20px;
  color: rgba(234, 242, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}
.problem {
  background: #0b1f47;
  color: #eaf2ff;
}
.problem .eyebrow {
  color: #7fc4ff;
}
.problem .sec-head h2 {
  color: #fff;
}
.problem .sec-head p {
  color: rgba(234, 242, 255, 0.72);
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.stat {
  border-top: 2px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
}
.stat .num {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.5vw, 62px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #19c3fb;
}
.stat .num .u {
  font-size: 0.42em;
  color: #eaf2ff;
  margin-left: 6px;
  font-weight: 700;
}
.stat .cap {
  margin-top: 10px;
  color: rgba(234, 242, 255, 0.72);
  font-size: 14.5px;
  max-width: 26ch;
}
.pain-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.pain {
  background: #0b1f47;
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.pain .x {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(229, 72, 77, 0.2);
  color: #ff9b8c;
  display: grid;
  place-items: center;
  flex: none;
  font-weight: 800;
  font-size: 15px;
}
.pain b {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
.pain span {
  display: block;
  color: rgba(234, 242, 255, 0.72);
  font-size: 13.5px;
  margin-top: 3px;
}
.how {
  background: #f5f9ff;
}
.steps {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.step {
  padding: 28px 22px 26px;
  border-left: 1px solid rgba(11, 27, 51, 0.1);
  position: relative;
}
.step:first-child {
  border-left: none;
}
.step .no {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 700;
  font-size: 13px;
  color: #2496ed;
  letter-spacing: 0.1em;
}
.step .ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid rgba(11, 27, 51, 0.1);
  display: grid;
  place-items: center;
  margin: 16px 0 14px;
  color: #1d63ed;
  box-shadow: 0 4px 14px rgba(11, 27, 51, 0.06);
}
.step .ic svg {
  width: 23px;
  height: 23px;
}
.step h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
}
.step p {
  color: #5a6b82;
  font-size: 14.5px;
  margin-top: 7px;
}
.step .arrow {
  position: absolute;
  top: 38px;
  right: -9px;
  color: #2496ed;
  opacity: 0.4;
  z-index: 2;
}
.step .arrow svg {
  width: 18px;
  height: 18px;
}
.pos {
  background: #e9f2fe;
}
.pos-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(36, 150, 237, 0.12);
  color: #1d63ed;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  margin-top: 18px;
}
.pos-chip svg {
  width: 15px;
  height: 15px;
}
.pos-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 48px;
  align-items: center;
}
.pos-pt {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-top: 1px solid rgba(11, 27, 51, 0.1);
}
.pos-pt .ic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: rgba(36, 150, 237, 0.1);
  color: #1d63ed;
  display: grid;
  place-items: center;
  flex: none;
}
.pos-pt .ic svg {
  width: 24px;
  height: 24px;
}
.pos-pt h4 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 17.5px;
  letter-spacing: -0.01em;
}
.pos-pt p {
  color: #5a6b82;
  font-size: 14.5px;
  margin-top: 4px;
}
.pos-screen {
  background: #fff;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 20px;
  box-shadow: 0 28px 56px -22px rgba(11, 27, 51, 0.28);
  overflow: hidden;
  max-width: 384px;
  margin: 0 auto;
  position: relative;
}
.pos-ribbon {
  position: absolute;
  top: 14px;
  right: -34px;
  transform: rotate(45deg);
  background: #2496ed;
  color: #fff;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 5px 40px;
  z-index: 2;
}
.pos-head {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  display: flex;
  align-items: center;
  gap: 11px;
}
.pos-head .av {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #1d63ed;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  flex: none;
}
.pos-head .sn {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
}
.pos-head .tg {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d63ed;
}
.pos-items {
  padding: 6px 18px;
}
.pos-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(11, 27, 51, 0.1);
  font-size: 14px;
}
.pos-row:last-child {
  border-bottom: none;
}
.pos-row .nm {
  color: #0b1b33;
}
.pos-row .nm small {
  display: block;
  color: #5a6b82;
  font-size: 11.5px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.pos-row .pr {
  font-weight: 700;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
}
.pos-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #e9f2fe;
}
.pos-total .tk {
  font-size: 13px;
  color: #5a6b82;
  font-weight: 600;
}
.pos-total .tv {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -0.02em;
  color: #1d63ed;
}
.pos-pay {
  padding: 14px 18px 10px;
}
.pos-pay .pb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #2496ed;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  height: 46px;
  border-radius: 12px;
}
.pos-pay .pb svg {
  width: 17px;
  height: 17px;
}
.pos-conn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 2px 18px 16px;
  font-size: 11.5px;
  color: #5a6b82;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.pos-conn svg {
  width: 13px;
  height: 13px;
  color: #1d63ed;
}
.calc {
  background: #071533;
  color: #eaf2ff;
  position: relative;
  overflow: hidden;
}
.calc .eyebrow {
  color: #19c3fb;
}
.calc .sec-head h2 {
  color: #fff;
}
.calc .sec-head p {
  color: rgba(234, 242, 255, 0.72);
}
.calc-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.calc-panel {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 28px;
}
.calc-panel .pt {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #7fc4ff;
  margin-bottom: 20px;
}
.calc-field {
  margin-bottom: 22px;
}
.calc-field:last-child {
  margin-bottom: 0;
}
.cf-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.cf-lbl {
  font-size: 14px;
  font-weight: 600;
  color: #eaf2ff;
}
.cf-val {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #19c3fb;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.gw-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  outline: none;
  margin: 12px 0 0;
  background: linear-gradient(90deg, #19c3fb var(--p, 15%), rgba(255, 255, 255, 0.12) var(--p, 15%));
  cursor: pointer;
}
.gw-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #2496ed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.gw-range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 4px solid #2496ed;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.calc-out {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calc-hero {
  background: linear-gradient(158deg, #1d63ed, #0a2d63);
  border-radius: 22px;
  padding: 26px 28px;
  position: relative;
  overflow: hidden;
}
.calc-hero::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 195, 251, 0.22), transparent 62%);
  top: -80px;
  right: -70px;
  pointer-events: none;
}
.calc-hero .hl {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #19c3fb;
}
.calc-hero .big {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(34px, 5.4vw, 52px);
  color: #fff;
  margin: 9px 0 6px;
  word-break: break-word;
}
.calc-hero .sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
.calc-take {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12.5px;
  line-height: 1.55;
  color: #19c3fb;
}
.calc-period {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cp {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px 18px;
}
.cp .k {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(234, 242, 255, 0.72);
}
.cp .v {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  margin-top: 3px;
  letter-spacing: -0.02em;
}
.calc-impact {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 4px 18px;
}
.ir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.ir:last-child {
  border-bottom: none;
}
.ir .k {
  color: rgba(234, 242, 255, 0.72);
}
.ir .v {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #19c3fb;
  white-space: nowrap;
}
.calc-note {
  font-size: 12px;
  color: rgba(234, 242, 255, 0.72);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.calc-note svg {
  width: 15px;
  height: 15px;
  color: #7fc4ff;
  flex: none;
  margin-top: 1px;
}
.calc-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.calc-cta .mc {
  font-size: 12.5px;
  color: rgba(234, 242, 255, 0.72);
}
.why {
  background: #e9f2fe;
}
.why-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.force {
  background: #f5f9ff;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 18px;
  padding: 24px 22px;
  position: relative;
  overflow: hidden;
}
.force .ic {
  font-size: 26px;
  margin-bottom: 14px;
}
.force h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.force p {
  color: #5a6b82;
  font-size: 14px;
  margin-top: 7px;
}
.why-quote {
  margin-top: 50px;
  border-left: 3px solid #2496ed;
  padding-left: 24px;
  max-width: 60ch;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.8vw, 28px);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
}
.glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 195, 251, 0.4), transparent 65%);
  filter: blur(20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.phone {
  position: relative;
  z-index: 1;
  width: 312px;
  max-width: 86vw;
  background: #0a0a0a;
  border-radius: 42px;
  padding: 11px;
  box-shadow: 0 40px 80px -22px rgba(0, 0, 0, 0.65), 0 0 0 1.5px rgba(255, 255, 255, 0.06);
}
.phone-screen {
  background: #07142b;
  border-radius: 33px;
  overflow: hidden;
  height: 600px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.notch {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 26px;
  background: #0a0a0a;
  border-radius: 0 0 16px 16px;
  z-index: 5;
}
.posapp {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0a1730;
  color: #eaf3ff;
}
.posapp-head {
  background: #1d63ed;
  color: #fff;
  padding: 44px 15px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.posapp-head .av {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  flex: none;
}
.posapp-head .ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
}
.posapp-head .sub {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  margin-top: 1px;
}
.posapp-head .shift {
  margin-left: auto;
  font-size: 9.5px;
  font-weight: 700;
  color: #cdecff;
  background: rgba(255, 255, 255, 0.14);
  padding: 5px 10px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.posapp-head .shift::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #52f0a8;
  animation: pulse-dot 1.8s infinite;
}
.pos-cats {
  display: flex;
  gap: 7px;
  padding: 11px 13px 3px;
  flex: none;
  overflow: hidden;
}
.pos-cat {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(234, 242, 255, 0.72);
  white-space: nowrap;
  cursor: pointer;
}
.pos-cat.on {
  background: #19c3fb;
  color: #04223b;
}
.posapp-grid {
  flex: 1;
  overflow: hidden;
  padding: 10px 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  gap: 9px;
  align-content: start;
}
.prod {
  font-family: inherit;
  text-align: left;
  background: #122039;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  padding: 10px 11px 9px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.25s, box-shadow 0.25s;
  color: #eaf3ff;
}
.prod .ic {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: rgba(36, 150, 237, 0.18);
  margin-bottom: 7px;
}
.prod .pn {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #eaf3ff;
}
.prod .pp {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #9bd0ff;
  margin-top: 3px;
}
.prod:hover {
  border-color: rgba(25, 195, 251, 0.4);
}
.prod.tap {
  transform: scale(0.93);
  border-color: #19c3fb;
  box-shadow: 0 0 0 2px rgba(25, 195, 251, 0.45);
}
.prod .badge {
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 19px;
  height: 19px;
  border-radius: 999px;
  background: #19c3fb;
  color: #04223b;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 800;
  font-size: 10.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.22s cubic-bezier(0.2, 0.7, 0.3, 1.4);
}
.prod .badge.on {
  opacity: 1;
  transform: none;
}
.pos-bar {
  flex: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1f47;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.pos-bar .k {
  font-size: 9.5px;
  color: #9bd0ff;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pos-bar .v {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.posapp-pay {
  margin-left: auto;
  background: #19c3fb;
  color: #04223b;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  border: none;
  border-radius: 11px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: transform 0.18s, filter 0.2s, opacity 0.2s;
}
.posapp-pay svg {
  width: 15px;
  height: 15px;
}
.posapp-pay:disabled {
  opacity: 0.4;
  filter: grayscale(0.3);
  cursor: default;
}
.flychip {
  position: absolute;
  z-index: 8;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 800;
  font-size: 11px;
  color: #04223b;
  background: #19c3fb;
  padding: 3px 8px;
  border-radius: 999px;
  pointer-events: none;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.5);
}
.sheet {
  position: absolute;
  inset: 0;
  z-index: 7;
  background: #0a1730;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.42s cubic-bezier(0.22, 0.75, 0.3, 1);
}
.sheet.up {
  transform: none;
}
.sheet-head {
  flex: none;
  padding: 30px 15px 12px;
  background: #1d63ed;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 13.5px;
  color: #fff;
}
.sheet-head .bk {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  color: #fff;
}
.sheet-head .bk svg {
  width: 14px;
  height: 14px;
}
.sheet-body {
  flex: 1;
  overflow: hidden;
  padding: 14px 15px;
  display: flex;
  flex-direction: column;
}
.co-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  font-size: 12.5px;
  color: #cfe0f5;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.co-row b {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 700;
  color: #eaf3ff;
}
.co-tot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: auto;
  padding-top: 13px;
}
.co-tot .k {
  font-size: 12px;
  color: #9bd0ff;
}
.co-tot .v {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.02em;
}
.pm {
  display: flex;
  gap: 8px;
  margin-top: 13px;
}
.pm .opt {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  padding: 9px 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(234, 242, 255, 0.72);
  cursor: pointer;
}
.pm .opt .e {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}
.pm .opt.on {
  border-color: #19c3fb;
  background: rgba(25, 195, 251, 0.12);
  color: #fff;
}
.sheet-cta {
  flex: none;
  padding: 0 15px 15px;
}
.sheet-cta button {
  width: 100%;
  background: #19c3fb;
  color: #04223b;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 800;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  padding: 13px;
  cursor: pointer;
}
.qris-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
.qris-view .lbl {
  font-size: 10px;
  color: #9bd0ff;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.qris-view .amt {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  margin: 3px 0 14px;
  letter-spacing: -0.02em;
}
.qbox {
  width: 152px;
  height: 152px;
  border-radius: 14px;
  background: #fff;
  padding: 11px;
  position: relative;
}
.qbox svg {
  width: 100%;
  height: 100%;
}
.qscan {
  position: absolute;
  left: 9px;
  right: 9px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #19c3fb, transparent);
  box-shadow: 0 0 9px #19c3fb;
  top: 11px;
  animation: scan 1.7s ease-in-out infinite;
}
.qris-view .wait {
  margin-top: 15px;
  font-size: 11.5px;
  color: rgba(234, 242, 255, 0.72);
  display: flex;
  align-items: center;
  gap: 8px;
}
.qris-view .wait .sp {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #19c3fb;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.done {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 20px;
  text-align: center;
  gap: 4px;
}
.done .ring {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(82, 240, 168, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  animation: popin 0.5s cubic-bezier(0.2, 0.8, 0.3, 1.4);
}
.done .ring svg {
  width: 38px;
  height: 38px;
  color: #52f0a8;
}
.done h4 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.02em;
}
.done .amt2 {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 700;
  color: #52f0a8;
  font-size: 13.5px;
  margin-bottom: 4px;
}
.done p {
  font-size: 11.5px;
  color: rgba(234, 242, 255, 0.72);
  max-width: 210px;
  line-height: 1.5;
}
.done .recs {
  margin-top: 11px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.done .rec {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #cfe0f5;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 9px;
  padding: 8px 10px;
  text-align: left;
}
.done .rec svg {
  width: 14px;
  height: 14px;
  color: #19c3fb;
  flex: none;
}
.replay {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.replay.show {
  opacity: 1;
  pointer-events: auto;
}
.replay svg {
  width: 13px;
  height: 13px;
}
.replay:hover {
  background: rgba(255, 255, 255, 0.2);
}
.contact {
  background: #f5f9ff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-info {
  padding-top: 12px;
}
.ci-title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0b1b33;
}
.ci-title .hl {
  color: #1d63ed;
}
.ci-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ci-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #5a6b82;
  font-size: 15px;
  line-height: 1.45;
}
.ci-list li svg {
  width: 18px;
  height: 18px;
  color: #2496ed;
  flex: none;
  margin-top: 2px;
}
.contact-form {
  background: #fff;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 12px 36px -16px rgba(11, 27, 51, 0.1);
}
.field {
  margin-bottom: 18px;
}
.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0b1b33;
  margin-bottom: 6px;
}
.field label .req {
  color: #e5484d;
}
.field input {
  width: 100%;
  padding: 12px 14px;
  min-height: 48px;
  border: 1.5px solid rgba(11, 27, 51, 0.1);
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 15px;
  color: #0b1b33;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus {
  outline: none;
  border-color: #2496ed;
  box-shadow: 0 0 0 3px rgba(36, 150, 237, 0.16);
}
.field input.has-error {
  border-color: #e5484d;
}
.field input::placeholder {
  color: #9aa6b8;
}
.field-err {
  display: block;
  margin-top: 4px;
  color: #e5484d;
  font-size: 12px;
  font-weight: 700;
}
.submit-btn {
  width: 100%;
  margin-top: 8px;
}
.pp-hero {
  background: #071533;
  padding: 100px 0 86px;
}
.pp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.pp-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #19c3fb;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.pp-eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  flex: none;
}
.pp-hero h1 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(38px, 6vw, 68px);
  margin: 22px 0 0;
  color: #eaf2ff;
}
.pp-lede {
  font-size: clamp(17px, 2vw, 20px);
  color: rgba(234, 242, 255, 0.72);
  max-width: 42ch;
  margin-top: 22px;
}
.pp-hero-cta {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.pp-btn-primary {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  padding: 12px 22px;
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  background: #2496ed;
  color: #fff;
  box-shadow: 0 8px 22px rgba(36, 150, 237, 0.34);
  transition: transform 0.18s ease, box-shadow 0.2s ease;
}
.pp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(36, 150, 237, 0.46);
}
.pp-btn-primary svg {
  width: 17px;
  height: 17px;
  flex: none;
}
.pp-btn-outline {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  padding: 12px 22px;
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  background: transparent;
  color: #eaf2ff;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.18s ease, border-color 0.2s ease, color 0.2s;
}
.pp-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #19c3fb;
  color: #19c3fb;
}
.pp-content {
  background: #f5f9ff;
  padding: 104px 0;
}
.pp-content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.pp-prose {
  max-width: 780px;
  margin: 0 auto;
  color: #1b2a41;
  font-size: 16.5px;
  line-height: 1.75;
}
.pp-prose p {
  margin: 0 0 18px;
}
.pp-prose h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #071533;
  margin: 42px 0 16px;
}
.pp-prose h4 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #071533;
  margin: 32px 0 12px;
}
.pp-prose ul {
  margin: 0 0 18px;
  padding-left: 24px;
  list-style: disc;
}
.pp-prose ul li {
  margin-bottom: 8px;
}
.pp-prose a {
  color: #1d63ed;
  text-decoration: underline;
}
.pp-prose a:hover {
  color: #2496ed;
}
.pp-prose strong {
  font-weight: 700;
  color: #071533;
}
@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-img {
    order: -1;
  }
  .hero p.lede {
    max-width: 46ch;
  }
  .phone-stage {
    order: -1;
  }
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media (max-width: 860px) {
  .eco-grid, .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat-row, .pain-list, .steps {
    grid-template-columns: 1fr;
  }
  .step {
    border-left: none;
    border-top: 1px solid rgba(11, 27, 51, 0.1);
  }
  .step:first-child, .step:nth-child(2) {
    border-top: none;
  }
  .step .arrow {
    display: none;
  }
  .pos-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pos-screen {
    order: -1;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .wrap {
    padding: 0 20px;
  }
  .section {
    padding: 64px 0;
  }
  .hero {
    padding: 48px 0 60px;
  }
  .hero h1 {
    font-size: clamp(28px, 8.2vw, 32px);
  }
  .hero p.lede {
    font-size: 16px;
  }
  .sec-head h2 {
    font-size: clamp(24px, 6.6vw, 28px);
  }
  .final h2 {
    font-size: clamp(26px, 7.4vw, 32px);
  }
  .hero-img img {
    max-width: 320px;
  }
  .eco-grid {
    margin-top: 36px;
  }
  .hero-trust {
    gap: 12px;
  }
  .faq-item summary {
    padding: 16px;
    gap: 12px;
    font-size: 16px;
  }
  .faq-a {
    padding: 0 16px 16px;
    font-size: 14.5px;
  }
  .why-quote {
    font-size: 21px;
  }
  .eco-line {
    font-size: 20px;
  }
  .stat-row {
    margin-top: 40px;
  }
  .why-grid, .steps {
    margin-top: 36px;
  }
  .pp-hero {
    padding: 60px 0 64px;
  }
  .pp-hero h1 {
    font-size: clamp(28px, 8.2vw, 32px);
  }
  .pp-lede {
    font-size: 16px;
  }
  .pp-content {
    padding: 64px 0;
  }
  .pp-prose {
    font-size: 15.5px;
  }
  .pp-prose h3 {
    font-size: 21px;
  }
  .pp-prose h4 {
    font-size: 18px;
  }
  .contact-form {
    padding: 24px 20px;
  }
}
@media (max-width: 560px) {
  .eco-grid, .why-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .steps, .why-grid {
    grid-template-columns: 1fr;
  }
  .step:nth-child(2) {
    border-top: 1px solid rgba(11, 27, 51, 0.1);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.animate-float {
  animation: float 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(82, 240, 168, 0.6);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(82, 240, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(82, 240, 168, 0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes popin {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scan {
  0% {
    top: 11px;
  }
  50% {
    top: calc(100% - 13px);
  }
  100% {
    top: 11px;
  }
}
@keyframes aurora-a {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(70px, 46px) scale(1.18);
  }
}
@keyframes aurora-b {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-56px, -34px) scale(1.12);
  }
}
@keyframes aurora-c {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-44px, 32px) scale(1.22);
  }
}
@keyframes contour-pulse {
  0%, 100% {
    opacity: 0.16;
  }
  50% {
    opacity: 0.3;
  }
}
.pricing-section {
  background: #f5f9ff;
}
.pricing-section .sec-head h2 {
  color: #0b1b33;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 54px;
  align-items: start;
}
.labels-col {
  display: none;
}
.pricing-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 10px 24px -4px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px -4px rgba(0, 0, 0, 0.12), 0 20px 48px -8px rgba(0, 0, 0, 0.16);
}
.card-free {
  background: #fff;
  color: #1f2937;
}
.card-free::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  pointer-events: none;
}
.card-free .card-header {
  border-bottom: 1px solid #e5e7eb;
}
.card-free .card-header::after {
  display: none;
}
.card-free .card-body .feature-list {
  border-bottom: 1px solid #e5e7eb;
}
.card-free .fi span {
  color: #4b5563;
}
.card-free .fi .fa-check {
  background: #22c55e;
}
.card-free .fi .fa-times {
  background: #fde68a;
  color: #b45309 !important;
}
.card-free .price-badge {
  background: #f3f4f6;
  color: #374151;
  box-shadow: none;
}
.card-basic {
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
  color: #fff;
}
.card-basic::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.card-silver {
  background: #fff;
  color: #1f2937;
}
.card-silver::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  pointer-events: none;
}
.card-silver .card-header {
  border-bottom: 1px solid #e5e7eb;
}
.card-silver .card-header::after {
  display: none;
}
.card-silver .card-body .feature-list {
  border-bottom: 1px solid #e5e7eb;
}
.card-silver .fi span {
  color: #4b5563;
}
.card-silver .fi .fa-check {
  background: #22c55e;
}
.card-silver .price-badge {
  background: #f3f4f6;
  color: #374151;
  box-shadow: none;
}
.popular-tag {
  position: absolute;
  top: 22px;
  right: -50px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(165deg, #fbbf24 0%, #f59e0b 50%, #eab308 100%);
  background-size: 200% 200%;
  padding: 6px 45px;
  font-size: 11px;
  font-weight: 900;
  color: #1c1917;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: rotate(45deg);
  transform-origin: center;
  animation: pop-tag 2.4s ease-in-out infinite;
}
.popular-tag::before {
  content: '✦';
  font-size: 13px;
  line-height: 1;
}
.popular-tag::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 12px solid #b45309;
}
@keyframes pop-tag {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.card-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 24px 32px;
  min-height: 220px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.card-header h3 {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.95;
  margin: 0;
  letter-spacing: -0.01em;
}
.card-header .price {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin-top: 12px;
  letter-spacing: -0.02em;
}
.card-header .price-currency {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  vertical-align: super;
}
.card-header .price-period {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}
.card-header .price-sub {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 8px;
}
.savings-badge {
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  padding: 4px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.price-badge {
  margin-top: 16px;
  width: 100%;
  max-width: 200px;
  border-radius: 12px;
  background: #fff;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.price-sub-text {
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
}
.card-body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 24px;
}
.feature-section-label {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 16px;
  letter-spacing: 0.03em;
  opacity: 0.85;
}
.feature-section-label:first-child {
  margin-top: 0;
}
.card-body .feature-list {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 16px;
}
.card-body .feature-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.fi {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 6px 0;
  transition: background 0.2s ease;
}
.fi:hover {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding-left: 4px;
  padding-right: 4px;
}
.fi .fa-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  color: #fff;
  flex: none;
  padding-bottom: 1px;
}
.fi .fa-times {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  flex: none;
  opacity: 0.55;
}
.fi span {
  color: rgba(255, 255, 255, 0.9);
}
.comparison-section {
  margin-top: 96px;
}
.comparison-scroll {
  overflow-x: auto;
  margin-top: 40px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 10px 24px -4px rgba(0, 0, 0, 0.08);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 700px;
}
.comparison-table th {
  padding: 16px 12px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.th-fitur {
  background: #f1f5f9;
  color: #1e293b !important;
  text-align: left !important;
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 160px;
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}
.th-yespos {
  background: linear-gradient(180deg, #059669 0%, #047857 100%) !important;
  min-width: 100px;
  position: sticky;
  left: 160px;
  z-index: 3;
  box-shadow: 2px 0 8px -2px rgba(0, 0, 0, 0.15);
}
.th-yespos::after {
  content: '★';
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  color: #fbbf24;
}
.comparison-table th:not(.th-fitur):not(.th-yespos) {
  background: linear-gradient(180deg, #1e3a5f 0%, #1a2f4f 100%);
  min-width: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.comparison-table td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e5e7eb;
  transition: background 0.15s ease;
}
.td-fitur {
  text-align: left !important;
  font-weight: 500;
  color: #374151;
  position: sticky;
  left: 0;
  z-index: 2;
  background: inherit;
  min-width: 160px;
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}
.td-fitur .fa-chevron-right {
  font-size: 10px;
  color: #9ca3af;
  margin-right: 8px;
}
.td-yes {
  position: sticky;
  left: 160px;
  z-index: 2;
  background: inherit;
  min-width: 100px;
  border-left: 2px solid rgba(5, 150, 105, 0.25);
  border-right: 2px solid rgba(5, 150, 105, 0.25);
  box-shadow: 2px 0 8px -2px rgba(0, 0, 0, 0.06);
}
.td-yes .fa-check, .td-check .fa-check {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #22c55e;
  transition: transform 0.2s ease;
}
.td-check:hover .fa-check, .td-yes:hover .fa-check {
  transform: scale(1.2);
}
.td-no .fa-times {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ef4444;
  transition: transform 0.2s ease;
}
.td-no:hover .fa-times {
  transform: scale(1.2);
}
.td-check.muted .fa-check {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #94a3b8;
}
.td-price {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  color: #374151;
}
.td-price strong {
  font-size: 14px;
}
.price-row {
  border-top: 1px solid #d1d5db;
}
.price-row td {
  padding: 14px 12px;
}
.comparison-table tr.alt td {
  background: #f8fafc;
}
.comparison-table tr.alt .td-fitur, .comparison-table tr.alt .td-yes {
  background: #f8fafc;
}
.comparison-table tr:not(.alt) td {
  background: #fff;
}
.comparison-table tr:not(.alt) .td-fitur, .comparison-table tr:not(.alt) .td-yes {
  background: #fff;
}
.comparison-table tbody tr:hover td {
  background: #ecfdf5;
}
.comparison-table tbody tr:hover .td-fitur, .comparison-table tbody tr:hover .td-yes {
  background: #ecfdf5;
}
.comparison-table tbody tr.alt:hover td {
  background: #ecfdf5;
}
.comparison-table tbody tr.alt:hover .td-fitur, .comparison-table tbody tr.alt:hover .td-yes {
  background: #ecfdf5;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.modal-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  background: #fff;
  padding: 32px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 22px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.modal-close:hover {
  color: #4b5563;
}
.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.modal-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #1f2937;
  margin: 0;
  letter-spacing: -0.02em;
}
.modal-desc {
  margin-top: 16px;
  font-size: 17px;
  color: #6b7280;
  line-height: 1.6;
}
.modal-img-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.modal-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}
.modal-steps {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.modal-steps-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: 14px 16px;
  font-size: 15px;
  color: #374151;
  font-family: inherit;
  box-sizing: border-box;
}
.form-input::placeholder {
  color: #9ca3af;
}
.form-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.modal-submit-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}
.btn-submit {
  border-radius: 8px;
  background: #00a000;
  color: #fff;
  padding: 14px 40px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 160, 0, 0.3);
}
.btn-submit:hover {
  background: #15803d;
}
.form-status {
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.form-status-error {
  background: #fef2f2;
  color: #dc2626;
}
.form-status-success {
  background: #f0fdf4;
  color: #16a34a;
}
@media (max-width: 1100px) {
  .pricing-grid {
    gap: 14px;
  }
}
@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-img {
    order: -1;
  }
}
@media (max-width: 860px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .card-header {
    min-height: auto;
    padding: 24px;
  }
  .card-body .feature-list {
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card-body .feature-list:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .wrap {
    padding: 0 20px;
  }
  .section {
    padding: 64px 0;
  }
  .hero {
    padding: 48px 0 60px;
  }
  .hero h1 {
    font-size: clamp(28px, 8.2vw, 32px);
  }
  .sec-head h2 {
    font-size: clamp(24px, 6.6vw, 28px);
  }
  .hero-img img {
    max-width: 320px;
  }
  .hero-trust {
    gap: 12px;
  }
  .modal-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-title {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .pricing-grid {
    gap: 16px;
  }
  .card-header .price {
    font-size: 24px;
  }
}
.ecard .ic .ic-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(77%) sepia(42%) saturate(5304%) hue-rotate(162deg) brightness(103%) contrast(101%);
}
.ecard .ic-img-big {
  font-size: 24px;
}
.ecard p {
  line-height: 1.65;
}
header.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245, 249, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
}
.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: #071533;
}
.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav-links a {
  font-size: 14.5px;
  font-weight: 600;
  color: #5a6b82;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #1d63ed;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(11, 27, 51, 0.1);
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  color: #0b1b33;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg {
  width: 24px;
  height: 24px;
}
.nav-toggle .ic-close {
  display: none;
}
.nav-toggle[aria-expanded="true"] .ic-open {
  display: none;
}
.nav-toggle[aria-expanded="true"] .ic-close {
  display: block;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 24px 18px;
  border-top: 1px solid rgba(11, 27, 51, 0.1);
}
.mobile-menu a {
  font-size: 16px;
  font-weight: 600;
  color: #0b1b33;
  padding: 14px 4px;
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  text-decoration: none;
}
@media (max-width: 860px) {
  .nav-links {
    display: none;
  }
  .nav-actions {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
}
footer {
  background: #071533;
  color: rgba(234, 242, 255, 0.72);
  padding: 54px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.foot-blurb {
  max-width: 36ch;
  font-size: 14px;
  margin-top: 14px;
  color: rgba(234, 242, 255, 0.72);
}
.foot-cols {
  display: flex;
  gap: 54px;
  flex-wrap: wrap;
}
.fcol h4 {
  color: #fff;
  font-size: 13px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.fcol a {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
  color: rgba(234, 242, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s;
}
.fcol a:hover {
  color: #19c3fb;
}
.foot-bot {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  align-items: center;
}
.foot-social {
  display: flex;
  gap: 12px;
}
.foot-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(234, 242, 255, 0.72);
  transition: color 0.2s;
}
.foot-social a:hover {
  color: #19c3fb;
}
.foot-social a svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 600px) {
  .wrap {
    padding: 0 20px;
  }
}
.floating-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
}
.floating-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.4);
  transition: transform 0.2s, background 0.2s;
}
.floating-wa:hover {
  transform: scale(1.1);
  background: #16a34a;
}
.floating-wa svg {
  width: 28px;
  height: 28px;
}
.floating-cta {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #2496ed;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 20px;
  min-height: 54px;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(36, 150, 237, 0.46);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s;
  text-decoration: none;
}
.floating-cta.show {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(36, 150, 237, 0.56);
}
.floating-cta svg {
  width: 21px;
  height: 21px;
  flex: none;
}
.floating-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
  transition: transform 0.2s, background 0.2s;
}
.floating-top:hover {
  transform: scale(1.1);
  background: #1d4ed8;
}
.floating-top svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 560px) {
  .floating-cta {
    padding: 0;
    width: 58px;
    height: 58px;
    justify-content: center;
  }
  .floating-cta span {
    display: none;
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
