:root {
  --paper: #f5f0e8;
  --paper-deep: #eae2d6;
  --ink: #171714;
  --ink-soft: #5d5a54;
  --red: #d83a2e;
  --red-dark: #ac261e;
  --white: #fffdf8;
  --line: rgba(23, 23, 20, 0.13);
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

[hidden] {
  display: none !important;
}

a:focus-visible,
button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--ink);
}

summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 0.18s ease;
}

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

main:focus {
  outline: none;
}

.page-shell {
  overflow: hidden;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 23, 20, 0.1);
  background: rgba(245, 240, 232, 0);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  border-color: rgba(23, 23, 20, 0.08);
  background: rgba(245, 240, 232, 0.9);
  box-shadow: 0 8px 28px rgba(49, 39, 29, 0.08);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}

.nav-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-family: "Songti SC", SimSun, serif;
  font-size: 18px;
  font-weight: 700;
}

.brand-name {
  letter-spacing: 0.12em;
  font-weight: 800;
}

.brand-divider {
  height: 14px;
  width: 1px;
  background: rgba(23, 23, 20, 0.28);
}

.brand-cn {
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  margin-right: 48px;
  color: #3f3e39;
  font-size: 13px;
}

.main-nav a {
  position: relative;
  padding-block: 8px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--red);
  transition: right 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  right: 0;
}

.main-nav a.is-active {
  color: var(--ink);
  font-weight: 700;
}

.mobile-title-break {
  display: none;
}

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

.menu-toggle {
  width: 44px;
  height: 44px;
  place-items: center;
  align-content: center;
  gap: 5px;
  margin-left: auto;
  margin-right: 10px;
  padding: 0;
  border: 1px solid rgba(23, 23, 20, 0.28);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.52);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.login-button {
  display: inline-flex;
  height: 43px;
  align-items: center;
  gap: 14px;
  padding-inline: 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.login-button:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 810px;
  padding-top: 82px;
  background:
    radial-gradient(circle at 86% 23%, rgba(216, 58, 46, 0.1), transparent 24%),
    linear-gradient(135deg, #f8f4ed 0%, #f2ece2 60%, #eee5d9 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(23, 23, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 20, 0.055) 1px, transparent 1px);
  background-size: 88px 88px;
  -webkit-mask-image: linear-gradient(to right, black, transparent 72%);
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.sun-disc {
  position: absolute;
  top: 90px;
  left: calc(50% + 350px);
  width: 530px;
  height: 530px;
  border: 1px solid rgba(216, 58, 46, 0.16);
  border-radius: 50%;
}

.sun-disc::before,
.sun-disc::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(216, 58, 46, 0.1);
}

.sun-disc::before { inset: 38px; }
.sun-disc::after { inset: 82px; }

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  min-height: 680px;
  padding-top: 32px;
  padding-bottom: 50px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 8px;
}

.eyebrow,
.section-index,
.mini-label,
.final-kicker {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(216, 58, 46, 0.12);
}

.hero h1 {
  margin: 0;
  font-family: "Songti SC", STSong, SimSun, serif;
  font-size: clamp(58px, 5.25vw, 82px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.07em;
}

.accent-text {
  position: relative;
  color: var(--red);
}

.accent-text::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -6px;
  bottom: 2px;
  height: 7px;
  background: var(--red);
  opacity: 0.12;
  transform: skewX(-18deg);
}

.hero-lead {
  max-width: 500px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}

.button {
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 0 27px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.button-primary {
  background: var(--red);
  color: white;
  box-shadow: 0 12px 28px rgba(216, 58, 46, 0.2);
}

.button-primary:hover {
  background: var(--red-dark);
  box-shadow: 0 17px 34px rgba(216, 58, 46, 0.26);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.5);
  padding: 9px 0;
  font-size: 13px;
  font-weight: 700;
}

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

.hero-points {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
  color: #4e4b45;
  font-size: 12px;
}

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

.hero-points i {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid rgba(216, 58, 46, 0.4);
  border-radius: 50%;
  color: var(--red);
  font-size: 9px;
  font-style: normal;
}

.hero-visual {
  position: relative;
  min-width: 690px;
  margin-left: -12px;
  transform: perspective(1600px) rotateY(-4deg) rotateX(1.5deg);
}

.dashboard-card {
  position: relative;
  overflow: hidden;
  width: 680px;
  height: 465px;
  border: 1px solid rgba(23, 23, 20, 0.16);
  border-radius: 15px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 42px 80px rgba(67, 49, 33, 0.18), 0 6px 18px rgba(67, 49, 33, 0.08);
}

.browser-bar {
  height: 46px;
  display: grid;
  grid-template-columns: 94px 1fr 94px;
  align-items: center;
  border-bottom: 1px solid #e7e2da;
  background: #f6f3ee;
  padding: 0 17px;
  font-family: Arial, sans-serif;
}

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

