:root {
  --max: 1180px;
  --paper: #f7f8f6;
  --ink: #0b1739;
  --muted: #56627a;
  --line: #d9e0e2;
  --teal2: #087f7d;
}
body {
  font-size: 16px;
  background: var(--paper);
}
.hero h1{line-height:1.04!important;overflow-wrap:anywhere}
.hero h1,
.section-title,
.trust-grid strong,
.conversion-box h2 {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-weight: 670;
  letter-spacing: -0.052em;
}
.nav {
  min-height: 94px;
}
.brand img {
  width: 82px;
  height: auto;
  object-fit: contain;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 82px;
}
.nav-links {
  font-size: 14px;
  font-weight: 550;
}
.button {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 8px;
}
.hero {
  padding: 88px 0 96px;
}
.hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(510px, 0.96fr);
  gap: 48px;
  align-items: center;
}
.hero-grid > div {
  min-width: 0;
}
.hero h1 {
  font-size: clamp(52px, 5.35vw, 76px);
  line-height: 0.97;
  max-width: 650px;
  text-wrap: balance;
  overflow-wrap: normal;
}
.hero-lead {
  font-size: 19px;
  line-height: 1.7;
  max-width: 620px;
}
.human-line {
  font-size: 14px;
  line-height: 1.55;
}
.demo-shell {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 29, 85, 0.09);
}
.demo-clock {
  font-size: 11px;
  font-weight: 750;
  color: #087f7d;
  display: flex;
  align-items: center;
  gap: 7px;
}
.demo-clock:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
}
.orchestration-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.orchestration-title > span {
  font-size: 10px;
  color: #087f7d;
  font-weight: 750;
}
.step {
  display: grid !important;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 11px !important;
  margin: 8px 0 !important;
}
.step-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #eaf8f7;
  color: #087f7d;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 11px;
}
.step-copy {
  min-width: 0;
}
.step-copy strong,
.step-copy small {
  display: block;
}
.step-copy strong {
  font-size: 12px;
}
.step-copy small {
  font-size: 10px;
  color: #758096;
  margin-top: 2px;
}
.step-status {
  font-size: 9px;
  color: #758096;
  border: 1px solid #e1e5e7;
  border-radius: 999px;
  padding: 3px 6px;
  white-space: nowrap;
}
.step-status.done {
  color: #06734e;
  background: #ecfdf5;
  border-color: #bbf7d0;
}
.step-status.handoff {
  color: #8a4b08;
  background: #fff7ed;
  border-color: #fed7aa;
}
.speaking {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 34px;
  margin: 12px 0;
  color: #667085;
  font-size: 10px;
}
.speaking i {
  display: block;
  width: 3px;
  border-radius: 3px;
  background: #0aa7a5;
  animation: wave 1s ease-in-out infinite;
}
.speaking i:nth-child(1) {
  height: 8px;
}
.speaking i:nth-child(2) {
  height: 17px;
  animation-delay: 0.12s;
}
.speaking i:nth-child(3) {
  height: 12px;
  animation-delay: 0.24s;
}
.speaking i:nth-child(4) {
  height: 20px;
  animation-delay: 0.36s;
}
.speaking span {
  margin-left: 7px;
  align-self: center;
}
@keyframes wave {
  50% {
    transform: scaleY(0.45);
    opacity: 0.55;
  }
}
.demo-link {
  font-size: 11px;
  color: #087f7d;
  font-weight: 750;
}
.system-dock {
  border-top: 1px solid var(--line);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fbfcfb;
}
.system-dock strong,
.system-dock > div > span {
  display: block;
}
.system-dock strong {
  font-size: 11px;
}
.system-dock > div > span {
  font-size: 10px;
  color: #758096;
  margin-top: 2px;
}
.system-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.system-chips span {
  border: 1px solid #d9e0e2;
  border-radius: 7px;
  background: #fff;
  padding: 6px 8px;
  color: #243251 !important;
  font-weight: 700 !important;
  font-size: 9px !important;
  margin: 0 !important;
}
.demo-header {
  padding: 17px 20px;
}
.demo-body {
  min-height: 420px;
}
.demo-tab strong {
  font-size: 13px;
}
.demo-tab span {
  font-size: 11px;
}
.bubble,
.step {
  font-size: 13px;
  line-height: 1.45;
}
.conversation,
.orchestration {
  padding: 22px;
}
.trust-grid {
  min-height: 104px;
}
.trust-grid strong {
  font-size: 22px;
  line-height: 1.15;
}
.trust-grid span {
  font-size: 13px;
  line-height: 1.4;
}
.section {
  padding: 112px 0;
}
.section-head {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  margin-bottom: 54px;
}
.section-title {
  font-size: clamp(42px, 4.25vw, 60px);
  line-height: 1.02;
  text-wrap: balance;
}
.section-head p {
  font-size: 18px;
  line-height: 1.7;
}
.process {
  gap: 16px;
}
.process article {
  padding: 25px;
  min-height: 220px;
  border-radius: 14px;
}
.process h3 {
  font-size: 19px;
}
.process p {
  font-size: 14px;
  line-height: 1.6;
}
.human-section {
  padding-block: 120px;
}
.stories {
  gap: 22px;
}
.story {
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
}
.story-content {
  padding: 30px;
}
.story h3 {
  font-size: 26px;
  line-height: 1.12;
}
.story p {
  font-size: 15px;
  line-height: 1.55;
}
.platform-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 76px;
}
.platform-copy > p {
  font-size: 18px !important;
  line-height: 1.7;
}
.platform-copy li {
  padding: 17px 0;
}
.platform-copy li strong,
.platform-copy li span {
  font-size: 14px;
}
.stack {
  padding: 24px;
  gap: 12px;
}
.layer {
  padding: 18px;
}
.layer strong,
.layer span {
  font-size: 13px;
}
.industries-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.industry {
  padding: 24px;
  min-height: 215px;
}
.industry h3 {
  font-size: 20px;
}
.industry p,
.industry span {
  font-size: 14px;
  line-height: 1.55;
}
.conversion {
  padding: 104px 0;
}
.conversion-box {
  padding: 62px;
  border-radius: 20px;
}
.conversion-box h2 {
  font-size: 50px;
}
.conversion-box p {
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
}
@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    gap: 38px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .wrap {
    width: min(var(--max), calc(100% - 48px));
  }
}
@media (max-width: 980px) {
  .hero-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    max-width: 760px;
    font-size: clamp(54px, 8vw, 74px);
  }
  .demo-shell {
    max-width: 760px;
  }
  .section-head {
    gap: 36px;
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
  }
  .stories {
    grid-template-columns: 1fr;
  }
  .stories .story:last-child {
    grid-column: auto;
    min-height: 0;
  }
  .story {
    min-height: 0;
  }
  .industries-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .nav {
    min-height: 72px;
  }
  .brand img {
    width: 64px;
  }
  .hero {
    padding: 54px 0 66px;
  }
  .hero h1 {
    font-size: 46px;
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .demo-header {
    align-items: flex-start;
    gap: 10px;
  }
  .demo-header .eyebrow {
    font-size: 9px;
  }
  .demo-body {
    min-height: 0;
  }
  .system-dock {
    align-items: flex-start;
    flex-direction: column;
  }
  .system-chips {
    justify-content: flex-start;
  }
  .step {
    grid-template-columns: 28px 1fr;
  }
  .step-status {
    grid-column: 2;
    justify-self: start;
  }
  .section {
    padding: 78px 0;
  }
  .section-title {
    font-size: 39px;
    line-height: 1.04;
  }
  .section-head p {
    font-size: 16px;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .process article {
    min-height: 0;
  }
  .stories {
    gap: 16px;
  }
  .story {
    min-height: 0;
  }
  .platform-grid {
    gap: 46px;
  }
  .industries-grid {
    grid-template-columns: 1fr;
  }
  .industry {
    min-height: 0;
  }
  .conversion {
    padding: 70px 0;
  }
  .conversion-box {
    padding: 36px 24px;
  }
  .conversion-box h2 {
    font-size: 38px;
  }
  .conversion-box p {
    font-size: 16px;
  }
}
