* {
  box-sizing: border-box;
}

:root {
  --ink: #111317;
  --muted: #66717d;
  --line: #ddd7cc;
  --paper: #f6f3ec;
  --gold: #c89537;
  --blue: #236ee8;
  --cyan: #20b9c0;
  --green: #12a36c;
  --copper: #bd6548;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfaf6 0, #eef3f6 52%, #f7f4ed 100%);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
}

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

img {
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 16px;
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: url("haoap-logo.svg") center / contain no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.brand-mark::before {
  content: none;
}

.brand-mark::after {
  content: none;
}

.brand-lockup strong,
.footer-brand strong {
  color: inherit;
  font-size: 15px;
}

.topbar nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.topbar nav a {
  min-width: 82px;
  padding: 9px 10px;
  border-radius: 6px;
  color: rgba(248, 251, 255, 0.75);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.topbar nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f8fbff;
  background:
    linear-gradient(110deg, rgba(35, 110, 232, 0.18), transparent 34%),
    linear-gradient(290deg, rgba(200, 149, 55, 0.16), transparent 38%),
    linear-gradient(118deg, #05060a 0%, #0b1018 45%, #15140e 100%);
}

.hero {
  padding-bottom: 38px;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000 0 68%, transparent 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 28%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 6, 10, 0.94));
}

.hero-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1240px, calc(100% - 48px));
  margin: 14px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.hero-ribbon article {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-ribbon article:last-child {
  border-right: 0;
}

.hero-ribbon strong {
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.hero-ribbon span {
  color: rgba(248, 251, 255, 0.64);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(540px, 1.24fr);
  gap: 38px;
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 42px 0 32px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: 0.98;
  font-weight: 950;
}

h1 span {
  display: block;
}

.hero-lede,
.page-hero p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(248, 251, 255, 0.8);
  font-size: 18px;
  line-height: 1.9;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 24px;
}

.hero-proof-grid article {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof-grid strong {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.hero-proof-grid span {
  color: rgba(248, 251, 255, 0.66);
  font-size: 13px;
  line-height: 1.58;
}

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

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: 76px;
  color: #f8fbff;
  background:
    linear-gradient(110deg, rgba(35, 110, 232, 0.18), transparent 34%),
    linear-gradient(292deg, rgba(200, 149, 55, 0.17), transparent 42%),
    linear-gradient(118deg, #05060a 0%, #0a1018 46%, #16130d 100%);
}

.home-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 26%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 6, 10, 0.92));
}

.home-hero-heading {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0 34px;
}

.home-hero-heading h1 {
  max-width: 980px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.04;
}

.home-hero-heading p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(248, 251, 255, 0.76);
  font-size: 18px;
  line-height: 1.88;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.home-product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 22px;
  min-height: 460px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    #090d14;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.32);
}

.home-product-card.erp {
  background:
    linear-gradient(145deg, rgba(200, 149, 55, 0.14), transparent 44%),
    linear-gradient(305deg, rgba(35, 110, 232, 0.14), transparent 48%),
    #0a0d12;
}

.home-product-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(120deg, #000 0 66%, transparent 100%);
}

.home-product-visual,
.home-product-copy {
  position: relative;
  z-index: 1;
}