.browser-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6d0c7;
}

.browser-dots i:first-child { background: #dc6258; }
.browser-dots i:nth-child(2) { background: #e2ac4f; }
.browser-dots i:last-child { background: #7eb287; }

.browser-address {
  justify-self: center;
  width: 230px;
  border-radius: 6px;
  background: white;
  color: #9a958d;
  padding: 7px 13px;
  font-size: 9px;
  text-align: center;
}

.browser-live {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #747068;
  font-size: 9px;
}

.browser-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #45a265;
  box-shadow: 0 0 0 3px rgba(69, 162, 101, 0.12);
}

.dashboard-body {
  display: flex;
  height: calc(100% - 46px);
}

.dash-sidebar {
  width: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  border-right: 1px solid #eeeae3;
  padding-top: 18px;
  color: #a8a29a;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.dash-logo {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 11px;
  border-radius: 7px;
  background: var(--red);
  color: white;
  font-size: 9px;
  font-weight: 800;
}

.dash-sidebar > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 7px;
}

.dash-sidebar .dash-active {
  background: #f5e4e0;
  color: var(--red);
}

.dash-main {
  flex: 1;
  padding: 25px 28px;
}

.dash-heading,
.dash-section-title,
.price-control-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-heading div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dash-heading small {
  color: #a39d93;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 0.17em;
}

.dash-heading strong { font-size: 16px; }

.dash-avatar {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #1d1d1a;
  color: white;
  font-size: 10px;
}

.dash-stats {
  display: grid;
  grid-template-columns: 1fr 1.16fr;
  gap: 13px;
  margin-top: 20px;
}

.dash-stats > div {
  position: relative;
  min-height: 83px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2px 10px;
  border: 1px solid #ede8df;
  border-radius: 10px;
  background: #faf8f4;
  padding: 14px 16px;
}

.dash-stats > div:last-child {
  background: var(--ink);
  color: white;
}

.dash-stats span {
  grid-column: 1 / -1;
  color: #89837a;
  font-size: 8px;
}

.dash-stats strong {
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.dash-stats small {
  color: #6ba47b;
  font-family: Arial, sans-serif;
  font-size: 7px;
}

.dash-stats > div:last-child span,
.dash-stats > div:last-child small { color: #aaa69f; }

.dash-section-title {
  margin-top: 21px;
  font-size: 11px;
}

.dash-section-title span {
  color: var(--red);
  font-size: 8px;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 11px;
}

.product-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 2px 9px;
  border: 1px solid #eee9e1;
  border-radius: 9px;
  padding: 8px;
  background: white;
}

.product-card > span {
  align-self: end;
  color: #777169;
  font-size: 7px;
  white-space: nowrap;
}

.product-card > strong {
  align-self: start;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.product-art {
  grid-row: 1 / 3;
  position: relative;
  display: grid;
  width: 44px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #f1e9de;
}

.product-art::before,
.product-art i,
.product-art i::after {
  content: "";
  display: block;
  position: absolute;
}

.art-bottle::before {
  width: 18px;
  height: 29px;
  bottom: 5px;
  border-radius: 2px 2px 5px 5px;
  background: #9b473d;
}

.art-bottle i {
  width: 9px;
  height: 6px;
  top: 7px;
  background: #2c2925;
}

.art-bottle i::after {
  width: 11px;
  height: 1px;
  left: -1px;
  top: 3px;
  background: white;
}

.art-box { background: #e7e9df; }
.art-box::before {
  width: 27px;
  height: 34px;
  bottom: 5px;
  transform: skewY(-4deg);
  background: #f3e9c9;
  border: 1px solid #cbbd94;
}
.art-box i {
  z-index: 1;
  width: 17px;
  height: 1px;
  top: 23px;
  background: #8a7a51;
}

.art-jar { background: #e5e5e5; }
.art-jar::before {
  width: 28px;
  height: 22px;
  bottom: 6px;
  border-radius: 6px;
  background: #eee9e0;
  border: 1px solid #aaa39a;
}
.art-jar i {
  width: 25px;
  height: 5px;
  top: 14px;
  border-radius: 2px;
  background: #544e48;
}

.jp-seal {
  position: absolute;
  z-index: 3;
  top: -45px;
  right: 34px;
  display: flex;
  width: 92px;
  height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: var(--red);
  color: white;
  box-shadow: 0 12px 28px rgba(137, 28, 20, 0.25);
  transform: rotate(9deg);
}

.jp-seal::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.jp-seal span {
  font-family: "Songti SC", serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.jp-seal small {
  margin-top: 4px;
  font-family: Arial, sans-serif;
  font-size: 6px;
  letter-spacing: 0.18em;
}

.profit-float,
.customize-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 35px rgba(51, 39, 29, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.profit-float {
  right: -4px;
  bottom: -31px;
  gap: 12px;
  min-width: 180px;
  padding: 13px 16px;
  border-radius: 9px;
}

.profit-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #e9f4e9;
  color: #468553;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.profit-float div { display: flex; flex-direction: column; gap: 4px; }
.profit-float small { color: #918b83; font-size: 8px; }
.profit-float strong { color: #347845; font: 700 14px Arial, sans-serif; }

.customize-float {
  left: -35px;
  bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 15px;
  border-radius: 8px;
  color: #777169;
  font-size: 8px;
}

.palette-dots { display: flex; gap: 6px; }
.palette-dots i { width: 18px; height: 18px; border-radius: 5px; background: #cf463a; }
.palette-dots i:nth-child(2) { background: #1c1c1a; }
.palette-dots i:nth-child(3) { background: #dbb375; }
.palette-dots i:nth-child(4) { background: #d5d8d0; }

.category-ticker {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 61px;
  overflow: hidden;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  background: rgba(249, 246, 240, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ticker-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-inline: auto;
  padding-inline: 30px;
  color: #56524c;
  font-size: 12px;
  letter-spacing: 0.11em;
}

.ticker-track i {
  color: var(--red);
  font-size: 9px;
  font-style: normal;
}

.section {
  padding: 130px 0;
}

.section-heading h2,
.categories-intro h2,
.roles-title h2,
.faq-title h2,
.final-content h2 {
  margin: 20px 0 0;
  font-family: "Songti SC", STSong, SimSun, serif;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.section-index {
  display: inline-block;
  color: var(--red-dark);
}

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

.split-heading > p,
.centered-heading > p,
.categories-intro > p,
.roles-title > p,
.faq-title > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2;
}

.profit-model {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  min-height: 485px;
  margin-top: 75px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffdf9;
  box-shadow: 0 22px 60px rgba(65, 49, 33, 0.08);
}

.profit-story {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 65px;
  background:
    linear-gradient(rgba(23, 23, 20, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 20, 0.03) 1px, transparent 1px),
    #faf7f1;
  background-size: 40px 40px;
}

.profit-story::after {
  content: "利";
  position: absolute;
  right: 20px;
  bottom: -54px;
  color: rgba(216, 58, 46, 0.05);
  font-family: "Songti SC", serif;
  font-size: 220px;
  font-weight: 800;
}

.mini-label {
  color: var(--red);
}

.profit-story h3 {
  position: relative;
  z-index: 1;
  margin: 20px 0 16px;
  font-family: "Songti SC", serif;
  font-size: 35px;
  line-height: 1.4;
}

.profit-story > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.formula-pill {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 38px;
  border: 1px solid rgba(23, 23, 20, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 13px 10px 18px;
  font-size: 11px;
}

.formula-pill b { color: #aaa39a; }
.formula-pill strong {
  border-radius: 999px;
  background: var(--red);
  color: white;
  padding: 8px 12px;
}

.profit-chart {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: end;
  gap: 30px;
  padding: 55px 65px 55px 85px;
  background: var(--ink);
  color: white;
}

.chart-notes {
  position: absolute;
  top: 32px;
  left: 42px;
  right: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}

.chart-notes small { color: #77736d; font-size: 8px; }

.price-stack {
  display: flex;
  height: 310px;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-left: 24px;
}

.stack-profit,
.stack-base {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 22px;
}

.stack-profit {
  height: 116px;
  background: var(--red);
}

.stack-base {
  height: 174px;
  background: #f1ece3;
  color: var(--ink);
}

.stack-profit span,
.stack-base span { font-size: 12px; }
.stack-profit strong,
.stack-base strong { font: 700 24px Arial, sans-serif; }
.stack-profit i,
.stack-base i {
  position: absolute;
  left: calc(100% + 12px);
  width: 58px;
  color: #918b82;
  font-size: 8px;
  font-style: normal;
}

.stack-profit i { color: #eaa39d; }

.total-price {
  display: flex;
  height: 290px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50% 50% 5px 5px;
  background: rgba(255,255,255,0.04);
}

.total-price span { color: #96918a; font-size: 10px; }
.total-price strong { margin-top: 10px; font: 700 29px Arial, sans-serif; }

.steps-section {
  background: #fffdf9;
}

.centered-heading {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.centered-heading > p {
  margin-top: 16px;
}

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

.step-card {
  position: relative;
  min-height: 430px;
  border-left: 1px solid var(--line);
  padding: 25px;
}

.step-card:last-child { border-right: 1px solid var(--line); }

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-number {
  color: var(--red);
  font: 700 12px Arial, sans-serif;
  letter-spacing: 0.1em;
}

.step-tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 9px;
  color: #807b73;
  font-size: 9px;
}

.step-visual {
  display: grid;
  height: 190px;
  place-items: center;
  margin: 28px 0;
  overflow: hidden;
  background: var(--paper);
}

.step-card:nth-child(2) .step-visual { background: #efe4d7; }
.step-card:nth-child(3) .step-visual { background: #e5e6df; }
.step-card:nth-child(4) .step-visual { background: #f0ded8; }

.step-symbol {
  position: relative;
  width: 100px;
  height: 100px;
}

.step-visual-1 .user-head {
  position: absolute;
  top: 10px;
  left: 32px;
  width: 36px;
  height: 36px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.step-visual-1 .user-body {
  position: absolute;
  left: 19px;
  bottom: 4px;
  width: 63px;
  height: 40px;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
}

.step-visual-1 i {
  position: absolute;
  top: 39px;
  right: 4px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font: normal 16px Arial, sans-serif;
}

.window-shape {
  position: absolute;
  inset: 10px 4px 13px;
  border: 2px solid var(--ink);
  border-radius: 5px;
}

.window-shape::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  border-top: 2px solid var(--ink);
}

.step-visual-2 i {
  position: absolute;
  top: 34px;
  left: 17px;
  width: 62px;
  height: 31px;
  background: var(--red);
}

.step-visual-2 b {
  position: absolute;
  left: 17px;
  bottom: 24px;
  width: 23px;
  height: 12px;
  background: var(--ink);
  box-shadow: 29px 0 0 #b8a998;
}

.price-tag-shape {
  position: absolute;
  top: 16px;
  left: 12px;
  display: grid;
  width: 72px;
  height: 66px;
  place-items: center;
  background: var(--ink);
  color: white;
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
  font: 700 25px Arial, sans-serif;
}

.step-visual-3 i {
  position: absolute;
  right: -10px;
  bottom: 0;
  color: var(--red);
  font: normal 32px Arial, sans-serif;
}

.coin-shape {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 22px;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #f0ded8;
  color: var(--red);
  font: 700 23px Arial, sans-serif;
}

.step-visual-4 i,
.step-visual-4 b {
  position: absolute;
  left: 15px;
  bottom: 13px;
  width: 72px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
}
.step-visual-4 b { bottom: 3px; opacity: 0.35; }

.step-card h3 {
  margin: 0 0 12px;
  font-family: "Songti SC", serif;
  font-size: 21px;
}

.step-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.8;
}

.step-arrow {
  position: absolute;
  z-index: 2;
  top: 154px;
  right: -16px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fffdf9;
  color: var(--red);
  font-family: Arial, sans-serif;
}

.support-section {
  background: var(--ink);
  color: white;
}

.light-index { color: #ff9b91; }

.support-heading > p {
  color: #aaa69f;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.13fr 0.87fr;
  gap: 16px;
  margin-top: 70px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: #242421;
}

.bento-copy {
  position: relative;
  z-index: 2;
  max-width: 370px;
  padding: 34px 36px;
}

.bento-no {
  color: #77736d;
  font: 700 10px Arial, sans-serif;
}

.bento-copy h3 {
  margin: 18px 0 11px;
  font-family: "Songti SC", serif;
  font-size: 25px;
}

.bento-copy p {
  margin: 0;
  color: #9c9891;
  font-size: 12px;
  line-height: 1.8;
}

.bento-store {
  grid-row: span 2;
  min-height: 836px;
  background: #22221f;
}

.theme-preview {
  position: absolute;
  left: 36px;
  right: -45px;
  bottom: 0;
  height: 570px;
  display: grid;
  grid-template-columns: 180px 1fr;
  overflow: hidden;
  border-radius: 12px 0 0 0;
  background: white;
  color: var(--ink);
  box-shadow: 0 28px 60px rgba(0,0,0,0.35);
  transform: rotate(-1.5deg);
  transform-origin: bottom left;
}

.theme-sidebar {
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-right: 1px solid #e9e5de;
  background: #f7f4ee;
  padding: 28px 18px;
}

.theme-sidebar > span {
  margin-bottom: 6px;
  color: #8a857d;
  font-size: 10px;
}

.theme-option {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 7px;
  padding: 9px;
  color: #777169;
  font-size: 9px;
}

.theme-option.active {
  border: 1px solid #e5d9ce;
  background: white;
  color: var(--ink);
}

.theme-option i {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #e8daca;
}

.theme-option:nth-child(3) i { background: var(--red); }
.theme-option:nth-child(4) i { background: var(--ink); }
.theme-option b { margin-left: auto; color: var(--red); }

.theme-storefront { padding: 27px; background: #f5f0e8; }

.mini-store-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.mini-store-nav strong { font-size: 11px; letter-spacing: 0.13em; }
.mini-store-nav span { color: #777169; }

.mini-store-hero {
  position: relative;
  height: 430px;
  margin-top: 24px;
  padding: 48px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, #d8c5a7 0 9%, transparent 9.5%),
    radial-gradient(circle at 72% 42%, transparent 0 15%, rgba(255,255,255,0.65) 15.5% 17%, transparent 17.5%),
    linear-gradient(135deg, #d7c5a9, #efe4d2 48%, #b8a88e);
}

.mini-store-hero::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -34px;
  width: 130px;
  height: 270px;
  border-radius: 65px 65px 10px 10px;
  background: rgba(255,255,255,0.62);
  box-shadow: -70px 50px 0 rgba(84, 66, 47, 0.18);
}

.mini-store-hero small,
.mini-store-hero b { position: relative; z-index: 1; display: block; }
.mini-store-hero small { color: #665b4d; font-size: 8px; letter-spacing: 0.18em; }
.mini-store-hero b { margin-top: 17px; font: 700 31px/1.4 "Songti SC", serif; }

.bento-price {
  background: #f1ece3;
  color: var(--ink);
}

.bento-price .bento-copy p { color: var(--ink-soft); }

.price-control {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 32px;
  border: 1px solid #ded7cd;
  border-radius: 10px;
  background: white;
  padding: 22px;
  box-shadow: 0 16px 28px rgba(45,36,27,0.08);
}

.price-control > span { color: #8e887f; font-size: 9px; }
.price-control > strong { display: block; margin-top: 8px; font: 700 29px Arial, sans-serif; }
.range-line { position: relative; height: 4px; margin-top: 25px; border-radius: 3px; background: #e6e1da; }
.range-line::before { content: ""; position: absolute; inset: 0 25% 0 0; background: var(--red); border-radius: 3px; }
.range-line i { position: absolute; z-index: 2; top: 50%; left: 73%; width: 15px; height: 15px; border: 3px solid white; border-radius: 50%; background: var(--red); box-shadow: 0 2px 6px rgba(0,0,0,.22); transform: translateY(-50%); }
.price-control-meta { margin-top: 16px; color: #9a948b; font-size: 8px; }
.price-control-meta b { color: #39814b; }

.bento-goods { background: #2c2b27; }
.goods-orbit {
  position: absolute;
  right: 23px;
  bottom: 12px;
  width: 215px;
  height: 215px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 50%;
}
.goods-orbit::after { content: ""; position: absolute; inset: 38px; border: 1px dashed rgba(255,255,255,0.1); border-radius: 50%; }
.orbit-center { position: absolute; z-index: 2; inset: 69px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 50%; background: var(--red); color: white; text-align: center; }
.orbit-center strong { font: 700 13px/1.12 "Songti SC", STSong, SimSun, serif; letter-spacing: .12em; transform: translateX(.06em); }
.orbit-center small { font: 700 5px/1 Arial, sans-serif; letter-spacing: .15em; opacity: .72; }
.orbit-item { position: absolute; z-index: 2; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #e9e1d6; color: var(--ink); font: normal 13px "Songti SC",serif; box-shadow: 0 7px 18px rgba(0,0,0,.2); }
.orbit-1 { top: 8px; left: 89px; }
.orbit-2 { top: 82px; right: -5px; }
.orbit-3 { bottom: 4px; left: 91px; }
.orbit-4 { top: 82px; left: -5px; }

.bento-order {
  grid-column: 1 / -1;
  min-height: 390px;
  background: #1f1f1c;
}

.bento-order .bento-copy {
  max-width: 40%;
  padding: 48px 44px;
}

.order-list {
  position: absolute;
  inset: 42px 42px 42px 42%;
  display: grid;
  gap: 9px;
}

.order-list > div {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 9px;
  background: rgba(255,255,255,.04);
  padding: 14px 16px;
}

.order-list i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: rgba(74,153,93,.13); color: #65b478; font-size: 9px; font-style: normal; }
.order-list span { display: flex; flex-direction: column; gap: 4px; }
.order-list b { font-size: 9px; }
.order-list small { color: #8c8780; font-size: 8px; }
.order-list strong { font: 700 12px Arial,sans-serif; }

.categories-section {
  position: relative;
  padding: 125px 0;
  background: var(--paper-deep);
}

.categories-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 1px;
  height: 100%;
  background: rgba(23,23,20,.08);
}

.categories-intro {
  display: grid;
  grid-template-columns: 60px 1.2fr .68fr;
  align-items: end;
  gap: 45px;
}

.vertical-jp {
  align-self: start;
  color: var(--red);
  font-family: "Songti SC", serif;
  font-size: 12px;
  letter-spacing: .35em;
  writing-mode: vertical-rl;
}

.category-list {
  margin-top: 70px;
  border-top: 1px solid rgba(23,23,20,.16);
}

.category-line {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  align-items: center;
  min-height: 105px;
  border-bottom: 1px solid rgba(23,23,20,.16);
}

.category-no { color: var(--red); font: 700 10px Arial,sans-serif; }
.category-line strong { font: 700 28px "Songti SC",serif; }
.category-line small { color: #5f5a54; font: 700 9px Arial,sans-serif; letter-spacing: .2em; }

.roles-section { background: #fffdf9; }

.roles-grid {
  display: grid;
  grid-template-columns: .85fr 1fr 1fr;
  gap: 16px;
}

.roles-title { padding-right: 35px; }
.roles-title h2 { font-size: 45px; }
.roles-title > p { margin-top: 24px; }

.role-card {
  min-height: 510px;
  border: 1px solid var(--line);
  padding: 42px;
}

.role-platform { background: var(--paper); }
.role-agent { background: var(--red); color: white; border-color: var(--red); }
.role-label { font: 700 9px Arial,sans-serif; letter-spacing: .2em; color: #8e887f; }
.role-agent .role-label { color: white; }
.role-card h3 { margin: 25px 0 50px; font: 700 29px "Songti SC",serif; }
.role-card ul { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; }
.role-card li { display: flex; align-items: center; gap: 19px; min-height: 64px; border-top: 1px solid rgba(23,23,20,.12); font-size: 13px; }
.role-card li:last-child { border-bottom: 1px solid rgba(23,23,20,.12); }
.role-card li span { color: #a19a91; font: 700 9px Arial,sans-serif; }
.role-agent li { border-color: rgba(255,255,255,.2); }
.role-agent li:last-child { border-color: rgba(255,255,255,.2); }
.role-agent li span { color: white; }

.faq-section { background: #f5f0e8; }

.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 120px;
}

.faq-title { position: sticky; top: 120px; align-self: start; }
.faq-title h2 { font-size: 46px; }
.faq-title > p { margin-top: 25px; }
.dark-link { margin-top: 20px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: grid; grid-template-columns: 45px 1fr 28px; align-items: center; min-height: 88px; cursor: pointer; list-style: none; font: 700 16px "Songti SC",serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font: 700 9px Arial,sans-serif; }
.faq-list summary i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(23,23,20,.2); border-radius: 50%; font: normal 13px Arial,sans-serif; transition: transform .25s ease, color .25s ease; }
.faq-list details[open] summary i { color: var(--red); transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 28px; color: var(--ink-soft); font-size: 13px; line-height: 2; }

.final-cta {
  position: relative;
  min-height: 630px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--red);
  color: white;
  text-align: center;
}

.final-disc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.final-disc::before,
.final-disc::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.final-disc::before { inset: 38px; }
.final-disc::after { inset: 85px; }

.final-pattern {
  position: absolute;
  left: 5%;
  top: -140px;
  color: rgba(255,255,255,.035);
  font: 700 560px "Songti SC",serif;
  transform: rotate(-8deg);
}

.final-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding: 90px 0; }
.final-kicker { color: white; }
.final-content h2 { margin-top: 26px; font-size: clamp(47px, 5vw, 67px); }
.final-content p { margin: 24px 0 30px; color: white; font-size: 14px; }
.button-light { min-width: 220px; background: white; color: var(--red); box-shadow: 0 16px 35px rgba(113,20,15,.2); }
.button-light:hover { background: #fff7ef; }
.final-content > small { margin-top: 16px; color: white; font-size: 9px; }

.site-footer { background: #141412; color: white; }
.footer-inner { min-height: 120px; display: flex; align-items: center; gap: 28px; }
.footer-brand .brand-divider { background: rgba(255,255,255,.25); }
.footer-brand .brand-cn { color: #96918a; }
.footer-inner p { margin: 0 auto 0 28px; color: #87827c; font-size: 11px; }
.footer-inner > span { color: #aaa49d; font: 9px Arial,sans-serif; }

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(23, 23, 20, 0.14);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 12px 30px rgba(23, 23, 20, 0.14);
  color: var(--ink);
  font: 700 20px/1 Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transform: translateY(10px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, background 0.22s ease, color 0.22s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.back-to-top.is-visible:hover {
  border-color: var(--red);
  background: var(--red);
  color: white;
  transform: translateY(-2px);
}

.back-to-top:focus-visible {
  outline: 3px solid rgba(216, 58, 46, 0.28);
  outline-offset: 3px;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.coming-soon-toast {
  position: fixed;
  left: 50%;
  top: 20%;
  z-index: 100;
  min-width: 220px;
  padding: 14px 22px 14px 42px;
  border: 1px solid rgba(23, 23, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 14px 40px rgba(23, 23, 20, 0.16);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -14px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.coming-soon-toast::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(216, 58, 46, 0.1);
  transform: translateY(-50%);
}

.coming-soon-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal-up {
  animation: reveal-up .75s both cubic-bezier(.22,.75,.25,1);
}
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }

@keyframes reveal-up {
  from { opacity: 0; translate: 0 22px; }
  to { opacity: 1; translate: 0 0; }
}

@media (max-width: 1120px) {
  .hero-inner { grid-template-columns: 47% 53%; }
  .hero-visual { min-width: 610px; transform: scale(.88) perspective(1600px) rotateY(-4deg); transform-origin: left center; }
  .roles-grid { grid-template-columns: .7fr 1fr 1fr; }
  .role-card { padding: 32px; }
  .theme-preview { grid-template-columns: 150px 1fr; }
}

@media (max-width: 1040px) {
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 110px; padding-bottom: 135px; }
  .hero-copy { max-width: 660px; }
  .hero h1 { font-size: clamp(58px, 10vw, 78px); }
  .hero-visual { width: 100%; max-width: 680px; min-width: 0; margin: 105px auto 0; transform: none; }
  .dashboard-card { width: 100%; }
  .profit-float { right: 12px; }
  .customize-float { left: 12px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 40px), 720px); }
  .main-nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-nav:not([hidden]) {
    position: absolute;
    inset: 100% 0 auto;
    display: block;
    border-top: 1px solid rgba(23, 23, 20, 0.08);
    border-bottom: 1px solid rgba(23, 23, 20, 0.1);
    background: rgba(245, 240, 232, 0.97);
    box-shadow: 0 18px 34px rgba(49, 39, 29, 0.12);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
    backdrop-filter: blur(16px) saturate(135%);
  }
  .mobile-nav-inner { display: grid; grid-template-columns: repeat(2, 1fr); padding-block: 8px; }
  .mobile-nav a { display: flex; min-height: 52px; align-items: center; padding-inline: 18px; border-bottom: 1px solid rgba(23, 23, 20, 0.08); font-size: 13px; font-weight: 700; }
  .mobile-nav a.is-active { background: rgba(216, 58, 46, 0.08); color: var(--red-dark); }
  .mobile-nav a:nth-last-child(-n + 2) { border-bottom: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 30px; }
  .split-heading > p { max-width: 620px; }
  .profit-model { grid-template-columns: 1fr; }
  .profit-story { min-height: 420px; }
  .profit-chart { min-height: 480px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .step-card:nth-child(2) { border-right: 1px solid var(--line); }
  .step-card:nth-child(3), .step-card:nth-child(4) { border-top: 1px solid var(--line); }
  .step-arrow { display: none; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-store { grid-row: auto; }
  .bento-order { grid-column: auto; }
  .categories-intro { grid-template-columns: 35px 1fr; }
  .categories-intro > p { grid-column: 2; }
  .roles-grid { grid-template-columns: 1fr 1fr; }
  .roles-title { grid-column: 1 / -1; margin-bottom: 30px; }
  .roles-title p { max-width: 520px; }
  .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .faq-title { position: static; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 78px; }
  .mobile-title-break { display: block; }
  .container { width: calc(100% - 32px); }
  .nav-inner { height: 70px; }
  .brand { min-height: 44px; gap: 7px; }
  .brand-mark { width: 30px; height: 30px; font-size: 16px; }
  .brand-name { font-size: 12px; }
  .brand-cn, .brand-divider { display: none; }
  .login-button { height: 44px; padding-inline: 14px; gap: 7px; font-size: 11px; }
  .hero { padding-top: 70px; }
  .hero-grid { background-size: 58px 58px; }
  .hero-inner { padding-top: 50px; padding-bottom: 110px; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .hero h1 { font-size: clamp(43px, 12vw, 47px); line-height: 1.16; }
  .hero-lead { margin-top: 23px; font-size: 14px; line-height: 1.85; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 28px; }
  .button { width: 100%; }
  .text-link { min-height: 44px; align-items: center; align-self: center; }
  .hero-points { justify-content: space-between; gap: 8px; font-size: 10px; }
  .hero-visual { width: 100%; margin: 72px 0 0; }
  .dashboard-card { width: 100%; height: 340px; border-radius: 11px; }
  .browser-bar { height: 37px; grid-template-columns: 55px 1fr 65px; padding-inline: 10px; }
  .browser-address { width: 145px; font-size: 6px; padding: 5px; }
  .browser-live { font-size: 6px; }
  .dash-sidebar { width: 42px; gap: 12px; padding-top: 11px; }
  .dash-logo, .dash-sidebar > span { width: 24px; height: 24px; }
  .dash-main { padding: 16px 14px; }
  .dash-heading strong { font-size: 12px; }
  .dash-stats { margin-top: 12px; }
  .dash-stats > div { min-height: 68px; padding: 10px; }
  .dash-stats strong { font-size: 14px; }
  .dash-section-title { margin-top: 13px; }
  .product-row { grid-template-columns: 1fr 1fr; }
  .product-mobile-hide { display: none; }
  .product-card { grid-template-columns: 35px 1fr; }
  .product-art { width: 35px; height: 42px; }
  .jp-seal { top: -49px; right: 12px; width: 75px; height: 75px; }
  .jp-seal span { font-size: 15px; }
  .profit-float { right: 8px; bottom: -37px; transform: scale(.8); transform-origin: right center; }
  .customize-float { left: 8px; bottom: 18px; transform: scale(.8); transform-origin: left center; }
  .category-ticker { height: 52px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
  .category-ticker::-webkit-scrollbar { display: none; }
  .ticker-track { gap: 25px; justify-content: flex-start; overflow: visible; font-size: 10px; }
  .section { padding: 80px 0; }
  .section-heading h2, .categories-intro h2, .roles-title h2, .faq-title h2 { font-size: clamp(34px, 10vw, 37px); }
  .split-heading { gap: 22px; }
  .profit-model { margin-top: 48px; }
  .profit-story { min-height: 390px; padding: 35px 25px; }
  .profit-story h3 { font-size: 28px; }
  .formula-pill { flex-wrap: wrap; border-radius: 14px; font-size: 10px; }
  .profit-chart { min-height: 410px; grid-template-columns: 1fr 96px; gap: 16px; padding: 55px 25px 35px 35px; }
  .price-stack { height: 280px; padding-left: 13px; }
  .stack-profit, .stack-base { padding: 0 12px; }
  .stack-profit strong, .stack-base strong { font-size: 19px; }
  .stack-profit i, .stack-base i { display: none; }
  .total-price { height: 260px; }
  .total-price strong { font-size: 21px; }
  .centered-heading { text-align: left; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .step-card {
    display: grid;
    min-height: 0;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 18px;
    border-right: 1px solid var(--line);
    border-top: 1px solid var(--line);
    padding: 22px;
  }
  .step-card:first-child { border-top: 0; }
  .step-top { grid-column: 1 / -1; }
  .step-visual { grid-column: 1; grid-row: 2 / 4; height: 96px; margin: 20px 0 0; }
  .step-symbol { transform: scale(.72); }
  .step-card h3 { grid-column: 2; grid-row: 2; margin: 22px 0 8px; }
  .step-card > p { grid-column: 2; grid-row: 3; }
  .bento-grid { gap: 12px; margin-top: 48px; }
  .bento-card { min-height: 300px; }
  .bento-copy { padding: 24px; }
  .bento-store { min-height: 560px; }
  .theme-preview { left: 20px; right: 20px; height: 390px; grid-template-columns: 88px 1fr; }
  .theme-sidebar { padding: 18px 8px; }
  .theme-option { gap: 5px; padding: 7px 5px; font-size: 8px; }
  .theme-option i { width: 13px; height: 13px; }
  .theme-option b { display: none; }
  .theme-storefront { padding: 20px 16px; }
  .mini-store-nav span { display: none; }
  .mini-store-hero { height: 295px; margin-top: 18px; padding: 32px 18px; }
  .mini-store-hero b { font-size: 22px; }
  .price-control { left: 22px; right: 22px; bottom: 22px; padding: 17px; }
  .goods-orbit { transform: scale(.72); transform-origin: right bottom; }
  .bento-order { min-height: 430px; }
  .bento-order .bento-copy { max-width: none; padding: 24px; }
  .order-list { inset: 164px 22px 22px; }
  .order-list > div { grid-template-columns: 30px 1fr auto; gap: 10px; padding: 10px 12px; }
  .order-list i { width: 26px; height: 26px; }
  .categories-section { padding: 80px 0; }
  .categories-intro { grid-template-columns: 24px 1fr; gap: 24px; }
  .category-list { margin-top: 48px; }
  .category-line { grid-template-columns: 38px 1fr; min-height: 83px; }
  .category-line small { display: none; }
  .category-line strong { font-size: 23px; }
  .roles-grid { grid-template-columns: 1fr; }
  .roles-title { grid-column: auto; }
  .role-card { min-height: 0; padding: 24px 22px; }
  .role-card h3 { margin: 18px 0 20px; }
  .role-card li { min-height: 48px; }
  .faq-grid { gap: 40px; }
  .faq-list summary { grid-template-columns: 32px 1fr 28px; min-height: 78px; font-size: 14px; }
  .faq-list details p { margin: -2px 28px 25px 32px; }
  .final-cta { min-height: 530px; }
  .final-disc { width: 410px; height: 410px; }
  .final-content { padding: 70px 0; }
  .final-content h2 { font-size: clamp(34px, 9.5vw, 38px); }
  .final-title-line { display: inline-block; white-space: nowrap; }
  .footer-inner { min-height: 155px; flex-wrap: wrap; justify-content: space-between; padding: 30px 0; }
  .footer-inner p { order: 3; width: 100%; margin: 0; }
  .back-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; font-size: 18px; }
  .coming-soon-toast { top: 16%; max-width: calc(100% - 32px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
