:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, 0.08);
  --panel: #ffffff;
  --page: #ffffff;
  --dark: #1d1d1f;
  --accent: #0071e3;
  --soft: #f5f5f7;
  --green: #248a3d;
  --orange: #b45f06;
  --red: #c1272d;
  --glass-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 245, 247, 0.68));
  --glass-strong: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 245, 247, 0.78));
  --glass-dark: linear-gradient(135deg, rgba(29, 29, 31, 0.86), rgba(29, 29, 31, 0.62));
  --glass-border: rgba(210, 210, 215, 0.78);
  --glass-card-bg: rgba(255, 255, 255, 0.25);
  --glass-card-border: rgba(255, 255, 255, 0.3);
  --glass-card-radius: 30px;
  --glass-card-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  --hero-soft-gradient:
    radial-gradient(circle at 14% 18%, rgba(10, 132, 255, 0.16), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(191, 90, 242, 0.13), transparent 32%),
    radial-gradient(circle at 54% 92%, rgba(48, 209, 88, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 255, 0.68));
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
  --button-radius: 11px;
  --button-height: 40px;
  --button-height-lg: 46px;
  --button-font:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue",
    Arial, sans-serif;
  --button-primary-bg: linear-gradient(180deg, #0a84ff 0%, #0071e3 100%);
  --button-primary-bg-hover: linear-gradient(180deg, #168cff 0%, #0879ec 100%);
  --button-primary-bg-active: linear-gradient(180deg, #006edb 0%, #0062c6 100%);
  --button-primary-border: rgba(0, 81, 170, 0.34);
  --button-primary-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.1);
  --button-secondary-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 242, 247, 0.72));
  --button-secondary-bg-hover: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 250, 0.82));
  --button-secondary-bg-active: linear-gradient(180deg, rgba(232, 232, 237, 0.9), rgba(246, 246, 248, 0.72));
  --button-secondary-border: rgba(60, 60, 67, 0.18);
  --button-secondary-color: #1d1d1f;
  --button-secondary-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(0, 0, 0, 0.035),
    0 1px 2px rgba(0, 0, 0, 0.06);
  --button-ghost-color: #0071e3;
  --button-destructive-bg: linear-gradient(180deg, rgba(255, 69, 58, 0.1), rgba(255, 69, 58, 0.055));
  --button-destructive-bg-hover: linear-gradient(180deg, rgba(255, 69, 58, 0.14), rgba(255, 69, 58, 0.075));
  --button-destructive-bg-active: linear-gradient(180deg, rgba(255, 69, 58, 0.18), rgba(255, 69, 58, 0.1));
  --button-destructive-border: rgba(255, 69, 58, 0.24);
  --button-destructive-color: #c1272d;
  --button-focus-ring: rgba(0, 122, 255, 0.28);
  --button-disabled-opacity: 0.48;
}

:root[data-theme="dark"],
body[data-theme="dark"],
.theme-dark {
  --button-secondary-bg: linear-gradient(180deg, rgba(82, 82, 88, 0.72), rgba(58, 58, 62, 0.62));
  --button-secondary-bg-hover: linear-gradient(180deg, rgba(92, 92, 98, 0.78), rgba(68, 68, 72, 0.68));
  --button-secondary-bg-active: linear-gradient(180deg, rgba(52, 52, 56, 0.82), rgba(70, 70, 74, 0.64));
  --button-secondary-border: rgba(255, 255, 255, 0.18);
  --button-secondary-color: rgba(255, 255, 255, 0.92);
  --button-secondary-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.28);
  --button-ghost-color: #64d2ff;
  --button-destructive-bg: linear-gradient(180deg, rgba(255, 105, 97, 0.18), rgba(255, 105, 97, 0.1));
  --button-destructive-bg-hover: linear-gradient(180deg, rgba(255, 105, 97, 0.24), rgba(255, 105, 97, 0.14));
  --button-destructive-bg-active: linear-gradient(180deg, rgba(255, 105, 97, 0.3), rgba(255, 105, 97, 0.18));
  --button-destructive-border: rgba(255, 105, 97, 0.32);
  --button-destructive-color: #ff6961;
  --button-focus-ring: rgba(100, 210, 255, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: var(--page);
  overflow-x: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue",
    Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.glass-surface,
.site-nav,
.payment-module,
.create-panel,
.orders-panel,
.metric,
.filter-chip,
.module-tabs,
.tab.active,
input,
textarea,
select,
.table-frame,
.approval-card,
.status-card,
.panel-promo,
.feature-copy,
.flow-step,
.flow-visual,
.pay-page-card {
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 28px;
}

.hero-section {
  display: grid;
  gap: 20px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-self: center;
  margin-inline: auto;
  padding: 40px 20px 32px;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(96px, 7vw, 140px);
  width: fit-content;
  max-width: min(1200px, 100%);
  margin: 0 auto;
}

.logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  background: transparent;
}

.logo-link img {
  display: block;
  width: auto;
  height: 92px;
  object-fit: contain;
  filter: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(56px, 4vw, 72px);
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  height: auto;
  color: #424245;
  border-radius: 0;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "PingFang SC", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--accent);
  background: transparent;
  box-shadow: none;
}

.header-spacer {
  min-height: 1px;
}

.opening-statement {
  display: grid;
  gap: 24px;
  justify-self: center;
  place-items: center;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(52px, 7vw, 92px) 20px clamp(46px, 6vw, 72px);
  text-align: center;
  background: transparent;
}

.opening-statement p {
  display: block;
  color: var(--accent);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
}

.opening-statement h1 {
  display: block;
  justify-self: center;
  width: min(100%, 1140px);
  max-width: 1140px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
  white-space: nowrap;
}

.opening-statement h1 span {
  display: inline;
}

.opening-statement small {
  display: block;
  justify-self: center;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dashboard-card {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  align-items: start;
  position: relative;
  overflow: visible;
  min-height: 780px;
  background: #fff;
  border: 1px solid rgba(210, 210, 215, 0.8);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.info-page {
  display: grid;
  gap: 34px;
  min-height: calc(100vh - 40px);
}

.info-card {
  display: grid;
  gap: 22px;
  padding: clamp(32px, 6vw, 72px);
  background: var(--glass-strong);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    var(--shadow);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
}

.info-card h1 {
  max-width: 760px;
}

.info-card > p {
  max-width: 760px;
  color: #5f6270;
  font-size: 17px;
  line-height: 1.9;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.info-grid article {
  display: grid;
  gap: 12px;
  min-height: 176px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 14px 34px rgba(0, 0, 0, 0.045);
}

.info-grid span {
  display: inline-grid;
  width: fit-content;
  min-width: 42px;
  height: 34px;
  place-items: center;
  padding: 0 12px;
  color: #fff;
  background: var(--glass-dark);
  border-radius: 8px;
  font-weight: 900;
}

.info-grid h2 {
  font-size: 20px;
}

.info-grid p {
  color: #666a75;
  font-size: 14px;
  line-height: 1.7;
}

.api-card {
  justify-items: start;
}

.api-card h1,
.api-card > p {
  max-width: 820px;
}

.api-visual {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(90px, 0.38fr) minmax(220px, 0.9fr) minmax(90px, 0.38fr) minmax(180px, 1fr);
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  min-height: 300px;
  margin-top: 10px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(245, 245, 247, 0.36));
  border: 1px solid rgba(210, 210, 215, 0.7);
  border-radius: 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 48px rgba(0, 0, 0, 0.045);
}

.api-stack {
  display: grid;
  gap: 12px;
}

.api-stack span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.api-source-stack span::before,
.api-result-stack span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: var(--accent);
  border-radius: 50%;
}

.api-result-stack span::before {
  background: #34c759;
}

.api-route {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 90px;
}

.api-route::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 113, 227, 0), rgba(0, 113, 227, 0.62), rgba(0, 113, 227, 0));
  transform: translateY(-50%);
}

.api-route span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 12px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 113, 227, 0.2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.api-hub {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 210px;
  padding: 26px 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(210, 210, 215, 0.78);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 20px 50px rgba(0, 113, 227, 0.08);
}

.api-hub img {
  width: 148px;
  height: 72px;
  object-fit: contain;
}

.api-hub strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

.api-hub span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.api-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.api-capability-grid article {
  min-height: 210px;
}

@media (max-width: 1180px) {
  .api-visual {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .api-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .api-route {
    min-height: 56px;
  }

  .api-route::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .api-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .api-card {
    justify-items: stretch;
  }

  .api-visual {
    min-height: auto;
    padding: 18px;
    border-radius: 24px;
  }

  .api-stack,
  .api-capability-grid {
    grid-template-columns: 1fr;
  }

  .api-hub {
    min-height: 176px;
    padding: 22px 16px;
    border-radius: 22px;
  }

  .api-hub img {
    width: 132px;
    height: 64px;
  }
}

.sidebar {
  grid-column: 1;
  position: relative;
  top: auto;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: auto;
  height: auto;
  max-height: calc(100vh - 48px);
  overflow: hidden;
  margin: 0;
  padding: 24px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(250, 250, 252, 0.38));
  border: 0;
  border-right: 1px solid rgba(210, 210, 215, 0.58);
  border-radius: 8px 0 0 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.72);
  z-index: 5;
}

.dashboard-card.sidebar-fixed .sidebar {
  position: fixed;
  top: 24px;
  left: var(--sidebar-left, 28px);
  width: var(--sidebar-width, 218px);
}

.dashboard-card.sidebar-bottom .sidebar {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: var(--sidebar-width, 218px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.brand-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #0b63ce;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 24px rgba(0, 113, 227, 0.1);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  font-size: 13px;
  font-weight: 600;
}

.nav-groups {
  display: grid;
  position: relative;
  --nav-cursor-top: 0px;
  --nav-cursor-height: 34px;
  --nav-cursor-opacity: 0;
  gap: 16px;
  margin-top: 4px;
  overflow: visible;
}

.nav-cursor {
  position: absolute;
  left: 0;
  top: calc(var(--nav-cursor-top) - 7px);
  width: 4px;
  height: max(var(--nav-cursor-height), 50px);
  opacity: var(--nav-cursor-opacity);
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.75), rgba(90, 200, 250, 0.45));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(0, 122, 255, 0.22);
  pointer-events: none;
  transition:
    top 260ms cubic-bezier(0.2, 0, 0.2, 1),
    height 260ms cubic-bezier(0.2, 0, 0.2, 1),
    opacity 160ms ease;
  z-index: 0;
}

.nav-group {
  display: grid;
  gap: 10px;
  padding: 12px;
  position: relative;
  border-radius: 22px;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
  z-index: 1;
}

.nav-group.active {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-top-color: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  transform: translateY(-1px);
}

.nav-group.active:hover {
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.nav-title {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 34px;
  color: #3f4248;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
}

.nav-title.active {
  color: #1d1d1f;
  font-weight: 650;
}

.nav-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 10px 0 42px;
  color: #7a7d86;
  border-radius: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.nav-link:hover {
  color: #4f535b;
  background: rgba(255, 255, 255, 0.34);
}

.nav-link.active {
  color: #0a63ce;
  background: rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 10px 24px rgba(0, 113, 227, 0.06);
  font-weight: 500;
}

.nav-link.active::before {
  display: none;
}

.nav-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #5f636d;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 8px 20px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  font-size: 12.5px;
  font-weight: 600;
}

.nav-icon.active,
.nav-link.active .nav-icon {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.95), rgba(0, 122, 255, 0.78));
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 20px rgba(0, 122, 255, 0.22);
}

.nav-dot {
  width: 5px;
  height: 5px;
  margin-left: 0;
  background: #c7c7cc;
  border-radius: 50%;
}

.nav-link.active .nav-dot {
  background: var(--accent);
  transform: scale(1.18);
}

.dashboard-main {
  grid-column: 2;
  min-width: 0;
  background: #fff;
}

.dashboard-content {
  display: grid;
  gap: 30px;
  padding: 42px;
}

.section-title,
.module-heading,
.orders-top,
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.section-title h2,
.module-heading h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 16px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 600;
}

.filter-chip span {
  width: 18px;
  height: 12px;
  background:
    linear-gradient(var(--ink), var(--ink)) 0 2px / 18px 2px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 0 10px / 18px 2px no-repeat;
}

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

.metric {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  min-height: 148px;
  padding: 22px;
  background: var(--glass-strong);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 48px rgba(0, 0, 0, 0.07);
}

.metric.mint {
  --metric-accent: #34c759;
}

.metric.blue {
  --metric-accent: #0071e3;
}

.metric.peach {
  --metric-accent: #ff9f0a;
}

.metric-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--metric-accent);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  font-weight: 700;
}

.metric-label {
  position: static;
  align-self: center;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.metric strong {
  display: block;
  grid-column: 1 / -1;
  margin-top: 12px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
}

.metric small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.metric i {
  display: none;
}

.trend-metric {
  display: grid;
  grid-template-columns: minmax(128px, 0.72fr) minmax(180px, 1fr);
  gap: 18px;
  min-height: 184px;
  background:
    linear-gradient(135deg, rgba(29, 29, 31, 0.88), rgba(29, 29, 31, 0.68)),
    rgba(29, 29, 31, 0.82);
  color: #fff;
}

.trend-copy {
  display: grid;
  align-content: center;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
}

.trend-metric .metric-icon {
  color: #31d2ff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.trend-metric .metric-label,
.trend-metric strong {
  color: #fff;
}

.trend-metric small {
  color: rgba(255, 255, 255, 0.7);
}

.trend-visual {
  position: relative;
  display: grid;
  min-height: 136px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 44px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 100% 36px,
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.trend-visual svg {
  width: min(100%, 240px);
  height: 128px;
  overflow: visible;
}

.trend-area {
  fill: rgba(255, 255, 255, 0.18);
}

.trend-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
  filter: drop-shadow(0 2px 3px rgba(255, 255, 255, 0.34));
}

.trend-point {
  fill: #19c7ff;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 4;
  filter: drop-shadow(0 0 13px rgba(25, 199, 255, 0.86));
}

.trend-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70%;
  width: 3px;
  background: #19c7ff;
  box-shadow: 0 0 16px rgba(25, 199, 255, 0.9);
}

.payment-module {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 46px rgba(0, 0, 0, 0.045);
}

.module-heading {
  margin-bottom: 22px;
}

.module-tabs {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  background: rgba(232, 232, 237, 0.64);
  border: 1px solid rgba(60, 60, 67, 0.1);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.76),
    inset 0 -1px 0 rgba(0, 0, 0, 0.025);
}

.tab {
  display: grid;
  min-width: 112px;
  height: 36px;
  place-items: center;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition:
    color 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease,
    transform 140ms ease;
  user-select: none;
}

.tab.active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(60, 60, 67, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(0, 0, 0, 0.035),
    0 1px 2px rgba(0, 0, 0, 0.08);
}

.module-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.create-panel,
.orders-panel {
  min-width: 0;
  scroll-margin-top: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 14px 34px rgba(0, 0, 0, 0.04);
}

.feature-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-bottom: 22px;
  padding: clamp(34px, 4.6vw, 62px);
  background: #fff;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 20px 50px rgba(0, 0, 0, 0.045);
}

.feature-copy p {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.feature-copy h3 {
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.collection-message h3 {
  line-height: 1.16;
}

.feature-copy > span,
.feature-copy-lines {
  max-width: 960px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.feature-copy-lines {
  display: grid;
  gap: 2px;
}

.feature-copy-lines span {
  display: block;
  white-space: nowrap;
}

.panel-promo {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  padding: 16px 18px;
  background: rgba(245, 245, 247, 0.78);
  border: 1px solid rgba(210, 210, 215, 0.68);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 30px rgba(0, 0, 0, 0.045);
}

.panel-promo strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.panel-promo span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.payout-promo span {
  display: block;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(18px, 1.9vw, 26px);
  font-weight: 700;
  line-height: 1.28;
}

.panel-head,
.orders-top {
  margin-bottom: 18px;
}

.panel-head h3,
.orders-top h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.panel-head span,
.orders-top span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.collection-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.payout-form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.72fr;
  gap: 16px;
}

.collection-form label,
.payout-form label,
.filters label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.payout-form em,
.transfer-type em {
  margin-right: 4px;
  color: #f04444;
  font-style: normal;
}

.payout-form small {
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.span-2 {
  grid-column: span 2;
}

.wide {
  grid-column: 1 / -1;
}

.amount-field {
  grid-column: 1 / span 1;
}

.transfer-type {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--muted);
  border: 0;
  font-size: 12px;
  font-weight: 600;
}

.transfer-type legend {
  grid-column: 1 / -1;
  float: none;
  margin-right: 0;
}

.transfer-type label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 24px rgba(0, 0, 0, 0.035);
}

.transfer-type label:has(input:checked) {
  color: var(--accent);
  background: rgba(0, 113, 227, 0.08);
  border-color: rgba(0, 113, 227, 0.28);
}

.transfer-type input {
  appearance: none;
  width: 18px;
  height: 18px;
  padding: 0;
  background:
    radial-gradient(circle, var(--accent) 0 42%, transparent 46%),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 113, 227, 0.3);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 4px 12px rgba(0, 113, 227, 0.12);
  transform: scale(0.74);
  opacity: 0.35;
}

.transfer-type input:checked {
  transform: scale(1);
  opacity: 1;
  border-color: rgba(0, 113, 227, 0.62);
}

.transfer-logo {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.transfer-icon {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 22px;
}

.card-icon {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)) 6px 12px / 11px 2px no-repeat,
    linear-gradient(135deg, rgba(0, 113, 227, 0.92), rgba(0, 113, 227, 0.56));
  border: 1px solid rgba(0, 113, 227, 0.18);
  border-radius: 6px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 8px 16px rgba(0, 113, 227, 0.12);
}

.card-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.public-card {
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)) 6px 12px / 11px 2px no-repeat,
    linear-gradient(135deg, rgba(31, 31, 35, 0.92), rgba(31, 31, 35, 0.58));
  border-color: rgba(31, 31, 35, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 16px rgba(31, 31, 35, 0.1);
}

input,
textarea,
select {
  width: 100%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 24px rgba(0, 0, 0, 0.035);
}

input,
select {
  height: 44px;
  padding: 0 14px;
}

textarea {
  min-height: 94px;
  resize: vertical;
  padding: 13px 14px;
  line-height: 1.55;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.14);
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.primary-btn,
.secondary-btn,
.blue-btn,
.approve-btn,
.reject-btn,
.ghost-btn,
.destructive-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: var(--button-height-lg);
  min-width: 108px;
  padding: 0 18px;
  color: var(--button-secondary-color);
  background: var(--button-secondary-bg);
  border: 1px solid var(--button-secondary-border);
  border-radius: var(--button-radius);
  appearance: none;
  font-family: var(--button-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  user-select: none;
  box-shadow: var(--button-secondary-shadow);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  transition:
    color 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease,
    opacity 140ms ease,
    transform 120ms ease;
}

.primary-btn,
.blue-btn,
.approve-btn {
  color: #fff;
  background: var(--button-primary-bg);
  border-color: var(--button-primary-border);
  box-shadow: var(--button-primary-shadow);
  --button-spinner-color: rgba(255, 255, 255, 0.82);
}

.secondary-btn {
  --button-spinner-color: rgba(29, 29, 31, 0.48);
}

