:root {
  --c2-ink: #1d1d1f;
  --c2-ink-soft: #3a3a3c;
  --c2-muted: #6e6e73;
  --c2-paper: #ffffff;
  --c2-surface: #f7f8fa;
  --c2-surface-warm: #fff8f1;
  --c2-line: rgba(62, 52, 44, 0.1);
  --c2-blue: #0a84ff;
  --c2-blue-deep: #0066cc;
  --c2-orange: #ff9f0a;
  --c2-coral: #ff6b55;
  --c2-shadow: 0 22px 64px rgba(57, 47, 40, 0.08);
  --c2-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body.c2-site {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--c2-ink);
  font-family: var(--c2-font);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

body.c2-site *,
body.c2-site *::before,
body.c2-site *::after {
  box-sizing: border-box;
}

body.c2-site img {
  display: block;
  max-width: 100%;
}

body.c2-site h1,
body.c2-site h2,
body.c2-site h3,
body.c2-site h4,
body.c2-site h5,
body.c2-site p {
  letter-spacing: 0;
}

body.c2-site h1,
body.c2-site h2,
body.c2-site h3 {
  color: var(--c2-ink);
  text-wrap: balance;
}

body.c2-site p {
  color: var(--c2-muted);
  text-wrap: pretty;
}

body.c2-site button,
body.c2-site input,
body.c2-site textarea,
body.c2-site select {
  font-family: var(--c2-font);
}

body.c2-site .site-shell,
body.c2-site .hero-section,
body.c2-site .info-page {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: #fff;
  filter: none;
}

body.c2-site .hero-section::before,
body.c2-site .hero-section::after,
body.c2-site .info-page::before,
body.c2-site .info-page::after {
  content: none;
  display: none;
}

/* Shared navigation */
body.c2-site .site-header.c2-header {
  position: relative;
  inset: auto;
  z-index: 20;
  width: min(1240px, calc(100% - 64px));
  height: auto;
  min-height: 78px;
  margin: 20px auto 0;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(63, 52, 44, 0.07);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(57, 47, 40, 0.07), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  filter: none;
}

body.c2-site .site-header.c2-header::before,
body.c2-site .site-header.c2-header::after,
body.c2-site .c2-header-inner::before,
body.c2-site .c2-header-inner::after,
body.c2-site .c2-nav::before,
body.c2-site .c2-nav::after {
  content: none;
  display: none;
}

body.c2-site .c2-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: none;
  min-height: 76px;
  margin: 0;
  padding: 9px 13px 9px 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.c2-site .c2-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

body.c2-site .c2-brand-logo,
body.c2-site .site-logo .c2-brand-logo {
  width: 136px;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: none;
}

body.c2-site .c2-nav {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.c2-site .c2-nav-link,
body.c2-site .c2-nav-link:visited,
body.c2-site .c2-nav-link:hover,
body.c2-site .c2-nav-link:focus {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 0 14px 0 8px;
  border: 0;
  border-radius: 16px;
  color: #4b4b50;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  filter: none;
}

body.c2-site .c2-nav-link.is-active {
  color: var(--c2-blue-deep);
  background: rgba(10, 132, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0.12);
}

body.c2-site .c2-nav-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 7px 16px rgba(91, 67, 46, 0.12);
  filter: none;
}

body.c2-site .c2-header-cta,
body.c2-site .c2-primary-button,
body.c2-site .c2-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 740;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

body.c2-site .c2-header-cta,
body.c2-site .c2-primary-button {
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: #fff;
  background: linear-gradient(135deg, #31a8ff 0%, #0a84ff 56%, #0066cc 100%);
  box-shadow: 0 13px 28px rgba(10, 132, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

body.c2-site .c2-secondary-button {
  border: 1px solid var(--c2-line);
  color: var(--c2-ink-soft);
  background: #fff;
  box-shadow: 0 10px 24px rgba(57, 47, 40, 0.06), inset 0 1px 0 #fff;
}

/* Demo page */
body.c2-demo-page .hero-section {
  padding-bottom: 90px;
}

body.c2-demo-page .opening-statement {
  width: min(1240px, calc(100% - 64px));
  min-height: 0;
  margin: 44px auto 28px;
  padding: 54px 44px;
  border: 1px solid var(--c2-line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 159, 10, 0.08), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(10, 132, 255, 0.07), transparent 28%),
    #fff;
  box-shadow: var(--c2-shadow);
  text-align: center;
}

body.c2-demo-page .opening-statement h1 {
  max-width: none;
  margin: 0 auto 14px;
  color: var(--c2-ink);
  font-size: clamp(40px, 4.4vw, 62px);
  font-weight: 760;
  line-height: 1.08;
  white-space: nowrap;
}

body.c2-demo-page .opening-statement small {
  display: block;
  color: var(--c2-muted);
  font-size: 17px;
  font-weight: 480;
  line-height: 1.7;
}

body.c2-demo-page .dashboard-card {
  position: relative;
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  align-items: start;
  width: min(1480px, calc(100% - 40px));
  min-height: 0;
  margin: 0 auto;
  padding: 10px;
  overflow: visible;
  border: 1px solid rgba(63, 52, 44, 0.08);
  border-radius: 38px;
  background: #f5f7fa;
  box-shadow: 0 28px 80px rgba(57, 47, 40, 0.08);
  filter: none;
}

body.c2-demo-page .sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
  width: 218px;
  height: auto;
  min-height: 0;
  max-height: calc(100vh - 40px);
  padding: 18px 12px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--c2-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(57, 47, 40, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  scrollbar-width: none;
}

body.c2-demo-page .sidebar::-webkit-scrollbar {
  display: none;
}

body.c2-demo-page .dashboard-card.sidebar-fixed .sidebar {
  width: var(--sidebar-width, 218px);
}

body.c2-demo-page .nav-groups {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0;
}

body.c2-demo-page .nav-cursor {
  display: none;
}

body.c2-demo-page .nav-group {
  display: block;
  padding: 5px;
  border-radius: 20px;
}

body.c2-demo-page .nav-group.active {
  background: #f2f7ff;
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0.08);
}

body.c2-demo-page .nav-title,
body.c2-demo-page .sidebar .nav-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 6px 8px;
  border: 0;
  border-radius: 14px;
  color: var(--c2-muted);
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  transform: none;
}

body.c2-demo-page .nav-title {
  gap: 10px;
  color: var(--c2-ink);
  font-size: 14px;
  font-weight: 720;
}

body.c2-demo-page .nav-title .nav-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 0;
  border-radius: 12px;
  object-fit: contain;
  background: transparent;
  box-shadow: 0 8px 18px rgba(57, 47, 40, 0.1);
  filter: none;
}

body.c2-demo-page .sidebar .nav-link {
  gap: 8px;
  min-height: 32px;
  padding-left: 56px;
  font-size: 12px;
  font-weight: 560;
}

body.c2-demo-page .sidebar .nav-link.active {
  color: var(--c2-blue-deep);
  background: rgba(10, 132, 255, 0.08);
  font-weight: 690;
}

body.c2-demo-page .sidebar .nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

body.c2-demo-page .dashboard-main,
body.c2-demo-page .dashboard-content {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

body.c2-demo-page .dashboard-content {
  display: grid;
  gap: 18px;
  padding-left: 10px;
}

body.c2-demo-page .payment-module,
body.c2-demo-page .create-panel,
body.c2-demo-page .orders-panel,
body.c2-demo-page .feature-copy,
body.c2-demo-page .reconciliation-copy,
body.c2-demo-page .reconciliation-visual,
body.c2-demo-page .permission-copy,
body.c2-demo-page .permission-visual {
  min-width: 0;
  border: 1px solid var(--c2-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(57, 47, 40, 0.055);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  filter: none;
}

body.c2-demo-page .payment-module {
  width: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 30px;
}

body.c2-demo-page .module-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

body.c2-demo-page .module-heading .eyebrow,
body.c2-info-page .eyebrow {
  margin: 0 0 6px;
  color: var(--c2-blue-deep);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.c2-demo-page .module-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 760;
  line-height: 1.16;
}

body.c2-demo-page .module-tabs {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 4px;
  border: 1px solid var(--c2-line);
  border-radius: 15px;
  background: #f5f6f8;
}

body.c2-demo-page .module-tabs .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 11px;
  color: var(--c2-muted);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

body.c2-demo-page .module-tabs .tab.active {
  color: var(--c2-ink);
  background: #fff;
  box-shadow: 0 7px 18px rgba(57, 47, 40, 0.08);
}

body.c2-demo-page .feature-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  padding: 26px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 159, 10, 0.09), transparent 35%),
    radial-gradient(circle at 95% 20%, rgba(10, 132, 255, 0.06), transparent 30%),
    #fff;
}

body.c2-demo-page .feature-copy h3 {
  margin: 0;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 740;
  line-height: 1.18;
}

body.c2-demo-page .feature-copy > span,
body.c2-demo-page .feature-copy-lines,
body.c2-demo-page .feature-copy-lines span {
  color: var(--c2-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.c2-demo-page .module-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

body.c2-demo-page .create-panel,
body.c2-demo-page .orders-panel {
  width: 100%;
  padding: 24px;
  border-radius: 25px;
}

body.c2-demo-page .panel-head,
body.c2-demo-page .orders-top {
  margin-bottom: 18px;
}

body.c2-demo-page .panel-head h3,
body.c2-demo-page .orders-top h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 740;
  line-height: 1.25;
}

body.c2-demo-page .orders-top > div > span,
body.c2-demo-page .flow-head > span {
  color: var(--c2-muted);
  font-size: 12px;
}

body.c2-demo-page .collection-form,
body.c2-demo-page .payout-form,
body.c2-demo-page .c2-compact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.c2-demo-page .collection-form label,
body.c2-demo-page .payout-form label,
body.c2-demo-page .c2-compact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--c2-muted);
  font-size: 13px;
  font-weight: 650;
}

body.c2-demo-page .collection-form .wide,
body.c2-demo-page .payout-form .wide,
body.c2-demo-page .c2-compact-form .wide,
body.c2-demo-page .payout-form .span-2 {
  grid-column: span 2;
}

body.c2-demo-page input,
body.c2-demo-page textarea,
body.c2-demo-page select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(62, 52, 44, 0.13);
  border-radius: 14px;
  color: var(--c2-ink);
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(57, 47, 40, 0.035);
  font-size: 14px;
  outline: none;
}

body.c2-demo-page textarea {
  min-height: 92px;
  resize: vertical;
}

body.c2-demo-page input:focus,
body.c2-demo-page textarea:focus,
body.c2-demo-page select:focus {
  border-color: rgba(10, 132, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.09);
}

