*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --bg-0: #0E0E13;
    --bg-1: #12121A;
    --fg: #ECEFF1;
    --muted: #9AA4AD;
    --accent-1: #00F0E0;
    --accent-2: #7AF6E0;
    --glass: rgba(255,255,255,0.04);
    --glass-border: rgba(255,255,255,0.06);
    --shadow-ambient: 0 12px 40px rgba(2,6,23,0.6);
    --btn-glow: 0 14px 40px rgba(0,240,224,0.12);
  }

  body {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 19 / var(--tw-bg-opacity, 1));
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(236 239 241 / var(--tw-text-opacity, 1));
}

  h1, h2, h3, h4, h5, h6 {
  font-family: Space Grotesk, Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(236 239 241 / var(--tw-text-opacity, 1));
}

  h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.05em;
}

  @media (min-width: 768px) {

  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

  @media (min-width: 1024px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

  h1 { letter-spacing: -0.03em; }
  h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
  @media (min-width: 768px) {

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  h2 { letter-spacing: -0.02em; }
  h3 { letter-spacing: -0.01em;
}
  p {
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(154 164 173 / var(--tw-text-opacity, 1));
}

  .cursor-blink {
    animation: blink 1s step-end infinite;
    color: var(--accent-1);
    font-weight: 300;
  }

  @keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
html {
    isolation: isolate;
    scroll-behavior: smooth;
  }
body {
    position: relative;
    isolation: isolate;
  }
* {
    scroll-margin-top: 90px;
  }
#spline-background {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -999 !important;
    opacity: 0.35;
    pointer-events: none !important;
    isolation: isolate;
  }
#spline-background * {
    z-index: -999 !important;
  }
#spline-background spline-viewer {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: -999 !important;
  }
#spline-background::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -998;
    background: radial-gradient(circle at center, transparent 0%, rgba(14, 14, 19, 0.4) 50%, rgba(14, 14, 19, 0.7) 100%);
    pointer-events: none;
  }
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    isolation: isolate;
  }
main {
    position: relative;
    z-index: 100;
    isolation: isolate;
  }
footer {
    position: relative;
    z-index: 100;
  }
.btn-primary {
  display: inline-block;
  border-radius: 1rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #00F0E0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 240 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #7AF6E0 var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(2 3 10 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: var(--btn-glow);
    position: relative;
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
}
.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: translateX(-100%);
    transition: transform .6s ease;
  }
.btn-primary:hover::before {
    transform: translateX(100%);
  }
.btn-primary:hover {
  --tw-translate-y: -0.25rem;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    box-shadow: 0 24px 80px rgba(0,240,224,0.25);
    animation: none;
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }
.btn-secondary {
  display: inline-block;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 240 224 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 240 224 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-secondary:hover {
  --tw-translate-y: -0.125rem;
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 240 224 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(14 14 19 / var(--tw-text-opacity, 1));
    box-shadow: 0 20px 60px rgba(0,240,224,0.16);
}
.btn-cta{
    display:inline-block;
    border-radius:32px;
    padding:3px;
    background: linear-gradient(90deg, rgba(0,240,224,0.12), rgba(122,246,224,0.08));
    box-shadow: 0 12px 48px rgba(0,240,224,0.1);
    position: relative;
    animation: float 3s ease-in-out infinite;
    animation-delay: 0.5s;
  }
.btn-cta-inner{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 26px;
    border-radius:30px;
    background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
    color: #02030A;
    font-weight:600;
    font-size:15px;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
    position: relative;
    overflow: hidden;
  }
.btn-cta-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: translateX(-100%);
    transition: transform .6s ease;
  }
.btn-cta:hover .btn-cta-inner::before {
    transform: translateX(100%);
  }
.btn-cta:hover .btn-cta-inner{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 28px 90px rgba(0,240,224,0.2);
  }
.btn-cta:hover {
    animation: none;
  }
.btn-cta-icon{
    filter: drop-shadow(0 6px 18px rgba(0,240,224,0.1));
    transition: filter .3s ease;
  }
.btn-cta:hover .btn-cta-icon {
    filter: drop-shadow(0 8px 24px rgba(0,240,224,0.2));
  }
