:root {
  --bg: #05080c;
  --bg-2: #0a1220;
  --bg-3: #0d1b2b;
  --ink: #f4fbff;
  --muted: #b2c4d8;
  --accent: #2be4ff;
  --accent-2: #1ab8e6;
  --accent-3: #6af6ff;
  --glass: rgba(255, 255, 255, 0.05);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-display: "Syne", "Times New Roman", serif;
  --font-body: "Manrope", "Trebuchet MS", sans-serif;
  --container: min(1280px, 100% - 10vw);
  --header-height: 72px;
  --header-offset: 88px;
  --avatar-size: 190px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  font-size: clamp(15px, 0.9vw, 18px);
  background:
    radial-gradient(circle at 15% 10%, rgba(43, 228, 255, 0.16), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(26, 184, 230, 0.2), transparent 50%),
    radial-gradient(circle at 25% 85%, rgba(106, 246, 255, 0.16), transparent 40%),
    var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(43, 228, 255, 0.12), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(26, 184, 230, 0.12), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

body.nav-open {
  overflow: hidden;
}

body:not(.is-loaded) {
  overflow: hidden;
}

body:not(.is-loaded) main,
body:not(.is-loaded) .site-header,
body:not(.is-loaded) .site-footer {
  opacity: 0;
  transform: translateY(12px);
}

body.is-loaded main,
body.is-loaded .site-header,
body.is-loaded .site-footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
a {
  color: inherit;
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

h1, h2, h3, h4 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.65;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.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;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  z-index: 90;
}

#constellation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.55;
  mix-blend-mode: screen;
  animation: drift 18s ease-in-out infinite;
}

.glow.g1 {
  width: 420px;
  height: 420px;
  top: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(43, 228, 255, 0.65), transparent 70%);
}

.glow.g2 {
  width: 520px;
  height: 520px;
  top: 20%;
  right: -180px;
  background: radial-gradient(circle, rgba(26, 184, 230, 0.65), transparent 70%);
  animation-duration: 22s;
}

.glow.g3 {
  width: 460px;
  height: 460px;
  bottom: -200px;
  left: 20%;
  background: radial-gradient(circle, rgba(106, 246, 255, 0.6), transparent 70%);
  animation-duration: 26s;
}

.preloader {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(26, 184, 230, 0.18), transparent 55%),
    linear-gradient(130deg, rgba(5, 8, 12, 0.92), rgba(10, 18, 32, 0.96)),
    var(--bg);
  background-size: 180% 180%;
  background-position: 0% 50%;
  display: grid;
  place-items: center;
  z-index: 120;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  animation: aurora 12s ease-in-out infinite;
}

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

.preloader-core {
  position: relative;
  display: grid;
  place-items: center;
  gap: 16px;
  text-align: center;
}

.preloader-logo {
  width: clamp(120px, 22vw, 200px);
  height: auto;
  filter: drop-shadow(0 0 30px rgba(43, 228, 255, 0.35));
  animation: logoReveal 1.4s ease-out forwards, logoPulse 2.6s ease-in-out 1.4s infinite;
}

.preloader-glow {
  position: absolute;
  width: clamp(280px, 44vw, 380px);
  height: clamp(180px, 30vw, 260px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(43, 228, 255, 0.2), transparent 65%);
  filter: blur(10px);
  animation: pulse 3.6s ease-out infinite;
}

.preloader-orbit {
  position: absolute;
  border-radius: 50%;
  animation: orbit 6.5s linear infinite;
  pointer-events: none;
}

.preloader-orbit::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(43, 228, 255, 0.9);
  box-shadow: 0 0 14px rgba(43, 228, 255, 0.7);
}

.preloader-orbit.orbit-1 {
  width: clamp(200px, 32vw, 280px);
  height: clamp(200px, 32vw, 280px);
}

.preloader-orbit.orbit-2 {
  width: clamp(260px, 40vw, 360px);
  height: clamp(260px, 40vw, 360px);
  animation-duration: 9s;
  animation-direction: reverse;
}

