.mortgage-page-body {
  background: #ffffff;
}

.mortgage-page-shell {
  padding-bottom: 0;
}

.mortgage-page {
  background: #ffffff;
  color: rgba(23, 26, 29, 1);
}

.mortgage-main {
  width: 100%;
}

.mortgage-hero {
  min-height: 810px;
  padding-top: 60px;
}

.mortgage-hero__inner {
  min-height: 750px;
  display: flex;
  align-items: flex-start;
}

.mortgage-hero__content {
  width: 620px;
  padding-top: 214px;
}

.mortgage-hero__title {
  margin: 0;
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
  white-space: nowrap;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mortgage-hero__subtitle,
.mortgage-hero__desc {
  margin: 0;
  letter-spacing: 1.6666666269302368px;
}

.mortgage-hero__subtitle {
  margin-top: 24px;
  font-size: 20px;
  line-height: 21px;
  white-space: nowrap;
  color: rgba(23, 26, 29, 1);
}

.mortgage-hero__desc {
  margin-top: 24px;
  font-size: 20px;
  line-height: 21px;
  white-space: nowrap;
  color: rgba(23, 26, 29, 0.6);
}

.mortgage-pill-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  background: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(80, 115, 232, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mortgage-hero .mortgage-pill-btn {
  margin-top: 131px;
}

.mortgage-pill-btn:hover,
.mortgage-pill-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(80, 115, 232, 0.26);
}

.mortgage-pill-btn--compact {
  min-width: 142px;
  padding-right: 48px;
  overflow: hidden;
}

.mortgage-pill-btn--compact::before,
.mortgage-pill-btn--compact::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.mortgage-pill-btn--compact::before {
  right: 28px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.88;
  transform: translate(-2px, -50%);
}

.mortgage-pill-btn--compact::after {
  right: 23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}

.mortgage-pill-btn--compact:hover::before,
.mortgage-pill-btn--compact:focus-visible::before {
  opacity: 1;
  transform: translate(2px, -50%);
}

.mortgage-pill-btn--compact:hover::after,
.mortgage-pill-btn--compact:focus-visible::after {
  transform: translate(4px, -50%) rotate(45deg);
}

.mortgage-cta__button::before,
.mortgage-cta__button::after {
  content: none;
}

.mortgage-intro {
  padding: 101px 0 102px;
  background: rgba(255, 255, 255, 1);
}

.mortgage-intro__summary {
  min-height: 288px;
  padding: 50px 88px 50px;
  display: grid;
  grid-template-columns: 589px 344px;
  justify-content: space-between;
  background: url("../assets/slices/mortgage-intro-bg.png") center / 100% 100% no-repeat;
}

.mortgage-intro__copy h2,
.mortgage-info-card h3,
.mortgage-section-heading h2,
.mortgage-cta__content h2 {
  margin: 0;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.mortgage-intro__copy p,
.mortgage-intro__scenes h3,
.mortgage-intro__scenes li,
.mortgage-facts dt,
.mortgage-type-list li,
.mortgage-info-card__note,
.mortgage-adv-card h3,
.mortgage-adv-card p,
.mortgage-process__card h3,
.mortgage-process__card p,
.mortgage-requirement-card li,
.mortgage-requirement-card p,
.mortgage-faq__item h3,
.mortgage-faq__item p,
.mortgage-cta__features li {
  margin: 0;
}

.mortgage-intro__copy p:first-of-type {
  margin-top: 21px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 36px;
}

.mortgage-intro__copy p:last-of-type {
  margin-top: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 36px;
}

.mortgage-intro__copy h2,
.mortgage-intro__scenes h3 {
  color: rgba(255, 255, 255, 1);
}

.mortgage-intro__scenes {
  padding-top: 79px;
}

.mortgage-intro__scenes h3 {
  font-size: 16px;
  line-height: 20px;
}

.mortgage-intro__scenes ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.mortgage-intro__scenes li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 40px;
}

.mortgage-intro__scenes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
}

.mortgage-intro__grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 739px 521px;
  gap: 20px;
}

.mortgage-info-card {
  min-height: 603px;
  padding: 74px 0 79px 88px;
  border-radius: 30px;
  overflow: hidden;
}

