:root {
  --bg: #02040a;
  --bg-2: #070b17;
  --bg-3: #0b1020;
  --ink: #ffffff;
  --muted: #aeb9cf;
  --soft: rgba(255,255,255,.74);
  --line: rgba(255,255,255,.14);
  --line-strong: rgba(255,255,255,.28);
  --glass: rgba(255,255,255,.065);
  --glass-strong: rgba(255,255,255,.105);
  --cyan: #56f4ff;
  --blue: #477cff;
  --violet: #8f57ff;
  --red: #ff3158;
  --orange: #ff7b3d;
  --green: #63f6b5;
  --amber: #ffd166;
  --max: 1220px;
  --shadow: 0 30px 120px rgba(0,0,0,.58);
  --shadow-soft: 0 22px 80px rgba(0,0,0,.32);
  --clip: polygon(22px 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%,0 22px);
  --clip-sm: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button,
summary,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

img,
svg,
canvas,
video {
  display: block;
  max-width: 100%;
}

::selection {
  background: rgba(86,244,255,.32);
  color: #fff;
}

/* =========================
   GLOBAL BACKGROUND
========================= */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx,50%) var(--my,18%), rgba(86,244,255,.20), transparent 19%),
    radial-gradient(circle at 82% 12%, rgba(255,49,88,.18), transparent 26%),
    radial-gradient(circle at 46% 100%, rgba(143,87,255,.24), transparent 34%),
    linear-gradient(180deg, rgba(2,4,10,.15), rgba(7,11,23,.44), rgba(2,4,10,.76));
}

body::after,
.noise {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 88;
  pointer-events: none;
  opacity: .075;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

#tgStars,
#webgl-bg,
#fallback-bg {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

#webgl-bg canvas {
  width: 100%;
  height: 100%;
}

.page-glow {
  position: fixed;
  z-index: 1;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(58px);
  opacity: .30;
}

.page-glow-a {
  left: -12vw;
  top: 18vh;
  background: rgba(86,244,255,.38);
}

.page-glow-b {
  right: -16vw;
  top: 44vh;
  background: rgba(255,49,88,.36);
}

.stars,
.stars::before,
.stars::after {
  position: fixed;
  inset: 0;
  content: "";
  z-index: -6;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(86,244,255,.75) 0 1px, transparent 1.3px);
  background-size: 170px 170px, 260px 260px;
  background-position: 0 0, 80px 120px;
  opacity: .32;
  animation: starDrift 48s linear infinite;
}

.stars::before {
  opacity: .20;
  background-size: 210px 210px, 330px 330px;
  animation-duration: 70s;
}

.stars::after {
  opacity: .14;
  background-size: 120px 120px, 190px 190px;
  animation-duration: 34s;
}

.orb {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .26;
  z-index: -5;
  pointer-events: none;
  animation: drift 12s ease-in-out infinite alternate;
}

.orb.one { left: -240px; top: 18%; background: var(--cyan); }
.orb.two { right: -250px; top: 2%; background: var(--red); animation-delay: -4s; }
.orb.three { left: 42%; bottom: -270px; background: var(--violet); animation-delay: -7s; }

.site-header,
header,
main,
footer {
  position: relative;
  z-index: 2;
}

/* =========================
   CUSTOM CURSOR
========================= */

body.custom-cursor,
body.custom-cursor a,
body.custom-cursor button,
body.custom-cursor input,
body.custom-cursor textarea,
body.custom-cursor select,
body.custom-cursor label,
body.custom-cursor summary {
  cursor: none;
}

#tgCursor,
#tgCursorTrail {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .16s ease, width .18s ease, height .18s ease, border-color .18s ease, background .18s ease, transform .06s linear;
}

#tgCursor {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(86,244,255,.96);
  box-shadow: 0 0 18px rgba(86,244,255,.75), inset 0 0 18px rgba(86,244,255,.16);
  mix-blend-mode: screen;
}

#tgCursorTrail {
  width: 9px;
  height: 9px;
  background: rgba(86,244,255,.78);
  box-shadow: 0 0 18px rgba(86,244,255,.88), 0 0 44px rgba(71,124,255,.50);
}

body.cursor-ready #tgCursor,
body.cursor-ready #tgCursorTrail {
  opacity: 1;
}

body.cursor-active #tgCursor {
  width: 48px;
  height: 48px;
  border-color: rgba(255,49,88,.95);
  background: rgba(86,244,255,.08);
}

.cursor-spark {
  position: fixed;
  z-index: 10000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  animation: sparkFade .55s ease-out forwards;
}

/* =========================
   LOADER
========================= */

#tgLoader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(86,244,255,.20), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(255,49,88,.14), transparent 28%),
    #02040a;
  transition: opacity .55s ease, visibility .55s ease;
}