.accent-clip {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #00F0E0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 240 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #7AF6E0 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
/* Glass card system with enhanced effects */
.card {
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid transparent;
    border-radius: 28px;
    padding: 36px;
    color: var(--fg);
    box-shadow:
      0 8px 32px rgba(0,0,0,0.4),
      0 2px 8px rgba(0,240,224,0.03),
      inset 0 1px 0 rgba(255,255,255,0.1),
      inset 0 -1px 0 rgba(0,0,0,0.2);
    transition: all .6s cubic-bezier(.2,.9,.2,1);
    transform: translateY(0) scale(1);
    will-change: transform;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
.card:hover {
    box-shadow:
      0 24px 80px rgba(0,0,0,0.6),
      0 0 100px rgba(0,240,224,0.15),
      inset 0 1px 0 rgba(0,240,224,0.3),
      inset 0 0 60px rgba(0,240,224,0.05);
  }
.card::before{
    content:"";
    position:absolute;
    inset:-2px;
    pointer-events:none;
    border-radius:inherit;
    padding: 2px;
    background: linear-gradient(135deg,
      rgba(0,240,224,0.4) 0%,
      rgba(122,246,224,0.2) 25%,
      transparent 50%,
      rgba(0,240,224,0.2) 75%,
      rgba(0,240,224,0.4) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .6s ease;
    animation: shimmer 3s linear infinite;
    background-size: 200% 100%;
  }
.card:hover::before{
    opacity: 1;
  }
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
.card::after{
    content:"";
    position:absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,240,224,0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width .8s ease, height .8s ease;
    pointer-events: none;
    opacity: 0;
  }
.card:hover::after {
    width: 300px;
    height: 300px;
    opacity: 1;
  }
.icon-wrap{
    width:72px;
    height:72px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(135deg, rgba(0,240,224,0.12), rgba(0,240,224,0.04));
    border: 2px solid rgba(0,240,224,0.2);
    box-shadow:
      0 8px 32px rgba(0,240,224,0.15),
      inset 0 2px 4px rgba(0,240,224,0.2),
      inset 0 -2px 4px rgba(0,0,0,0.3);
    margin-bottom: 24px;
    transition: all .5s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    overflow: hidden;
  }
.icon-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .5s ease;
  }
.card:hover .icon-wrap{
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 12px 48px rgba(0,240,224,0.35), inset 0 0 20px rgba(0,240,224,0.2);
    border-color: rgba(0,240,224,0.5);
  }
.card:hover .icon-wrap::before {
    opacity: 1;
  }
.icon-wrap img{
    width:36px;
    height:36px;
    filter: drop-shadow(0 6px 16px rgba(0,240,224,0.4));
    transition: filter .5s ease;
  }
.card:hover .icon-wrap img {
    filter: drop-shadow(0 8px 24px rgba(0,240,224,0.6)) brightness(1.2);
  }
.card h3{ font-family:'Space Grotesk', 'Inter', sans-serif; font-weight:700; margin-bottom:12px; color:var(--fg); font-size: 1.25rem; }
.card p{ color: var(--muted); line-height:1.7; font-size:15.5px; }
.cards-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap:28px; }
@media (max-width:1100px){ .cards-grid{ grid-template-columns: repeat(2,1fr);} }
@media (max-width:640px){ .cards-grid{ grid-template-columns: 1fr;} }
.step-card {
  border-radius: 1.5rem;
  padding: 2rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
      0 10px 40px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.1);
    transition: all .5s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    overflow: hidden;
}
.step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,240,224,0.1), transparent);
    transition: left .6s ease;
  }
.step-card:hover::before {
    left: 100%;
  }
.step-card:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow:
      0 20px 60px rgba(0,0,0,0.5),
      0 0 60px rgba(0,240,224,0.12),
      inset 0 1px 0 rgba(0,240,224,0.3);
    border-color: rgba(0,240,224,0.3);
  }
.logo-marquee-container{
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  }
.logo-marquee{
    display: flex;
    gap: 48px;
    animation: scroll-left 30s linear infinite;
    width: -moz-max-content;
    width: max-content;
  }
@keyframes scroll-left{
    0%{ transform: translateX(0); }
    100%{ transform: translateX(-50%); }
  }
.logo-slot {
    background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    display: flex;
    height: 90px;
    min-width: 180px;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    flex-shrink: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  }
.logo-slot:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 32px rgba(0,240,224,0.12);
    border-color: rgba(0,240,224,0.2);
  }