.mortgage-info-card--elements {
  background: url("../assets/slices/mortgage-elements-card-bg.png") center / 100% 100% no-repeat;
}

.mortgage-info-card--types {
  min-height: 600px;
  background: url("../assets/slices/mortgage-property-card-bg.png") center / 100% 100% no-repeat;
}

.mortgage-facts {
  margin: 37px 0 0;
}

.mortgage-facts dt {
  color: rgba(23, 26, 29, 0.6);
  font-size: 16px;
  line-height: 22px;
}

.mortgage-facts dd {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.mortgage-facts__row {
  display: grid;
  grid-template-columns: 215px 230px;
  gap: 120px;
  margin-top: 49px;
}

.mortgage-facts__block {
  margin-top: 48px;
}

.mortgage-type-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.mortgage-type-list li {
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 58px;
}

.mortgage-type-list strong {
  font-weight: 400;
}

.mortgage-info-card__note {
  margin-top: 52px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.mortgage-advantages {
  padding: 100px 0 101px;
  background: #edf7ff url("../assets/slices/mortgage-advantages-bg.png") center top / 1920px 100% no-repeat;
}

.mortgage-section-heading {
  text-align: left;
}

.mortgage-section-heading--center {
  text-align: center;
}

.mortgage-section-heading--process {
  margin-top: 100px;
  text-align: center;
}

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

.mortgage-section-heading--faq {
  margin-bottom: 91px;
}

.mortgage-section-heading p {
  margin: 26px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
}

.mortgage-advantages__grid {
  margin-top: 61px;
  display: grid;
  grid-template-columns: repeat(4, 304px);
  gap: 21px;
}

.mortgage-adv-card {
  min-height: 121px;
  padding: 27px 32px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 2px 4px rgba(238, 238, 238, 0.5);
}

.mortgage-adv-card h3 {
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.mortgage-adv-card p {
  margin-top: 6px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.mortgage-adv-card--highlight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mortgage-adv-card--highlight p {
  margin-top: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.mortgage-process {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(6, 196px);
  gap: 21px;
}

.mortgage-process__card {
  min-height: 262px;
  padding: 42px 26px 32px;
  border-radius: 16px;
  border: 1px solid rgba(126, 134, 142, 0.24);
  background: rgba(255, 255, 255, 0.88);
}

.mortgage-process__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mortgage-process__index {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.mortgage-process__time {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mortgage-process__card h3 {
  margin-top: 50px;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.mortgage-process__card p {
  margin-top: 16px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.mortgage-requirements {
  margin-top: -1px;
  padding: 100px 0 101px;
  background: url("../assets/slices/tiaojian.jpg") center top / cover no-repeat;
}

.mortgage-requirements__grid {
  margin-top: 81px;
  display: grid;
  grid-template-columns: repeat(2, 630px);
  gap: 20px;
}

.mortgage-requirement-card {
  position: relative;
  min-height: 383px;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0 4px 10px 0 rgba(89, 154, 225, 0.23);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  isolation: isolate;
}

.mortgage-requirement-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

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

.mortgage-requirement-card--property {
  padding: 104px 40px 84px 90px;
}

.mortgage-requirement-card--borrower {
  padding: 104px 52px 84px 90px;
}

.mortgage-requirement-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 158px;
  height: 54px;
  padding-left: 40px;
  background: url("../assets/slices/text-wrapper_11.png") 0 -1px no-repeat;
  background-size: 158px 55px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

.mortgage-requirement-card--borrower .mortgage-requirement-card__tag {
  padding-left: 30px;
}

.mortgage-requirement-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mortgage-requirement-card--property ul {
  max-width: 100%;
}

.mortgage-requirement-card--borrower ul {
   max-width: 100%;
}

.mortgage-requirement-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 40px;
}

.mortgage-requirement-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(10, 93, 230, 1);
}

.mortgage-requirement-card p {
  margin-top: 12px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 16px;
  line-height: 22px;
}

.mortgage-requirement-card--borrower p {
  max-width: 452px;
}

.mortgage-requirements__action {
  margin-top: 60px;
  text-align: center;
}

.mortgage-requirements__button {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 198px;
  height: 42px;
  padding: 10px 28px 0;
  gap: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a5de6 0%, #903deb 100%);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  transition: transform 0.22s ease;
}

.mortgage-requirements__button:hover,
.mortgage-requirements__button:focus-visible {
  transform: translateY(-2px);
}

.mortgage-requirements__button-icon {
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  width: 14px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 14px;
}

.mortgage-requirements__button > span:first-child {
  width: 112px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.mortgage-requirements__button-icon-item {
  position: absolute;
  inset: 0;
  width: 14px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.mortgage-requirements__button-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.mortgage-requirements__button-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.mortgage-requirements__button:hover .mortgage-requirements__button-icon-item--primary,
.mortgage-requirements__button:focus-visible .mortgage-requirements__button-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.mortgage-requirements__button:hover .mortgage-requirements__button-icon-item--secondary,
.mortgage-requirements__button:focus-visible .mortgage-requirements__button-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.mortgage-faq {
  padding: 100px 0 101px;
  background: rgba(255, 255, 255, 1);
}

.mortgage-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  margin: 0 auto;
  gap: 20px;
}

.mortgage-faq__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mortgage-faq__item {
  position: relative;
  width: 100%;
  padding: 26px 32px;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
    linear-gradient(180deg, rgba(126, 134, 142, 0.16) 0%, rgba(126, 134, 142, 0.16) 100%) border-box;
  box-shadow: 0 2px 4px rgba(214, 214, 214, 0.5);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.mortgage-faq__item:hover,
.mortgage-faq__item:focus-within {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(227, 237, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
    linear-gradient(21deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%) border-box;
  box-shadow: 0 12px 30px rgba(183, 200, 232, 0.2);
}

.mortgage-faq__item h3 {
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.mortgage-faq__item p {
  margin-top: 10px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 24px;
}

.mortgage-faq__list .mortgage-faq__item {
  min-height: 138px;
}

.mortgage-cta {
  padding: 0;
  background: #d8ebff url("../assets/slices/dkbj.jpg") center / 1920px 261px no-repeat;
}

.mortgage-cta__inner {
  min-height: 261px;
  display: flex;
  align-items: center;
}

.mortgage-cta__content {
  width: 560px;
  padding: 0 0 0 0;
}

.mortgage-cta__content h2 {
  font-size: 32px;
  line-height: 44px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mortgage-cta__features {
  margin: 17px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 42px;
  list-style: none;
}

.mortgage-cta__features li {
  position: relative;
  padding-left: 36px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 25px;
}

.mortgage-cta__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../assets/slices/xuan.png") center / 24px 24px no-repeat;
  transform: translateY(-50%);
}

.mortgage-cta .mortgage-pill-btn {
  margin-top: 20px;
}

.mortgage-cta__button {
  width: 142px;
  min-width: 142px;
  height: 42px;
  padding: 0;
  gap: 10px;
  justify-content: center;
  border-radius: 0;
  background: url("../assets/slices/group_26.png") center / 100% 100% no-repeat;
  box-shadow: none;
}

.mortgage-cta__button:hover,
.mortgage-cta__button:focus-visible {
  box-shadow: none;
}

.mortgage-cta__button span:first-child {
  display: inline-block;
  margin-top: -1px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.mortgage-cta__button-icon {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 16px;
}

.mortgage-cta__button-icon-item {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.mortgage-cta__button-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.mortgage-cta__button-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.mortgage-cta__button:hover .mortgage-cta__button-icon-item--primary,
.mortgage-cta__button:focus-visible .mortgage-cta__button-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.mortgage-cta__button:hover .mortgage-cta__button-icon-item--secondary,
.mortgage-cta__button:focus-visible .mortgage-cta__button-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1360px) {
  .mortgage-intro__summary,
  .mortgage-intro__grid,
  .mortgage-advantages__grid,
  .mortgage-process,
  .mortgage-requirements__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mortgage-intro__summary {
    gap: 32px;
  }

  .mortgage-intro__grid {
    gap: 20px;
  }

  .mortgage-advantages__grid {
    gap: 20px;
  }

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

  .mortgage-requirements__grid {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  body.site-body {
    min-width: 0;
  }

  .mortgage-hero {
    min-height: auto;
    background-position: right top;
    background-size: cover;
  }

  .mortgage-hero__inner {
    min-height: auto;
  }

  .mortgage-hero__content {
    width: 100%;
    max-width: 620px;
    padding: 180px 0 96px;
  }

  .mortgage-intro__summary,
  .mortgage-intro__grid,
  .mortgage-advantages__grid,
  .mortgage-requirements__grid {
    grid-template-columns: 1fr;
  }

  .mortgage-faq__list {
    grid-template-columns: 1fr;
  }

  .mortgage-intro__summary,
  .mortgage-info-card,
  .mortgage-requirement-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mortgage-requirement-card {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
  }

  .mortgage-requirement-card--property ul,
  .mortgage-requirement-card--borrower ul,
  .mortgage-requirement-card--borrower p {
    max-width: none;
  }

  .mortgage-requirements__button {
    width: 198px;
  }

  .mortgage-intro__summary {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mortgage-intro__scenes {
    padding-top: 0;
  }

  .mortgage-facts__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .mortgage-cta__inner {
    min-height: 261px;
  }

  .mortgage-cta__content {
    width: 100%;
    max-width: 560px;
    padding: 48px 0;
  }

  .mortgage-cta__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .mortgage-cta {
    background-size: cover;
  }
}

/* Compatibility for backend-friendly plain tags in content blocks */
.mortgage-intro__summary > div:last-child {
  padding-top: 79px;
}

.mortgage-intro__summary > div:last-child h3 {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 20px;
}

.mortgage-intro__summary > div:last-child ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.mortgage-intro__summary > div:last-child li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 40px;
}

.mortgage-intro__summary > div:last-child li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
}

.mortgage-facts > div {
  margin-top: 48px;
}

.mortgage-facts > div:nth-child(2) {
  display: grid;
  grid-template-columns: 215px 230px;
  gap: 120px;
  margin-top: 49px;
}

.mortgage-intro__grid > article:not(.mortgage-info-card) {
  min-height: 600px;
  padding: 74px 48px 79px 88px;
  border-radius: 30px;
  overflow: hidden;
  background: url("../assets/slices/mortgage-property-card-bg.png") center / 100% 100% no-repeat;
}

.mortgage-intro__grid > article:not(.mortgage-info-card) > h3 {
  margin: 0;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.mortgage-intro__grid > article:not(.mortgage-info-card) > ul {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.mortgage-intro__grid > article:not(.mortgage-info-card) > ul li {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 58px;
}

.mortgage-intro__grid > article:not(.mortgage-info-card) > ul li span {
  font-weight: 400;
}

.mortgage-intro__grid > article:not(.mortgage-info-card) > p:last-child {
  margin: 52px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.mortgage-advantages > .container > div:first-of-type {
  margin-top: 61px;
  display: grid;
  grid-template-columns: repeat(4, 304px);
  gap: 21px;
}

.mortgage-advantages > .container > div:first-of-type > div {
  min-height: 121px;
  padding: 27px 32px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 2px 4px rgba(238, 238, 238, 0.5);
}

.mortgage-advantages > .container > div:first-of-type > div h3 {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.mortgage-advantages > .container > div:first-of-type > div p {
  margin: 6px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.mortgage-advantages > .container > div:first-of-type > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mortgage-advantages > .container > div:first-of-type > div:last-child p {
  margin-top: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.mortgage-advantages > .container > div:nth-of-type(2) {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(6, 196px);
  gap: 21px;
}

.mortgage-advantages > .container > div:nth-of-type(2) > div {
  min-height: 262px;
  padding: 42px 26px 32px;
  border-radius: 16px;
  border: 1px solid rgba(126, 134, 142, 0.24);
  background: rgba(255, 255, 255, 0.88);
}

.mortgage-advantages > .container > div:nth-of-type(2) > div > div:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mortgage-advantages > .container > div:nth-of-type(2) > div > div:first-child > span:first-child {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.mortgage-advantages > .container > div:nth-of-type(2) > div > div:first-child > span:last-child {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mortgage-advantages > .container > div:nth-of-type(2) > div h3 {
  margin: 50px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.mortgage-advantages > .container > div:nth-of-type(2) > div p {
  margin: 16px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.mortgage-requirements > .container > div:first-of-type {
  margin-top: 81px;
  display: grid;
  grid-template-columns: repeat(2, 630px);
  gap: 20px;
}

.mortgage-requirements > .container > div:first-of-type > div {
  position: relative;
  min-height: 383px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0 4px 10px 0 rgba(89, 154, 225, 0.23);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  isolation: isolate;
}

.mortgage-requirements > .container > div:first-of-type > div::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mortgage-requirements > .container > div:first-of-type > div > * {
  position: relative;
  z-index: 1;
}

.mortgage-requirements > .container > div:first-of-type > div:first-child {
  padding: 104px 40px 84px 90px;
}

.mortgage-requirements > .container > div:first-of-type > div:last-child {
  padding: 104px 52px 84px 90px;
}

.mortgage-requirements > .container > div:first-of-type > div > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 158px;
  height: 54px;
  padding-left: 40px;
  background: url("../assets/slices/text-wrapper_11.png") 0 -1px no-repeat;
  background-size: 158px 55px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

.mortgage-requirements > .container > div:first-of-type > div:last-child > span:first-child {
  padding-left: 30px;
}

.mortgage-requirements > .container > div:first-of-type > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mortgage-requirements > .container > div:first-of-type > div li {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 40px;
}

.mortgage-requirements > .container > div:first-of-type > div li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(10, 93, 230, 1);
}

.mortgage-requirements > .container > div:first-of-type > div p {
  margin: 12px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 16px;
  line-height: 22px;
}

.mortgage-requirements > .container > div:first-of-type > div:last-child p {
  max-width: 452px;
}

.mortgage-faq > .container > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  margin: 0 auto;
  gap: 20px;
}

.mortgage-faq > .container > div:first-of-type > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mortgage-faq > .container > div:first-of-type > div > div {
  position: relative;
  width: 100%;
  min-height: 138px;
  padding: 26px 32px;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
    linear-gradient(180deg, rgba(126, 134, 142, 0.16) 0%, rgba(126, 134, 142, 0.16) 100%) border-box;
  box-shadow: 0 2px 4px rgba(214, 214, 214, 0.5);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.mortgage-faq > .container > div:first-of-type > div > div:hover,
.mortgage-faq > .container > div:first-of-type > div > div:focus-within {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(227, 237, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
    linear-gradient(21deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%) border-box;
  box-shadow: 0 12px 30px rgba(183, 200, 232, 0.2);
}

.mortgage-faq > .container > div:first-of-type > div > div h3 {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.mortgage-faq > .container > div:first-of-type > div > div p {
  margin: 10px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 24px;
}

.mortgage-cta__content > ul {
  margin: 17px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 42px;
  list-style: none;
}

.mortgage-cta__content > ul li {
  position: relative;
  margin: 0;
  padding-left: 36px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 25px;
}

.mortgage-cta__content > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../assets/slices/xuan.png") center / 24px 24px no-repeat;
  transform: translateY(-50%);
}

@media (max-width: 1360px) {
  .mortgage-advantages > .container > div:first-of-type,
  .mortgage-requirements > .container > div:first-of-type {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mortgage-advantages > .container > div:nth-of-type(2) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mortgage-faq > .container > div:first-of-type {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .mortgage-intro__summary > div:last-child {
    padding-top: 0;
  }

  .mortgage-intro__grid > article:not(.mortgage-info-card),
  .mortgage-requirements > .container > div:first-of-type > div {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mortgage-intro__grid > article:not(.mortgage-info-card) {
    min-height: auto;
  }

  .mortgage-advantages > .container > div:first-of-type,
  .mortgage-requirements > .container > div:first-of-type,
  .mortgage-faq > .container > div:first-of-type {
    grid-template-columns: 1fr;
  }

  .mortgage-facts > div:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mortgage-advantages > .container > div:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mortgage-requirements > .container > div:first-of-type > div {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
  }

  .mortgage-requirements > .container > div:first-of-type > div:last-child p {
    max-width: none;
  }

  .mortgage-cta__content > ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