#tgLoader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

.loader-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(86,244,255,.13), transparent);
  transform: translateY(-100%);
  animation: loaderScan 1.7s linear infinite;
}

.loader-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(86,244,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86,244,255,.10) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 68%);
  transform: perspective(600px) rotateX(58deg) translateY(18%);
}

.loader-core {
  position: relative;
  width: min(430px, calc(100vw - 42px));
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.loader-logo {
  position: relative;
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
}

.loader-logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(86,244,255,.42));
}

.loader-logo img.is-missing { display: none; }

.loader-logo span {
  display: none;
  color: #fff;
  font-size: 31px;
  font-weight: 1000;
  letter-spacing: -.08em;
  text-shadow: 0 0 24px rgba(86,244,255,.85), 2px 0 rgba(255,49,88,.50);
}

.loader-logo img.is-missing + span { display: block; }

.loader-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(86,244,255,.32);
  box-shadow: 0 0 52px rgba(86,244,255,.18);
}

.loader-ring-a { inset: 0; animation: spin 2.6s linear infinite; }
.loader-ring-b { inset: 16px; border-color: rgba(255,49,88,.34); animation: spin 3.8s linear infinite reverse; }
.loader-ring-c { inset: -14px; border-style: dashed; border-color: rgba(71,124,255,.30); animation: spin 5.2s linear infinite; }

.loader-copy {
  display: grid;
  gap: 8px;
  color: #fff;
  text-transform: uppercase;
}

.loader-copy strong {
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .18em;
}

.loader-copy small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .20em;
}

.glitch {
  position: relative;
  text-shadow: 2px 0 rgba(86,244,255,.65), -2px 0 rgba(255,49,88,.65);
  animation: glitchMove 1.15s steps(2, end) infinite;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .7;
}

.glitch::before { color: var(--cyan); transform: translate(2px, -1px); clip-path: inset(0 0 58% 0); }
.glitch::after { color: var(--red); transform: translate(-2px, 1px); clip-path: inset(54% 0 0 0); }

.loader-progress {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.055);
  clip-path: polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);
}

.loader-progress div {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--red));
  box-shadow: 0 0 28px rgba(86,244,255,.50);
  transition: width .14s ease;
}

.loader-percent {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
}

/* =========================
   LAYOUT / HEADER
========================= */

.container {
  width: min(calc(100% - 44px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: -80px;
  z-index: 10000;
  padding: 12px 16px;
  color: #02040a;
  background: #fff;
  font-weight: 1000;
}

.skip-link:focus { top: 18px; }

.system-strip,
.topbar {
  height: 36px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(90deg, rgba(255,49,88,.22), rgba(71,124,255,.18), rgba(86,244,255,.10));
  backdrop-filter: blur(20px);
}

.system-strip-track,
.topbar-track {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  min-width: max-content;
  height: 36px;
  padding-left: 22px;
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .13em;
  text-transform: uppercase;
  animation: marquee 31s linear infinite;
}

.site-header,
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
}

.nav-shell,
.nav {
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(2,4,10,.72);
  backdrop-filter: blur(22px);
}

.nav-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  font-weight: 1000;
  letter-spacing: -.04em;
}

.brand-mark {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(86,244,255,.34);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 46px rgba(86,244,255,.18), 0 14px 46px rgba(255,49,88,.13);
  isolation: isolate;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -2;
  background: conic-gradient(from 0deg, transparent, rgba(86,244,255,.55), transparent, rgba(255,49,88,.48), transparent);
  animation: spin 6s linear infinite;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: 16px;
  background: rgba(2,4,10,.90);
}

.brand-mark img,
.brand-logo-img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(86,244,255,.35));
}

.brand-logo-img {
  position: absolute;
  inset: 9%;
  opacity: 0;
}

.brand-logo-img.is-visible { opacity: 1; }

.brand-mark b {
  display: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.08em;
  text-shadow: 0 0 18px rgba(86,244,255,.75);
}

.brand-mark img.is-missing + b { display: block; }

.brand-text { line-height: 1; }

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #fff;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* =========================
   BUTTONS
========================= */

.btn {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  color: #fff;
  background: rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);
  cursor: pointer;
  will-change: transform;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.26), transparent);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.11);
  box-shadow: 0 0 38px rgba(86,244,255,.12);
}

.btn:hover::before { transform: translateX(120%); }

.btn-primary {
  border-color: rgba(86,244,255,.48);
  background: linear-gradient(135deg, rgba(86,244,255,.96), rgba(71,124,255,.94));
  color: #02040a;
  box-shadow: 0 18px 70px rgba(86,244,255,.22);
}