body.c2-demo-page .form-actions,
body.c2-demo-page .reconciliation-actions,
body.c2-demo-page .approval-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body.c2-demo-page .primary-btn,
body.c2-demo-page .secondary-btn,
body.c2-demo-page .approve-btn,
body.c2-demo-page .reject-btn,
body.c2-demo-page .c2-compensation-list button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body.c2-demo-page .primary-btn,
body.c2-demo-page .approve-btn {
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: #fff;
  background: linear-gradient(135deg, #31a8ff, #0a84ff 60%, #0066cc);
  box-shadow: 0 12px 26px rgba(10, 132, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

body.c2-demo-page .secondary-btn,
body.c2-demo-page .reject-btn,
body.c2-demo-page .c2-compensation-list button {
  border: 1px solid var(--c2-line);
  color: var(--c2-ink-soft);
  background: #fff;
  box-shadow: 0 8px 20px rgba(57, 47, 40, 0.05);
}

body.c2-demo-page .flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.c2-demo-page .flow-step,
body.c2-demo-page .approval-card,
body.c2-demo-page .role-card {
  border: 1px solid var(--c2-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(57, 47, 40, 0.05);
}

body.c2-demo-page .flow-step {
  min-width: 0;
  min-height: 300px;
  padding: 18px;
}

body.c2-demo-page .flow-step h5 {
  margin: 18px 0 8px;
  color: var(--c2-ink);
  font-size: 17px;
  line-height: 1.28;
}

body.c2-demo-page .flow-step p {
  font-size: 12px;
  line-height: 1.65;
}

body.c2-demo-page .flow-icon {
  color: var(--c2-blue);
  overflow: hidden;
  background: transparent;
  border-radius: 13px;
}

body.c2-demo-page .flow-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

body.c2-demo-page .pay-page-card img {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  object-fit: contain;
}

body.c2-demo-page .flow-extra,
body.c2-demo-page .pay-page-card,
body.c2-demo-page .panel-promo {
  border: 1px solid rgba(62, 52, 44, 0.08);
  background: #f7f8fa;
  box-shadow: none;
}

body.c2-demo-page .filters {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 0.8fr));
  gap: 12px;
  margin-bottom: 18px;
}

body.c2-demo-page .filters label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--c2-muted);
  font-size: 12px;
  font-weight: 650;
}

body.c2-demo-page .table-frame,
body.c2-demo-page .recon-table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(62, 52, 44, 0.08);
  border-radius: 18px;
  background: #fff;
}

body.c2-demo-page table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: var(--c2-ink-soft);
  font-size: 12px;
}

body.c2-demo-page th,
body.c2-demo-page td {
  padding: 15px 12px;
  border-bottom: 1px solid rgba(62, 52, 44, 0.08);
  text-align: left;
  white-space: nowrap;
}

body.c2-demo-page th {
  color: var(--c2-muted);
  background: #f7f8fa;
  font-weight: 680;
}

body.c2-demo-page .status,
body.c2-demo-page .c2-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
}

body.c2-demo-page .status.paid,
body.c2-demo-page .c2-status-chip.is-blue {
  color: #0066cc;
  background: #eaf4ff;
}

body.c2-demo-page .status.pending,
body.c2-demo-page .c2-status-chip.is-warm {
  color: #9a5800;
  background: #fff3df;
}

body.c2-demo-page .status.error {
  color: #c53222;
  background: #fff0ed;
}

body.c2-demo-page .status-card {
  border: 1px solid var(--c2-line);
  color: var(--c2-ink);
  background: #fff;
  box-shadow: 0 10px 24px rgba(57, 47, 40, 0.05);
}

body.c2-demo-page .transfer-type {
  border: 1px solid var(--c2-line);
  border-radius: 18px;
  background: #f8f9fb;
}

body.c2-demo-page .transfer-type label {
  color: var(--c2-ink-soft);
  background: #fff;
}

body.c2-demo-page .approval-card {
  padding: 20px;
}

body.c2-demo-page .reconciliation-hero,
body.c2-demo-page .permission-hero {
  gap: 18px;
}

body.c2-demo-page .recon-metrics > div,
body.c2-demo-page .permission-tags span,
body.c2-demo-page .role-card li {
  border-color: var(--c2-line);
  color: var(--c2-ink-soft);
  background: #f7f8fa;
}

body.c2-demo-page .recon-row {
  color: var(--c2-ink-soft);
  background: #fff;
  border-color: var(--c2-line);
}

body.c2-demo-page .recon-head {
  color: var(--c2-muted);
  background: #f7f8fa;
}

body.c2-demo-page .permission-copy,
body.c2-demo-page .permission-visual,
body.c2-demo-page .reconciliation-copy,
body.c2-demo-page .reconciliation-visual {
  padding: 24px;
  border-radius: 24px;
}

body.c2-demo-page .role-card {
  padding: 18px;
}

body.c2-demo-page .role-card-head i {
  overflow: hidden;
  padding: 0;
  border: 0;
  color: var(--c2-blue);
  background: transparent;
}

body.c2-demo-page .role-card-head i img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

/* Refund and compensation demo modules */
body.c2-demo-page .refund-message {
  background: radial-gradient(circle at 9% 48%, rgba(255, 107, 85, 0.1), transparent 34%), #fff;
}

body.c2-demo-page .compensation-message {
  background: radial-gradient(circle at 9% 48%, rgba(255, 159, 10, 0.12), transparent 36%), #fff;
}

body.c2-demo-page .c2-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

body.c2-demo-page .c2-service-grid > section {
  height: 100%;
}

body.c2-demo-page .c2-panel-title,
body.c2-demo-page .c2-panel-title > div,
body.c2-demo-page .c2-buyer-preview,
body.c2-demo-page .c2-compensation-list article,
body.c2-demo-page .c2-record-list article {
  display: flex;
  align-items: center;
}

body.c2-demo-page .c2-panel-title {
  justify-content: space-between;
  gap: 16px;
}

body.c2-demo-page .c2-panel-title > div {
  gap: 12px;
}

body.c2-demo-page .c2-panel-title img {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(57, 47, 40, 0.1);
}

body.c2-demo-page .c2-panel-title span {
  display: block;
  margin-bottom: 3px;
  color: var(--c2-muted);
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

body.c2-demo-page .c2-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c2-ink-soft);
  font-size: 12px;
}

body.c2-demo-page .c2-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.c2-demo-page .c2-switch > span {
  position: relative;
  width: 46px;
  height: 28px;
  margin: 0;
  border-radius: 999px;
  background: var(--c2-blue);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.c2-demo-page .c2-switch > span::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

body.c2-demo-page .c2-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 12px;
}

body.c2-demo-page .c2-config-grid > label,
body.c2-demo-page .c2-config-grid > div {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--c2-line);
  border-radius: 19px;
  background: #f8f9fb;
}

body.c2-demo-page .c2-config-grid span {
  color: var(--c2-muted);
  font-size: 12px;
}

body.c2-demo-page .c2-config-grid strong {
  color: var(--c2-ink);
  font-size: 17px;
}

body.c2-demo-page .c2-config-grid small {
  color: var(--c2-muted);
  font-size: 11px;
  line-height: 1.55;
}

body.c2-demo-page .c2-config-grid input[type="range"] {
  min-height: 24px;
  padding: 0;
  accent-color: var(--c2-orange);
  box-shadow: none;
}

body.c2-demo-page .c2-buyer-preview {
  gap: 12px;
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid rgba(255, 159, 10, 0.16);
  border-radius: 19px;
  background: var(--c2-surface-warm);
}

body.c2-demo-page .c2-buyer-preview img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 15px;
  object-fit: contain;
}

body.c2-demo-page .c2-buyer-preview div {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin-right: auto;
}

body.c2-demo-page .c2-buyer-preview span {
  color: var(--c2-muted);
  font-size: 11px;
}

body.c2-demo-page .c2-buyer-preview strong {
  color: var(--c2-ink);
  font-size: 14px;
}

body.c2-demo-page .c2-record-list,
body.c2-demo-page .c2-compensation-list {
  display: grid;
  gap: 9px;
}

body.c2-demo-page .c2-record-list article,
body.c2-demo-page .c2-compensation-list article {
  gap: 12px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--c2-line);
  border-radius: 17px;
  background: #f8f9fb;
}

body.c2-demo-page .c2-record-list article > div,
body.c2-demo-page .c2-compensation-list article > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin-right: auto;
}

body.c2-demo-page .c2-record-list strong,
body.c2-demo-page .c2-compensation-list strong {
  color: var(--c2-ink);
  font-size: 13px;
}

body.c2-demo-page .c2-record-list span,
body.c2-demo-page .c2-compensation-list span {
  color: var(--c2-muted);
  font-size: 11px;
}

body.c2-demo-page .c2-record-list b {
  color: var(--c2-ink);
  font-size: 13px;
  white-space: nowrap;
}

body.c2-demo-page .c2-compensation-list img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  object-fit: contain;
}

body.c2-demo-page .c2-compensation-list button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 11px;
}

body.c2-demo-page .c2-boundary-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 15px;
  color: var(--c2-muted);
  background: #f6f7f9;
  font-size: 11px;
  line-height: 1.6;
}

/* API and Follow pages */
body.c2-api-page .api-page,
body.c2-follow-page .follow-shell {
  padding: 0 0 90px;
  background: #fff;
}

body.c2-api-page .info-card.api-card,
body.c2-follow-page .follow-page.info-card {
  width: min(1240px, calc(100% - 64px));
  max-width: none;
  min-height: 0;
  margin: 44px auto 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: var(--c2-ink);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  filter: none;
}

body.c2-api-page .c2-info-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
  padding: 44px 48px;
  border: 1px solid var(--c2-line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 159, 10, 0.08), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(10, 132, 255, 0.07), transparent 28%),
    #fff;
  box-shadow: var(--c2-shadow);
}

body.c2-api-page .c2-info-heading > img {
  width: 116px;
  height: 116px;
  border-radius: 32px;
  object-fit: contain;
  box-shadow: 0 20px 42px rgba(57, 47, 40, 0.12);
}

