@media print {
  *,
  *::before,
  *::after {
    animation: none !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    transition: none !important;
  }

  html,
  body {
    min-height: auto !important;
    overflow: visible !important;
    color: #000 !important;
    background: #fff !important;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 12pt !important;
    line-height: 1.45 !important;
  }

  body {
    margin: 0 !important;
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
  }

  header,
  footer,
  main,
  section,
  div {
    position: static !important;
    overflow: visible !important;
    color: #000 !important;
    background: #fff !important;
    border-color: #999 !important;
    transform: none !important;
    backdrop-filter: none !important;
  }

  header {
    height: auto !important;
    padding: 0 0 12pt !important;
    border-bottom: 1pt solid #999 !important;
  }

  footer {
    padding-top: 12pt !important;
    border-top: 1pt solid #999 !important;
  }

  nav,
  .soft-grid,
  .orbit,
  .scan-card,
  .capability-graph,
  .graph-core,
  .graph-node,
  .graph-link,
  .transition-mist,
  section[aria-hidden="true"] {
    display: none !important;
  }

  a,
  p,
  span,
  h1,
  h2,
  h3,
  li {
    color: #000 !important;
    opacity: 1 !important;
  }

  a {
    text-decoration: underline !important;
  }

  a[href^="mailto:"]::after,
  a[href="privacy.html"]::after,
  a[href="terms.html"]::after {
    content: "" !important;
  }

  h1 {
    font-size: 24pt !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    page-break-after: avoid;
  }

  h2 {
    font-size: 18pt !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    page-break-after: avoid;
  }

  h3,
  p,
  a,
  li,
  span {
    font-size: 12pt !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  .max-w-7xl,
  .max-w-3xl,
  .max-w-2xl,
  .policy-content {
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .grid,
  .flex,
  .inline-flex {
    display: block !important;
  }

  .glass,
  .shine,
  .policy-note {
    border: 1pt solid #999 !important;
    border-radius: 0 !important;
    padding: 12pt !important;
    margin: 0 0 12pt !important;
  }

  .px-6,
  .px-8,
  .p-5,
  .p-7,
  .p-8,
  .md\:p-14,
  .py-8,
  .py-10,
  .py-28,
  .py-32,
  .pt-20,
  .pt-32,
  .pb-28 {
    padding: 0 !important;
  }

  .mt-1,
  .mt-2,
  .mt-3,
  .mt-4,
  .mt-7,
  .mt-8,
  .mt-10,
  .mt-12,
  .mb-3,
  .mb-4,
  .mb-5,
  .mb-10,
  .mb-14 {
    margin-top: 0 !important;
    margin-bottom: 8pt !important;
  }

  img {
    max-width: 32pt !important;
    height: auto !important;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  background:
    radial-gradient(circle at 15% 5%, rgba(26, 125, 255, .30), transparent 32%),
    radial-gradient(circle at 85% 0%, rgba(124, 92, 255, .24), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(94, 231, 255, .13), transparent 36%),
    #05070d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.fixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-14 { margin-bottom: 3.5rem; }
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-px { height: 1px; }
.h-8 { height: 2rem; }
.h-11 { height: 2.75rem; }
.h-14 { height: 3.5rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-28 { height: 7rem; }
.w-8 { width: 2rem; }
.w-11 { width: 2.75rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-full { width: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.min-h-screen { min-height: 100vh; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.pointer-events-none { pointer-events: none; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-14 { gap: 3.5rem; }
.flex-col { flex-direction: column; }
.border { border-width: 1px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; }
.border-white\/10 { border-color: rgba(255, 255, 255, .10); }
.border-white\/14 { border-color: rgba(255, 255, 255, .14); }
.border-black\/10 { border-color: rgba(0, 0, 0, .10); }
.border-sorvec-blue\/30 { border-color: rgba(26, 125, 255, .30); }
.border-sorvec-cyan\/25 { border-color: rgba(94, 231, 255, .25); }
.border-sorvec-violet\/30 { border-color: rgba(124, 92, 255, .30); }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-\[2\.5rem\] { border-radius: 2.5rem; }
.bg-ink\/70 { background-color: rgba(5, 7, 13, .70); }
.bg-white { background-color: #fff; }
.bg-white\/5 { background-color: rgba(255, 255, 255, .05); }
.bg-white\/\[\.035\] { background-color: rgba(255, 255, 255, .035); }
.bg-black\/35 { background-color: rgba(0, 0, 0, .35); }
.bg-black\/\[\.02\] { background-color: rgba(0, 0, 0, .02); }
.bg-\[\#F6F8FC\] { background-color: #f6f8fc; }
.bg-sorvec-blue { background-color: #1a7dff; }
.bg-sorvec-blue\/10 { background-color: rgba(26, 125, 255, .10); }
.bg-sorvec-blue\/20 { background-color: rgba(26, 125, 255, .20); }
.bg-sorvec-cyan\/10 { background-color: rgba(94, 231, 255, .10); }
.bg-sorvec-cyan\/15 { background-color: rgba(94, 231, 255, .15); }
.bg-sorvec-violet\/20 { background-color: rgba(124, 92, 255, .20); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); }
.from-white\/70 { --tw-gradient-from: rgba(255, 255, 255, .70); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-white\/\[0\.04\] { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .04), var(--tw-gradient-to, rgba(0, 0, 0, 0)); }
.via-white\/10 { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .10), var(--tw-gradient-to, rgba(0, 0, 0, 0)); }
.to-transparent { --tw-gradient-to: transparent; }
.blur-3xl { filter: blur(64px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.p-5 { padding: 1.25rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-20 { padding-top: 5rem; }
.pt-32 { padding-top: 8rem; }
.pb-28 { padding-bottom: 7rem; }
.text-center { text-align: center; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.leading-\[0\.92\] { line-height: .92; }
.leading-\[0\.98\] { line-height: .98; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.tracking-tight { letter-spacing: -.025em; }
.tracking-\[-0\.03em\] { letter-spacing: -.03em; }
.tracking-\[-0\.05em\] { letter-spacing: -.05em; }
.tracking-\[-0\.06em\] { letter-spacing: -.06em; }
.tracking-\[-0\.07em\] { letter-spacing: -.07em; }
.tracking-\[0\.18em\] { letter-spacing: .18em; }
.tracking-\[0\.22em\] { letter-spacing: .22em; }
.tracking-\[0\.25em\] { letter-spacing: .25em; }
.tracking-\[0\.28em\] { letter-spacing: .28em; }
.text-white { color: #fff; }
.text-ink { color: #05070d; }
.text-sorvec-blue { color: #1a7dff; }
.text-sorvec-cyan { color: #5ee7ff; }
.text-white\/15 { color: rgba(255, 255, 255, .15); }
.text-white\/35 { color: rgba(255, 255, 255, .35); }
.text-white\/40 { color: rgba(255, 255, 255, .40); }
.text-white\/42 { color: rgba(255, 255, 255, .42); }
.text-white\/45 { color: rgba(255, 255, 255, .45); }
.text-white\/50 { color: rgba(255, 255, 255, .50); }
.text-white\/52 { color: rgba(255, 255, 255, .52); }
.text-white\/55 { color: rgba(255, 255, 255, .55); }
.text-white\/58 { color: rgba(255, 255, 255, .58); }
.text-black\/55 { color: rgba(0, 0, 0, .55); }
.antialiased { -webkit-font-smoothing: antialiased; }
.transition { transition-duration: .2s; transition-property: color, background-color, border-color, opacity, filter, transform; }
.left-\[18\%\] { left: 18%; }
.right-\[18\%\] { right: 18%; }
.top-10 { top: 2.5rem; }
.top-12 { top: 3rem; }
.-top-40 { top: -10rem; }
.-right-40 { right: -10rem; }
.w-\[520px\] { width: 520px; }
.h-\[520px\] { height: 520px; }

.hover\:text-white:hover { color: #fff; }
.hover\:text-sorvec-cyan:hover { color: #5ee7ff; }
.hover\:bg-white\/90:hover { background-color: rgba(255, 255, 255, .90); }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, .10); }
.hover\:brightness-110:hover { filter: brightness(1.1); }

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
  backdrop-filter: blur(22px);
}

.soft-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
}

.orbit {
  animation: float 7s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes scanLine {
  from { transform: translateY(-100%); }
  to { transform: translateY(280%); }
}

.scan-card {
  position: relative;
  overflow: hidden;
}

.scan-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 90px;
  top: 0;
  background: linear-gradient(to bottom, transparent, rgba(94, 231, 255, .14), transparent);
  animation: scanLine 4.5s linear infinite;
  pointer-events: none;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .18) 45%, transparent 60%);
  transform: translateX(-120%);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

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

.capability-graph {
  position: relative;
  min-height: 300px;
}

.graph-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 156px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 35% 30%, rgba(94, 231, 255, .22), transparent 45%),
    radial-gradient(circle at 70% 65%, rgba(124, 92, 255, .18), transparent 46%),
    rgba(8, 12, 24, .82);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .30);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.graph-node {
  position: absolute;
  width: 104px;
  min-height: 48px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  backdrop-filter: blur(14px);
  padding: .7rem .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  transform: translate(-50%, -50%);
}

.graph-node::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: currentColor;
  opacity: .95;
  box-shadow: 0 0 14px currentColor;
}

.graph-node-1 { top: calc(50% - 118px); left: 50%; color: #5ee7ff; }
.graph-node-2 { top: calc(50% - 66px); left: calc(50% + 150px); color: #7c5cff; }
.graph-node-3 { top: calc(50% + 70px); left: calc(50% + 146px); color: #1a7dff; }
.graph-node-4 { top: calc(50% + 118px); left: 50%; color: #8cf6c7; }
.graph-node-5 { top: calc(50% + 70px); left: calc(50% - 146px); color: #5ee7ff; }
.graph-node-6 { top: calc(50% - 66px); left: calc(50% - 150px); color: #7c5cff; }

.graph-link {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04));
  pointer-events: none;
}

.graph-link::after {
  content: "";
  position: absolute;
  inset: -1px 0;
  background: inherit;
  filter: blur(1px);
  opacity: .9;
}

.graph-link-1 { left: 50%; top: calc(50% - 94px); width: 16px; transform: translateX(0) rotate(90deg); }
.graph-link-2 { left: calc(50% + 98px); top: calc(50% - 66px); width: 44px; transform: translateX(0) rotate(140deg); }
.graph-link-3 { left: calc(50% + 94px); top: calc(50% + 70px); width: 44px; transform: translateX(0) rotate(-137deg); }
.graph-link-4 { left: 50%; top: calc(50% + 94px); width: 16px; transform: translateX(0) rotate(-90deg); }
.graph-link-5 { left: calc(50% - 94px); top: calc(50% + 70px); width: 44px; transform: translateX(0) rotate(-43deg); }
.graph-link-6 { left: calc(50% - 98px); top: calc(50% - 66px); width: 44px; transform: translateX(0) rotate(40deg); }

.policy-page {
  background: #f6f8fc;
  color: #111827;
}

.policy-page body {
  background: #f6f8fc;
  color: #111827;
}

.policy-shell {
  min-height: 100vh;
  background: #f6f8fc;
  color: #111827;
}

.policy-header,
.policy-footer {
  border-color: rgba(17, 24, 39, .10);
  background: #fff;
}

.policy-content {
  max-width: 48rem;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.policy-content h1 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 900;
}

.policy-content h2 {
  margin-top: 3rem;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 900;
}

.policy-content p,
.policy-content li {
  color: rgba(17, 24, 39, .72);
  line-height: 1.75;
}

.policy-content ul {
  padding-left: 1.25rem;
}

.policy-note {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(26, 125, 255, .18);
  border-radius: 1rem;
  background: rgba(26, 125, 255, .07);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #5ee7ff;
  outline-offset: 4px;
}

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

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media (min-width: 640px) {
  .sm\:inline-flex { display: inline-flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
}

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:p-14 { padding: 3.5rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-6 { grid-column: span 6 / span 6; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