.logo-slot img{
    max-width: 140px;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    filter: grayscale(0.3) brightness(1.1);
    transition: filter .3s ease;
  }
.logo-slot:hover img{
    filter: grayscale(0) brightness(1.2);
  }
.faq button {
    position: relative;
    overflow: hidden;
  }
.faq button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0,240,224,0.05), transparent);
    transform: translateX(-100%);
    transition: transform .5s ease;
  }
.faq button:hover::before {
    transform: translateX(100%);
  }
.faq button[aria-expanded="true"] {
    background: linear-gradient(135deg, rgba(0,240,224,0.08), rgba(0,240,224,0.03));
    border-color: rgba(0,240,224,0.2);
  }
.faq button[aria-expanded="true"] img {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    filter: drop-shadow(0 4px 12px rgba(0,240,224,0.3));
}
.faq > div {
    transition: all .4s ease;
  }
.faq > div:hover {
    transform: translateX(8px);
  }
.cta-section{
    background: linear-gradient(135deg, rgba(0,240,224,0.03) 0%, rgba(0,0,0,0.2) 100%);
    border: 1px solid rgba(0,240,224,0.1);
    border-radius: 32px;
    padding: 64px 48px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 1px rgba(0,240,224,0.2) inset;
    position: relative;
    overflow: hidden;
  }
.cta-section::before{
    content:"";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,240,224,0.08) 0%, transparent 70%);
    animation: pulse-glow 4s ease-in-out infinite;
  }
@keyframes pulse-glow{
    0%, 100%{ opacity: 0.5; transform: scale(1); }
    50%{ opacity: 0.8; transform: scale(1.1); }
  }
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[72px\] {
  height: 72px;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize-none {
  resize: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-glass-border {
  border-color: rgba(255,255,255,0.06);
}
.bg-\[rgba\(10\2c 10\2c 13\2c 0\.6\)\] {
  background-color: rgba(10,10,13,0.6);
}
.bg-bg0 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 19 / var(--tw-bg-opacity, 1));
}
.bg-bg1 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 26 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[rgba\(255\2c 255\2c 255\2c 0\.02\)\] {
  --tw-gradient-from: rgba(255,255,255,0.02) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-accent1\/5 {
  --tw-gradient-from: rgb(0 240 224 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 240 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[rgba\(255\2c 255\2c 255\2c 0\.01\)\] {
  --tw-gradient-to: rgba(255,255,255,0.01) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-heading {
  font-family: Space Grotesk, Inter, sans-serif;
}
.font-sans {
  font-family: Inter, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-accent1 {
  --tw-text-opacity: 1;
  color: rgb(0 240 224 / var(--tw-text-opacity, 1));
}
.text-accent2 {
  --tw-text-opacity: 1;
  color: rgb(122 246 224 / var(--tw-text-opacity, 1));
}
.text-fg {
  --tw-text-opacity: 1;
  color: rgb(236 239 241 / var(--tw-text-opacity, 1));
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(154 164 173 / var(--tw-text-opacity, 1));
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.reveal-up{
    opacity:0;
    transform: translateY(60px) scale(0.9) rotateX(-15deg);
    transition: transform .8s cubic-bezier(.34,1.56,.64,1), opacity .8s ease;
    transition-delay: var(--reveal-delay, 0s);
    transform-origin: center bottom;
  }
.reveal-up.revealed{
    opacity:1;
    transform: translateY(0) scale(1) rotateX(0deg);
  }
.reveal-item{
    opacity:0;
    transform: translateY(40px) scale(0.95);
    transition: transform .7s cubic-bezier(.34,1.56,.64,1), opacity .7s ease;
  }
.reveal-item.revealed{
    opacity:1;
    transform: translateY(0) scale(1);
  }
@media (prefers-reduced-motion: reduce) {
    .reveal-up, .reveal-item {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
  }
:focus-visible{ outline: 3px solid rgba(0,240,224,0.14); outline-offset:3px; }
.hover\:border-accent1\/30:hover {
  border-color: rgb(0 240 224 / 0.3);
}
.hover\:text-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(236 239 241 / var(--tw-text-opacity, 1));
}
.focus\:border-accent1:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 240 224 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-accent1\/30:focus {
  --tw-ring-color: rgb(0 240 224 / 0.3);
}
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
