:root {
  --green: #4fce73;
  --green-dark: #279e59;
  --green-deep: #163d2b;
  --mint: #eef9f1;
  --mint-strong: #dff5e6;
  --ink: #202522;
  --muted: #717a75;
  --line: #e3e8e5;
  --surface: #ffffff;
  --canvas: #f7f9f8;
  --warm: #fff4df;
  --orange: #f5a524;
  --blue: #5b8def;
  --shadow: 0 22px 60px rgba(24, 48, 34, 0.1);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 1em;
  height: 1em;
  stroke-width: 1.8;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(28px, calc((100vw - 1280px) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(28, 45, 35, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-size: 17px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #4f5752;
  font-size: 14px;
}

.desktop-nav a,
.text-action {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.text-action:hover {
  color: var(--green-dark);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.text-action {
  font-size: 14px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 650;
  font-size: 15px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button svg {
  width: 18px;
  height: 18px;
}

.button-primary {
  color: #10261a;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(79, 206, 115, 0.22);
}

.button-primary:hover {
  background: #5cda80;
  box-shadow: 0 16px 32px rgba(79, 206, 115, 0.3);
}

.button-secondary {
  background: var(--surface);
  border-color: #d9dfdb;
}

.button-secondary:hover {
  border-color: #b9c3bd;
}

.button-light {
  color: var(--green-deep);
  background: #f5fff7;
}

.button-compact {
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
}

.icon-button {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.icon-button svg {
  width: 18px;
  height: 18px;
}

.menu-button {
  display: none;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 960px;
  padding: 152px max(28px, calc((100vw - 1280px) / 2)) 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

.site-particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-particles .particle {
  position: absolute;
  display: block;
  width: var(--particle-size);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 29% 22%, rgba(255, 255, 255, 0.84) 0 5%, transparent 19%),
    radial-gradient(circle at 68% 76%, rgba(22, 61, 43, 0.16) 0 20%, transparent 62%),
    var(--particle-color);
  box-shadow:
    inset 11px 10px 18px rgba(255, 255, 255, 0.28),
    inset -16px -18px 28px rgba(22, 61, 43, 0.12),
    0 18px 42px var(--particle-shadow);
  opacity: 0.72;
  animation: none;
  backdrop-filter: blur(4px) saturate(1.1);
}

.site-particles .particle::after {
  content: "";
  position: absolute;
  width: 28%;
  height: 28%;
  top: 14%;
  left: 17%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  filter: blur(1px);
}

.particle-a {
  --particle-size: 190px;
  --particle-color: rgba(79, 206, 115, 0.18);
  --particle-shadow: rgba(39, 158, 89, 0.12);
  --particle-duration: 8s;
  top: 22%;
  right: -72px;
}

.particle-b {
  --particle-size: 96px;
  --particle-color: rgba(79, 206, 115, 0.32);
  --particle-shadow: rgba(39, 158, 89, 0.16);
  --particle-duration: 6.5s;
  top: 28%;
  left: -42px;
}

.particle-c {
  --particle-size: 152px;
  --particle-color: rgba(223, 245, 230, 0.88);
  --particle-shadow: rgba(79, 206, 115, 0.1);
  --particle-duration: 9s;
  right: 10%;
  bottom: -70px;
}

.particle-d {
  --particle-size: 40px;
  --particle-color: rgba(39, 158, 89, 0.58);
  --particle-shadow: rgba(39, 158, 89, 0.2);
  --particle-duration: 5s;
  top: 18%;
  left: 18%;
}

.particle-e {
  --particle-size: 58px;
  --particle-color: rgba(79, 206, 115, 0.48);
  --particle-shadow: rgba(79, 206, 115, 0.18);
  --particle-duration: 7s;
  top: 44%;
  right: 22%;
}

.particle-f {
  --particle-size: 30px;
  --particle-color: rgba(22, 61, 43, 0.48);
  --particle-shadow: rgba(22, 61, 43, 0.18);
  --particle-duration: 6s;
  top: 58%;
  left: 29%;
}

.particle-g {
  --particle-size: 42px;
  --particle-color: rgba(223, 245, 230, 0.95);
  --particle-shadow: rgba(79, 206, 115, 0.12);
  --particle-duration: 7.5s;
  right: 30%;
  bottom: 22%;
}

.particle-h {
  --particle-size: 24px;
  --particle-color: rgba(39, 158, 89, 0.55);
  --particle-shadow: rgba(39, 158, 89, 0.18);
  --particle-duration: 5.5s;
  right: 12%;
  top: 17%;
}

.hero-copy,
.product-window {
  position: relative;
  z-index: 1;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-weight: 650;
  font-size: 13px;
}

.eyebrow {
  padding: 8px 12px;
  background: var(--mint);
  border: 1px solid #d9efdf;
  border-radius: 999px;
}

.eyebrow svg {
  width: 15px;
  height: 15px;
}

.hero h1 {
  margin: 28px 0 20px;
  font-size: 70px;
  line-height: 1.08;
  font-weight: 760;
}

.hero h1 span {
  color: var(--green-dark);
}

.hero-lede {
  max-width: 760px;
  margin: 0 auto;
  color: #5d6661;
  font-size: 20px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 13px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof svg {
  width: 16px;
  height: 16px;
  color: var(--green-dark);
}

.product-window {
  max-width: 1230px;
  height: 620px;
  display: block;
  margin: 64px auto 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid #dce3df;
  border-radius: 12px 12px 0 0;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-window:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(24, 48, 34, 0.14);
}

.window-bar {
  height: 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 16px;
  background: #fbfcfb;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  display: block;
  background: #d6dcd8;
  border-radius: 50%;
}

.window-address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #f1f4f2;
  border-radius: 6px;
}

.window-live {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.window-live i {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(79, 206, 115, 0.12);
}

.window-image {
  height: calc(100% - 46px);
  display: block;
  overflow: hidden;
  background: #fafafa;
}

.window-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.product-band,
.scenarios,
.workflow,
.closing {
  padding: 128px max(28px, calc((100vw - 1180px) / 2));
}

.product-band {
  background: rgba(247, 249, 248, 0.86);
}

.section-heading {
  max-width: 810px;
}

.section-heading h2,
.workflow-intro h2,
.trust-heading h2,
.closing h2 {
  margin: 18px 0 20px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 720;
}

.section-heading p,
.workflow-intro > p,
.trust-heading > p,
.closing-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.module-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 56px;
  padding: 8px;
  background: #eaf0ec;
  border-radius: 10px;
}

.module-tab {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #68716c;
  background: transparent;
  border: 0;
  border-radius: 7px;
  font-weight: 650;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.module-tab svg {
  width: 18px;
  height: 18px;
}

.module-tab.is-active {
  color: var(--green-dark);
  background: var(--surface);
  box-shadow: 0 5px 15px rgba(33, 60, 42, 0.08);
}

.module-stage {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 610px;
  margin-top: 14px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.module-copy {
  padding: 58px;
  border-right: 1px solid var(--line);
}

.module-index {
  display: block;
  margin-bottom: 62px;
  color: #98a09b;
  font-size: 12px;
  font-weight: 650;
}

.module-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--mint);
  border: 1px solid #d7efde;
  border-radius: 10px;
}

.module-icon svg {
  width: 24px;
  height: 24px;
}

.module-copy h3 {
  margin: 22px 0 14px;
  font-size: 34px;
}

.module-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.module-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
  color: #4d5651;
  font-size: 14px;
}

.module-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.module-copy li svg {
  width: 16px;
  height: 16px;
  color: var(--green-dark);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-weight: 650;
  font-size: 14px;
}

.inline-link svg {
  width: 16px;
  height: 16px;
}

.module-demo {
  align-self: stretch;
  padding: 50px;
  background: #fbfcfb;
}

.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.demo-toolbar > div {
  display: grid;
  gap: 6px;
}

.demo-toolbar span {
  color: var(--muted);
  font-size: 12px;
}

.demo-toolbar strong {
  font-size: 20px;
}

.demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.demo-metric {
  min-height: 164px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 51, 39, 0.05);
}

.demo-metric.is-primary {
  border-color: #bfe9cb;
}

.demo-metric > span {
  color: var(--muted);
  font-size: 12px;
}

.demo-metric strong {
  display: block;
  margin: 19px 0 21px;
  font-size: 38px;
  line-height: 1;
}

.demo-metric.is-primary strong {
  color: var(--green);
}

.demo-metric strong em {
  color: #8a938e;
  font-size: 18px;
  font-style: normal;
  font-weight: 550;
}

.demo-metric small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #818985;
  font-size: 10px;
}

.demo-list {
  margin-top: 14px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.demo-list > span {
  min-height: 62px;
  display: grid;
  grid-template-columns: 32px 1fr 1.2fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-top: 1px solid #edf0ee;
  font-size: 12px;
}

.demo-list > span:first-child {
  border-top: 0;
}

.demo-list .demo-list-head {
  min-height: 42px;
  grid-template-columns: 1fr auto;
  color: #8b938f;
  background: #fbfcfb;
  font-size: 10px;
}

.demo-list b {
  font-weight: 600;
}

.demo-list small {
  color: var(--muted);
}

.demo-list em {
  color: var(--green-dark);
  font-style: normal;
}

.demo-list .status-warn {
  color: #c87509;
}

.avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-style: normal;
}

.avatar-green {
  color: #228c4e;
  background: #e5f8ea;
}

.avatar-yellow {
  color: #a7650e;
  background: #fff3d9;
}

.avatar-blue {
  color: #376fbf;
  background: #e9f1ff;
}

.scenarios {
  background: var(--surface);
}

.compact-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.compact-heading .section-label {
  order: 2;
  margin-bottom: 13px;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 54px;
}

.scenario-card {
  min-height: 360px;
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.scenario-card:hover {
  transform: translateY(-5px);
  border-color: #bee5c9;
  box-shadow: 0 18px 42px rgba(35, 61, 44, 0.08);
}

.scenario-card > svg {
  width: 30px;
  height: 30px;
  margin-top: 64px;
  color: var(--green-dark);
}

.card-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #a7aea9;
  font-size: 11px;
  font-weight: 700;
}

.scenario-card h3 {
  margin: 20px 0 12px;
  font-size: 22px;
}

.scenario-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.tag-list {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-list span {
  padding: 5px 8px;
  color: #69716d;
  background: #f5f7f6;
  border: 1px solid #e8ece9;
  border-radius: 6px;
  font-size: 10px;
}

.workflow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 96px;
  background: var(--mint);
}

.workflow-intro {
  align-self: center;
}

.workflow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-steps::before {
  content: "";
  position: absolute;
  top: 91px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: #b8d9c1;
}

.workflow-steps li {
  position: relative;
  text-align: center;
}

.workflow-steps li > span {
  display: block;
  margin-bottom: 18px;
  color: #7a9983;
  font-size: 10px;
  font-weight: 700;
}

.workflow-steps li > div {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--green-dark);
  background: var(--surface);
  border: 1px solid #cce7d3;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(43, 95, 59, 0.08);
}

.workflow-steps svg {
  width: 25px;
  height: 25px;
}

.workflow-steps h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

.workflow-steps p {
  margin: 0;
  color: #748078;
  font-size: 11px;
}

.trust {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  padding: 138px max(28px, calc((100vw - 1180px) / 2));
  color: #f5fff7;
  background: var(--green-deep);
}

.section-label-light {
  color: #8ce0a6;
}

.trust-heading > p {
  color: rgba(238, 249, 241, 0.68);
}

.trust-heading .button {
  margin-top: 32px;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-item {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-item svg {
  width: 27px;
  height: 27px;
  color: #80dfa0;
}

.trust-item h3 {
  margin: 36px 0 9px;
  font-size: 18px;
}

.trust-item p {
  margin: 0;
  color: rgba(238, 249, 241, 0.61);
  font-size: 12px;
  line-height: 1.7;
}

.closing {
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 80px;
  align-items: center;
  background: var(--surface);
}

.closing-mark {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  background: var(--mint);
  border: 1px solid #d8eddf;
  border-radius: 12px;
}

.closing-mark img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.closing .hero-actions {
  justify-content: flex-start;
}

.site-footer {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 24px max(28px, calc((100vw - 1280px) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 650;
}

.footer-brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a:hover {
  color: var(--green-dark);
}

.footer-meta {
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: 900px;
  }

  .product-window {
    height: 560px;
  }

  .module-stage {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .module-copy,
  .module-demo {
    padding: 38px;
  }

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

  .workflow,
  .trust {
    gap: 54px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 68px;
    padding: 0 18px;
  }

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

  .brand strong {
    font-size: 15px;
  }

  .brand small,
  .header-actions .text-action,
  .header-actions .button {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    z-index: 45;
    top: 68px;
    left: 0;
    right: 0;
    display: grid;
    padding: 18px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform 220ms ease;
  }

  .mobile-nav.is-open {
    transform: translateY(0);
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 2px;
    border-bottom: 1px solid var(--line);
    font-weight: 650;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 760px;
    padding: 114px 18px 0;
  }

  .particle-a {
    --particle-size: 124px;
    right: -58px;
  }

  .particle-b {
    --particle-size: 68px;
    left: -32px;
  }

  .particle-c {
    --particle-size: 106px;
    right: -36px;
    bottom: -42px;
  }

  .particle-d,
  .particle-e,
  .particle-f,
  .particle-h {
    display: none;
  }

  .eyebrow {
    font-size: 11px;
  }

  .hero h1 {
    margin-top: 24px;
    font-size: 46px;
    line-height: 1.12;
  }

  .hero h1 span {
    display: block;
    margin-top: 6px;
  }

  .hero-lede {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: none;
  }

  .product-window {
    width: calc(100vw - 24px);
    height: 330px;
    margin-top: 46px;
    border-radius: 10px 10px 0 0;
  }

  .window-bar {
    height: 40px;
    grid-template-columns: 1fr auto;
    padding: 0 12px;
  }

  .window-address {
    justify-self: end;
  }

  .window-live {
    display: none;
  }

  .window-image {
    height: calc(100% - 40px);
  }

  .window-image img {
    width: auto;
    max-width: none;
    height: 100%;
    object-position: 0 0;
  }

  .product-band,
  .scenarios,
  .workflow,
  .closing {
    padding: 88px 18px;
  }

  .section-heading h2,
  .workflow-intro h2,
  .trust-heading h2,
  .closing h2 {
    font-size: 38px;
    line-height: 1.25;
  }

  .section-heading p,
  .workflow-intro > p,
  .trust-heading > p,
  .closing-copy > p {
    font-size: 15px;
  }

  .module-tabs {
    grid-template-columns: repeat(5, minmax(76px, 1fr));
    overflow-x: auto;
    margin-right: -18px;
    padding-right: 18px;
    background: transparent;
    border-radius: 0;
    scrollbar-width: none;
  }

  .module-tabs::-webkit-scrollbar {
    display: none;
  }

  .module-tab {
    min-height: 48px;
    background: #edf2ef;
  }

  .module-stage {
    display: block;
    min-height: 0;
    margin-top: 10px;
  }

  .module-copy {
    padding: 30px 24px 36px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .module-index {
    margin-bottom: 32px;
  }

  .module-copy h3 {
    font-size: 28px;
  }

  .module-demo {
    padding: 24px 16px;
  }

  .demo-metrics {
    gap: 7px;
  }

  .demo-metric {
    min-height: 132px;
    padding: 13px;
  }

  .demo-metric strong {
    margin: 17px 0;
    font-size: 30px;
  }

  .demo-metric small {
    font-size: 8px;
  }

  .demo-list > span {
    grid-template-columns: 30px 1fr auto;
    padding: 0 12px;
  }

  .demo-list small {
    display: none;
  }

  .compact-heading {
    display: block;
  }

  .compact-heading .section-label {
    order: 0;
    margin-bottom: 0;
  }

  .scenario-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 36px;
  }

  .scenario-card {
    min-height: 300px;
  }

  .workflow {
    display: block;
  }

  .workflow-steps {
    grid-template-columns: 1fr 1fr;
    gap: 34px 12px;
    margin-top: 56px;
  }

  .workflow-steps::before {
    display: none;
  }

  .trust {
    display: block;
    padding: 92px 18px;
  }

  .trust-grid {
    margin-top: 56px;
  }

  .trust-item {
    min-height: 190px;
    padding: 22px;
  }

  .trust-item h3 {
    margin-top: 30px;
  }

  .closing {
    display: block;
    min-height: 0;
  }

  .closing-mark {
    width: 112px;
    height: 112px;
    margin-bottom: 42px;
  }

  .closing-mark img {
    width: 80px;
    height: 80px;
  }

  .closing .hero-actions {
    margin-top: 28px;
  }

  .site-footer {
    display: block;
    padding: 30px 18px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px 20px;
    margin: 24px 0;
  }

  .footer-meta {
    display: block;
  }
}

@media (max-width: 410px) {
  .hero h1 {
    font-size: 42px;
  }

  .product-window {
    height: 290px;
  }

  .demo-metric {
    min-height: 124px;
    padding: 11px;
  }

  .demo-metric strong {
    font-size: 27px;
  }

  .demo-metric small svg {
    display: none;
  }

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

  .trust-item {
    min-height: 166px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
