:root {
  --bg: #f7fbff;
  --bg-deep: #edf5ff;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: rgba(255, 255, 255, 0.88);
  --border: rgba(59, 130, 246, 0.14);
  --text: #0f172a;
  --muted: #475569;
  --blue: #3b82f6;
  --cyan: #22d3ee;
  --violet: #a78bfa;
  --mint: #34d399;
  --amber: #fbbf24;
  --shadow: 0 24px 80px rgba(56, 189, 248, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.18), transparent 28%),
    radial-gradient(circle at 50% 20%, rgba(167, 139, 250, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 55%, var(--bg-deep) 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 100%);
  opacity: 0.4;
}

.page-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 22px;
  backdrop-filter: blur(22px);
  box-shadow: 0 14px 48px rgba(15, 23, 42, 0.06);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--cyan), var(--violet));
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.35);
}

.brand-name,
.brand-subtitle,
.section-kicker,
.eyebrow,
.system-label,
.panel-topline,
.metric-item span,
.workflow-node span,
.side-chip {
  letter-spacing: 0.02em;
}

.brand-name,
.section-heading h2,
.hero-copy h1,
.feature-card h3,
.system-card h3,
.workflow-node h3 {
  font-family: "Sora", sans-serif;
}

.brand-name,
.hero-copy h1,
.section-heading h2 {
  margin: 0;
}

.brand-name {
  font-size: 1rem;
  font-weight: 700;
}

.brand-subtitle {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.topnav a,
.nav-cta,
.button {
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.topnav a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.85);
}

.nav-cta,
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.nav-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.28);
}

.nav-cta:hover,
.button-primary:hover,
.nav-cta:focus-visible,
.button-primary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  padding: 40px 28px 28px;
  border-radius: 36px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58)),
    linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(34, 211, 238, 0.08), rgba(167, 139, 250, 0.08));
  box-shadow: var(--shadow);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.75;
  animation: float 12s ease-in-out infinite;
}

.orb-a {
  width: 280px;
  height: 280px;
  top: -88px;
  right: 8%;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.52), rgba(34, 211, 238, 0.08) 70%, transparent 72%);
}

.orb-b {
  width: 180px;
  height: 180px;
  left: 38%;
  bottom: -55px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.42), rgba(59, 130, 246, 0.05) 68%, transparent 72%);
  animation-delay: -3s;
}

.orb-c {
  width: 120px;
  height: 120px;
  top: 120px;
  left: -26px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.48), rgba(167, 139, 250, 0.08) 68%, transparent 72%);
  animation-delay: -6s;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.36) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
  opacity: 0.35;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 12px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.08);
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.hero-text {
  margin: 22px 0 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-width: 168px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.2);
  backdrop-filter: blur(16px);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-points span,
.live-pill,
.system-label,
.side-chip,
.workflow-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.hero-points span {
  padding: 8px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.hero-panel {
  position: relative;
  z-index: 1;
  padding: 22px;
  min-height: 500px;
  align-self: stretch;
}

.glass-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.live-pill {
  padding: 7px 12px;
  color: #065f46;
  background: rgba(52, 211, 153, 0.16);
}

.console-visual {
  position: relative;
  margin-top: 18px;
  min-height: 332px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.28), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(167, 139, 250, 0.26), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 255, 0.82));
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.console-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.14);
}

.ring-a {
  width: 240px;
  height: 240px;
  top: 24px;
  right: -26px;
}

.ring-b {
  width: 160px;
  height: 160px;
  left: -18px;
  bottom: 20px;
}

.console-card {
  position: absolute;
  width: 168px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 20px 38px rgba(59, 130, 246, 0.12);
}

.console-card p,
.console-card span,
.system-card p,
.feature-card p,
.workflow-node p,
.metric-item span {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.console-card strong,
.metric-item strong {
  display: block;
  margin: 10px 0 6px;
  font-family: "Sora", sans-serif;
  color: var(--text);
}

.card-left {
  top: 56px;
  left: 22px;
}

.card-right {
  right: 20px;
  bottom: 28px;
}

.micro-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.micro-metrics div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.micro-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.06rem;
}