.btn-danger,
.btn-red {
  border: 0;
  background: linear-gradient(135deg, var(--red), var(--orange));
  box-shadow: 0 18px 70px rgba(255,49,88,.24);
}

.btn-ghost { background: rgba(255,255,255,.055); }

.btn-small {
  min-height: 42px;
  padding-inline: 14px;
  font-size: 11px;
}

.menu-toggle,
.mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  color: #fff;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.mobile-menu {
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(2,4,10,.94);
  backdrop-filter: blur(22px);
}

.mobile-menu.is-open { display: block; }

.mobile-menu .container {
  display: grid;
  gap: 10px;
  padding: 16px 0 20px;
}

.mobile-menu a {
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .18s ease, background .18s ease;
}

.mobile-menu a:hover,
.mobile-menu a[aria-current="page"] {
  border-color: rgba(86,244,255,.34);
  background: rgba(86,244,255,.08);
}

/* =========================
   HERO
========================= */

main { overflow: hidden; }
section { scroll-margin-top: 120px; }

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 58px;
  padding: 90px 0 76px;
}

.hero-copy { min-width: 0; }

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  padding: 9px 13px;
  border: 1px solid rgba(86,244,255,.30);
  color: rgba(255,255,255,.88);
  background: rgba(86,244,255,.06);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .16em;
  text-transform: uppercase;
  clip-path: polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);
}

.eyebrow span,
.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 22px var(--green);
  animation: pulse 1.4s ease-in-out infinite;
}

h1,
h2,
h3,
p { overflow-wrap: anywhere; }

h1 {
  max-width: 950px;
  margin: 22px 0;
  font-size: clamp(54px, 7.5vw, 108px);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

h1 em,
.steel {
  color: transparent;
  font-style: normal;
  background: linear-gradient(180deg, #fff 0%, #d8edff 34%, #6ef4ff 66%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 22px 55px rgba(86,244,255,.14));
}

.hero-copy p,
.lead,
.section-head p,
.contact-panel p,
.panel p,
.pack li,
.workflow p,
.terminal-lines p,
.quote-panel p,
.verified-card p,
.compare p,
.faq-list p,
.muted,
.section-intro-panel p,
.floating-card p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-copy > p,
.lead {
  max-width: 760px;
  margin: 0 0 30px;
  font-size: clamp(17px, 1.8vw, 21px);
}

.lead strong { color: #fff; }

.hero-actions,
.quick-nav,
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions { margin-bottom: 28px; }

.proof-row,
.mission-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 760px;
}

.proof-row span,
.mission-row span {
  min-height: 70px;
  display: flex;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.78);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);
  animation: miniFloat 4s ease-in-out infinite;
}

.premium-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.premium-badge-row span,
.mini-proof span {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.82);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  backdrop-filter: blur(14px);
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  max-width: 760px;
}

.hero-kpi {
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.026));
  padding: 16px;
  clip-path: polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);
}

.hero-kpi strong {
  display: block;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -.06em;
  line-height: 1;
  color: #fff;
}

.hero-kpi span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

/* =========================
   HERO VISUALS
========================= */

.hero-visual,
.hero-visual-premium {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  perspective: 1300px;
  isolation: isolate;
}

.hero-visual-premium { min-height: 560px; }

.orbital-system {
  position: relative;
  width: min(520px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(86,244,255,.32), transparent 16%),
    radial-gradient(circle at 48% 46%, rgba(71,124,255,.22), transparent 30%),
    radial-gradient(circle at 60% 60%, rgba(255,49,88,.15), transparent 45%);
  filter: drop-shadow(0 0 70px rgba(86,244,255,.16));
}

.orbital-system::before,
.orbital-system::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(86,244,255,.25);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(18deg);
  box-shadow: 0 0 40px rgba(86,244,255,.12);
  animation: orbitSpin 12s linear infinite;
}

.orbital-system::after {
  inset: 22%;
  border-color: rgba(255,49,88,.25);
  transform: rotateX(68deg) rotateZ(-35deg);
  animation-duration: 16s;
  animation-direction: reverse;
}

.core-logo {
  position: absolute;
  inset: 29%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  background: radial-gradient(circle at 35% 20%, rgba(255,255,255,.28), transparent 20%), linear-gradient(145deg, rgba(86,244,255,.22), rgba(71,124,255,.12), rgba(255,49,88,.12));
  box-shadow: inset 0 0 55px rgba(255,255,255,.08), 0 35px 120px rgba(0,0,0,.55);
}

.core-logo img {
  width: 58%;
  opacity: .95;
  filter: drop-shadow(0 0 22px rgba(86,244,255,.55));
}

