:root {
  --ink: #211a2e;
  --ink-soft: #51485e;
  --paper: #f7f5fb;
  --surface: #ffffff;
  --line: #ded8e8;
  --violet: #6547e8;
  --violet-dark: #4d32bd;
  --violet-pale: #eeeafd;
  --coral: #ee705a;
  --jade: #169777;
  --night: #251a3b;
  --shadow: 0 22px 70px rgba(46, 30, 81, 0.12);
  --shell: 1180px;
  --header-height: 72px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(101, 71, 232, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(101, 71, 232, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

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

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

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

button {
  color: inherit;
  font: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(101, 71, 232, 0.35);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 16px;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--night);
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(222, 216, 232, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: var(--header-height);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 6px 18px rgba(101, 71, 232, 0.18);
}

.brand span {
  display: grid;
  line-height: 1.15;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 11px 10px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 10px;
  bottom: 4px;
  left: 10px;
  height: 2px;
  background: var(--violet);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--violet-dark);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 22px;
}

.text-link {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.text-link:hover {
  color: var(--violet);
}

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

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

.button-compact {
  min-height: 42px;
  padding-inline: 16px;
  color: #fff;
  background: var(--violet);
  font-size: 14px;
}

.button-compact:hover,
.button-primary:hover {
  background: var(--violet-dark);
}

.button-primary {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 12px 28px rgba(101, 71, 232, 0.25);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover {
  border-color: var(--violet);
  color: var(--violet-dark);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 28px;
  color: #746b81;
  font-size: 13px;
}

.breadcrumb a:hover {
  color: var(--violet);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.hero::after {
  position: absolute;
  top: -110px;
  right: -80px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(101, 71, 232, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(101, 71, 232, 0.035), 0 0 0 96px rgba(101, 71, 232, 0.025);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: 54px;
  align-items: center;
  min-height: 690px;
  padding: 70px 0 84px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--violet-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--coral);
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.11;
  text-wrap: balance;
}

.hero h1::selection,
.section h2::selection {
  color: #fff;
  background: var(--violet);
}

.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.85;
}

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

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  display: grid;
  gap: 3px;
  padding-right: 12px;
}

.hero-facts strong {
  font-size: 19px;
}

.hero-facts span {
  color: #746b81;
  font-size: 12px;
}

.visual {
  position: relative;
  min-height: 500px;
}

.product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 62px 8px 28px 60px;
}

.product-visual > img {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
  filter: drop-shadow(0 32px 40px rgba(44, 31, 73, 0.18));
}

.product-visual > p {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-soft);
  font-size: 12px;
  box-shadow: 0 12px 30px rgba(46, 30, 81, 0.1);
}

.product-visual > p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 0 0 4px rgba(22, 151, 119, 0.12);
}

.garment-ticket {
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 0;
  display: grid;
  width: 196px;
  min-height: 260px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-5deg);
}

.garment-ticket::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #b8afc6;
  border-radius: 50%;
  background: var(--paper);
  content: "";
  transform: translateX(-50%);
}

.garment-ticket span,
.garment-ticket small {
  color: #7a7187;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.garment-ticket strong {
  align-self: center;
  font-family: STZhongsong, "Songti SC", serif;
  font-size: 27px;
  line-height: 1.3;
}

.garment-ticket i {
  height: 32px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px);
}

.receipt-visual,
.member-visual,
.matrix-visual,
.dashboard-visual,
.network-visual,
.questions-visual,
.cases-visual {
  border: 1px solid #ddd6e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.receipt-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 44px;
  background-color: var(--night);
  background-image: radial-gradient(circle at 20% 18%, rgba(119, 92, 226, 0.32), transparent 34%);
}

.scan-beam {
  position: absolute;
  top: 28%;
  left: 7%;
  width: 86%;
  height: 2px;
  background: var(--coral);
  box-shadow: 0 0 18px rgba(238, 112, 90, 0.9);
}

.receipt-card {
  position: relative;
  z-index: 2;
  width: min(100%, 350px);
  padding: 32px 28px 24px;
  color: #26202e;
  background: #fffdf8;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  transform: rotate(1.5deg);
}

.receipt-card::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 10px;
  background: linear-gradient(135deg, #fffdf8 7px, transparent 0) 0 0 / 14px 14px repeat-x;
  content: "";
}

