:root {
  --bg: #050816;
  --bg-2: #081020;
  --text: #f7fbff;
  --muted: rgba(247, 251, 255, 0.68);
  --soft: rgba(247, 251, 255, 0.12);
  --line: rgba(247, 251, 255, 0.15);
  --blue: #1687ff;
  --blue-2: #0b42b8;
  --cyan: #72e4ff;
  --silver: #d9e6f6;
  --card: rgba(255, 255, 255, 0.08);
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(22, 135, 255, 0.35), transparent 34rem),
    radial-gradient(circle at 86% 14%, rgba(114, 228, 255, 0.18), transparent 28rem),
    linear-gradient(135deg, var(--bg), #02030a 55%, var(--bg-2));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

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

.page-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: .075;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  opacity: .45;
  background: radial-gradient(circle, rgba(22, 135, 255, .32), transparent 60%);
  transform: translate(-50%, -50%);
  transition: opacity .25s ease;
}

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(30px);
  opacity: .6;
  pointer-events: none;
  z-index: 0;
  animation: drift 12s ease-in-out infinite alternate;
}
.ambient-one { width: 28rem; height: 28rem; left: -8rem; top: 14rem; background: rgba(22, 135, 255, .15); }
.ambient-two { width: 22rem; height: 22rem; right: -7rem; top: 6rem; background: rgba(114, 228, 255, .12); animation-delay: -3s; }
.ambient-three { width: 20rem; height: 20rem; left: 50%; bottom: -10rem; background: rgba(7, 60, 180, .28); animation-delay: -5s; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  margin: 0 auto;
  backdrop-filter: blur(22px);
  background: rgba(5, 8, 22, .62);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 720; letter-spacing: -.02em; }
.brand img { width: 2.4rem; height: 2.4rem; object-fit: contain; border-radius: .7rem; background: #fff; padding: .15rem; }
.brand span { font-size: 1.02rem; }

.nav-links { display: flex; gap: 1.3rem; color: var(--muted); font-size: .9rem; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--text); }

.nav-button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.nav-button { border: 1px solid var(--line); padding: .65rem 1rem; font-size: .88rem; color: var(--text); }
.nav-button:hover, .button:hover { transform: translateY(-2px); }

.section { position: relative; z-index: 2; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.hero { min-height: calc(100vh - 5rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 7rem); align-items: center; }
.hero-copy { max-width: 46rem; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--cyan); text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.3rem; font-size: clamp(4rem, 9vw, 8.4rem); line-height: .88; letter-spacing: -.085em; max-width: 12ch; }
h2 { font-size: clamp(2rem, 4.6vw, 4.8rem); line-height: .95; letter-spacing: -.06em; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; letter-spacing: -.02em; margin-bottom: .65rem; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.68; max-width: 44rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.1rem; }
.button { padding: .9rem 1.25rem; font-weight: 680; }
.primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 18px 55px rgba(22, 135, 255, .25); }
.secondary { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.05); }

