/*! tailwindcss v4.3.0 | 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --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 {
  .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;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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);
  }
  .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,);
  }
  .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));
  }
  .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);
  }
}
:root {
  --bg: #F8FAFC;
  --bg2: #F1F5F9;
  --bg3: rgba(15, 23, 42, 0.03);
  --primary: #7C3AED;
  --primary-dark: #5B21B6;
  --primary-light: #A78BFA;
  --accent: #10B981;
  --accent2: #EC4899;
  --highlight: #7C3AED;
  --text: #0F172A;
  --muted: #334155;
  --muted2: #64748B;
  --surface: rgba(255, 255, 255, 0.7);
  --surface2: rgba(255, 255, 255, 0.85);
  --border: rgba(15, 23, 42, 0.08);
  --border2: rgba(15, 23, 42, 0.15);
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, .04), 0 1px 2px rgba(15, 23, 42, .03);
  --shadow-md: 0 4px 16px rgba(15, 23, 42, .08), 0 2px 8px rgba(15, 23, 42, .04);
  --shadow-lg: 0 10px 40px rgba(15, 23, 42, .1), 0 4px 16px rgba(15, 23, 42, .06);
  --shadow-xl: 0 20px 60px rgba(15, 23, 42, .15), 0 8px 24px rgba(15, 23, 42, .08);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --amber: var(--primary);
  --amber2: var(--primary-dark);
  --amber3: var(--accent);
  --orange: var(--accent2);
  --cream: var(--text);
  --white: var(--text);
  --real-white: #ffffff;
  --glow: rgba(124, 58, 237, 0.15);
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: 'Inter', 'Plus Jakarta Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 999;
  opacity: .5;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: var(--bg);
}
::-webkit-scrollbar-thumb {
  background: var(--amber);
  border-radius: 2px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
#prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--amber), var(--amber3));
  z-index: 1001;
  width: 0;
  box-shadow: 0 0 12px rgba(0, 200, 255, .7);
}
#aurora-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .35;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 22px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s ease;
}
nav.scrolled {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  padding: 14px 48px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: .875rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  transition: color .3s;
  letter-spacing: .02em;
}
.nav-links a:hover {
  color: var(--amber);
}
.nav-cta {
  background: var(--amber) !important;
  color: var(--bg) !important;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 700 !important;
  transition: all .3s !important;
  box-shadow: 0 0 24px rgba(0, 200, 255, .25);
}
.nav-cta:hover {
  background: var(--amber2) !important;
  box-shadow: 0 0 40px rgba(0, 200, 255, .5) !important;
  transform: translateY(-1px);
}
nav>a>img {
  height: 44px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 8px rgba(0, 200, 255, .2));
  transition: filter .3s;
  mix-blend-mode: normal;
}
nav>a:hover>img {
  filter: drop-shadow(0 0 18px rgba(0, 200, 255, .5));
}
.footer-brand img {
  mix-blend-mode: normal;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .3s;
}
.mob-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 15, .98);
  backdrop-filter: blur(24px);
  z-index: 800;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.mob-menu.open {
  display: flex;
}
.mob-menu a {
  font-family: 'Clash Display', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
}
.mob-menu a:hover {
  color: var(--amber);
}
.mob-close {
  position: absolute;
  top: 24px;
  right: 40px;
  font-size: 1.4rem;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  transition: color .2s;
}
.mob-close:hover {
  color: var(--white);
}
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 130px 48px 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ring-system {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 750px;
  height: 750px;
  perspective: 1400px;
  pointer-events: none;
  transform-style: preserve-3d;
}
.ring {
  position: absolute;
  border-radius: 50%;
  transform-style: preserve-3d;
}
.r1 {
  inset: 0;
  border: 1px solid rgba(0, 200, 255, .18);
  animation: ringspin1 22s linear infinite;
}
.r2 {
  inset: 70px;
  border: 1px solid rgba(0, 200, 255, .12);
  animation: ringspin1 15s linear infinite reverse;
}
.r3 {
  inset: 140px;
  border: 1px solid rgba(0, 200, 255, .08);
  animation: ringspin1 10s linear infinite;
}
.r4 {
  inset: 210px;
  border: 1px solid rgba(0, 200, 255, .05);
  animation: ringspin1 7s linear infinite reverse;
}
.r5 {
  inset: 280px;
  border: 1px dashed rgba(0, 200, 255, .06);
  animation: ringspin2 18s linear infinite;
}
@keyframes ringspin1 {
  to {
    transform: rotateX(65deg) rotateZ(360deg);
  }
}
@keyframes ringspin2 {
  to {
    transform: rotateX(-45deg) rotateY(360deg);
  }
}
.ring-dot {
  position: absolute;
  border-radius: 50%;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.rd1 {
  width: 10px;
  height: 10px;
  background: var(--amber);
  box-shadow: 0 0 20px var(--amber), 0 0 40px rgba(0, 200, 255, .4);
}
.rd2 {
  width: 7px;
  height: 7px;
  background: var(--amber2);
  box-shadow: 0 0 14px var(--amber2);
}
.rd3 {
  width: 5px;
  height: 5px;
  background: var(--orange);
  box-shadow: 0 0 10px var(--orange);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.o1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 200, 255, .1), transparent 70%);
  top: -100px;
  left: -120px;
  animation: ob 12s ease-in-out infinite;
}
.o2 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(10, 102, 255, .07), transparent 70%);
  bottom: -80px;
  right: 200px;
  animation: ob 16s ease-in-out infinite reverse;
}
.o3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 200, 255, .06), transparent 70%);
  top: 30%;
  left: 40%;
  animation: ob 9s ease-in-out infinite;
}
@keyframes ob {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(35px, -35px);
  }
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 200, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 200, 255, .025) 1px, transparent 1px);
  background-size: 70px 70px;
}
.scene-wrap {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  perspective: 900px;
  pointer-events: none;
}
@media (max-width:1100px) {
  .scene-wrap {
    display: none;
  }
}
.card3d {
  width: 360px;
  background: linear-gradient(145deg, rgba(24, 21, 18, .97), rgba(30, 26, 20, .93));
  border: 1px solid var(--border2);
  border-radius: 18px;
  transform: rotateY(-15deg) rotateX(8deg);
  transform-style: preserve-3d;
  animation: card3d-float 7s ease-in-out infinite;
  box-shadow: 24px 32px 80px rgba(0, 0, 0, .7), -1px -1px 0 rgba(0, 200, 255, .06);
  overflow: hidden;
}
@keyframes card3d-float {
  0%, 100% {
    transform: rotateY(-15deg) rotateX(8deg) translateY(0);
  }
  50% {
    transform: rotateY(-12deg) rotateX(6deg) translateY(-18px);
  }
}
.tech-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tech-dots {
  display: flex;
  gap: 6px;
}
.tech-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}
.tech-dots span:nth-child(1) {
  background: #ef4444;
}
.tech-dots span:nth-child(2) {
  background: #eab308;
}
.tech-dots span:nth-child(3) {
  background: #22c55e;
}
.tech-tab {
  font-size: .65rem;
  color: var(--muted);
  font-family: 'Clash Display', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--bg);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--border);
}
.orbit-system {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.orbit-center {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 0 30px rgba(0, 200, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  z-index: 2;
  position: relative;
  animation: orbit-pulse 3s ease-in-out infinite;
}
@keyframes orbit-pulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(0, 200, 255, .4);
  }
  50% {
    box-shadow: 0 0 60px rgba(0, 200, 255, .8), 0 0 100px rgba(0, 200, 255, .2);
  }
}
.orbit-ring-1, .orbit-ring-2, .orbit-ring-3 {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.orbit-ring-1 {
  width: 100px;
  height: 100px;
  border-color: rgba(0, 200, 255, .22);
  animation: orbit-spin1 8s linear infinite;
}
.orbit-ring-2 {
  width: 160px;
  height: 160px;
  border-color: rgba(0, 200, 255, .14);
  animation: orbit-spin1 12s linear infinite reverse;
}
.orbit-ring-3 {
  width: 220px;
  height: 220px;
  border-color: rgba(0, 200, 255, .07);
  animation: orbit-spin1 16s linear infinite;
}
.orbit-sat {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0, 200, 255, .4);
}
.sat1 {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.sat2 {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.sat3 {
  background: linear-gradient(135deg, #10b981, #059669);
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.sat4 {
  background: linear-gradient(135deg, #f43f5e, #e11d48);
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes orbit-spin1 {
  to {
    transform: rotate(360deg);
  }
}
.code-lines {
  padding: 0 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.code-line {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 14px;
}
.code-ln {
  font-family: monospace;
  font-size: .55rem;
  color: rgba(0, 200, 255, .3);
  width: 16px;
  text-align: right;
  flex-shrink: 0;
}
.code-bar {
  height: 6px;
  border-radius: 3px;
  animation: code-type 3s ease-in-out infinite;
}
.cb1 {
  width: 0;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  animation-delay: 0s;
}
.cb2 {
  width: 0;
  background: linear-gradient(90deg, var(--amber), var(--amber3));
  animation-delay: .3s;
}
.cb3 {
  width: 0;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
  animation-delay: .6s;
}
.cb4 {
  width: 0;
  background: linear-gradient(90deg, #10b981, #34d399);
  animation-delay: .9s;
}
.cb5 {
  width: 0;
  background: linear-gradient(90deg, #00C8FF, #0A66FF);
  animation-delay: 1.2s;
}
@keyframes code-type {
  0% {
    width: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    width: var(--target-w);
  }
  85% {
    opacity: 1;
  }
  100% {
    width: var(--target-w);
    opacity: .6;
  }
}
.tech-bars {
  padding: 6px 24px 20px;
  display: flex;
  gap: 8px;
  align-items: flex-end;
  height: 60px;
}
.tech-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  animation: bar-grow 2s ease-out infinite alternate;
  opacity: .85;
}
.tb1 {
  background: linear-gradient(to top, #3b82f6, #60a5fa);
  height: 60%;
  animation-delay: 0s;
}
.tb2 {
  background: linear-gradient(to top, var(--amber), var(--amber3));
  height: 85%;
  animation-delay: .15s;
}
.tb3 {
  background: linear-gradient(to top, #8b5cf6, #a78bfa);
  height: 45%;
  animation-delay: .3s;
}
.tb4 {
  background: linear-gradient(to top, #10b981, #34d399);
  height: 70%;
  animation-delay: .45s;
}
.tb5 {
  background: linear-gradient(to top, #f43f5e, #fb7185);
  height: 55%;
  animation-delay: .6s;
}
.tb6 {
  background: linear-gradient(to top, #00C8FF, #5CE1E6);
  height: 95%;
  animation-delay: .75s;
}
.tb7 {
  background: linear-gradient(to top, #06b6d4, #22d3ee);
  height: 40%;
  animation-delay: .9s;
}
@keyframes bar-grow {
  0% {
    transform: scaleY(.3);
    opacity: .4;
  }
  100% {
    transform: scaleY(1);
    opacity: .9;
  }
}
.live-ind {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px 18px;
}
.live-ind .pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: blink 1.5s infinite;
  box-shadow: 0 0 8px #22c55e;
}
.live-ind span {
  font-size: .62rem;
  font-family: 'Clash Display', sans-serif;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(0, 200, 255, .08);
  border: 1px solid rgba(0, 200, 255, .25);
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 600;
  color: var(--amber);
  margin-bottom: 28px;
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: fadeup .6s ease both;
}
.hero-badge .live {
  width: 6px;
  height: 6px;
  background: var(--amber3);
  border-radius: 50%;
  animation: blink 1.8s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}
h1.hero-title {
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  animation: fadeup .6s .1s ease both;
  color: var(--text);
}
.hero-title span {
  color: var(--amber);
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.75;
  margin-bottom: 44px;
  animation: fadeup .6s .2s ease both;
  font-weight: 400;
}
.hero-sub strong {
  color: var(--text);
  font-weight: 600;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 72px;
  animation: fadeup .6s .3s ease both;
}
.btn-amber {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background: var(--amber);
  color: var(--bg);
  border-radius: 6px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 30px rgba(0, 200, 255, .3);
  position: relative;
  overflow: hidden;
  letter-spacing: .01em;
}
.btn-amber::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .2), transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}
.btn-amber:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 50px rgba(0, 200, 255, .55);
}
.btn-amber:hover::after {
  opacity: 1;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background: transparent;
  color: var(--text);
  border-radius: 6px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border: 1px solid var(--border2);
  cursor: pointer;
  transition: all .3s;
  letter-spacing: .01em;
}
.btn-ghost:hover {
  border-color: var(--amber);
  color: var(--amber);
  background: rgba(0, 200, 255, .05);
}
.hero-stats {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  animation: fadeup .6s .4s ease both;
}
.stat-val {
  font-family: 'Clash Display', sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--amber);
  line-height: 1;
}
.stat-label {
  font-size: .88rem;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.morph-sphere {
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 400px;
  height: 400px;
  opacity: .06;
  pointer-events: none;
  animation: morphspin 20s linear infinite;
}
@keyframes morphspin {
  to {
    transform: rotate(360deg);
  }
}
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
  padding: 0;
  position: relative;
  z-index: 2;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: mq 28s linear infinite;
}
.mq-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 40px;
  white-space: nowrap;
  font-family: 'Clash Display', sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-right: 1px solid var(--border);
}
.mq-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}
@keyframes mq {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.tunnel-section {
  height: 140px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#tunnel-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tunnel-label {
  position: relative;
  z-index: 2;
  font-family: 'Clash Display', sans-serif;
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(0, 200, 255, .5);
}
section {
  padding: 100px 48px;
  position: relative;
  z-index: 2;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
}
.sec-badge::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--amber);
}
.sec-title {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  margin-bottom: 14px;
  color: var(--white);
}
.sec-desc {
  color: var(--muted);
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.75;
}
.sec-head {
  margin-bottom: 60px;
}
#services {
  background: var(--bg);
}
.srv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}
.srv-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 34px 28px;
  transition: all .4s;
  position: relative;
  overflow: hidden;
  cursor: default;
  transform-style: preserve-3d;
  perspective: 800px;
}
.srv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  opacity: 0;
  transition: opacity .4s;
}
.srv-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -20%, rgba(0, 200, 255, .07), transparent 60%);
  opacity: 0;
  transition: opacity .4s;
}
.srv-card:hover {
  border-color: rgba(0, 200, 255, .3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 200, 255, .06);
}
.srv-card:hover::before, .srv-card:hover::after {
  opacity: 1;
}
.srv-ico {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 22px;
  background: rgba(0, 200, 255, .08);
  border: 1px solid rgba(0, 200, 255, .15);
  transition: transform .5s;
}
.srv-card:hover .srv-ico {
  transform: translateZ(30px) rotateY(15deg);
}
.srv-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--white);
  transition: transform .4s;
}
.srv-card:hover h3 {
  transform: translateZ(20px);
}
.srv-card p {
  font-size: .875rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.srv-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.srv-list li {
  font-size: .8rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.srv-list li::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}
.srv-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-size: .82rem;
  font-weight: 700;
  color: var(--amber);
  text-decoration: none;
  font-family: 'Clash Display', sans-serif;
  letter-spacing: .04em;
  transition: gap .2s;
}
.srv-link:hover {
  gap: 10px;
}
.grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 200, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 200, 255, .03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.nums-sec {
  padding: 60px 48px;
  background: linear-gradient(135deg, rgba(0, 200, 255, .06), rgba(10, 102, 255, .04));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.nums-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  text-align: center;
}
.num-val {
  font-family: 'Clash Display', sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 600;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 8px;
}
.num-lbl {
  font-size: .88rem;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}
#process {
  background: var(--bg2);
}
.proc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2px;
}
.proc-step {
  background: var(--surface);
  padding: 40px 30px;
  position: relative;
  transition: background .3s;
  overflow: hidden;
}
.proc-step::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--amber);
  transition: height .5s ease;
}
.proc-step:hover {
  background: rgba(0, 200, 255, .04);
}
.proc-step:hover::after {
  height: 100%;
}
.proc-num {
  font-family: 'Clash Display', sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: rgba(0, 200, 255, .1);
  line-height: 1;
  margin-bottom: 16px;
  transition: color .3s;
}
.proc-step:hover .proc-num {
  color: rgba(0, 200, 255, .3);
}
.proc-step h3 {
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 10px;
}
.proc-step p {
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.7;
}
#why-us {
  background: var(--bg);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
}
.why-card {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  transform-style: preserve-3d;
}
.why-card:hover {
  border-color: rgba(0, 200, 255, .25);
  background: rgba(0, 200, 255, .03);
  transform: translateY(-6px) rotateX(5deg) rotateY(-3deg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 200, 255, .07);
}
.why-ico {
  font-size: 1.3rem;
  margin-bottom: 12px;
  display: block;
}
.why-card h4 {
  color: var(--white);
  margin-bottom: 7px;
  font-size: .95rem;
}
.why-card p {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.65;
}
.cube-section {
  padding: 100px 48px;
  background: var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#holo-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cube-scene {
  width: 160px;
  height: 160px;
  perspective: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cube {
  width: 160px;
  height: 160px;
  position: relative;
  transform-style: preserve-3d;
  animation: cube-rot 10s linear infinite;
}
@keyframes cube-rot {
  to {
    transform: rotateX(360deg) rotateY(360deg);
  }
}
.face {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(0, 200, 255, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: rgba(0, 200, 255, .04);
  backdrop-filter: blur(2px);
  transition: background .3s;
}
.face.front {
  transform: translateZ(80px);
}
.face.back {
  transform: rotateY(180deg) translateZ(80px);
}
.face.left {
  transform: rotateY(-90deg) translateZ(80px);
}
.face.right {
  transform: rotateY(90deg) translateZ(80px);
}
.face.top {
  transform: rotateX(90deg) translateZ(80px);
}
.face.bottom {
  transform: rotateX(-90deg) translateZ(80px);
}
.cube-label {
  text-align: center;
  margin-top: 60px;
  font-family: 'Clash Display', sans-serif;
  font-size: 1.4rem;
  color: var(--amber);
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.cube-sub {
  text-align: center;
  margin-top: 8px;
  color: var(--muted);
  font-size: .9rem;
  position: relative;
  z-index: 2;
}
#team {
  background: var(--bg2);
  position: relative;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}
.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: all .4s;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.team-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  opacity: 0;
  transition: opacity .4s;
}
.team-card:hover {
  border-color: rgba(0, 200, 255, .25);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .4);
}
.team-card:hover::before {
  opacity: 1;
}
.team-av {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Clash Display', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--bg);
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
}
.team-card h4 {
  color: var(--white);
  margin-bottom: 3px;
  font-size: 1rem;
}
.team-role {
  font-size: .75rem;
  color: var(--amber);
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.team-bio {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.65;
}
#faq {
  background: var(--bg2);
}
.faq-list {
  max-width: 760px;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-size: .95rem;
  font-weight: 500;
  color: var(--text);
  transition: color .3s;
  gap: 14px;
}
.faq-q:hover {
  color: var(--amber);
}
.faq-ico {
  width: 26px;
  height: 26px;
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .9rem;
  transition: all .3s;
  color: var(--muted);
}
.faq-item.open .faq-ico {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--bg);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-item.open .faq-a {
  max-height: 300px;
}
.faq-a-inner {
  padding-bottom: 22px;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.75;
}
#contact {
  background: var(--bg);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}
@media (max-width:900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-side h2 {
  margin-bottom: 18px;
  color: var(--white);
}
.contact-side p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 36px;
  font-size: .95rem;
}
.c-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color .3s;
}
.c-detail:hover {
  border-color: rgba(0, 200, 255, .25);
}
.c-ico {
  font-size: 1.1rem;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 200, 255, .08);
  border-radius: 8px;
  flex-shrink: 0;
}
.c-lbl {
  font-size: .7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.c-val {
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
}
.form-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 36px;
}
.form-ttl {
  font-family: 'Clash Display', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 26px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width:500px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.field {
  margin-bottom: 14px;
}
.field label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 7px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: .88rem;
  color: var(--text);
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  -webkit-appearance: none;
  appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(0, 200, 255, .12);
}
.field select option {
  background: var(--bg);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.chk-group {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.chk-lbl {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: .78rem;
  cursor: pointer;
  transition: all .2s;
  color: var(--muted);
}
.chk-lbl input {
  display: none;
}
.chk-lbl.checked {
  border-color: var(--amber);
  background: rgba(0, 200, 255, .08);
  color: var(--amber);
}
.form-sec {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .74rem;
  color: var(--muted);
  margin-top: 10px;
}
.submit-btn {
  width: 100%;
  padding: 15px;
  background: var(--amber);
  color: var(--bg);
  border: none;
  border-radius: 8px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: all .3s;
  margin-top: 8px;
  letter-spacing: .02em;
  position: relative;
  overflow: hidden;
}
.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
  transition: left .5s;
}
.submit-btn:hover {
  background: var(--amber2);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 200, 255, .4);
}
.submit-btn:hover::before {
  left: 100%;
}
.form-success {
  display: none;
  text-align: center;
  padding: 48px 20px;
}
.form-success .chk {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
}
.form-success h3 {
  color: var(--white);
  margin-bottom: 8px;
  font-family: 'Clash Display', sans-serif;
}
.form-success p {
  color: var(--muted);
  font-size: .88rem;
}
.cta-band {
  padding: 90px 48px;
  background: var(--bg2);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 350px;
  background: radial-gradient(ellipse, rgba(0, 200, 255, .1), transparent 70%);
  pointer-events: none;
}
.cta-band h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
}
.cta-band p {
  color: var(--muted);
  margin-bottom: 36px;
  font-size: 1rem;
  position: relative;
}
.cta-band .btn-amber {
  position: relative;
}
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 60px 48px 36px;
  position: relative;
  z-index: 2;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}
@media (max-width:768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.footer-brand p {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 300px;
  margin-top: 14px;
}
.footer-collab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: .78rem;
  color: var(--muted);
  padding: 7px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
}
.footer-collab a {
  color: var(--amber);
  text-decoration: none;
}
.footer-col h5 {
  font-family: 'Clash Display', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-col a {
  font-size: .85rem;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
}
.footer-col a:hover {
  color: var(--amber);
}
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  font-size: .78rem;
  color: var(--muted);
}
.sec-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sbadge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .7rem;
  color: var(--muted);
  padding: 4px 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 5px;
}
.btt {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
  background: var(--amber);
  color: var(--bg);
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  z-index: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: all .3s;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 200, 255, .35);
  font-weight: 700;
}
.btt.vis {
  opacity: 1;
  transform: translateY(0);
}
.btt:hover {
  background: var(--amber2);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 200, 255, .55);
}
#curglow {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 255, .05), transparent 70%);
  pointer-events: none;
  z-index: 998;
  transform: translate(-50%, -50%);
}
.geo-3d-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.geo-3d {
  position: absolute;
  opacity: .12;
  border: 1px solid var(--amber);
  transform-style: preserve-3d;
}
.geo-oct {
  width: 50px;
  height: 50px;
  animation: geo3d-a 14s ease-in-out infinite;
  top: 20%;
  left: 6%;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.geo-oct::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 200, 255, .05);
}
.geo-star {
  width: 44px;
  height: 44px;
  animation: geo3d-b 11s ease-in-out infinite;
  top: 65%;
  right: 7%;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.geo-star::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 200, 255, .05);
}
.geo-diamond {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(0, 200, 255, .15);
  transform: rotate(45deg);
  animation: geo3d-c 10s ease-in-out infinite;
  top: 35%;
  right: 15%;
}
.geo-cross-big {
  width: 60px;
  height: 60px;
  position: relative;
  animation: geo3d-a 13s ease-in-out infinite reverse;
  top: 75%;
  left: 14%;
}
.geo-cross-big::before, .geo-cross-big::after {
  content: '';
  position: absolute;
  background: rgba(0, 200, 255, .12);
}
.geo-cross-big::before {
  width: 60px;
  height: 8px;
  top: 26px;
  left: 0;
}
.geo-cross-big::after {
  width: 8px;
  height: 60px;
  top: 0;
  left: 26px;
}
@keyframes geo3d-a {
  0%, 100% {
    transform: translateY(0) rotateZ(0deg) rotateX(0deg);
  }
  25% {
    transform: translateY(-30px) rotateZ(90deg) rotateX(45deg);
  }
  50% {
    transform: translateY(-50px) rotateZ(180deg) rotateX(90deg);
  }
  75% {
    transform: translateY(-25px) rotateZ(270deg) rotateX(45deg);
  }
}
@keyframes geo3d-b {
  0%, 100% {
    transform: translateY(0) rotateY(0deg) scale(1);
  }
  33% {
    transform: translateY(-40px) rotateY(120deg) scale(1.2);
  }
  66% {
    transform: translateY(-20px) rotateY(240deg) scale(.85);
  }
}
@keyframes geo3d-c {
  0%, 100% {
    transform: rotate(45deg) translateY(0) rotateX(0deg);
  }
  50% {
    transform: rotate(45deg) translateY(-35px) rotateX(180deg);
  }
}
.pulse-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 255, .2), rgba(0, 200, 255, .04) 60%, transparent 70%);
  animation: pulse3d 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes pulse3d {
  0%, 100% {
    transform: scale(1);
    opacity: .5;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}
.porb1 {
  width: 120px;
  height: 120px;
  top: 10%;
  right: 5%;
}
.porb2 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  left: 8%;
}
.porb3 {
  width: 90px;
  height: 90px;
  top: 50%;
  left: 3%;
}
.torus-wrap {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  height: 240px;
  perspective: 500px;
  pointer-events: none;
  opacity: .1;
}
.torus {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid var(--amber);
  transform-style: preserve-3d;
  animation: torus-rot 8s linear infinite;
}
.torus-inner {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px solid var(--amber2);
  animation: torus-rot 5s linear infinite reverse;
}
@keyframes torus-rot {
  to {
    transform: rotateX(360deg) rotateZ(180deg);
  }
}
.glitch-wrap {
  position: relative;
  display: inline-block;
}
.glitch-wrap::before, .glitch-wrap::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.glitch-wrap.active::before {
  opacity: .6;
  color: #ff003c;
  animation: glitch1 .15s steps(2) forwards;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
}
.glitch-wrap.active::after {
  opacity: .6;
  color: #00fff9;
  animation: glitch2 .15s steps(2) .05s forwards;
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
}
@keyframes glitch1 {
  0% {
    transform: translate(-2px, 0);
  }
  50% {
    transform: translate(2px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes glitch2 {
  0% {
    transform: translate(2px, 0);
  }
  50% {
    transform: translate(-2px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(28px) rotateX(4deg);
  transition: opacity .7s ease, transform .7s cubic-bezier(.23, 1, .32, 1);
}
.reveal.vis {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
.prism-wrap {
  perspective: 600px;
  width: 100px;
  height: 140px;
  position: absolute;
  right: 60px;
  bottom: 80px;
  pointer-events: none;
  opacity: .1;
}
.prism {
  width: 100px;
  height: 140px;
  transform-style: preserve-3d;
  animation: prism-rot 12s linear infinite;
}
.prism-face {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 140px solid transparent;
  border-bottom-color: rgba(0, 200, 255, .1);
  transform-origin: 50% 100%;
}
.prism-face:nth-child(1) {
  transform: rotateY(0deg) translateZ(29px);
}
.prism-face:nth-child(2) {
  transform: rotateY(120deg) translateZ(29px);
}
.prism-face:nth-child(3) {
  transform: rotateY(240deg) translateZ(29px);
}
@keyframes prism-rot {
  to {
    transform: rotateY(360deg) rotateX(15deg);
  }
}
.helix-section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: var(--bg);
  z-index: 2;
}
.helix-track {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  perspective: 600px;
}
.helix {
  display: flex;
  gap: 6px;
  transform-style: preserve-3d;
  animation: helix-spin 6s linear infinite;
}
.helix-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px var(--amber);
  transform-style: preserve-3d;
}
@keyframes helix-spin {
  to {
    transform: rotateY(360deg);
  }
}
.holo-card {
  position: relative;
  overflow: hidden;
}
.holo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 0%, rgba(0, 200, 255, .02) 30%, rgba(255, 255, 255, .04) 50%, rgba(0, 200, 255, .02) 70%, transparent 100%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}
.holo-card:hover::after {
  opacity: 1;
  animation: holo-shift 1.5s ease-in-out infinite;
}
@keyframes holo-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.mag-btn {
  transition: transform .2s cubic-bezier(.23, 1, .32, 1);
}
.page-hero {
  padding: 160px 48px 100px;
}
.resp-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.resp-grid-2r {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.resp-grid-equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.resp-flex-2 {
  display: flex;
  gap: 20px;
}
.resp-phase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width:900px) {
  .resp-grid-2, .resp-grid-2r {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .resp-grid-equal {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .srv-emoji-card {
    display: flex;
  }
  .resp-grid-equal>* {
    order: unset !important;
  }
}
@media (max-width:768px) {
  nav {
    padding: 16px 24px;
  }
  nav.scrolled {
    padding: 12px 24px;
  }
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  section {
    padding: 70px 24px;
  }
  #hero {
    padding: 110px 24px 60px;
  }
  .page-hero {
    padding: 110px 24px 60px !important;
  }
  [id="hero"][style*="padding: 160px"] {
    padding: 110px 24px 60px !important;
  }
  [id="hero"][style*="padding:160px"] {
    padding: 110px 24px 60px !important;
  }
  .hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }
  .stat-val {
    font-size: 2rem;
  }
  footer {
    padding: 40px 24px 28px;
  }
  .nums-sec {
    padding: 50px 24px;
  }
  .nums-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .cta-band {
    padding: 70px 24px;
  }
  .cube-section {
    padding: 70px 24px;
  }
  .torus-wrap, .prism-wrap, .porb1, .porb2, .porb3 {
    display: none;
  }
  .ring-system {
    display: none;
  }
  .proc-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .proc-step {
    padding: 28px 20px;
  }
  .form-wrap {
    padding: 24px 18px;
  }
  .resp-grid-2, .resp-grid-2r {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .resp-grid-equal {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .resp-flex-2 {
    flex-direction: column;
    gap: 14px;
  }
  .resp-phase-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .srv-detail-item {
    margin-bottom: 60px !important;
  }
  .hero-sub {
    max-width: 100%;
  }
  .contact-grid[style] {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width:480px) {
  h1.hero-title {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
  .hero-badge {
    font-size: .66rem;
    padding: 6px 12px;
  }
  .btn-amber, .btn-ghost {
    padding: 13px 20px;
    font-size: .88rem;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-stats {
    gap: 16px;
  }
  .stat-val {
    font-size: 1.8rem;
  }
  .stat-label {
    font-size: .75rem;
  }
  .nums-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .num-val {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }
  .sec-title {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
  }
  .form-wrap {
    padding: 18px 14px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  footer {
    padding: 32px 18px 24px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .mob-menu a {
    font-size: 1.7rem;
  }
  .srv-card {
    padding: 24px 18px;
  }
  .why-card {
    padding: 20px 16px;
  }
  section {
    padding: 56px 18px;
  }
  .cta-band {
    padding: 56px 18px;
  }
  .nums-sec {
    padding: 40px 18px;
  }
  .cube-section {
    padding: 56px 18px;
  }
  .proc-step {
    padding: 22px 16px;
  }
  .c-val {
    font-size: .82rem;
    word-break: break-word;
  }
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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-ease: initial;
    }
  }
}
.srv-detail-item:last-child {
  margin-bottom: 0 !important;
}
section>.container>*:last-child {
  margin-bottom: 0 !important;
}
.marquee-wrap {
  margin-bottom: 0 !important;
}
#services-detail, #training-sections, #portfolio-grid, #about-section, #contact-section {
  padding-bottom: 40px !important;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 32px;
  }
  .page-hero, section[id="hero"] {
    padding: 120px 32px 60px !important;
  }
  .srv-detail-item {
    margin-bottom: 60px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .course-grid, .holo-grid, .srv-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  h1, .hero-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem) !important;
    line-height: 1.2;
  }
  h2, .sec-title {
    font-size: clamp(1.4rem, 6vw, 1.9rem) !important;
  }
  h3 {
    font-size: clamp(1.1rem, 5vw, 1.4rem) !important;
  }
  p, .sec-desc {
    font-size: 0.95rem !important;
  }
  .container {
    padding: 0 20px !important;
    width: 100% !important;
    max-width: 100%;
  }
  section {
    padding: 60px 20px !important;
  }
  .page-hero, section.page-hero {
    padding: 110px 20px 60px !important;
  }
  nav {
    padding: 14px 20px !important;
  }
  nav.scrolled {
    padding: 10px 20px !important;
  }
  #nav-logo, nav img[src*="logo"] {
    height: 36px !important;
  }
  .mob-menu {
    gap: 20px;
  }
  .mob-menu a {
    font-size: 1.8rem;
  }
  .mob-close {
    top: 20px;
    right: 24px;
    font-size: 1.6rem;
  }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }
  .hero-actions a, .hero-actions button {
    width: 100%;
    text-align: center;
  }
  .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .stat-item {
    min-width: 120px;
    text-align: center;
  }
  .srv-grid, .holo-grid, .course-grid, .why-grid, .nums-grid, .team-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .nums-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .resp-grid-2, .resp-grid-2r, .resp-grid-equal {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .resp-grid-equal>* {
    order: unset !important;
  }
  .srv-detail-item {
    margin-bottom: 48px !important;
  }
  .srv-emoji-card {
    min-height: 220px !important;
  }
  .srv-emoji-card img {
    object-fit: cover;
    width: 100%;
    height: 220px;
  }
  .training-module {
    flex-direction: column !important;
    gap: 20px;
  }
  .training-img {
    width: 100% !important;
    max-height: 240px;
    object-fit: cover;
    border-radius: 12px;
  }
  .portfolio-grid, .srv-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .about-hero-grid {
    flex-direction: column !important;
  }
  .team-card {
    width: 100% !important;
  }
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .form-row {
    grid-template-columns: 1fr !important;
  }
  .form-wrap {
    padding: 24px 16px !important;
  }
  footer {
    padding: 40px 20px 24px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    margin-bottom: 32px !important;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-legal-strip {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.75rem;
  }
  .legal-divider {
    display: none;
  }
  .btn-amber, .btn-ghost, .mag-btn {
    padding: 13px 22px !important;
    font-size: 0.9rem !important;
    width: auto;
  }
  .cta-band {
    padding: 60px 20px !important;
    text-align: center;
  }
  .cta-band .hero-actions {
    justify-content: center;
  }
  .marquee-wrap {
    margin: 0 !important;
  }
  .proc-grid {
    grid-template-columns: 1fr !important;
  }
  .proc-step {
    padding: 24px 20px !important;
  }
  .holo-card img, .srv-card img {
    max-height: 200px;
    object-fit: cover;
  }
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
  .torus-wrap, .prism-wrap, .ring-system, .porb1, .porb2, .porb3, .scene-wrap {
    display: none !important;
  }
  .mob-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(3, 8, 15, 0.97);
    backdrop-filter: blur(24px);
    z-index: 801;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .mob-menu-overlay.open {
    display: flex;
  }
  .mob-menu-overlay a {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .mob-menu-overlay a:hover {
    color: var(--amber);
  }
}
@media (max-width: 480px) {
  h1, .hero-title {
    font-size: clamp(1.6rem, 9vw, 2.2rem) !important;
  }
  h2, .sec-title {
    font-size: clamp(1.3rem, 7vw, 1.7rem) !important;
  }
  section {
    padding: 50px 16px !important;
  }
  .page-hero {
    padding: 100px 16px 50px !important;
  }
  .container {
    padding: 0 16px !important;
  }
  nav {
    padding: 12px 16px !important;
  }
  .hero-stats {
    gap: 16px;
  }
  .stat-item {
    flex: 1 1 calc(50% - 8px);
  }
  .nums-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  .srv-card {
    padding: 20px 16px !important;
  }
  .holo-card {
    padding: 20px 16px !important;
  }
  footer {
    padding: 32px 16px 20px !important;
  }
  .footer-grid {
    gap: 24px !important;
  }
  .footer-bottom {
    gap: 10px;
  }
  .hero-actions {
    gap: 10px;
  }
  .btn-amber, .btn-ghost {
    width: 100% !important;
    justify-content: center;
    white-space: normal;
    height: auto;
    padding: 14px 20px !important;
  }
  .cta-band h2 {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
  }
  .form-wrap {
    padding: 20px 14px !important;
    border-radius: 10px;
  }
  .form-row {
    grid-template-columns: 1fr !important;
  }
  .proc-step {
    padding: 20px 14px !important;
  }
  .srv-emoji-card {
    min-height: 180px !important;
  }
  .srv-emoji-card img {
    height: 180px !important;
  }
  .srv-card div[style*="height: 200px"] {
    height: 160px !important;
  }
  [style*="padding: 160px"], [style*="padding:160px"] {
    padding: 100px 16px 50px !important;
  }
}
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background-color: var(--amber);
  border-radius: 50%;
}
.cursor-ring {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(124, 58, 237, 0.6);
  border-radius: 50%;
  transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
body.cursor-hover .cursor-ring {
  width: 48px;
  height: 48px;
  border-color: var(--amber);
  background-color: rgba(124, 58, 237, 0.1);
}
@media (max-width: 768px) {
  .cursor-dot, .cursor-ring {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #services {
    height: auto;
    overflow: visible;
  }
  .services-scroll-container {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .panel {
    width: 100%;
    height: auto;
    min-height: 80vh;
    padding: 80px 8vw;
    border-bottom: 1px solid var(--border);
    box-sizing: border-box;
  }
  #stats {
    padding: 0;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item {
    padding: 48px 20px;
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .foot-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .modal-content {
    width: 94%;
    padding: 32px 24px;
  }
  .form-row {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stat-item {
    padding: 24px 12px;
  }
  .stat-val {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .phase-card {
    width: 90%;
    margin-left: 0;
    left: 5%;
    padding: 28px 20px;
    box-sizing: border-box;
  }
  .phase-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .phase-card p {
    font-size: 0.9rem;
  }
  .phase-num {
    font-size: 3.5rem;
    right: 18px;
    top: 12px;
  }
  .quote {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }
  .author-av {
    width: 42px;
    height: 42px;
    font-size: .9rem;
  }
  .foot-logo {
    font-size: 1.2rem;
  }
  .foot-col h4 {
    font-size: .9rem;
  }
  .form-row {
    flex-direction: column;
  }
  #hero {
    height: auto;
    min-height: 100vh;
    padding: 120px 20px 60px;
  }
  .hero-content {
    margin-top: 40px;
  }
}
.legal-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}
.legal-content h2 {
  font-family: 'Clash Display', sans-serif;
  color: var(--white);
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 16px;
}
.legal-content h3 {
  font-family: 'Clash Display', sans-serif;
  color: var(--white);
  font-size: 1.2rem;
  margin-top: 24px;
  margin-bottom: 12px;
}
.legal-content p {
  margin-bottom: 24px;
}
.legal-content ul {
  margin-bottom: 24px;
  padding-left: 20px;
}
.legal-content li {
  margin-bottom: 10px;
}
.legal-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 48px 60px;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .legal-box {
    padding: 30px 20px;
  }
}
@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-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-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-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-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-ease: initial;
      --tw-outline-style: solid;
    }
  }
}