.floating-card {
  position: absolute;
  width: min(260px, 70vw);
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(10,18,38,.86), rgba(255,255,255,.055));
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 80px rgba(0,0,0,.42);
  padding: 18px;
  clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);
  z-index: 2;
}

.floating-card small {
  display: block;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  font-size: 11px;
  margin-bottom: 8px;
}

.floating-card strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.floating-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

.float-a { left: 0; top: 12%; }
.float-b { right: 0; bottom: 15%; }
.float-c { left: 12%; bottom: 2%; }

.holo-planet {
  position: absolute;
  bottom: -180px;
  width: min(88vw,580px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 35%, rgba(86,244,255,.24), transparent 28%),
    radial-gradient(circle at 60% 55%, rgba(71,124,255,.20), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: inset 0 0 90px rgba(86,244,255,.08), 0 -35px 90px rgba(86,244,255,.13);
  animation: planetPulse 5s ease-in-out infinite;
}

.holo-orbit {
  position: absolute;
  width: 620px;
  max-width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(86,244,255,.20);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(86,244,255,.10);
  transform: rotateX(68deg) rotateZ(-18deg);
  animation: orbitGlow 4s ease-in-out infinite;
}

.rocket {
  position: relative;
  z-index: 4;
  width: 150px;
  height: 470px;
  transform: rotate(-14deg) translateY(-10px);
  filter: drop-shadow(0 28px 65px rgba(86,244,255,.18));
  animation: rocketFloat 6s ease-in-out infinite;
}

.rocket-body {
  position: absolute;
  inset: 0 38px 80px;
  border: 1px solid rgba(255,255,255,.45);
  background: linear-gradient(90deg, #aeb6c5, #fff 34%, #d9e1ef 60%, #7f8aa0);
  clip-path: polygon(50% 0%,82% 14%,92% 100%,8% 100%,18% 14%);
}

.rocket-window {
  position: absolute;
  top: 95px;
  left: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(2,4,10,.65);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, var(--cyan) 28%, #092033 70%);
  box-shadow: 0 0 30px rgba(86,244,255,.42);
  transform: translateX(-50%);
}

.rocket-line {
  position: absolute;
  top: 180px;
  left: 50%;
  z-index: 5;
  width: 4px;
  height: 190px;
  background: rgba(2,4,10,.35);
  transform: translateX(-50%);
}

.fin {
  position: absolute;
  bottom: 76px;
  z-index: 3;
  width: 45px;
  height: 90px;
  background: linear-gradient(135deg, var(--red), var(--orange));
}

.fin-left { left: 15px; clip-path: polygon(100% 0,100% 100%,0 100%); }
.fin-right { right: 15px; clip-path: polygon(0 0,100% 100%,0 100%); }

.flame {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 74px;
  height: 130px;
  background: radial-gradient(circle at 50% 0%, #fff 0 8%, var(--cyan) 18%, #477cff 46%, transparent 72%);
  filter: blur(2px);
  clip-path: polygon(50% 0%,78% 28%,50% 100%,22% 28%);
  transform: translateX(-50%);
  animation: flame 1.2s ease-in-out infinite alternate;
}

.hud {
  position: absolute;
  z-index: 5;
  width: 255px;
  padding: 17px;
  border: 1px solid var(--line);
  background: rgba(4,9,18,.68);
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(20px);
  clip-path: polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);
  animation: hudFloat 6.6s ease-in-out infinite;
}

.hud-a { left: 0; top: 82px; }
.hud-b { right: 0; bottom: 88px; animation-delay: -2s; }

.hud small {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .16em;
}

.hud strong {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: -.05em;
}

.hud p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

/* =========================
   SECTIONS / CARDS
========================= */

.section { padding: 92px 0; }

.section-head {
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: end;
  gap: 34px;
  margin-bottom: 32px;
}

.section-head h2,
.mission-panel h2,
.mission-title,
.contact-panel h2,
.quote-panel h2,
.cta-panel h2,
.route-panel h2,
.section-intro-panel h2 {
  max-width: 900px;
  margin: 15px 0 0;
  font-size: clamp(38px,5vw,72px);
  line-height: .9;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.card-grid,
.pack-grid,
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.grid-2,
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.security-grid,
.proof-grid,
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.panel,
.pack,
.mission-panel,
.contact-panel,
.verified-card,
.compare,
.quote-panel,
.cta-panel,
.faq-list details,
.terminal-card,
.metric,
.workflow article,
.stat,
.proof,
.route-panel,
.section-intro-panel,
.review-card,
.page-card,
.trust-item,
.hero-kpi,
.floating-card {
  position: relative;
  overflow: hidden;
}

.panel,
.pack,
.mission-panel,
.contact-panel,
.verified-card,
.compare,
.quote-panel,
.cta-panel,
.faq-list details,
.terminal-card,
.metric,
.workflow article,
.stat,
.proof,
.section-intro-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.024));
  box-shadow: 0 25px 90px rgba(0,0,0,.24);
  clip-path: var(--clip);
}