.hero-card { min-height: 40rem; display: grid; place-items: center; perspective: 1200px; }
.glass-panel {
  position: relative;
  width: min(34rem, 86vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3rem;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(24px);
  transform-style: preserve-3d;
  animation: float 7s ease-in-out infinite;
  overflow: hidden;
}
.glass-panel::before { content: ""; position: absolute; inset: -30%; background: conic-gradient(from 210deg, transparent, rgba(114,228,255,.24), transparent, rgba(22,135,255,.24), transparent); animation: spin 9s linear infinite; }
.glass-panel::after { content: ""; position: absolute; inset: 1px; border-radius: inherit; background: rgba(5, 8, 22, .45); }
.core-logo { position: absolute; z-index: 3; inset: 26%; display: grid; place-items: center; border-radius: 2rem; background: rgba(255,255,255,.92); box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 24px 75px rgba(0,0,0,.32); transform: translateZ(70px); }
.core-logo img { width: 86%; height: 86%; object-fit: contain; }
.ring { position: absolute; z-index: 2; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); inset: 16%; animation: orbit 9s linear infinite; }
.ring-b { inset: 24%; transform: rotateX(70deg); animation-duration: 7s; }
.ring-c { inset: 8%; transform: rotateY(68deg); animation-duration: 11s; }
.floating-card { position: absolute; z-index: 4; min-width: 8.6rem; padding: .85rem .95rem; border: 1px solid rgba(255,255,255,.17); border-radius: 1.15rem; background: rgba(255,255,255,.1); backdrop-filter: blur(18px); box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.floating-card span { display: block; color: var(--muted); font-size: .72rem; margin-bottom: .25rem; }
.floating-card strong { font-size: 1.15rem; }
.card-one { left: 1.2rem; top: 3.1rem; animation: floatSmall 4.8s ease-in-out infinite; }
.card-two { right: .8rem; top: 48%; animation: floatSmall 5.5s ease-in-out infinite reverse; }
.card-three { left: 3.4rem; bottom: 2rem; animation: floatSmall 5.2s ease-in-out infinite; }

.stats { padding-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stats article { border: 1px solid var(--line); border-radius: 1.8rem; padding: 2rem; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); box-shadow: 0 18px 70px rgba(0,0,0,.18); }
.stat-value { display: block; font-size: clamp(2.4rem, 5vw, 5.2rem); font-weight: 820; letter-spacing: -.06em; margin-bottom: .5rem; }
.stats p, .copy p, .strategy-card p, .manifesto p, .legal, .fine-print { color: var(--muted); line-height: 1.65; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.copy { font-size: 1.05rem; }
.section-head { max-width: 58rem; margin-bottom: 2.2rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.strategy-card, .ticker, .contact-panel, .manifesto {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  border-radius: 1.6rem;
  padding: 1.6rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 80px rgba(0,0,0,.16);
}
.strategy-card span { display: inline-flex; color: var(--cyan); font-weight: 800; margin-bottom: 2.5rem; }
.strategy-card { min-height: 19rem; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.strategy-card:hover { transform: translateY(-7px); border-color: rgba(114,228,255,.42); background: rgba(255,255,255,.11); }

.cases { padding-top: 4rem; }
.ticker-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ticker { min-height: 10rem; display: flex; flex-direction: column; justify-content: space-between; }
.ticker strong { font-size: clamp(2rem, 4vw, 4.2rem); letter-spacing: -.06em; color: #fff; }
.ticker span { color: var(--muted); }
.fine-print { max-width: 70rem; margin-top: 1rem; font-size: .9rem; }

.manifesto { margin-inline: clamp(1.25rem, 5vw, 5rem); padding: clamp(2rem, 5vw, 4.5rem); overflow: hidden; }
.manifesto::before { content: ""; position: absolute; inset: -50% -20% auto; height: 18rem; background: radial-gradient(circle, rgba(22,135,255,.28), transparent 62%); }
.manifesto h2 { max-width: 13ch; }
.manifesto p:last-child { max-width: 52rem; font-size: 1.06rem; }

.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: end; padding: clamp(1.7rem, 4vw, 3rem); }
.contact-list { display: grid; gap: .95rem; justify-items: start; }
.contact-list a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: .12rem; }
.contact-list p { color: var(--muted); line-height: 1.55; margin: 0; }
.site-footer { position: relative; z-index: 2; display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; padding: 2.5rem clamp(1.25rem, 5vw, 5rem); border-top: 1px solid var(--line); color: var(--muted); }
.site-footer strong { color: var(--text); }
.legal { font-size: .82rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(2rem,-1.2rem,0) scale(1.08); } }
@keyframes float { 0%,100% { transform: translateY(0) rotateX(0deg) rotateY(0deg); } 50% { transform: translateY(-18px) rotateX(3deg) rotateY(-4deg); } }
@keyframes floatSmall { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1000px) {
  .hero, .split-grid, .contact-panel, .site-footer { grid-template-columns: 1fr; }
  .hero { padding-top: 5rem; }
  .card-grid, .ticker-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}

@media (max-width: 640px) {
  .section { padding-inline: 1rem; }
  h1 { font-size: clamp(3.35rem, 17vw, 5rem); }
  .card-grid, .ticker-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 28rem; }
  .floating-card { transform: scale(.88); }
  .card-one { left: .5rem; top: 1.6rem; }
  .card-two { right: .4rem; }
  .card-three { left: 1rem; }
  .brand img { width: 2.1rem; height: 2.1rem; }
  .nav-button { padding: .58rem .8rem; }
}