.home-product-visual {
  display: grid;
  gap: 18px;
  align-content: space-between;
  min-height: 424px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 16%, rgba(200, 149, 55, 0.24), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(32, 185, 192, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.home-cover-top,
.home-cover-brand,
.home-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-cover-top span,
.home-product-copy > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.home-cover-top strong {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.home-cover-brand {
  justify-content: flex-start;
}

.mini-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 48%),
    linear-gradient(145deg, #111317, #21190c);
  box-shadow: inset 0 -6px 0 var(--gold);
  font-size: 25px;
  font-weight: 950;
}

.home-cover-brand strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.home-cover-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(248, 251, 255, 0.5);
  font-size: 13px;
  font-weight: 850;
}

.home-cover-screen {
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(5, 8, 14, 0.7);
  background-size: 42px 42px;
}

.lighting-screen {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(130px, 0.7fr);
  gap: 12px;
  padding: 14px;
}

.screen-table {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.72fr 0.62fr;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.screen-table span,
.screen-table i,
.screen-table b {
  min-height: 40px;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.66);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.screen-table span {
  color: #111317;
  background: rgba(232, 240, 249, 0.92);
}

.screen-table i::before {
  display: block;
  width: 82%;
  height: 8px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.screen-table b {
  color: #37d278;
}

.screen-side {
  display: grid;
  gap: 12px;
}

.screen-side em {
  display: block;
  min-height: 92px;
  border: 1px solid rgba(200, 149, 55, 0.65);
  border-radius: 8px;
  background:
    linear-gradient(32deg, transparent 46%, rgba(200, 149, 55, 0.82) 48%, transparent 51%),
    linear-gradient(90deg, rgba(200, 149, 55, 0.88), rgba(200, 149, 55, 0.22));
}

.screen-side strong,
.screen-side span {
  display: block;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.screen-side strong {
  padding: 7px 12px;
  color: #fff;
  font-size: 13px;
}

.erp-screen {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
}

.erp-sidebar-lines,
.erp-dashboard {
  min-height: 202px;
  border-radius: 8px;
}

.erp-sidebar-lines {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.82);
}

.erp-sidebar-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

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

.erp-dashboard i,
.erp-dashboard strong {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.erp-dashboard strong {
  grid-column: 1 / -1;
  min-height: 112px;
}

.home-product-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: 18px 16px 18px 0;
}

.home-product-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.home-product-copy p {
  margin: 0;
  color: rgba(248, 251, 255, 0.72);
  font-size: 16px;
  line-height: 1.82;
}

.home-product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-product-points em {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  color: rgba(248, 251, 255, 0.78);
  background: rgba(255, 255, 255, 0.075);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.home-product-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 6px;
}

.home-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 950;
}

.home-product-actions .product-detail-link {
  color: #111317;
  background: #fff;
}

.home-product-actions .product-download-link {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.home-rate-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-rate-grid .market-card.featured {
  grid-row: span 2;
}

.home-market-stamp {
  max-width: none;
  margin-top: 14px;
}

.product-page-hero {
  padding-bottom: 64px;
}

.product-detail-shot {
  position: relative;
  display: block;
  min-height: 460px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    #080b10;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.product-detail-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 428px;
  border-radius: 6px;
  background: #f2f5f8;
  object-fit: contain;
}

.showcase-card > a,
.phone-shot > a,
.settings-card > a,
.summary-card > a,
.workflow-card > a,
.erp-shot-card > a {
  display: block;
}

.single-download-panel {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.56fr);
}

.primary-action,
.secondary-action,
.source-button,
.admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 0;
  font-weight: 950;
  cursor: pointer;
}

.primary-action,
.admin-button {
  color: #111317;
  background: linear-gradient(135deg, #ffffff, #dfe7f0);
}

.secondary-action {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.hero-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 500px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 16%, rgba(200, 149, 55, 0.3), transparent 29%),
    radial-gradient(circle at 24% 78%, rgba(32, 185, 192, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    #090d14;
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: rotateX(2deg) rotateY(-4deg);
  transform-origin: center;
  backdrop-filter: blur(18px);
}

.cover-topline,
.cover-product-scene,
.cover-board,
.cover-flow {
  position: relative;
  z-index: 1;
}

.cover-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: rgba(248, 251, 255, 0.72);
  font-size: 14px;
  font-weight: 850;
}

.cover-topline strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.cover-product-scene {
  min-height: 300px;
  margin: 16px -10px 20px;
}

.product-window {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 310px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 44%),
    linear-gradient(180deg, rgba(15, 22, 33, 0.94), rgba(8, 11, 17, 0.92));
}

.product-window::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(145deg, #000 0 60%, transparent 100%);
}

.product-window-bar,
.product-toolbar,
.product-main,
.product-status {
  position: relative;
  z-index: 1;
}

.product-window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: rgba(248, 251, 255, 0.64);
  font-size: 12px;
  font-weight: 850;
}

.product-window-bar > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #607083;
}

.product-window-bar > span:first-child {
  background: #f0b34e;
}

.product-window-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  color: rgba(248, 251, 255, 0.72);
}

.product-window-mark {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: url("haoap-logo.svg") center / contain no-repeat;
}

.product-toolbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.product-toolbar span,
.product-status span,
.mini-calculator span {
  color: rgba(248, 251, 255, 0.68);
  font-size: 11px;
  font-weight: 850;
}

.product-toolbar span,
.product-status span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.product-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px;
  min-height: 190px;
}

.product-table,
.fixture-frame,
.mini-calculator {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.product-table-head,
.product-table-row {
  display: grid;
  grid-template-columns: 0.95fr 1.7fr 0.68fr 0.55fr;
}

.product-table-head span,
.product-table-row span {
  min-height: 35px;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
}

.product-table-head span {
  color: #0b1320;
  background: linear-gradient(135deg, rgba(238, 244, 251, 0.98), rgba(205, 218, 234, 0.9));
}

.product-table-row span:last-child {
  color: #45d087;
}

.product-side {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 10px;
}

.fixture-frame {
  position: relative;
  min-height: 126px;
}

.fixture-frame i {
  position: absolute;
  display: block;
}

.fixture-top {
  top: 18px;
  left: 50%;
  width: 56px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9f6a27, #f5d48a, #9f6a27);
  transform: translateX(-50%);
}

.fixture-chain {
  top: 26px;
  width: 2px;
  height: 54px;
  background: repeating-linear-gradient(180deg, #d1a15a 0 8px, transparent 8px 13px);
}

.fixture-chain.left {
  left: 72px;
}

.fixture-chain.right {
  right: 72px;
}

.fixture-box {
  right: 24px;
  bottom: 24px;
  left: 24px;
  height: 34px;
  border: 3px solid #d79d43;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 22px rgba(215, 157, 67, 0.18);
}

.fixture-branch {
  bottom: 40px;
  left: 50%;
  width: 74px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #f6de9d, transparent);
  transform-origin: left center;
}

.fixture-branch.one {
  transform: rotate(17deg);
}

.fixture-branch.two {
  transform: rotate(-16deg);
}

.fixture-branch.three {
  transform: translateX(-50%) rotate(0deg);
}

.mini-calculator {
  display: grid;
  gap: 6px;
  padding: 13px;
}

.mini-calculator strong {
  color: #fff;
  font-size: 15px;
}

.mini-calculator div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 4px;
}

.mini-calculator i {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, 0.38));
}

