@charset "utf-8";

:root {
  --vsl-ink: #102a27;
  --vsl-muted: #5d716e;
  --vsl-brand: #078f7c;
  --vsl-brand-dark: #046f62;
  --vsl-mint: #dff5ed;
  --vsl-mint-soft: #f1faf6;
  --vsl-accent: #d9ef77;
  --vsl-line: rgba(16, 42, 39, 0.14);
  --vsl-white: #ffffff;
  --vsl-page: #f7faf8;
  --vsl-shell: min(1180px, calc(100vw - 48px));
  --vsl-section-space: clamp(72px, 8vw, 112px);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--vsl-ink);
  background: var(--vsl-page);
  font-family: Inter, "Microsoft YaHei", Arial, sans-serif;
}

.container,
.container .content {
  min-width: 0;
  width: 100%;
}

/* Floating navigation */
.container .content .head-seat {
  height: 108px;
}

.container .content .head_main {
  position: fixed;
  inset: 18px 0 auto;
  width: 100%;
  height: 72px;
  padding: 0 24px;
  background: transparent;
  pointer-events: none;
}

.container .content .head_main .head {
  width: min(1320px, 100%);
  height: 72px;
  padding: 0 20px 0 24px;
  border: 1px solid var(--vsl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(16, 42, 39, 0.08);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.container .content .head_main .head .logo img {
  width: auto;
  height: 38px;
  object-fit: contain;
}

.container .content .head_main .nav {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: normal;
}

.container .content .head_main .nav a {
  position: relative;
  margin-left: 22px;
  padding: 10px 0;
  color: #48605c;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.2s ease;
}

.container .content .head_main .nav a:hover,
.container .content .head_main .nav .actived {
  color: var(--vsl-brand-dark);
  font-weight: 500;
}

.container .content .head_main .nav .actived {
  border-bottom: 0;
}

.container .content .head_main .nav .actived::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--vsl-brand);
}

/* Hero */
#ceshi1 {
  width: 100%;
  height: clamp(300px, 38vh, 420px);
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background-color: var(--vsl-ink);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

#ceshi1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 35, 31, 0.12), rgba(5, 35, 31, 0.62));
}

#ceshi1 .text-box {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(900px, calc(100% - 48px));
  height: auto;
  margin: auto;
  text-align: center;
  transform: translateY(-2%);
}

#ceshi1 .text-box .main-text-box {
  color: var(--vsl-white);
  font-size: clamp(40px, 4.8vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 3px 24px rgba(3, 32, 28, 0.25);
}

#ceshi1 .text-box .deputy-text-box {
  max-width: 660px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.5;
}

/* Product showcase */
.lending-head {
  width: var(--vsl-shell);
  margin: clamp(40px, 5vh, 64px) auto 38px;
  padding: 0;
  text-align: center;
}

.lending-head h2 {
  color: var(--vsl-ink);
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.lending-head p.desc {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--vsl-muted);
  font-size: 18px;
  line-height: 1.65;
}

.product-container {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 42px max(24px, calc((100vw - 1320px) / 2)) var(--vsl-section-space);
  background: var(--vsl-mint-soft);
}

.product-container .view-box {
  width: 100%;
  max-width: 1320px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  gap: 24px;
}

.product-container .view-box > div {
  flex: 0 0 min(1180px, calc(100vw - 96px));
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 39, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(16, 42, 39, 0.09);
}

/* Company story */
.img-container2 {
  width: 100%;
  height: auto;
  padding: var(--vsl-section-space) 24px;
  background: var(--vsl-white);
}