.panel::before,
.pack::before,
.mission-panel::before,
.contact-panel::before,
.verified-card::before,
.compare::before,
.quote-panel::before,
.cta-panel::before,
.terminal-card::before,
.metric::before,
.workflow article::before,
.stat::before,
.proof::before,
.section-intro-panel::before,
.review-card::before,
.route-panel::before,
.page-card::before,
.trust-item::before,
.hero-kpi::before,
.floating-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  background: radial-gradient(circle at 10% 0%, rgba(86,244,255,.20), transparent 38%), radial-gradient(circle at 100% 20%, rgba(255,49,88,.17), transparent 35%);
  transition: opacity .24s ease;
}

.panel:hover,
.pack:hover,
.verified-card:hover,
.compare:hover,
.metric:hover,
.workflow article:hover,
.stat:hover,
.proof:hover,
.page-card:hover,
.trust-item:hover,
.hero-kpi:hover,
.floating-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,.30);
  box-shadow: 0 30px 110px rgba(86,244,255,.10);
}

.panel:hover::before,
.pack:hover::before,
.mission-panel:hover::before,
.contact-panel:hover::before,
.verified-card:hover::before,
.compare:hover::before,
.quote-panel:hover::before,
.cta-panel:hover::before,
.terminal-card:hover::before,
.metric:hover::before,
.workflow article:hover::before,
.stat:hover::before,
.proof:hover::before,
.section-intro-panel:hover::before,
.review-card:hover::before,
.route-panel:hover::before,
.page-card:hover::before,
.trust-item:hover::before,
.hero-kpi:hover::before,
.floating-card:hover::before {
  opacity: 1;
}

.panel > *,
.pack > *,
.mission-panel > *,
.contact-panel > *,
.verified-card > *,
.compare > *,
.quote-panel > *,
.cta-panel > *,
.terminal-card > *,
.metric > *,
.workflow article > *,
.stat > *,
.proof > *,
.section-intro-panel > *,
.review-card > *,
.route-panel > *,
.page-card > *,
.trust-item > *,
.hero-kpi > *,
.floating-card > * {
  position: relative;
  z-index: 1;
}

.panel {
  min-height: 300px;
  padding: 26px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.panel-icon,
.icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(86,244,255,.32);
  color: var(--cyan);
  background: rgba(86,244,255,.08);
  font-size: 13px;
  font-weight: 1000;
  clip-path: var(--clip-sm);
}

.icon { font-size: 24px; }

.service-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(86,244,255,.35);
  color: var(--cyan);
  font-weight: 900;
  margin-bottom: 16px;
}

h3 {
  margin: 0 0 12px;
  font-size: 25px;
  letter-spacing: -.04em;
}

.panel p { margin: 0; }

.section-intro-panel,
.route-panel,
.mission-panel,
.quote-panel,
.verified-card,
.contact-panel {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 0%, rgba(86,244,255,.18), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255,49,88,.15), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
  clip-path: var(--clip);
}

.section-intro-panel,
.route-panel { padding: 34px; }

.route-panel p,
.section-intro-panel p {
  max-width: 930px;
  font-size: 18px;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.page-card {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.022));
  color: rgba(255,255,255,.84);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  clip-path: polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);
  transition: .22s ease;
}

.page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(86,244,255,.42);
  color: #fff;
  box-shadow: 0 20px 70px rgba(86,244,255,.08);
}