.cover-board,
.product-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.cover-board div {
  display: grid;
  gap: 8px;
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.cover-board span {
  color: rgba(248, 251, 255, 0.62);
  font-size: 13px;
  font-weight: 850;
}

.cover-board strong {
  color: #fff;
  font-size: 22px;
}

.cover-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.cover-flow span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.8);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(12, 17, 24, 0.78);
  backdrop-filter: blur(18px);
}

.hero-bottom div {
  display: grid;
  gap: 4px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-bottom div:last-child {
  border-right: 0;
}

.hero-bottom strong {
  font-size: 26px;
}

.hero-bottom span {
  color: rgba(248, 251, 255, 0.68);
  font-size: 13px;
}

.section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0 0;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  gap: 46px;
  align-items: end;
}

.section h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.14;
  font-weight: 950;
}

.section p,
.section-heading p {
  color: var(--muted);
  line-height: 1.86;
}

.meaning-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 46px;
  align-items: start;
  padding-top: 86px;
}

.meaning-title {
  position: sticky;
  top: 28px;
}

.meaning-title > p:not(.section-kicker) {
  max-width: 520px;
  margin: 20px 0 0;
  color: #4a5360;
  font-size: 17px;
  line-height: 1.9;
}

.meaning-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin-top: 28px;
}

.meaning-metrics div {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 245, 239, 0.62)),
    linear-gradient(120deg, rgba(200, 149, 55, 0.1), transparent 52%);
  box-shadow: 0 16px 40px rgba(39, 43, 50, 0.07);
}

.meaning-metrics strong {
  color: #111317;
  font-size: 28px;
  line-height: 1;
}

.meaning-metrics span {
  color: #68717d;
  font-size: 13px;
  font-weight: 850;
}

.meaning-copy {
  padding: 34px;
  border: 1px solid rgba(222, 216, 204, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 241, 232, 0.72)),
    linear-gradient(120deg, rgba(35, 110, 232, 0.08), transparent 42%);
  box-shadow: 0 24px 70px rgba(39, 43, 50, 0.09);
}

.meaning-intro {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(125deg, rgba(35, 110, 232, 0.18), transparent 38%),
    linear-gradient(305deg, rgba(200, 149, 55, 0.2), transparent 46%),
    #090b10;
}

.meaning-intro::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(110deg, #000 0 68%, transparent 100%);
}

.meaning-intro span,
.meaning-intro p {
  position: relative;
  z-index: 1;
}

.meaning-intro span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
}

.meaning-intro p {
  margin: 0;
  color: rgba(248, 251, 255, 0.8);
  font-size: 17px;
  line-height: 1.86;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pillar-grid article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid #d9dfeb;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.pillar-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  font-size: 25px;
  font-weight: 950;
}

.pillar-grid article:nth-child(2) span {
  background: linear-gradient(145deg, var(--gold), var(--copper));
}

.pillar-grid article:nth-child(3) span {
  background: linear-gradient(145deg, #0f766e, var(--green));
}

.pillar-grid article:nth-child(4) span {
  background: linear-gradient(145deg, #475569, #111827);
}

.pillar-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.pillar-grid p {
  margin: 0;
}

.meaning-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.meaning-flow article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(17, 19, 23, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.meaning-flow span {
  color: var(--copper);
  font-size: 22px;
  font-weight: 950;
}

.meaning-flow strong {
  display: block;
  margin-bottom: 7px;
  color: #111317;
  font-size: 17px;
}

.meaning-flow p {
  margin: 0;
  color: #5f6875;
  font-size: 14px;
  line-height: 1.72;
}

.upgrade-section {
  padding-top: 78px;
}

.upgrade-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 22px;
}

.upgrade-heading p:not(.section-kicker) {
  margin: 0;
  color: #4a5360;
  font-size: 17px;
  line-height: 1.86;
}

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

.upgrade-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.72)),
    linear-gradient(120deg, rgba(35, 110, 232, 0.08), transparent 46%);
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.upgrade-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--blue), var(--gold));
}

.upgrade-card span {
  color: var(--copper);
  font-size: 20px;
  font-weight: 950;
}

.upgrade-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.24;
}

.upgrade-card p {
  margin: 0;
  color: #5f6875;
  font-size: 15px;
  line-height: 1.76;
}

.upgrade-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.upgrade-card em {
  padding: 7px 9px;
  border: 1px solid rgba(17, 19, 23, 0.09);
  border-radius: 6px;
  color: #4f5866;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.card-grid,
.news-list,
.news-index-grid,
.source-strip,
.download-steps {
  display: grid;
  gap: 14px;
}

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

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

.source-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.feature-card,
.news-card,
.source-strip a,
.download-card,
.admin-panel,
.admin-table-wrap,
.login-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.86));
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.feature-card,
.news-card,
.source-strip a,
.download-card {
  padding: 22px;
}

.feature-card h3,
.news-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.feature-card p,
.news-card p {
  margin: 0;
}

.product-suite-section {
  padding-top: 88px;
}

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

.suite-card {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 282px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(17, 19, 23, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.76)),
    linear-gradient(120deg, rgba(35, 110, 232, 0.08), transparent 46%);
  box-shadow: 0 22px 58px rgba(39, 43, 50, 0.08);
}