.img-container2 .img-container2-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  grid-template-areas:
    "title image"
    "copy image";
  gap: 24px clamp(48px, 7vw, 100px);
  align-items: center;
  width: min(1180px, 100%);
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.img-container2-inner .title {
  grid-area: title;
  align-self: end;
  margin: 0;
  color: var(--vsl-ink);
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.img-container2-inner .text-contet {
  grid-area: copy;
  align-self: start;
  width: auto;
  margin: 0;
}

.img-container2-inner .text-contet p {
  margin: 0 0 20px;
  color: var(--vsl-muted);
  font-size: 17px;
  line-height: 1.72;
}

.img-container2-inner .company-img {
  grid-area: image;
  width: 100%;
  height: clamp(420px, 42vw, 560px);
  margin: 0;
  border-radius: 8px;
  object-fit: cover;
}

/* Account request tool */
.delete-account-section {
  width: 100%;
  padding: var(--vsl-section-space) 24px;
  background: var(--vsl-mint);
}

.delete-account-container {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(460px, 1.25fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
  width: min(1080px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.delete-account-header {
  margin: 0;
  padding-top: 8px;
  text-align: left;
}

.delete-account-header h3 {
  color: var(--vsl-ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
}

.delete-account-header p {
  margin-top: 20px;
  color: var(--vsl-muted);
  font-size: 17px;
  line-height: 1.65;
}

.delete-account-form {
  padding: 34px;
  border: 1px solid rgba(16, 42, 39, 0.12);
  border-radius: 8px;
  background: var(--vsl-white);
  box-shadow: 0 16px 45px rgba(16, 42, 39, 0.08);
}

.delete-account-form .form-group {
  margin-bottom: 22px;
}

.delete-account-form .form-group label {
  color: var(--vsl-ink);
  font-size: 14px;
  font-weight: 600;
}

.delete-account-form input[type="tel"],
.delete-account-form input[type="email"] {
  width: 100%;
  height: 50px;
  margin-top: 9px;
  padding: 0 16px;
  border: 1px solid rgba(16, 42, 39, 0.2);
  border-radius: 6px;
  color: var(--vsl-ink);
  background: #fbfdfc;
  font: inherit;
}

.delete-account-form input:focus {
  border-color: var(--vsl-brand);
  box-shadow: 0 0 0 3px rgba(7, 143, 124, 0.12);
}

.delete-account-form .checkbox-label {
  color: var(--vsl-muted);
  font-weight: 400;
  line-height: 1.55;
}

.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.form-actions .submit-btn,
.form-actions .cancel-btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}

.form-actions .submit-btn {
  background: var(--vsl-brand-dark);
  color: var(--vsl-white);
}

.form-actions .cancel-btn {
  border: 1px solid var(--vsl-line);
  background: transparent;
  color: var(--vsl-ink);
}

/* Shared inner-page composition */
.refundsCancellation-banner,
.howitworks-banner {
  width: var(--vsl-shell);
  height: clamp(300px, 34vw, 440px);
  min-height: 300px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--vsl-ink);
  background-position: center;
  background-size: cover;
}

.container .content .refundsCancellation-banner > img,
.container .content .howitworks-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.refundsCancellation-banner::after,
.howitworks-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 45, 39, 0.12), rgba(4, 45, 39, 0.58));
  pointer-events: none;
}

.refundsCancellation-banner .text-box,
.howitworks-banner .text-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 24px;
  text-align: center;
  transform: none;
}

