:root {
  --bg: #06131a;
  --bg-soft: #0d1d27;
  --panel: rgba(11, 28, 37, 0.72);
  --panel-strong: rgba(15, 36, 47, 0.9);
  --line: rgba(149, 208, 230, 0.16);
  --text: #ecf7fb;
  --muted: #9ab6c2;
  --accent: #7ce2ff;
  --accent-strong: #33a6ff;
  --accent-warm: #b6ffcf;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Instrument Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(41, 144, 255, 0.28), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(124, 226, 255, 0.17), transparent 18%),
    linear-gradient(180deg, #08131a 0%, #071118 30%, #061017 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
}

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

.site-header,
.site-footer,
.trust-strip,
.feature-panel,
.capability-card,
.workflow-rail article,
.outcome-quote,
.outcome-list article,
.command-card {
  backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 21, 29, 0.72);
  box-shadow: var(--shadow);
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124, 226, 255, 0.24), rgba(51, 166, 255, 0.55));
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-mark span {
  position: absolute;
  border-radius: 999px;
  background: #dbfbff;
}

.brand-mark span:nth-child(1) {
  width: 18px;
  height: 18px;
  left: 6px;
  top: 7px;
}

.brand-mark span:nth-child(2) {
  width: 10px;
  height: 10px;
  right: 8px;
  top: 10px;
}

.brand-mark span:nth-child(3) {
  width: 28px;
  height: 10px;
  left: 8px;
  bottom: 8px;
}

.brand-copy {
  margin-right: auto;
}

.brand-name,
.brand-tag,
.eyebrow,
.signal-label,
.feature-kicker,
.hero-metrics dt,
.hero-metrics dd {
  margin: 0;
}

.brand-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

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

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a,
.footer-link {
  color: var(--text);
  text-decoration: none;
  font-size: 0.96rem;
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-link:hover {
  color: var(--accent);
}

.hero,
.platform-section,
.capabilities-section,
.workflow-section,
.outcomes-section {
  padding-top: 88px;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 40px;
  align-items: center;
  min-height: auto;
  padding: 72px 0 36px;
}

.eyebrow {
  color: var(--accent-warm);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero h1,
.section-heading h2,
.site-footer h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.hero h1 {
  margin: 18px 0 20px;
  font-size: clamp(3.5rem, 7vw, 6.2rem);
  line-height: 0.95;
  max-width: 10ch;
}

.hero-text,
.section-heading p,
.outcome-list p,
.feature-panel p,
.capability-card p,
.workflow-rail p {
  color: var(--muted);
}

.hero-text {
  max-width: 62ch;
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #05131b;
  background: linear-gradient(135deg, var(--accent), #c7fff1);
  box-shadow: 0 18px 40px rgba(68, 205, 255, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
}

.hero-metrics div,
.feature-panel,
.capability-card,
.workflow-rail article,
.outcome-quote,
.outcome-list article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
}

.hero-metrics div {
  padding: 18px;
}

.hero-metrics dt {
  font-size: 1rem;
  font-weight: 700;
}

.hero-metrics dd {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.orb-one {
  width: 260px;
  height: 260px;
  top: 30px;
  left: 20px;
  background: radial-gradient(circle, rgba(124, 226, 255, 0.55), rgba(124, 226, 255, 0));
  animation: drift 8s ease-in-out infinite;
}

.orb-two {
  width: 300px;
  height: 300px;
  right: 0;
  bottom: 80px;
  background: radial-gradient(circle, rgba(51, 166, 255, 0.35), rgba(51, 166, 255, 0));
  animation: drift 11s ease-in-out infinite reverse;
}

.command-card {
  position: absolute;
  inset: 60px 20px 40px 20px;
  padding: 20px;
  border: 1px solid rgba(167, 232, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(15, 36, 47, 0.9), rgba(9, 24, 32, 0.88)),
    rgba(12, 25, 33, 0.74);
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  gap: 8px;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.signal-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-card strong {
  display: block;
  margin-top: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  letter-spacing: -0.06em;
}

.signal-card span,
.signal-card li {
  color: var(--muted);
}

.signal-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  line-height: 1.7;
}

.signal-focus {
  background: linear-gradient(160deg, rgba(48, 166, 255, 0.22), rgba(124, 226, 255, 0.05));
}

.wide {
  grid-column: 1 / -1;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pill-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip {
  margin-top: 18px;
  padding: 18px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.section-heading.narrow {
  max-width: 720px;
}

.section-heading h2,
.site-footer h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.section-heading p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.platform-grid,
.capability-grid,
.outcomes-layout {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.platform-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.feature-panel,
.capability-card,
.outcome-list article {
  padding: 26px;
}

.panel-accent {
  background:
    linear-gradient(180deg, rgba(124, 226, 255, 0.12), rgba(9, 24, 32, 0.92)),
    var(--panel-strong);
}

.feature-kicker {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.feature-panel h3,
.capability-card h3,
.workflow-rail h3,
.outcome-list h3 {
  margin: 18px 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.feature-panel p,
.capability-card p,
.workflow-rail p,
.outcome-list p {
  margin: 0;
  line-height: 1.7;
}

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

.capability-card {
  min-height: 220px;
}

.workflow-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.workflow-rail article {
  position: relative;
  padding: 24px;
}

.workflow-rail span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(124, 226, 255, 0.12);
  color: var(--accent);
  font-weight: 700;
}

.outcomes-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.outcome-quote {
  padding: 34px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(124, 226, 255, 0.16), transparent 40%),
    var(--panel);
}

.outcome-quote p {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.outcome-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 88px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(124, 226, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(8, 21, 29, 0.8);
}

@keyframes drift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}

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

  .hero {
    padding: 48px 0 24px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .capability-grid,
  .workflow-rail,
  .outcome-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 24px, 1200px);
    padding-top: 12px;
  }

  .site-header {
    position: static;
    flex-wrap: wrap;
    padding: 18px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero,
  .platform-section,
  .capabilities-section,
  .workflow-section,
  .outcomes-section {
    padding-top: 60px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-metrics,
  .capability-grid,
  .workflow-rail,
  .outcome-list {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .command-card {
    position: relative;
    inset: auto;
    margin-top: 24px;
  }

  .command-grid {
    grid-template-columns: 1fr;
  }

  .orb-one {
    width: 180px;
    height: 180px;
    top: -12px;
    left: 20px;
  }

  .orb-two {
    width: 180px;
    height: 180px;
    right: 0;
    bottom: 40px;
  }

  .site-footer {
    padding: 24px;
  }
}
