:root {
  --bg: #030712;
  --bg-soft: #07111f;
  --card: rgba(255,255,255,.065);
  --card-strong: rgba(255,255,255,.1);
  --line: rgba(255,255,255,.12);
  --text: #f8fafc;
  --muted: #a7b3c8;
  --cyan: #22d3ee;
  --blue: #2563eb;
  --violet: #7c3aed;
  --green: #2dd4bf;
  --shadow: 0 24px 90px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(37,99,235,.32), transparent 34%), radial-gradient(circle at 80% 10%, rgba(34,211,238,.18), transparent 28%), var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; opacity: .055; pointer-events: none; z-index: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.orb { position: fixed; width: 420px; height: 420px; border-radius: 999px; filter: blur(90px); opacity: .25; z-index: 0; pointer-events: none; }
.orb-one { background: var(--cyan); top: 12%; left: -180px; }
.orb-two { background: var(--violet); bottom: 8%; right: -160px; }
.site-header { position: fixed; width: 100%; top: 0; z-index: 20; backdrop-filter: blur(22px); background: rgba(3,7,18,.68); border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar { max-width: 1180px; margin: auto; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .08em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--cyan), var(--blue), var(--violet)); box-shadow: 0 0 28px rgba(34,211,238,.34); }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: white; }
.nav-cta { color: white !important; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; background: white; margin: 7px; }
.section-pad { position: relative; z-index: 1; padding: 112px 22px; }
.compact { padding-top: 70px; }
.hero { min-height: 100vh; display: grid; align-items: center; padding-top: 135px; }
.hero-grid, .split { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items: center; }
.eyebrow, .section-kicker { color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(34,211,238,.24); border-radius: 999px; background: rgba(34,211,238,.08); }
.eyebrow span { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 18px var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(45px, 7vw, 88px); line-height: .93; letter-spacing: -.07em; margin: 24px 0; }
h2 { font-size: clamp(34px, 4.5vw, 58px); line-height: 1; letter-spacing: -.055em; margin: 14px 0 18px; }
h3 { font-size: 21px; letter-spacing: -.02em; }
p { color: var(--muted); line-height: 1.75; }
.hero-text { font-size: 19px; max-width: 680px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.32); }
.btn-primary { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #00101a; border: none; box-shadow: 0 14px 42px rgba(34,211,238,.24); }
.btn-secondary { background: rgba(255,255,255,.07); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; color: var(--muted); font-size: 13px; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; background: rgba(255,255,255,.04); }
.hero-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.dashboard-card, .contact-card, .chat-card { background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); backdrop-filter: blur(24px); }
.main-card { width: min(430px, 92vw); padding: 22px; transform: rotate(-2deg); }
.card-top { display: flex; gap: 8px; margin-bottom: 28px; }
.card-top span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.35); }
.metric-line { display: flex; justify-content: space-between; align-items: center; }
.metric-line b { font-size: 42px; background: linear-gradient(135deg, var(--cyan), white); -webkit-background-clip: text; color: transparent; }
.bars { height: 190px; display: flex; align-items: end; gap: 14px; padding: 18px 0; }
.bars i { flex: 1; border-radius: 18px 18px 6px 6px; background: linear-gradient(180deg, var(--cyan), var(--blue)); animation: pulseBar 2.6s ease-in-out infinite alternate; }
.ai-chip { border: 1px solid rgba(34,211,238,.24); border-radius: 16px; padding: 14px; color: var(--cyan); background: rgba(34,211,238,.08); font-weight: 700; }
.floating-card { position: absolute; padding: 15px 18px; border-radius: 18px; background: rgba(255,255,255,.09); border: 1px solid var(--line); box-shadow: var(--shadow); font-weight: 800; }
.card-a { top: 78px; right: 20px; }
.card-b { bottom: 78px; left: 12px; }
.node-map span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 28px var(--cyan); animation: float 5s ease-in-out infinite; }
.node-map span:nth-child(1){left:18%;top:28%}.node-map span:nth-child(2){right:14%;top:34%}.node-map span:nth-child(3){left:42%;bottom:12%}.node-map span:nth-child(4){right:26%;bottom:24%}.node-map span:nth-child(5){left:52%;top:8%}
.section-head { max-width: 860px; margin: 0 auto 46px; text-align: center; }
.solutions-grid, .usecases { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card, .usecase, .timeline > div, .ecosystem-grid div { border: 1px solid var(--line); background: var(--card); border-radius: 26px; padding: 28px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.solution-card:hover, .usecase:hover, .timeline > div:hover { transform: translateY(-5px); background: var(--card-strong); border-color: rgba(34,211,238,.32); }
.solution-card span, .timeline span { color: var(--cyan); font-weight: 900; }
.ecosystem { background: linear-gradient(180deg, transparent, rgba(37,99,235,.08), transparent); }
.text-link { color: var(--cyan); font-weight: 900; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.ecosystem-grid div { min-height: 96px; display: grid; place-items: center; font-weight: 900; text-align: center; background: linear-gradient(135deg, rgba(34,211,238,.12), rgba(124,58,237,.12)); }
.usecase div { font-size: 36px; margin-bottom: 14px; }
.stats-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; border: 1px solid var(--line); border-radius: 30px; padding: 26px; background: rgba(255,255,255,.06); }
.stats-grid div { padding: 24px; }
.stats-grid strong { display: block; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.05em; }
.stats-grid span { color: var(--muted); }
.tech-marquee { overflow: hidden; max-width: 1180px; margin: auto; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.05); }
.track { display: flex; gap: 14px; width: max-content; padding: 20px; animation: marquee 24s linear infinite; }
.track span { padding: 14px 20px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--muted); font-weight: 800; white-space: nowrap; }
.reverse { grid-template-columns: .92fr 1.08fr; }
.chat-card { padding: 24px; }
.chat-header { color: var(--cyan); font-weight: 900; margin-bottom: 20px; }
.chat-header span { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px var(--green); }
.message { width: fit-content; max-width: 85%; padding: 14px 16px; border-radius: 18px; margin: 12px 0; line-height: 1.55; }
.bot { background: rgba(34,211,238,.1); border: 1px solid rgba(34,211,238,.2); }
.user { background: rgba(255,255,255,.1); margin-left: auto; }
.timeline { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.contact-card { max-width: 980px; margin: auto; padding: clamp(32px, 6vw, 68px); text-align: center; background: radial-gradient(circle at top, rgba(34,211,238,.18), transparent 45%), rgba(255,255,255,.07); }
.contact-actions { justify-content: center; }
.footer { position: relative; z-index: 1; padding: 34px 22px; max-width: 1180px; margin: auto; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 18px; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(22px); transition: .75s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulseBar { to { opacity: .72; transform: scaleY(.92); } }
@keyframes float { 50% { transform: translateY(-18px); } }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: 76px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(3,7,18,.96); }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .reverse { grid-template-columns: 1fr; gap: 34px; }
  .hero { padding-top: 120px; }
  .hero-visual { min-height: 430px; }
  .solutions-grid, .usecases { grid-template-columns: 1fr; }
  .stats-grid, .timeline { grid-template-columns: repeat(2,1fr); }
  .footer { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .section-pad { padding: 82px 16px; }
  h1 { font-size: 43px; }
  .stats-grid, .timeline, .ecosystem-grid { grid-template-columns: 1fr; }
  .floating-card { display: none; }
  .btn { width: 100%; }
}