.suite-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(17, 19, 23, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 23, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(115deg, #000 0 56%, transparent 92%);
}

.suite-card.active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(126deg, rgba(35, 110, 232, 0.2), transparent 42%),
    linear-gradient(300deg, rgba(200, 149, 55, 0.22), transparent 50%),
    #080b10;
}

.suite-card > * {
  position: relative;
  z-index: 1;
}

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

.suite-card-head span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  font-size: 12px;
  font-weight: 950;
}

.suite-card.planned .suite-card-head span {
  background: linear-gradient(145deg, var(--gold), var(--copper));
}

.suite-card-head strong {
  color: inherit;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 950;
  text-align: right;
}

.suite-card p {
  max-width: 600px;
  margin: 0;
  color: #4f5866;
  font-size: 17px;
}

.suite-card.active p {
  color: rgba(248, 251, 255, 0.74);
}

.suite-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.suite-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 6px;
  color: #5f6875;
  background: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
}

.suite-card.active .suite-tags span {
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(248, 251, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.suite-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 19, 23, 0.13);
  border-radius: 8px;
  color: #111317;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 950;
}

.suite-card.active a {
  border-color: rgba(255, 255, 255, 0.18);
  color: #111317;
  background: #fff;
}

.erp-section {
  padding-top: 58px;
}

.erp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.2fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(35, 110, 232, 0.18), transparent 40%),
    linear-gradient(305deg, rgba(200, 149, 55, 0.22), transparent 52%),
    #070a0f;
  box-shadow: 0 28px 82px rgba(39, 43, 50, 0.14);
}

.erp-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(110deg, #000 0 66%, transparent 100%);
}

.erp-copy,
.erp-board {
  position: relative;
  z-index: 1;
}

.erp-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.erp-copy h2 {
  color: #fff;
}

.erp-copy p:not(.section-kicker) {
  margin: 0;
  color: rgba(248, 251, 255, 0.75);
  font-size: 17px;
}

.erp-copy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.erp-copy-points span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: rgba(248, 251, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.erp-board {
  display: grid;
  gap: 12px;
  min-height: 380px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 52%),
    rgba(8, 13, 21, 0.86);
}

.erp-board.real-preview {
  min-height: 0;
}

.erp-hero-shot-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #eef2f7;
}

.erp-hero-shot-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #eef2f7;
}

.erp-board-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.erp-board-title span {
  color: rgba(248, 251, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
}

.erp-board-title strong {
  color: #fff;
  font-size: 18px;
}

.erp-board-toolbar,
.erp-board-row {
  display: grid;
  grid-template-columns: 0.7fr 1.08fr 1fr 0.85fr;
  gap: 8px;
}

.erp-board-toolbar span,
.erp-board-row span,
.erp-board-row strong,
.erp-board-row em {
  min-width: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 850;
}

.erp-board-toolbar span {
  padding: 9px 10px;
  color: rgba(248, 251, 255, 0.56);
  background: rgba(255, 255, 255, 0.06);
}

.erp-board-table {
  display: grid;
  gap: 8px;
}

.erp-board-row {
  align-items: center;
  min-height: 46px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.erp-board-row span,
.erp-board-row strong {
  color: rgba(248, 251, 255, 0.76);
}

.erp-board-row em {
  justify-self: start;
  padding: 6px 8px;
  color: #122015;
  background: #b9f4c7;
  font-style: normal;
}

.erp-board-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.erp-board-flow span {
  display: grid;
  gap: 7px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(248, 251, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 850;
}

.erp-board-flow i {
  color: var(--gold);
  font-style: normal;
  font-weight: 950;
}

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

.erp-module-card {
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.72)),
    linear-gradient(120deg, rgba(200, 149, 55, 0.09), transparent 48%);
  box-shadow: 0 16px 42px rgba(39, 43, 50, 0.07);
}

.erp-module-card span {
  color: var(--copper);
  font-size: 18px;
  font-weight: 950;
}

.erp-module-card h3 {
  margin: 14px 0 8px;
  font-size: 23px;
}

.erp-module-card p {
  margin: 0;
  font-size: 15px;
}

.erp-flow-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1.26fr);
  gap: 28px;
  margin-top: 18px;
  padding: 30px;
  border: 1px solid rgba(222, 216, 204, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.erp-flow-panel h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}

.erp-flow-panel p:not(.section-kicker) {
  margin: 16px 0 0;
  color: #4f5866;
}

.erp-flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.erp-flow-list li {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.erp-flow-list span {
  color: var(--copper);
  font-size: 21px;
  font-weight: 950;
}

.erp-flow-list strong {
  color: #111317;
  font-size: 17px;
}

.erp-flow-list p {
  margin: 0;
  color: #68717d;
  font-size: 14px;
  line-height: 1.7;
}

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

.erp-roadmap article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(39, 43, 50, 0.06);
}

.erp-roadmap strong {
  font-size: 20px;
}

.erp-roadmap span {
  color: #68717d;
  font-size: 14px;
  line-height: 1.65;
}

.erp-shot-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 28px;
  align-items: end;
  margin-top: 54px;
  margin-bottom: 18px;
}

.erp-shot-heading h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
}

