:root {
  color-scheme: light;
  --ink: #d71920;
  --muted: #5b6474;
  --line: #d9dee8;
  --surface: #ffffff;
  --wash: #f4f7fb;
  --blue: #2458ff;
  --green: #14a46c;
  --amber: #f0a833;
  --teal: #0097a7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 39, 0.045) 1px, transparent 1px),
    var(--wash);
  background-size: 48px 48px;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 56px;
  height: 56px;
}

.brand span span {
  color: var(--ink);
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 58px;
  padding: 34px 0 18px;
}

.hero-copy {
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lead {
  margin: 26px 0 0;
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.launch-note {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(20, 164, 108, 0.14);
}

.product-panel {
  position: relative;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.14);
  padding: 20px;
  overflow: hidden;
}

.product-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 5px solid var(--blue);
  pointer-events: none;
}

.panel-topbar {
  display: flex;
  gap: 8px;
  padding: 8px 0 22px;
}

.panel-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

.panel-topbar span:nth-child(1) {
  background: var(--amber);
}

.panel-topbar span:nth-child(2) {
  background: var(--green);
}

.panel-topbar span:nth-child(3) {
  background: var(--teal);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-row article,
.workflow-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.metric-row article {
  min-height: 118px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

strong {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  letter-spacing: 0;
}

.workflow-card {
  margin-top: 14px;
  padding: 18px;
}

.workflow-card > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.workflow-card p {
  margin: 0;
  font-weight: 800;
}

.chip {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.bar {
  height: 13px;
  border-radius: 999px;
  background: #e8edf5;
}

.bar + .bar {
  margin-top: 12px;
}

.bar.one {
  width: 92%;
}

.bar.two {
  width: 74%;
  background: #dcefff;
}

.bar.three {
  width: 55%;
  background: #e4f5ed;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.signal-grid span {
  min-height: 74px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 88, 255, 0.12), transparent 70%),
    #fff;
}

.signal-grid span:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(20, 164, 108, 0.14), transparent 70%),
    #fff;
}

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .hero {
    width: min(100% - 28px, 680px);
    padding-top: 22px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .brand {
    font-size: 1.3rem;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

  .lead {
    line-height: 1.6;
  }

  .product-panel {
    padding: 16px;
  }

  footer {
    width: min(100% - 28px, 680px);
    flex-direction: column;
    padding-bottom: 22px;
  }
}

@media (max-width: 460px) {
  .metric-row,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .launch-note {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
