:root {
  color-scheme: light;
  --ink: #111114;
  --muted: #6e6e73;
  --line: #d9d9df;
  --soft: #f5f5f7;
  --blue: #0071e3;
  --deep: #06111f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, Arial, sans-serif;
  letter-spacing: 0;
  line-break: strict;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 48px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav {
  max-width: 1280px;
  height: 48px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}

.nav-links {
  display: flex;
  gap: 28px;
  color: #2d2d30;
}

.nav-links a,
.button,
.section-kicker,
.layers strong {
  white-space: nowrap;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.product-hero {
  padding: 80px 22px 42px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  background: #fff;
}

.product-section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.product-section::after {
  display: none;
}

.product-hero::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #2d1d18 0 12%, transparent 13%),
    radial-gradient(circle at 35% 35%, #f1c7af 0 14%, transparent 15%),
    radial-gradient(circle at 65% 35%, #f1c7af 0 14%, transparent 15%),
    radial-gradient(circle at 50% 55%, #f1c7af 0 31%, transparent 32%),
    radial-gradient(circle at 42% 52%, #121216 0 2px, transparent 3px),
    radial-gradient(circle at 58% 52%, #121216 0 2px, transparent 3px),
    #f7f7f7;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.hero-dashboard,
.hero-copy {
  position: relative;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.product-hero .hero-copy {
  padding-top: 0;
  color: var(--ink);
}

.product-hero h1 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(56px, 4.7vw, 76px);
  line-height: 1.1;
  font-weight: 800;
  word-break: normal;
  overflow-wrap: anywhere;
}

.product-hero .lead {
  max-width: 700px;
  color: #6f7078;
  font-size: 22px;
  line-height: 1.7;
}

.hero-dashboard {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(390px, 1fr);
  gap: 28px;
  align-self: end;
}

.product-section .hero-dashboard {
  align-self: auto;
}

.process-card {
  min-height: 590px;
  padding: 44px 42px;
  border-radius: 8px;
  background: #f4f4f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 100px;
  padding: 20px 0;
}

.process-item + .process-item {
  border-top: 1px solid #dedee4;
}

.process-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.grid-icon::before {
  content: "";
  position: absolute;
  inset: 14px;
  background:
    linear-gradient(#1577ee 0 0) 0 0 / 6px 6px no-repeat,
    linear-gradient(#1577ee 0 0) 12px 0 / 6px 6px no-repeat,
    linear-gradient(#1577ee 0 0) 0 12px / 6px 6px no-repeat,
    linear-gradient(#1577ee 0 0) 12px 12px / 6px 6px no-repeat;
}

.barcode-icon::before {
  content: "";
  position: absolute;
  inset: 13px;
  background: repeating-linear-gradient(90deg, #1577ee 0 2px, transparent 2px 5px);
}

.refresh-icon::before {
  content: "↻";
  position: absolute;
  inset: 0;
  color: #1577ee;
  font-size: 31px;
  line-height: 44px;
  text-align: center;
}

.chart-icon::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 12px;
  bottom: 14px;
  height: 16px;
  border-left: 2px solid #1577ee;
  border-bottom: 2px solid #1577ee;
  background: linear-gradient(135deg, transparent 0 45%, #1577ee 46% 54%, transparent 55%);
}

.alert-icon::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 22px solid #2b7df0;
}

.process-item h2 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
  white-space: normal;
}

.process-item p {
  margin: 0;
  color: #6f7078;
  font-size: 15px;
  line-height: 1.55;
}

.insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.insight-card {
  min-height: 238px;
  padding: 34px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.insight-card.large {
  grid-column: 1 / -1;
  min-height: 318px;
}

.insight-card.dark {
  color: #fff;
  background: #0b1830;
}

.insight-card.blue {
  color: #fff;
  background: linear-gradient(135deg, #1583f9, #2d5de0);
}

.insight-card.light {
  background: #fff;
  border: 1px solid #e4e4e8;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.06);
}

.insight-card span {
  display: block;
  color: currentColor;
  opacity: 0.72;
  font-size: 14px;
  font-weight: 700;
}

.insight-card strong {
  display: block;
  margin-top: 34px;
  font-size: clamp(60px, 6vw, 88px);
  line-height: 0.95;
  white-space: nowrap;
}

.insight-card em {
  font-style: normal;
  font-size: 0.36em;
}

.insight-card p {
  margin: 22px 0 0;
  color: currentColor;
  opacity: 0.72;
  font-size: 15px;
}

.bar-chart {
  position: absolute;
  right: 34px;
  bottom: 34px;
  height: 104px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.bar-chart i {
  width: 27px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #5fc8ff, #153571);
}

.bar-chart i:nth-child(1) { height: 40px; }
.bar-chart i:nth-child(2) { height: 52px; }
.bar-chart i:nth-child(3) { height: 47px; }
.bar-chart i:nth-child(4) { height: 66px; }
.bar-chart i:nth-child(5) { height: 80px; }
.bar-chart i:nth-child(6) { height: 94px; }
.bar-chart i:nth-child(7) { height: 116px; }

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.24) 52%, rgba(0, 0, 0, 0.06)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 42%);
}

.hero-copy {
  width: min(760px, calc(100% - 40px));
  margin-left: max(24px, calc((100vw - 1180px) / 2 + 22px));
  padding-top: 40px;
  color: #fff;
}

.legacy-hero {
  display: grid;
  align-items: center;
  background: #02050a;
  overflow: hidden;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: #6bb7ff;
  font-size: 17px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6.4vw, 88px);
  line-height: 1.02;
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
  line-height: 1.55;
}

.product-hero .hero-copy {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding-top: 0;
  color: var(--ink);
}

.product-hero h1 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(56px, 4.7vw, 76px);
  line-height: 1.1;
}

.product-hero .lead {
  max-width: 700px;
  color: #6f7078;
  font-size: 22px;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  flex: 0 0 auto;
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 22px;
}

.intro {
  text-align: center;
  max-width: 1180px;
}

.intro h2,
.section-head h2,
.architecture h2,
.split h2,
.proof h2,
.contact h2 {
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.08;
  margin-bottom: 22px;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.intro p,
.split p,
.proof p,
.contact p {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.55;
}

.section-head {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto 54px;
}

.section-head h2 {
  white-space: nowrap;
}

.core-title {
  display: flex;
  justify-content: center;
  gap: 0.28em;
  white-space: normal;
}

.core-title span {
  flex: 0 0 auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 360px;
  padding: 30px;
  border-radius: 8px;
  background: var(--soft);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.feature-card.dark {
  background: var(--deep);
  color: #fff;
}

.feature-card span {
  margin-bottom: auto;
  color: #8a8a90;
  font-size: 14px;
  font-weight: 700;
}

.feature-card h3 {
  font-size: 28px;
  margin-bottom: 14px;
}

.feature-card p,
.capability p {
  color: #73737a;
  font-size: 17px;
  line-height: 1.55;
}

.feature-card.dark p {
  color: rgba(255, 255, 255, 0.72);
}

.architecture {
  background: #0b0f17;
  color: #fff;
}

.architecture-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 22px;
  text-align: center;
}

.layers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 54px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.layers div {
  min-height: 180px;
  padding: 28px;
  background: #121a27;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.layers strong {
  font-size: 26px;
}

.layers span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.workshop-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.workshop-panel div {
  min-height: 96px;
  padding: 18px;
  border-radius: 8px;
  background: #f1f4f8;
  display: flex;
  align-items: end;
  font-weight: 700;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 0;
}

.capability {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.capability h3 {
  font-size: 28px;
}

.cases {
  max-width: none;
  background: var(--soft);
}

.cases .section-head,
.metric-row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.metric {
  padding: 30px;
  min-height: 210px;
  border-radius: 8px;
  background: #fff;
}

.metric strong {
  display: block;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  white-space: nowrap;
}

.metric span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.45;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about-company {
  background: #fff;
  border-top: 1px solid #ececf1;
  border-bottom: 1px solid #ececf1;
}

.about-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 22px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 78px;
  align-items: start;
}

.about-title {
  position: sticky;
  top: 92px;
}

.about-title h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.1;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about-copy {
  padding-top: 8px;
  border-left: 2px solid #111114;
  padding-left: 42px;
}

.about-copy p {
  margin: 0;
  color: #3f4046;
  font-size: 20px;
  line-height: 1.82;
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about-copy p + p {
  margin-top: 26px;
}

.about-principles {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.about-principles span {
  min-height: 58px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f2f6fb;
  color: #0f4f94;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.proof {
  text-align: center;
  max-width: 990px;
}

.contact {
  min-height: 70vh;
  padding: 120px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #0d1522, #02050a);
}

.contact p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.72);
}

.contact .button {
  margin-top: 24px;
}

.site-footer {
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.68);
  background: #02050a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .nav-links {
    gap: 14px;
    font-size: 12px;
  }

  .product-hero {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 72px;
  }

  .product-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hero-copy,
  .product-hero .hero-copy {
    margin: 0 auto;
  }

  .product-hero h1 {
    font-size: clamp(42px, 10vw, 62px);
  }

  .hero-line {
    display: inline;
    white-space: normal;
  }

  .hero-dashboard {
    margin-top: 52px;
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .insight-card.large,
  .insight-card {
    min-height: 230px;
  }

  .intro h2,
  .section-head h2,
  .architecture h2,
  .split h2,
  .proof h2,
  .contact h2 {
    font-size: clamp(34px, 8vw, 56px);
  }

  .core-title {
    flex-wrap: wrap;
    row-gap: 0;
    white-space: normal;
  }

  .section-head {
    max-width: 900px;
  }

  .section-head h2 {
    white-space: normal;
  }

  .feature-grid,
  .layers,
  .split,
  .capabilities,
  .metric-row,
  .about-inner {
    grid-template-columns: 1fr;
  }

  .section,
  .architecture-inner,
  .about-inner {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .about-title {
    position: static;
  }

  .about-copy {
    border-left: 0;
    padding-left: 0;
    padding-top: 0;
  }

  .feature-card {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .nav {
    padding: 0 14px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .brand span {
    max-width: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-links a:nth-child(2),
  .nav-links a:nth-child(3) {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .legacy-hero h1 {
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.1;
  }

  .legacy-hero .hero-line {
    display: block;
    white-space: nowrap;
  }

  .product-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legacy-hero .hero-copy {
    width: calc(100% - 32px);
    padding-top: 26px;
  }

  .product-hero .lead {
    font-size: 17px;
  }

  .hero-dashboard {
    gap: 16px;
  }

  .process-item {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .process-icon {
    width: 38px;
    height: 38px;
  }

  .process-item h2 {
    white-space: normal;
  }

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

  .insight-card.large {
    grid-column: auto;
  }

  .bar-chart {
    right: 20px;
    bottom: 24px;
    transform: scale(0.78);
    transform-origin: right bottom;
  }

  .intro h2,
  .section-head h2,
  .architecture h2,
  .split h2,
  .proof h2,
  .contact h2 {
    font-size: 34px;
  }

  .lead,
  .intro p,
  .split p,
  .about-copy p,
  .proof p,
  .contact p {
    font-size: 18px;
  }

  .site-footer {
    gap: 8px;
    flex-direction: column;
    font-size: 13px;
  }

  .about-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .workshop-panel {
    grid-template-columns: 1fr;
  }
}