.erp-shot-heading p:not(.section-kicker) {
  margin: 0;
  color: #4f5866;
  font-size: 16px;
}

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

.erp-shot-card {
  overflow: hidden;
  border: 1px solid rgba(17, 19, 23, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.erp-shot-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(17, 19, 23, 0.08);
  background: #eef2f7;
  object-fit: contain;
}

.erp-shot-card div {
  padding: 22px;
}

.erp-shot-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.erp-shot-card p {
  margin: 0;
  font-size: 15px;
}

.market-section {
  padding-top: 88px;
}

.market-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: end;
  margin-bottom: 22px;
}

.market-heading p {
  max-width: 780px;
  margin: 16px 0 0;
  color: #3d4654;
  font-size: 17px;
}

.market-stamp {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(17, 19, 23, 0.12);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(35, 110, 232, 0.16), transparent 44%),
    linear-gradient(300deg, rgba(200, 149, 55, 0.18), transparent 54%),
    #0a0d12;
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.13);
}

.market-stamp span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.market-stamp strong {
  font-size: 19px;
  line-height: 1.35;
}

.market-stamp small {
  color: rgba(248, 251, 255, 0.68);
  font-size: 13px;
}

.market-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

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

.market-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  min-height: 218px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 239, 0.88));
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.market-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--market-color);
}

.market-card.featured {
  grid-row: span 3;
  min-height: 100%;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(35, 110, 232, 0.18), transparent 44%),
    linear-gradient(310deg, rgba(200, 149, 55, 0.2), transparent 50%),
    #080b10;
}

.market-card-top,
.market-value-row,
.market-meta {
  position: relative;
  z-index: 1;
}

.market-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.market-card-top div {
  display: grid;
  gap: 4px;
}

.market-card-top span {
  font-size: 18px;
  font-weight: 950;
}

.market-card.featured .market-card-top span {
  font-size: 22px;
}

.market-card-top small {
  color: rgba(104, 113, 125, 0.86);
  font-size: 12px;
  font-weight: 850;
}

.market-card.featured .market-card-top small {
  color: rgba(248, 251, 255, 0.58);
}

.market-card-top em {
  padding-top: 3px;
  color: rgba(104, 113, 125, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.market-card.featured .market-card-top em {
  color: rgba(248, 251, 255, 0.62);
}

.market-value-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.market-value-row strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.market-card.featured .market-value-row strong {
  font-size: clamp(48px, 6vw, 66px);
}

.market-value-row span {
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.market-value-row .up {
  color: #dc2626;
  background: #fee2e2;
}

.market-value-row .down {
  color: #059669;
  background: #dcfce7;
}

.market-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 4px;
  height: 92px;
  padding: 13px 12px 10px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(236, 241, 246, 0.62));
}

.market-card.featured .market-bars {
  height: 210px;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.market-bars i {
  display: block;
  flex: 1 1 0;
  min-width: 3px;
  max-width: 12px;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, var(--market-color), rgba(17, 19, 23, 0.1));
  box-shadow: 0 6px 14px rgba(39, 43, 50, 0.08);
}

.market-card.featured .market-bars i {
  background: linear-gradient(180deg, var(--market-color), rgba(255, 255, 255, 0.16));
}

.market-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.market-meta span {
  padding: 7px 9px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 6px;
  color: #5f6875;
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 850;
}

.market-card.featured .market-meta span {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(248, 251, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
}

.exchange-section {
  padding-top: 32px;
}

.exchange-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(35, 110, 232, 0.18), transparent 40%),
    linear-gradient(300deg, rgba(200, 149, 55, 0.2), transparent 48%),
    #080b10;
  box-shadow: 0 24px 70px rgba(39, 43, 50, 0.15);
}

.exchange-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(110deg, #000 0 64%, transparent 100%);
}

.exchange-copy,
.exchange-card {
  position: relative;
  z-index: 1;
}

.exchange-copy h2 {
  color: #fff;
}

.exchange-copy p:not(.section-kicker) {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(248, 251, 255, 0.72);
  font-size: 17px;
}

.exchange-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.exchange-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--market-color);
}

.exchange-card .market-card-top small,
.exchange-card .market-card-top em {
  color: rgba(248, 251, 255, 0.62);
}

.exchange-card .market-value-row strong {
  color: #fff;
  font-size: 50px;
}

.exchange-card .market-bars {
  height: 126px;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.exchange-card .market-bars i {
  background: linear-gradient(180deg, var(--market-color), rgba(255, 255, 255, 0.16));
}

.exchange-card .market-meta span {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(248, 251, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.showcase-card,
.phone-shot,
.settings-card,
.summary-card,
.workflow-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.86));
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.showcase-card {
  display: grid;
}

.showcase-card.wide {
  grid-row: span 2;
}

.showcase-card img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: left top;
  background: #0a0d12;
}

.showcase-card.wide img {
  height: 695px;
}

.showcase-card div,
.settings-card div,
.workflow-card div {
  padding: 22px;
}

.showcase-card h3,
.phone-shot h3,
.settings-card h3,
.summary-card h3,
.workflow-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.showcase-card p,
.phone-shot p,
.settings-card p,
.summary-card p,
.workflow-card p {
  margin: 0;
}

