:root {
  --blue: #1d4ed7;
  --ink: #333333;
  --ink-strong: #282828;
  --text: #484848;
  --muted: #686868;
  --soft: #faf8f4;
  --band: #f3f3f3;
  --line: #cccccc;
  --footer: #1d2939;
  --container: 1400px;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.16);
  --shadow-pop: 0 0 3px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "OPPOSans", "Source Han Sans CN", "Microsoft YaHei",
    "PingFang SC", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: relative;
  z-index: 40;
  height: 100px;
  background: #ffffff;
}

.nav {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 56px;
  color: #383838;
  text-decoration: none;
}

.brand img {
  width: 30px;
  height: 30px;
}

.brand span {
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  white-space: nowrap;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: auto;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  border: 0;
  color: var(--text);
  background: transparent;
  font-size: 20px;
  line-height: 39px;
}

.language-trigger img {
  width: 24px;
  height: 24px;
}

.contact-button {
  width: 128px;
  height: 56px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue);
  font-size: 16px;
  line-height: 39px;
}

.language-menu {
  position: absolute;
  top: 78px;
  right: 175px;
  z-index: 80;
  display: none;
  width: 116px;
  height: 100px;
  padding: 6px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-pop);
}

.nav.lang-visible .language-menu {
  display: block;
}

.language-menu button {
  width: 104px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  color: var(--text);
  background: transparent;
  font-size: 20px;
  line-height: 39px;
}

.language-menu button.is-current {
  background: #faf7f0;
}

.contact-popover {
  position: absolute;
  top: 78px;
  right: 0;
  z-index: 60;
  display: none;
  width: 370px;
  padding: 26px 29px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--shadow-pop);
}

.nav.contact-visible .contact-popover {
  display: block;
}

.contact-popover dl {
  margin: 0;
}

.contact-popover dt {
  margin: 0 0 12px;
  color: #787878;
  font-size: 16px;
  line-height: 24px;
}