.page-card strong {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.page-card small {
  color: #a9b4c7;
  line-height: 1.45;
  font-weight: 750;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.trust-item {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  padding: 18px;
  min-height: 92px;
  clip-path: polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);
  transition: .22s ease;
}

.trust-item strong {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.trust-item span {
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

/* =========================
   SPECIAL BLOCKS
========================= */

.mission-panel { padding: 34px; }

.mission-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.live-badge {
  width: max-content;
  height: max-content;
  padding: 10px 13px;
  border: 1px solid rgba(99,246,181,.28);
  color: var(--green);
  background: rgba(99,246,181,.08);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.control-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
}

.terminal-card {
  min-height: 330px;
  padding: 0;
  background: rgba(0,0,0,.34);
}

.terminal-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.terminal-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 16px rgba(255,49,88,.60);
}

.terminal-top span:nth-child(2) { background: var(--orange); box-shadow: 0 0 16px rgba(255,123,61,.60); }
.terminal-top span:nth-child(3) { background: var(--green); box-shadow: 0 0 16px rgba(99,246,181,.60); }
.terminal-top b { margin-left: auto; }

.terminal-lines {
  padding: 24px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.terminal-lines p {
  margin: 0 0 14px;
  color: rgba(99,246,181,.92);
  text-shadow: 0 0 18px rgba(99,246,181,.18);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.metric {
  min-height: 158px;
  padding: 22px;
  display: grid;
  align-content: end;
}

.metric strong {
  color: #fff;
  font-size: 56px;
  line-height: .85;
  letter-spacing: -.08em;
  text-shadow: 0 0 34px rgba(86,244,255,.22);
}

.metric span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.workflow {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
  align-items: center;
  gap: 10px;
}

.workflow article {
  min-height: 210px;
  padding: 22px;
}

.workflow span,
.stat strong {
  color: var(--cyan);
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: -.05em;
}

.workflow strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 22px;
}

.workflow p { margin: 0; }

.flow-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--red), transparent);
  box-shadow: 0 0 18px rgba(86,244,255,.50);
  animation: flowPulse 1.8s ease-in-out infinite;
}

.stat {
  min-height: 145px;
  padding: 22px;
}

.stat strong {
  display: block;
  margin-bottom: 16px;
}

.stat span {
  color: var(--muted);
  font-weight: 1000;
}

.verified-card {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px;
}

.verified-seal {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(86,244,255,.42);
  color: var(--cyan);
  text-align: center;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing: .12em;
  background: radial-gradient(circle, rgba(86,244,255,.16), rgba(86,244,255,.03));
  box-shadow: 0 0 70px rgba(86,244,255,.20), inset 0 0 40px rgba(86,244,255,.08);
  animation: sealPulse 2.4s ease-in-out infinite;
}

.compare {
  padding: 28px;
  min-height: 330px;
}

.compare h3 {
  font-size: 40px;
  text-transform: uppercase;
}

.compare p {
  margin: 14px 0;
  font-weight: 900;
}

.compare.bad { border-color: rgba(255,49,88,.24); }
.compare.good { border-color: rgba(99,246,181,.28); }

.quote-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: start;
  padding: 34px;
}

.quote-form,
.form {
  display: grid;
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quote-form select,
.field,
.ai-chat-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  color: #fff;
  background: rgba(0,0,0,.28);
  padding: 0 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.quote-form select option {
  color: #fff;
  background: #07101f;
}

.field {
  padding: 16px;
  clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);
}

textarea.field {
  min-height: 150px;
  resize: vertical;
}

.field::placeholder { color: rgba(169,180,199,.70); }

.quote-form select:focus,
.field:focus,
.ai-chat-form input:focus {
  border-color: rgba(86,244,255,.60);
  box-shadow: 0 0 0 4px rgba(86,244,255,.08);
}

.quote-result {
  min-height: 70px;
  padding: 16px;
  border: 1px dashed rgba(86,244,255,.28);
  color: var(--muted);
  background: rgba(86,244,255,.055);
  line-height: 1.6;
}

.quote-result strong { color: #fff; }

.pack {
  min-height: 390px;
  padding: 26px;
  transition: transform .24s ease, border-color .24s ease;
}

.pack.featured,
.offer.featured {
  border-color: rgba(86,244,255,.42);
  transform: translateY(-10px);
}

.pack span,
.tag,
.case-label {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 8px 11px;
  border: 1px solid var(--line-strong);
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pack > strong,
.price {
  display: block;
  margin: 14px 0 18px;
  font-size: 40px;
  font-weight: 1000;
  letter-spacing: -.06em;
}

.pack ul,
.offer ul,
.check-list,
.case-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.pack li::before,
.offer li::before,
.check-list li::before,
.case-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--green);
  font-weight: 1000;
}

.danger-list li::before {
  content: "!";
  color: var(--red);
}

.proof {
  padding: 20px;
  background: rgba(255,255,255,.045);
}

.proof strong {
  display: block;
  font-size: 34px;
  letter-spacing: -.06em;
}

.proof span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

/* =========================
   REVIEWS
========================= */

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.024));
  padding: 24px;
  clip-path: polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86,244,255,.32);
  background: rgba(86,244,255,.08);
  color: #fff;
  font-weight: 1000;
  clip-path: var(--clip-sm);
  flex: 0 0 auto;
}

.rating,
.stars-line,
.review-card .stars-line {
  color: var(--amber);
  letter-spacing: .08em;
  font-size: 18px;
  font-weight: 1000;
  text-shadow: 0 0 30px rgba(255,209,102,.25);
  margin-bottom: 14px;
}

.quote,
.review-card p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 18px;
}