.calculator-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.phone-shot img {
  display: block;
  width: calc(100% - 20px);
  margin: 10px 10px 0;
  aspect-ratio: 0.42;
  border: 1px solid #e2e7ef;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  object-position: top;
  background: #f7f9fc;
}

.phone-shot h3,
.phone-shot p {
  padding: 0 18px;
}

.phone-shot h3 {
  margin-top: 18px;
}

.phone-shot p {
  padding-bottom: 20px;
}

.settings-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

.settings-copy {
  position: static;
  max-width: 860px;
}

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

.settings-card img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top left;
  background: #f7f9fc;
}

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

.summary-card {
  padding-bottom: 20px;
}

.summary-card img {
  display: block;
  width: 100%;
  height: 168px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  background: #f7f9fc;
  object-fit: contain;
}

.summary-card h3,
.summary-card p {
  padding: 0 20px;
}

.summary-card h3 {
  margin-top: 18px;
}

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

.workflow-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: top left;
}

.manual-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 48px;
  align-items: start;
}

.manual-copy {
  position: sticky;
  top: 28px;
}

.manual-copy p {
  max-width: 560px;
}

.manual-highlight-grid {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.manual-highlight-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 245, 239, 0.68)),
    linear-gradient(120deg, rgba(35, 110, 232, 0.08), transparent 48%);
  box-shadow: 0 16px 40px rgba(39, 43, 50, 0.07);
}

.manual-highlight-grid strong {
  color: #111317;
  font-size: 18px;
}

.manual-highlight-grid span {
  color: #5f6875;
  line-height: 1.72;
}

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

.manual-list li {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  overflow: hidden;
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.86));
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.manual-list li::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--gold), var(--copper));
}

.manual-list > li > span {
  color: var(--copper);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.manual-list strong {
  display: block;
  margin: 0 0 8px;
  color: #111317;
  font-size: 22px;
}

.manual-list p {
  max-width: 740px;
  margin: 0;
  color: #5f6875;
  font-size: 15px;
  line-height: 1.78;
}

.manual-list em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 14px;
  padding: 0 10px;
  border: 1px solid #d8dfeb;
  border-radius: 999px;
  color: #304050;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.news-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
}

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.news-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--gold);
  background: rgba(200, 149, 55, 0.1);
  font-size: 12px;
  font-weight: 950;
}

.news-card-meta time {
  color: #6f7885;
  font-size: 13px;
  font-weight: 800;
}

.news-card strong {
  display: block;
  margin-top: 14px;
  color: #1d4f9c;
  line-height: 1.68;
}

.news-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.news-card-links a,
.source-button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d6dde9;
  border-radius: 8px;
  color: #153b77;
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 900;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 34px;
  padding: 36px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(35, 110, 232, 0.22), transparent 38%),
    linear-gradient(300deg, rgba(200, 149, 55, 0.18), transparent 44%),
    #080b10;
}

.download-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.download-products article {
  display: grid;
  gap: 18px;
  align-content: space-between;
  min-height: 208px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.download-products strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.download-products p {
  margin: 10px 0 0;
  color: rgba(248, 251, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  color: rgba(17, 19, 23, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(223, 231, 240, 0.78));
  font-weight: 950;
  text-align: center;
}

.download-button:hover {
  color: #111317;
  background: #fff;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

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

.download-card {
  min-height: 118px;
  background: rgba(255, 255, 255, 0.08);
}

.download-card span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.download-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  line-height: 1.45;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(1240px, calc(100% - 48px));
  margin: 44px auto 0;
  padding: 28px 0 38px;
  color: var(--muted);
  text-align: center;
}

.footer-brand {
  justify-content: center;
}

.footer-meta {
  display: block;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.footer-brand .brand-mark {
  width: 50px;
  height: 50px;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 92px;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.28fr);
  gap: 24px;
  align-items: start;
}

.article-content,
.article-side {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.9));
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.article-content {
  padding: 36px;
}

.article-side {
  position: sticky;
  top: 28px;
  padding: 24px;
}

.article-content h2 {
  margin: 28px 0 12px;
  font-size: 28px;
}

.article-content p,
.article-content li,
.article-side p {
  color: #415061;
  font-size: 17px;
  line-height: 1.88;
}

.article-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(125deg, rgba(35, 110, 232, 0.13), transparent 32%),
    linear-gradient(305deg, rgba(200, 149, 55, 0.16), transparent 42%),
    #f5f2ea;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
}

.admin-header a {
  color: #314154;
  font-weight: 900;
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.admin-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(207, 216, 229, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.login-wrap {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 120px);
  padding: 28px;
}

.login-card {
  width: min(460px, 100%);
  padding: 34px;
}

.login-card h1,
.admin-title h1 {
  margin: 18px 0 10px;
  font-size: 34px;
  line-height: 1.15;
}

.login-card p,
.admin-title p {
  color: var(--muted);
  line-height: 1.72;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: #273242;
  font-weight: 900;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #cfd8e5;
  border-radius: 8px;
  color: #111317;
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field-help {
  display: block;
  color: #6a7480;
  font-size: 13px;
  line-height: 1.65;
}

.admin-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 56px;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
  gap: 18px;
  align-items: start;
}

.admin-collect-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.86)),
    linear-gradient(120deg, rgba(35, 110, 232, 0.08), transparent 44%);
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