body.c2-api-page .api-card .eyebrow,
body.c2-follow-page .follow-page .eyebrow {
  margin: 0 0 10px;
  color: var(--c2-blue-deep);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

body.c2-api-page .api-card h1,
body.c2-follow-page .follow-page h1 {
  margin: 0 0 14px;
  color: var(--c2-ink);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 760;
  line-height: 1.05;
  white-space: nowrap;
}

body.c2-api-page .c2-info-heading p,
body.c2-follow-page .follow-copy > p:last-of-type {
  max-width: 760px;
  margin: 0;
  color: var(--c2-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.c2-api-page .api-visual {
  display: grid;
  grid-template-columns: minmax(188px, 1fr) 56px 164px 56px minmax(188px, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 330px;
  margin: 0 0 24px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--c2-line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 159, 10, 0.08), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(10, 132, 255, 0.07), transparent 30%),
    #f8f9fb;
  box-shadow: var(--c2-shadow);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  filter: none;
}

body.c2-api-page .api-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

body.c2-api-page .api-stack .liquid-glass-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 14px 8px 8px;
  border: 1px solid var(--c2-line);
  border-radius: 17px;
  color: var(--c2-ink-soft);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(57, 47, 40, 0.06);
  font-size: 13px;
  font-weight: 670;
  white-space: nowrap;
}

body.c2-api-page .api-stack .liquid-glass-item::before,
body.c2-api-page .api-stack .liquid-glass-item::after {
  content: none;
}

body.c2-api-page .api-stack .liquid-glass-item img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  object-fit: contain;
}

body.c2-api-page .api-route {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2px;
  height: 2px;
  background: rgba(10, 132, 255, 0.22);
}

body.c2-api-page .api-route::before,
body.c2-api-page .api-route::after {
  content: none;
}

body.c2-api-page .api-route-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(10, 132, 255, 0.18);
  border-radius: 999px;
  color: var(--c2-blue-deep);
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 132, 255, 0.08);
  font-size: 11px;
  font-weight: 740;
}

body.c2-api-page .api-hub.liquid-glass-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 164px;
  min-height: 176px;
  padding: 16px;
  border: 1px solid var(--c2-line);
  border-radius: 27px;
  color: var(--c2-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(57, 47, 40, 0.09);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  filter: none;
}

body.c2-api-page .api-hub.liquid-glass-card img {
  width: 82px;
  height: 82px;
  margin: 0;
  border-radius: 24px;
  object-fit: contain;
}

body.c2-api-page .api-hub strong {
  color: var(--c2-ink);
  font-size: 17px;
}

body.c2-api-page .api-hub span {
  color: var(--c2-muted);
  font-size: 12px;
}

body.c2-api-page .api-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}

body.c2-api-page .api-capability-grid .glass-card-item,
body.c2-follow-page .follow-card-item {
  position: relative;
  min-width: 0;
  min-height: 250px;
  margin: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--c2-line);
  border-radius: 28px;
  color: var(--c2-ink);
  background: #fff;
  box-shadow: 0 18px 48px rgba(57, 47, 40, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  filter: none;
}

body.c2-api-page .api-capability-grid .c2-compensation-card,
body.c2-follow-page .c2-compensation-card {
  background: radial-gradient(circle at 92% 8%, rgba(255, 159, 10, 0.1), transparent 34%), #fff;
}

body.c2-site .c2-card-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 19px;
  object-fit: contain;
  box-shadow: 0 13px 28px rgba(57, 47, 40, 0.11);
  filter: none;
}

body.c2-api-page .liquid-glass-badge,
body.c2-follow-page .follow-number {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 159, 10, 0.15);
  border-radius: 999px;
  color: #9a5800;
  background: #fff5e7;
  box-shadow: none;
  font-size: 11px;
  font-weight: 760;
}

body.c2-api-page .api-capability-grid h2,
body.c2-follow-page .follow-card-item h2 {
  margin: 0 0 10px;
  color: var(--c2-ink);
  font-size: 21px;
  font-weight: 740;
  line-height: 1.25;
}

body.c2-api-page .api-capability-grid p,
body.c2-follow-page .follow-card-item p {
  margin: 0;
  color: var(--c2-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.c2-api-page .c2-api-boundary,
body.c2-follow-page .c2-follow-boundary {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 159, 10, 0.16);
  border-radius: 24px;
  background: var(--c2-surface-warm);
}

body.c2-api-page .c2-api-boundary img,
body.c2-follow-page .c2-follow-boundary img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 17px;
  object-fit: contain;
}

body.c2-api-page .c2-api-boundary p,
body.c2-follow-page .c2-follow-boundary p {
  margin: 0;
  color: var(--c2-muted);
  font-size: 13px;
  line-height: 1.65;
}

body.c2-api-page .c2-api-boundary strong {
  color: var(--c2-ink);
}

body.c2-follow-page .follow-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}

body.c2-follow-page .follow-copy,
body.c2-follow-page .follow-visual {
  min-width: 0;
  min-height: 430px;
  padding: 44px;
  border: 1px solid var(--c2-line);
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--c2-shadow);
  filter: none;
}

body.c2-follow-page .follow-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 159, 10, 0.09), transparent 31%),
    #fff;
}

body.c2-follow-page .c2-follow-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

body.c2-follow-page .follow-visual {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(10, 132, 255, 0.08), transparent 31%),
    #f8f9fb;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.c2-follow-page .follow-visual-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

body.c2-follow-page .follow-visual-head img {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(57, 47, 40, 0.1);
}

body.c2-follow-page .follow-visual-head strong {
  color: var(--c2-ink);
  font-size: 17px;
}

body.c2-follow-page .follow-node-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
}

body.c2-follow-page .follow-node-map::before,
body.c2-follow-page .follow-node-map::after {
  content: none;
}

body.c2-follow-page .follow-node {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  min-height: 72px;
  padding: 10px 14px 10px 10px;
  border: 1px solid var(--c2-line);
  border-radius: 19px;
  color: var(--c2-ink-soft);
  background: #fff;
  box-shadow: 0 12px 30px rgba(57, 47, 40, 0.06);
  font-size: 13px;
  font-weight: 690;
  transform: none;
}

body.c2-follow-page .follow-node img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 15px;
  object-fit: contain;
}

body.c2-follow-page .follow-node-primary {
  color: var(--c2-blue-deep);
  background: #eef6ff;
}

body.c2-follow-page .follow-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

body.c2-follow-page .follow-status-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--c2-line);
  border-radius: 999px;
  color: var(--c2-muted);
  background: #fff;
  box-shadow: none;
  font-size: 11px;
  font-weight: 650;
}

body.c2-follow-page .follow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}

