:root {
  --page-w: 1728px;
  --page-h: 3610px;
  --nav-line: 63px;
  --bg: #131313;
  --section: #1b1c1c;
  --section-soft: #1e1e1e;
  --panel: #212222;
  --panel-deep: #181819;
  --panel-quote: #242424;
  --text: #ffffff;
  --muted: #c7c7c7;
  --body-text: #b1b1b1;
  --warm: #dfc1af;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  letter-spacing: 0;
}

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

img {
  display: block;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 75.5px;
  background: rgba(19, 19, 19, 0.8);
  backdrop-filter: blur(12px);
}

.nav-stage {
  position: relative;
  width: var(--page-w);
  height: 75.5px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.nav-logo {
  position: absolute;
  left: 299px;
  top: 46px;
  width: 62px;
  height: 18px;
}

.nav-logo img {
  width: 62px;
  height: 18px;
}

.nav-logo i {
  position: absolute;
  left: -0.5px;
  top: 27.5px;
  width: var(--nav-line);
  height: 2px;
  background: #b9ada5;
  transition: width 180ms ease;
}

.nav-link {
  position: absolute;
  top: 48px;
  height: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
}

.nav-link-agents {
  left: 649px;
}

.nav-link-management {
  left: 834px;
}

.nav-link-trust {
  left: 1009px;
}

.nav-action {
  position: absolute;
  left: 1328px;
  top: 39.5px;
  width: 101.5px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #0e0e0e;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.page-shell {
  position: relative;
  width: 100%;
  height: var(--page-h);
  overflow: hidden;
  background: var(--bg);
}

.page-stage {
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--page-w);
  height: var(--page-h);
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--bg);
}

.section-bg {
  position: absolute;
  left: 0;
  width: var(--page-w);
}

.section-bg-agents {
  top: 789.5px;
  height: 691px;
  background: var(--section);
}

.section-bg-trust {
  top: 2169.5px;
  height: 791px;
  background: var(--section-soft);
}

.text-block {
  position: absolute;
  white-space: normal;
}

.hero-title {
  left: 291.5px;
  top: 160.5px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
}

.hero-lede {
  left: 298.5px;
  top: 318.5px;
  width: 820px;
  color: #c7c7c7;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.hero-phone {
  position: absolute;
  left: 1147px;
  top: 130px;
  width: 283px;
  height: 610px;
}

.hero-card {
  position: absolute;
  width: 351px;
  height: 122px;
  overflow: hidden;
  background: var(--panel);
}

.hero-card b {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 121.5px;
}