.admin-collect-panel strong {
  display: block;
  color: #111317;
  font-size: 20px;
}

.admin-collect-panel p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.admin-collect-panel span {
  display: block;
  margin-top: 8px;
  color: #6f7885;
  font-size: 13px;
  font-weight: 850;
}

.admin-panel {
  padding: 24px;
}

.admin-panel h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.admin-link,
.danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #d6dde9;
  background: rgba(255, 255, 255, 0.7);
  color: #153b77;
  font-size: 14px;
  font-weight: 900;
}

.danger-button {
  color: #9c2f24;
}

.notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #164a2e;
  background: rgba(18, 163, 108, 0.1);
  font-weight: 850;
}

.notice.error {
  color: #8a241e;
  background: rgba(189, 101, 72, 0.12);
}

.admin-table-wrap {
  overflow: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.admin-table th,
.admin-table td {
  padding: 12px;
  border-bottom: 1px solid #e2ded5;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.admin-table th {
  color: #273242;
  background: rgba(255, 255, 255, 0.72);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #12633f;
  background: rgba(18, 163, 108, 0.12);
  font-weight: 900;
}

.status-pill.off {
  color: #80531a;
  background: rgba(200, 149, 55, 0.16);
}

.download-settings-grid {
  display: grid;
  gap: 18px;
}

.download-setting-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 239, 0.86)),
    linear-gradient(120deg, rgba(200, 149, 55, 0.08), transparent 44%);
  box-shadow: 0 18px 46px rgba(39, 43, 50, 0.08);
}

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

.download-setting-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-strong);
  font-size: 14px;
  font-weight: 950;
}

.download-setting-head h2 {
  max-width: 760px;
  margin: 0;
  color: #111317;
  font-size: 20px;
  line-height: 1.45;
}

