:root {
  --navy: #08132b;
  --navy-deep: #050b1b;
  --violet: #6d28d9;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --white: #f8fafc;
  --muted: #9aa9c4;
  --line: rgba(166, 188, 228, 0.14);
  --panel: rgba(12, 25, 52, 0.68);
  --font: "Segoe UI", Poppins, Inter, system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--navy-deep); scroll-behavior: smooth; }
body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 68% 46%, rgba(37, 99, 235, .12), transparent 31rem),
    linear-gradient(145deg, #050b1b 0%, #08132b 55%, #071026 100%);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed; inset: 0; z-index: -1; content: ""; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 20; padding: .7rem 1rem; color: var(--navy); background: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.ambient { position: fixed; z-index: -1; width: 28rem; height: 28rem; border-radius: 50%; filter: blur(100px); opacity: .12; pointer-events: none; }
.ambient-one { top: -12rem; right: 15%; background: var(--violet); animation: drift 14s ease-in-out infinite alternate; }
.ambient-two { bottom: -18rem; left: 30%; background: var(--cyan); animation: drift 18s ease-in-out 2s infinite alternate-reverse; }
.site-header, main, footer { width: min(100% - 4rem, 1360px); margin-inline: auto; }
.site-header { height: 9.5rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 202px; height: 72px; overflow: hidden; border-radius: .65rem; background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.brand img { display: block; width: 202px; height: auto; transform: translateY(-2px); }
.header-status { display: flex; align-items: center; gap: .65rem; color: #aebbd2; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.header-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(6,182,212,.1), 0 0 18px var(--cyan); }
.hero { min-height: calc(100svh - 15rem); display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(3rem, 5vw, 5rem); padding: 5.5rem 0 4.5rem; }
.hero-copy { position: relative; z-index: 2; animation: reveal .9s both; }
.eyebrow { margin: 0 0 1.3rem; color: #96a8c7; font-size: .74rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(3.4rem, 5.7vw, 6.4rem); line-height: .95; letter-spacing: -.062em; font-weight: 650; }
h1 span { color: transparent; background: linear-gradient(100deg, #fff 5%, #a8c6ff 47%, #65e6eb); -webkit-background-clip: text; background-clip: text; }
.lead { max-width: 35rem; margin: 2rem 0 0; color: #c4cee0; font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.65; }
.support { margin: 1.25rem 0 0; color: #96a5be; font-size: .95rem; }
.support span { color: #c3cede; }
.launch-note { display: flex; align-items: center; gap: 1.25rem; margin-top: 3.4rem; }
.launch-line { width: 3.8rem; height: 1px; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.launch-note p { margin: 0; }
.launch-note strong { display: block; font-size: .8rem; letter-spacing: .28em; text-transform: uppercase; }
.intelligence-visual { position: relative; overflow: hidden; min-height: 35rem; border: 1px solid var(--line); border-radius: 1.25rem; background: linear-gradient(145deg, rgba(18,35,70,.72), rgba(6,15,34,.62)); box-shadow: 0 45px 90px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(18px); animation: reveal 1s .2s both; }
.intelligence-visual::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.025) 50%, transparent 70%); transform: translateX(-100%); animation: sheen 8s 2s infinite; }
.visual-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 1.7rem 1.8rem; border-bottom: 1px solid var(--line); }
.visual-head p { margin: 0 0 .4rem; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.visual-head span { color: #8998b2; font-size: .72rem; }
.live-indicator { padding: .45rem .7rem; border: 1px solid rgba(6,182,212,.18); border-radius: 99px; color: #7fe7ed !important; background: rgba(6,182,212,.06); letter-spacing: .08em; text-transform: uppercase; }
.chart { position: relative; height: 22rem; }
.grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 100% 25%, 16.666% 100%; opacity: .36; }
.chart svg { position: absolute; inset: 2rem 0 0; width: 100%; height: calc(100% - 2rem); overflow: visible; }
.chart-line { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.primary { stroke: url(#line); stroke-width: 3; filter: drop-shadow(0 0 10px rgba(37,99,235,.45)); stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 2s .8s ease-out forwards; }
.ghost { stroke: rgba(132,152,190,.25); stroke-width: 1.5; stroke-dasharray: 6 8; }
.chart-area { opacity: 0; animation: fade 1s 1.4s forwards; }
.points { opacity: 0; animation: fade .8s 2s forwards; }
.chart-label { position: absolute; padding: .35rem .55rem; border: 1px solid var(--line); border-radius: .35rem; color: #a8b7ce; background: rgba(7,16,37,.88); font-size: .62rem; letter-spacing: .06em; }
.label-one { top: 49%; left: 47%; }.label-two { top: 22%; right: 5%; color: #68e0e8; }
.visual-foot { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.visual-foot > div { display: flex; gap: .8rem; padding: 1.25rem 1.15rem; }
.visual-foot > div + div { border-left: 1px solid var(--line); }
.visual-foot span { color: var(--cyan); font-size: .58rem; letter-spacing: .09em; }
.visual-foot p { margin: 0; font-size: .73rem; font-weight: 600; }
.visual-foot small { display: block; margin-top: .32rem; color: #7f8ca4; font-size: .6rem; font-weight: 400; }
footer { display: flex; justify-content: space-between; padding: 1.4rem 0 2rem; border-top: 1px solid var(--line); color: #566681; font-size: .65rem; letter-spacing: .06em; }
footer p { margin: 0; } footer p:last-child { text-transform: uppercase; letter-spacing: .17em; } footer i { display: inline-block; width: 3px; height: 3px; margin: 0 .55rem; border-radius: 50%; background: var(--cyan); vertical-align: middle; }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes draw { to { stroke-dashoffset: 0; } } @keyframes fade { to { opacity: 1; } }
@keyframes drift { to { transform: translate(4rem, 2rem) scale(1.1); } }
@keyframes sheen { 0%, 70% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; gap: 4.5rem; padding-top: 5rem; }
  .hero-copy { max-width: 46rem; } .intelligence-visual { width: min(100%, 48rem); min-height: auto; }
}
@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 2rem, 1360px); }
  .site-header { height: 7.25rem; } .brand { width: 164px; height: 59px; } .brand img { width: 164px; }
  .header-status { font-size: .61rem; letter-spacing: .12em; }
  .hero { min-height: auto; gap: 3.7rem; padding: 4rem 0 3.5rem; }
  .eyebrow { margin-bottom: 1rem; font-size: .65rem; } h1 { font-size: clamp(3.1rem, 14.4vw, 4.7rem); }
  .lead { margin-top: 1.5rem; font-size: 1rem; line-height: 1.55; } .support { max-width: 18rem; line-height: 1.6; }
  .launch-note { margin-top: 2.5rem; gap: .9rem; } .launch-line { width: 2.4rem; }
  .intelligence-visual { border-radius: .9rem; } .visual-head { padding: 1.3rem 1.15rem; }
  .chart { height: 16.5rem; } .chart svg { top: 1rem; }
  .visual-foot > div { display: block; padding: 1rem .75rem; } .visual-foot span { display: block; margin-bottom: .35rem; } .visual-foot small { display: none; }
  footer { gap: 1rem; align-items: flex-end; } footer p:last-child { max-width: 8rem; text-align: right; line-height: 1.8; }
}
@media (max-width: 380px) { .site-header, main, footer { width: min(100% - 1.5rem, 1360px); } .brand { width: 145px; height: 52px; } .brand img { width: 145px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .primary { stroke-dashoffset: 0; } .chart-area, .points { opacity: 1; }
}
