:root {
  --ink: #22201f;
  --ink-soft: #655f5b;
  --paper: #f5f1eb;
  --paper-deep: #eae3da;
  --red: #d63b34;
  --red-deep: #a91f1f;
  --red-soft: #f7d8d3;
  --white: #fffdf9;
  --line: rgba(57, 48, 43, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.brand-link:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(214, 59, 52, 0.28);
  outline-offset: 5px;
}

.page-shell {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(140deg, #f8f5f0 0%, var(--paper) 46%, #eee8e0 100%);
}

.page-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(44, 36, 32, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 36, 32, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  width: 22rem;
  height: 22rem;
  top: -11rem;
  right: 16%;
  background: rgba(214, 59, 52, 0.13);
}

.ambient-two {
  width: 14rem;
  height: 14rem;
  bottom: -7rem;
  left: 33%;
  background: rgba(214, 59, 52, 0.08);
}

.topbar,
.hero,
.site-footer {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.topbar {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 106px;
  height: 50px;
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.68);
  color: #514c49;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(214, 59, 52, 0.12);
}

.hero {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 6vw, 100px);
  align-items: center;
  padding: 42px 0 72px;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--red-deep);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 31px;
  height: 2px;
  background: var(--red);
  content: "";
}

h1 {
  margin: 0;
  font-size: clamp(54px, 5.3vw, 88px);
  font-weight: 690;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

h1 span {
  display: block;
  margin-top: 10px;
  color: var(--red);
}

.lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.65;
}

.capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.capability {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 253, 249, 0.6);
  color: #4d4845;
  font-size: 13px;
  font-weight: 650;
}

.launch-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.launch-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(214, 59, 52, 0.23);
  border-radius: 50%;
  background: var(--red-soft);
}

.launch-mark span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  animation: pulse 2.2s ease-in-out infinite;
}

.launch-note strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.launch-note p {
  margin: 0;
  color: #77706b;
  font-size: 13px;
}

.product-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  padding: 48px 44px;
  border-radius: 44px;
  background: #272524;
  box-shadow: 0 40px 90px rgba(59, 43, 34, 0.17);
}

.product-stage::before {
  position: absolute;
  width: 230px;
  height: 230px;
  top: -38px;
  right: -28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.stage-grid {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 77%);
}

.product-window {
  position: relative;
  width: min(100%, 560px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 25px;
  background: #fdfaf6;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg);
}

.window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.window-kicker {
  margin: 0 0 4px;
  color: #8a827d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.window-header h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.avatar {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: #292625;
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric-card {
  padding: 18px;
  border: 1px solid #e7e0d8;
  border-radius: 16px;
  background: #fffefa;
}

.metric-card-primary {
  border-color: #ead0cb;
  background: #fae6e2;
}

.metric-label {
  display: block;
  color: #756e69;
  font-size: 11px;
  font-weight: 650;
}

.metric-card strong {
  display: block;
  margin: 12px 0 4px;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.metric-trend {
  color: var(--red-deep);
  font-size: 10px;
  font-weight: 650;
}

.metric-trend-neutral {
  color: #77706c;
}

.flow-card {
  margin-top: 13px;
  padding: 20px;
  border: 1px solid #e7e0d8;
  border-radius: 17px;
  background: #fffefa;
}

.flow-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.flow-heading span {
  display: block;
  margin-bottom: 4px;
  color: #827b76;
  font-size: 10px;
  font-weight: 650;
}

.flow-heading strong {
  font-size: 14px;
}

.flow-heading .flow-percent {
  margin: 0;
  color: var(--red);
  font-size: 15px;
  font-weight: 750;
}

.progress-track {
  height: 5px;
  margin: 15px 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee8e2;
}

.progress-track span {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: var(--red);
}

.steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 11px;
  border-radius: 11px;
  color: #77706c;
}

.step-active {
  background: #f4f0eb;
  color: var(--ink);
}

.step-icon {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border: 1.5px solid #c8c0ba;
  border-radius: 50%;
  font-size: 11px;
}

.step-done .step-icon {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.step-active .step-icon {
  border: 6px solid var(--red-soft);
  background: var(--red);
}

.step strong,
.step small {
  display: block;
}

.step strong {
  font-size: 11px;
}

.step small {
  margin-top: 1px;
  color: #9a938e;
  font-size: 9px;
}

.floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.93);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  margin-bottom: 2px;
  font-size: 11px;
}

.floating-card div > span {
  color: #8b837e;
  font-size: 9px;
}

.floating-card-top {
  top: 77px;
  left: 8px;
  animation: float 5s ease-in-out infinite;
}

.floating-card-bottom {
  right: -13px;
  bottom: 75px;
  animation: float 5.8s ease-in-out 0.7s infinite;
}

.floating-icon {
  display: grid !important;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.people-stack {
  display: flex;
  align-items: center;
  padding-left: 7px;
}

.people-stack i {
  display: grid;
  width: 27px;
  height: 27px;
  margin-left: -7px;
  place-items: center;
  border: 2px solid #fffdfa;
  border-radius: 50%;
  background: #ded6cd;
  color: #514b47;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.people-stack i:nth-child(2) {
  background: #f0bbb3;
}

.people-stack i:nth-child(3) {
  background: #302d2b;
  color: white;
}

.site-footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #7c746f;
  font-size: 12px;
}

.site-footer p {
  margin: 0;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(0.9); opacity: 0.75; }
  50% { transform: scale(1.15); opacity: 1; }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr 470px;
    gap: 42px;
  }

  .product-stage {
    min-height: 580px;
    padding-inline: 28px;
  }

  .floating-card-bottom {
    right: -6px;
  }
}

@media (max-width: 900px) {
  .topbar {
    min-height: 96px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

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

  .product-stage {
    min-height: 620px;
  }
}

@media (max-width: 560px) {
  .topbar,
  .hero,
  .site-footer {
    width: min(100% - 32px, 1440px);
  }

  .topbar {
    min-height: 82px;
  }

  .brand-logo {
    width: 82px;
    height: 38px;
  }

  .launch-status {
    gap: 7px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .status-dot {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 4px rgba(214, 59, 52, 0.12);
  }

  .hero {
    gap: 42px;
    padding: 42px 0 46px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(44px, 13vw, 62px);
    line-height: 1.01;
  }

  h1 span {
    margin-top: 7px;
  }

  .lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .capabilities {
    margin-top: 24px;
  }

  .capability {
    padding: 8px 10px;
    font-size: 11px;
  }

  .launch-note {
    margin-top: 30px;
  }

  .launch-note p {
    font-size: 11px;
  }

  .product-stage {
    min-height: 500px;
    margin-inline: -4px;
    padding: 42px 16px;
    border-radius: 28px;
  }

  .product-window {
    padding: 18px;
    border-radius: 19px;
  }

  .window-header {
    margin-bottom: 16px;
  }

  .window-header h2 {
    font-size: 17px;
  }

  .metrics {
    gap: 8px;
  }

  .metric-card {
    padding: 13px;
  }

  .metric-card strong {
    margin-top: 9px;
    font-size: 25px;
  }

  .metric-trend {
    font-size: 8px;
  }

  .flow-card {
    padding: 15px;
  }

  .floating-card {
    display: none;
  }

  .site-footer {
    min-height: 92px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .launch-mark span,
  .floating-card {
    animation: none;
  }
}