.ghost-btn {
  min-width: auto;
  color: var(--button-ghost-color);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  --button-spinner-color: rgba(0, 113, 227, 0.58);
}

.reject-btn,
.destructive-btn {
  color: var(--button-destructive-color);
  background: var(--button-destructive-bg);
  border-color: var(--button-destructive-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(193, 39, 45, 0.035),
    0 1px 2px rgba(193, 39, 45, 0.06);
  --button-spinner-color: rgba(193, 39, 45, 0.58);
}

.primary-btn:hover,
.blue-btn:hover,
.approve-btn:hover {
  background: var(--button-primary-bg-hover);
}

.secondary-btn:hover {
  background: var(--button-secondary-bg-hover);
}

.ghost-btn:hover {
  color: #005ecb;
  background: rgba(0, 113, 227, 0.06);
}

.reject-btn:hover,
.destructive-btn:hover {
  background: var(--button-destructive-bg-hover);
}

.primary-btn:active,
.secondary-btn:active,
.blue-btn:active,
.approve-btn:active,
.reject-btn:active,
.ghost-btn:active,
.destructive-btn:active {
  transform: translateY(1px);
}

.primary-btn:active,
.blue-btn:active,
.approve-btn:active {
  background: var(--button-primary-bg-active);
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.16),
    0 1px 1px rgba(0, 0, 0, 0.05);
}

.secondary-btn:active {
  background: var(--button-secondary-bg-active);
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.08),
    0 1px 1px rgba(0, 0, 0, 0.04);
}

.ghost-btn:active {
  background: rgba(0, 113, 227, 0.1);
}

.reject-btn:active,
.destructive-btn:active {
  background: var(--button-destructive-bg-active);
  box-shadow:
    inset 0 1px 2px rgba(193, 39, 45, 0.1),
    0 1px 1px rgba(193, 39, 45, 0.04);
}

.primary-btn:focus-visible,
.secondary-btn:focus-visible,
.blue-btn:focus-visible,
.approve-btn:focus-visible,
.reject-btn:focus-visible,
.ghost-btn:focus-visible,
.destructive-btn:focus-visible {
  outline: 3px solid var(--button-focus-ring);
  outline-offset: 2px;
}

.primary-btn:disabled,
.secondary-btn:disabled,
.blue-btn:disabled,
.approve-btn:disabled,
.reject-btn:disabled,
.ghost-btn:disabled,
.destructive-btn:disabled,
.primary-btn[aria-disabled="true"],
.secondary-btn[aria-disabled="true"],
.blue-btn[aria-disabled="true"],
.approve-btn[aria-disabled="true"],
.reject-btn[aria-disabled="true"],
.ghost-btn[aria-disabled="true"],
.destructive-btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: var(--button-disabled-opacity);
  pointer-events: none;
  transform: none;
}

.primary-btn.is-loading,
.secondary-btn.is-loading,
.blue-btn.is-loading,
.approve-btn.is-loading,
.reject-btn.is-loading,
.ghost-btn.is-loading,
.destructive-btn.is-loading,
.primary-btn[aria-busy="true"],
.secondary-btn[aria-busy="true"],
.blue-btn[aria-busy="true"],
.approve-btn[aria-busy="true"],
.reject-btn[aria-busy="true"],
.ghost-btn[aria-busy="true"],
.destructive-btn[aria-busy="true"] {
  color: transparent;
  pointer-events: none;
}

.primary-btn.is-loading::after,
.secondary-btn.is-loading::after,
.blue-btn.is-loading::after,
.approve-btn.is-loading::after,
.reject-btn.is-loading::after,
.ghost-btn.is-loading::after,
.destructive-btn.is-loading::after,
.primary-btn[aria-busy="true"]::after,
.secondary-btn[aria-busy="true"]::after,
.blue-btn[aria-busy="true"]::after,
.approve-btn[aria-busy="true"]::after,
.reject-btn[aria-busy="true"]::after,
.ghost-btn[aria-busy="true"]::after,
.destructive-btn[aria-busy="true"]::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid var(--button-spinner-color, rgba(29, 29, 31, 0.46));
  border-top-color: transparent;
  border-radius: 50%;
  animation: button-loading-spin 760ms linear infinite;
}

@keyframes button-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.payout-actions {
  justify-content: flex-start;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.collection-flow {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.flow-head h4 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.flow-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 14px;
  background: #f5f5f7;
  border-radius: 22px;
}

.flow-step {
  --flow-accent: var(--accent);
  --flow-soft: rgba(0, 113, 227, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  min-height: 405px;
  overflow: hidden;
  padding: 24px 24px 26px;
  background: #fff;
  border: 1px solid rgba(29, 29, 31, 0.045);
  border-radius: 24px;
  text-align: left;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 1px 2px rgba(0, 0, 0, 0.025);
}

.flow-step:nth-child(1) {
  --flow-accent: #0071e3;
  --flow-soft: rgba(0, 113, 227, 0.1);
}

.flow-step:nth-child(2) {
  --flow-accent: #ff7a00;
  --flow-soft: rgba(255, 122, 0, 0.1);
}

.flow-step:nth-child(3) {
  --flow-accent: #00a6b3;
  --flow-soft: rgba(0, 166, 179, 0.1);
}

.flow-step:nth-child(4) {
  --flow-accent: #8b5cf6;
  --flow-soft: rgba(139, 92, 246, 0.11);
}

.flow-step:not(:last-child)::after {
  content: none;
}

.flow-step:not(:last-child)::before {
  content: none;
}

.flow-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.flow-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--flow-accent);
}

.flow-icon svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.step-index {
  position: static;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--muted);
  background: #f5f5f7;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.flow-step h5 {
  max-width: 100%;
  margin-bottom: 14px;
  text-align: left;
  color: var(--ink);
  font-size: clamp(25px, 1.48vw, 29px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.flow-step p {
  display: block;
  max-width: 100%;
  min-height: 62px;
  margin-bottom: 16px;
  text-align: left;
  color: var(--muted);
  font-size: clamp(15px, 0.92vw, 17px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

.flow-step p span {
  display: inline;
  white-space: normal;
}

.flow-step p .flow-highlight {
  color: var(--flow-accent);
  font-weight: 700;
  white-space: nowrap;
}

.flow-extra {
  display: grid;
  width: 100%;
  min-height: 94px;
  margin-top: auto;
  margin-bottom: 38px;
  padding: 12px;
  align-items: center;
  background: #f5f5f7;
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.order-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

.order-detail strong {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.order-detail strong::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background:
    linear-gradient(#fff, #fff) center / 10px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 12px no-repeat,
    var(--flow-accent);
  border-radius: 50%;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--flow-accent) 24%, transparent);
}

.order-detail span {
  display: grid;
  min-height: 34px;
  place-items: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.entry-detail {
  grid-template-columns: 1fr 84px;
  gap: 12px;
  align-items: stretch;
}

.link-card,
.qr-card {
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.link-card {
  align-content: center;
  gap: 8px;
}

.link-card i {
  position: relative;
  display: block;
  width: 58px;
  height: 22px;
  border: 3px solid var(--flow-accent);
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.link-card i::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 44px;
  height: 8px;
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-50%);
}

.qr-card {
  min-height: 76px;
  color: var(--muted);
  background:
    linear-gradient(90deg, rgba(31, 31, 35, 0.16) 2px, transparent 2px) 0 0 / 15px 15px,
    linear-gradient(rgba(31, 31, 35, 0.16) 2px, transparent 2px) 0 0 / 15px 15px,
    #f8f8fa;
}

.wallet-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-height: 94px;
}

.wallet-detail em {
  display: grid;
  grid-template-columns: 36px minmax(0, auto);
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  min-width: 0;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 14px;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.flow-action {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.flow-visual {
  position: relative;
  display: grid;
  width: min(182px, 100%);
  flex: 0 0 142px;
  height: 142px;
  margin: 0 auto;
  place-items: center;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(135deg, #fff, var(--flow-soft));
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 20px 42px rgba(0, 0, 0, 0.055);
}

.order-visual span {
  width: 94px;
  height: 72px;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
}

.order-visual::before {
  content: "¥";
  position: absolute;
  top: 30px;
  right: 38px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--flow-accent);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--flow-accent) 28%, transparent);
}

.order-visual i {
  position: absolute;
  left: calc(50% - 32px);
  width: 64px;
  height: 5px;
  background: #c7c7cc;
  border-radius: 999px;
}

.order-visual i:nth-of-type(1) {
  top: 59px;
}

.order-visual i:nth-of-type(2) {
  top: 76px;
  width: 48px;
}

.order-visual b {
  position: absolute;
  right: calc(50% - 48px);
  bottom: 27px;
  width: 38px;
  height: 20px;
  background: var(--flow-accent);
  border-radius: 8px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--flow-accent) 26%, transparent);
}

.share-visual span {
  width: 76px;
  height: 76px;
  background:
    linear-gradient(90deg, #d2d2d7 2px, transparent 2px) 0 0 / 16px 16px,
    linear-gradient(#d2d2d7 2px, transparent 2px) 0 0 / 16px 16px,
    #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow:
    0 0 0 1px #d2d2d7,
    0 14px 30px rgba(0, 0, 0, 0.06);
}

.share-visual i {
  position: absolute;
  right: 25px;
  top: 43px;
  width: 50px;
  height: 24px;
  border: 3px solid var(--flow-accent);
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.share-visual b {
  position: absolute;
  left: 27px;
  bottom: 27px;
  width: 52px;
  height: 10px;
  background: var(--ink);
  border-radius: 999px;
}

.share-visual::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 37px;
  width: 14px;
  height: 14px;
  background: var(--flow-accent);
  border-radius: 50%;
  box-shadow:
    22px -23px 0 var(--flow-accent),
    44px -23px 0 var(--flow-accent);
}

.phone-visual span {
  width: 72px;
  height: 98px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.phone-visual i {
  position: absolute;
  bottom: 28px;
  width: 30px;
  height: 5px;
  background: #c7c7cc;
  border-radius: 999px;
}

.phone-visual b {
  position: absolute;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--flow-accent);
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 12px 22px color-mix(in srgb, var(--flow-accent) 26%, transparent);
}

.phone-visual::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 42px;
  width: 18px;
  height: 18px;
  background: #30c750;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 30px 0 #1677ff,
    0 30px 0 3px #fff,
    0 8px 18px rgba(0, 0, 0, 0.08);
}

.brand-visual span {
  width: 104px;
  height: 76px;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.brand-visual span::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 20px;
  top: 51px;
  left: 50%;
  background: var(--flow-accent);
  border-radius: 999px;
  transform: translateX(-50%);
}

.brand-visual i {
  position: absolute;
  bottom: 28px;
  width: 66px;
  height: 7px;
  background: #c7c7cc;
  border-radius: 999px;
}

.brand-visual::after {
  content: "LOGO";
  position: absolute;
  top: 38px;
  left: 50%;
  display: grid;
  min-width: 46px;
  height: 20px;
  place-items: center;
  color: var(--flow-accent);
  background: color-mix(in srgb, var(--flow-accent) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--flow-accent) 24%, #fff);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  transform: translateX(-50%);
}

.payment-preview {
  background: #fff;
}

.pay-page-card {
  display: grid;
  gap: 7px;
  align-self: end;
  width: 100%;
  min-height: 94px;
  margin-top: 8px;
  margin-bottom: 38px;
  padding: 10px;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: #f5f5f7;
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 16px;
}

.pay-page-card img {
  width: 80px;
  height: 28px;
  object-fit: contain;
}

.pay-page-card strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.pay-page-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.method-logo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 0;
}

@media (max-width: 1460px) {
  .flow-steps {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
  }
}

.status-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 106px;
  padding: 11px 14px;
  color: #fff;
  background: var(--glass-dark);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  text-align: center;
}

.status-card span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
}

.status-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.payout-module {
  scroll-margin-top: 18px;
}

.reconciliation-module {
  scroll-margin-top: 18px;
}

.permission-module {
  scroll-margin-top: 18px;
}

.payout-create-panel {
  background: #fff;
}

.payout-approval-panel {
  background: #fff;
}

.approval-list {
  display: grid;
  gap: 14px;
}

.approval-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 34px rgba(0, 0, 0, 0.05);
}

.approval-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.approval-card > div:first-child strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.approval-card > div:first-child span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.approval-card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.approval-card dl div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  background: rgba(245, 245, 247, 0.78);
  border-radius: 8px;
}

.approval-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.approval-card dd {
  margin: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 600;
}

.approval-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.approve-btn,
.reject-btn {
  height: var(--button-height);
  min-width: 100px;
  padding: 0 16px;
  border-radius: var(--button-radius);
  font-size: 13px;
  font-weight: 600;
}

.single-tab {
  grid-template-columns: 1fr;
}

.reconciliation-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.reconciliation-copy {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: clamp(30px, 4vw, 54px);
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 113, 227, 0.08), transparent 36%),
    #fff;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 46px rgba(0, 0, 0, 0.045);
}

.reconciliation-copy h3 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.reconciliation-copy h3 span,
.reconciliation-copy p span {
  display: block;
}

.reconciliation-copy p {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.reconciliation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.reconciliation-visual {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(245, 245, 247, 0.86), rgba(255, 255, 255, 0.96));
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 46px rgba(0, 0, 0, 0.05);
}

.recon-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.recon-toolbar span {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.recon-toolbar em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--accent);
  background: rgba(0, 113, 227, 0.08);
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 8px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

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

.recon-metrics div {
  display: grid;
  gap: 6px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(210, 210, 215, 0.68);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.recon-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.recon-metrics strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.recon-table {
  display: grid;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 8px;
}

.recon-row {
  display: grid;
  grid-template-columns: 150px 130px 70px 72px 100px 78px 82px 86px 142px 58px;
  align-items: center;
  gap: 10px;
  min-width: 1050px;
  padding: 14px 16px;
  border-top: 1px solid rgba(210, 210, 215, 0.58);
}

.recon-row:first-child {
  border-top: 0;
}

.recon-row span {
  min-width: 0;
  color: var(--ink);
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recon-head {
  background: rgba(245, 245, 247, 0.82);
}

.recon-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.recon-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.recon-status.done {
  color: #0a7a31;
  background: rgba(52, 199, 89, 0.12);
}

.recon-status.pending {
  color: var(--accent);
  background: rgba(0, 113, 227, 0.1);
}

.permission-hero {
  display: grid;
  gap: 16px;
}

.permission-showcase {
  padding: 14px;
  background: #f5f5f7;
  border: 1px solid rgba(210, 210, 215, 0.58);
  border-radius: 26px;
}

.permission-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 16px;
  min-height: auto;
  padding: clamp(28px, 3.6vw, 48px);
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 113, 227, 0.07), transparent 34%),
    #fff;
  border: 1px solid rgba(210, 210, 215, 0.6);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 1px 2px rgba(0, 0, 0, 0.025);
  text-align: left;
}

.permission-kicker {
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.permission-copy h3 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(32px, 3.45vw, 50px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.permission-copy p {
  max-width: none;
  color: var(--muted);
  font-size: clamp(16px, 1.34vw, 20px);
  font-weight: 500;
  line-height: 1.65;
  white-space: nowrap;
}

.permission-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.permission-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--accent);
  background: rgba(0, 113, 227, 0.08);
  border: 1px solid rgba(0, 113, 227, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.permission-visual {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 14px;
  background:
    #f5f5f7;
  border: 1px solid rgba(210, 210, 215, 0.62);
  border-radius: 26px;
}

.permission-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.permission-toolbar span {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.permission-toolbar em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: var(--accent);
  background: rgba(0, 113, 227, 0.08);
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 12px;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 14px;
}

.role-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 188px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(210, 210, 215, 0.68);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 1px 2px rgba(0, 0, 0, 0.025);
}

.role-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.role-card i {
  display: inline-grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--accent);
  background: rgba(0, 113, 227, 0.08);
  border: 1px solid rgba(0, 113, 227, 0.14);
  border-radius: 15px;
  font-style: normal;
  font-weight: 700;
}

.role-card i svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.role-card-head div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.role-card strong {
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
}

.role-card small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.role-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-card li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 34px;
  color: rgba(29, 29, 31, 0.68);
  background: rgba(0, 113, 227, 0.035);
  border: 1px solid rgba(0, 113, 227, 0.06);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.role-card li span {
  position: absolute;
  left: 12px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18)),
    rgba(0, 113, 227, 0.12);
  border: 1px solid rgba(0, 113, 227, 0.2);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 6px 14px rgba(0, 113, 227, 0.08);
  transform: translateY(-50%);
}

.role-card li span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(40deg);
}

.admin-role i {
  color: #1d1d1f;
  background: rgba(29, 29, 31, 0.06);
  border-color: rgba(29, 29, 31, 0.13);
}

.service-role i {
  color: #0071e3;
}

.finance-role i {
  color: #00a6b3;
  background: rgba(0, 166, 179, 0.08);
  border-color: rgba(0, 166, 179, 0.15);
}

.audit-role i {
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.09);
  border-color: rgba(139, 92, 246, 0.16);
}

.filters {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(130px, 0.7fr) repeat(2, minmax(138px, 0.7fr));
  gap: 12px;
  margin-bottom: 16px;
}

.table-frame {
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 34px rgba(0, 0, 0, 0.045);
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.45;
}

th {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.48);
  font-weight: 600;
}

td {
  color: #3a3a3c;
  font-weight: 500;
}

th:nth-child(1),
td:nth-child(1) {
  width: 13%;
}

th:nth-child(2),
td:nth-child(2) {
  width: 11%;
}

th:nth-child(3),
td:nth-child(3) {
  width: 8%;
}

th:nth-child(4),
td:nth-child(4) {
  width: 16%;
}

th:nth-child(5),
td:nth-child(5) {
  width: 11%;
}

th:nth-child(6),
td:nth-child(6) {
  width: 10%;
}

th:nth-child(7),
td:nth-child(7) {
  width: 13%;
}

th:nth-child(8),
td:nth-child(8) {
  width: 9%;
}

