html {
  font-size: 5.20833333vw;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.46rem;
}
header .header-nav-bar {
  background-color: white;
  border-radius: 0.55rem;
  padding: 0 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header .logo {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  border-radius: 4px;
}
header .logo img {
  height: 0.44rem;
  display: block;
}
header .logo .logo-icon {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
header .logo .logo-text {
  font-size: 0.192rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header nav ul {
  height: 0.72rem;
  line-height: 0.72rem;
  display: flex;
  list-style: none;
  gap: 0.32rem;
  margin: 0;
  padding: 0;
}
header nav li {
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
}
header nav a {
  color: #333;
  text-decoration: none;
  font-size: 0.152rem;
  font-weight: 500;
  transition: color 0.3s;
}
header nav a:hover:not(.active) {
  color: #4A90E2;
}
header nav a.active {
  color: #4A90E2;
  text-decoration: underline;
  text-decoration-color: #4A90E2;
  text-underline-offset: 4px;
}
.hero {
  background-image: url('../image/frame-decorative-17.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0rem 2rem;
  position: relative;
  overflow: hidden;
}
.hero .hero-text {
  z-index: 2;
  margin-top: 1.07rem;
  max-width: 9rem;
}
.hero h1 {
  font-size: 0.63rem;
  font-weight: 700;
  color: #181918;
  margin-bottom: 0.24rem;
  line-height: 1.2;
}
.hero p {
  font-size: 0.2rem;
  color: #181918;
  margin-bottom: 0.4rem;
  line-height: 1.8;
  font-weight: bold;
}
.hero .app-buttons {
  display: flex;
  gap: 0.16rem;
  flex-wrap: wrap;
  margin-bottom: 2.26rem;
}
.hero .app-buttons img {
  height: 0.66rem;
}
.loan-options {
  background-color: white;
  border-radius: 8px;
  padding: 0.16rem;
  margin-bottom: 0.16rem;
}
.option-item {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.08rem;
}
.checkmark {
  color: #4CAF50;
  font-weight: bold;
}
.loan-range {
  margin-top: 0.16rem;
  font-size: 0.112rem;
  color: #666;
}
.loan-amount {
  margin: 0.16rem 0;
}
.loan-amount .loan-amount-label {
  font-size: 0.112rem;
  color: #666;
  margin-bottom: 0.048rem;
}
.slider-container {
  margin: 0.08rem 0;
}
.amount-value {
  font-size: 0.192rem;
  font-weight: bold;
  color: #1a5490;
}
.apply-btn {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 0.128rem;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 0.16rem;
  cursor: pointer;
}
.features {
  background-color: white;
  padding: 0.77rem 2rem;
}
.features .features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  margin-top: 0.48rem;
}
.features .feature-card {
  background-color: rgba(178, 228, 246, 0.3);
  padding: 0.32rem;
  border-radius: 0.2rem;
  transition: all 0.3s;
}
.features .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.features .feature-card .feature-icon img {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin-bottom: 0.24rem;
}
.features .feature-card h3 {
  font-size: 0.24rem;
  color: #181918;
  margin-bottom: 0.24rem;
  font-weight: 600;
}
.features .feature-card p {
  color: #5E5E5E;
  font-size: 0.2rem;
}
.about-us {
  background-color: white;
  padding: 0.8rem 2rem;
}
.about-us .about-us-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.45rem;
  align-items: center;
}
.about-us .about-us-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.about-us .about-us-text h2 {
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.about-us .about-us-tagline {
  font-size: 0.2rem;
  color: #989898;
  margin-bottom: 0.32rem;
}
.about-us .info-block {
  background-color: #fff;
  padding: 0.24rem 0.32rem;
  border-radius: 0.24rem;
  margin-bottom: 0.24rem;
  box-shadow: 0px 12px 24px 0px rgba(0, 166, 226, 0.1);
}
.about-us .info-block h3 {
  font-size: 0.24rem;
  color: #181918;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
.about-us .info-block p {
  color: #989898;
  line-height: 1.8;
  margin-bottom: 0.16rem;
  font-size: 0.2rem;
}
.about-us .info-block p:last-child {
  margin-bottom: 0;
}
.about-us .info-block strong {
  color: #333;
  font-weight: bold;
}
.what-we-offer {
  background-color: white;
  padding: 0.76rem 2rem;
}
.what-we-offer .what-we-offer-title {
  font-size: 0.4rem;
  color: #181918;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.what-we-offer .what-we-offer-subtitle {
  font-size: 0.2rem;
  color: #989898;
  margin-bottom: 0.4rem;
}
.what-we-offer .what-we-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem;
}
.what-we-offer .offer-card {
  display: flex;
  align-items: center;
}
.what-we-offer .offer-card img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  margin-right: 0.24rem;
}
.what-we-offer .offer-text {
  font-size: 0.18rem;
  font-weight: bold;
  color: #181918;
}
.our-core-values {
  background-color: white;
  padding: 0.51rem 2rem;
}
.our-core-values .core-values-title {
  font-size: 0.4rem;
  color: #181918;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.our-core-values .core-values-subtitle {
  font-size: 0.2rem;
  color: #989898;
  margin-bottom: 0.58rem;
}
.our-core-values .core-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.24rem;
}
.our-core-values .value-card {
  background: rgba(178, 228, 246, 0.3);
  border-radius: 0.2rem;
  padding: 0.32rem;
  text-align: left;
}
.our-core-values .value-card img {
  width: 0.82rem;
  height: 1rem;
  object-fit: contain;
  display: block;
}
.our-core-values .value-title {
  font-size: 0.2rem;
  color: #181918;
  font-weight: bold;
  margin: 0.24rem 0;
}
.our-core-values .value-description {
  font-size: 0.16rem;
  color: #5E5E5E;
  display: block;
}
@media (max-width: 768px) {
  .our-core-values .core-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .our-core-values .core-values-grid {
    grid-template-columns: 1fr;
  }
}
.why-choose-us {
  background-color: white;
  padding: 0.8rem 2rem;
}
.why-choose-us h2 {
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.why-choose-us .why-choose-us-subtitle {
  font-size: 0.2rem;
  color: #989898;
  margin-bottom: 0.4rem;
}
.why-choose-us .why-choose-us-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.32rem;
}
.why-choose-us .why-card:nth-child(2) > img {
  margin-right: 0px;
}
.why-choose-us .why-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  text-align: left;
}
.why-choose-us .why-card > img {
  width: 1.62rem;
  height: 1.54rem;
  margin-left: 0.24rem;
}
.why-choose-us .why-card .why-icons {
  width: 1.62rem;
  margin-right: 0.24rem;
  display: flex;
}
.why-choose-us .why-card .why-icons img {
  width: 100%;
  height: 100%;
}
.why-choose-us .why-card .why-number {
  width: 40px;
  height: 40px;
  background-color: #E3F2FD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4A90E2;
  border: 2px dashed #E3F2FD;
}
.why-choose-us .why-card h3 {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
.why-choose-us .why-card p {
  color: #A9A9A9;
  line-height: 1.8;
  font-size: 0.2rem;
}
.why-choose-us .why-card .highlight {
  color: #FF9800;
  font-weight: bold;
}
.how-it-works {
  padding: 0.8rem 2rem 0;
  background: rgba(178, 228, 246, 0.3);
}
.how-it-works h2 {
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.12rem;
  font-weight: 500;
}
.how-it-works .how-it-works-intro {
  font-size: 0.2rem;
  color: #AEB9BD;
  font-weight: 400;
  margin-bottom: 0.68rem;
}
.how-it-works .steps-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
}
.how-it-works .step-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-it-works .step-item h3 {
  font-size: 0.192rem;
  color: #333;
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.how-it-works .step-item p {
  color: #000;
  margin-bottom: 0.68rem;
  font-size: 0.16rem;
  display: block;
}
.how-it-works .step-phone-mockup {
  width: 3.8rem;
  margin: 0 auto;
}
.how-it-works .step-phone-mockup img {
  width: 100%;
  height: 100%;
  height: auto;
  display: block;
}
.eligibility {
  padding: 0.8rem 2rem;
}
.eligibility .eligibility-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.48rem;
}
.eligibility .eligibility-header img {
  width: 0.55rem;
}
.eligibility .eligibility-header h2 {
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.12rem;
  font-weight: 700;
}
.eligibility .eligibility-header .text {
  margin: 0 0.18rem;
}
.eligibility .eligibility-subtitle {
  font-size: 0.2rem;
  color: #989898;
}
.eligibility .eligibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.32rem;
}
.eligibility .eligibility-card {
  background: rgba(178, 228, 246, 0.3);
  padding: 0.32rem 0.4rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.24rem;
  border: 1px solid #074E61;
}
.eligibility .eligibility-card .eligibility-icon {
  width: 0.4rem;
  height: 0.4rem;
}
.eligibility .eligibility-card .eligibility-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.eligibility .eligibility-card p {
  font-size: 0.2rem;
  color: #5E5E5E;
  font-weight: 500;
  margin: 0;
}
.contact {
  background: #E8F7FC;
  padding: 0.8rem 2rem;
}
.contact h2 {
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.contact .contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem;
}
.contact .contact-card:nth-child(1) {
  background: #0AAFEC;
}
.contact .contact-card:nth-child(2) {
  background: #00D291;
}
.contact .contact-card:nth-child(3) {
  background: #FF9836;
}
.contact .contact-card {
  border-radius: 0.2rem;
  text-align: center;
}
.contact .contact-card .contact-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0;
  gap: 0.16rem;
  background: #fff;
  margin-bottom: 0.16rem;
  border-radius: 0.2rem;
}
.contact .contact-card .contact-card-top img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.32rem;
}
.contact .contact-card .contact-card-top span {
  font-size: 0.2rem;
  color: #181918;
  font-weight: 500;
}
.contact .contact-card .contact-btn {
  background: none;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 0.18rem;
  text-align: center;
  display: block;
  padding: 0.32rem 0;
}
.data-control {
  padding: 0.8rem 2rem;
}
.data-control .data-control-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.data-control .data-control-text .text-wrap {
  text-align: center;
  box-shadow: 0px 6px 12px 0px rgba(19, 146, 107, 0.1);
  background: #F4675A;
  border-radius: 0.2rem;
  margin-bottom: 0.15rem;
}
.data-control .data-control-text .text-wrap p {
  text-align: left;
  font-size: 0.2rem;
  background: #fff;
  color: #181918;
  box-shadow: 0px 6px 12px 0px rgba(19, 146, 107, 0.1);
  padding: 0.2rem 0.32rem;
  border-radius: 0.2rem;
}
.data-control .data-control-text h2 {
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.32rem;
  font-weight: bold;
}
.data-control .data-delete-btn {
  display: block;
  background: #F4675A;
  font-size: 0.18rem;
  color: #fff;
  padding: 0.19rem 0;
  border-radius: 0.2rem;
  margin: 0 auto;
}
.data-control .data-delete-btn:hover {
  transform: translateY(-2px);
}
.data-control .data-delete-btn span {
  font-size: 0.192rem;
}
.data-control .data-disclaimer {
  font-size: 0.16rem;
  color: #A9A9A9;
  margin-top: 0.16rem;
}
.data-control .data-control-illustration {
  text-align: right;
}
.data-control .data-control-illustration img {
  width: 4.3rem;
  height: auto;
  border-radius: 12px;
}
.download-app {
  background: #E8F7FC;
  padding: 0.8rem 2rem;
  text-align: center;
}
.download-app h2 {
  font-size: 0.63rem;
  color: #181918;
  margin-bottom: 0.17rem;
  font-weight: bold;
}
.download-app .download-app-intro {
  font-size: 0.2rem;
  color: #747C7E;
  margin-bottom: 0.17rem;
}
.download-app .download-app-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.64rem;
  flex-wrap: wrap;
}
.download-app .phone-illustration-wrapper {
  display: flex;
}
.download-app .phone-illustration-wrapper > img {
  width: 2.66rem;
  height: 2.35rem;
}
.download-app .img-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download-app .img-list img:nth-child(1) {
  margin-bottom: 0.32rem;
}
.download-app .img-list img {
  width: 2.22rem;
  height: 0.66rem;
}
.site-footer {
  background-color: #074E61;
  color: #fff;
  padding: 0.42rem 2rem;
}
.site-footer .footer-left {
  flex: 1;
  min-width: 300px;
}
.site-footer .footer-logo {
  margin-bottom: 0.32rem;
}
.site-footer .footer-logo img {
  width: 4.12rem;
  height: 0.44rem;
  display: block;
}
.site-footer .footer-container {
  display: flex;
}
.site-footer .footer-right {
  align-self: flex-end;
  display: flex;
}
.site-footer .footer-license {
  font-size: 0.14rem;
  margin-bottom: 0.12rem;
  color: white;
}
.site-footer .footer-description {
  font-size: 0.14rem;
  margin-bottom: 0.32rem;
  color: white;
}
.site-footer .footer-copyright {
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
}
.site-footer .footer-link {
  margin-right: 0.26rem;
  color: white;
  text-decoration: underline;
  font-size: 0.14rem;
  transition: opacity 0.2s;
}
.site-footer .footer-link:hover {
  opacity: 0.8;
}
.loan-hero {
  background-image: url('../image/loan/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.46rem 2rem 1.4rem;
  position: relative;
  overflow: hidden;
}
.loan-hero header {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.loan-hero header .header-nav-bar {
  box-shadow: none;
  padding: 0 0.24rem;
}
.loan-hero header .header-nav-bar nav ul {
  gap: 0.4rem;
}
.loan-hero header .header-nav-bar li {
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.loan-hero header a.nav {
  color: #222222;
  font-size: 0.16rem;
  font-weight: 500;
}
.loan-hero header a.nav.active {
  color: #0AAFEC;
  text-decoration: underline;
  text-decoration-color: #0AAFEC;
  text-underline-offset: 4px;
}
.loan-hero header a.nav:hover:not(.active) {
  color: #0AAFEC;
}
.hero-content {
  position: relative;
  max-width: 19.2rem;
  margin: 0 auto;
  z-index: 2;
}
.hero-content .hero-title {
  font-size: 0.63rem;
  font-weight: bold;
  color: #181918;
  margin-bottom: 0.26rem;
}
.hero-content .hero-subtitle {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
}
.loan-main-content {
  background-color: white;
  padding: 0.72rem 0;
}
.loan-main-content .section-title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #181918;
  margin-bottom: 0.12rem;
}
.loan-main-content .section-subtitle {
  font-weight: 400;
  font-size: 0.2rem;
  color: #989898;
  text-align: left;
  margin-bottom: 0.24rem;
}
.loan-main-content .container {
  max-width: 19.2rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.loan-main-content .loan-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.loan-calculator-column {
  background-color: white;
  border-radius: 0.24rem;
  padding: 0.32rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  gap: 1.2rem;
}
.loan-left {
  height: 100%;
  background-image: url('../image/loan/loan.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.loan-amount-display {
  text-align: center;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px dashed #E9E9E9;
}
.loan-amount-display .amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loan-amount-display .amount-wrapper img {
  width: 0.93rem;
  height: 0.93rem;
  margin-right: 0.15rem;
}
.loan-amount-display .amount-wrapper .right {
  display: flex;
  flex-direction: column;
}
.loan-amount-display .amount-wrapper .loan-amount-value {
  display: inline-block;
  font-weight: bold;
  font-size: 0.5rem;
  color: #074E61;
  line-height: 0.72rem;
  text-align: left;
}
.loan-amount-display .amount-label {
  display: inline-block;
  font-weight: 400;
  font-size: 0.19rem;
  color: #777E7C;
  line-height: 0.25rem;
}
.loan-details-summary {
  border-bottom: 1px dashed #E9E9E9;
}
.loan-details-summary .detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.loan-details-summary .detail-item span {
  font-size: 0.16rem;
  font-weight: bold;
  color: #074E61;
}
.loan-slider-container {
  display: flex;
  flex-direction: column;
}
.loan-slider-container .slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #777E7C;
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
  font-weight: 400;
}
.loan-slider-container .loan-slider {
  width: 100%;
  height: 0.08rem;
  -webkit-appearance: none;
  appearance: none;
  background: #DCDCDC;
  outline: none;
  border-radius: 0.04rem;
  margin: 0.24rem 0;
  transition: all 0.2s ease;
  position: relative;
}
.loan-slider-container .loan-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.32rem;
  height: 0.32rem;
  background-color: white;
  border: 2px solid #0AAFEC;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(10, 175, 236, 0.3);
  transition: all 0.2s ease;
  margin-top: -0.12rem;
}
.loan-slider-container .loan-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(10, 175, 236, 0.4);
}
.loan-slider-container .loan-slider::-webkit-slider-thumb:active {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(10, 175, 236, 0.5);
}
.loan-slider-container .loan-slider::-moz-range-thumb {
  width: 0.32rem;
  height: 0.32rem;
  background-color: white;
  border: 2px solid #0AAFEC;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(10, 175, 236, 0.3);
  transition: all 0.2s ease;
  border: none;
}
.loan-slider-container .loan-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(10, 175, 236, 0.4);
}
.loan-slider-container .loan-slider::-moz-range-thumb:active {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(10, 175, 236, 0.5);
}
.loan-slider-container .loan-slider::-webkit-slider-runnable-track {
  height: 0.08rem;
  background: linear-gradient(to right, #0AAFEC 0%, #0AAFEC var(--slider-progress, 55%), #DCDCDC var(--slider-progress, 55%), #DCDCDC 100%);
  border-radius: 0.04rem;
  transition: background 0.2s ease;
  cursor: pointer;
}
.loan-slider-container .loan-slider::-moz-range-track {
  height: 0.08rem;
  background: #DCDCDC;
  border-radius: 0.04rem;
}
.loan-slider-container .loan-slider::-moz-range-progress {
  height: 0.08rem;
  background: #0AAFEC;
  border-radius: 0.04rem;
  transition: background 0.2s ease;
}
.loan-slider-container .slider-instruction {
  font-size: 0.14rem;
  color: #3E3E3E;
  background-color: #B1F3D8;
  padding: 0.25rem 0;
  border-radius: 0.22rem;
  text-align: center;
  margin-bottom: 0.24rem;
}
.loan-slider-container .slider-disclaimer {
  font-size: 0.12rem;
  color: #989898;
  margin: 0;
  line-height: 1.5;
}
.loan-parameters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
}
.loan-parameters-grid .parameter-card {
  background-color: #E8F7FC;
  border-radius: 0.16rem;
  padding: 0.12rem 0.16rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.loan-parameters-grid .parameter-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.loan-parameters-grid .parameter-card h3 {
  font-size: 0.14rem;
  font-weight: 600;
  color: #8E8E8E;
  margin-bottom: 0.08rem;
}
.loan-parameters-grid .parameter-card p {
  font-weight: 600;
  font-size: 0.2rem;
  color: #181918;
}
.example-calculation-section {
  margin-top: 0.4rem;
}
.example-calculation-section .section-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #181918;
  margin-bottom: 0.12rem;
}
.example-calculation-section .calculation-intro {
  font-size: 0.2rem;
  color: #989898;
  margin-bottom: 0.24rem;
}
.example-calculation-section .calculation-breakdown {
  background: #E8F7FC;
  border-radius: 0.3rem;
  padding: 0.32rem 0.4rem;
}
.example-calculation-section .calculation-breakdown .calculation-item {
  display: flex;
  flex-direction: column;
}
.example-calculation-section .calculation-breakdown .calc-label {
  font-weight: 600;
  font-size: 0.16rem;
  color: #8E8E8E;
  text-align: left;
  margin-bottom: 0.16rem;
}
.example-calculation-section .calculation-breakdown .calc-formula {
  font-weight: 600;
  font-size: 0.2rem;
  color: #393939;
  text-align: left;
  margin-bottom: 0.24rem;
}
.example-calculation-section .final-disclaimer {
  padding-bottom: 0.25rem;
  background: #00D291;
  border-radius: 0.4rem 0.4rem 0.22rem 0.22rem;
  font-size: 0.14rem;
  color: #fff;
}
.example-calculation-section .final-disclaimer p {
  margin: 0.2rem 0.4rem 0;
}
.faq-section {
  background-color: white;
  padding: 0.72rem 0 0.56rem;
}
.faq-section .faq-container {
  max-width: 19.2rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.faq-section .faq-container .faq-title {
  font-size: 0.4rem;
  font-weight: 700;
  color: #181918;
  margin-bottom: 0.4rem;
}
.faq-section .faq-container .faq-subtitle {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.4rem;
}
.faq-section .faq-container .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  align-items: start;
}
.faq-column {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.faq-item {
  background-color: white;
  border-radius: 0.16rem;
  padding: 0.24rem 0.32rem;
  box-shadow: 0px 12px 24px 0px rgba(0, 166, 226, 0.1);
  transition: box-shadow 0.2s;
  align-self: start;
  height: auto;
}
.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.16rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.24rem;
}
.faq-item .faq-question .faq-toggle-icon {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.faq-item .faq-question .faq-toggle-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-item .faq-question .faq-toggle-icon .icon-expand {
  opacity: 0;
}
.faq-item .faq-question .faq-toggle-icon .icon-collapse {
  opacity: 1;
}
.faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0;
}
.faq-item .faq-answer p {
  font-size: 0.2rem;
  margin-top: 0.16rem;
}
.faq-item .faq-answer ul {
  padding-left: 0.4rem;
  list-style: disc;
}
.faq-item .faq-answer ul li {
  font-size: 0.2rem;
  margin-bottom: 0.12rem;
  list-style: disc;
  display: list-item;
}
.faq-item .faq-answer ul li:last-child {
  margin-bottom: 0;
}
.faq-item.active .faq-question .faq-toggle-icon .icon-expand {
  opacity: 1;
}
.faq-item.active .faq-question .faq-toggle-icon .icon-collapse {
  opacity: 0;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 0;
  color: #989898;
}
.faq-item:not(.active) .faq-question .faq-toggle-icon .icon-expand {
  opacity: 0;
}
.faq-item:not(.active) .faq-question .faq-toggle-icon .icon-collapse {
  opacity: 1;
}
.about-hero {
  background-image: url('../image/about/male.png');
  background-size: cover;
  width: 100%;
  height: 8.94rem;
}
.faq-hero {
  background-image: url('../image/faq/bg.png');
  background-size: cover;
  width: 100%;
}
.faq-hero .faq-title {
  margin-bottom: 0.4rem;
}
.contact-hero {
  background-image: url('../image/contact/bg.png');
  background-size: cover;
  width: 100%;
  padding-bottom: 0.59rem;
}
.contact-hero header {
  margin-bottom: 0.71rem;
}
.contact-hero .hero-title {
  font-size: 0.5rem;
}
.contact-hero .hero-subtitle {
  font-size: 0.18rem;
}
.contact-hero .hero-title {
  max-width: 10.5rem;
}
.contact-hero .hero-subtitle {
  max-width: 10.04rem;
}