.micro-metrics span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section-block {
  margin-top: 28px;
  padding: 26px 2px 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.section-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 16ch;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.capabilities-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.system-card,
.workflow-node {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 22px;
}

.feature-card h3,
.system-card h3,
.workflow-node h3 {
  margin: 16px 0 10px;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.card-accent {
  display: block;
  width: 48px;
  height: 6px;
  border-radius: 999px;
}

.accent-blue {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.accent-cyan {
  background: linear-gradient(90deg, var(--cyan), var(--mint));
}

.accent-violet {
  background: linear-gradient(90deg, var(--violet), var(--blue));
}

.accent-mint {
  background: linear-gradient(90deg, var(--mint), var(--cyan));
}

.accent-amber {
  background: linear-gradient(90deg, var(--amber), #fde68a);
}

.workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.workflow-track::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.12), rgba(34, 211, 238, 0.46), rgba(167, 139, 250, 0.12));
}

.workflow-node {
  padding-top: 24px;
}

.workflow-node span {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: var(--blue);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.08);
}

.systems-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.system-mockup {
  padding: 18px;
  min-height: 430px;
}

.mockup-header {
  display: flex;
  gap: 8px;
  padding-bottom: 14px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.dot-blue {
  background: var(--blue);
}

.dot-cyan {
  background: var(--cyan);
}

.dot-violet {
  background: var(--violet);
}

.mockup-screen {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
  min-height: 370px;
}

.screen-main,
.screen-side {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.screen-main {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.screen-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.24), rgba(34, 211, 238, 0.34));
}

.screen-line.wide {
  width: 76%;
}

.screen-line.short {
  width: 48%;
}

.module-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.module {
  min-height: 120px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(226, 239, 255, 0.82));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.module-a {
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.16), rgba(255, 255, 255, 0.94));
}

.module-b {
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.16), rgba(255, 255, 255, 0.94));
}

.module-c {
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.16), rgba(255, 255, 255, 0.94));
}

.screen-side {
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.side-chip {
  min-height: 56px;
  padding: 0 16px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.76));
  border: 1px solid rgba(148, 163, 184, 0.14);
  font-weight: 700;
}

.systems-cards {
  display: grid;
  gap: 16px;
}

.system-card {
  min-height: 130px;
}

.system-label {
  display: inline-flex;
  padding: 8px 12px;
  color: var(--blue);
  background: rgba(59, 130, 246, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
}

.metric-item {
  padding: 10px;
}

.metric-item strong {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.05em;
}

.metric-item span {
  font-size: 0.95rem;
  font-weight: 600;
}

.feature-card:hover,
.system-card:hover,
.workflow-node:hover,
.console-card:hover,
.micro-metrics div:hover {
  transform: translateY(-4px);
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 24px 60px rgba(59, 130, 246, 0.12);
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 18px, 0) scale(1.04);
  }
}

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

  .hero-panel {
    min-height: 0;
  }

  .capabilities-grid,
  .workflow-track,
  .metrics-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-track::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 18px, 1240px);
    padding-top: 10px;
  }

  .topbar {
    position: static;
    flex-direction: column;
    align-items: stretch;
  }

  .topnav {
    justify-content: flex-start;
  }

  .hero-section {
    padding: 28px 18px 18px;
    border-radius: 28px;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-panel,
  .system-mockup {
    padding: 16px;
  }

  .capabilities-grid,
  .workflow-track,
  .metrics-strip,
  .mockup-screen,
  .module-stack,
  .micro-metrics {
    grid-template-columns: 1fr;
  }

  .mockup-screen {
    gap: 12px;
  }

  .section-block {
    padding-top: 18px;
  }

  .section-heading h2 {
    max-width: 100%;
  }

  .hero-actions,
  .hero-points {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .console-visual {
    min-height: 360px;
  }

  .card-left,
  .card-right {
    width: calc(100% - 44px);
  }
}