th:nth-child(9),
td:nth-child(9) {
  width: 9%;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.status {
  display: inline-grid;
  height: 26px;
  min-width: 64px;
  place-items: center;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.status.paid {
  color: var(--green);
  background: #edf8f0;
}

.status.pending {
  color: var(--orange);
  background: #fff6e8;
}

.status.error {
  color: var(--red);
  background: #fff0f0;
}

@media (max-width: 1180px) {
  .site-header {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .site-header-inner {
    gap: 48px;
  }

  .logo-link img {
    height: 82px;
  }

  .site-nav {
    gap: 42px;
  }

  .dashboard-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .brand span:last-child,
  .nav-title strong,
  .nav-link span:last-child {
    display: none;
  }

  .sidebar {
    align-items: center;
    width: 108px;
    padding-inline: 18px;
  }

  .nav-groups {
    width: 100%;
    justify-items: center;
    gap: 24px;
    margin-top: 20px;
  }

  .nav-group {
    justify-items: center;
    padding: 8px;
  }

  .nav-title,
  .nav-link {
    justify-content: center;
  }

  .nav-link {
    width: 34px;
    padding: 0;
  }

  .nav-dot {
    margin-left: 0;
  }

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

  .collection-form,
  .payout-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transfer-type {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trend-metric {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .flow-steps {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 20px;
  }

  .reconciliation-hero {
    grid-template-columns: 1fr;
  }

  .permission-hero {
    grid-template-columns: 1fr;
  }

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

  .reconciliation-actions {
    justify-content: flex-start;
  }

  .approval-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-step:not(:last-child)::after,
  .flow-step:not(:last-child)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-shell {
    padding: 0;
  }

  .site-header {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    padding: 24px 16px 18px;
  }

  .site-header-inner {
    flex-direction: column;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
  }

  .header-spacer {
    display: none;
  }

  .logo-link {
    width: auto;
    height: auto;
  }

  .logo-link img {
    height: 74px;
  }

  .site-nav {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    max-width: calc(100vw - 40px);
    justify-content: center;
    gap: clamp(22px, 7vw, 34px);
    overflow: visible;
    padding: 0;
  }

  .site-nav a {
    min-width: 0;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
  }

  .dashboard-card {
    min-height: 100vh;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .sidebar {
    display: none;
  }

  .dashboard-content {
    padding: 22px 20px 30px;
  }

  .dashboard-main {
    grid-column: 1;
  }

  .section-title,
  .module-heading,
  .orders-top,
  .panel-head,
  .form-actions,
  .approval-card > div:first-child {
    align-items: stretch;
    flex-direction: column;
  }

  .metric-grid,
  .collection-form,
  .payout-form,
  .flow-steps,
  .filters {
    grid-template-columns: 1fr;
  }

  .opening-statement {
    width: min(100%, 390px);
    padding: 34px 20px 38px;
  }

  .feature-copy {
    padding: 24px 20px;
  }

  .feature-copy-lines span {
    white-space: normal;
  }

  .opening-statement h1 {
    font-size: clamp(32px, 10vw, 46px);
    white-space: normal;
  }

  .opening-statement small {
    max-width: min(100%, 330px);
    font-size: 15px;
  }

  .trend-metric {
    grid-template-columns: 1fr;
  }

  .recon-metrics {
    grid-template-columns: 1fr;
  }

  .recon-table {
    overflow-x: auto;
  }

  .recon-row {
    min-width: 1050px;
  }

  .permission-showcase,
  .permission-visual {
    padding: 12px;
    border-radius: 22px;
  }

  .permission-copy {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .permission-copy h3 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .permission-copy p {
    white-space: normal;
  }

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

  .span-2 {
    grid-column: 1 / -1;
  }

  .transfer-type {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .approval-card dl {
    grid-template-columns: 1fr;
  }

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

  .approve-btn,
  .reject-btn {
    width: 100%;
  }

  .flow-step::before,
  .flow-step::after {
    content: none;
    display: none;
  }

  .flow-steps {
    gap: 12px;
    padding: 10px;
    border-radius: 20px;
  }

  .flow-step {
    min-height: 335px;
    padding: 22px 20px 24px;
    border-radius: 20px;
  }

  .flow-card-head {
    margin-bottom: 20px;
  }

  .step-index {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .flow-step h5 {
    margin-bottom: 14px;
    font-size: clamp(24px, 6.5vw, 29px);
  }

  .flow-step p {
    min-height: auto;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .flow-extra,
  .pay-page-card {
    min-height: 90px;
    margin-bottom: 36px;
  }

  .flow-step p span {
    white-space: normal;
  }

  .table-frame {
    overflow-x: auto;
  }

  table {
    min-width: 980px;
  }

  .module-tabs {
    width: 100%;
  }

  .info-page {
    min-height: 100vh;
    padding: 0 20px 28px;
  }

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

/* Unified macOS visual upgrade layer */
.glass-card,
.info-card,
.info-grid article,
.payment-module,
.create-panel,
.orders-panel,
.metric,
.trend-metric,
.status-card,
.panel-promo,
.flow-steps,
.flow-step,
.flow-extra,
.link-card,
.qr-card,
.pay-page-card,
.approval-card,
.reconciliation-copy,
.reconciliation-visual,
.recon-metrics div,
.recon-table,
.permission-showcase,
.permission-copy,
.permission-visual,
.role-card,
.table-frame {
  background: var(--glass-card-bg);
  border: 1px solid var(--glass-card-border);
  border-radius: var(--glass-card-radius);
  box-shadow: var(--glass-card-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dashboard-card {
  background: var(--glass-card-bg);
  border: 1px solid var(--glass-card-border);
  border-radius: 32px;
  box-shadow: var(--glass-card-shadow);
}

.sidebar {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--glass-card-border);
  box-shadow: var(--glass-card-shadow);
}

.dashboard-card,
.payment-module,
.create-panel,
.orders-panel,
.info-card,
.reconciliation-copy,
.reconciliation-visual,
.permission-showcase,
.permission-visual {
  border-radius: 32px;
}

.panel-promo,
.flow-extra,
.link-card,
.qr-card,
.recon-metrics div,
.table-frame,
.recon-table,
.role-card,
.info-grid article {
  border-radius: 28px;
}

.status-card,
.trend-metric {
  color: var(--ink);
}

.status-card span,
.trend-metric small {
  color: var(--muted);
}

.status-card strong,
.trend-metric .metric-label,
.trend-metric strong {
  color: var(--ink);
}

.feature-copy,
.reconciliation-copy,
.permission-copy,
.info-card {
  position: relative;
  overflow: hidden;
  background: var(--hero-soft-gradient);
}

.feature-copy > *,
.reconciliation-copy > *,
.permission-copy > *,
.info-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .dashboard-card,
  .payment-module,
  .create-panel,
  .orders-panel,
  .info-card,
  .reconciliation-copy,
  .reconciliation-visual,
  .permission-showcase,
  .permission-visual {
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .glass-card,
  .dashboard-card,
  .sidebar,
  .info-card,
  .info-grid article,
  .payment-module,
  .create-panel,
  .orders-panel,
  .metric,
  .trend-metric,
  .status-card,
  .panel-promo,
  .flow-steps,
  .flow-step,
  .flow-extra,
  .link-card,
  .qr-card,
  .pay-page-card,
  .approval-card,
  .reconciliation-copy,
  .reconciliation-visual,
  .recon-metrics div,
  .recon-table,
  .permission-showcase,
  .permission-copy,
  .permission-visual,
  .role-card,
  .table-frame {
    border-radius: 24px;
  }

  .feature-copy,
  .reconciliation-copy,
  .permission-copy,
  .info-card {
    background-size: 220% 220%;
  }
}

/* API page scoped macOS glass treatment */
.api-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 40px);
  padding-bottom: 34px;
  background: #fff;
}

.api-page::before {
  content: none;
}

.api-page .info-card {
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.api-page .info-card h1 {
  color: var(--ink);
}

.api-page .info-card > p,
.api-page .info-grid p {
  color: #667085;
}

.api-page .glass-panel {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-top-color: rgba(255, 255, 255, 0.75);
  border-radius: 38px;
  box-shadow:
    0 24px 80px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.api-page .glass-pill {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.api-page .api-stack .glass-pill:hover {
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 12px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

.api-page .api-source-stack span::before {
  background: #2f8ceb;
  box-shadow: 0 0 0 5px rgba(47, 140, 235, 0.08);
}

.api-page .api-result-stack span::before {
  background: #35c56b;
  box-shadow: 0 0 0 5px rgba(53, 197, 107, 0.08);
}

.api-page .glass-card-node {
  align-content: center;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-top-color: rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  box-shadow:
    0 24px 68px rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
}

.api-page .api-hub img {
  width: 172px;
  height: 86px;
  filter: none;
}

.api-page .api-hub span {
  margin-top: 2px;
}

.api-page .api-route::before {
  height: 1px;
  background: linear-gradient(90deg, rgba(104, 169, 235, 0), rgba(104, 169, 235, 0.56), rgba(104, 169, 235, 0));
}

.api-page .api-route-pill {
  color: #1f7ed8;
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(78, 155, 235, 0.32);
  box-shadow:
    0 8px 22px rgba(47, 140, 235, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.api-page .glass-card-item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 224px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-top-color: rgba(255, 255, 255, 0.68);
  border-radius: 30px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.api-page .glass-card-item:hover {
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.api-page .glass-badge {
  color: #fff;
  background: rgba(29, 29, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .api-page .glass-pill,
  .api-page .glass-card-item {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .api-page .api-route::before {
    width: 1px;
    background: linear-gradient(180deg, rgba(104, 169, 235, 0), rgba(104, 169, 235, 0.56), rgba(104, 169, 235, 0));
  }

  .api-page .glass-card-item {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .api-page {
    padding-bottom: 28px;
  }

  .api-page .glass-panel {
    border-radius: 26px;
  }

  .api-page .glass-pill {
    border-radius: 18px;
  }

  .api-page .glass-card-node,
  .api-page .glass-card-item {
    border-radius: 24px;
  }

  .api-page .glass-card-item {
    min-height: 188px;
  }
}

/* API page scoped Liquid Glass v2 */
.api-page.liquid-page-bg {
  min-height: calc(100vh - 40px);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(142, 197, 255, 0.22), rgba(142, 197, 255, 0) 34%),
    radial-gradient(circle at 84% 8%, rgba(214, 194, 255, 0.2), rgba(214, 194, 255, 0) 32%),
    radial-gradient(circle at 52% 96%, rgba(184, 247, 235, 0.18), rgba(184, 247, 235, 0) 38%),
    linear-gradient(135deg, #fff 0%, #f8fbff 48%, #fffaff 100%);
  background-size: 145% 145%;
  animation: liquidPageDrift 24s ease-in-out infinite alternate;
}

@keyframes liquidPageDrift {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 72%;
  }
}

.api-page .info-card.api-card {
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.api-page .eyebrow {
  color: rgba(29, 29, 31, 0.56);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.api-page .info-card h1 {
  color: #1d1d1f;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.api-page .info-card > p {
  max-width: 980px;
  color: #6e6e73;
  font-size: clamp(18px, 1.55vw, 22px);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "PingFang SC", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.api-page .liquid-glass-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.86);
  border-radius: 40px;
  box-shadow:
    0 30px 90px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.api-page .liquid-glass-item {
  min-height: 58px;
  padding: 0 24px;
  color: #6e6e73;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-top-color: rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  box-shadow:
    0 14px 40px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.api-page .api-stack .liquid-glass-item:hover {
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 18px 44px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

.api-page .api-source-stack .liquid-glass-item::before {
  background: rgba(0, 122, 255, 0.78);
  box-shadow: 0 0 0 6px rgba(0, 122, 255, 0.09);
}

.api-page .api-result-stack .liquid-glass-item::before {
  background: rgba(52, 199, 89, 0.78);
  box-shadow: 0 0 0 6px rgba(52, 199, 89, 0.09);
}

.api-page .liquid-glass-card.api-hub {
  min-height: 236px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-top-color: rgba(255, 255, 255, 0.84);
  border-radius: 34px;
  box-shadow:
    0 22px 70px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}

.api-page .liquid-glass-card.api-hub img {
  width: clamp(150px, 10vw, 184px);
  height: auto;
  filter: none;
}

.api-page .liquid-glass-card.api-hub span {
  color: #6e6e73;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "PingFang SC", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.api-page .liquid-connector-line::before {
  height: 1px;
  background:
    linear-gradient(90deg, rgba(0, 122, 255, 0), rgba(0, 122, 255, 0.46), rgba(0, 122, 255, 0));
  opacity: 0.9;
}

.api-page .liquid-glass-pill {
  min-width: 64px;
  height: 42px;
  color: rgba(0, 113, 227, 0.9);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(0, 122, 255, 0.26);
  border-top-color: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow:
    0 10px 28px rgba(0, 122, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  font-size: 14px;
  font-weight: 650;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.api-page .liquid-glass-pill:hover {
  background: rgba(255, 255, 255, 0.62);
  transform: translateY(-1px);
}

.api-page .liquid-glass-pill:active {
  background: rgba(255, 255, 255, 0.48);
  transform: translateY(0);
}

.api-page .api-capability-grid {
  gap: clamp(18px, 1.8vw, 28px);
}

.api-page .liquid-glass-card.glass-card-item {
  min-height: 238px;
  padding: clamp(26px, 2.4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-top-color: rgba(255, 255, 255, 0.82);
  border-radius: 32px;
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(20px) saturate(175%);
  -webkit-backdrop-filter: blur(20px) saturate(175%);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.api-page .liquid-glass-card.glass-card-item:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.42));
  box-shadow:
    0 28px 78px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-2px);
}

.api-page .liquid-glass-card.glass-card-item h2 {
  color: #1d1d1f;
  font-size: clamp(22px, 1.7vw, 28px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.api-page .liquid-glass-card.glass-card-item p {
  color: #6e6e73;
  font-size: clamp(16px, 1.15vw, 18px);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "PingFang SC", sans-serif;
  font-weight: 300;
  line-height: 1.72;
}

.api-page .liquid-glass-badge {
  min-width: 54px;
  height: 42px;
  padding: 0 14px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(29, 29, 31, 0.78), rgba(29, 29, 31, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.36);
  border-radius: 14px;
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  font-size: 16px;
  font-weight: 700;
}

.api-page .liquid-glass-button {
  min-height: 40px;
  padding: 0 18px;
  color: #fff;
  background: rgba(0, 122, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  box-shadow:
    0 14px 35px rgba(0, 122, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  font-weight: 650;
}

.api-page .liquid-glass-button:focus-visible {
  outline: 3px solid rgba(0, 122, 255, 0.28);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .api-page.liquid-page-bg {
    animation: none;
  }

  .api-page .liquid-glass-item,
  .api-page .liquid-glass-pill,
  .api-page .liquid-glass-card.glass-card-item {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .api-page .liquid-glass-panel {
    padding: 30px;
    border-radius: 34px;
  }

  .api-page .api-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .api-page .liquid-connector-line::before {
    width: 1px;
    height: auto;
    background:
      linear-gradient(180deg, rgba(0, 122, 255, 0), rgba(0, 122, 255, 0.44), rgba(0, 122, 255, 0));
  }

  .api-page .api-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .api-page.liquid-page-bg {
    background-size: 180% 180%;
  }

  .api-page .info-card h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .api-page .liquid-glass-panel {
    padding: 20px;
    border-radius: 28px;
  }

  .api-page .api-stack,
  .api-page .api-capability-grid {
    grid-template-columns: 1fr;
  }

  .api-page .liquid-glass-item {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 20px;
  }

  .api-page .liquid-glass-card.api-hub {
    min-height: 198px;
    border-radius: 28px;
  }

  .api-page .liquid-glass-card.glass-card-item {
    min-height: 204px;
    border-radius: 28px;
  }
}

/* Unified responsive system: mobile <=767, tablet 768-1023, desktop >=1024 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

img,
video {
  height: auto;
}

.site-shell,
.hero-section,
.info-page,
.dashboard-card,
.dashboard-main,
.dashboard-content,
.payment-module,
.create-panel,
.orders-panel,
.info-card,
.api-visual,
.table-frame,
.recon-table {
  min-width: 0;
}

.site-shell {
  width: 100%;
  max-width: 1480px;
}

.nav-toggle {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(60, 60, 67, 0.14);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 22px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    opacity 140ms ease;
}

.nav-toggle span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 6px));
}

.nav-toggle span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.nav-toggle span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 6px));
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-toggle:focus-visible {
  outline: 3px solid rgba(0, 122, 255, 0.28);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  body {
    min-width: 0;
  }

  .site-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .hero-section,
  .info-page {
    gap: 0;
  }

  .hero-section {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .site-header {
    position: relative;
    z-index: 30;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 74px;
    overflow: visible;
    padding: 16px 18px 12px;
  }

  .site-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 36px);
    max-width: 430px;
    margin: 0 auto;
  }

  .logo-link {
    min-width: 0;
  }

  .logo-link img {
    width: auto;
    max-width: min(210px, calc(100vw - 96px));
    height: 54px;
  }

  .nav-toggle {
    position: fixed !important;
    top: 16px;
    right: 16px;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    z-index: 999;
    color: #1d1d1f;
    background: rgba(245, 245, 247, 0.94);
    border: 1px solid rgba(60, 60, 67, 0.2);
    border-color: rgba(60, 60, 67, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.88),
      0 10px 24px rgba(15, 23, 42, 0.12);
  }

  .nav-toggle span {
    background: #1d1d1f;
    display: block;
  }

  .site-nav {
    position: fixed !important;
    top: 68px;
    left: 16px;
    right: 16px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: auto;
    max-width: none;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    box-shadow:
      0 18px 45px rgba(15, 23, 42, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(22px) saturate(165%);
    -webkit-backdrop-filter: blur(22px) saturate(165%);
    transform: translateY(-6px);
    transition:
      opacity 160ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .site-header.nav-open .site-nav {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .site-nav a {
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
  }

  .site-nav a:hover,
  .site-nav a.active {
    color: var(--accent);
    background: rgba(0, 113, 227, 0.07);
  }

  .opening-statement {
    width: calc(100vw - 32px);
    max-width: 430px;
    gap: 16px;
    padding: 52px 20px 58px;
  }

  .opening-statement h1 {
    width: 100%;
    max-width: 360px;
    font-size: clamp(31px, 9.2vw, 36px);
    line-height: 1.16;
    white-space: normal;
    text-wrap: balance;
  }

  .opening-statement small {
    width: min(280px, calc(100vw - 48px)) !important;
    max-width: min(280px, calc(100vw - 48px));
    font-size: 15px;
    font-weight: 300;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .dashboard-card {
    display: block;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 0;
    overflow: hidden;
    border-inline: 0;
    border-radius: 0;
  }

  .dashboard-card.sidebar-fixed .sidebar,
  .dashboard-card.sidebar-bottom .sidebar,
  .sidebar {
    display: none !important;
  }

  .dashboard-main {
    display: block;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .dashboard-content {
    display: grid;
    gap: 22px;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 20px 16px 36px;
    overflow: hidden;
  }

  .dashboard-content > *,
  .payment-module,
  .create-panel,
  .orders-panel,
  .feature-copy,
  .module-grid,
  .collection-flow,
  .flow-steps,
  .reconciliation-hero,
  .permission-hero,
  .info-card,
  .api-visual {
    max-width: 100%;
  }

  .payment-module,
  .create-panel,
  .orders-panel,
  .info-card,
  .reconciliation-copy,
  .reconciliation-visual,
  .permission-showcase,
  .permission-copy,
  .permission-visual {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    padding: 18px;
    border-radius: 24px;
    overflow: hidden;
  }

  .module-heading,
  .orders-top,
  .panel-head,
  .flow-head,
  .recon-toolbar,
  .permission-toolbar,
  .approval-card > div:first-child {
    flex-direction: column;
    align-items: flex-start;
  }

  .module-heading h2,
  .section-title h2 {
    font-size: 25px;
  }

  .module-tabs {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-tab {
    grid-template-columns: 1fr;
  }

  .tab {
    min-width: 0;
    height: 40px;
    padding-inline: 8px;
    font-size: 13px;
  }

  .feature-copy {
    gap: 14px;
    padding: 26px 20px;
    border-radius: 24px;
    overflow: hidden;
  }

  .feature-copy h3,
  .reconciliation-copy h3,
  .permission-copy h3 {
    max-width: min(100%, 320px);
    font-size: clamp(27px, 7.6vw, 31px);
    line-height: 1.16;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .feature-copy > span,
  .feature-copy-lines,
  .reconciliation-copy p,
  .permission-copy p {
    max-width: min(100%, 320px);
    font-size: 15px;
    line-height: 1.72;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .feature-copy-lines span {
    white-space: normal;
  }

  .module-grid,
  .metric-grid,
  .collection-form,
  .payout-form,
  .filters,
  .flow-steps,
  .reconciliation-hero,
  .recon-metrics,
  .permission-hero,
  .role-grid,
  .info-grid,
  .api-capability-grid {
    grid-template-columns: 1fr !important;
  }

  .collection-form,
  .payout-form,
  .filters {
    gap: 14px;
  }

  .collection-form label,
  .payout-form label,
  .filters label,
  .span-2,
  .wide,
  .amount-field {
    grid-column: 1 / -1;
  }

  input,
  select {
    min-height: 48px;
  }

  textarea {
    min-height: 112px;
  }

  .form-actions,
  .payout-actions,
  .approval-actions,
  .reconciliation-actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }

  .primary-btn,
  .secondary-btn,
  .blue-btn,
  .approve-btn,
  .reject-btn,
  .ghost-btn,
  .destructive-btn {
    width: 100%;
    min-height: 44px;
  }

  .transfer-type {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .transfer-type label {
    justify-content: flex-start;
    min-height: 54px;
  }

  .flow-steps {
    gap: 14px;
    padding: 10px;
    border-radius: 22px;
  }

  .flow-step {
    min-height: auto;
    padding: 22px 20px 24px;
    border-radius: 22px;
  }

  .flow-step h5 {
    font-size: clamp(24px, 7vw, 29px);
  }

  .flow-step p {
    min-height: auto;
    font-size: 15px;
    word-break: normal;
  }

  .flow-extra,
  .pay-page-card {
    min-height: 96px;
    margin-bottom: 42px;
  }

  .order-detail,
  .entry-detail {
    grid-template-columns: 1fr;
  }

  .wallet-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wallet-detail em {
    grid-template-columns: 28px minmax(0, auto);
    min-height: 48px;
    padding-inline: 8px;
    font-size: 13px;
  }

  .method-logo {
    width: 26px;
    height: 26px;
  }

  .flow-action {
    right: 18px;
    bottom: 18px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .approval-card dl {
    grid-template-columns: 1fr;
  }

  .table-frame,
  .recon-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    width: 980px;
    min-width: 980px;
  }

  .recon-row {
    min-width: 1050px;
  }

  .permission-copy p {
    white-space: normal;
  }

  .role-card small {
    white-space: normal;
  }

  .info-page {
    min-height: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
    padding: 0 16px 32px;
  }

  .info-card {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    gap: 18px;
    padding: 28px 20px;
  }

  .info-card h1,
  .api-page .info-card h1 {
    max-width: 100%;
    font-size: clamp(34px, 13vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .info-card > p,
  .api-page .info-card > p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }

  .info-grid article,
  .api-page .liquid-glass-card.glass-card-item {
    min-height: auto;
    padding: 22px;
  }

  .api-page.liquid-page-bg {
    min-height: 0;
    padding-bottom: 32px;
  }

  .api-visual,
  .api-page .liquid-glass-panel {
    min-height: 0;
    padding: 18px;
    border-radius: 28px;
  }

  .api-stack,
  .api-page .api-stack {
    grid-template-columns: 1fr !important;
  }

  .api-route {
    min-height: 54px;
  }

  .api-route::before,
  .api-page .liquid-connector-line::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(0, 122, 255, 0), rgba(0, 122, 255, 0.42), rgba(0, 122, 255, 0));
  }

  .api-hub,
  .api-page .liquid-glass-card.api-hub {
    min-height: 180px;
    padding: 22px 16px;
  }

  .api-hub img,
  .api-page .liquid-glass-card.api-hub img {
    width: 132px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-shell {
    padding: 20px;
  }

  .site-header {
    overflow: visible;
    padding: 28px 18px 24px;
  }

  .site-header-inner {
    flex-direction: row;
    gap: 48px;
    width: fit-content;
    max-width: 100%;
  }

  .logo-link img {
    height: 76px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 36px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .site-nav a {
    min-height: auto;
    padding: 0;
    font-size: 15px;
  }

  .opening-statement {
    padding: 58px 20px 62px;
  }

  .opening-statement h1 {
    max-width: 760px;
    font-size: clamp(42px, 6.4vw, 58px);
    white-space: normal;
    text-wrap: balance;
  }

  .dashboard-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .dashboard-card.sidebar-fixed .sidebar {
    width: 96px;
  }

  .dashboard-main {
    grid-column: 2;
  }

  .sidebar {
    display: flex !important;
    width: 96px;
    padding-inline: 14px;
  }

  .nav-title strong,
  .nav-link span:last-child {
    display: none;
  }

  .dashboard-content {
    padding: 26px;
  }

  .metric-grid,
  .filters,
  .recon-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-form,
  .payout-form,
  .transfer-type,
  .flow-steps,
  .role-grid,
  .info-grid,
  .api-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .module-grid,
  .reconciliation-hero,
  .permission-hero {
    grid-template-columns: 1fr;
  }

  .api-visual,
  .api-page .liquid-glass-panel {
    grid-template-columns: 1fr;
  }

  .api-stack,
  .api-page .api-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .site-header {
    overflow: visible;
  }

  .site-header-inner {
    flex-direction: row;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .opening-statement h1 {
    white-space: nowrap;
  }
}

/* About page */
.about-body {
  color: #1d1d1f;
  background: #f5f7fb;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.about-body a {
  text-decoration: none;
}

.about-body .about-shell {
  width: 100%;
  max-width: none;
  padding: 28px;
}

.about-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(225deg, rgba(191, 90, 242, 0.1) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #fbfcff 0%, #f5f7fb 48%, #ffffff 100%);
}

.about-page::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 122, 255, 0.08), rgba(88, 86, 214, 0), rgba(52, 199, 89, 0.07)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
  opacity: 0.86;
}

.about-page .site-header {
  position: relative;
  z-index: 5;
}

.about-container {
  position: relative;
  z-index: 1;
  width: min(100% - 56px, 1280px);
  margin-inline: auto;
}

.about-gradient {
  display: inline-block;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.about-gradient-hero {
  background-image: linear-gradient(90deg, #007aff 0%, #5856d6 50%, #af52de 100%);
}

.about-gradient-problem {
  background-image: linear-gradient(90deg, #ff9500 0%, #ff3b30 50%, #af52de 100%);
}

.about-gradient-solution {
  background-image: linear-gradient(90deg, #00c7be 0%, #007aff 50%, #5856d6 100%);
}

.about-gradient-trust {
  background-image: linear-gradient(90deg, #34c759 0%, #00c7be 45%, #007aff 100%);
}

.about-gradient-cta {
  background-image: linear-gradient(90deg, #007aff 0%, #5856d6 45%, #bf5af2 100%);
}

.about-kicker {
  margin: 0;
  color: #007aff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  min-height: 0;
  padding: 70px 0 108px;
}

.about-hero-copy {
  display: grid;
  gap: 26px;
  min-width: 0;
}

.about-hero h1,
.about-section h2,
.about-cta-card h2 {
  margin: 0;
  color: #1d1d1f;
  font-weight: 700;
  letter-spacing: 0;
}

.about-hero h1 {
  max-width: 1240px;
  font-size: 62px;
  line-height: 1.05;
}

.about-lead,
.about-section-head > p,
.about-cta-card > p {
  margin: 0;
  max-width: 1080px;
  color: #6e6e73;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.72;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.about-button-primary {
  color: #fff;
  background: linear-gradient(90deg, #007aff 0%, #5856d6 52%, #bf5af2 100%);
  border: 1px solid rgba(0, 80, 190, 0.2);
  box-shadow: 0 16px 36px rgba(0, 122, 255, 0.22);
}

.about-button-secondary {
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 32px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-button:focus-visible {
  outline: 3px solid rgba(0, 122, 255, 0.28);
  outline-offset: 4px;
}

.about-workbench,
.about-card,
.about-cta-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.about-workbench {
  position: relative;
  justify-self: start;
  width: min(100%, 820px);
  min-width: 0;
  padding: 12px;
  overflow: hidden;
  border-radius: 32px;
}

.about-workbench::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18)),
    linear-gradient(110deg, rgba(0, 122, 255, 0.08), rgba(0, 199, 190, 0.05) 48%, rgba(191, 90, 242, 0.08));
}

.about-workbench-top,
.about-workbench-grid {
  position: relative;
  z-index: 1;
}

.about-workbench-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 12px;
  color: #86868b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.about-workbench-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(142, 142, 147, 0.32);
}

.about-workbench-top span:nth-child(1) {
  background: #ff6058;
}

.about-workbench-top span:nth-child(2) {
  background: #ffbd2e;
}

.about-workbench-top span:nth-child(3) {
  background: #28c840;
}

.about-workbench-top strong {
  margin-left: 8px;
  color: #1d1d1f;
  font-size: 13px;
}

.about-os-surface {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 158px;
  gap: 12px;
  min-height: 278px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34)),
    rgba(245, 247, 252, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 0, 0, 0.035);
}

.about-os-rail,
.about-flow-board,
.about-os-status {
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.055);
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 36px rgba(0, 0, 0, 0.045);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.about-os-rail {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 12px;
  border-radius: 22px;
}

.about-os-rail strong {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(135deg, #007aff, #5856d6 58%, #bf5af2);
  font-size: 12px;
  letter-spacing: 0;
}

.about-os-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #6e6e73;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.about-os-rail span.is-active {
  color: #007aff;
  background: rgba(0, 122, 255, 0.09);
}

.about-flow-board {
  display: grid;
  gap: 22px;
  align-content: center;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(245, 247, 252, 0.46)),
    rgba(255, 255, 255, 0.62);
}

.about-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.about-flow-head span {
  color: #86868b;
  font-size: 13px;
  font-weight: 700;
}

.about-flow-head strong {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 700;
}

.about-flow-track {
  display: grid;
  grid-template-columns: auto minmax(22px, 1fr) auto minmax(22px, 1fr) auto minmax(22px, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.about-flow-node {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 78px;
}

.about-flow-node i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(135deg, #8e8e93, #c7c7cc);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.about-flow-node.is-blue i {
  background: linear-gradient(135deg, #007aff, #5856d6);
}

.about-flow-node.is-teal i {
  background: linear-gradient(135deg, #00c7be, #007aff);
}

.about-flow-node.is-green i {
  background: linear-gradient(135deg, #34c759, #00c7be);
}

.about-flow-node span {
  color: #424245;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.about-flow-link {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 122, 255, 0.08), rgba(0, 122, 255, 0.42), rgba(0, 199, 190, 0.18));
}

.about-glass-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-glass-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #424245;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.about-os-status {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
}

.about-os-status div {
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.055);
}

.about-os-status span,
.about-os-status p {
  color: #86868b;
  font-size: 12px;
  font-weight: 700;
}

.about-os-status strong {
  color: #007aff;
  font-size: 34px;
  line-height: 1;
}

.about-os-status p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #424245;
}

.about-os-status i {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34c759;
  box-shadow: 0 0 0 5px rgba(52, 199, 89, 0.12);
}

.about-workbench-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.86fr;
  gap: 14px;
}

.about-mini-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.055);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 36px rgba(0, 0, 0, 0.045);
}

.about-product-panel,
.about-flow-panel,
.about-recon-panel {
  grid-column: span 2;
}

.about-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.about-mini-head span,
.about-flow-panel > span,
.about-order-panel > span {
  color: #86868b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.about-mini-head strong {
  color: #007aff;
  font-size: 18px;
  font-weight: 700;
}

.about-product-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-product-lines span,
.about-price-row em,
.about-channel-stack span,
.about-flow-steps i {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  color: #424245;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  background: rgba(245, 245, 247, 0.82);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.about-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.about-price-row strong {
  color: #1d1d1f;
  font-size: 32px;
  line-height: 1;
}

.about-order-panel {
  align-content: start;
  background:
    linear-gradient(135deg, rgba(52, 199, 89, 0.12), rgba(255, 255, 255, 0.74)),
    rgba(255, 255, 255, 0.74);
}

.about-status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #34c759;
  box-shadow: 0 0 0 7px rgba(52, 199, 89, 0.12);
}

.about-order-panel strong {
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.15;
}

.about-order-panel p {
  margin: 0;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.6;
}

.about-channel-stack,
.about-flow-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-channel-stack .is-active {
  color: #fff;
  background: linear-gradient(90deg, #00c7be, #007aff);
}

.about-chart-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 94px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(245, 245, 247, 0.78);
}

.about-chart-bars span {
  flex: 1;
  height: var(--bar-height);
  min-height: 24px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #007aff, #00c7be);
}

.about-section {
  position: relative;
  z-index: 1;
  padding: 112px 0;
}

.about-section-head {
  display: grid;
  gap: 18px;
  max-width: 1240px;
  margin-bottom: 26px;
}

.about-section-head > p {
  max-width: 1240px;
}

.about-section-head-center {
  justify-items: center;
  max-width: 1160px;
  margin-inline: auto;
  text-align: center;
}

.about-section h2,
.about-cta-card h2 {
  max-width: 1240px;
  font-size: 42px;
  line-height: 1.1;
}

#about-problem-title,
#about-intro-title,
#about-solution-title,
#about-trust-title {
  letter-spacing: 0;
  word-spacing: 0;
  font-kerning: normal;
  text-wrap: balance;
}

.about-grid {
  display: grid;
  gap: 20px;
}

.about-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 32px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.about-card h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.about-card p {
  margin: 0;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.7;
}

.about-card-mark,
.about-module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  min-height: 36px;
  padding: 0 13px;
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 122, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.about-problem-section {
  background:
    linear-gradient(120deg, rgba(255, 149, 0, 0.08), rgba(255, 255, 255, 0) 45%),
    linear-gradient(240deg, rgba(175, 82, 222, 0.08), rgba(255, 255, 255, 0) 44%),
    rgba(255, 255, 255, 0.62);
}

.about-problem-card .about-card-mark {
  color: #d45b00;
  border-color: rgba(255, 149, 0, 0.16);
  background: rgba(255, 149, 0, 0.1);
}

.about-solution-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 199, 190, 0.06) 45%, rgba(255, 255, 255, 0));
}

.about-solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: clamp(24px, 3vw, 36px);
  align-items: stretch;
}

.about-solution-head {
  max-width: 900px;
  margin-bottom: 30px;
}

.about-solution-head h2 {
  max-width: 880px;
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 1.08;
}

.about-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-solution-card {
  grid-column: auto;
  align-content: start;
  min-height: 190px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
}

.about-solution-card:nth-child(4),
.about-solution-card:nth-child(5) {
  grid-column: auto;
}

.about-solution-card:nth-child(5) {
  grid-column: span 2;
  min-height: 170px;
}

.about-solution-card h3 {
  font-size: 23px;
  line-height: 1.22;
}

.about-solution-card p {
  color: rgba(29, 29, 31, 0.64);
  font-size: 15px;
  line-height: 1.65;
}

.about-module-icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, #00c7be, #007aff 58%, #5856d6);
  border: 0;
  border-radius: 15px;
  box-shadow: 0 14px 28px rgba(0, 122, 255, 0.16);
  font-size: 15px;
}

.about-system-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 199, 190, 0.14), transparent 34%),
    radial-gradient(circle at 62% 78%, rgba(0, 122, 255, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.46);
}

.about-map-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 50px;
  padding: 0 18px;
  color: #1d1d1f;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 42px rgba(31, 64, 120, 0.08);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  font-size: 14px;
  font-weight: 700;
}

.about-map-node.is-product {
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}

.about-map-node.is-order {
  top: 138px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.about-map-node.is-payment {
  top: 234px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: linear-gradient(90deg, #007aff, #5856d6);
}

.about-map-node.is-settle {
  top: 330px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.about-map-node.is-recon {
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  color: #fff;
  background: linear-gradient(90deg, #34c759, #00c7be, #007aff);
}

.about-map-line {
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 382px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 122, 255, 0), rgba(0, 122, 255, 0.26), rgba(0, 199, 190, 0.26), rgba(52, 199, 89, 0));
  transform-origin: center top;
}

.about-map-line.line-one {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.about-map-line.line-two {
  display: none;
}

.about-map-line.line-three {
  display: none;
}

.about-trust-section {
  background:
    linear-gradient(118deg, rgba(52, 199, 89, 0.08), rgba(255, 255, 255, 0) 36%),
    linear-gradient(242deg, rgba(0, 122, 255, 0.08), rgba(255, 255, 255, 0) 42%),
    #f7fbff;
}

.about-trust-layout {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.about-audit-card {
  position: sticky;
  top: 24px;
  gap: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(52, 199, 89, 0.08)),
    rgba(255, 255, 255, 0.72);
}

.about-audit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.about-audit-head span {
  color: #6e6e73;
  font-size: 14px;
  font-weight: 700;
}

.about-audit-head strong {
  color: #34c759;
  font-size: 18px;
}

.about-role-matrix {
  display: grid;
  grid-template-columns: 72px repeat(3, 1fr);
  gap: 10px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  background: rgba(245, 245, 247, 0.74);
}

.about-role-matrix span {
  color: #424245;
  font-size: 13px;
  font-weight: 700;
}

.about-role-matrix i,
.about-role-matrix b {
  display: block;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #34c759, #00c7be);
}

.about-role-matrix b {
  opacity: 0.26;
  background: #8e8e93;
}

.about-audit-list {
  display: grid;
  gap: 10px;
}

.about-audit-list p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #424245;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.about-audit-list span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34c759;
  box-shadow: 0 0 0 5px rgba(52, 199, 89, 0.12);
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.about-trust-card {
  min-height: 218px;
}

.about-trust-card .about-card-mark {
  color: #148a3b;
  border-color: rgba(52, 199, 89, 0.16);
  background: rgba(52, 199, 89, 0.1);
}

.about-cta-section {
  position: relative;
  z-index: 1;
  padding: 112px 0 128px;
}

.about-cta-card {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 64px 48px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(255, 255, 255, 0) 44%),
    linear-gradient(225deg, rgba(191, 90, 242, 0.1), rgba(255, 255, 255, 0) 42%),
    rgba(255, 255, 255, 0.74);
}

.about-cta-card h2 {
  max-width: 1280px;
  font-size: 40px;
}

.about-cta-card > p {
  margin-inline: auto;
}

.about-cta-copy-line {
  display: inline;
}

@media (hover: hover) {
  .about-button:hover,
  .about-card:hover {
    transform: translateY(-3px);
  }

  .about-button-primary:hover {
    box-shadow: 0 20px 42px rgba(0, 122, 255, 0.26);
  }

  .about-button-secondary:hover {
    border-color: rgba(0, 122, 255, 0.18);
    background: rgba(255, 255, 255, 0.82);
  }

  .about-card:hover {
    border-color: rgba(0, 122, 255, 0.12);
    box-shadow: 0 28px 88px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 1280px) {
  .about-hero h1 {
    font-size: 64px;
  }
}

@media (max-width: 1180px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 56px;
    min-height: 0;
    padding-top: 64px;
  }

  .about-hero h1 {
    max-width: 1080px;
    font-size: 58px;
  }

  .about-workbench {
    max-width: 760px;
  }

  .about-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-solution-layout,
  .about-trust-layout {
    grid-template-columns: 1fr;
  }

  .about-system-map {
    min-height: 520px;
  }

  .about-audit-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 1023px) {
  .about-container {
    width: min(100% - 40px, 920px);
  }

  .about-hero {
    padding: 56px 0 96px;
  }

  .about-hero h1 {
    font-size: 52px;
  }

  .about-lead,
  .about-section-head > p,
  .about-cta-card > p {
    font-size: 18px;
  }

  .about-section {
    padding: 96px 0;
  }

  .about-section h2,
  .about-cta-card h2 {
    font-size: 40px;
  }

  .about-grid-three,
  .about-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-solution-card,
  .about-solution-card:nth-child(4),
  .about-solution-card:nth-child(5) {
    grid-column: auto;
  }

  .about-solution-card:nth-child(5) {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .about-body .about-shell {
    padding: 0;
  }

  .about-body .site-header {
    width: 100vw !important;
  }

  .about-container {
    width: calc(100vw - 32px);
  }

  .about-hero {
    gap: 38px;
    padding: 46px 0 72px;
  }

  .about-hero-copy {
    gap: 20px;
  }

  .about-kicker {
    font-size: 12px;
  }

  .about-hero h1 {
    max-width: 342px;
    font-size: 42px;
    line-height: 1.08;
  }

  .about-lead,
  .about-section-head > p,
  .about-cta-card > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.74;
  }

  .about-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .about-button {
    width: 100%;
    min-height: 54px;
  }

  .about-workbench {
    width: 100%;
    padding: 14px;
    border-radius: 28px;
  }

  .about-os-surface {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 10px;
    border-radius: 24px;
  }

  .about-os-rail {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    overflow-x: auto;
    border-radius: 20px;
  }

  .about-os-rail strong {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .about-os-rail span {
    flex: 1 0 auto;
    min-width: 58px;
    min-height: 32px;
  }

  .about-flow-board {
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .about-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .about-flow-link {
    display: none;
  }

  .about-flow-node {
    min-width: 0;
    padding: 12px 8px;
    border: 1px solid rgba(0, 0, 0, 0.055);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.56);
  }

  .about-flow-node i {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }

  .about-glass-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-glass-chips span {
    width: 100%;
    justify-content: center;
  }

  .about-os-status {
    gap: 10px;
    padding: 16px;
    border-radius: 22px;
  }

  .about-workbench-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-product-panel,
  .about-flow-panel,
  .about-recon-panel {
    grid-column: auto;
  }

  .about-mini-panel {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .about-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-price-row strong {
    font-size: 28px;
  }

  .about-chart-bars {
    height: 82px;
  }

  .about-section {
    padding: 72px 0;
  }

  .about-section-head {
    gap: 14px;
    margin-bottom: 28px;
  }

  .about-section-head-center {
    justify-items: start;
    text-align: left;
  }

  .about-section h2,
  .about-cta-card h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .about-grid-three,
  .about-grid-four,
  .about-trust-grid,
  .about-solution-grid {
    grid-template-columns: 1fr;
  }

  .about-card {
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }

  .about-card h3 {
    font-size: 22px;
  }

  .about-card p {
    font-size: 15px;
  }

  .about-system-map {
    min-height: 390px;
    padding: 24px;
  }

  .about-map-node {
    position: relative;
    inset: auto !important;
    transform: none !important;
    width: 100%;
    margin-bottom: 12px;
  }

  .about-map-line {
    display: none;
  }

  .about-audit-card {
    gap: 20px;
  }

  .about-role-matrix {
    grid-template-columns: 60px repeat(3, 1fr);
    gap: 8px;
    padding: 14px;
  }

  .about-role-matrix i,
  .about-role-matrix b {
    height: 24px;
  }

  .about-cta-section {
    padding: 72px 0 88px;
  }

  .about-cta-card {
    justify-items: stretch;
    padding: 40px 24px;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .about-hero h1 {
    max-width: 326px;
    font-size: 40px;
  }

  .about-workbench-top strong {
    font-size: 12px;
  }

  .about-product-lines span,
  .about-price-row em,
  .about-channel-stack span,
  .about-flow-steps i {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .about-section h2,
  .about-cta-card h2 {
    font-size: 34px;
  }
}

@media (max-width: 380px) {
  .about-container {
    width: calc(100vw - 28px);
  }

  .about-hero h1 {
    max-width: 306px;
    font-size: 38px;
  }

  .about-section h2,
  .about-cta-card h2 {
    font-size: 32px;
  }

  .about-card,
  .about-cta-card {
    padding: 22px;
  }
}

/* About Liquid Glass refresh */
.about-body {
  color: #1d1d1f;
  background: #f7faff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.about-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(120, 180, 255, 0.24), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(175, 82, 222, 0.16), transparent 32%),
    radial-gradient(circle at 50% 90%, rgba(0, 199, 190, 0.16), transparent 38%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 42%, #f4f8ff 100%);
}

.about-page::before,
.about-page::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
  border-radius: 999px;
  filter: blur(48px);
  transform: translateZ(0);
}

.about-page::before {
  top: 120px;
  left: -140px;
  width: 420px;
  height: 420px;
  background: rgba(0, 122, 255, 0.16);
}

.about-page::after {
  top: 560px;
  right: -160px;
  width: 460px;
  height: 460px;
  background: rgba(191, 90, 242, 0.12);
}

.about-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-gradient {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-gradient-hero {
  background-image: linear-gradient(90deg, #007aff 0%, #5856d6 48%, #af52de 100%);
}

.about-gradient-problem,
.about-gradient-warm {
  background-image: linear-gradient(90deg, #ff9500 0%, #ff3b30 48%, #af52de 100%);
}

.about-gradient-solution,
.about-gradient-cool {
  background-image: linear-gradient(90deg, #00c7be 0%, #007aff 52%, #5856d6 100%);
}

.about-gradient-trust {
  background-image: linear-gradient(90deg, #34c759 0%, #00c7be 48%, #007aff 100%);
}

.about-gradient-cta {
  background-image: linear-gradient(90deg, #007aff 0%, #5856d6 48%, #af52de 100%);
}

.about-gradient-intro {
  background-image: linear-gradient(92deg, #8a5a00 0%, #b7791f 46%, #9f1239 100%);
}

.about-gradient-intro-deep {
  background-image: linear-gradient(92deg, #3f2a18 0%, #a16207 48%, #7f1d1d 100%);
}

.about-glass-card {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 30px 90px rgba(31, 64, 120, 0.1);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .about-glass-card,
  .about-os-rail,
  .about-flow-board,
  .about-os-status,
  .about-glass-button-secondary {
    background: rgba(255, 255, 255, 0.82);
  }
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.86fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
  padding: 88px 32px 124px;
}

.about-hero-copy {
  gap: 28px;
}

.about-kicker {
  color: rgba(0, 113, 227, 0.82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0;
}

.about-hero h1 {
  max-width: 760px;
  font-size: clamp(52px, 6.6vw, 86px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.015em;
}

.about-lead,
.about-section-head > p,
.about-cta-card > p {
  max-width: 760px;
  color: rgba(29, 29, 31, 0.72);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.75;
}

.about-actions {
  gap: 14px;
}

.about-button {
  height: 56px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 650;
  transform: translateZ(0);
}

.about-glass-button-primary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(0, 122, 255, 0.95), rgba(88, 86, 214, 0.88)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 18px 48px rgba(0, 122, 255, 0.26);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}

.about-glass-button-secondary {
  color: rgba(29, 29, 31, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 42px rgba(31, 64, 120, 0.08);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.about-workbench {
  justify-self: end;
  width: min(100%, 560px);
  padding: 12px;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.3)),
    rgba(255, 255, 255, 0.42);
}

.about-workbench::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), transparent 32%),
    radial-gradient(circle at 92% 6%, rgba(175, 82, 222, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0));
}

.about-workbench-top {
  padding: 5px 9px 12px;
}

.about-os-surface {
  grid-template-columns: 70px minmax(0, 1fr);
  grid-template-areas:
    "rail flow"
    "status status";
  gap: 12px;
  min-height: 0;
  padding: 12px;
  border-color: rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.7), transparent 32%),
    rgba(255, 255, 255, 0.36);
}

.about-os-rail {
  grid-area: rail;
  gap: 9px;
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.4);
}

.about-os-rail strong {
  width: 40px;
  height: 40px;
  border-radius: 15px;
}

.about-os-rail span {
  min-height: 30px;
  font-size: 11px;
}

.about-flow-board {
  grid-area: flow;
  gap: 18px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.34);
}

.about-flow-head strong {
  font-size: 17px;
}

.about-flow-track {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-flow-link {
  display: none;
}

.about-flow-node {
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.about-flow-node i {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(31, 64, 120, 0.1);
}

.about-glass-chips span {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.about-os-status {
  grid-area: status;
  grid-template-columns: 1.1fr repeat(3, auto);
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-color: rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
}

.about-os-status div {
  padding: 0;
  border: 0;
}

.about-os-status strong {
  font-size: 28px;
}

.about-os-status p {
  white-space: nowrap;
}

.about-section {
  padding: 112px 0;
}

.about-section h2,
.about-cta-card h2 {
  max-width: 980px;
  font-size: clamp(38px, 4.7vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.about-intro-section {
  position: relative;
  overflow: hidden;
  padding-top: 104px;
}

.about-intro-section::before {
  position: absolute;
  inset: 8% 0 auto 44%;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  content: "";
  background:
    radial-gradient(circle, rgba(183, 121, 31, 0.16), transparent 64%),
    radial-gradient(circle at 72% 28%, rgba(127, 29, 29, 0.10), transparent 42%);
  filter: blur(36px);
  pointer-events: none;
}

.about-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(500px, 540px);
  justify-content: space-between;
  gap: clamp(36px, 3.4vw, 48px);
  align-items: center;
}

.about-intro-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0;
}

.about-intro-copy h2 {
  max-width: 820px;
  font-size: clamp(44px, 4vw, 56px);
}

.about-intro-title-line {
  display: block;
}

@media (min-width: 768px) {
  .about-intro-title-line {
    white-space: nowrap;
  }
}

.about-intro-copy h2 .about-gradient {
  display: inline-block;
  white-space: nowrap;
}

.about-intro-copy > p {
  max-width: 760px;
}

.about-intro-emphasis {
  color: transparent;
  background-image: linear-gradient(92deg, #7c2d12 0%, #b7791f 52%, #881337 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.about-intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-intro-points span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: rgba(63, 42, 24, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 250, 242, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 14px 36px rgba(88, 54, 24, 0.08);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  font-size: 14px;
  font-weight: 700;
}

.about-intro-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  max-width: 540px;
  min-height: 480px;
  padding: clamp(20px, 2.4vw, 28px);
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 16%, rgba(183, 121, 31, 0.14), transparent 38%),
    radial-gradient(circle at 88% 86%, rgba(127, 29, 29, 0.11), transparent 36%),
    rgba(255, 255, 255, 0.48);
}

.about-intro-visual::before {
  display: none;
  content: none;
}

.about-intro-orbit {
  position: relative;
  min-height: 424px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-intro-orbit::before,
.about-intro-orbit::after {
  position: absolute;
  inset: 56px 28px;
  border: 1px solid rgba(183, 121, 31, 0.18);
  border-radius: 999px;
  content: "";
}

.about-intro-orbit::after {
  inset: 92px 56px;
  border-color: rgba(127, 29, 29, 0.14);
  transform: rotate(-18deg);
}

.about-intro-core,
.about-intro-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.38)),
    rgba(255, 250, 242, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 44px rgba(88, 54, 24, 0.12);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  font-weight: 750;
}

.about-intro-core {
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.54);
  border-radius: 28px;
  background: linear-gradient(135deg, #7c2d12 0%, #b7791f 58%, #9f1239 100%);
  transform: translate(-50%, -50%);
}

.about-intro-node {
  width: 64px;
  height: 64px;
  color: rgba(63, 42, 24, 0.84);
  border-radius: 22px;
  font-size: 13px;
}

.about-intro-node.is-team {
  top: 42px;
  left: 18px;
}

.about-intro-node.is-order {
  top: 64px;
  right: 14px;
}

.about-intro-node.is-funds {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.about-intro-node.is-pay {
  bottom: 58px;
  left: 20px;
}

.about-intro-node.is-check {
  right: 18px;
  bottom: 42px;
}

.about-intro-flow {
  display: grid;
  align-content: center;
  gap: 14px;
}

.about-intro-flow article {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.36)),
    rgba(255, 250, 242, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 46px rgba(88, 54, 24, 0.08);
}

.about-intro-flow span {
  width: fit-content;
  min-width: 44px;
  padding: 6px 10px;
  color: #7c2d12;
  border-radius: 999px;
  background: rgba(183, 121, 31, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.about-intro-flow strong {
  color: #1d1d1f;
  font-size: 20px;
  line-height: 1.25;
}

.about-intro-flow p {
  margin: 0;
  color: rgba(29, 29, 31, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

.about-pain-panel {
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 149, 0, 0.13), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(175, 82, 222, 0.1), transparent 32%),
    rgba(255, 255, 255, 0.42);
}

.about-problem-top {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.62fr);
  gap: clamp(32px, 4vw, 58px);
  align-items: center;
  margin-bottom: 34px;
}

.about-problem-copy {
  justify-items: start;
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.about-problem-copy h2 {
  max-width: 780px;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.06;
}

.about-problem-title-line {
  display: block;
}

.about-problem-copy > p {
  max-width: 720px;
  color: rgba(29, 29, 31, 0.68);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
}

.about-problem-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.about-problem-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  color: rgba(72, 34, 10, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 244, 232, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 32px rgba(133, 56, 12, 0.08);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.about-problem-visual {
  position: relative;
  min-height: 380px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 149, 0, 0.16), transparent 38%),
    radial-gradient(circle at 92% 82%, rgba(175, 82, 222, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 26px 70px rgba(133, 56, 12, 0.08);
}

.about-problem-orbit {
  position: relative;
  min-height: 230px;
  border-radius: 30px;
}

.about-problem-orbit::before,
.about-problem-orbit::after {
  position: absolute;
  inset: 38px 42px;
  border: 1px solid rgba(255, 149, 0, 0.22);
  border-radius: 999px;
  content: "";
}

.about-problem-orbit::after {
  inset: 64px 78px;
  border-color: rgba(175, 82, 222, 0.16);
  transform: rotate(-18deg);
}

.about-problem-hub,
.about-problem-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 42px rgba(133, 56, 12, 0.12);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  font-weight: 760;
}

.about-problem-hub {
  top: 50%;
  left: 50%;
  width: 112px;
  height: 112px;
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(135deg, #ff9500 0%, #ff3b30 48%, #af52de 100%);
  transform: translate(-50%, -50%);
}

.about-problem-node {
  width: 72px;
  height: 72px;
  color: rgba(29, 29, 31, 0.78);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38)),
    rgba(255, 247, 238, 0.48);
  font-size: 14px;
}

.about-problem-node.is-info {
  top: 12px;
  left: 18px;
}

.about-problem-node.is-service {
  top: 28px;
  right: 18px;
}

.about-problem-node.is-channel {
  bottom: 14px;
  left: 36px;
}

.about-problem-node.is-finance {
  right: 36px;
  bottom: 12px;
}

.about-problem-meter {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.about-problem-meter span {
  position: relative;
  display: block;
  min-height: 34px;
  padding: 8px 12px;
  overflow: hidden;
  color: rgba(29, 29, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 700;
}

.about-problem-meter span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--meter-width);
  border-radius: inherit;
  content: "";
  background: linear-gradient(90deg, rgba(255, 149, 0, 0.16), rgba(255, 59, 48, 0.12));
}

.about-problem-meter span {
  isolation: isolate;
}

.about-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-problem-card {
  min-height: 230px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
}

.about-problem-card h3 {
  max-width: 360px;
  font-size: 25px;
  line-height: 1.2;
}

.about-problem-card p {
  max-width: 460px;
  color: rgba(29, 29, 31, 0.64);
  font-size: 16px;
  line-height: 1.75;
}

.about-problem-section,
.about-solution-section,
.about-trust-section {
  background: transparent;
}

.about-card {
  padding: 32px;
  background: rgba(255, 255, 255, 0.48);
}

.about-system-map {
  min-height: 520px;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 199, 190, 0.14), transparent 34%),
    radial-gradient(circle at 62% 78%, rgba(0, 122, 255, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.46);
}

.about-audit-card {
  background:
    radial-gradient(circle at 16% 12%, rgba(52, 199, 89, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.48);
}

.about-cta-card {
  gap: 24px;
  padding: clamp(48px, 6vw, 82px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 122, 255, 0.15), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(191, 90, 242, 0.13), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(0, 199, 190, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.42);
}

.about-cta-card h2 {
  max-width: 1060px;
  font-size: clamp(38px, 4.4vw, 58px);
}

.about-cta-card > p {
  max-width: 920px;
}

@media (hover: hover) {
  .about-glass-card:hover {
    transform: translateY(-4px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.8),
      0 36px 100px rgba(31, 64, 120, 0.14);
  }

  .about-glass-button-primary:hover {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.56),
      0 22px 54px rgba(0, 122, 255, 0.3);
    filter: saturate(1.06) brightness(1.03);
  }

  .about-glass-button-secondary:hover {
    background: rgba(255, 255, 255, 0.62);
  }
}

@media (max-width: 1240px) {
  .about-intro-layout {
    grid-template-columns: 1fr;
  }

  .about-intro-copy {
    max-width: 920px;
  }

  .about-intro-visual {
    width: min(100%, 540px);
  }
}

@media (max-width: 1180px) {
  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-workbench {
    justify-self: start;
    width: min(100%, 760px);
  }

  .about-intro-visual {
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
  }
}

@media (max-width: 1023px) {
  .about-section {
    padding: 88px 0;
  }

  .about-container {
    padding: 0 24px;
  }

  .about-trust-layout,
  .about-solution-layout {
    grid-template-columns: 1fr;
  }

  .about-problem-top {
    grid-template-columns: 1fr;
  }

  .about-problem-visual {
    width: min(100%, 620px);
  }
}

@media (max-width: 767px) {
  .about-container {
    width: 100%;
    padding: 0 16px;
  }

  .about-page::before {
    width: 300px;
    height: 300px;
    filter: blur(42px);
  }

  .about-page::after {
    width: 320px;
    height: 320px;
    filter: blur(44px);
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 56px 16px 72px;
  }

  .about-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 54px);
    line-height: 1.08;
  }

  .about-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-button {
    width: 100%;
  }

  .about-workbench {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
  }

  .about-os-surface {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rail"
      "flow"
      "status";
    padding: 10px;
  }

  .about-os-rail {
    display: flex;
    overflow-x: auto;
  }

  .about-flow-board {
    padding: 16px;
  }

  .about-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-os-status {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-section {
    padding: 68px 0;
  }

  .about-section h2,
  .about-cta-card h2 {
    font-size: clamp(34px, 9.8vw, 42px);
  }

  .about-problem-copy {
    text-align: left;
  }

  .about-problem-copy h2 {
    font-size: clamp(34px, 9.6vw, 42px);
  }

  .about-problem-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-problem-tags span {
    justify-content: center;
    width: 100%;
  }

  .about-problem-visual {
    min-height: auto;
    padding: 18px;
    border-radius: 28px;
  }

  .about-problem-orbit {
    min-height: 270px;
  }

  .about-problem-orbit::before {
    inset: 40px 26px;
  }

  .about-problem-orbit::after {
    inset: 72px 48px;
  }

  .about-problem-hub {
    width: 92px;
    height: 92px;
    border-radius: 26px;
    font-size: 14px;
  }

  .about-problem-node {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    font-size: 12px;
  }

  .about-problem-node.is-info {
    top: 18px;
    left: 16px;
  }

  .about-problem-node.is-service {
    top: 30px;
    right: 16px;
  }

  .about-problem-node.is-channel {
    bottom: 22px;
    left: 26px;
  }

  .about-problem-node.is-finance {
    right: 26px;
    bottom: 18px;
  }

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

  .about-problem-card {
    min-height: auto;
    padding: 24px;
  }

  .about-intro-section::before {
    inset: 4% auto auto -18%;
    width: 260px;
    height: 260px;
    filter: blur(30px);
  }

  .about-intro-copy h2 .about-gradient {
    white-space: normal;
  }

  .about-intro-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-intro-points span {
    justify-content: center;
    width: 100%;
  }

  .about-intro-visual {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
    border-radius: 28px;
  }

  .about-intro-visual::before {
    inset: 10px;
    border-radius: 22px;
  }

  .about-intro-orbit {
    min-height: 300px;
    border-radius: 24px;
  }

  .about-intro-orbit::before {
    inset: 42px 24px;
  }

  .about-intro-orbit::after {
    inset: 74px 46px;
  }

  .about-intro-core {
    width: 94px;
    height: 94px;
    border-radius: 26px;
    font-size: 14px;
  }

  .about-intro-node {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    font-size: 12px;
  }

  .about-intro-node.is-team {
    top: 26px;
    left: 20px;
  }

  .about-intro-node.is-order {
    top: 38px;
    right: 20px;
  }

  .about-intro-node.is-funds {
    top: 50%;
    left: 14px;
  }

  .about-intro-node.is-pay {
    bottom: 36px;
    left: 22px;
  }

  .about-intro-node.is-check {
    right: 22px;
    bottom: 28px;
  }

  .about-intro-flow article {
    padding: 16px;
    border-radius: 22px;
  }

  .about-intro-cards,
  .about-grid-three,
  .about-grid-four,
  .about-trust-grid,
  .about-solution-grid {
    grid-template-columns: 1fr;
  }

  .about-solution-card:nth-child(5) {
    grid-column: auto;
  }

  .about-intro-card.is-featured {
    min-height: auto;
  }

  .about-glass-card,
  .about-card,
  .about-cta-card {
    border-radius: 28px;
  }

  .about-card,
  .about-pain-panel {
    padding: 24px;
  }
}

@media (max-width: 430px) {
  .about-hero h1 {
    font-size: 40px;
  }

  .about-flow-node span,
  .about-glass-chips span,
  .about-os-status p {
    font-size: 11px;
  }
}

.about-logo-showcase {
  position: relative;
  display: grid;
  justify-self: end;
  place-items: center;
  width: min(100%, 420px);
  min-height: 320px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-logo-showcase::before,
.about-logo-showcase::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 999px;
}

.about-logo-showcase::before {
  width: 260px;
  height: 260px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 58%),
    linear-gradient(135deg, rgba(0, 122, 255, 0.08), rgba(175, 82, 222, 0.06));
  filter: blur(42px);
  opacity: 0.52;
}

.about-logo-showcase::after {
  display: none;
}

.about-logo-orb {
  display: none;
}

.about-logo-panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 340px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-logo-panel img {
  display: block;
  width: min(100%, 320px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(31, 64, 120, 0.12));
}

@media (min-width: 1181px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    gap: clamp(32px, 4vw, 64px);
  }

  .about-hero h1 {
    max-width: none;
    font-size: clamp(46px, 4.3vw, 62px);
    line-height: 1.08;
    white-space: nowrap;
  }

  .about-lead {
    max-width: 900px;
  }
}

@media (max-width: 1180px) {
  .about-logo-showcase {
    justify-self: start;
    width: min(100%, 420px);
  }
}

@media (max-width: 767px) {
  .about-logo-showcase {
    width: 100%;
    min-height: 220px;
    padding: 0;
    border-radius: 0;
  }

  .about-logo-showcase::after {
    display: none;
  }

  .about-logo-panel {
    width: min(100%, 260px);
    padding: 0;
    border-radius: 0;
  }

  .about-logo-panel img {
    width: min(100%, 240px);
  }
}

.about-keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1040px;
}

.about-keyword-tag {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: #1d1d1f;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 36px rgba(31, 64, 120, 0.08);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.about-keyword-break {
  flex-basis: 100%;
  width: 100%;
  height: 0;
}

.about-keyword-tag::before {
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 999px;
  content: "";
  background: var(--about-tag-gradient);
  box-shadow: 0 0 0 5px var(--about-tag-glow);
}

.about-keyword-tag.is-blue {
  --about-tag-gradient: linear-gradient(135deg, #007aff, #5ac8fa);
  --about-tag-glow: rgba(0, 122, 255, 0.12);
}

.about-keyword-tag.is-purple {
  --about-tag-gradient: linear-gradient(135deg, #5856d6, #af52de);
  --about-tag-glow: rgba(175, 82, 222, 0.12);
}

.about-keyword-tag.is-teal {
  --about-tag-gradient: linear-gradient(135deg, #00c7be, #007aff);
  --about-tag-glow: rgba(0, 199, 190, 0.12);
}

.about-keyword-tag.is-indigo {
  --about-tag-gradient: linear-gradient(135deg, #5856d6, #007aff);
  --about-tag-glow: rgba(88, 86, 214, 0.12);
}

.about-keyword-tag.is-green {
  --about-tag-gradient: linear-gradient(135deg, #34c759, #00c7be);
  --about-tag-glow: rgba(52, 199, 89, 0.12);
}

.about-keyword-tag.is-cyan {
  --about-tag-gradient: linear-gradient(135deg, #5ac8fa, #007aff);
  --about-tag-glow: rgba(90, 200, 250, 0.12);
}

.about-keyword-tag.is-orange {
  --about-tag-gradient: linear-gradient(135deg, #ff9500, #ff3b30);
  --about-tag-glow: rgba(255, 149, 0, 0.12);
}

.about-keyword-tag.is-violet {
  --about-tag-gradient: linear-gradient(135deg, #007aff, #5856d6);
  --about-tag-glow: rgba(88, 86, 214, 0.12);
}

.about-keyword-tag.is-pink {
  --about-tag-gradient: linear-gradient(135deg, #ff2d55, #af52de);
  --about-tag-glow: rgba(255, 45, 85, 0.12);
}

.about-keyword-tag.is-slate {
  --about-tag-gradient: linear-gradient(135deg, #8e8e93, #5856d6);
  --about-tag-glow: rgba(142, 142, 147, 0.12);
}

.about-keyword-tag.is-mint {
  --about-tag-gradient: linear-gradient(135deg, #30d158, #00c7be);
  --about-tag-glow: rgba(48, 209, 88, 0.12);
}

@media (min-width: 1181px) {
  .about-hero {
    grid-template-columns: 1fr;
    max-width: 1240px;
  }

  .about-hero h1 {
    max-width: none;
  }

  .about-lead {
    max-width: 980px;
  }
}

@media (max-width: 767px) {
  .about-keyword-cloud {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-keyword-break {
    display: none;
  }

  .about-keyword-tag {
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .about-hero {
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .about-hero-copy {
    gap: 20px;
  }

  .about-hero h1 {
    font-size: clamp(38px, 4.1vw, 58px);
    line-height: 1.06;
  }

  .about-lead,
  .about-section-head > p,
  .about-cta-card > p {
    font-size: 16px;
    line-height: 1.62;
  }

  .about-section {
    padding: 68px 0;
  }

  .about-section h2,
  .about-cta-card h2 {
    font-size: clamp(34px, 3.4vw, 48px);
    line-height: 1.08;
  }

  #about-problem-title,
  #about-intro-title,
  #about-solution-title,
  #about-trust-title {
    line-height: 1.12;
    letter-spacing: 0;
    word-spacing: 0;
  }

  .about-section-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .about-kicker {
    font-size: 12px;
  }

  .about-card,
  .about-glass-card,
  .about-cta-card {
    border-radius: 28px;
  }

  .about-card {
    gap: 12px;
    padding: 22px;
  }

  .about-card h3 {
    font-size: 21px;
    line-height: 1.22;
  }

  .about-card p {
    font-size: 14px;
    line-height: 1.58;
  }

  .about-button {
    height: 48px;
    min-height: 48px;
    padding: 0 24px;
    font-size: 15px;
  }

  .about-keyword-cloud {
    gap: 9px;
  }

  .about-keyword-tag {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .about-keyword-tag::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    box-shadow: 0 0 0 4px var(--about-tag-glow);
  }

  .about-pain-panel {
    padding: 32px;
  }

  .about-problem-top {
    gap: 34px;
    margin-bottom: 24px;
  }

  .about-problem-copy h2 {
    font-size: clamp(34px, 3.4vw, 48px);
  }

  .about-problem-copy > p {
    font-size: 16px;
    line-height: 1.58;
  }

  .about-problem-tags {
    gap: 8px;
  }

  .about-problem-tags span,
  .about-intro-points span {
    min-height: 34px;
    padding: 0 13px;
    font-size: 13px;
  }

  .about-problem-visual {
    min-height: 300px;
    padding: 18px;
    border-radius: 28px;
  }

  .about-problem-orbit {
    min-height: 176px;
  }

  .about-problem-hub {
    width: 88px;
    height: 88px;
    border-radius: 25px;
    font-size: 14px;
  }

  .about-problem-node {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    font-size: 12px;
  }

  .about-problem-meter {
    gap: 9px;
    margin-top: 12px;
  }

  .about-problem-meter span {
    min-height: 30px;
    padding: 7px 11px;
    font-size: 12px;
  }

  .about-problem-card {
    min-height: 176px;
    padding: 22px;
  }

  .about-problem-card h3 {
    font-size: 21px;
  }

  .about-problem-card p {
    font-size: 14px;
    line-height: 1.58;
  }

  .about-intro-section {
    padding-top: 68px;
  }

  .about-intro-layout {
    grid-template-columns: minmax(0, 560px) minmax(420px, 480px);
    gap: 34px;
  }

  .about-intro-copy h2 {
    font-size: clamp(34px, 3.2vw, 46px);
  }

  .about-intro-points {
    gap: 9px;
    margin-top: 18px;
  }

  .about-intro-visual {
    max-width: 480px;
    min-height: 400px;
    padding: 20px;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
  }

  .about-intro-orbit {
    min-height: 360px;
  }

  .about-intro-core {
    width: 84px;
    height: 84px;
    border-radius: 24px;
    font-size: 14px;
  }

  .about-intro-node {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 12px;
  }

  .about-intro-flow {
    gap: 10px;
  }

  .about-intro-flow article {
    gap: 8px;
    padding: 16px;
    border-radius: 22px;
  }

  .about-intro-flow span {
    min-width: 38px;
    padding: 5px 9px;
    font-size: 12px;
  }

  .about-intro-flow strong {
    font-size: 17px;
  }

  .about-intro-flow p {
    font-size: 13px;
    line-height: 1.5;
  }

  .about-solution-head {
    margin-bottom: 22px;
  }

  .about-solution-head h2 {
    max-width: 1060px;
    font-size: clamp(34px, 3.2vw, 46px);
    white-space: nowrap;
  }

  .about-solution-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 24px;
  }

  .about-solution-grid {
    gap: 14px;
  }

  .about-solution-card {
    min-height: 148px;
    padding: 20px;
  }

  .about-solution-card:nth-child(5) {
    min-height: 138px;
  }

  .about-solution-card h3 {
    font-size: 20px;
  }

  .about-solution-card p {
    font-size: 13px;
    line-height: 1.52;
  }

  .about-module-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 13px;
  }

  .about-system-map {
    min-height: 420px;
    padding: 22px;
  }

  .about-map-node {
    min-width: 124px;
    min-height: 42px;
    padding: 0 15px;
    font-size: 13px;
  }

  .about-map-node.is-product {
    top: 34px;
  }

  .about-map-node.is-order {
    top: 110px;
  }

  .about-map-node.is-payment {
    top: 186px;
  }

  .about-map-node.is-settle {
    top: 262px;
  }

  .about-map-node.is-recon {
    bottom: 34px;
  }

  .about-map-line {
    top: 56px;
    height: 318px;
  }

  .about-trust-layout {
    gap: 24px;
  }

  .about-trust-section .about-section-head > p {
    max-width: none;
    font-size: 14px;
    white-space: nowrap;
  }

  .about-audit-card {
    min-height: 420px;
  }

  .about-trust-grid {
    gap: 14px;
  }

  .about-trust-card {
    min-height: auto;
  }

  .about-cta-card {
    gap: 18px;
    padding: 48px;
  }

  .about-cta-card h2 {
    font-size: clamp(34px, 3.2vw, 46px);
  }

  .about-cta-card > p {
    max-width: 920px;
    line-height: 1.56;
  }

  .about-cta-copy {
    max-width: none;
  }

  .about-cta-copy-line {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .about-solution-head h2 {
    white-space: normal;
  }
}

@media (min-width: 1024px) and (max-width: 1240px) {
  .about-intro-layout {
    grid-template-columns: 1fr;
  }

  .about-intro-visual {
    width: min(100%, 480px);
  }
}

/* About macOS-style liquid glass refinement */
.about-body {
  color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 199, 190, 0.20), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(88, 86, 214, 0.30), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(191, 90, 242, 0.18), transparent 38%),
    linear-gradient(180deg, #05070b 0%, #101726 48%, #071019 100%);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.about-page {
  color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 12% 8%, rgba(99, 214, 255, 0.28), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(175, 82, 222, 0.30), transparent 32%),
    radial-gradient(circle at 42% 56%, rgba(52, 199, 89, 0.12), transparent 34%),
    radial-gradient(circle at 78% 82%, rgba(255, 159, 10, 0.12), transparent 28%),
    linear-gradient(140deg, #070a0f 0%, #111827 42%, #07131d 100%);
}

.about-page::before {
  top: -160px;
  left: -120px;
  width: 720px;
  height: 720px;
  opacity: 0.78;
  background:
    radial-gradient(circle at 36% 34%, rgba(90, 200, 250, 0.38), transparent 34%),
    radial-gradient(circle at 68% 64%, rgba(88, 86, 214, 0.32), transparent 34%);
  filter: blur(72px);
}

.about-page::after {
  top: 18%;
  right: -180px;
  width: 760px;
  height: 760px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 34% 32%, rgba(191, 90, 242, 0.34), transparent 34%),
    radial-gradient(circle at 70% 72%, rgba(0, 199, 190, 0.20), transparent 36%);
  filter: blur(82px);
}

.about-page .site-header {
  position: relative;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(5, 8, 14, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(30px) saturate(170%);
  -webkit-backdrop-filter: blur(30px) saturate(170%);
}

.about-page .site-logo img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.about-page .site-nav a {
  color: rgba(255, 255, 255, 0.72);
}

.about-page .site-nav a:hover,
.about-page .site-nav a.active {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    0 10px 28px rgba(0, 0, 0, 0.18);
}

.about-kicker {
  color: rgba(174, 224, 255, 0.82);
  text-shadow: 0 0 22px rgba(90, 200, 250, 0.24);
}

.about-hero h1,
.about-section h2,
.about-cta-card h2,
.about-card h3,
.about-intro-flow strong,
.about-flow-head strong,
.about-audit-head span,
.about-audit-head strong {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.about-lead,
.about-section-head > p,
.about-cta-card > p,
.about-card p,
.about-problem-card p,
.about-solution-card p,
.about-intro-flow p,
.about-problem-copy > p {
  color: rgba(245, 249, 255, 0.70);
}

.about-gradient-hero {
  background-image: linear-gradient(90deg, #8fd7ff 0%, #5e7cff 48%, #d58cff 100%);
  text-shadow: 0 0 38px rgba(122, 162, 255, 0.22);
}

.about-gradient-problem,
.about-gradient-warm {
  background-image: linear-gradient(90deg, #ffd08a 0%, #ff7a5c 46%, #ff8bd2 100%);
}

.about-gradient-solution,
.about-gradient-cool {
  background-image: linear-gradient(90deg, #7ff4e4 0%, #69b7ff 50%, #a693ff 100%);
}

.about-gradient-trust {
  background-image: linear-gradient(90deg, #93f5b6 0%, #75f0df 48%, #7dc8ff 100%);
}

.about-gradient-cta {
  background-image: linear-gradient(90deg, #9bd8ff 0%, #9a91ff 50%, #f0a1ff 100%);
}

.about-gradient-intro {
  background-image: linear-gradient(92deg, #ffe0a3 0%, #ff9d6c 48%, #ff86c8 100%);
}

.about-gradient-intro-deep {
  background-image: linear-gradient(92deg, #ffd08a 0%, #ff8f6a 48%, #ff7aa8 100%);
}

.about-glass-card,
.about-card,
.about-cta-card,
.about-pain-panel,
.about-intro-visual,
.about-problem-visual,
.about-system-map,
.about-audit-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(12, 18, 28, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 36px 110px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(34px) saturate(180%);
  -webkit-backdrop-filter: blur(34px) saturate(180%);
}

.about-pain-panel,
.about-cta-card {
  border-radius: 42px;
}

.about-card,
.about-problem-visual,
.about-intro-visual,
.about-system-map,
.about-audit-card {
  border-radius: 34px;
}

.about-glass-card::selection,
.about-page ::selection {
  color: #fff;
  background: rgba(90, 200, 250, 0.34);
}

.about-hero {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-hero::before {
  display: none;
  content: none;
}

.about-button {
  color: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  letter-spacing: 0;
}

.about-glass-button-primary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.42), transparent 32%),
    linear-gradient(135deg, rgba(0, 122, 255, 0.88), rgba(88, 86, 214, 0.74) 58%, rgba(191, 90, 242, 0.66)),
    rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16),
    0 18px 50px rgba(0, 122, 255, 0.28);
}

.about-glass-button-secondary {
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.26);
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.30), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(10, 16, 26, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.10),
    0 18px 48px rgba(0, 0, 0, 0.20);
}

.about-keyword-tag,
.about-intro-points span,
.about-problem-tags span,
.about-card-mark,
.about-module-icon,
.about-map-node,
.about-glass-chips span,
.about-flow-node,
.about-intro-node,
.about-problem-node,
.about-intro-flow article {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(13, 20, 31, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 16px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
}

.about-card-mark,
.about-module-icon {
  color: rgba(198, 231, 255, 0.96);
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.30), transparent 34%),
    linear-gradient(135deg, rgba(90, 200, 250, 0.30), rgba(88, 86, 214, 0.22)),
    rgba(255, 255, 255, 0.10);
}

.about-problem-card .about-card-mark {
  color: #ffd7a6;
  border-color: rgba(255, 208, 138, 0.28);
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.30), transparent 34%),
    linear-gradient(135deg, rgba(255, 149, 0, 0.26), rgba(255, 45, 85, 0.20)),
    rgba(255, 255, 255, 0.10);
}

.about-trust-card .about-card-mark {
  color: #b7ffd2;
  border-color: rgba(147, 245, 182, 0.26);
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(52, 199, 89, 0.24), rgba(0, 199, 190, 0.20)),
    rgba(255, 255, 255, 0.10);
}

.about-problem-hub,
.about-intro-core,
.about-map-node.is-payment,
.about-audit-head strong {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.36), transparent 34%),
    linear-gradient(135deg, rgba(0, 122, 255, 0.84), rgba(88, 86, 214, 0.72) 54%, rgba(191, 90, 242, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 22px 60px rgba(0, 122, 255, 0.24);
}

.about-problem-hub {
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.36), transparent 34%),
    linear-gradient(135deg, rgba(255, 149, 0, 0.86), rgba(255, 45, 85, 0.72) 54%, rgba(191, 90, 242, 0.66));
}

.about-intro-core {
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.36), transparent 34%),
    linear-gradient(135deg, rgba(255, 179, 64, 0.84), rgba(255, 105, 97, 0.70) 54%, rgba(191, 90, 242, 0.62));
}

.about-problem-visual,
.about-intro-visual,
.about-system-map,
.about-audit-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.18), transparent 34%),
    radial-gradient(circle at 84% 82%, rgba(90, 200, 250, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    rgba(8, 14, 24, 0.36);
}

.about-intro-orbit::before,
.about-intro-orbit::after,
.about-problem-orbit::before,
.about-problem-orbit::after {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 46px rgba(90, 200, 250, 0.08);
}

.about-problem-meter span {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.20);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(8, 14, 24, 0.26);
}

.about-problem-meter span::before {
  background: linear-gradient(90deg, rgba(255, 190, 90, 0.30), rgba(255, 92, 138, 0.18));
}

.about-role-matrix {
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(8, 14, 24, 0.20);
}

.about-role-matrix i {
  background: linear-gradient(135deg, rgba(52, 199, 89, 0.95), rgba(0, 199, 190, 0.78));
  box-shadow: 0 0 22px rgba(52, 199, 89, 0.18);
}

.about-role-matrix b {
  background: rgba(255, 255, 255, 0.18);
}

.about-audit-list p {
  color: rgba(255, 255, 255, 0.76);
}

.about-audit-list span {
  background: #34c759;
  box-shadow: 0 0 0 7px rgba(52, 199, 89, 0.14);
}

.about-system-map::before {
  background: linear-gradient(180deg, rgba(90, 200, 250, 0.20), rgba(255, 255, 255, 0.04), rgba(191, 90, 242, 0.18));
}

.about-map-line {
  background: linear-gradient(180deg, rgba(90, 200, 250, 0.0), rgba(90, 200, 250, 0.42), rgba(191, 90, 242, 0.0));
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .about-glass-card,
  .about-card,
  .about-cta-card,
  .about-pain-panel,
  .about-intro-visual,
  .about-problem-visual,
  .about-system-map,
  .about-audit-card,
  .about-keyword-tag,
  .about-intro-points span,
  .about-problem-tags span,
  .about-button {
    background-color: rgba(18, 24, 36, 0.86);
  }
}

@media (hover: hover) {
  .about-glass-card:hover,
  .about-card:hover {
    border-color: rgba(255, 255, 255, 0.30);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      inset 0 -1px 0 rgba(255, 255, 255, 0.12),
      0 42px 120px rgba(0, 0, 0, 0.34);
  }

  .about-glass-button-primary:hover,
  .about-glass-button-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.42);
    filter: brightness(1.06) saturate(1.08);
  }
}

@media (max-width: 767px) {
  .about-hero {
    border-radius: 32px;
  }

  .about-pain-panel,
  .about-cta-card {
    border-radius: 32px;
  }

  .about-card,
  .about-problem-visual,
  .about-intro-visual,
  .about-system-map,
  .about-audit-card {
    border-radius: 28px;
  }

  .about-page .site-nav {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
      rgba(8, 14, 24, 0.78);
    backdrop-filter: blur(28px) saturate(170%);
    -webkit-backdrop-filter: blur(28px) saturate(170%);
  }
}

.about-hero h1,
.about-hero h1 .about-gradient-hero {
  color: transparent;
  background-image:
    linear-gradient(
      105deg,
      #b8b0a4 0%,
      #fff9dc 18%,
      #d7d1c5 34%,
      #f9f6e8 48%,
      #b8d9ef 66%,
      #e9f7ff 82%,
      #a6cef0 100%
    );
  background-size: 180% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.28));
}

.about-actions .about-button,
.about-cta-card > .about-button {
  position: relative;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-actions .about-button::after,
.about-cta-card > .about-button::after {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: transparent;
  background-image:
    linear-gradient(
      105deg,
      #c2baad 0%,
      #fff8dc 20%,
      #dcd8ce 38%,
      #f7f4e8 52%,
      #b7d9ed 72%,
      #edfaff 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.about-actions .about-button:first-child::after {
  content: "Demo";
}

.about-actions .about-button:nth-child(2)::after {
  content: "立即咨询合作";
}

.about-cta-card > .about-button::after {
  content: "立即咨询合作";
}

@media (max-width: 767px) {
  .about-hero {
    border-radius: 0;
  }
}

/* About final warm black liquid-glass system */
.about-body,
.about-page {
  color: #f5f2ec;
  background:
    radial-gradient(ellipse at 20% -10%, rgba(219, 201, 170, 0.22), transparent 38%),
    radial-gradient(ellipse at 94% 0%, rgba(210, 211, 211, 0.16), transparent 34%),
    radial-gradient(ellipse at 58% 72%, rgba(137, 126, 113, 0.18), transparent 44%),
    linear-gradient(180deg, #020202 0%, #080705 42%, #030303 100%);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.about-page::before {
  top: -18%;
  left: -12%;
  width: 78vw;
  height: 78vw;
  opacity: 0.52;
  background:
    radial-gradient(ellipse at 42% 36%, rgba(240, 229, 210, 0.26), transparent 34%),
    conic-gradient(from 226deg at 50% 52%, transparent 0deg, rgba(255, 244, 222, 0.30) 34deg, transparent 72deg, rgba(188, 178, 164, 0.22) 126deg, transparent 178deg);
  filter: blur(28px);
}

.about-page::after {
  top: 10%;
  right: -18%;
  width: 82vw;
  height: 82vw;
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(218, 212, 204, 0.24), transparent 34%),
    conic-gradient(from 34deg at 50% 50%, transparent 0deg, rgba(245, 238, 224, 0.24) 48deg, transparent 92deg, rgba(132, 129, 136, 0.20) 156deg, transparent 220deg);
  filter: blur(34px);
}

.about-page .site-header,
.about-page .site-nav {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.20), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(8, 8, 8, 0.40);
  border-color: rgba(255, 255, 255, 0.22);
}

.about-page,
.about-page p,
.about-page span,
.about-page strong,
.about-page h1,
.about-page h2,
.about-page h3,
.about-page a {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.about-hero h1,
.about-section h2,
.about-cta-card h2,
.about-card h3,
.about-intro-flow strong,
.about-flow-head strong,
.about-audit-head span,
.about-audit-head strong {
  color: #fffaf0;
  -webkit-text-fill-color: initial;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.40);
}

.about-page .about-lead,
.about-page .about-section-head > p,
.about-page .about-cta-card > p,
.about-page .about-card p,
.about-page .about-problem-card p,
.about-page .about-solution-card p,
.about-page .about-intro-flow p,
.about-page .about-problem-copy > p,
.about-page .about-audit-list p,
.about-page .about-role-matrix span {
  color: rgba(255, 255, 255, 0.74);
}

.about-kicker,
.about-page .site-nav a {
  color: rgba(255, 255, 255, 0.72);
}

.about-page .site-nav a:hover,
.about-page .site-nav a.active {
  color: #fff;
}

.about-glass-card,
.about-card,
.about-cta-card,
.about-pain-panel,
.about-intro-visual,
.about-problem-visual,
.about-system-map,
.about-audit-card {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.18), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(242, 232, 210, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(12, 13, 13, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 34px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(32px) saturate(128%);
  -webkit-backdrop-filter: blur(32px) saturate(128%);
}

.about-pain-panel,
.about-intro-visual,
.about-problem-visual,
.about-system-map,
.about-audit-card,
.about-cta-card {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at 82% 0%, rgba(231, 219, 197, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(4, 6, 7, 0.24);
}

.about-keyword-tag,
.about-intro-points span,
.about-problem-tags span,
.about-card-mark,
.about-module-icon,
.about-map-node,
.about-glass-chips span,
.about-flow-node,
.about-intro-node,
.about-problem-node,
.about-problem-meter span,
.about-intro-flow article,
.about-role-matrix,
.about-role-matrix i,
.about-role-matrix b,
.about-audit-list span,
.about-button {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.30);
  background:
    radial-gradient(circle at 21% 18%, rgba(255, 255, 255, 0.38), transparent 20%),
    radial-gradient(ellipse at 18% 44%, rgba(242, 234, 218, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055) 54%, rgba(255, 255, 255, 0.12)),
    rgba(18, 19, 19, 0.28);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.46),
    inset -1px -1px 0 rgba(255, 255, 255, 0.10),
    0 18px 46px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(24px) saturate(128%);
  -webkit-backdrop-filter: blur(24px) saturate(128%);
}

.about-keyword-tag::before {
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.20) 34%, transparent 58%),
    linear-gradient(145deg, rgba(248, 238, 216, 0.96), rgba(180, 193, 203, 0.82));
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.24);
}

.about-card-mark,
.about-module-icon,
.about-problem-card .about-card-mark,
.about-trust-card .about-card-mark {
  color: rgba(255, 245, 218, 0.96);
  border-color: rgba(255, 255, 255, 0.30);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.40), transparent 26%),
    linear-gradient(145deg, rgba(232, 213, 183, 0.30), rgba(130, 139, 148, 0.22)),
    rgba(18, 19, 19, 0.26);
}

.about-problem-hub,
.about-intro-core,
.about-map-node.is-payment {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background:
    radial-gradient(circle at 23% 18%, rgba(255, 255, 255, 0.42), transparent 24%),
    radial-gradient(ellipse at 50% 118%, rgba(255, 255, 255, 0.14), transparent 45%),
    linear-gradient(145deg, rgba(225, 204, 172, 0.36), rgba(126, 134, 145, 0.28)),
    rgba(24, 24, 23, 0.34);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.48),
    inset -1px -1px 0 rgba(255, 255, 255, 0.12),
    0 24px 58px rgba(0, 0, 0, 0.34);
}

.about-glass-button-primary,
.about-glass-button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 21% 18%, rgba(255, 255, 255, 0.42), transparent 21%),
    radial-gradient(ellipse at 16% 48%, rgba(238, 226, 204, 0.28), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055) 54%, rgba(255, 255, 255, 0.12)),
    rgba(10, 10, 10, 0.34);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.50),
    inset -1px -1px 0 rgba(255, 255, 255, 0.12),
    0 22px 54px rgba(0, 0, 0, 0.34);
}

.about-problem-meter span::before,
.about-map-line,
.about-system-map::before {
  background: linear-gradient(180deg, rgba(232, 226, 214, 0.18), rgba(255, 255, 255, 0.05), rgba(169, 181, 190, 0.14));
}

.about-role-matrix i,
.about-role-matrix b,
.about-audit-list span {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.50), transparent 30%),
    linear-gradient(145deg, rgba(230, 217, 194, 0.28), rgba(149, 158, 166, 0.20)),
    rgba(255, 255, 255, 0.08);
}

.about-hero h1,
.about-hero h1 .about-gradient-hero,
.about-gradient-hero,
.about-gradient-problem,
.about-gradient-warm,
.about-gradient-solution,
.about-gradient-cool,
.about-gradient-trust,
.about-gradient-cta,
.about-gradient-intro,
.about-gradient-intro-deep {
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.40);
  filter: none;
}

.about-actions .about-button::after,
.about-cta-card > .about-button::after {
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.about-actions .about-button,
.about-cta-card > .about-button {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .about-glass-card,
  .about-card,
  .about-cta-card,
  .about-pain-panel,
  .about-intro-visual,
  .about-problem-visual,
  .about-system-map,
  .about-audit-card,
  .about-keyword-tag,
  .about-intro-points span,
  .about-problem-tags span,
  .about-button {
    background-color: rgba(22, 22, 21, 0.88);
  }
}

/* About final 3D liquid controls unification */
.about-page .about-keyword-tag,
.about-page .about-intro-points span,
.about-page .about-problem-tags span,
.about-page .about-card-mark,
.about-page .about-module-icon,
.about-page .about-map-node,
.about-page .about-glass-chips span,
.about-page .about-flow-node,
.about-page .about-intro-node,
.about-page .about-problem-node,
.about-page .about-problem-meter span,
.about-page .about-intro-flow article,
.about-page .about-role-matrix i,
.about-page .about-role-matrix b,
.about-page .about-audit-list span,
.about-page .about-button {
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.36);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.12) 18%, transparent 34%),
    radial-gradient(ellipse at 16% 50%, rgba(235, 225, 205, 0.30), transparent 45%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.07) 48%, rgba(255, 255, 255, 0.14)),
    rgba(19, 20, 20, 0.42);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.62),
    inset -1px -1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -12px 24px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 30px 80px rgba(0, 0, 0, 0.22);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(28px) saturate(135%);
  -webkit-backdrop-filter: blur(28px) saturate(135%);
}

.about-page .about-map-node.is-recon,
.about-page .about-audit-head strong {
  color: rgba(255, 255, 255, 0.96);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96);
  background-image:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.14) 19%, transparent 36%),
    radial-gradient(ellipse at 18% 54%, rgba(235, 225, 205, 0.32), transparent 46%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.07) 48%, rgba(255, 255, 255, 0.15)),
    linear-gradient(180deg, rgba(28, 29, 29, 0.78), rgba(12, 12, 12, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.64),
    inset -1px -1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -12px 24px rgba(0, 0, 0, 0.20),
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 34px 88px rgba(0, 0, 0, 0.24);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(30px) saturate(138%);
  -webkit-backdrop-filter: blur(30px) saturate(138%);
}

.about-page .about-audit-head strong {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background-clip: padding-box;
}

.about-page .about-glass-button-primary,
.about-page .about-glass-button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.14) 18%, transparent 34%),
    radial-gradient(ellipse at 18% 56%, rgba(235, 225, 205, 0.32), transparent 45%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.15)),
    rgba(14, 15, 15, 0.52);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.68),
    inset -1px -1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -14px 28px rgba(0, 0, 0, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.08),
    0 22px 52px rgba(0, 0, 0, 0.38),
    0 36px 90px rgba(0, 0, 0, 0.26);
}