.review-card strong {
  display: block;
  margin-top: auto;
  color: #fff;
}

.review-meta {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: rgba(255,255,255,.78);
  font-weight: 900;
}

.review-meta small {
  display: block;
  color: var(--soft);
  margin-top: 4px;
  font-weight: 800;
}

/* =========================
   FAQ / CONTACT / CHAT
========================= */

.faq-list,
.faq {
  display: grid;
  gap: 12px;
}

.faq-list {
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
}

.faq-list details,
.faq details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  clip-path: var(--clip);
}

.faq-list summary,
.faq summary {
  color: #fff;
  font-weight: 1000;
  letter-spacing: .02em;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker,
.faq summary::-webkit-details-marker { display: none; }

.faq-list p,
.faq p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.contact-panel p {
  max-width: 760px;
  font-size: 18px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.form-layout,
.contact-layout,
.maintenance-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: start;
}

.form-note {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.55;
}

.ai-chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #02040a;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 18px 60px rgba(86,244,255,.32);
  font-weight: 1000;
  letter-spacing: -.04em;
  cursor: pointer;
}

.ai-chat {
  position: fixed;
  right: 22px;
  bottom: 100px;
  z-index: 79;
  width: min(390px, calc(100vw - 34px));
  overflow: hidden;
  border: 1px solid rgba(86,244,255,.28);
  background: rgba(2,4,10,.88);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
  clip-path: var(--clip);
  opacity: 0;
  transform: translateY(18px) scale(.96);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.ai-chat.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.ai-chat-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.ai-chat-head strong { display: block; }

.ai-chat-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-chat-head button {
  width: 36px;
  height: 36px;
  color: #fff;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.ai-chat-body {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow-y: auto;
  padding: 16px;
}

.ai-chat-body p {
  margin: 0;
  max-width: 88%;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
}

.ai-chat-body .bot {
  justify-self: start;
  color: var(--muted);
  background: rgba(86,244,255,.08);
  border: 1px solid rgba(86,244,255,.16);
}

.ai-chat-body .user {
  justify-self: end;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.ai-chat-form {
  display: grid;
  grid-template-columns: 1fr 52px;
  border-top: 1px solid var(--line);
}

.ai-chat-form input {
  border: 0;
  min-height: 56px;
}

.ai-chat-form button {
  color: #02040a;
  background: var(--cyan);
  font-weight: 1000;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   TABLES / EXTRAS
========================= */

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  padding: 11px 14px;
  color: rgba(255,255,255,.82);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .07em;
  clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);
  transition: .2s ease;
}

.chip:hover {
  transform: translateY(-2px);
  border-color: rgba(86,244,255,.34);
  color: #fff;
}

.compare-wrap,
.sla-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 16px;
  clip-path: var(--clip);
}

table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  color: var(--muted);
}