.preloader-orbit.orbit-2::before {
  width: 6px;
  height: 6px;
  background: rgba(106, 246, 255, 0.7);
  box-shadow: 0 0 12px rgba(106, 246, 255, 0.6);
}

.preloader-text {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(246, 251, 255, 0.75);
}

.preloader-motto {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(106, 246, 255, 0.75);
}

.preloader-status {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(246, 251, 255, 0.5);
}

.preloader-dots {
  display: flex;
  gap: 10px;
}

.preloader-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(43, 228, 255, 0.8);
  box-shadow: 0 0 12px rgba(43, 228, 255, 0.6);
  animation: blink 1.6s ease-in-out infinite;
}

.preloader-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.preloader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}


.grain {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.3;
  pointer-events: none;
  z-index: 2;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: calc(14px + env(safe-area-inset-top)) 0 14px;
  z-index: 80;
  background: rgba(9, 12, 18, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.site-header.scrolled {
  background: rgba(9, 12, 18, 0.88);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.4);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(43, 228, 255, 0.4));
}

.logo-text {
  display: grid;
  gap: 2px;
}

.logo-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.logo-sub {
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  justify-self: center;
  justify-content: center;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--ink);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.header-cta {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(12, 18, 26, 0.7);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.2s ease, border 0.2s ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.4);
}

.nav-toggle .bar {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body.nav-open .nav-toggle .bar:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .nav-toggle .bar:nth-child(3) {
  opacity: 0;
}

body.nav-open .nav-toggle .bar:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 16, 0.68);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 85;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(360px, 92vw);
  background: rgba(10, 16, 24, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 90;
  padding: calc(26px + env(safe-area-inset-top)) 22px calc(26px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nav-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.nav-close {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1rem;
}

.nav-drawer-links {
  display: grid;
  gap: 14px;
}

.nav-drawer-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-drawer-links a::after {
  content: ">";
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}

.nav-drawer-cta {
  margin-top: auto;
  display: grid;
  gap: 12px;
}

body.nav-open .nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.nav-open .nav-drawer {
  transform: translateX(0);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  font-size: 0.9rem;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #031019;
  box-shadow: 0 18px 30px rgba(43, 228, 255, 0.2);
}

.btn.ghost {
  background: rgba(12, 18, 26, 0.45);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--ink);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.btn:focus-visible {
  outline: 2px solid rgba(43, 228, 255, 0.6);
  outline-offset: 3px;
}

main {
  position: relative;
  z-index: 5;
}

.hero {
  padding: calc(90px + var(--header-offset)) 0 90px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 8% 0 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(43, 228, 255, 0.2), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(26, 184, 230, 0.18), transparent 55%);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 3.4vw, 4.6rem);
  line-height: 1.04;
  text-wrap: balance;
}

.hero-copy {
  max-width: 760px;
}

.hero-notes {
  max-width: 560px;
}

.hero-copy p,
.section-head p,
.market-callout p,
.customer-card p,
.validation-card p {
  max-width: 62ch;
}

.lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: rgba(43, 228, 255, 0.18);
  color: var(--accent);
  margin-bottom: 18px;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 16px;
}