@media (hover: hover) {
  body.c2-site .c2-nav-link,
  body.c2-site .c2-header-cta,
  body.c2-site .c2-primary-button,
  body.c2-site .c2-secondary-button,
  body.c2-demo-page button,
  body.c2-api-page .glass-card-item,
  body.c2-follow-page .follow-card-item {
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  }

  body.c2-site .c2-nav-link:hover,
  body.c2-site .c2-header-cta:hover,
  body.c2-site .c2-primary-button:hover,
  body.c2-site .c2-secondary-button:hover,
  body.c2-demo-page button:hover,
  body.c2-api-page .glass-card-item:hover,
  body.c2-follow-page .follow-card-item:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 1180px) {
  body.c2-site .site-header.c2-header,
  body.c2-demo-page .opening-statement,
  body.c2-api-page .info-card.api-card,
  body.c2-follow-page .follow-page.info-card {
    width: min(100% - 40px, 980px);
  }

  body.c2-site .c2-header-inner {
    gap: 14px;
  }

  body.c2-site .c2-header-cta {
    display: none;
  }

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

  body.c2-demo-page .sidebar {
    width: 108px;
    padding: 12px 8px;
  }

  body.c2-demo-page .nav-title {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  body.c2-demo-page .nav-title .nav-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  body.c2-demo-page .sidebar .nav-link {
    justify-content: center;
    min-height: 34px;
    padding: 5px 3px;
    text-align: center;
  }

  body.c2-demo-page .sidebar .nav-dot {
    display: none;
  }

  body.c2-demo-page .feature-copy {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.c2-demo-page .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.c2-demo-page .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.c2-demo-page .c2-service-grid,
  body.c2-follow-page .follow-hero {
    grid-template-columns: 1fr;
  }

  body.c2-follow-page .follow-copy,
  body.c2-follow-page .follow-visual {
    min-height: 0;
  }

  body.c2-api-page .api-visual {
    grid-template-columns: minmax(170px, 1fr) 44px 150px 44px minmax(170px, 1fr);
    gap: 12px;
    padding: 24px;
  }

  body.c2-api-page .api-hub.liquid-glass-card {
    width: 150px;
    min-height: 166px;
  }

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

@media (max-width: 767px) {
  body.c2-site .site-header.c2-header {
    width: calc(100% - 32px);
    min-height: 0;
    margin-top: 12px;
    border-radius: 24px;
  }

  body.c2-site .c2-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    min-height: 0;
    padding: 14px 12px 12px;
  }

  body.c2-site .c2-brand-link {
    width: 100%;
  }

  body.c2-site .c2-brand-logo,
  body.c2-site .site-logo .c2-brand-logo {
    width: 132px;
  }

  body.c2-site .c2-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
  }

  body.c2-site .c2-nav-link,
  body.c2-site .c2-nav-link:visited,
  body.c2-site .c2-nav-link:hover,
  body.c2-site .c2-nav-link:focus {
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    min-height: 59px;
    padding: 7px 2px 6px;
    border-radius: 15px;
    font-size: 10px;
  }

  body.c2-site .c2-nav-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  body.c2-demo-page .hero-section,
  body.c2-api-page .api-page,
  body.c2-follow-page .follow-shell {
    padding-bottom: 56px;
  }

  body.c2-demo-page .opening-statement,
  body.c2-api-page .info-card.api-card,
  body.c2-follow-page .follow-page.info-card {
    width: calc(100% - 32px);
    margin-top: 20px;
  }

  body.c2-demo-page .opening-statement {
    padding: 34px 20px;
    border-radius: 30px;
  }

  body.c2-demo-page .opening-statement h1 {
    font-size: 32px;
    line-height: 1.12;
    white-space: normal;
  }

  body.c2-demo-page .opening-statement small {
    font-size: 14px;
    line-height: 1.65;
  }

  body.c2-demo-page .dashboard-card {
    display: block;
    width: calc(100% - 20px);
    padding: 8px;
    border-radius: 28px;
  }

  body.c2-demo-page .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-fixed .sidebar {
    position: relative;
    inset: auto;
    width: 100%;
    max-height: none;
    margin: 0 0 8px;
    padding: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 22px;
  }

  body.c2-demo-page .nav-groups {
    display: flex;
    flex-direction: row;
    gap: 7px;
    width: max-content;
    min-width: 100%;
  }

  body.c2-demo-page .nav-group {
    display: flex;
    align-items: center;
    min-width: max-content;
    padding: 3px;
  }

  body.c2-demo-page .nav-title {
    flex-direction: row;
    min-width: max-content;
    min-height: 44px;
    padding: 4px 9px;
  }

  body.c2-demo-page .nav-title .nav-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  body.c2-demo-page .sidebar .nav-link {
    display: none;
  }

  body.c2-demo-page .dashboard-content {
    gap: 12px;
    padding-left: 0;
  }

  body.c2-demo-page .payment-module {
    padding: 20px;
    border-radius: 24px;
  }

  body.c2-demo-page .module-heading {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }

  body.c2-demo-page .module-heading h2 {
    font-size: 26px;
  }

  body.c2-demo-page .module-tabs {
    min-height: 40px;
  }

  body.c2-demo-page .module-tabs .tab {
    min-height: 31px;
    padding: 0 10px;
    font-size: 10px;
  }

  body.c2-demo-page .feature-copy {
    display: block;
    padding: 21px;
    border-radius: 21px;
  }

  body.c2-demo-page .feature-copy h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  body.c2-demo-page .feature-copy > span,
  body.c2-demo-page .feature-copy-lines,
  body.c2-demo-page .feature-copy-lines span {
    font-size: 13px;
  }

  body.c2-demo-page .create-panel,
  body.c2-demo-page .orders-panel {
    padding: 18px;
    border-radius: 22px;
  }

  body.c2-demo-page .collection-form,
  body.c2-demo-page .payout-form,
  body.c2-demo-page .c2-compact-form,
  body.c2-demo-page .c2-config-grid {
    grid-template-columns: 1fr;
  }

  body.c2-demo-page .collection-form .wide,
  body.c2-demo-page .payout-form .wide,
  body.c2-demo-page .c2-compact-form .wide,
  body.c2-demo-page .payout-form .span-2 {
    grid-column: auto;
  }

  body.c2-demo-page .flow-steps,
  body.c2-demo-page .filters,
  body.c2-demo-page .role-grid {
    grid-template-columns: 1fr;
  }

  body.c2-demo-page .flow-step {
    min-height: 0;
  }

  body.c2-demo-page .form-actions,
  body.c2-demo-page .reconciliation-actions,
  body.c2-demo-page .approval-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.c2-demo-page .primary-btn,
  body.c2-demo-page .secondary-btn,
  body.c2-demo-page .approve-btn,
  body.c2-demo-page .reject-btn {
    width: 100%;
    min-height: 48px;
  }

  body.c2-demo-page .c2-panel-title {
    align-items: flex-start;
  }

  body.c2-demo-page .c2-panel-title img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  body.c2-demo-page .c2-buyer-preview {
    flex-wrap: wrap;
  }

  body.c2-demo-page .c2-record-list article,
  body.c2-demo-page .c2-compensation-list article {
    flex-wrap: wrap;
  }

  body.c2-demo-page .c2-record-list article > div,
  body.c2-demo-page .c2-compensation-list article > div {
    width: calc(100% - 58px);
  }

  body.c2-api-page .c2-info-heading {
    grid-template-columns: minmax(0, 1fr) 74px;
    gap: 16px;
    padding: 30px 22px;
    border-radius: 28px;
  }

  body.c2-api-page .c2-info-heading > img {
    width: 74px;
    height: 74px;
    border-radius: 22px;
  }

  body.c2-api-page .api-card h1,
  body.c2-follow-page .follow-page h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  body.c2-api-page .c2-info-heading p,
  body.c2-follow-page .follow-copy > p:last-of-type {
    font-size: 15px;
    line-height: 1.65;
  }

  body.c2-api-page .api-visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 20px;
    border-radius: 28px;
  }

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

  body.c2-api-page .api-stack .liquid-glass-item {
    min-height: 54px;
    font-size: 11px;
  }

  body.c2-api-page .api-stack .liquid-glass-item img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  body.c2-api-page .api-route {
    width: 2px;
    height: 36px;
    margin: 0 auto;
  }

  body.c2-api-page .api-hub.liquid-glass-card {
    width: 100%;
    min-height: 164px;
    border-radius: 24px;
  }

  body.c2-api-page .api-hub.liquid-glass-card img {
    width: 80px;
    height: 80px;
    border-radius: 24px;
  }

  body.c2-api-page .api-capability-grid,
  body.c2-follow-page .follow-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.c2-api-page .api-capability-grid .glass-card-item,
  body.c2-follow-page .follow-card-item {
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
  }

  body.c2-site .c2-card-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 17px;
  }

  body.c2-api-page .liquid-glass-badge,
  body.c2-follow-page .follow-number {
    top: 22px;
    right: 22px;
  }

  body.c2-api-page .c2-api-boundary,
  body.c2-follow-page .c2-follow-boundary {
    align-items: flex-start;
    padding: 18px;
    border-radius: 21px;
  }

  body.c2-follow-page .follow-copy,
  body.c2-follow-page .follow-visual {
    padding: 28px 22px;
    border-radius: 28px;
  }

  body.c2-follow-page .c2-follow-actions {
    flex-direction: column;
    width: 100%;
  }

  body.c2-follow-page .c2-primary-button,
  body.c2-follow-page .c2-secondary-button {
    width: 100%;
  }

  body.c2-follow-page .follow-node-map {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  body.c2-site .site-header.c2-header,
  body.c2-demo-page .opening-statement,
  body.c2-api-page .info-card.api-card,
  body.c2-follow-page .follow-page.info-card {
    width: calc(100% - 24px);
  }

  body.c2-site .c2-nav-link,
  body.c2-site .c2-nav-link:visited,
  body.c2-site .c2-nav-link:hover,
  body.c2-site .c2-nav-link:focus {
    font-size: 9px;
  }

  body.c2-demo-page .dashboard-card {
    width: calc(100% - 12px);
  }

  body.c2-demo-page .module-heading {
    display: block;
  }

  body.c2-demo-page .module-tabs {
    margin-top: 12px;
  }

  body.c2-api-page .c2-info-heading {
    grid-template-columns: 1fr;
  }

  body.c2-api-page .c2-info-heading > img {
    display: none;
  }

  body.c2-api-page .api-stack {
    grid-template-columns: 1fr;
  }
}

/* Final responsive content rules. The shared header remains in site-common.css. */
@media (max-width: 767px) {
  body.c2-demo-page .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-fixed .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-bottom .sidebar {
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  body.c2-demo-page .sidebar::-webkit-scrollbar {
    display: none;
  }

  body.c2-demo-page .payment-module,
  body.c2-demo-page .create-panel,
  body.c2-demo-page .orders-panel {
    width: 100%;
    min-width: 0;
  }

  body.c2-demo-page .panel-head,
  body.c2-demo-page .orders-top,
  body.c2-demo-page .c2-section-heading {
    align-items: flex-start;
    gap: 10px;
  }

  body.c2-demo-page .status-card,
  body.c2-demo-page .c2-status-chip {
    flex: 0 0 auto;
  }

  body.c2-demo-page .form-actions,
  body.c2-demo-page .payout-actions,
  body.c2-demo-page .approval-actions,
  body.c2-demo-page .reconciliation-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.c2-demo-page .form-actions button,
  body.c2-demo-page .payout-actions button,
  body.c2-demo-page .approval-actions button,
  body.c2-demo-page .reconciliation-actions button {
    width: 100%;
    min-height: 46px;
    white-space: nowrap;
  }

  body.c2-demo-page .table-frame,
  body.c2-demo-page .recon-table {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.c2-api-page .api-card,
  body.c2-follow-page .follow-page {
    padding: 18px;
    border-radius: 26px;
  }

  body.c2-api-page .api-visual,
  body.c2-follow-page .follow-hero,
  body.c2-follow-page .follow-visual,
  body.c2-api-page .api-capability-grid,
  body.c2-follow-page .follow-grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }

  body.c2-api-page .api-visual {
    gap: 12px;
    padding: 18px;
  }

  body.c2-api-page .api-route {
    min-height: 24px;
    transform: rotate(90deg);
  }

  body.c2-api-page .c2-api-boundary,
  body.c2-follow-page .c2-follow-boundary {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }

  body.c2-api-page .c2-api-boundary img,
  body.c2-follow-page .c2-follow-boundary img {
    width: 42px;
    height: 42px;
  }
}

/* Responsive system: canonical Demo navigation and current workflow panels. */
body.c2-demo-page {
  --demo-section-scroll-margin: 24px;
}

body.c2-demo-page .hero-section,
body.c2-demo-page .dashboard-card {
  overflow: visible !important;
}

body.c2-demo-page .dashboard-card {
  align-items: stretch;
}

body.c2-demo-page .sidebar,
body.c2-demo-page .dashboard-card.sidebar-fixed .sidebar,
body.c2-demo-page .dashboard-card.sidebar-bottom .sidebar {
  position: sticky !important;
  top: 20px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 12 !important;
  display: block !important;
  align-self: start !important;
  width: 218px !important;
  max-height: calc(100vh - 40px) !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  transform: none !important;
}

body.c2-demo-page .c2-flow-track.is-five-step {
  grid-template-columns: repeat(4, minmax(88px, 1fr) 14px) minmax(88px, 1fr);
  gap: 6px;
}

body.c2-demo-page .c2-flow-track.is-five-step img {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

body.c2-demo-page .c2-flow-track.is-five-step strong {
  font-size: 12px;
}

body.c2-demo-page .c2-flow-track.is-five-step span {
  font-size: 9px;
}

body.c2-demo-page .c2-process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr) 14px) minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 13px;
  border: 1px solid rgba(10, 132, 255, 0.12);
  border-radius: 16px;
  background: #f5f9ff;
}

body.c2-demo-page .c2-process-strip.is-refund {
  border-color: rgba(255, 107, 85, 0.14);
  background: #fff7f4;
}

body.c2-demo-page .c2-process-strip span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--c2-ink-soft);
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

body.c2-demo-page .c2-process-strip b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 8px;
  color: var(--c2-blue-deep);
  background: #e7f2ff;
}

body.c2-demo-page .c2-process-strip.is-refund b {
  color: #b33b2b;
  background: #ffe9e4;
}

body.c2-demo-page .c2-process-strip i {
  height: 1px;
  background: rgba(10, 132, 255, 0.25);
}

body.c2-demo-page .c2-process-strip.is-refund i {
  background: rgba(179, 59, 43, 0.22);
}

body.c2-demo-page .c2-document-panel {
  margin-top: 14px;
}

body.c2-demo-page .c2-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.c2-demo-page .c2-document-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--c2-line);
  border-radius: 18px;
  background: #fff;
}

body.c2-demo-page .c2-document-grid img {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  object-fit: contain;
  box-shadow: 0 9px 20px rgba(57, 47, 40, 0.09);
}

body.c2-demo-page .c2-document-grid article > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.c2-demo-page .c2-document-grid strong {
  color: var(--c2-ink);
  font-size: 13px;
}

body.c2-demo-page .c2-document-grid span {
  color: var(--c2-muted);
  font-size: 10px;
  line-height: 1.5;
}