.receipt-card header,
.receipt-row,
.receipt-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.receipt-card header {
  margin-bottom: 28px;
}

.receipt-card header span {
  font-weight: 800;
}

.receipt-card header small,
.receipt-card footer {
  color: #82798b;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.receipt-row {
  margin: 13px 0;
  font-size: 13px;
}

.receipt-dash {
  margin: 20px 0;
  border-top: 1px dashed #a89fac;
}

.receipt-total strong {
  color: var(--violet-dark);
  font-size: 26px;
}

.barcode {
  width: 74%;
  height: 36px;
  margin: 28px auto 14px;
  background: repeating-linear-gradient(90deg, #241f29 0 2px, transparent 2px 5px, #241f29 5px 6px, transparent 6px 9px);
}

.receipt-card footer {
  text-align: center;
}

.visual-note {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.visual-note span {
  color: #fff;
  font-weight: 800;
}

.visual-note i {
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.member-visual {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 46px 34px;
  background: var(--violet-pale);
}

.member-card {
  min-height: 290px;
  padding: 28px;
  border-radius: 20px;
  color: #fff;
  background: var(--night);
  box-shadow: 0 28px 50px rgba(37, 26, 59, 0.24);
  transform: rotate(-3deg);
}

.member-card header {
  display: grid;
  margin-bottom: 36px;
}

.member-card header span,
.member-card footer {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.member-card header strong {
  margin-top: 4px;
  font-size: 22px;
}

.member-card p {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.member-card p b {
  color: #fff;
  font-size: 18px;
}

.member-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 25px;
}

.member-card > div span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
}

.member-timeline {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
}

.member-timeline li > span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border: 2px solid var(--violet);
  border-radius: 50%;
  background: #fff;
}

.member-timeline li:not(:last-child)::after {
  position: absolute;
  top: 19px;
  bottom: -22px;
  left: 4px;
  width: 1px;
  background: #c9c0da;
  content: "";
}

.member-timeline div {
  display: grid;
}

.member-timeline b {
  font-size: 13px;
}

.member-timeline small {
  color: var(--ink-soft);
  font-size: 11px;
}

.matrix-visual {
  min-height: 450px;
  padding: 40px;
}

.matrix-visual > header,
.dashboard-visual > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.matrix-visual > header div,
.dashboard-visual > header div {
  display: grid;
}

.matrix-visual > header small,
.dashboard-visual > header small {
  color: #81778d;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.matrix-visual > header strong {
  font-size: 18px;
}

.matrix-visual > header > span {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--jade);
  background: rgba(22, 151, 119, 0.09);
  font-size: 12px;
  font-weight: 750;
}

.matrix-head,
.stock-matrix {
  display: grid;
  grid-template-columns: 64px repeat(4, 1fr);
  gap: 8px;
}

.matrix-head {
  margin: 26px 0 8px;
  color: #796f86;
  text-align: center;
  font-size: 11px;
}

.stock-matrix b,
.stock-matrix span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: 8px;
}

.stock-matrix b {
  justify-content: start;
  font-size: 12px;
}

.stock-matrix span {
  border: 1px solid rgba(101, 71, 232, calc(0.08 + var(--stock) * 0.018));
  color: var(--violet-dark);
  background: rgba(101, 71, 232, calc(0.03 + var(--stock) * 0.012));
  font-size: 13px;
  font-weight: 800;
}

.matrix-visual footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  color: #776e83;
  font-size: 10px;
}

.matrix-visual footer span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.matrix-visual footer strong {
  margin-left: auto;
  color: var(--ink-soft);
}