.cta-group.center {
  justify-content: center;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.stat-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 110px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.stat-card > * {
  position: relative;
  z-index: 1;
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(43, 228, 255, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stat-card:hover::after {
  opacity: 1;
}

.stat-value {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
  color: var(--accent-3);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.hero-notes span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  min-height: 36px;
}

.tagline {
  margin-top: 22px;
  font-size: 0.8rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.hero-visual {
  position: relative;
  min-height: clamp(480px, 34vw, 660px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: center;
  padding-top: 28px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(circle at 30% 20%, rgba(43, 228, 255, 0.2), transparent 55%);
  opacity: 0.6;
  z-index: -1;
}

.hireon-watermark {
  position: absolute;
  top: -8%;
  right: 6%;
  width: clamp(220px, 26vw, 380px);
  height: auto;
  opacity: 0.28;
  filter: drop-shadow(0 0 30px rgba(43, 228, 255, 0.35));
  pointer-events: none;
  z-index: 0;
}

.hero-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-areas:
    "main main main main mini1 mini1"
    "main main main main mini2 mini2"
    "main main main main mini3 mini3";
  grid-auto-rows: clamp(120px, 11.5vw, 150px);
  gap: 18px;
  width: min(720px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bento-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(10, 16, 26, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.bento-card.accent {
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.2), rgba(26, 184, 230, 0.2));
  border-color: rgba(255, 255, 255, 0.2);
}

.bento-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(260px circle at var(--x, 50%) var(--y, 50%), rgba(43, 228, 255, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bento-card:hover {
  transform: translateY(-6px);
  border-color: rgba(43, 228, 255, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.bento-card:hover::after {
  opacity: 1;
}

.bento-large {
  grid-area: main;
  padding: 28px;
}

.bento-mini {
  grid-column: auto;
  min-height: 130px;
}

.bento-mini.mini-1 {
  grid-area: mini1;
}

.bento-mini.mini-2 {
  grid-area: mini2;
}

.bento-mini.mini-3 {
  grid-area: mini3;
}

.bento-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.bento-title {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}

.bento-copy {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.app-shell {
  display: grid;
  gap: 16px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 6px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), transparent);
}

.app-shell > * {
  border-radius: 12px;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.app-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.app-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 7px;
  border-radius: 16px;
  background: rgba(43, 228, 255, 0.16);
  filter: drop-shadow(0 0 16px rgba(43, 228, 255, 0.6));
}

.app-title {
  font-size: 0.95rem;
  letter-spacing: 0.14em;
}

.app-title {
  font-weight: 600;
}

.app-pill {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(26, 184, 230, 0.2);
  color: #5fe9ff;
  font-size: 0.7rem;
}

.app-body {
  display: grid;
  gap: 12px;
}

.app-row {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px 12px;
  min-height: 44px;
}

.app-row strong {
  flex: 1 1 55%;
}

.app-row span {
  flex: 1 1 40%;
  text-align: right;
}

.app-row span {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.6);
}

.app-footer {
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}

.bento-title {
  font-size: 1.08rem;
}

.bento-copy {
  font-size: 0.84rem;
  line-height: 1.5;
}

.float-badge {
  position: absolute;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  top: 60px;
  left: 40px;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
}

.float-badge.alt {
  top: auto;
  bottom: 90px;
  right: 0;
  left: auto;
}

.float-badge.micro {
  top: 42%;
  right: 40px;
  left: auto;
  font-size: 0.64rem;
}

.section {
  padding: 110px 0;
  position: relative;
}

section[id] {
  scroll-margin-top: calc(var(--header-offset) + 32px);
}

.section.tone {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.section-head {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-head h2 {
  text-wrap: balance;
}

.section-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--accent-3);
  margin-bottom: 14px;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.snapshot-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 6px;
}

.snapshot-card span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
}

.snapshot-card strong {
  font-size: 1rem;
  color: var(--ink);
}

.problem-grid,
.customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.problem-card,
.customer-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(12, 18, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.customer-card {
  background: linear-gradient(160deg, rgba(12, 18, 28, 0.85), rgba(12, 18, 28, 0.5));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.feature-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--glass);
  transition: transform 0.3s ease, border 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(43, 228, 255, 0.4);
}

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

.spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(260px circle at var(--x, 50%) var(--y, 50%), rgba(43, 228, 255, 0.25), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.spotlight-card:hover::before {
  opacity: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.product-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.role-toggle {
  display: inline-flex;
  gap: 12px;
  background: rgba(0, 0, 0, 0.25);
  padding: 6px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.toggle-btn {
  border: none;
  background: transparent;
  color: var(--muted);
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.25), rgba(26, 184, 230, 0.25));
  color: var(--ink);
}

.toggle-panel .panel {
  display: none;
}

.toggle-panel .panel.active {
  display: block;
}

.product-visual {
  display: grid;
  gap: 18px;
}

.journey-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(14, 22, 34, 0.92), rgba(12, 18, 28, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.journey-header {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
}

.journey-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-weight: 500;
}

.journey-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(43, 228, 255, 0.2);
  color: var(--accent);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.journey-footer {
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.insight-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 6px;
}

.insight-card span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tech-grid,
.market-grid,
.validation-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.signal-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.tech-card,
.metric-card,
.validation-card,
.team-card {
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.metric-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-3);
}

.metric-label {
  font-size: 0.9rem;
  color: var(--muted);
}

.signal-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-value {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent-3);
}

.signal-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.market-callout {
  margin-top: 24px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.compare-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 18, 28, 0.65);
  box-shadow: var(--shadow-soft);
}

.compare-card.highlight {
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.18), rgba(26, 184, 230, 0.18));
  border-color: rgba(255, 255, 255, 0.2);
}

.team-card {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.team-photo {
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
  padding: 8px;
}

.team-link {
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--ink);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.advisor-card {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  max-width: 520px;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.advisor-photo {
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px;
}

.advisor-meta {
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  justify-items: center;
}

.advisor-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 44ch;
}

.advisor-meta span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}

.cta {
  padding: 130px 0;
}

.cta-inner {
  padding: 60px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.18), rgba(26, 184, 230, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 18, 0.85);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-grid h4 {
  margin-bottom: 12px;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}

.footer-grid li {
  margin-bottom: 8px;
  color: var(--muted);
  word-break: break-word;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.stat-grid .stat-card:nth-child(1),
.feature-grid .feature-card:nth-child(1),
.snapshot-grid .snapshot-card:nth-child(1),
.validation-grid .validation-card:nth-child(1),
.team-grid .team-card:nth-child(1),
.signal-grid .signal-card:nth-child(1) {
  transition-delay: 0.05s;
}

.stat-grid .stat-card:nth-child(2),
.feature-grid .feature-card:nth-child(2),
.snapshot-grid .snapshot-card:nth-child(2),
.validation-grid .validation-card:nth-child(2),
.team-grid .team-card:nth-child(2),
.signal-grid .signal-card:nth-child(2) {
  transition-delay: 0.12s;
}

.stat-grid .stat-card:nth-child(3),
.feature-grid .feature-card:nth-child(3),
.snapshot-grid .snapshot-card:nth-child(3),
.validation-grid .validation-card:nth-child(3),
.team-grid .team-card:nth-child(3),
.signal-grid .signal-card:nth-child(3) {
  transition-delay: 0.2s;
}

.stat-grid .stat-card:nth-child(4),
.feature-grid .feature-card:nth-child(4),
.snapshot-grid .snapshot-card:nth-child(4),
.validation-grid .validation-card:nth-child(4),
.team-grid .team-card:nth-child(4),
.signal-grid .signal-card:nth-child(4) {
  transition-delay: 0.28s;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes logoReveal {
  0% { opacity: 0; transform: scale(0.9); filter: drop-shadow(0 0 0 rgba(43, 228, 255, 0)); }
  60% { opacity: 1; transform: scale(1.02); filter: drop-shadow(0 0 26px rgba(43, 228, 255, 0.55)); }
  100% { opacity: 1; transform: scale(1); filter: drop-shadow(0 0 30px rgba(43, 228, 255, 0.35)); }
}

@keyframes logoPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(43, 228, 255, 0.35)); }
  50% { transform: scale(1.02); filter: drop-shadow(0 0 36px rgba(43, 228, 255, 0.6)); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.2; }
  70% { transform: scale(1.02); opacity: 0.4; }
  100% { transform: scale(1.12); opacity: 0; }
}

@keyframes blink {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

@keyframes orbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes aurora {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(20px, -20px, 0); }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .hero-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "main main"
      "mini1 mini1"
      "mini2 mini2"
      "mini3 mini3";
    grid-auto-rows: auto;
  }

  .float-badge {
    display: none;
  }

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

  .problem-grid,
  .customer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero-visual {
    order: 2;
    align-self: start;
  }

  .hero-copy {
    order: 1;
  }

  .hireon-watermark {
    top: -6%;
    right: 50%;
    transform: translateX(50%);
    width: clamp(180px, 40vw, 260px);
    opacity: 0.2;
  }
}