body.c2-demo-page .c2-document-grid button {
  grid-column: 2;
  justify-self: start;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(10, 132, 255, 0.14);
  border-radius: 10px;
  color: var(--c2-blue-deep);
  background: #eef6ff;
  font-size: 10px;
  font-weight: 680;
}

@media (max-width: 1180px) {
  body.c2-demo-page .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-fixed .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-bottom .sidebar {
    width: 108px !important;
  }

  body.c2-demo-page .c2-flow-track.is-five-step {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.c2-demo-page .c2-flow-track.is-five-step article {
    grid-template-columns: 48px minmax(0, 1fr);
    justify-items: start;
    gap: 2px 12px;
    text-align: left;
  }

  body.c2-demo-page .c2-flow-track.is-five-step img {
    grid-row: 1 / 3;
  }

  body.c2-demo-page .c2-flow-track.is-five-step > i {
    width: 2px;
    height: 14px;
    margin-left: 23px;
  }

  body.c2-demo-page .c2-document-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.c2-demo-page {
    --demo-section-scroll-margin: 154px;
  }

  body.c2-demo-page .hero-section {
    padding-bottom: 44px;
  }

  body.c2-demo-page .opening-statement,
  body.c2-api-page .info-card.api-card,
  body.c2-follow-page .follow-page.info-card {
    width: calc(100% - 24px);
    margin-top: 16px;
  }

  body.c2-demo-page .opening-statement {
    padding: 27px 18px;
    border-radius: 26px;
  }

  body.c2-demo-page .opening-statement h1 {
    margin-bottom: 10px;
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.13;
  }

  body.c2-demo-page .opening-statement small {
    font-size: 13px;
    line-height: 1.6;
  }

  body.c2-demo-page .dashboard-card {
    display: block !important;
    width: calc(100% - 16px) !important;
    padding: 6px !important;
    overflow: visible !important;
    border-radius: 26px !important;
  }

  body.c2-demo-page .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-fixed .sidebar,
  body.c2-demo-page .dashboard-card.sidebar-bottom .sidebar {
    position: sticky !important;
    top: var(--mobile-site-header-offset, 84px) !important;
    z-index: 60 !important;
    display: block !important;
    width: 100% !important;
    max-height: none !important;
    margin: 0 0 6px !important;
    padding: 7px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 10px 28px rgba(57, 47, 40, 0.08) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  }

  body.c2-demo-page .nav-groups {
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
    width: max-content !important;
    min-width: 100% !important;
  }

  body.c2-demo-page .nav-group {
    display: flex !important;
    align-items: center !important;
    min-width: max-content !important;
    padding: 2px !important;
  }

  body.c2-demo-page .nav-title {
    flex-direction: row !important;
    gap: 6px !important;
    min-width: max-content !important;
    min-height: 40px !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
  }

  body.c2-demo-page .nav-title .nav-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
    border-radius: 10px !important;
  }

  body.c2-demo-page .sidebar .nav-link {
    display: none !important;
  }

  body.c2-demo-page .dashboard-content {
    gap: 10px;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.c2-demo-page .payment-module {
    padding: 17px;
    border-radius: 22px;
  }

  body.c2-demo-page .module-heading {
    gap: 10px;
    margin-bottom: 13px;
  }

  body.c2-demo-page .module-heading h2 {
    font-size: 23px;
    line-height: 1.2;
  }

  body.c2-demo-page .module-heading .eyebrow {
    font-size: 10px;
  }

  body.c2-demo-page .module-tabs {
    min-height: 38px;
  }

  body.c2-demo-page .module-tabs .tab {
    min-height: 29px;
    padding: 0 8px;
    font-size: 9px;
  }

  body.c2-demo-page .feature-copy {
    padding: 17px;
    border-radius: 18px;
  }

  body.c2-demo-page .feature-copy h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.28;
  }

  body.c2-demo-page .feature-copy > span,
  body.c2-demo-page .feature-copy-lines,
  body.c2-demo-page .feature-copy-lines span {
    font-size: 12px;
    line-height: 1.6;
  }

  body.c2-demo-page .create-panel,
  body.c2-demo-page .orders-panel {
    padding: 15px;
    border-radius: 20px;
  }

  body.c2-demo-page .panel-head h3,
  body.c2-demo-page .orders-top h3,
  body.c2-demo-page .c2-section-heading h3 {
    font-size: 18px;
  }

  body.c2-demo-page .collection-form,
  body.c2-demo-page .payout-form,
  body.c2-demo-page .c2-compact-form,
  body.c2-demo-page .c2-config-grid {
    gap: 10px;
  }

  body.c2-demo-page input,
  body.c2-demo-page select,
  body.c2-demo-page textarea {
    font-size: 13px;
  }

  body.c2-demo-page .flow-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.c2-demo-page .flow-step {
    padding: 17px;
  }

  body.c2-demo-page .flow-step h5 {
    font-size: 17px;
  }

  body.c2-demo-page .flow-step p {
    font-size: 12px;
    line-height: 1.6;
  }

  body.c2-demo-page .c2-process-strip,
  body.c2-demo-page .c2-compensation-flow {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 12px;
  }

  body.c2-demo-page .c2-process-strip span,
  body.c2-demo-page .c2-compensation-flow span {
    font-size: 11px;
  }

  body.c2-demo-page .c2-process-strip i,
  body.c2-demo-page .c2-compensation-flow i {
    width: 1px;
    height: 10px;
    margin-left: 11px;
  }

  body.c2-demo-page .c2-document-grid article {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 13px;
  }

  body.c2-demo-page .c2-document-grid img {
    width: 44px;
    height: 44px;
  }

  body.c2-api-page .api-card h1,
  body.c2-follow-page .follow-page h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  body.c2-api-page .c2-info-heading,
  body.c2-follow-page .follow-copy,
  body.c2-follow-page .follow-visual {
    padding: 22px 18px;
  }

  body.c2-api-page .c2-info-heading p,
  body.c2-follow-page .follow-copy > p:last-of-type {
    font-size: 14px;
    line-height: 1.6;
  }

  body.c2-api-page .api-capability-grid .glass-card-item,
  body.c2-follow-page .follow-card-item {
    padding: 18px;
    border-radius: 21px;
  }

  body.c2-api-page .api-capability-grid h3,
  body.c2-follow-page .follow-card-item h3 {
    font-size: 18px;
  }

  body.c2-api-page .api-capability-grid p,
  body.c2-follow-page .follow-card-item p {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 390px) {
  body.c2-demo-page .opening-statement,
  body.c2-api-page .info-card.api-card,
  body.c2-follow-page .follow-page.info-card {
    width: calc(100% - 20px);
  }

  body.c2-demo-page .dashboard-card {
    width: calc(100% - 10px) !important;
  }
}

/* Demo system update: overview, unified orders, finance and workspaces */
body.c2-demo-page #overview-module,
body.c2-demo-page #order-center-module,
body.c2-demo-page #order-center-list,
body.c2-demo-page #order-center-detail,
body.c2-demo-page #payment-module,
body.c2-demo-page #collection-create,
body.c2-demo-page #collection-orders,
body.c2-demo-page #payout-module,
body.c2-demo-page #payout-create,
body.c2-demo-page #payout-approval,
body.c2-demo-page #refund-module,
body.c2-demo-page #refund-create,
body.c2-demo-page #refund-orders,
body.c2-demo-page #compensation-module,
body.c2-demo-page #compensation-config,
body.c2-demo-page #compensation-orders,
body.c2-demo-page #compensation-documents,
body.c2-demo-page #reconciliation-module,
body.c2-demo-page #permission-module {
  scroll-margin-top: var(--demo-section-scroll-margin, 24px);
}

body.c2-demo-page .c2-overview-message {
  background:
    radial-gradient(circle at 9% 50%, rgba(10, 132, 255, 0.09), transparent 35%),
    radial-gradient(circle at 92% 20%, rgba(255, 159, 10, 0.07), transparent 31%),
    #fff;
}

body.c2-demo-page .c2-order-message {
  background: radial-gradient(circle at 9% 50%, rgba(54, 145, 255, 0.09), transparent 35%), #fff;
}

body.c2-demo-page .c2-finance-message {
  background: radial-gradient(circle at 9% 50%, rgba(255, 159, 10, 0.1), transparent 36%), #fff;
}

body.c2-demo-page .c2-workspace-message {
  background: radial-gradient(circle at 9% 50%, rgba(82, 106, 140, 0.09), transparent 36%), #fff;
}

body.c2-demo-page .c2-kpi-grid,
body.c2-demo-page .c2-fund-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

body.c2-demo-page .c2-kpi-card,
body.c2-demo-page .c2-fund-grid > article,
body.c2-demo-page .c2-business-flow,
body.c2-demo-page .c2-todo-panel,
body.c2-demo-page .c2-ledger-panel,
body.c2-demo-page .c2-withdraw-panel,
body.c2-demo-page .c2-workspace-grid > article {
  min-width: 0;
  border: 1px solid var(--c2-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 13px 34px rgba(57, 47, 40, 0.05);
}

body.c2-demo-page .c2-kpi-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 124px;
  padding: 18px;
}

body.c2-demo-page .c2-kpi-card img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(57, 47, 40, 0.1);
}

body.c2-demo-page .c2-kpi-card div,
body.c2-demo-page .c2-workspace-grid article div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.c2-demo-page .c2-kpi-card span,
body.c2-demo-page .c2-fund-grid span,
body.c2-demo-page .c2-workspace-grid article > div > span {
  color: var(--c2-muted);
  font-size: 12px;
  font-weight: 620;
}

body.c2-demo-page .c2-kpi-card strong {
  color: var(--c2-ink);
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.1;
  white-space: nowrap;
}

body.c2-demo-page .c2-kpi-card small,
body.c2-demo-page .c2-fund-grid small,
body.c2-demo-page .c2-workspace-grid small {
  overflow: hidden;
  color: var(--c2-muted);
  font-size: 11px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.c2-demo-page .c2-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.7fr);
  gap: 14px;
}

body.c2-demo-page .c2-business-flow,
body.c2-demo-page .c2-todo-panel,
body.c2-demo-page .c2-ledger-panel,
body.c2-demo-page .c2-withdraw-panel {
  padding: 22px;
}

body.c2-demo-page .c2-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

body.c2-demo-page .c2-section-heading > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.c2-demo-page .c2-section-heading span,
body.c2-demo-page .c2-section-heading em {
  color: var(--c2-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
}

body.c2-demo-page .c2-section-heading h3 {
  margin: 0;
  color: var(--c2-ink);
  font-size: 20px;
  line-height: 1.2;
}

body.c2-demo-page .c2-section-heading > em {
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--c2-blue-deep);
  background: #eef6ff;
  white-space: nowrap;
}