.download-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1120px) {
  .home-product-grid,
  .home-product-card,
  .hero-content,
  .section-heading.split,
  .upgrade-heading,
  .download-panel,
  .exchange-panel,
  .erp-hero,
  .erp-flow-panel,
  .erp-shot-heading,
  .meaning-section,
  .manual-section,
  .article-shell,
  .admin-layout,
  .admin-collect-panel,
  .showcase-grid,
  .settings-section {
    grid-template-columns: 1fr;
  }

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

  .home-rate-grid .market-card.featured {
    grid-row: auto;
  }

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

  .admin-collect-panel {
    display: grid;
  }

  .hero-cover {
    transform: none;
  }

  .market-heading {
    grid-template-columns: 1fr;
  }

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

  .market-card.featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .market-card.featured .market-bars {
    height: 150px;
  }

  .showcase-card.wide {
    grid-row: auto;
  }

  .showcase-card.wide img {
    height: 520px;
  }

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

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

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

  .erp-flow-list,
  .erp-board-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .settings-copy,
  .meaning-title,
  .manual-copy {
    position: static;
  }

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

@media (max-width: 760px) {
  .topbar,
  .home-hero-heading,
  .home-product-grid,
  .hero-ribbon,
  .hero-content,
  .hero-bottom,
  .section,
  .footer,
  .page-hero-content,
  .admin-header,
  .admin-main {
    width: min(100% - 28px, 1240px);
  }

  .topbar,
  .footer,
  .admin-header {
    display: grid;
    gap: 14px;
  }

  .admin-nav {
    justify-content: center;
  }

  .admin-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-width: 136px;
  }

  .download-setting-head {
    display: grid;
  }

  .brand-lockup {
    width: 100%;
    justify-content: center;
  }

  .footer {
    text-align: center;
  }

  .footer-brand {
    flex-wrap: wrap;
  }

  .topbar nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .topbar nav a {
    min-width: 0;
    font-size: 12px;
  }

  h1 {
    font-size: 40px;
  }

  .section h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  .home-hero {
    padding-bottom: 44px;
  }

  .home-hero-heading {
    padding: 34px 0 24px;
  }

  .home-hero-heading h1 {
    font-size: 38px;
  }

  .home-hero-heading p:not(.eyebrow),
  .home-product-copy p {
    font-size: 15px;
    line-height: 1.78;
  }

  .home-product-card {
    min-height: 0;
    padding: 14px;
  }

  .home-product-visual {
    min-height: 320px;
    padding: 16px;
  }

  .home-cover-screen {
    min-height: 178px;
  }

  .lighting-screen,
  .erp-screen {
    grid-template-columns: 1fr;
  }

  .erp-screen {
    gap: 10px;
  }

  .erp-sidebar-lines {
    grid-template-columns: repeat(4, 1fr);
    min-height: 0;
  }

  .erp-dashboard,
  .erp-dashboard strong {
    min-height: 118px;
  }

  .home-product-copy {
    padding: 6px 4px 8px;
  }

  .home-product-actions {
    display: grid;
  }

  .home-product-actions a,
  .download-button {
    width: 100%;
  }

  .download-actions {
    display: grid;
  }

  .hero-content {
    gap: 24px;
    padding: 28px 0 42px;
  }

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

  .cover-product-scene {
    min-height: 0;
    margin: 18px 0;
  }

  .product-main,
  .product-status,
  .cover-board,
  .hero-bottom,
  .hero-ribbon,
  .hero-proof-grid,
  .home-rate-grid,
  .card-grid,
  .pillar-grid,
  .upgrade-grid,
  .meaning-flow,
  .suite-grid,
  .erp-grid,
  .erp-shot-grid,
  .erp-flow-list,
  .erp-roadmap,
  .erp-board-flow,
  .market-grid,
  .calculator-gallery,
  .settings-grid,
  .summary-grid,
  .workflow-grid,
  .news-list,
  .news-index-grid,
  .source-strip,
  .download-grid,
  .download-products {
    grid-template-columns: 1fr;
  }

  .hero-ribbon article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-ribbon article:last-child {
    border-bottom: 0;
  }

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

  .showcase-card img,
  .showcase-card.wide img {
    height: 300px;
  }

  .phone-shot img {
    aspect-ratio: 0.56;
  }

  .settings-card img,
  .workflow-card img {
    height: 240px;
  }

  .section {
    padding-top: 64px;
  }

  .meaning-section {
    gap: 26px;
    padding-top: 64px;
  }

  .meaning-title,
  .meaning-copy {
    min-width: 0;
  }

  .meaning-title h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.1;
  }

  .meaning-title > p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.78;
  }

  .meaning-copy,
  .meaning-intro {
    padding: 18px;
  }

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

  .meaning-metrics div {
    min-height: 86px;
    padding: 15px;
  }

  .meaning-metrics strong {
    font-size: 24px;
  }

  .meaning-intro p {
    font-size: 15px;
  }

  .pillar-grid article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .pillar-grid span {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }

  .pillar-grid strong {
    font-size: 19px;
  }

  .pillar-grid p,
  .meaning-flow p {
    font-size: 14px;
    line-height: 1.68;
  }

  .meaning-flow article {
    min-height: 0;
    padding: 16px;
  }

  .suite-card,
  .erp-hero,
  .erp-flow-panel {
    padding: 22px;
  }

  .suite-card {
    min-height: 0;
  }

  .suite-card-head {
    display: grid;
    justify-items: start;
  }

  .suite-card-head strong {
    text-align: left;
  }

  .erp-board {
    min-height: 0;
    padding: 14px;
  }

  .erp-board-title,
  .erp-board-toolbar,
  .erp-board-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .erp-board-title {
    display: grid;
  }

  .erp-board-row em {
    justify-self: stretch;
    text-align: center;
  }

  .erp-flow-panel h3 {
    font-size: 25px;
  }

  .erp-shot-heading {
    gap: 12px;
    margin-top: 38px;
  }

  .erp-module-card,
  .erp-flow-list li,
  .erp-roadmap article {
    min-height: 0;
  }

  .market-heading {
    gap: 18px;
  }

  .market-heading p {
    font-size: 15px;
  }

  .market-card,
  .market-card.featured {
    grid-column: auto;
    min-height: 0;
    padding: 19px;
  }

  .market-card.featured .market-value-row strong {
    font-size: 42px;
  }

  .market-card.featured .market-bars {
    height: 130px;
  }

  .manual-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 22px;
  }

  .manual-list > li > span {
    font-size: 24px;
  }

  .download-panel,
  .exchange-panel,
  .article-content,
  .article-side,
  .admin-panel,
  .login-card {
    padding: 22px;
  }

  .product-detail-shot {
    min-height: 0;
    padding: 10px;
  }

  .product-detail-shot img {
    min-height: 260px;
  }

  .exchange-card .market-value-row strong {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  .topbar,
  .home-hero-heading,
  .home-product-grid,
  .hero-ribbon,
  .hero-content,
  .hero-bottom,
  .section,
  .footer,
  .page-hero-content,
  .admin-header,
  .admin-main {
    width: min(100% - 22px, 1240px);
  }

  .topbar nav {
    grid-template-columns: 1fr;
  }

  .topbar nav a {
    min-height: 38px;
    font-size: 13px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  h1 {
    font-size: 34px;
  }

  .section h2,
  .meaning-title h2 {
    font-size: 29px;
    line-height: 1.18;
  }

  .hero-lede,
  .section-heading p,
  .settings-copy p,
  .manual-copy p {
    font-size: 15px;
    line-height: 1.76;
  }

  .hero-proof-grid article,
  .hero-ribbon article,
  .upgrade-card,
  .download-steps article {
    min-height: 0;
    padding: 15px;
  }

  .erp-board-toolbar,
  .erp-board-row {
    grid-template-columns: 1fr;
  }

  .erp-board-toolbar span {
    min-height: 34px;
  }

  .erp-copy-points,
  .suite-tags,
  .upgrade-card div {
    display: grid;
  }

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

  .meaning-copy {
    padding: 14px;
  }

  .meaning-intro {
    padding: 16px;
  }

  .pillar-grid article {
    grid-template-columns: 1fr;
  }

  .pillar-grid span {
    width: 42px;
    height: 42px;
  }

  .market-value-row,
  .market-card-top {
    display: grid;
  }

  .market-bars {
    height: 78px;
  }

  .exchange-card .market-value-row strong {
    font-size: 34px;
  }

  .download-panel,
  .exchange-panel,
  .closing-section {
    padding: 20px;
  }

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

  .footer-brand {
    display: grid;
    justify-items: center;
  }
}