.about-page .about-actions .about-button::after,
.about-page .about-cta-card > .about-button::after {
  color: rgba(255, 255, 255, 0.98);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.98);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.40),
    0 0 18px rgba(255, 255, 255, 0.16);
}

/* About nav pure white text */
.about-page .site-nav a,
.about-page .site-nav a:visited,
.about-page .site-nav a:hover,
.about-page .site-nav a.active {
  color: #fff;
  -webkit-text-fill-color: #fff;
  opacity: 1;
}

/* About nav remove inner highlight strip */
.about-page .site-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-page .site-nav a,
.about-page .site-nav a:visited,
.about-page .site-nav a:hover,
.about-page .site-nav a.active {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

.about-page .site-nav a::before,
.about-page .site-nav a::after {
  content: none;
  display: none;
  background: transparent;
  box-shadow: none;
}

/* About performance tuning: reduce live blur/compositing cost */
.about-page::before,
.about-page::after {
  width: 56vw;
  height: 56vw;
  opacity: 0.28;
  filter: blur(16px);
  transform: none;
  will-change: auto;
}

.about-page::after {
  right: -10%;
}

.about-page .site-header {
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 42px rgba(0, 0, 0, 0.24);
}

.about-section {
  content-visibility: auto;
  contain-intrinsic-size: 840px;
}

.about-hero,
.about-cta-section {
  content-visibility: visible;
}

.about-page .about-glass-card,
.about-page .about-card,
.about-page .about-cta-card,
.about-page .about-pain-panel,
.about-page .about-intro-visual,
.about-page .about-problem-visual,
.about-page .about-system-map,
.about-page .about-audit-card {
  backdrop-filter: blur(10px) saturate(112%);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 20px 52px rgba(0, 0, 0, 0.32);
}

.about-page .about-keyword-tag,
.about-page .about-intro-points span,
.about-page .about-problem-tags span,
.about-page .about-card-mark,
.about-page .about-module-icon,
.about-page .about-map-node,
.about-page .about-glass-chips span,
.about-page .about-flow-node,
.about-page .about-intro-node,
.about-page .about-problem-node,
.about-page .about-problem-meter span,
.about-page .about-intro-flow article,
.about-page .about-role-matrix,
.about-page .about-role-matrix i,
.about-page .about-role-matrix b,
.about-page .about-audit-list span,
.about-page .about-button,
.about-page .about-map-node.is-recon,
.about-page .about-audit-head strong,
.about-page .about-glass-button-primary,
.about-page .about-glass-button-secondary {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.50),
    inset 0 -10px 20px rgba(0, 0, 0, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.28);
}