body.c2-demo-page .c2-section-heading > .status.pending {
  color: #9a5800;
}

body.c2-demo-page .c2-section-heading > .status.paid {
  color: #0066cc;
}

body.c2-demo-page .c2-flow-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(105px, 1fr) 18px) minmax(105px, 1fr);
  align-items: center;
  gap: 8px;
}

body.c2-demo-page .c2-flow-track article {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  text-align: center;
}

body.c2-demo-page .c2-flow-track img {
  width: 54px;
  height: 54px;
  margin-bottom: 3px;
  border-radius: 17px;
  object-fit: contain;
  box-shadow: 0 10px 22px rgba(57, 47, 40, 0.1);
}

body.c2-demo-page .c2-flow-track strong {
  color: var(--c2-ink);
  font-size: 13px;
  white-space: nowrap;
}

body.c2-demo-page .c2-flow-track span {
  color: var(--c2-muted);
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}

body.c2-demo-page .c2-flow-track > i {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(10, 132, 255, 0.12), rgba(10, 132, 255, 0.52));
}

body.c2-demo-page .c2-todo-list {
  display: grid;
  gap: 8px;
}

body.c2-demo-page .c2-todo-list article {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 13px;
  background: #f7f8fa;
}

body.c2-demo-page .c2-todo-list article > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8e8e93;
}

body.c2-demo-page .c2-todo-list .is-blue { background: #0a84ff; }
body.c2-demo-page .c2-todo-list .is-orange { background: #ff6b55; }
body.c2-demo-page .c2-todo-list .is-gold { background: #d99a2b; }
body.c2-demo-page .c2-todo-list .is-gray { background: #6e6e73; }

body.c2-demo-page .c2-todo-list strong,
body.c2-demo-page .c2-todo-list b {
  color: var(--c2-ink-soft);
  font-size: 12px;
}

body.c2-demo-page .c2-order-center-grid {
  gap: 14px;
}

body.c2-demo-page .c2-order-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

body.c2-demo-page .c2-order-summary > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(62, 52, 44, 0.08);
  border-radius: 15px;
  background: #f7f8fa;
}

body.c2-demo-page .c2-order-summary small {
  color: var(--c2-muted);
  font-size: 11px;
  white-space: nowrap;
}

body.c2-demo-page .c2-order-summary strong {
  color: var(--c2-ink);
  font-size: 18px;
}

body.c2-demo-page .c2-order-filters {
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(140px, 0.8fr));
}

body.c2-demo-page .c2-order-table {
  min-width: 1080px;
}

body.c2-demo-page .status.insured {
  color: #9a5800;
  background: #fff3df;
}

body.c2-demo-page .c2-order-detail-panel {
  background:
    radial-gradient(circle at 92% 10%, rgba(10, 132, 255, 0.07), transparent 30%),
    #fff;
}

body.c2-demo-page .c2-order-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

body.c2-demo-page .c2-order-detail-grid dl,
body.c2-demo-page .c2-withdraw-panel dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

body.c2-demo-page .c2-order-detail-grid dl > div,
body.c2-demo-page .c2-withdraw-panel dl > div {
  min-width: 0;
  padding: 13px 14px;
  border-radius: 14px;
  background: #f7f8fa;
}

body.c2-demo-page .c2-order-detail-grid dt,
body.c2-demo-page .c2-withdraw-panel dt {
  margin-bottom: 5px;
  color: var(--c2-muted);
  font-size: 10px;
}

body.c2-demo-page .c2-order-detail-grid dd,
body.c2-demo-page .c2-withdraw-panel dd {
  margin: 0;
  overflow: hidden;
  color: var(--c2-ink);
  font-size: 12px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.c2-demo-page .c2-order-actions {
  display: flex;
  gap: 9px;
}

body.c2-demo-page .c2-order-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.c2-demo-page .c2-order-timeline article {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 3px 9px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--c2-line);
  border-radius: 16px;
  background: rgba(247, 248, 250, 0.82);
}

body.c2-demo-page .c2-order-timeline i {
  grid-row: 1 / 4;
  width: 9px;
  height: 9px;
  margin-top: 4px;
  border: 2px solid #c7c7cc;
  border-radius: 50%;
  background: #fff;
}

body.c2-demo-page .c2-order-timeline .is-complete i {
  border-color: #0a84ff;
  background: #0a84ff;
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.09);
}

body.c2-demo-page .c2-order-timeline span,
body.c2-demo-page .c2-order-timeline small {
  color: var(--c2-muted);
  font-size: 10px;
  line-height: 1.4;
}

body.c2-demo-page .c2-order-timeline strong {
  color: var(--c2-ink);
  font-size: 12px;
  line-height: 1.4;
}

body.c2-demo-page .c2-buyer-preview small {
  display: block;
  margin-top: 4px;
  color: var(--c2-muted);
  font-size: 10px;
  line-height: 1.45;
}

body.c2-demo-page .c2-compensation-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr) 14px) minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(255, 159, 10, 0.13);
  border-radius: 16px;
  background: #fff9f0;
}

body.c2-demo-page .c2-compensation-flow span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--c2-ink-soft);
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

body.c2-demo-page .c2-compensation-flow b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 8px;
  color: #9a5800;
  background: #fff0d5;
}

body.c2-demo-page .c2-compensation-flow i {
  height: 1px;
  background: rgba(154, 88, 0, 0.25);
}

body.c2-demo-page .c2-fund-grid > article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

body.c2-demo-page .c2-fund-grid strong {
  color: var(--c2-ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  white-space: nowrap;
}

body.c2-demo-page .c2-finance-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 14px;
  margin-bottom: 18px;
}

body.c2-demo-page .c2-ledger-list {
  display: grid;
  gap: 8px;
}

body.c2-demo-page .c2-ledger-list article {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 8px 12px;
  border-radius: 14px;
  background: #f7f8fa;
}

body.c2-demo-page .c2-ledger-list i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8e8e93;
}