th,
td {
  border-bottom: 1px solid rgba(255,255,255,.09);
  padding: 13px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

th {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.table-tag,
.priority {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 950;
  font-size: 12px;
  white-space: nowrap;
}

.priority.red {
  border-color: rgba(255,49,88,.38);
  background: rgba(255,49,88,.13);
}

.cta-panel {
  text-align: center;
  padding: 34px;
  border-color: rgba(86,244,255,.26);
  background:
    radial-gradient(circle at 50% 0%, rgba(86,244,255,.18), transparent 36%),
    radial-gradient(circle at 80% 25%, rgba(255,49,88,.13), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
}

.cta-panel p {
  max-width: 820px;
  margin: 0 auto 24px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 17px;
}

/* =========================
   FOOTER
========================= */

footer {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(0,0,0,.24);
  font-weight: 760;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner a:hover { color: #fff; }

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
}

.site-footer-links a { color: inherit; }
.site-footer-links a:hover { color: #fff; }

/* =========================
   MOTION
========================= */

.reveal {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(22px) scale(.98);
  transition: opacity .82s ease, transform .82s ease, filter .82s ease;
}

.reveal.visible,
.hero .reveal {
  opacity: 1;
  filter: none;
  transform: none;
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes loaderScan { to { transform: translateY(100%); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.45); opacity: .65; } }
@keyframes glitchMove { 0%,100% { transform: translateX(0); } 35% { transform: translateX(2px); } 70% { transform: translateX(-2px); } }
@keyframes sparkFade { to { opacity: 0; transform: translate(var(--sx), var(--sy)) scale(0); } }
@keyframes miniFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes rocketFloat { 0%,100% { transform: rotate(-14deg) translateY(-10px); } 50% { transform: rotate(-11deg) translateY(-28px); } }
@keyframes flame { from { height: 105px; opacity: .72; } to { height: 145px; opacity: 1; } }
@keyframes hudFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
@keyframes orbitGlow { 0%,100% { opacity: .8; } 50% { opacity: 1; box-shadow: 0 0 90px rgba(86,244,255,.18); } }
@keyframes planetPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes flowPulse { 0%,100% { opacity: .35; transform: scaleX(.86); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes sealPulse { 0%,100% { transform: scale(1); filter: hue-rotate(0deg); } 50% { transform: scale(1.035); filter: hue-rotate(18deg); } }
@keyframes starDrift { to { transform: translateY(-180px); } }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(70px,-45px) scale(1.12); } }
@keyframes orbitSpin { to { transform: rotateX(68deg) rotateZ(378deg); } }

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1120px) {
  .nav-links { display: none; }

  .menu-toggle,
  .mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero,
  .section-head,
  .contact-panel,
  .quote-panel,
  .control-grid,
  .form-layout,
  .contact-layout,
  .maintenance-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .pack-grid,
  .security-grid,
  .compare-grid,
  .grid-3,
  .grid-2,
  .proof-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .page-grid,
  .review-grid,
  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .workflow {
    grid-template-columns: 1fr;
  }

  .flow-line {
    height: 34px;
    width: 2px;
    justify-self: center;
    background: linear-gradient(180deg, transparent, var(--cyan), var(--red), transparent);
  }

  .pack.featured,
  .offer.featured { transform: none; }

  .verified-card { grid-template-columns: 1fr; }
  .hero-visual-premium { min-height: 500px; }
  .float-a { left: 2%; top: 2%; }
  .float-b { right: 2%; bottom: 10%; }
  .float-c { left: 8%; bottom: 0; }
}

@media (max-width: 760px) {
  body.custom-cursor,
  body.custom-cursor a,
  body.custom-cursor button,
  body.custom-cursor input,
  body.custom-cursor textarea,
  body.custom-cursor select {
    cursor: auto;
  }

  #tgCursor,
  #tgCursorTrail { display: none; }

  .container { width: min(calc(100% - 34px), var(--max)); }

  .system-strip,
  .system-strip-track,
  .topbar,
  .topbar-track {
    height: 34px;
    font-size: 10px;
  }

  .nav-inner { min-height: 72px; }
  .nav-actions .btn { display: none; }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .brand small {
    max-width: 170px;
    font-size: 9px;
  }

  .hero {
    padding: 58px 0 52px;
    gap: 28px;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(31px,10vw,42px);
    line-height: 1;
    letter-spacing: 0;
  }

  .hero-copy > p,
  .lead {
    max-width: 32ch;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hero-actions .btn,
  .contact-actions .btn { width: 100%; }

  .proof-row,
  .mission-row,
  .hero-kpis,
  .page-grid,
  .review-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero-visual { min-height: 610px; }
  .hero-visual-premium { min-height: 560px; }

  .rocket {
    width: 124px;
    height: 405px;
  }

  .holo-orbit { width: 430px; }

  .hud { width: min(100%,245px); }
  .hud-a { left: 0; top: 28px; }
  .hud-b { right: 0; bottom: 54px; }

  .floating-card { width: min(235px, 78vw); }
  .float-a { left: 0; top: 0; }
  .float-b { right: 0; bottom: 74px; }
  .float-c { left: 0; bottom: 0; }

  .section { padding: 66px 0; }

  .section-head h2,
  .mission-panel h2,
  .mission-title,
  .contact-panel h2,
  .quote-panel h2,
  .cta-panel h2,
  .route-panel h2,
  .section-intro-panel h2 {
    font-size: clamp(31px,10vw,43px);
    line-height: 1;
    letter-spacing: 0;
  }

  .panel,
  .pack,
  .mission-panel,
  .contact-panel,
  .verified-card,
  .compare,
  .quote-panel,
  .cta-panel,
  .faq-list details,
  .faq details,
  .terminal-card,
  .metric,
  .workflow article,
  .stat,
  .proof,
  .route-panel,
  .section-intro-panel {
    padding: 22px;
    clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);
  }

  .terminal-card { padding: 0; }
  .mission-top { display: grid; }
  .metric-grid { grid-template-columns: 1fr; }

  .verified-seal {
    width: 138px;
    height: 138px;
    font-size: 13px;
  }

  .eyebrow,
  .kicker {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .ai-chat-launcher {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .ai-chat {
    right: 17px;
    bottom: 86px;
  }

  table { min-width: 720px; }
  .site-footer-links { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .brand-text { font-size: 14px; }
  .brand small { display: none; }
  .hero-visual-premium { min-height: 520px; }
  .orbital-system { width: min(430px, 110vw); }
  .floating-card { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  #tgCursor,
  #tgCursorTrail { display: none; }
}