.about-page .about-keyword-tag,
.about-page .about-intro-points span,
.about-page .about-problem-tags span,
.about-page .about-map-node,
.about-page .about-button,
.about-page .about-audit-head strong,
.about-page .about-glass-button-primary,
.about-page .about-glass-button-secondary {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.11) 18%, transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.13)),
    rgba(18, 19, 19, 0.44);
}

@media (max-width: 768px) {
  .about-page::before,
  .about-page::after {
    width: 72vw;
    height: 72vw;
    opacity: 0.20;
    filter: blur(12px);
  }

  .about-section {
    contain-intrinsic-size: 720px;
  }
}

/* API page aligned with About dark liquid-glass visual system */
body:has(.api-page) {
  color: #f5f2ec;
  background:
    radial-gradient(ellipse at 20% -10%, rgba(219, 201, 170, 0.18), transparent 38%),
    radial-gradient(ellipse at 94% 0%, rgba(210, 211, 211, 0.12), transparent 34%),
    radial-gradient(ellipse at 58% 72%, rgba(137, 126, 113, 0.14), transparent 44%),
    linear-gradient(180deg, #020202 0%, #080705 42%, #030303 100%);
}

.api-page.liquid-page-bg {
  color: #f5f2ec;
  background:
    radial-gradient(ellipse at 18% -8%, rgba(219, 201, 170, 0.20), transparent 36%),
    radial-gradient(ellipse at 86% 6%, rgba(210, 211, 211, 0.13), transparent 34%),
    radial-gradient(ellipse at 54% 88%, rgba(137, 126, 113, 0.14), transparent 40%),
    linear-gradient(180deg, #020202 0%, #080705 42%, #030303 100%);
  background-size: auto;
  animation: none;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.api-page::before,
.api-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
}

.api-page::before {
  top: -18%;
  left: -12%;
  width: 56vw;
  height: 56vw;
  opacity: 0.26;
  background:
    radial-gradient(ellipse at 42% 36%, rgba(240, 229, 210, 0.24), transparent 34%),
    conic-gradient(from 226deg at 50% 52%, transparent 0deg, rgba(255, 244, 222, 0.24) 34deg, transparent 72deg, rgba(188, 178, 164, 0.18) 126deg, transparent 178deg);
  filter: blur(16px);
}

.api-page::after {
  top: 8%;
  right: -10%;
  width: 56vw;
  height: 56vw;
  opacity: 0.22;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(218, 212, 204, 0.20), transparent 34%),
    conic-gradient(from 34deg at 50% 50%, transparent 0deg, rgba(245, 238, 224, 0.20) 48deg, transparent 92deg, rgba(132, 129, 136, 0.16) 156deg, transparent 220deg);
  filter: blur(16px);
}

.api-page .site-header,
.api-page .info-card.api-card {
  position: relative;
  z-index: 1;
}

.api-page .site-header {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 8, 8, 0.40);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.api-page .site-logo img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.api-page .site-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.api-page .site-nav a,
.api-page .site-nav a:visited,
.api-page .site-nav a:hover,
.api-page .site-nav a.active {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
}

.api-page .site-nav a::before,
.api-page .site-nav a::after {
  content: none;
  display: none;
}

.api-page,
.api-page p,
.api-page span,
.api-page strong,
.api-page h1,
.api-page h2,
.api-page a {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.api-page .info-card.api-card {
  color: #f5f2ec;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.api-page .eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
}

.api-page .info-card h1 {
  color: #fffaf0;
  -webkit-text-fill-color: initial;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.40);
}

.api-page .info-card > p,
.api-page .info-grid p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.75;
}