@media (max-width: 1000px) {
  .hero-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1300px) {
  .nav-links {
    gap: 14px;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }
}

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

  .nav-toggle {
    display: inline-flex;
  }

  .header-cta .btn.ghost {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: calc(12px + env(safe-area-inset-top)) 0 12px;
  }

  .header-inner {
    width: min(1000px, 100% - 10vw);
  }
}

@media (max-width: 720px) {
  :root {
    --avatar-size: 160px;
  }

  .container {
    width: min(1000px, 100% - 8vw);
  }

  .nav-links {
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }

  .cta-inner {
    padding: 40px 24px;
  }

  .hero {
    padding: calc(70px + var(--header-offset)) 0 90px;
  }

  .hero-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "mini1"
      "mini2"
      "mini3";
    grid-auto-rows: auto;
  }

  .bento-large {
    grid-area: main;
  }

  .hero-visual {
    min-height: 420px;
  }

  .section {
    padding: 90px 0;
  }

  section[id] {
    scroll-margin-top: calc(var(--header-offset) + 20px);
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .lead {
    font-size: 1rem;
  }

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

  .hero-notes span {
    font-size: 0.65rem;
  }

  .hero-notes {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 110px 0;
  }

  .app-header {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .app-icon {
    width: 44px;
    height: 44px;
  }

  .bento-mini {
    min-height: 0;
  }

  .app-row span {
    text-align: left;
  }
}

@media (max-width: 520px) {
  :root {
    --avatar-size: 140px;
  }

  .site-header {
    padding: calc(10px + env(safe-area-inset-top)) 0 10px;
  }

  .header-inner {
    width: min(1000px, 100% - 8vw);
  }

  .hero {
    padding: calc(70px + var(--header-offset)) 0 80px;
  }

  .cta-inner {
    padding: 32px 18px;
  }

  .nav-drawer {
    width: 100%;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1300px) {
  :root {
    --container: min(1360px, 100% - 12vw);
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 90px;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 4.2vw, 5.4rem);
  }

  .hero-bento {
    grid-auto-rows: 130px;
  }
}

@media (min-width: 1600px) {
  :root {
    --container: min(1500px, 100% - 14vw);
  }

  .hero {
    padding: calc(110px + var(--header-offset)) 0 140px;
  }

  .hero-grid {
    gap: 110px;
  }

  .hero-copy h1 {
    font-size: 5.6rem;
  }

  .hero-copy {
    max-width: 880px;
  }

  .hero-bento {
    width: min(820px, 100%);
  }
}

@media (min-width: 1200px) {
  .nav-links {
    gap: 20px;
    font-size: 0.72rem;
  }
}

@media (min-width: 1900px) {
  :root {
    --container: min(1680px, 100% - 16vw);
  }

  .hero {
    padding: calc(120px + var(--header-offset)) 0 160px;
  }

  .hero-grid {
    gap: 130px;
  }

  .hero-visual {
    min-height: 720px;
  }

  .section {
    padding: 130px 0;
  }
}

@media (min-width: 981px) {
  .nav-backdrop,
  .nav-drawer {
    display: none;
  }
}

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

  [data-reveal] {
    transition: none;
  }

  .btn:hover {
    transform: none;
  }

  #constellation {
    display: none;
  }

  .glow {
    animation: none;
  }

  .preloader {
    animation: none;
  }

  .preloader-glow,
  .preloader-logo,
  .preloader-orbit,
  .preloader-dots span {
    animation: none;
  }
}