.hero-card h2 {
  position: absolute;
  left: 26px;
  top: 20.5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.hero-card p {
  position: absolute;
  left: 26px;
  top: 54px;
  width: 299px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.hero-card-1 {
  left: 298.5px;
  top: 430px;
}

.hero-card-1 b {
  background: var(--warm);
}

.hero-card-2 {
  left: 678.5px;
  top: 430px;
}

.hero-card-2 b {
  background: var(--warm);
}

.hero-card-3 {
  left: 298.5px;
  top: 580px;
}

.hero-card-3 b {
  background: var(--warm);
}

.hero-card-4 {
  left: 678.5px;
  top: 580px;
}

.hero-card-4 b {
  background: var(--warm);
}

.section-title {
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}

.section-lede {
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.agents-title {
  left: 297.5px;
  top: 915px;
}

.agents-lede {
  left: 299px;
  top: 982px;
  width: 900px;
}

.thinking-card {
  position: absolute;
  left: 298.5px;
  top: 1067px;
  width: 431px;
  height: 71px;
  border-radius: 999px;
  background: #262727;
}

.thinking-avatars {
  position: absolute;
  left: 15.5px;
  top: 13px;
  width: 169px;
  height: 45px;
}

.thinking-dot {
  position: absolute;
  left: 192.5px;
  top: 19px;
  width: 10px;
  height: 11px;
}

.thinking-card p {
  position: absolute;
  left: 207.5px;
  top: 20px;
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
}

.thinking-card strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.step {
  position: absolute;
  width: 170px;
}

.step span {
  display: block;
  color: var(--warm);
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
}

.step h3 {
  margin-top: 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.step p {
  margin-top: 37px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.step-1 {
  left: 298.5px;
  top: 1193.5px;
}

.step-2 {
  left: 538.5px;
  top: 1193.5px;
}

.step-3 {
  left: 777px;
  top: 1193.5px;
}

.step-4 {
  left: 1017px;
  top: 1193.5px;
}

.step-5 {
  left: 1257.5px;
  top: 1193.5px;
}

.management-title {
  left: 298px;
  top: 1604.5px;
}

.management-lede {
  left: 299px;
  top: 1671.5px;
  width: 1200px;
  line-height: 19px;
  white-space: nowrap;
}

.work-card {
  position: absolute;
  width: 261px;
  height: 281px;
  overflow: hidden;
  background: var(--panel-deep);
}

.work-card span {
  position: absolute;
  left: 22.5px;
  top: 32.5px;
  color: #6a4b3c;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.work-card h3 {
  position: absolute;
  left: 22.5px;
  top: 68.5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.5px;
}

.desktop-break {
  display: block;
}

.work-card img {
  position: absolute;
  object-fit: contain;
}

.work-card div {
  position: absolute;
  left: 22px;
  top: 150px;
  width: 216.5px;
  height: 101px;
  padding: 16px 17px 0 23.5px;
  border-left: 1px solid #b48e7a;
  color: #b1b1b1;
  background: var(--panel-quote);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-character;
}

.work-card-1 {
  left: 298.5px;
  top: 1758.5px;
}

.work-card-1 img {
  left: 169.5px;
  top: 99.5px;
  width: 46px;
  height: 63px;
}

.work-card-2 {
  left: 588.5px;
  top: 1758.5px;
}

.work-card-2 img {
  left: 167px;
  top: 99px;
  width: 48px;
  height: 57px;
}

.work-card-3 {
  left: 878.5px;
  top: 1758.5px;
}

.work-card-3 img {
  left: 169px;
  top: 99px;
  width: 44px;
  height: 59.5px;
}

.work-card-4 {
  left: 1168.5px;
  top: 1758.5px;
}

.work-card-4 img {
  left: 163.5px;
  top: 99.5px;
  width: 52px;
  height: 63px;
}

.trust-title {
  left: 298.5px;
  top: 2316.5px;
}

.trust-lede {
  left: 299px;
  top: 2384.5px;
  width: 900px;
  line-height: 25px;
}

.trust-card {
  position: absolute;
  width: 261px;
  height: 281px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #1b1c1c;
}

.trust-card span {
  position: absolute;
  left: 27px;
  top: 28px;
  color: var(--warm);
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
}

.trust-card h3 {
  position: absolute;
  left: 27px;
  top: 97.5px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}

.trust-card p {
  position: absolute;
  left: 28px;
  top: 151px;
  width: 194px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.trust-card-1 {
  left: 298.5px;
  top: 2525.5px;
}

.trust-card-2 {
  left: 588.5px;
  top: 2525.5px;
}

.trust-card-3 {
  left: 878.5px;
  top: 2525.5px;
}

.trust-card-4 {
  left: 1168.5px;
  top: 2525.5px;
}

.start-title {
  left: 297.5px;
  top: 3099.5px;
  line-height: 50px;
}

.start-lede {
  left: 299px;
  top: 3227.5px;
  width: 560px;
  color: #c7c7c7;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.desktop-badge {
  position: absolute;
  left: 299px;
  top: 3314px;
  min-width: 137px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.qr-card {
  position: absolute;
  width: 171.5px;
  height: 207.5px;
}

.qr-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 171.5px;
  height: 171px;
  border-radius: 3px;
  background: #ffffff;
}

.qr-card img {
  position: absolute;
  left: 10.5px;
  top: 10.5px;
  width: 150px;
  height: 150px;
}

.qr-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 193px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 14.5px;
  text-align: center;
}

.qr-card-1 {
  left: 1058.5px;
  top: 3103.5px;
}

.qr-card-2 {
  left: 1258px;
  top: 3103.5px;
}

.site-footer {
  position: absolute;
  left: 0;
  top: 3446.5px;
  width: var(--page-w);
  height: 163.5px;
}

.footer-logo {
  position: absolute;
  left: 299px;
  top: 1.5px;
  width: 62px;
  height: 17px;
}

.copyright {
  position: absolute;
  left: 379px;
  top: 2px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.icp {
  position: absolute;
  left: auto;
  right: 298.5px;
  top: 3px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
}

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

.icp a:hover {
  text-decoration: underline;
}

.police {
  position: absolute;
  left: 1194px;
  top: -0.5px;
  width: 19px;
  height: 21px;
}

@media (max-width: 767px) {
  :root {
    --mobile-pad: 22px;
    --nav-line: 62px;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
    background: var(--bg);
  }

  .site-header {
    height: 64px;
    background: rgba(19, 19, 19, 0.88);
  }

  .nav-stage {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0 var(--mobile-pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: none;
  }

  .nav-logo {
    position: relative;
    left: auto;
    top: auto;
    width: 62px;
    height: 18px;
    flex: 0 0 auto;
  }

  .nav-logo i {
    left: 0;
    top: 27px;
  }

  .nav-link {
    display: none;
  }

  .nav-action {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 32px;
    padding: 0 15px;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .page-shell,
  .page-stage {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 100vh;
    transform: none;
    overflow: visible;
    background: var(--bg);
  }

  .section-bg {
    display: none;
  }

  .hero-section,
  .agents-section,
  .management-section,
  .trust-section,
  .start-section {
    position: relative;
    width: 100%;
    padding-right: var(--mobile-pad);
    padding-left: var(--mobile-pad);
  }

  .hero-section {
    padding-top: 116px;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
  }

  .agents-section {
    padding-top: 64px;
    padding-bottom: 72px;
    background: var(--section);
  }

  .management-section {
    padding-top: 64px;
    padding-bottom: 74px;
    background: var(--bg);
  }

  .trust-section {
    padding-top: 64px;
    padding-bottom: 74px;
    background: var(--section-soft);
  }

  .start-section {
    padding-top: 64px;
    padding-bottom: 56px;
    background: var(--bg);
    display: block;
  }

  .text-block,
  .hero-title,
  .hero-lede,
  .section-title,
  .section-lede,
  .agents-title,
  .agents-lede,
  .management-title,
  .management-lede,
  .trust-title,
  .trust-lede,
  .start-title,
  .start-lede {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    max-width: none;
    white-space: normal;
  }

  .hero-title {
    font-size: clamp(42px, 12.2vw, 58px);
    line-height: 1.14;
    letter-spacing: 0;
    order: 1;
  }

  .hero-lede {
    margin-top: 20px;
    color: #c7c7c7;
    font-size: 16px;
    line-height: 28px;
    order: 2;
  }

  .hero-phone {
    position: relative;
    left: auto;
    top: auto;
    width: min(68vw, 283px);
    height: auto;
    margin: 34px auto 0;
    order: 3;
  }

  .hero-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 118px;
    margin-top: 16px;
    padding: 22px 22px 22px 28px;
    overflow: hidden;
  }

  .hero-card-1 {
    order: 4;
  }

  .hero-card-2 {
    order: 5;
  }

  .hero-card-3 {
    order: 6;
  }

  .hero-card-4 {
    order: 7;
  }

  .hero-card-1 {
    margin-top: 36px;
  }

  .hero-card b {
    height: 100%;
  }

  .hero-card h2,
  .hero-card p {
    position: static;
    left: auto;
    top: auto;
    width: auto;
  }

  .hero-card h2 {
    font-size: 19px;
    line-height: 28px;
  }

  .hero-card p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-title {
    font-size: clamp(31px, 8.6vw, 40px);
    line-height: 1.2;
  }

  .section-lede {
    margin-top: 14px;
    font-size: 15px;
    line-height: 27px;
  }

  .thinking-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 431px;
    height: 68px;
    margin-top: 30px;
  }

  .thinking-avatars {
    left: 13px;
    top: 13px;
    width: 158px;
    height: auto;
  }

  .thinking-dot {
    left: 178px;
    top: 18px;
  }

  .thinking-card p {
    left: 193px;
    top: 18px;
    right: 18px;
    font-size: 10px;
    line-height: 16px;
  }

  .thinking-card strong {
    font-size: 13px;
  }

  .step {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 28px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .step-1 {
    margin-top: 44px;
  }

  .step h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .step p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 26px;
  }

  .work-card,
  .trust-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 16px;
    padding: 22px 20px 20px;
  }

  .work-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    grid-template-areas:
      "label avatar"
      "title avatar"
      "quote quote";
    column-gap: 14px;
    align-items: end;
  }

  .work-card-1,
  .trust-card-1 {
    margin-top: 36px;
  }

  .work-card span,
  .work-card h3,
  .work-card img,
  .work-card div,
  .trust-card span,
  .trust-card h3,
  .trust-card p {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }

  .work-card span {
    display: block;
    grid-area: label;
    font-size: 12px;
    line-height: 18px;
  }

  .work-card h3 {
    grid-area: title;
    margin-top: 12px;
    max-width: none;
    font-size: 20px;
    line-height: 28px;
  }

  .desktop-break,
  .work-card h3 br {
    display: none;
  }

  .work-card img {
    grid-area: avatar;
    justify-self: end;
    align-self: end;
    width: auto;
    max-width: 60px;
    height: auto;
    max-height: 62px;
    object-fit: contain;
    object-position: right bottom;
  }

  .work-card div {
    grid-area: quote;
    margin-top: 0;
    padding: 14px 14px 14px 16px;
    border-left: 1px solid #b48e7a;
    font-size: 13px;
    line-height: 27px;
    text-align: left;
    text-align-last: auto;
  }

  .trust-card {
    border-color: rgba(255, 255, 255, 0.13);
  }

  .trust-card span {
    display: inline-block;
    vertical-align: baseline;
    min-width: 48px;
    font-size: 24px;
    line-height: 34px;
  }

  .trust-card h3 {
    display: inline-block;
    margin-top: 0;
    vertical-align: baseline;
    font-size: 22px;
    line-height: 32px;
  }

  .trust-card p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .desktop-badge {
    position: static;
    display: flex;
    width: max-content;
    margin-top: 22px;
    min-width: 0;
    height: 38px;
    padding: 0 18px;
  }

  .start-title {
    display: block;
  }

  .start-lede {
    display: block;
  }

  .qr-card {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 24px) / 2);
    height: auto;
    margin-top: 34px;
  }

  .qr-card-2 {
    margin-left: 8px;
    margin-top: 34px;
  }

  .qr-card::before {
    left: 50%;
    width: min(100%, 171.5px);
    height: auto;
    aspect-ratio: 1;
    transform: translateX(-50%);
  }

  .qr-card img {
    position: relative;
    left: auto;
    top: auto;
    width: min(calc(100% - 20px), 150px);
    height: auto;
    aspect-ratio: 1;
    margin: 10px auto 0;
  }

  .qr-card figcaption {
    position: relative;
    top: auto;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .site-footer {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0 var(--mobile-pad) 40px;
    display: grid;
    gap: 10px;
    background: var(--bg);
  }

  .footer-logo,
  .copyright,
  .icp,
  .police {
    position: static;
    left: auto;
    top: auto;
  }

  .footer-logo {
    width: 62px;
    height: 17px;
  }

  .copyright,
  .icp {
    font-size: 12px;
    line-height: 20px;
  }

  .police {
    display: none;
  }
}

@media (max-width: 767px) {
  .work-card h3 .desktop-break {
    display: inline !important;
  }
}