.api-page .liquid-glass-panel,
.api-page .liquid-glass-card.api-hub,
.api-page .liquid-glass-card.glass-card-item {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(242, 232, 210, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(12, 13, 13, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 20px 52px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px) saturate(112%);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
}

.api-page .liquid-glass-panel {
  border-radius: 40px;
}

.api-page .liquid-glass-item,
.api-page .liquid-glass-pill,
.api-page .liquid-glass-badge {
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.36);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.11) 18%, transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.13)),
    rgba(18, 19, 19, 0.44);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.50),
    inset 0 -10px 20px rgba(0, 0, 0, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.28);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.api-page .liquid-glass-item {
  font-size: 16px;
  font-weight: 600;
}

.api-page .api-stack .liquid-glass-item:hover,
.api-page .liquid-glass-pill:hover,
.api-page .liquid-glass-card.glass-card-item:hover {
  transform: translateY(-1px);
}

.api-page .api-source-stack .liquid-glass-item::before,
.api-page .api-result-stack .liquid-glass-item::before {
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.20) 34%, transparent 58%),
    linear-gradient(145deg, rgba(248, 238, 216, 0.96), rgba(180, 193, 203, 0.82));
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.24);
}

.api-page .liquid-glass-card.api-hub {
  border-radius: 34px;
}