.swatch {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.swatch-low {
  background: rgba(238, 112, 90, 0.6);
}

.swatch-good {
  background: rgba(101, 71, 232, 0.55);
}

.dashboard-visual {
  min-height: 470px;
  padding: 38px;
  background: #fbfafd;
}

.dashboard-visual > header strong {
  font-size: 30px;
}

.dashboard-visual > header > span {
  color: #81778d;
  font-size: 10px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  margin: 20px 0;
}

.dashboard-grid section {
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.dashboard-grid section > span {
  font-size: 12px;
  font-weight: 750;
}

.bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 130px;
  margin-top: 20px;
}

.bars i {
  flex: 1;
  height: 36%;
  border-radius: 4px 4px 0 0;
  background: var(--violet-pale);
}

.bars i:nth-child(2) { height: 54%; }
.bars i:nth-child(3) { height: 46%; }
.bars i:nth-child(4) { height: 72%; }
.bars i:nth-child(5) { height: 62%; }
.bars i:nth-child(6) { height: 84%; }
.bars i:nth-child(7) { height: 96%; background: var(--violet); }

.dashboard-grid small {
  color: #8a8193;
  font-size: 9px;
}

.dashboard-grid ol {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.dashboard-grid li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
}

.dashboard-grid li em {
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--jade);
  background: rgba(22, 151, 119, 0.08);
  font-size: 9px;
  font-style: normal;
}

.dashboard-visual > footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  color: #766d81;
  font-size: 10px;
  text-align: center;
}

.network-visual {
  display: grid;
  place-items: center;
  min-height: 490px;
  padding: 38px;
  overflow: hidden;
  background: var(--night);
}

.network-hub {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 350px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.network-hub small {
  color: #b8aaf7;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.network-hub strong {
  margin: 4px 0 8px;
  font-size: 21px;
}

.network-hub span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.network-lines {
  position: relative;
  width: 78%;
  height: 70px;
  border-right: 1px solid rgba(184, 170, 247, 0.4);
  border-bottom: 1px solid rgba(184, 170, 247, 0.4);
  border-left: 1px solid rgba(184, 170, 247, 0.4);
}

.network-lines::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(184, 170, 247, 0.4);
  content: "";
}

.store-nodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}

.store-nodes article {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.store-nodes article > span {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: var(--night);
  background: #b8aaf7;
  font-size: 10px;
  font-weight: 800;
}

.store-nodes article div {
  display: grid;
  min-width: 0;
}

.store-nodes strong {
  font-size: 11px;
}

.store-nodes small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.questions-visual {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 20px;
  align-items: center;
  min-height: 450px;
  padding: 36px;
  background: var(--violet-pale);
}

.question-mark {
  color: var(--violet);
  font-family: Georgia, serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.18;
}

.questions-visual ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.questions-visual li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border: 1px solid #d7cfee;
  border-radius: 10px;
  background: #fff;
  font-size: 11px;
}

.questions-visual li span {
  color: var(--violet);
  font-size: 9px;
  font-weight: 800;
}

.questions-visual li i {
  color: var(--jade);
  font-size: 9px;
  font-style: normal;
}

.cases-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 20px;
  align-items: center;
  min-height: 460px;
  padding: 34px;
  overflow: hidden;
}

.cases-visual > img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  object-position: top;
}

.cases-visual > div {
  display: grid;
  gap: 12px;
}

.cases-visual > div strong {
  margin-bottom: 10px;
  font-size: 23px;
}

.cases-visual > div span {
  padding: 10px 12px;
  border-left: 3px solid var(--violet);
  background: var(--paper);
  font-size: 12px;
}

.section {
  padding: 110px 0;
}

.section h2,
.audience-section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.2;
  text-wrap: balance;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 80px;
  align-items: end;
}

.split-heading > p,
.centered-heading > p:last-child,
.flow-heading > p:last-child,
.faq-heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.9;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.problem-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.problem-grid article > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.problem-grid h3 {
  margin: 32px 0 12px;
  font-size: 20px;
}

.problem-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.feature-section {
  background: var(--paper);
}

.centered-heading {
  max-width: 810px;
  text-align: center;
}

.centered-heading > p:last-child {
  margin-top: 18px;
}

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

.feature-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 28px;
  border: 1px solid #e2ddea;
  border-radius: 13px;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  border-color: #bdb0eb;
  box-shadow: 0 18px 36px rgba(46, 30, 81, 0.08);
  transform: translateY(-4px);
}

.feature-card > span {
  color: var(--violet);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.feature-card h3 {
  margin: 35px 0 12px;
  font-size: 21px;
}

.feature-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.feature-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--violet-dark);
  font-size: 13px;
  font-weight: 750;
}

.feature-card a i {
  font-style: normal;
  transition: transform 160ms ease;
}

.feature-card a:hover i {
  transform: translateX(4px);
}

.case-grid {
  margin-top: 48px;
}