body.c2-demo-page .c2-ledger-list .is-in { background: #0a84ff; }
body.c2-demo-page .c2-ledger-list .is-out { background: #ff6b55; }
body.c2-demo-page .c2-ledger-list .is-warm { background: #d99a2b; }

body.c2-demo-page .c2-ledger-list div {
  display: grid;
  gap: 2px;
}

body.c2-demo-page .c2-ledger-list strong,
body.c2-demo-page .c2-ledger-list b {
  color: var(--c2-ink-soft);
  font-size: 12px;
}

body.c2-demo-page .c2-ledger-list span {
  color: var(--c2-muted);
  font-size: 10px;
}

body.c2-demo-page .c2-withdraw-panel dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

body.c2-demo-page .c2-withdraw-panel .approval-actions {
  justify-content: flex-start;
}

body.c2-demo-page .recon-row {
  grid-template-columns: 150px 130px 72px 100px 78px 82px 86px 142px 58px;
  min-width: 980px;
}

body.c2-demo-page .c2-workspace-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

body.c2-demo-page .c2-workspace-grid > article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 112px;
  padding: 17px;
}

body.c2-demo-page .c2-workspace-grid img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 17px;
  object-fit: contain;
  box-shadow: 0 10px 22px rgba(57, 47, 40, 0.1);
}

body.c2-demo-page .c2-workspace-grid strong {
  color: var(--c2-ink);
  font-size: 14px;
  line-height: 1.35;
}

body.c2-demo-page .c2-workspace-grid article > div > span {
  font-size: 11px;
  line-height: 1.45;
}

body.c2-demo-page .c2-workspace-grid .c2-workspace-primary {
  position: relative;
  background:
    radial-gradient(circle at 8% 18%, rgba(10, 132, 255, 0.09), transparent 34%),
    #fff;
}

body.c2-demo-page .c2-workspace-primary em {
  align-self: flex-start;
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--c2-blue-deep);
  background: #eef6ff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

/* Keep light C2 pages readable when the historical dark theme wins specificity. */
body.c2-api-page .c2-info-heading h1,
body.c2-api-page .api-hub strong,
body.c2-api-page .api-capability-grid h2,
body.c2-api-page .c2-api-boundary strong,
body.c2-follow-page .follow-copy h1,
body.c2-follow-page .follow-visual-head strong,
body.c2-follow-page .follow-card-item h2 {
  color: var(--c2-ink) !important;
  -webkit-text-fill-color: var(--c2-ink) !important;
  text-shadow: none !important;
}

body.c2-api-page .c2-info-heading > div > p:last-child,
body.c2-api-page .api-hub span,
body.c2-api-page .api-capability-grid p,
body.c2-api-page .c2-api-boundary p,
body.c2-follow-page .follow-copy > p:last-of-type,
body.c2-follow-page .follow-card-item p,
body.c2-follow-page .c2-follow-boundary p {
  color: var(--c2-muted) !important;
  -webkit-text-fill-color: var(--c2-muted) !important;
  text-shadow: none !important;
}

body.c2-api-page .api-stack .liquid-glass-item,
body.c2-follow-page .follow-node,
body.c2-follow-page .follow-status-row span {
  color: var(--c2-ink-soft) !important;
  -webkit-text-fill-color: var(--c2-ink-soft) !important;
  text-shadow: none !important;
}

body.c2-follow-page .follow-node-primary {
  color: var(--c2-blue-deep) !important;
  -webkit-text-fill-color: var(--c2-blue-deep) !important;
}

@media (max-width: 1180px) {
  body.c2-demo-page .c2-kpi-grid,
  body.c2-demo-page .c2-fund-grid,
  body.c2-demo-page .c2-workspace-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.c2-demo-page .c2-overview-grid,
  body.c2-demo-page .c2-finance-workbench {
    grid-template-columns: 1fr;
  }

  body.c2-demo-page .c2-workspace-primary {
    grid-column: span 2;
  }

  body.c2-demo-page .c2-order-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.c2-demo-page .module-heading {
    flex-direction: column;
    align-items: stretch;
  }

  body.c2-demo-page .module-tabs {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    width: 100%;
  }

  body.c2-demo-page .c2-kpi-grid,
  body.c2-demo-page .c2-fund-grid,
  body.c2-demo-page .c2-order-summary,
  body.c2-demo-page .c2-order-filters,
  body.c2-demo-page .c2-workspace-grid,
  body.c2-demo-page .c2-order-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.c2-demo-page .c2-kpi-card {
    min-height: 104px;
    padding: 14px;
  }

  body.c2-demo-page .c2-kpi-card img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 15px;
  }

  body.c2-demo-page .c2-kpi-card strong,
  body.c2-demo-page .c2-fund-grid strong {
    font-size: 19px;
  }

  body.c2-demo-page .c2-flow-track {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.c2-demo-page .c2-flow-track article {
    grid-template-columns: 48px minmax(0, 1fr);
    justify-items: start;
    gap: 2px 12px;
    width: 100%;
    text-align: left;
  }

  body.c2-demo-page .c2-flow-track img {
    grid-row: 1 / 3;
    width: 48px;
    height: 48px;
    margin: 0;
  }

  body.c2-demo-page .c2-flow-track > i {
    width: 2px;
    height: 18px;
    margin-left: 23px;
  }

  body.c2-demo-page .c2-order-detail-grid {
    grid-template-columns: 1fr;
  }

  body.c2-demo-page .c2-order-detail-grid dl,
  body.c2-demo-page .c2-withdraw-panel dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.c2-demo-page .c2-order-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.c2-demo-page .c2-order-actions button {
    width: 100%;
  }

  body.c2-demo-page .c2-compensation-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.c2-demo-page .c2-compensation-flow i {
    width: 1px;
    height: 12px;
    margin-left: 11px;
  }

  body.c2-demo-page .c2-workspace-primary {
    grid-column: span 2;
  }
}

@media (max-width: 520px) {
  body.c2-demo-page .c2-kpi-grid,
  body.c2-demo-page .c2-fund-grid,
  body.c2-demo-page .c2-workspace-grid,
  body.c2-demo-page .c2-order-timeline {
    grid-template-columns: 1fr;
  }

  body.c2-demo-page .c2-workspace-primary {
    grid-column: auto;
  }

  body.c2-demo-page .c2-order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.c2-site *,
  body.c2-site *::before,
  body.c2-site *::after {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Keep the C2 pages on the selected light canvas. Header geometry lives in site-common.css. */
body.c2-site {
  background: #fff !important;
}

body.c2-site .site-shell,
body.c2-site .site-shell > .hero-section,
body.c2-site .info-page,
body.c2-site .api-page.liquid-page-bg,
body.c2-site .follow-shell.liquid-page-bg {
  background: #fff !important;
  background-image: none !important;
  filter: none !important;
}

/* Official homepage: plain-language B2B story with a light, playful product tone. */
body.home-site {
  --home-ink: #1d1d1f;
  --home-muted: #68686d;
  --home-blue: #0878ed;
  --home-blue-soft: #eaf4ff;
  --home-coral: #f26655;
  --home-gold: #b87916;
  background:
    radial-gradient(circle at 12% 7%, rgba(10, 132, 255, 0.08), transparent 24%),
    radial-gradient(circle at 88% 19%, rgba(255, 159, 10, 0.07), transparent 25%),
    #fff !important;
}

body.home-site .home-page-shell {
  width: 100%;
  min-width: 0;
  overflow: clip;
}

body.home-site .home-container {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

body.home-site .home-eyebrow {
  margin: 0 0 14px;
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home-site .home-hero {
  padding: 76px 0 100px;
}

body.home-site .home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 62px;
}

body.home-site .home-hero-copy {
  min-width: 0;
}

body.home-site .home-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--home-ink);
  font-size: 64px;
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

body.home-site .home-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(92deg, #0878ed 0%, #2f86d4 48%, #c88424 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.home-site .home-hero-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--home-muted);
  font-size: 19px;
  line-height: 1.78;
}

body.home-site .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

body.home-site .home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(19, 51, 91, 0.1);
  border-radius: 18px;
  font-size: 16px;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

body.home-site .home-button-primary {
  color: #fff;
  background: linear-gradient(145deg, #36a6ff 0%, #0878ed 56%, #0061c9 100%);
  box-shadow: 0 16px 34px rgba(8, 120, 237, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

body.home-site .home-button-secondary {
  color: #2e3135;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(45, 54, 67, 0.07), inset 0 1px 0 #fff;
}

body.home-site .home-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

body.home-site .home-proof-list span,
body.home-site .home-account-types span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(49, 63, 83, 0.09);
  border-radius: 999px;
  color: #4e5055;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 9px 24px rgba(57, 47, 40, 0.05), inset 0 1px 0 #fff;
  font-size: 13px;
  font-weight: 680;
}

body.home-site .home-proof-list span::before,
body.home-site .home-account-types span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 0 5px rgba(8, 120, 237, 0.1);
}

body.home-site .home-switch-visual {
  padding: 28px;
  border: 1px solid rgba(38, 60, 91, 0.09);
  border-radius: 32px;
  background:
    radial-gradient(circle at 17% 20%, rgba(242, 102, 85, 0.09), transparent 32%),
    radial-gradient(circle at 83% 20%, rgba(8, 120, 237, 0.1), transparent 34%),
    rgba(252, 253, 255, 0.9);
  box-shadow: 0 28px 80px rgba(36, 54, 80, 0.1), inset 0 1px 0 #fff;
}

body.home-site .home-switch-head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 4px;
  margin-bottom: 18px;
}

body.home-site .home-switch-media figure:last-child .home-switch-head {
  align-items: flex-end;
  text-align: right;
}

body.home-site .home-switch-head span {
  color: #85858b;
  font-size: 12px;
  font-weight: 650;
}

body.home-site .home-switch-head strong {
  color: var(--home-ink);
  font-size: 18px;
  line-height: 1.3;
}

body.home-site .home-switch-head i,
body.home-site .home-switch-arrow {
  color: var(--home-blue);
  font-style: normal;
  font-weight: 800;
}

body.home-site .home-switch-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

body.home-site .home-switch-media figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  text-align: center;
}

body.home-site .home-switch-media img {
  width: min(100%, 196px);
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 28px;
  object-fit: contain;
}

body.home-site .home-switch-media figcaption {
  margin-top: 10px;
  color: #66686e;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

body.home-site .home-switch-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 120, 237, 0.13);
}

body.home-site .home-switch-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

body.home-site .home-switch-result span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px;
  border-radius: 14px;
  color: #3d4c60;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

body.home-site .home-section {
  padding: 100px 0;
}

body.home-site .home-section-heading {
  margin-bottom: 44px;
}

body.home-site .home-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: 54px;
}

body.home-site .home-section-heading-center {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.home-site .home-section-heading h2,
body.home-site .home-payout-copy h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 48px;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

body.home-site .home-section-heading > p,
body.home-site .home-payout-copy > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.75;
}

body.home-site .home-accent-warm,
body.home-site .home-accent-blue,
body.home-site .home-accent-gold {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

body.home-site .home-accent-warm {
  background-image: linear-gradient(90deg, #d86449, #c18422);
}

body.home-site .home-accent-blue {
  background-image: linear-gradient(90deg, #0a84ff, #2e7fc7);
}

body.home-site .home-accent-gold {
  background-image: linear-gradient(90deg, #bd7d18, #d1644f);
}

body.home-site .home-pain-section {
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.74), rgba(255, 255, 255, 0.96));
}

body.home-site .home-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home-site .home-pain-card {
  position: relative;
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(97, 70, 49, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(79, 60, 47, 0.06), inset 0 1px 0 #fff;
}

body.home-site .home-pain-card img {
  width: 74px;
  height: 74px;
  border-radius: 20px;
}

body.home-site .home-pain-card > span {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #b27227;
  font-size: 12px;
  font-weight: 800;
}

body.home-site .home-pain-card h3 {
  margin: 24px 0 10px;
  font-size: 21px;
  line-height: 1.35;
}

body.home-site .home-pain-card p {
  margin: 0;
  color: #737379;
  font-size: 15px;
  line-height: 1.72;
}

body.home-site .home-compare-section {
  background: #fff;
}

body.home-site .home-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.home-site .home-compare-lane {
  padding: 32px;
  border: 1px solid rgba(45, 61, 80, 0.09);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(55, 53, 50, 0.07), inset 0 1px 0 #fff;
}

body.home-site .home-compare-lane.is-old {
  background: linear-gradient(145deg, #fff5ef, #fff 72%);
}

body.home-site .home-compare-lane.is-new {
  background: linear-gradient(145deg, #edf6ff, #fff 72%);
}

body.home-site .home-lane-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(50, 58, 68, 0.08);
}

body.home-site .home-lane-heading span {
  color: #717178;
  font-size: 13px;
  font-weight: 700;
}

body.home-site .home-lane-heading strong {
  color: var(--home-ink);
  font-size: 19px;
  text-align: right;
}

body.home-site .home-compare-lane ol,
body.home-site .home-payout-visual ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home-site .home-compare-lane li,
body.home-site .home-payout-visual li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(50, 58, 68, 0.07);
}

body.home-site .home-compare-lane li:last-child,
body.home-site .home-payout-visual li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.home-site .home-compare-lane li b,
body.home-site .home-payout-visual li b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  color: #fff;
  background: #9a9aa0;
  font-size: 13px;
}

body.home-site .home-compare-lane.is-new li b {
  background: var(--home-blue);
}

body.home-site .home-compare-lane li span,
body.home-site .home-payout-visual li span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body.home-site .home-compare-lane li strong,
body.home-site .home-payout-visual li strong {
  color: #292a2e;
  font-size: 16px;
  line-height: 1.4;
}

body.home-site .home-compare-lane li small,
body.home-site .home-payout-visual li small {
  color: #7b7b81;
  font-size: 13px;
  line-height: 1.55;
}

body.home-site .home-how-section {
  background: linear-gradient(180deg, #f8fbff, #fff);
}

body.home-site .home-order-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

body.home-site .home-order-journey article {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(45, 61, 80, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(45, 61, 80, 0.06), inset 0 1px 0 #fff;
}

body.home-site .home-order-journey img {
  width: 68px;
  height: 68px;
  border-radius: 18px;
}

body.home-site .home-order-journey b {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--home-blue);
  font-size: 12px;
}

body.home-site .home-order-journey h3 {
  margin: 18px 0 7px;
  font-size: 18px;
  line-height: 1.35;
}

body.home-site .home-order-journey p {
  margin: 0;
  color: #77787e;
  font-size: 13px;
  line-height: 1.55;
}

body.home-site .home-payment-page {
  display: grid;
  grid-template-columns: 0.74fr 1.4fr 0.86fr;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid rgba(45, 61, 80, 0.09);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(38, 58, 86, 0.08), inset 0 1px 0 #fff;
}

body.home-site .home-payment-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

body.home-site .home-payment-brand img {
  width: 138px;
}

body.home-site .home-payment-brand span {
  color: #6f7075;
  font-size: 13px;
  font-weight: 650;
}

body.home-site .home-payment-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  padding: 20px 24px;
  border-right: 1px solid rgba(45, 61, 80, 0.08);
  border-left: 1px solid rgba(45, 61, 80, 0.08);
}

body.home-site .home-payment-summary > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.home-site .home-payment-summary span {
  color: #89898e;
  font-size: 12px;
}

body.home-site .home-payment-summary strong {
  color: #292a2e;
  font-size: 15px;
  line-height: 1.4;
}

body.home-site .home-payment-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

body.home-site .home-payment-footer p {
  margin: 0;
  color: #6f7075;
  font-size: 13px;
  line-height: 1.55;
}

body.home-site .home-payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.home-site .home-payment-methods span {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 56px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 9px 10px 9px 48px;
  border: 1px solid rgba(45, 61, 80, 0.09);
  border-radius: 14px;
  background: rgba(248, 250, 253, 0.94);
}

body.home-site .home-payment-methods span::before {
  content: none;
}

body.home-site .home-payment-logo {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 26px;
  height: 26px;
  object-fit: contain;
  transform: translateY(-50%);
}

body.home-site .home-payment-methods strong,
body.home-site .home-payment-methods small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home-site .home-payment-methods strong {
  color: #292a2e;
  font-size: 12px;
  line-height: 1.35;
}

body.home-site .home-payment-methods small {
  color: #85868b;
  font-size: 10px;
  line-height: 1.35;
}

body.home-site .home-payment-footer > .home-payment-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 15px;
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 12px 24px rgba(8, 120, 237, 0.2);
  font-size: 15px;
  font-weight: 720;
}

body.home-site .home-payout-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

body.home-site .home-payout-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 70px;
}

