:root {
  --bg: #08111f;
  --bg-2: #0c1728;
  --panel: rgba(15, 30, 54, 0.78);
  --panel-strong: #101f38;
  --line: rgba(148, 163, 184, 0.20);
  --text: #eaf6ff;
  --muted: #9fb0c3;
  --muted-2: #6f8298;
  --cyan: #22d3ee;
  --blue: #3b82f6;
  --green: #86efac;
  --green-2: #22c55e;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(circle at 84% 8%, rgba(34, 211, 238, 0.15), transparent 30rem),
    radial-gradient(circle at 8% 34%, rgba(34, 197, 94, 0.10), transparent 26rem),
    var(--bg);
  color: var(--text);
  line-height: 1.5;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -0.04em; }
h1 { font-size: clamp(2.6rem, 5.5vw, 3.9rem); max-width: 24ch; line-height: 1.12; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.38rem; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--bg);
  z-index: 999;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}
.section-pad { padding: 7rem 0; }
.eyebrow {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  margin-bottom: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 17, 31, .72);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1240px, calc(100% - 2rem));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand img { width: 270px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; }
.nav-links a { color: #c9d8e8; font-size: .94rem; font-weight: 650; }
.nav-links a:hover { color: var(--white); }
.nav-cta {
  padding: .78rem 1.05rem;
  border: 1px solid rgba(34, 211, 238, .42);
  border-radius: 999px;
  background: rgba(34, 211, 238, .10);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  padding: .7rem;
}
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding-top: 6rem; }
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(34, 211, 238, .11), transparent 35%),
    radial-gradient(circle at 68% 40%, rgba(59, 130, 246, .18), transparent 24rem);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: center;
}
.hero-lead { max-width: 680px; margin-top: 1.8rem; font-size: clamp(1.12rem, 1.5vw, 1.45rem); color: #bfcede; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #03111b; background: linear-gradient(135deg, var(--green), var(--cyan)); box-shadow: 0 16px 46px rgba(34, 211, 238, .20); }
.btn.secondary { border-color: rgba(255,255,255,.20); color: var(--text); background: rgba(255,255,255,.05); }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
  margin-top: 3rem;
}
.hero-proof div {
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(15, 30, 54, .45);
  border-radius: 18px;
}
.hero-proof strong { display: block; color: var(--white); font-size: 1.05rem; margin-bottom: .25rem; }
.hero-proof span { display: block; color: var(--muted); font-size: .88rem; }
.hero-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(125, 211, 252, .25);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(16,31,56,.92), rgba(8,17,31,.72));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 80% 0%, rgba(134, 239, 172, .20), transparent 20rem);
  pointer-events: none;
}
.hero-card > * { position: relative; }
.status-pill {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  padding: .45rem .75rem;
  border-radius: 999px;
  color: #d6fff1;
  border: 1px solid rgba(134, 239, 172, .28);
  background: rgba(34, 197, 94, .08);
  font-size: .82rem;
  font-weight: 750;
  margin-bottom: 1.4rem;
}
.status-pill span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.hero-card h2 { font-size: 2rem; margin-bottom: 1.35rem; }
.mini-product {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}
.mini-product h3 { font-size: 1.05rem; letter-spacing: -.02em; margin-bottom: .28rem; }
.mini-product p { font-size: .94rem; }
.mini-icon { width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.mini-icon.reserved { background: linear-gradient(135deg, var(--green), var(--cyan)); }
.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: 1.2rem;
}
.metric-row div { padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.metric-row strong { display: block; font-size: 2.2rem; color: var(--white); letter-spacing: -.05em; }
.metric-row span { display: block; font-size: .82rem; color: var(--muted); }

.logo-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.strip-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.25rem 0; color: #aebfd2; font-weight: 760; font-size: .9rem; }

.two-col, .roadmap-grid, .architecture-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3.5rem; align-items: start; }
.copy-stack { display: grid; gap: 1.3rem; font-size: 1.08rem; }
.section-heading { max-width: 820px; text-align: center; margin-bottom: 3rem; }
.section-heading p:last-child { margin-top: 1rem; font-size: 1.08rem; }
.cards { display: grid; gap: 1rem; margin-top: 3rem; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.info-card, .use-card, .industry-card, .product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(15, 30, 54, .58);
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.info-card { padding: 1.6rem; min-height: 240px; }
.card-number { color: var(--cyan); font-size: .9rem; font-weight: 850; margin-bottom: 2.8rem; }
.info-card h3, .use-card h3 { margin-bottom: .75rem; }

.products { background: linear-gradient(180deg, rgba(16,31,56,.18), rgba(8,17,31,0)); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.product-card { position: relative; overflow: hidden; padding: 2rem; }
.product-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(34,211,238,.12), transparent 16rem); pointer-events: none; }
.reserved-card::before { background: radial-gradient(circle at 80% 0%, rgba(134,239,172,.13), transparent 16rem); }
.product-card > * { position: relative; }
.product-topline { color: var(--green); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.product-card h3 { font-size: clamp(1.8rem, 3vw, 3rem); margin-bottom: 1rem; }
.product-lead { font-size: 1.05rem; color: #bfd0df; margin-bottom: 1.6rem; }
.check-list { padding: 0; margin: 0 0 1.7rem; list-style: none; display: grid; gap: .75rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: #c5d4e3; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.text-link { color: var(--cyan); font-weight: 850; }
.comparison { margin-top: 1.4rem; overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(15, 30, 54, .48); }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 1.05rem 1.15rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--white); background: rgba(255,255,255,.05); font-size: .95rem; }
td { color: #c5d4e3; }
td:first-child { color: var(--green); font-weight: 800; }
tr:last-child td { border-bottom: 0; }

.use-card { padding: 1.45rem; min-height: 215px; }
.use-card h3 { color: var(--white); }

.architecture-visual { border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.stack-list { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.8rem; }
.stack-list span { padding: .55rem .75rem; border-radius: 999px; background: rgba(34, 211, 238, .08); color: #d4f7ff; border: 1px solid rgba(34,211,238,.18); font-size: .86rem; font-weight: 750; }

.security-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 3rem;
  padding: 2rem;
  border: 1px solid rgba(134, 239, 172, .24);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(16,31,56,.88), rgba(9,19,34,.72));
  box-shadow: var(--shadow);
}
.security-content p { font-size: 1.05rem; margin-bottom: 1.4rem; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.security-grid div { padding: 1rem; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.security-grid strong { display: block; color: var(--white); margin-bottom: .3rem; }
.security-grid span { color: var(--muted); font-size: .92rem; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.industry-card { padding: 1.3rem; }
.industry-card span { display: block; color: var(--white); font-weight: 850; margin-bottom: .7rem; font-size: 1.12rem; }

.timeline { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.timeline li {
  position: relative;
  padding: 1.15rem 1.15rem 1.15rem 4.2rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(15, 30, 54, .52);
}
.timeline li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: #06131f;
  font-weight: 900;
}
.timeline strong { display: block; color: var(--white); margin-bottom: .3rem; }
.timeline span { color: var(--muted); }

.contact { padding-top: 3rem; }
.cta-panel {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(2rem, 5vw, 5rem);
  border-radius: 36px;
  border: 1px solid rgba(34,211,238,.28);
  background:
    radial-gradient(circle at 15% 0%, rgba(134,239,172,.16), transparent 20rem),
    radial-gradient(circle at 85% 20%, rgba(34,211,238,.16), transparent 20rem),
    rgba(15, 30, 54, .72);
  box-shadow: var(--shadow);
}
.cta-panel h2 { max-width: 800px; margin: 0 auto 1rem; }
.cta-panel p:not(.eyebrow) { max-width: 740px; margin: 0 auto; font-size: 1.08rem; }
.contact-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.microcopy { margin-top: 1.3rem !important; color: var(--muted-2) !important; font-size: .88rem !important; }

.site-footer { padding: 4rem 0; border-top: 1px solid var(--line); background: rgba(3, 8, 16, .35); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 2rem; }
.footer-grid img { width: 220px; margin-bottom: 1rem; }
.footer-grid h3 { font-size: .95rem; letter-spacing: -.01em; margin-bottom: .8rem; color: var(--white); }
.footer-grid a, .footer-grid span { display: block; color: var(--muted); margin-bottom: .5rem; font-size: .94rem; }
.footer-grid a:hover { color: var(--white); }
.footer-grid .copyright { display: block; white-space: nowrap; }
.footer-grid .copyright [data-year] { display: inline; margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 82px 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .75rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(8, 17, 31, .96);
    box-shadow: var(--shadow);
  }
  body.nav-open .nav-links { display: flex; }
  .nav-links a { padding: 1rem; border-radius: 14px; }
  .nav-links a:hover { background: rgba(255,255,255,.06); }
  .hero-grid, .two-col, .architecture-grid, .security-panel, .roadmap-grid { grid-template-columns: 1fr; }
  .hero-proof, .cards.three, .cards.four, .product-grid, .industry-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-pad { padding: 5rem 0; }
}

@media (max-width: 640px) {
  .brand img { width: 218px; }
  .hero { padding-top: 4rem; }
  h1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero-proof, .cards.three, .cards.four, .product-grid, .industry-grid, .footer-grid, .security-grid, .metric-row { grid-template-columns: 1fr; }
  .strip-inner { justify-content: flex-start; }
  .product-card, .security-panel, .hero-card { padding: 1.35rem; border-radius: 24px; }
  .contact-actions .btn, .hero-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
  .btn:hover { transform: none; }
}