.case-pending {
  max-width: 720px;
  margin: auto;
  padding: 34px;
  border: 1px dashed #bdb0cf;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.case-pending strong {
  font-size: 20px;
}

.case-pending p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.flow-section {
  color: #fff;
  background: var(--night);
}

.flow-section .section-label {
  color: #b9a9ff;
}

.flow-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.flow-heading {
  position: sticky;
  top: 116px;
  align-self: start;
}

.flow-heading > p:last-child {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.flow-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.flow-list li > span {
  color: #b9a9ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.flow-list h3 {
  margin: 0 0 8px;
  font-size: 23px;
}

.flow-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.audience-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.audience-inner {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 60px;
  align-items: center;
}

.audience-section h2 {
  font-size: 30px;
}

.audience-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-inner li {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 13px;
}

.customer-section {
  background: #fff;
}

.customer-wall {
  max-width: 900px;
  height: 410px;
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.customer-wall img {
  width: 100%;
  height: auto;
}

.faq-section {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}

.faq-heading {
  align-self: start;
}

.faq-heading > p {
  margin-top: 20px;
}

.faq-heading > a {
  display: inline-block;
  margin-top: 24px;
  color: var(--violet-dark);
  font-size: 13px;
  font-weight: 750;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--violet-dark);
  background: var(--violet-pale);
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 52px 22px 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.related-section {
  padding-top: 40px;
  background: var(--paper);
}

.related-section h2 {
  font-size: 34px;
}

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

.related-grid a {
  position: relative;
  display: grid;
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.related-grid a:hover {
  border-color: #ad9de9;
}

.related-grid span {
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.related-grid strong {
  align-self: end;
  max-width: 85%;
  font-size: 17px;
  line-height: 1.45;
}

.related-grid i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--violet);
  font-style: normal;
}

.final-cta {
  padding: 82px 0;
  color: #fff;
  background: var(--violet);
}

.final-cta .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p:last-child {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta-inner > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.button-light {
  color: var(--violet-dark);
  background: #fff;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.site-footer {
  padding: 70px 0 26px;
  color: rgba(255, 255, 255, 0.76);
  background: #1d152d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.55fr 0.55fr;
  gap: 80px;
}

.site-footer .brand {
  color: #fff;
}

.site-footer .brand small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-brand > p {
  max-width: 440px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.footer-grid nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-grid nav strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
}

.footer-grid nav a {
  font-size: 12px;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}

.mobile-cta {
  display: none;
}

.trial-dialog {
  width: min(calc(100% - 30px), 520px);
  padding: 34px;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(25, 16, 45, 0.34);
  text-align: center;
}

.trial-dialog::backdrop {
  background: rgba(24, 16, 38, 0.65);
  backdrop-filter: blur(4px);
}

.trial-dialog h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.trial-dialog > p:not(.section-label) {
  color: var(--ink-soft);
  font-size: 14px;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  font-size: 22px;
}

.qr-frame {
  width: 276px;
  margin: 22px auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.dialog-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.dialog-actions a:first-child {
  color: var(--violet-dark);
}

@media (max-width: 1120px) {
  .desktop-nav a {
    padding-inline: 7px;
    font-size: 13px;
  }

  .header-actions {
    margin-left: 12px;
  }

  .text-link {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
    gap: 30px;
  }

  .visual {
    min-height: 440px;
  }

  .product-visual {
    padding-left: 35px;
  }

  .garment-ticket {
    width: 165px;
    min-height: 230px;
  }

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

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

@media (max-width: 900px) {
  :root {
    --header-height: 64px;
  }

  .shell {
    width: min(calc(100% - 34px), var(--shell));
  }

  .desktop-nav,
  .header-actions > .button-compact {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .menu-toggle {
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 12px 10px;
    border: 0;
    border-radius: 8px;
    background: var(--paper);
    cursor: pointer;
  }

  .menu-toggle i {
    display: block;
    height: 2px;
    background: var(--ink);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 16px 17px 20px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    padding: 11px 12px;
    border-radius: 8px;
    color: var(--ink-soft);
    background: var(--paper);
    font-size: 13px;
    font-weight: 650;
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--violet-dark);
    background: var(--violet-pale);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px 0 70px;
  }

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

  .visual {
    width: min(100%, 650px);
    margin: 20px auto 0;
  }

  .split-heading,
  .flow-layout,
  .faq-layout,
  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .flow-heading {
    position: static;
  }

  .audience-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .audience-inner ul {
    justify-content: flex-start;
  }

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

  .related-grid a {
    min-height: 140px;
  }

  .final-cta-inner > div:last-child {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 58px;
    font-size: 15px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

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

  .brand small {
    font-size: 9px;
  }

  .breadcrumb {
    padding-top: 18px;
  }

  .hero-grid {
    padding: 44px 0 58px;
  }

  .hero h1 {
    font-size: clamp(36px, 11vw, 48px);
    letter-spacing: -0.04em;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }

  .hero-actions .button {
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero-facts {
    margin-top: 30px;
  }

  .hero-facts strong {
    font-size: 15px;
  }

  .hero-facts span {
    font-size: 10px;
  }

  .visual {
    min-height: 390px;
    border-radius: 17px;
  }

  .product-visual {
    min-height: 340px;
    padding: 60px 0 20px 28px;
  }

  .garment-ticket {
    top: 20px;
    width: 125px;
    min-height: 175px;
    padding: 19px 14px;
  }

  .garment-ticket strong {
    font-size: 18px;
  }

  .product-visual > p {
    right: 0;
    bottom: 0;
    font-size: 9px;
  }

  .receipt-visual {
    padding: 28px 22px 52px;
  }

  .receipt-card {
    padding: 26px 20px 20px;
  }

  .member-visual {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .member-card {
    min-height: 250px;
  }

  .member-timeline {
    display: none;
  }

  .matrix-visual,
  .dashboard-visual,
  .questions-visual,
  .cases-visual {
    padding: 24px 18px;
  }

  .matrix-visual > header {
    align-items: start;
  }

  .matrix-visual > header > span {
    font-size: 9px;
  }

  .matrix-head,
  .stock-matrix {
    grid-template-columns: 50px repeat(4, 1fr);
    gap: 5px;
  }

  .stock-matrix b,
  .stock-matrix span {
    min-height: 42px;
  }

  .matrix-visual footer strong {
    display: none;
  }

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

  .dashboard-grid section:last-child {
    display: none;
  }

  .dashboard-visual > footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .network-visual {
    padding: 28px 16px;
  }

  .network-lines {
    height: 52px;
  }

  .store-nodes article {
    display: grid;
    justify-items: center;
    padding: 10px 5px;
    text-align: center;
  }

  .store-nodes small {
    max-width: 92px;
  }

  .questions-visual {
    grid-template-columns: 1fr;
  }

  .question-mark {
    display: none;
  }

  .questions-visual li {
    grid-template-columns: 24px 1fr;
  }

  .questions-visual li i {
    display: none;
  }

  .cases-visual {
    grid-template-columns: 1fr;
  }

  .cases-visual > img {
    max-height: 220px;
  }

  .section {
    padding: 78px 0;
  }

  .section h2,
  .audience-section h2,
  .final-cta h2 {
    font-size: 31px;
  }

  .split-heading {
    gap: 22px;
  }

  .split-heading > p,
  .centered-heading > p:last-child,
  .flow-heading > p:last-child,
  .faq-heading > p {
    font-size: 15px;
  }

  .problem-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    margin-top: 36px;
  }

  .problem-grid article {
    min-height: 0;
    padding: 24px;
  }

  .problem-grid h3 {
    margin-top: 22px;
  }

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

  .flow-list li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .audience-section {
    padding: 44px 0;
  }

  .audience-inner li {
    font-size: 11px;
  }

  .faq-layout {
    gap: 22px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .related-section {
    padding-top: 30px;
  }

  .final-cta {
    padding: 68px 0;
  }

  .final-cta-inner > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-cta {
    position: fixed;
    z-index: 35;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 58px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 -10px 28px rgba(34, 25, 50, 0.11);
  }

  .mobile-cta a,
  .mobile-cta button {
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 750;
  }

  .mobile-cta button {
    color: #fff;
    background: var(--violet);
  }

  .trial-dialog {
    max-height: calc(100vh - 28px);
    padding: 30px 20px;
    overflow-y: auto;
  }

  .trial-dialog h2 {
    font-size: 24px;
  }

  .qr-frame {
    width: min(100%, 260px);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