body.home-site .home-payout-copy > p:not(.home-eyebrow) {
  margin-top: 24px;
}

body.home-site .home-account-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.home-site .home-account-types span::before {
  background: #c48625;
  box-shadow: 0 0 0 5px rgba(196, 134, 37, 0.1);
}

body.home-site .home-payout-copy .home-compliance-note {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 3px solid rgba(196, 134, 37, 0.34);
  color: #84848a;
  font-size: 13px;
  line-height: 1.65;
}

body.home-site .home-payout-visual {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 28px;
  border: 1px solid rgba(97, 70, 49, 0.09);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(79, 60, 47, 0.08), inset 0 1px 0 #fff;
}

body.home-site .home-payout-visual > img {
  width: 210px;
  border-radius: 28px;
}

body.home-site .home-payout-visual li {
  padding: 12px 0;
}

body.home-site .home-payout-visual li b {
  background: #bd7d18;
}

body.home-site .home-capability-section {
  background: #fff;
}

body.home-site .home-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.home-site .home-capability-grid article {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(45, 61, 80, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(45, 61, 80, 0.055), inset 0 1px 0 #fff;
}

body.home-site .home-capability-grid img {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 20px;
}

body.home-site .home-capability-grid h3 {
  margin: 0 0 7px;
  font-size: 19px;
  line-height: 1.35;
}

body.home-site .home-capability-grid p {
  margin: 0;
  color: #77787e;
  font-size: 14px;
  line-height: 1.65;
}

body.home-site .home-boundary {
  padding: 28px 0 90px;
}

body.home-site .home-boundary-inner {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 32px 38px;
  border: 1px solid rgba(45, 61, 80, 0.09);
  border-radius: 28px;
  background: #f7f8fa;
}

body.home-site .home-boundary img {
  width: 116px;
  height: 116px;
  border-radius: 28px;
}

body.home-site .home-boundary h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

body.home-site .home-boundary p:last-child {
  max-width: 980px;
  margin: 10px 0 0;
  color: #74757a;
  font-size: 14px;
  line-height: 1.7;
}

body.home-site .home-cta {
  padding: 0 0 96px;
}

body.home-site .home-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  padding: 52px 58px;
  border: 1px solid rgba(38, 60, 91, 0.09);
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 30%, rgba(8, 120, 237, 0.1), transparent 36%),
    radial-gradient(circle at 90% 30%, rgba(196, 134, 37, 0.1), transparent 34%),
    #f8fbff;
  box-shadow: 0 24px 70px rgba(38, 58, 86, 0.07), inset 0 1px 0 #fff;
}

body.home-site .home-cta h2 {
  max-width: 900px;
  margin: 0;
  font-size: 36px;
  font-weight: 740;
  line-height: 1.28;
}

body.home-site .home-footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(45, 61, 80, 0.07);
}

body.home-site .home-footer .home-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.home-site .home-footer img {
  width: 116px;
}

body.home-site .home-footer p {
  margin: 0;
  color: #85858b;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  body.home-site .home-hero-layout,
  body.home-site .home-payout-layout {
    grid-template-columns: 1fr;
  }

  body.home-site .home-hero-copy {
    text-align: center;
  }

  body.home-site .home-hero h1,
  body.home-site .home-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  body.home-site .home-hero-actions,
  body.home-site .home-proof-list {
    justify-content: center;
  }

  body.home-site .home-switch-visual {
    width: min(700px, 100%);
    margin: 0 auto;
  }

  body.home-site .home-pain-grid,
  body.home-site .home-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-site .home-order-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-site .home-payout-copy {
    max-width: 820px;
  }
}

@media (max-width: 767px) {
  body.home-site .home-container {
    width: calc(100% - 40px);
  }

  body.home-site .home-hero {
    padding: 48px 0 68px;
  }

  body.home-site .home-hero-layout {
    gap: 34px;
  }

  body.home-site .home-hero h1 {
    max-width: 570px;
    font-size: 38px;
    line-height: 1.12;
  }

  body.home-site .home-hero-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.68;
  }

  body.home-site .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  body.home-site .home-button {
    width: 100%;
    height: 50px;
    border-radius: 17px;
    font-size: 15px;
  }

  body.home-site .home-proof-list {
    gap: 7px;
    margin-top: 18px;
  }

  body.home-site .home-proof-list span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 11px;
  }

  body.home-site .home-switch-visual {
    padding: 20px;
    border-radius: 26px;
  }

  body.home-site .home-switch-head strong {
    font-size: 15px;
  }

  body.home-site .home-switch-media {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  body.home-site .home-switch-head,
  body.home-site .home-switch-media figure:last-child .home-switch-head {
    align-items: center;
    margin-bottom: 12px;
    text-align: center;
  }

  body.home-site .home-switch-media img {
    width: min(100%, 240px);
    border-radius: 24px;
  }

  body.home-site .home-switch-arrow {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  body.home-site .home-switch-result {
    gap: 5px;
    margin-top: 16px;
  }

  body.home-site .home-switch-result span {
    min-height: 38px;
    padding: 6px 3px;
    font-size: 11px;
  }

  body.home-site .home-section {
    padding: 68px 0;
  }

  body.home-site .home-section-heading {
    margin-bottom: 28px;
  }

  body.home-site .home-section-heading-split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home-site .home-section-heading h2,
  body.home-site .home-payout-copy h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  body.home-site .home-section-heading > p,
  body.home-site .home-payout-copy > p {
    font-size: 16px;
    line-height: 1.68;
  }

  body.home-site .home-pain-grid,
  body.home-site .home-compare-grid,
  body.home-site .home-capability-grid {
    grid-template-columns: 1fr;
  }

  body.home-site .home-pain-grid,
  body.home-site .home-capability-grid {
    gap: 12px;
  }

  body.home-site .home-pain-card {
    min-height: 0;
    padding: 20px;
    border-radius: 24px;
  }

  body.home-site .home-pain-card img {
    width: 62px;
    height: 62px;
    border-radius: 17px;
  }

  body.home-site .home-pain-card > span {
    top: 20px;
    right: 20px;
  }

  body.home-site .home-pain-card h3 {
    margin-top: 16px;
    font-size: 20px;
  }

  body.home-site .home-pain-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  body.home-site .home-compare-grid {
    gap: 14px;
  }

  body.home-site .home-compare-lane {
    padding: 22px;
    border-radius: 26px;
  }

  body.home-site .home-lane-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 18px;
  }

  body.home-site .home-lane-heading strong {
    font-size: 18px;
    text-align: left;
  }

  body.home-site .home-compare-lane li {
    padding: 14px 0;
  }

  body.home-site .home-order-journey {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home-site .home-order-journey article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 2px 14px;
    padding: 16px 18px;
    border-radius: 22px;
  }

  body.home-site .home-order-journey img {
    grid-row: span 2;
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  body.home-site .home-order-journey b {
    top: 14px;
    right: 16px;
  }

  body.home-site .home-order-journey h3 {
    align-self: end;
    margin: 0;
    padding-right: 28px;
    font-size: 17px;
  }

  body.home-site .home-order-journey p {
    align-self: start;
  }

  body.home-site .home-payment-page {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
    padding: 22px;
    border-radius: 26px;
  }

  body.home-site .home-payment-brand {
    align-items: center;
    text-align: center;
  }

  body.home-site .home-payment-summary {
    padding: 18px 0;
    border-top: 1px solid rgba(45, 61, 80, 0.08);
    border-right: 0;
    border-bottom: 1px solid rgba(45, 61, 80, 0.08);
    border-left: 0;
  }

  body.home-site .home-payment-footer {
    text-align: center;
  }

  body.home-site .home-payout-layout {
    gap: 28px;
  }

  body.home-site .home-account-types {
    gap: 8px;
    margin-top: 18px;
  }

  body.home-site .home-account-types span {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.home-site .home-payout-visual {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
    border-radius: 26px;
  }

  body.home-site .home-payout-visual > img {
    width: 180px;
    margin: 0 auto;
    border-radius: 24px;
  }

  body.home-site .home-payout-visual li {
    padding: 11px 0;
  }

  body.home-site .home-capability-grid article {
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
  }

  body.home-site .home-capability-grid img {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    border-radius: 17px;
  }

  body.home-site .home-capability-grid h3 {
    font-size: 18px;
  }

  body.home-site .home-boundary {
    padding: 12px 0 68px;
  }

  body.home-site .home-boundary-inner {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding: 22px;
    border-radius: 24px;
  }

  body.home-site .home-boundary img {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  body.home-site .home-boundary h2 {
    font-size: 23px;
  }

  body.home-site .home-boundary p:last-child {
    grid-column: 1 / -1;
    font-size: 13px;
  }

  body.home-site .home-cta {
    padding-bottom: 68px;
  }

  body.home-site .home-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 22px;
    border-radius: 26px;
    text-align: center;
  }

  body.home-site .home-cta h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  body.home-site .home-footer .home-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 390px) {
  body.home-site .home-container {
    width: calc(100% - 32px);
  }

  body.home-site .home-hero h1 {
    font-size: 34px;
  }

  body.home-site .home-section-heading h2,
  body.home-site .home-payout-copy h2 {
    font-size: 29px;
  }

  body.home-site .home-switch-visual {
    padding: 16px;
  }

  body.home-site .home-payment-summary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