.api-page .liquid-glass-card.api-hub span,
.api-page .liquid-glass-card.glass-card-item h2 {
  color: #fffaf0;
  -webkit-text-fill-color: initial;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.40);
}

.api-page .liquid-glass-card.api-hub span {
  font-size: 15px;
  font-weight: 600;
}

.api-page .liquid-connector-line::before {
  background:
    linear-gradient(90deg, rgba(232, 226, 214, 0.18), rgba(255, 255, 255, 0.30), rgba(169, 181, 190, 0.14));
  opacity: 0.85;
}

.api-page .liquid-glass-pill {
  color: rgba(255, 255, 255, 0.96);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 700;
}

.api-page .liquid-glass-card.glass-card-item {
  border-radius: 32px;
}

.api-page .liquid-glass-card.glass-card-item h2 {
  font-size: clamp(22px, 1.7vw, 28px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.api-page .liquid-glass-card.glass-card-item p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.api-page .liquid-glass-badge {
  color: rgba(255, 245, 218, 0.96);
  -webkit-text-fill-color: rgba(255, 245, 218, 0.96);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .api-page::before,
  .api-page::after {
    width: 72vw;
    height: 72vw;
    opacity: 0.18;
    filter: blur(12px);
  }

  .api-page .info-card h1 {
    font-size: clamp(46px, 14vw, 68px);
  }
}

/* Follow page aligned with About dark liquid-glass visual system */
body:has(.follow-shell) {
  color: #f5f2ec;
  background:
    radial-gradient(ellipse at 18% -10%, rgba(218, 201, 172, 0.18), transparent 36%),
    radial-gradient(ellipse at 92% 0%, rgba(207, 211, 214, 0.12), transparent 34%),
    radial-gradient(ellipse at 48% 88%, rgba(124, 118, 112, 0.14), transparent 42%),
    linear-gradient(180deg, #020202 0%, #080705 44%, #030303 100%);
}

.follow-shell.liquid-page-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f5f2ec;
  background:
    radial-gradient(ellipse at 16% -8%, rgba(219, 201, 170, 0.20), transparent 36%),
    radial-gradient(ellipse at 86% 6%, rgba(210, 211, 211, 0.13), transparent 34%),
    radial-gradient(ellipse at 54% 88%, rgba(137, 126, 113, 0.14), transparent 40%),
    linear-gradient(180deg, #020202 0%, #080705 42%, #030303 100%);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.follow-shell::before,
.follow-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
}

.follow-shell::before {
  top: -20%;
  left: -14%;
  width: 54vw;
  height: 54vw;
  opacity: 0.24;
  background:
    radial-gradient(ellipse at 42% 36%, rgba(240, 229, 210, 0.24), transparent 34%),
    conic-gradient(from 226deg at 50% 52%, transparent 0deg, rgba(255, 244, 222, 0.22) 34deg, transparent 72deg, rgba(188, 178, 164, 0.17) 126deg, transparent 178deg);
  filter: blur(16px);
}

.follow-shell::after {
  top: 8%;
  right: -10%;
  width: 56vw;
  height: 56vw;
  opacity: 0.20;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(218, 212, 204, 0.20), transparent 34%),
    conic-gradient(from 34deg at 50% 50%, transparent 0deg, rgba(245, 238, 224, 0.20) 48deg, transparent 92deg, rgba(132, 129, 136, 0.16) 156deg, transparent 220deg);
  filter: blur(16px);
}

.follow-shell .site-header,
.follow-page {
  position: relative;
  z-index: 1;
}

.follow-shell .site-header {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 8, 8, 0.40);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.follow-shell .site-logo img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.follow-shell .site-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.follow-shell .site-nav a,
.follow-shell .site-nav a:visited,
.follow-shell .site-nav a:hover,
.follow-shell .site-nav a.active {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
}

.follow-shell .site-nav a::before,
.follow-shell .site-nav a::after {
  content: none;
  display: none;
}

.follow-shell,
.follow-shell p,
.follow-shell span,
.follow-shell strong,
.follow-shell h1,
.follow-shell h2,
.follow-shell a {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.follow-page.info-card {
  width: min(100%, 1180px);
  color: #f5f2ec;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.follow-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(34px, 4.5vw, 70px);
  margin-bottom: clamp(30px, 4vw, 54px);
}

.follow-copy {
  max-width: 620px;
}

.follow-page .eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.follow-page h1 {
  margin: 0 0 24px;
  color: #fffaf0;
  -webkit-text-fill-color: initial;
  font-size: clamp(58px, 8vw, 104px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.40);
}

.follow-page p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.75;
}

.follow-visual,
.follow-card-item {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(242, 232, 210, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(12, 13, 13, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 20px 52px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px) saturate(112%);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
}

.follow-visual {
  min-height: 430px;
  padding: 30px;
  border-radius: 40px;
}

.follow-visual-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
}

.follow-visual-head span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 8px 18px rgba(0, 0, 0, 0.20);
}

.follow-visual-head strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.follow-node-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 46px 0 34px;
}