.contact-popover dd {
  margin: 0 0 28px;
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-popover dd:last-child {
  margin-bottom: 0;
}

.hero {
  height: 780px;
  background: #f2f2f2
    url("../images/xianggangmishuwangzhan2/img/ps4hbii4u6jxn7pjbk5xj0lmngs0jr1fclp979df820-612e-4242-88d9-240b3d697b7f.png")
    center top / cover no-repeat;
}

.hero .container {
  height: 100%;
  padding-top: 245px;
}

.hero-copy {
  width: 734px;
}

.hero h1 {
  margin: 0;
  color: #383838;
  font-size: 68px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero p {
  width: 733px;
  margin: 39px 0 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 36px;
}

.hero-rule {
  width: 716px;
  height: 1px;
  margin: 50px 0 0;
  background: var(--line);
}

.hero-proof {
  margin: 44px 0 0;
  color: var(--blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  white-space: nowrap;
}

.section-head {
  text-align: center;
}

.section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0;
}

.section-head p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 24px;
}

.audience {
  padding: 120px 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin-top: 51px;
}

.audience-card {
  height: 400px;
  padding: 49px 44px;
  border-radius: 20px;
  background: var(--soft);
  text-align: center;
}

.audience-card img {
  width: 162px;
  height: 162px;
  margin: 0 auto;
}

.audience-card h3 {
  margin: 42px 0 0;
  color: var(--ink);
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.audience-card p {
  margin: 28px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 26px;
}

.services {
  padding: 81px 0 92px;
  background: var(--band);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-top: 46px;
}

.service-card {
  min-height: 292px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.service-main {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 34px;
  align-items: start;
}

.service-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 8px;
  background: #ecf6fe;
}

.service-icon img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.service-card h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.service-card p {
  margin: 23px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 24px;
}

.check-list {
  display: grid;
  gap: 20px;
  margin: 31px 0 0 112px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 10px;
  background: url("../images/xianggangmishuwangzhan2/img/pszb270wkzmlpss6rndan9tyggv6hhkp274e09c62-29aa-486d-8bf1-2b1b0ea8c5ab.png")
    center / contain no-repeat;
}

.process {
  padding: 120px 0 0;
}

.process .section-head p {
  margin-top: 26px;
}

.process-list {
  display: grid;
  gap: 20px;
  margin-top: 39px;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 35px;
  min-height: 154px;
  padding: 40px;
  border-radius: 26px;
  background: var(--soft);
}

.process-card.is-open {
  min-height: 420px;
}

.process-card.step-two.is-open {
  min-height: 272px;
}

.process-card.step-three.is-open {
  min-height: 300px;
}

.process-card.step-four.is-open {
  min-height: 246px;
}

.process-number {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--blue);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.process-body {
  min-width: 0;
}

.process-card.step-two.is-open .process-body {
  max-width: 833px;
}

.process-card.step-three.is-open .process-body {
  max-width: 828px;
}

.process-card.step-four.is-open .process-body {
  max-width: 829px;
}

.process-title {
  margin: 0;
  color: var(--ink-strong);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.process-summary {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 30px;
}

.process-detail {
  display: none;
  position: relative;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 96px;
  align-items: center;
  margin-top: 36px;
}

.process-card.is-open .process-detail {
  display: grid;
}

.process-card:not(.step-two):not(.step-three):not(.step-four).is-open
  .process-detail {
  position: absolute;
  top: 150px;
  left: 145px;
  right: 72px;
  grid-template-columns: 829px 240px;
  gap: 114px;
  margin-top: 0;
}

.process-points {
  display: grid;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-points li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.process-points img {
  width: 21px;
  height: 26px;
  margin-top: 4px;
  object-fit: contain;
}

.process-points h4 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.process-points p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.process-detail.simple {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-top: 28px;
  padding-left: 0;
}

.process-card.is-open .process-detail.simple {
  display: grid;
}

.process-card.step-two.is-open .process-detail.simple,
.process-card.step-three.is-open .process-detail.simple,
.process-card.step-four.is-open .process-detail.simple {
  position: static;
}

.process-card:not(.is-open) .process-detail {
  display: none;
}

.process-card.step-three .process-detail {
  grid-template-columns: minmax(0, 1fr) 275px;
}

.process-card.step-four .process-detail {
  grid-template-columns: minmax(0, 1fr) 275px;
}

.process-detail-art {
  justify-self: end;
  max-width: 270px;
  max-height: 230px;
  object-fit: contain;
}

.process-card.step-two.is-open .process-detail-art,
.process-card.step-three.is-open .process-detail-art,
.process-card.step-four.is-open .process-detail-art {
  position: absolute;
  right: 72px;
  object-fit: contain;
}

.process-card.step-two.is-open .process-detail-art {
  top: 63px;
  width: 222px;
  height: 189px;
}

.process-card.step-two.is-open .process-summary {
  white-space: nowrap;
  line-height: 24px;
}

.process-card.step-two.is-open .process-checks {
  gap: 21px;
}

.process-card.step-two.is-open .process-checks li {
  line-height: 16px;
}

.process-card.step-three .process-detail-art {
  width: 252px;
  height: 191px;
}

.process-card.step-three.is-open .process-detail-art {
  top: 78px;
  right: 63px;
}

.process-card.step-four .process-detail-art {
  width: 264px;
  height: 202px;
}

.process-card.step-four.is-open .process-detail-art {
  top: 39px;
  right: 69px;
}

.process-card.step-four.is-open .process-summary {
  line-height: 25px;
}

.process-card.step-four.is-open .note-line {
  line-height: 24px;
}

.process-checks {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-checks li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.process-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 10px;
  background: url("../images/xianggangmishuwangzhan2/img/pszb270wkzmlpss6rndan9tyggv6hhkp274e09c62-29aa-486d-8bf1-2b1b0ea8c5ab.png")
    center / contain no-repeat;
}

.note-line {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: start;
  margin-top: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.process-card.step-three.is-open .process-detail.simple {
  margin-top: 29px;
}

.note-line img {
  width: 28px;
  height: 30px;
  margin-top: 3px;
}

.accordion-toggle {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #737b85;
  background: #ffffff;
  font-size: 0;
}

.accordion-toggle::before,
.accordion-toggle::after {
  content: "";
  grid-area: 1 / 1;
  width: 17px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
}

.accordion-toggle::after {
  transform: rotate(90deg);
}

.process-card.is-open .accordion-toggle::after {
  transform: rotate(0deg);
}

.complete-panel {
  display: grid;
  grid-template-columns: 1fr 366px 1fr;
  align-items: center;
  min-height: 520px;
  margin-top: 20px;
  padding: 62px 180px 70px;
  border-radius: 26px;
  background: var(--soft);
  text-align: center;
}

.complete-panel h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 36px;
  font-weight: 700;
  line-height: 80px;
  white-space: nowrap;
}

.complete-panel img {
  width: 366px;
  height: 337px;
}

.complete-panel p {
  grid-column: 1 / -1;
  margin: 33px 0 0;
  color: #565b67;
  font-size: 18px;
  line-height: 24px;
}

.banks {
  padding: 120px 0 0;
}

.banks .section-head p,
.testimonials .section-head p {
  margin-top: 26px;
  font-size: 16px;
}

.bank-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 93px;
  margin-top: 50px;
}

.bank-card {
  display: grid;
  height: 80px;
  place-items: center;
  border-radius: 12px;
  background: var(--band);
  font-size: 28px;
  font-weight: 700;
  line-height: 80px;
}

.bank-card:nth-child(1) {
  color: #e52713;
}

.bank-card:nth-child(2) {
  color: #0274ea;
}

.bank-card:nth-child(3) {
  color: #b60138;
}

.bank-card:nth-child(4) {
  color: #ef1d28;
}

.testimonials {
  padding: 123px 0 121px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin-top: 35px;
}

.quote-card {
  min-height: 255px;
  padding: 37px 36px 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.quote-card img {
  width: 25px;
  height: 23px;
}

.quote-card p {
  margin: 37px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 30px;
}

.client {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 18px;
}

.client img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
}

.client strong {
  display: block;
  color: var(--ink-strong);
  font-size: 20px;
  line-height: 30px;
}

.client span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 30px;
}

html[lang="zh-Hant"] .process-card.step-two.is-open {
  min-height: 304px;
}

html[lang="zh-Hant"]
  .process-card.step-two.is-open
  .process-summary {
  max-width: 833px;
  white-space: normal;
  line-height: 30px;
}

html[lang="zh-Hant"]
  .process-card.step-two.is-open
  .process-detail.simple {
  margin-top: 24px;
}

html[lang="zh-Hant"] .testimonial-grid > article {
  display: flex;
  flex-direction: column;
}

html[lang="zh-Hant"] .quote-card {
  flex: 1;
  min-height: 338px;
}

html[lang="zh-Hant"] .quote-card p {
  margin-top: 32px;
  line-height: 28px;
}

html[lang="zh-Hant"] .client span {
  margin-top: 10px;
  line-height: 26px;
}

.site-footer {
  min-height: 350px;
  padding: 88px 0 92px;
  background: var(--footer);
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 348px 290px 360px;
  gap: 166px;
}

.footer-grid h2 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

.footer-grid p,
.footer-grid li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 24px;
}

.footer-grid p {
  margin: 0;
}

.footer-grid ul {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 25px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact {
  display: grid;
  gap: 24px;
}

.footer-contact div {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  align-items: start;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 24px;
}

.footer-contact img {
  width: 13px;
  height: 13px;
  margin-top: 5px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .hero h1 {
    white-space: normal;
  }

  .hero-copy,
  .hero p,
  .hero-rule {
    width: min(734px, 62vw);
  }

  .services-grid,
  .audience-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .audience-card,
  .service-card,
  .quote-card {
    height: auto;
    min-height: auto;
  }

  .process-detail,
  .process-detail.simple,
  .process-card.step-three .process-detail,
  .process-card.step-four .process-detail {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process-detail-art {
    position: static !important;
    justify-self: start;
  }

  .process-card:not(.step-two):not(.step-three):not(.step-four).is-open
    .process-detail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
  }

  .process-card.step-two.is-open .process-summary {
    white-space: normal;
    line-height: 30px;
  }

  .process-points p {
    white-space: normal;
  }

  .bank-grid {
    gap: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    height: auto;
  }

  .nav {
    min-height: 88px;
    padding-top: 16px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand span {
    font-size: 20px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    margin-left: 0;
  }

  .language-menu {
    top: 132px;
    right: auto;
    left: 0;
  }

  .contact-popover {
    top: 140px;
    right: auto;
    left: 0;
    width: min(370px, 100%);
  }

  .hero {
    height: auto;
    min-height: 443px;
    background-size: auto 100%;
    background-position: 66% top;
  }

  .hero .container {
    padding: 82px 0 42px;
  }

  .hero-copy {
    position: relative;
    z-index: 1;
    width: 250px;
  }

  .hero p,
  .hero-rule {
    width: 240px;
  }

  .hero h1 {
    width: 235px;
    font-size: 36px;
    line-height: 1.14;
  }

  .hero p {
    margin-top: 26px;
    font-size: 18px;
    line-height: 28px;
  }

  .hero-rule {
    margin-top: 28px;
  }

  .hero-proof {
    width: 230px;
    margin-top: 24px;
    font-size: 21px;
    line-height: 30px;
    white-space: normal;
  }

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

  .audience,
  .process,
  .banks,
  .testimonials {
    padding-top: 72px;
  }

  .audience {
    padding-bottom: 72px;
  }

  .services {
    padding: 72px 0;
  }

  .audience-grid,
  .services-grid,
  .testimonial-grid,
  .bank-grid {
    gap: 20px;
  }

  .service-main {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .service-icon {
    width: 64px;
    height: 64px;
  }

  .check-list {
    margin-left: 0;
  }

  .process-card {
    grid-template-columns: 56px 1fr 32px;
    gap: 16px;
    padding: 24px;
  }

  .process-number {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }

  .process-title {
    font-size: 24px;
    line-height: 30px;
  }

  .process-summary {
    font-size: 18px;
    line-height: 28px;
  }

  .process-detail {
    grid-column: 1 / -1;
  }

  .process-detail-art {
    max-width: 100%;
    height: auto;
  }

  .complete-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 24px;
  }

  .complete-panel img {
    width: min(280px, 100%);
    height: auto;
    margin: 16px auto;
  }

  .complete-panel h3 {
    font-size: 28px;
    line-height: 40px;
    white-space: normal;
  }

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

  .client {
    grid-template-columns: 76px 1fr;
    gap: 18px;
  }

  .client img {
    width: 76px;
    height: 76px;
  }
}