.refundsCancellation-banner .text-box .main-text-box,
.howitworks-banner .text-box .main-text-box {
  color: var(--vsl-white);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.grievanceRedressal-content,
.contactus-item-box,
.event-page-container,
.grievance-step-container,
.grievance-officer-container {
  width: min(1180px, calc(100vw - 48px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.grievanceRedressal-content,
.contactus-item-box,
.event-page-container,
.grievance-step-container {
  margin-top: var(--vsl-section-space);
  margin-bottom: var(--vsl-section-space);
}

.grievanceRedressal-content .content-text,
.contactus-info-box,
.Grievance-Redressal-officer {
  border: 1px solid var(--vsl-line);
  border-radius: 8px;
  background: var(--vsl-white);
  box-shadow: 0 16px 44px rgba(16, 42, 39, 0.07);
}

.grievanceRedressal-content .content-text {
  width: 100%;
  height: auto;
  padding: clamp(32px, 5vw, 64px);
}

.content-text-main-title,
.contactus-item-box .deputy-title,
.Grievance-Redressal-officer > .title {
  color: var(--vsl-ink);
  font-weight: 600;
  letter-spacing: 0;
}

.policies-list-box .grievanceRedressal-content {
  padding: 0;
}

.policies-box {
  gap: 16px;
  width: 100%;
}

.policies-box > div {
  border: 1px solid var(--vsl-line);
  border-radius: 8px;
  background: var(--vsl-white);
  box-shadow: 0 12px 34px rgba(16, 42, 39, 0.06);
}

.policies-box .button,
.policies-box a {
  border-radius: 6px;
}

.product-features {
  background: var(--vsl-mint-soft);
}

.product-features-text,
.product-features-text .title,
.product-features-text .content-text {
  color: #121212;
}

.product-container-lending {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--vsl-section-space) max(24px, calc((100vw - 1180px) / 2));
  background: var(--vsl-mint-soft);
}

.product-container-lending > div {
  max-width: 1180px;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(16, 42, 39, 0.08);
}

@media screen and (min-width: 1201px) {
  .flexibee-product__details {
    width: 550px;
  }

  .flexibee-product__card--terms {
    gap: 14px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .flexibee-product__visual {
    right: 24px;
    width: 480px;
    height: auto;
    aspect-ratio: 518 / 504;
  }

  .lovefund-product__content {
    padding: 39px 24px 22px 101px;
  }

  .lovefund-product__details {
    width: 550px;
    margin-top: 13px;
  }

  .lovefund-product__card--terms {
    min-height: 104px;
    padding: 18px 22px;
    gap: 14px;
  }

  .lovefund-product__card--links {
    padding-right: 22px;
    padding-left: 22px;
  }

  .lovefund-product__visual {
    top: 30px;
    right: 24px;
    width: 390px;
    height: auto;
    aspect-ratio: 348 / 427;
  }
}

.event-page-container .event-list {
  gap: 20px;
}

.event-page-container .event-list > a,
.event-page-container .event-list > div {
  overflow: hidden;
  border: 1px solid var(--vsl-line);
  border-radius: 8px;
  background: var(--vsl-white);
  box-shadow: 0 12px 34px rgba(16, 42, 39, 0.06);
}

.event-pagination .page-num.active {
  border-color: var(--vsl-brand-dark);
  background: var(--vsl-brand-dark);
}

/* Footer */
.footer {
  padding: 76px 24px 64px;
  background: var(--vsl-ink);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(320px, 1.45fr) minmax(180px, 0.7fr) minmax(280px, 1fr);
  gap: clamp(44px, 7vw, 90px);
  width: min(1180px, 100%);
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.footer-inner .footer-inner-item {
  float: none;
  width: auto !important;
  margin: 0 !important;
}

.footer-inner .footer-inner-item .item-title,
.footer-inner .footer-inner-item.left-area .item-title {
  margin: 0 0 24px;
  color: var(--vsl-white);
  font-size: 18px;
  line-height: 1.3;
}

.footer-inner .footer-inner-item .item-title img {
  width: 158px;
  height: auto;
}

.footer-inner .footer-inner-item .contact-item {
  margin: 0;
}

.footer-inner .footer-inner-item .contact-item .contact-item-text,
.footer-inner .center-area-item a,
.footer-inner .company-info,
.footer-inner .company-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.footer-inner .center-area-item {
  margin-bottom: 10px;
}

.footer-inner a:hover {
  color: var(--vsl-accent);
  font-weight: 400;
}

.copy-right {
  height: auto;
  padding: 18px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--vsl-ink);
}

.copy-right-inner {
  width: min(1180px, 100%);
  height: auto;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  :root {
    --vsl-shell: calc(100vw - 40px);
  }

  .container .content .head_main {
    inset: 14px 0 auto;
    height: 64px;
    padding: 0 20px;
  }

  .container .content .head_main .head {
    height: 64px;
  }

  .container .content .head-seat {
    height: 94px;
  }

  .container .content .head_main .head .logo img {
    height: 34px;
  }

  .responsive-menu-toggle {
    position: static;
    width: 42px;
    height: 42px;
    border: 1px solid var(--vsl-line);
    border-radius: 6px;
    background: var(--vsl-white);
  }

  .container .content .head_main .nav {
    top: 76px;
    right: 20px;
    width: min(360px, calc(100vw - 40px));
    height: auto;
    max-height: calc(100vh - 100px);
    padding: 12px;
    border: 1px solid var(--vsl-line);
    border-radius: 8px;
    background: var(--vsl-white);
    box-shadow: 0 20px 50px rgba(16, 42, 39, 0.16);
  }

  .container .content .head_main .nav a {
    margin: 0;
    padding: 12px 14px;
    border-radius: 6px;
  }

  .container .content .head_main .nav .actived {
    background: var(--vsl-mint-soft);
  }

  .container .content .head_main .nav .actived::after {
    display: none;
  }

  #ceshi1 {
    width: 100%;
    height: clamp(280px, 36vh, 380px);
    min-height: 260px;
  }

  .product-container .view-box {
    flex-direction: column;
    align-items: stretch;
    transform: none !important;
  }

  .product-container .view-box > div {
    flex: 0 0 auto;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }

  .product-container .view-box > .flexibee-product,
  .product-container .view-box > .zingloan-product,
  .product-container .view-box > .lovefund-product {
    overflow: visible;
  }

  .refundsCancellation-banner .text-box,
  .howitworks-banner .text-box,
  .aboutUs-box .text-box,
  .our-partners .text-box,
  .howitworks-box .text-box,
  .contactUs-box .text-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 24px;
    transform: none;
  }

  #ceshi1 .text-box {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    inset: 0;
    width: min(900px, calc(100% - 48px));
    height: auto;
    margin: auto;
  }

  .img-container2 .img-container2-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 22px 44px;
  }

  .footer-inner {
    grid-template-columns: minmax(260px, 1.25fr) minmax(160px, 0.7fr) minmax(240px, 1fr);
    gap: 40px;
  }

  .product-container-lending {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --vsl-shell: calc(100vw - 24px);
    --vsl-section-space: 68px;
  }

  .container .content .head-seat {
    height: 82px;
  }

  .container .content .head_main {
    inset: 10px 0 auto;
    padding: 0 12px;
  }

  .container .content .head_main .head {
    padding: 0 10px 0 14px;
  }

  .container .content .head_main .head .logo img {
    width: min(230px, calc(100vw - 100px));
    height: auto;
  }

  .container .content .head_main .nav {
    top: 70px;
    right: 12px;
    width: calc(100vw - 24px);
  }

  #ceshi1 {
    height: calc(100svh - 106px);
    min-height: 520px;
    max-height: 680px;
  }

  #ceshi1 .text-box {
    width: calc(100% - 32px);
  }

  #ceshi1 .text-box .main-text-box {
    font-size: 48px;
    line-height: 1.05;
  }

  #ceshi1 .text-box .deputy-text-box {
    margin-top: 18px;
    font-size: 17px;
  }

  .lending-head {
    margin-bottom: 28px;
    padding: 0 8px;
  }

  .lending-head h2,
  .img-container2-inner .title {
    font-size: 38px;
  }

  .lending-head p.desc {
    margin-top: 16px;
    font-size: 16px;
  }

  .product-container {
    padding: 30px 12px 68px;
  }

  .product-container .view-box {
    display: block;
    overflow: visible;
    transform: none !important;
  }

  .product-container .view-box > div {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    border-radius: 8px;
  }

  .img-container2 {
    padding: 68px 20px;
  }

  .img-container2 .img-container2-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "image"
      "copy";
    gap: 24px;
  }

  .img-container2-inner .company-img {
    height: min(68vw, 460px);
  }

  .img-container2-inner .text-contet p {
    font-size: 16px;
  }

  .delete-account-section {
    padding: 68px 20px;
  }

  .delete-account-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .delete-account-header h3 {
    font-size: 38px;
  }

  .delete-account-form {
    padding: 24px;
  }

  .footer {
    padding: 60px 24px 52px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner .left-area {
    grid-column: 1 / -1;
  }

  .refundsCancellation-banner,
  .howitworks-banner {
    width: calc(100vw - 24px);
    height: 320px;
    min-height: 320px;
  }

  .refundsCancellation-banner .text-box,
  .howitworks-banner .text-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    transform: none;
  }

  .refundsCancellation-banner .text-box .main-text-box,
  .howitworks-banner .text-box .main-text-box {
    font-size: 40px;
    margin-bottom: 0;
  }

  .grievanceRedressal-content,
  .contactus-item-box,
  .event-page-container,
  .grievance-step-container,
  .grievance-officer-container {
    width: calc(100vw - 40px);
  }

  .grievanceRedressal-content .content-text {
    padding: 28px 22px;
  }

  .product-container-lending {
    padding: 68px 12px;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --vsl-section-space: 56px;
  }

  #ceshi1 {
    min-height: 500px;
  }

  #ceshi1 .text-box .main-text-box {
    font-size: 42px;
  }

  .lending-head h2,
  .img-container2-inner .title,
  .delete-account-header h3 {
    font-size: 34px;
  }

  .product-container {
    padding-bottom: 56px;
  }

  .img-container2,
  .delete-account-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .delete-account-form {
    padding: 20px 16px;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions .submit-btn,
  .form-actions .cancel-btn {
    width: 100%;
  }

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

  .footer-inner .left-area {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