.follow-node-map::before,
.follow-node-map::after {
  content: "";
  position: absolute;
  inset: 50% 14%;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 226, 214, 0.08), rgba(255, 255, 255, 0.30), rgba(169, 181, 190, 0.10));
  transform: translateY(-50%);
  pointer-events: none;
}

.follow-node-map::after {
  inset: 12% 50%;
  width: 1px;
  height: 76%;
  background: linear-gradient(180deg, rgba(232, 226, 214, 0.08), rgba(255, 255, 255, 0.28), rgba(169, 181, 190, 0.10));
  transform: translateX(-50%);
}

.follow-node {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 104px;
  place-items: center;
  color: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.11) 18%, transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.13)),
    rgba(18, 19, 19, 0.44);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.50),
    inset 0 -10px 20px rgba(0, 0, 0, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.28);
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}

.follow-node-primary {
  color: #fff;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.60), transparent 22%),
    linear-gradient(135deg, rgba(240, 226, 197, 0.96), rgba(161, 132, 96, 0.72) 42%, rgba(118, 108, 116, 0.72)),
    rgba(28, 25, 21, 0.72);
}

.follow-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.follow-status-row span,
.follow-number {
  color: rgba(255, 245, 218, 0.96);
  -webkit-text-fill-color: rgba(255, 245, 218, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.11) 18%, transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.13)),
    rgba(18, 19, 19, 0.44);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.50),
    inset 0 -10px 20px rgba(0, 0, 0, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.28);
  font-weight: 700;
}

.follow-status-row span {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 14px;
}

.follow-grid {
  gap: 18px;
  align-items: start;
  margin-top: 10px;
}

.follow-card-item {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  min-height: 158px;
  padding: 24px 26px 26px;
  border-radius: 28px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.follow-card-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 24px 58px rgba(0, 0, 0, 0.34);
}

.follow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 30px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 13px;
}

.follow-card-item h2 {
  margin: 0 0 10px;
  color: #fffaf0;
  -webkit-text-fill-color: initial;
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.40);
}

.follow-card-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.58;
}

@media (max-width: 1024px) {
  .follow-hero {
    grid-template-columns: 1fr;
  }

  .follow-copy {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .follow-shell::before,
  .follow-shell::after {
    width: 72vw;
    height: 72vw;
    opacity: 0.18;
    filter: blur(12px);
  }

  .follow-page h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .follow-visual {
    min-height: auto;
    padding: 22px;
    border-radius: 28px;
  }

  .follow-node-map {
    gap: 16px;
    margin: 30px 0 24px;
  }

  .follow-node {
    min-height: 86px;
    border-radius: 22px;
    font-size: 15px;
  }

  .follow-card-item {
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }
}

/* Unified top navigation height and no-line/no-shadow finish */
.site-header {
  min-height: 178px;
  padding: 38px 20px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.site-header,
.about-page .site-header,
.api-page .site-header,
.follow-shell .site-header {
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.site-header-inner {
  min-height: 102px;
}

.site-header::before,
.site-header::after,
.site-header-inner::before,
.site-header-inner::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.site-logo img,
.about-page .site-logo img,
.api-page .site-logo img,
.follow-shell .site-logo img {
  filter: none !important;
}

.site-nav,
.about-page .site-nav,
.api-page .site-nav,
.follow-shell .site-nav {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.site-nav a,
.site-nav a:visited,
.site-nav a:hover,
.site-nav a.active,
.about-page .site-nav a,
.about-page .site-nav a:visited,
.about-page .site-nav a:hover,
.about-page .site-nav a.active,
.api-page .site-nav a,
.api-page .site-nav a:visited,
.api-page .site-nav a:hover,
.api-page .site-nav a.active,
.follow-shell .site-nav a,
.follow-shell .site-nav a:visited,
.follow-shell .site-nav a:hover,
.follow-shell .site-nav a.active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.site-nav a::before,
.site-nav a::after,
.about-page .site-nav a::before,
.about-page .site-nav a::after,
.api-page .site-nav a::before,
.api-page .site-nav a::after,
.follow-shell .site-nav a::before,
.follow-shell .site-nav a::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header {
    min-height: 146px;
    padding: 30px 18px !important;
  }

  .site-header-inner {
    min-height: 86px;
  }
}

@media (max-width: 767px) {
  .site-header {
    min-height: 74px;
    padding: 16px 18px 12px !important;
  }

  .site-header-inner {
    min-height: 54px;
  }
}

/* Final nav background cleanup: unified height, no frame, no lines, no shadow */
.site-shell > .hero-section > .site-header,
.info-page > .site-header,
.about-page > .site-header,
.api-page > .site-header,
.follow-shell > .site-header {
  height: 178px !important;
  min-height: 178px !important;
  max-height: 178px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-shell > .hero-section > .site-header > .site-header-inner,
.info-page > .site-header > .site-header-inner,
.about-page > .site-header > .site-header-inner,
.api-page > .site-header > .site-header-inner,
.follow-shell > .site-header > .site-header-inner {
  height: 102px !important;
  min-height: 102px !important;
  max-height: 102px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header *,
.site-header *::before,
.site-header *::after {
  box-shadow: none !important;
}

.site-header::before,
.site-header::after,
.site-header-inner::before,
.site-header-inner::after,
.site-nav::before,
.site-nav::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.site-header .site-nav {
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header .site-nav a,
.site-header .site-nav a:hover,
.site-header .site-nav a.active,
.site-header .site-nav a:focus,
.site-header .site-nav a:focus-visible {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.site-header .site-logo,
.site-header .site-logo img,
.site-header .logo-link,
.site-header .logo-link img {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-shell > .hero-section > .site-header,
  .info-page > .site-header,
  .about-page > .site-header,
  .api-page > .site-header,
  .follow-shell > .site-header {
    height: 146px !important;
    min-height: 146px !important;
    max-height: 146px !important;
    padding: 0 18px !important;
  }

  .site-shell > .hero-section > .site-header > .site-header-inner,
  .info-page > .site-header > .site-header-inner,
  .about-page > .site-header > .site-header-inner,
  .api-page > .site-header > .site-header-inner,
  .follow-shell > .site-header > .site-header-inner {
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
  }
}

@media (max-width: 767px) {
  .site-shell > .hero-section > .site-header,
  .info-page > .site-header,
  .about-page > .site-header,
  .api-page > .site-header,
  .follow-shell > .site-header {
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    padding: 0 18px !important;
  }

  .site-shell > .hero-section > .site-header > .site-header-inner,
  .info-page > .site-header > .site-header-inner,
  .about-page > .site-header > .site-header-inner,
  .api-page > .site-header > .site-header-inner,
  .follow-shell > .site-header > .site-header-inner {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }
}

/* About page top alignment: keep its nav viewport consistent with other pages */
.about-page > .site-header {
  flex: 0 0 178px !important;
  height: 178px !important;
  min-height: 178px !important;
  max-height: 178px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.about-page > .site-header > .site-header-inner {
  height: 102px !important;
  min-height: 102px !important;
  max-height: 102px !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (min-width: 1024px) {
  .about-page > .site-header + .about-hero {
    padding-top: 112px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about-page > .site-header {
    flex-basis: 146px !important;
    height: 146px !important;
    min-height: 146px !important;
    max-height: 146px !important;
    padding: 0 18px !important;
  }

  .about-page > .site-header > .site-header-inner {
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
  }
}

@media (max-width: 767px) {
  .about-page > .site-header {
    flex-basis: 74px !important;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    padding: 0 18px !important;
  }

  .about-page > .site-header > .site-header-inner {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }
}

/* Final top chrome cleanup: remove page-level rectangles, lines and filter artifacts */
.site-shell > .hero-section,
.info-page,
.about-page,
.api-page,
.follow-shell {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.api-page::before,
.api-page::after,
.follow-shell::before,
.follow-shell::after,
.about-page::before,
.about-page::after,
.site-shell > .hero-section::before,
.site-shell > .hero-section::after,
.info-page::before,
.info-page::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-shell > .hero-section > .site-header,
.info-page > .site-header,
.about-page > .site-header,
.api-page > .site-header,
.follow-shell > .site-header,
.site-shell > .hero-section > .site-header > .site-header-inner,
.info-page > .site-header > .site-header-inner,
.about-page > .site-header > .site-header-inner,
.api-page > .site-header > .site-header-inner,
.follow-shell > .site-header > .site-header-inner {
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-shell > .hero-section > .site-header *,
.info-page > .site-header *,
.about-page > .site-header *,
.api-page > .site-header *,
.follow-shell > .site-header *,
.site-shell > .hero-section > .site-header *::before,
.site-shell > .hero-section > .site-header *::after,
.info-page > .site-header *::before,
.info-page > .site-header *::after,
.about-page > .site-header *::before,
.about-page > .site-header *::after,
.api-page > .site-header *::before,
.api-page > .site-header *::after,
.follow-shell > .site-header *::before,
.follow-shell > .site-header *::after {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

/* Final page background merge: remove the rectangular section background */
body:has(.api-page),
body:has(.follow-shell),
.about-body {
  background:
    radial-gradient(ellipse at 18% -10%, rgba(218, 201, 172, 0.18), transparent 36%),
    radial-gradient(ellipse at 92% 0%, rgba(207, 211, 214, 0.12), transparent 34%),
    radial-gradient(ellipse at 48% 88%, rgba(124, 118, 112, 0.14), transparent 42%),
    linear-gradient(180deg, #020202 0%, #080705 44%, #030303 100%) !important;
}

.site-shell,
.about-shell,
.site-shell > .hero-section,
.info-page,
.api-page.liquid-page-bg,
.follow-shell.liquid-page-bg,
.about-page {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}

/* Mobile desktop-view nav: keep page layout unchanged, enlarge only top chrome on touch devices */
@media (hover: none) and (pointer: coarse) {
  .site-shell > .hero-section > .site-header,
  .info-page > .site-header,
  .about-page > .site-header,
  .api-page > .site-header,
  .follow-shell > .site-header {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    padding: 0 38px !important;
  }

  .site-shell > .hero-section > .site-header > .site-header-inner,
  .info-page > .site-header > .site-header-inner,
  .about-page > .site-header > .site-header-inner,
  .api-page > .site-header > .site-header-inner,
  .follow-shell > .site-header > .site-header-inner {
    width: min(1160px, 100%) !important;
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
    gap: 56px !important;
  }

  .site-header .logo-link img,
  .site-header .site-logo img {
    height: 138px !important;
    max-height: 138px !important;
    width: auto !important;
  }

  .site-header .nav-toggle {
    display: none !important;
  }

  .site-header .site-nav,
  .about-page .site-nav,
  .api-page .site-nav,
  .follow-shell .site-nav {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 42px !important;
    width: auto !important;
    max-width: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .site-header .site-nav a,
  .site-header .site-nav a:visited,
  .site-header .site-nav a:hover,
  .site-header .site-nav a.active,
  .about-page .site-nav a,
  .api-page .site-nav a,
  .follow-shell .site-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .site-header .site-nav a[href="./follow.html"] {
    display: none !important;
  }

  .site-shell > .hero-section > .site-header .site-nav a,
  .site-shell > .hero-section > .site-header .site-nav a:visited,
  .site-shell > .hero-section > .site-header .site-nav a:hover,
  .site-shell > .hero-section > .site-header .site-nav a.active {
    color: #1d1d1f !important;
    text-shadow: none !important;
  }

  .api-page,
  .follow-shell {
    gap: 0 !important;
  }

  .api-page .info-card.api-card {
    position: relative !important;
    z-index: 1 !important;
    margin-top: -540px !important;
  }

  .follow-shell .follow-page.info-card {
    position: relative !important;
    z-index: 1 !important;
    margin-top: -740px !important;
  }
}
