
    .credit-page {
      gap: 80px;
    }

    .credit-wrap {
      width: 100%;
      max-width: 1678px;
      margin-left: auto;
      margin-right: auto;
    }

    .credit-section {
      margin-top: 80px;
    }

    .credit-title {
      margin: 0 0 48px;
      color: #101828;
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.15;
      letter-spacing: -1.2px;
    }

    .credit-title span,
    .credit-green {
      color: #00a261;
    }

    .credit-btn {
      min-height: 64px;
      border-radius: 86px;
      padding: 0 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #00a261;
      text-decoration: none;
      font-size: 16px;
      line-height: 27px;
      letter-spacing: -0.16px;
      white-space: nowrap;
    }

    .credit-btn--light {
      background: #fff;
      border: 1px solid #b0aaa4;
      color: #b0aaa4;
    }

    .credit-hero {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(420px, 828px);
      gap: 24px;
      align-items: center;
    }

    .credit-hero__content {
      display: flex;
      flex-direction: column;
      gap: 32px;
      align-items: flex-start;
    }

    .credit-hero h1 {
      margin: 0;
      max-width: 828px;
      color: #101828;
      font-size: 82px;
      font-weight: 600;
      line-height: 76px;
      letter-spacing: 0.82px;
    }

    .credit-hero p {
      margin: 0;
      max-width: 546px;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.46px;
    }

    .credit-hero__actions {
      display: flex;
      gap: 26px;
      align-items: center;
    }

    .credit-hero__image {
      width: 100%;
      min-height: 542px;
      object-fit: cover;
      border-radius: 100px;
    }

    .credit-card {
      border: 1px solid #e8e3de;
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 4px 4.9px #e5e5e5;
    }

    .credit-intro {
      display: grid;
      grid-template-columns: minmax(320px, 607px) minmax(0, 1fr);
      gap: 60px;
      align-items: center;
      padding: 40px 120px 40px 90px;
    }

    .credit-intro__image {
      width: 100%;
      max-height: 550px;
      object-fit: contain;
    }

    .credit-intro__body {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .credit-intro__text {
      display: flex;
      flex-direction: column;
      gap: 20px;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-intro__text p {
      margin: 0;
    }

    .credit-intro__text b {
      color: #00a261;
      font-size: 20px;
    }

    .credit-conditions h3 {
      margin: 0 0 30px;
      color: #101828;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-conditions__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .credit-mini-card {
      min-height: 132px;
      border-radius: 18px;
      background: #f9f6f2;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 24px;
    }

    .credit-mini-card span {
      color: #929292;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-mini-card strong {
      color: #00a261;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-benefits {
      display: grid;
      grid-template-columns: 1fr 1.2fr 1fr;
      gap: 24px;
      align-items: stretch;
    }

    .credit-benefits__col {
      display: grid;
      gap: 24px;
    }

    .credit-benefit {
      min-height: 240px;
      border: 1px solid #e5e5e5;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
    }

    .credit-benefit--sand {
      background: #f9f6f2;
    }

    .credit-benefit--center {
      min-height: 504px;
      align-items: center;
      text-align: center;
      overflow: hidden;
    }

    .credit-benefit img {
      width: 74px;
      height: 70px;
      object-fit: contain;
    }

    .credit-benefit--center img {
      width: 100%;
      max-width: 430px;
      height: auto;
      margin-top: auto;
    }

    .credit-benefit h3 {
      margin: 0;
      color: #101828;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -0.54px;
    }

    .credit-benefit p {
      margin: 0;
      color: #929292;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.27px;
    }

    .credit-eligible {
      display: grid;
      grid-template-columns: minmax(320px, 1fr) minmax(0, 1.55fr);
      gap: 64px;
      align-items: center;
      padding: 70px 80px;
      border-radius: 24px;
      background: #fff;
    }

    .credit-eligible__text h2 {
      margin: 0 0 20px;
      color: #101828;
      font-size: 32px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: -1.2px;
    }

    .credit-eligible__text p {
      margin: 0 0 28px;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-eligible__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .credit-eligible__item {
      min-height: 188px;
      border-radius: 18px;
      background: #f9f6f2;
      padding: 28px;
      position: relative;
      overflow: hidden;
    }

    .credit-eligible__item h3 {
      margin: 0 0 14px;
      color: #101828;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
    }

    .credit-eligible__item p {
      margin: 0;
      max-width: 75%;
      color: #101828;
      font-size: 15px;
      line-height: 22px;
    }

    .credit-eligible__item img {
      position: absolute;
      right: 14px;
      bottom: 10px;
      width: 120px;
      height: 120px;
      object-fit: contain;
    }

    .credit-steps {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
    }

    .credit-step {
      min-height: 170px;
      border: 1px solid #e8e3de;
      border-radius: 20px;
      background: #fff;
      padding: 28px;
      position: relative;
      overflow: hidden;
    }

    .credit-step:nth-child(1),
    .credit-step:nth-child(2) {
      grid-column: span 3;
    }

    .credit-step:nth-child(n+3) {
      grid-column: span 2;
    }

    .credit-step h3 {
      margin: 0 0 16px;
      color: #101828;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
    }

    .credit-step p {
      margin: 0;
      max-width: 80%;
      color: #101828;
      font-size: 15px;
      line-height: 22px;
    }

    .credit-step b {
      position: absolute;
      right: 24px;
      bottom: -4px;
      color: #00a261;
      font-size: 72px;
      line-height: 1;
      opacity: 0.35;
    }

    .credit-rules {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
      gap: 40px;
      align-items: center;
      padding: 40px 60px;
    }

    .credit-rules__text {
      color: #101828;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-rules__text p {
      margin: 0 0 24px;
    }

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

    .credit-checks li {
      position: relative;
      padding-left: 34px;
    }

    .credit-checks li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #e6f7ef;
      border: 1px solid #00a261;
    }

    .credit-rules__image {
      width: 100%;
      object-fit: contain;
    }

    .credit-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .credit-stat {
      min-height: 166px;
      border-radius: 20px;
      background: #fff;
      padding: 28px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }

    .credit-stat--green {
      background: #00a261;
      color: #fff;
    }

    .credit-stat h3 {
      margin: 0 0 8px;
      font-size: 28px;
      line-height: 34px;
      font-weight: 600;
    }

    .credit-stat p {
      margin: 0;
      color: inherit;
      font-size: 16px;
      line-height: 22px;
    }

    .credit-stat img {
      width: 140px;
      max-height: 120px;
      object-fit: contain;
    }

    .credit-stories__head {
      margin-bottom: 32px;
      text-align: center;
    }

    .credit-stories__head p {
      margin: 12px auto 0;
      max-width: 620px;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-stories__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .credit-story {
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 20px;
      background: #fff;
      padding: 16px;
    }

    .credit-story img {
      width: 100%;
      aspect-ratio: 1.45;
      border-radius: 16px;
      object-fit: cover;
    }

    .credit-story h3 {
      margin: 18px 0 0;
      color: #1f2937;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
    }

    .credit-faq {
      display: grid;
      gap: 10px;
    }

    .credit-faq details {
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 16px;
      background: #fff;
      padding: 22px 28px;
    }

    .credit-faq summary {
      cursor: pointer;
      color: #101828;
      font-size: 20px;
      line-height: 30px;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .credit-faq summary::-webkit-details-marker {
      display: none;
    }

    .credit-faq summary::after {
      content: "+";
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #e0e0e0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: #00a261;
      font-size: 24px;
    }

    .credit-faq details[open] summary::after {
      content: "-";
      background: #00a261;
      border-color: #00a261;
      color: #fff;
    }

    .credit-faq p {
      margin: 18px 0 0;
      max-width: 1100px;
      color: #929292;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-cta {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
      gap: 40px;
      align-items: center;
      overflow: hidden;
      border-radius: 20px;
      background: #00a261;
      padding: 60px 80px;
      color: #fff;
    }

    .credit-cta h2 {
      margin: 0 0 28px;
      max-width: 760px;
      color: #fff;
      font-size: 32px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: -1.2px;
    }

    .credit-cta p {
      margin: 0 0 30px;
      max-width: 760px;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-cta__actions {
      display: flex;
      gap: 24px;
      align-items: center;
    }

    .credit-cta .credit-btn {
      min-height: 48px;
      background: #fff;
      color: #101828;
      padding-left: 70px;
      padding-right: 70px;
    }

    .credit-cta .credit-btn--outline {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
    }

    .credit-cta img {
      width: 100%;
      object-fit: contain;
    }

    .credit-seo {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
      gap: 60px;
      align-items: center;
      border-radius: 20px;
      background: #fff;
      padding: 40px 60px 40px 40px;
    }

    .credit-seo__text {
      color: #101828;
      font-size: 16px;
      line-height: 24px;
    }

    .credit-seo__text p {
      margin: 0 0 20px;
    }

    .credit-seo img {
      width: 100%;
      object-fit: contain;
    }

    @media (max-width: 1200px) {
      .credit-hero,
      .credit-intro,
      .credit-eligible,
      .credit-rules,
      .credit-cta,
      .credit-seo {
        grid-template-columns: 1fr;
      }

      .credit-hero h1 {
        font-size: 54px;
        line-height: 58px;
      }

      .credit-hero__image {
        min-height: 360px;
        border-radius: 50px;
      }

      .credit-intro,
      .credit-rules,
      .credit-seo {
        padding: 32px;
      }

      .credit-benefits,
      .credit-stories__grid,
      .credit-stats {
        grid-template-columns: 1fr 1fr;
      }

      .credit-benefit--center {
        min-height: 360px;
      }
    }

    @media (max-width: 600px) {
      .credit-page {
        padding-top: 101px;
      }

      .credit-section {
        margin-top: 60px;
      }

      .credit-title {
        margin-bottom: 24px;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -0.75px;
      }

      .credit-hero {
        text-align: center;
      }

      .credit-hero__content {
        align-items: center;
        gap: 24px;
      }

      .credit-hero h1 {
        font-size: 30px;
        line-height: 28px;
        letter-spacing: 0.3px;
      }

      .credit-hero p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.272px;
      }

      .credit-hero__image {
        order: -1;
        min-height: 188px;
        border-radius: 30px;
      }

      .credit-hero__actions,
      .credit-cta__actions {
        width: 100%;
        flex-direction: column;
        gap: 16px;
      }

      .credit-btn {
        width: 100%;
      }

      .credit-intro {
        gap: 24px;
        padding: 40px 24px;
        border-radius: 24px;
      }

      .credit-intro__image {
        max-height: 240px;
      }

      .credit-intro__body {
        gap: 24px;
      }

      .credit-intro__text {
        font-size: 16px;
        line-height: 23px;
      }

      .credit-conditions__grid,
      .credit-benefits,
      .credit-stories__grid,
      .credit-stats,
      .credit-eligible__grid {
        grid-template-columns: 1fr;
      }

      .credit-benefits__col {
        gap: 24px;
      }

      .credit-benefit {
        min-height: auto;
        padding: 40px 24px;
        border-radius: 20px;
      }

      .credit-benefit--center {
        min-height: 397px;
      }

      .credit-eligible {
        padding: 40px 24px;
      }

      .credit-eligible__text {
        text-align: center;
      }

      .credit-eligible__text h2 {
        font-size: 25px;
        line-height: 28px;
      }

      .credit-eligible__item p {
        max-width: 100%;
      }

      .credit-eligible__item img {
        position: static;
        display: block;
        margin: 18px auto 0;
      }

      .credit-steps {
        grid-template-columns: 1fr;
      }

      .credit-step,
      .credit-step:nth-child(1),
      .credit-step:nth-child(2),
      .credit-step:nth-child(n+3) {
        grid-column: auto;
      }

      .credit-rules {
        padding: 24px;
      }

      .credit-stat {
        min-height: 144px;
        padding: 24px;
      }

      .credit-faq details {
        padding: 20px;
      }

      .credit-faq summary {
        font-size: 16px;
        line-height: 22px;
      }

      .credit-cta {
        padding: 40px 24px 0;
        text-align: center;
      }

      .credit-cta h2 {
        font-size: 25px;
        line-height: 28px;
      }

      .credit-cta .credit-btn {
        padding-left: 24px;
        padding-right: 24px;
      }

      .credit-seo {
        padding: 40px 24px;
        gap: 24px;
      }
    }
  

    /* ===== Credit page imported homepage blocks and Figma eligible section ===== */
    .credit-page .hero,
    .credit-page .stats,
    .credit-page .helped,
    .credit-page .faq,
    .credit-page .support-cta {
      width: 100%;
      max-width: 1678px;
      margin-left: auto;
      margin-right: auto;
    }

    .credit-page .hero {
      margin-top: 0;
    }

    .credit-page .hero__title {
      max-width: 760px;
    }

    .credit-page .hero__text {
      max-width: 640px;
    }

    .credit-page .credit-eligible {
      display: grid;
      grid-template-columns: minmax(360px, 571px) minmax(0, 1fr);
      gap: 24px;
      align-items: center;
      min-height: 540px;
      padding: 60px 60px 60px 115px;
      border: 1px solid #e5e5e5;
      border-radius: 20px;
      background: #fff;
      box-shadow: none;
    }

    .credit-page .credit-eligible__text {
      max-width: 571px;
    }

    .credit-page .credit-eligible__text h2 {
      max-width: 500px;
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -0.96px;
    }

    .credit-page .credit-eligible__text p {
      max-width: 560px;
      margin-top: 18px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.272px;
    }

    .credit-page .credit-eligible__text .credit-btn {
      width: 263px;
      min-height: 48px;
      margin-top: 32px;
      font-size: 14px;
      line-height: 20px;
    }

    .credit-page .credit-eligible__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .credit-page .credit-eligible__item {
      position: relative;
      min-height: 280px;
      padding: 32px 32px 120px;
      border: 0;
      border-radius: 20px;
      background: #fbfbfb;
      box-shadow: none;
      overflow: hidden;
    }

    .credit-page .credit-eligible__item h3 {
      max-width: 250px;
      color: #101828;
      font-size: 20px;
      line-height: 27px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-eligible__item h3 span {
      color: #00a261;
    }

    .credit-page .credit-eligible__item p {
      max-width: 284px;
      margin-top: 12px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.272px;
    }

    .credit-page .credit-eligible__item img {
      position: absolute;
      right: 18px;
      bottom: 12px;
      width: 140px;
      height: 120px;
      object-fit: contain;
    }

    @media (max-width: 1100px) {
      .credit-page .credit-eligible {
        grid-template-columns: 1fr;
        padding: 40px 24px;
      }
    }

    @media (max-width: 600px) {
      .credit-page .hero,
      .credit-page .stats,
      .credit-page .helped,
      .credit-page .faq,
      .credit-page .support-cta {
        max-width: 100%;
      }

      .credit-page .credit-eligible {
        min-height: auto;
        padding: 32px 16px;
        border-radius: 20px;
      }

      .credit-page .credit-eligible__text {
        text-align: center;
      }

      .credit-page .credit-eligible__text h2 {
        font-size: 26px;
        line-height: 30px;
      }

      .credit-page .credit-eligible__text .credit-btn {
        width: 100%;
      }

      .credit-page .credit-eligible__grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .credit-page .credit-eligible__item {
        min-height: 230px;
        padding: 24px 20px 100px;
      }

      .credit-page .credit-eligible__item h3,
      .credit-page .credit-eligible__item p {
        max-width: 230px;
      }

      .credit-page .credit-eligible__item img {
        width: 112px;
        height: 100px;
      }
    }
  

    /* ===== Credit page Figma corrections: norms, benefits, eligible, process ===== */
    .credit-page .credit-norms .credit-title,
    .credit-page .credit-benefits-section .credit-title,
    .credit-page .credit-process .credit-title {
      margin-bottom: 48px;
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -1.2px;
    }

    .credit-page .credit-intro {
      min-height: 630px;
      grid-template-columns: 607px minmax(0, 803px);
      gap: 60px;
      padding: 40px 120px 40px 90px;
    }

    .credit-page .credit-intro__image {
      width: 607px;
      height: 550px;
      max-height: none;
      object-fit: contain;
    }

    .credit-page .credit-intro__body {
      width: 803px;
      max-width: 100%;
      gap: 40px;
    }

    .credit-page .credit-intro__text {
      gap: 20px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-intro__text b,
    .credit-page .credit-intro__text strong {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
    }

    .credit-page .credit-intro__text strong {
      color: #101828;
    }

    .credit-page .credit-conditions {
      width: 769px;
      max-width: 100%;
    }

    .credit-page .credit-conditions__grid {
      grid-template-columns: repeat(3, 243px);
      gap: 20px;
    }

    .credit-page .credit-mini-card {
      width: 243px;
      min-height: 132px;
      gap: 42px;
    }

    .credit-page .credit-benefits {
      grid-template-columns: repeat(3, minmax(0, 544px));
      gap: 24px;
      justify-content: center;
      min-height: 640px;
    }

    .credit-page .credit-benefits__col {
      gap: 24px;
      height: 640px;
    }

    .credit-page .credit-benefit {
      min-height: 308px;
      padding: 40px;
      justify-content: center;
      gap: 20px;
    }

    .credit-page .credit-benefit img {
      width: auto;
      height: 104px;
      object-fit: contain;
      align-self: flex-start;
    }

    .credit-page .credit-benefit h3 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-page .credit-benefit p {
      max-width: 424px;
      color: #929292;
      font-size: 20px;
      line-height: 27px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-benefit--center {
      position: relative;
      min-height: 640px;
      align-items: flex-start;
      text-align: left;
      padding: 60px 40px;
    }

    .credit-page .credit-benefit--center h3 {
      max-width: 286px;
    }

    .credit-page .credit-benefit--center p {
      max-width: 464px;
    }

    .credit-page .credit-benefit--center img {
      position: absolute;
      left: -94px;
      top: 163px;
      width: 796px;
      max-width: none;
      height: 522px;
      margin: 0;
      object-fit: contain;
      align-self: auto;
      border-radius: 100px;
    }

    .credit-page .credit-eligible {
      grid-template-columns: 571px 910px;
      gap: 24px;
      min-height: 540px;
      padding: 60px 60px 60px 115px;
      border-radius: 20px;
    }

    .credit-page .credit-eligible__text {
      display: flex;
      flex-direction: column;
      gap: 40px;
      max-width: 571px;
    }

    .credit-page .credit-eligible__text h2 {
      max-width: 424px;
      margin: 0;
    }

    .credit-page .credit-eligible__text p {
      max-width: 571px;
      margin: -14px 0 0;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-eligible__text .credit-btn {
      margin-top: 0;
    }

    .credit-page .credit-eligible__grid {
      grid-template-columns: repeat(2, 442px);
      gap: 26px;
    }

    .credit-page .credit-eligible__item {
      width: 442px;
      min-height: 280px;
      padding: 40px 40px 104px;
    }

    .credit-page .credit-eligible__item h3 {
      max-width: 362px;
      min-height: 54px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-page .credit-eligible__item p {
      max-width: 274px;
      margin-top: 26px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-eligible__item img {
      right: 0;
      bottom: 0;
      width: 150px;
      height: auto;
      max-height: 157px;
    }

    .credit-page .credit-process__head {
      width: 660px;
      max-width: 100%;
      margin: 0 auto 48px;
      text-align: center;
    }

    .credit-page .credit-process .credit-title {
      margin-bottom: 26px;
    }

    .credit-page .credit-process__head p {
      margin: 0;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-steps {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 24px;
      align-items: end;
    }

    .credit-page .credit-step {
      min-height: 211px;
      padding: 40px;
      border: 1px solid #e5e5e5;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .credit-page .credit-step--sand {
      border-color: #e8e3de;
      background: #f9f6f2;
      box-shadow: 0 4px 9.8px #e5e5e5;
    }

    .credit-page .credit-step h3 {
      max-width: 430px;
      margin: 0 0 20px;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-page .credit-step p {
      max-width: 507px;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-step b {
      display: none;
    }

    .credit-page .credit-step__count {
      position: absolute;
      right: 40px;
      bottom: 30px;
      width: 145px;
      height: 114px;
      object-fit: contain;
    }

    .credit-page .credit-step--2 .credit-step__count { width: 162px; }
    .credit-page .credit-step--3 .credit-step__count { width: 160px; }
    .credit-page .credit-step--4 .credit-step__count { width: 176px; }
    .credit-page .credit-step--5 .credit-step__count { width: 155px; }

    @media (max-width: 1300px) {
      .credit-page .credit-intro,
      .credit-page .credit-eligible {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-intro__image,
      .credit-page .credit-intro__body,
      .credit-page .credit-conditions,
      .credit-page .credit-eligible__text {
        width: 100%;
        max-width: 100%;
      }

      .credit-page .credit-benefits,
      .credit-page .credit-eligible__grid {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-benefits__col,
      .credit-page .credit-benefit--center {
        height: auto;
      }

      .credit-page .credit-benefit--center img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        margin-top: 24px;
      }

      .credit-page .credit-eligible__item {
        width: 100%;
      }
    }

    @media (max-width: 700px) {
      .credit-page .credit-norms .credit-title,
      .credit-page .credit-benefits-section .credit-title,
      .credit-page .credit-process .credit-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 28px;
      }

      .credit-page .credit-intro {
        min-height: auto;
        padding: 24px 16px;
        gap: 24px;
      }

      .credit-page .credit-intro__image {
        height: auto;
      }

      .credit-page .credit-conditions__grid {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-mini-card {
        width: 100%;
        min-height: 110px;
      }

      .credit-page .credit-benefit,
      .credit-page .credit-benefit--center {
        min-height: auto;
        padding: 28px 24px;
      }

      .credit-page .credit-benefit p {
        font-size: 16px;
        line-height: 24px;
      }

      .credit-page .credit-benefit--center img {
        max-width: 360px;
      }

      .credit-page .credit-eligible {
        padding: 32px 16px;
      }

      .credit-page .credit-eligible__grid {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-eligible__item {
        padding: 28px 24px 112px;
      }

      .credit-page .credit-process__head {
        margin-bottom: 28px;
      }

      .credit-page .credit-steps {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-step,
      .credit-page .credit-step:nth-child(1),
      .credit-page .credit-step:nth-child(2),
      .credit-page .credit-step:nth-child(n+3) {
        grid-column: auto;
        min-height: 220px;
      }

      .credit-page .credit-step__count {
        right: 24px;
        bottom: 24px;
        width: 120px;
      }
    }
  

    /* ===== Credit page overflow fixes and rules block ===== */
    .credit-page,
    .credit-page * {
      box-sizing: border-box;
    }

    .credit-page {
      overflow-x: hidden;
    }

    .credit-page .credit-wrap,
    .credit-page .hero,
    .credit-page .stats,
    .credit-page .helped,
    .credit-page .faq,
    .credit-page .support-cta {
      max-width: min(1678px, calc(100vw - 60px));
    }

    .credit-page .credit-landing-hero {
    padding-top: 50px;
      display: grid;
      grid-template-columns: minmax(0, 828px) minmax(420px, 828px);
      gap: 24px;
      align-items: center;
      overflow: hidden;
    }

    .credit-page .credit-landing-hero .hero__content {
      width: 100%;
      max-width: 828px;
      padding-top: 42px;
      gap: 32px;
    }

    .credit-page .credit-landing-hero .hero__title {
      width: 100%;
      max-width: 828px;
      font-size: 82px;
      line-height: 76px;
      letter-spacing: 0.82px;
    }

    .credit-page .credit-landing-hero .hero__text {
      max-width: 546px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.46px;
    }

    .credit-page .credit-landing-hero .hero__image-wrap {
      width: 100%;
      max-width: 828px;
      overflow: hidden;
      border-radius: 100px;
    }

    .credit-page .credit-landing-hero .hero__image {
      width: 100%;
      max-height: 542px;
      border-radius: 100px;
    }

    .credit-page .credit-intro,
    .credit-page .credit-benefits,
    .credit-page .credit-eligible,
    .credit-page .credit-steps,
    .credit-page .credit-rules {
      overflow: hidden;
    }

    .credit-page .credit-intro {
      grid-template-columns: minmax(0, 607px) minmax(0, 803px);
      justify-content: space-between;
      column-gap: clamp(28px, 3vw, 60px);
      padding: 40px clamp(40px, 5vw, 120px) 40px clamp(40px, 5vw, 90px);
    }

    .credit-page .credit-intro__image {
      width: 100%;
      max-width: 607px;
    }

    .credit-page .credit-intro__body,
    .credit-page .credit-conditions {
      width: 100%;
      min-width: 0;
    }

    .credit-page .credit-conditions__grid {
      grid-template-columns: repeat(3, minmax(0, 243px));
      max-width: 100%;
    }

    .credit-page .credit-mini-card {
      width: auto;
      min-width: 0;
    }

    .credit-page .credit-mini-card strong {
      overflow-wrap: anywhere;
    }

    .credit-page .credit-benefits {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      width: 100%;
    }

    .credit-page .credit-benefit--center h3,
    .credit-page .credit-benefit--center p {
      position: relative;
      z-index: 2;
    }

    .credit-page .credit-benefit--center img {
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      width: min(796px, 135%);
    }

    .credit-page .credit-eligible {
      grid-template-columns: minmax(320px, 571px) minmax(0, 1fr);
      padding: 60px clamp(32px, 3.5vw, 60px) 60px clamp(48px, 6vw, 115px);
    }

    .credit-page .credit-eligible__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      min-width: 0;
    }

    .credit-page .credit-eligible__item {
      width: auto;
      min-width: 0;
    }

    .credit-page .credit-eligible__item h3,
    .credit-page .credit-eligible__item p {
      position: relative;
      z-index: 2;
      max-width: calc(100% - 126px);
    }

    .credit-page .credit-eligible__item img {
      z-index: 1;
    }

    .credit-page .credit-steps {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .credit-page .credit-step {
      min-width: 0;
      padding-right: 200px;
    }

    .credit-page .credit-step h3,
    .credit-page .credit-step p {
      position: relative;
      z-index: 2;
      max-width: 100%;
    }

    .credit-page .credit-step__count {
      z-index: 1;
      pointer-events: none;
    }

    .credit-page .credit-rules-section .credit-title {
      margin-bottom: 48px;
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -1.2px;
    }

    .credit-page .credit-rules {
      display: grid;
      grid-template-columns: minmax(0, 771px) minmax(420px, 1fr);
      gap: 0;
      align-items: center;
      min-height: 491px;
      padding: 0 40px;
      border: 1px solid #e5e5e5;
      border-radius: 20px;
      background: #fff;
      box-shadow: none;
    }

    .credit-page .credit-rules__text {
      width: 100%;
      max-width: 771px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-rules__text p {
      margin: 0 0 43px;
      max-width: 771px;
    }

    .credit-page .credit-rules__text p .credit-green {
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
    }

    .credit-page .credit-checks {
      width: 100%;
      max-width: 660px;
      gap: 26px;
    }

    .credit-page .credit-checks li {
      min-height: 24px;
      padding-left: 48px;
      line-height: 24px;
    }

    .credit-page .credit-checks li::before {
      width: 24px;
      height: 24px;
      border-color: #00a261;
      background: #fff;
    }

    .credit-page .credit-checks li::after {
      content: "";
      position: absolute;
      left: 8px;
      top: 7px;
      width: 8px;
      height: 5px;
      border-left: 2px solid #00a261;
      border-bottom: 2px solid #00a261;
      transform: rotate(-45deg);
    }

    .credit-page .credit-rules__image {
      width: 100%;
      max-width: 869px;
      height: 491px;
      object-fit: cover;
      object-position: center;
      justify-self: end;
    }

    @media (max-width: 1500px) {
      .credit-page .credit-landing-hero {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
      }

      .credit-page .credit-landing-hero .hero__title {
        font-size: clamp(54px, 5vw, 82px);
        line-height: 0.95;
      }

      .credit-page .credit-intro {
        grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
      }

      .credit-page .credit-benefit p {
        font-size: 18px;
      }

      .credit-page .credit-step {
        padding-right: 170px;
      }

      .credit-page .credit-step__count {
        width: 125px;
      }
    }

    @media (max-width: 1100px) {
      .credit-page .credit-landing-hero,
      .credit-page .credit-intro,
      .credit-page .credit-eligible,
      .credit-page .credit-rules {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-landing-hero .hero__content {
        padding-top: 0;
      }

      .credit-page .credit-conditions__grid,
      .credit-page .credit-eligible__grid {
        grid-template-columns: 1fr;
      }

      .credit-page .credit-rules {
        padding: 32px 24px 0;
      }

      .credit-page .credit-rules__image {
        height: auto;
      }
    }

    @media (max-width: 700px) {
      .credit-page .credit-wrap,
      .credit-page .hero,
      .credit-page .stats,
      .credit-page .helped,
      .credit-page .faq,
      .credit-page .support-cta {
        max-width: calc(100vw - 32px);
      }

      .credit-page .credit-step {
        padding-right: 24px;
        padding-bottom: 130px;
      }

      .credit-page .credit-step h3,
      .credit-page .credit-step p,
      .credit-page .credit-eligible__item h3,
      .credit-page .credit-eligible__item p {
        max-width: 100%;
      }

      .credit-page .credit-rules-section .credit-title {
        font-size: 26px;
        line-height: 30px;
      }
    }
  

    /* ===== Credit page latest corrections: center benefit, steps, checks, final image ===== */
    .credit-page .credit-benefit--center {
      position: relative;
      width: 100%;
      min-height: 640px;
      height: 640px;
      padding: 60px 40px;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      overflow: hidden;
      gap: 20px;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .credit-page .credit-benefit--center h3,
    .credit-page .credit-benefit--center p {
      position: relative;
      z-index: 2;
      margin: 0;
    }

    .credit-page .credit-benefit--center h3 {
      width: 286px;
      max-width: 100%;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-page .credit-benefit--center p {
      width: 464px;
      max-width: 100%;
      color: #929292;
      font-size: 20px;
      line-height: 27px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-benefit--center img {
      position: absolute;
      z-index: 1;
      left: -94px;
      top: 163px;
      width: 796px;
      height: 522px;
      max-width: none;
      margin: 0;
      transform: none;
      object-fit: contain;
      border-radius: 100px;
      pointer-events: none;
    }

    .credit-page .credit-steps {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 24px;
      width: 100%;
    }

    .credit-page .credit-step,
    .credit-page .credit-step:nth-child(1),
    .credit-page .credit-step:nth-child(2),
    .credit-page .credit-step:nth-child(n+3) {
      grid-column: auto;
    }

    .credit-page .credit-step {
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 265px;
      padding: 40px;
      overflow: hidden;
    }

    .credit-page .credit-step:nth-child(1),
    .credit-page .credit-step:nth-child(2) {
      flex: 0 0 calc((100% - 24px) / 2);
      width: calc((100% - 24px) / 2);
    }

    .credit-page .credit-step:nth-child(n+3) {
      flex: 0 0 calc((100% - 48px) / 3);
      width: calc((100% - 48px) / 3);
      min-height: 288px;
    }

    .credit-page .credit-step h3 {
      margin: 0 0 20px;
      max-width: 100%;
      color: #101828;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.75px;
    }

    .credit-page .credit-step p {
      margin: 0;
      max-width: 100%;
      color: #101828;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-step--1 p { max-width: 376px; }
    .credit-page .credit-step--2 p { max-width: 507px; }
    .credit-page .credit-step--3 p { max-width: 400px; }

    .credit-page .credit-step__count,
    .credit-page .credit-step--2 .credit-step__count,
    .credit-page .credit-step--3 .credit-step__count,
    .credit-page .credit-step--4 .credit-step__count,
    .credit-page .credit-step--5 .credit-step__count {
      position: static;
      display: block;
      height: 114px;
      margin-top: auto;
      margin-left: auto;
      object-fit: contain;
      pointer-events: none;
      z-index: 1;
    }

    .credit-page .credit-step--1 .credit-step__count { width: 145px; }
    .credit-page .credit-step--2 .credit-step__count { width: 162px; }
    .credit-page .credit-step--3 .credit-step__count { width: 160px; }
    .credit-page .credit-step--4 .credit-step__count { width: 176px; }
    .credit-page .credit-step--5 .credit-step__count { width: 155px; }

    .credit-page .credit-checks li::before {
      top: 0;
      width: 24px;
      height: 24px;
      border: 0;
      border-radius: 0;
      background: url('/assets/10-ok.svg') center / contain no-repeat;
    }

    .credit-page .credit-checks li::after {
      display: none;
    }

    .credit-page .credit-rules__image {
      content: url('/assets/10-heart.png');
      object-fit: contain;
      object-position: center right;
      position: relative;
    right: -40px;
    bottom: -65px;
    }

    .credit-page .credit-seo img {
      content: url('/assets/10-center.svg');
      width: min(100%, 560px);
      max-height: 520px;
      object-fit: contain;
    }

    @media (max-width: 1300px) {
      .credit-page .credit-benefit--center {
        height: auto;
        min-height: 560px;
      }

      .credit-page .credit-benefit--center img {
        left: 50%;
        top: auto;
        bottom: -10px;
        width: min(760px, 145%);
        height: auto;
        transform: translateX(-50%);
      }

      .credit-page .credit-step,
      .credit-page .credit-step:nth-child(1),
      .credit-page .credit-step:nth-child(2),
      .credit-page .credit-step:nth-child(n+3) {
        flex-basis: calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2);
      }
    }
    
    .imag_home{
        display:none;
    }
    @media (max-width: 700px) {
        .imag_home{
            display:block;
        }
      .credit-page .credit-benefit--center {
        min-height: 500px;
        padding: 32px 24px;
      }

      .credit-page .credit-benefit--center p {
        font-size: 16px;
        line-height: 24px;
      }

      .credit-page .credit-step,
      .credit-page .credit-step:nth-child(1),
      .credit-page .credit-step:nth-child(2),
      .credit-page .credit-step:nth-child(n+3) {
        flex-basis: 100%;
        width: 100%;
        min-height: 250px;
      }

      .credit-page .credit-rules__image,
      .credit-page .credit-seo img {
        content: normal;
        right:-25px;
        bottom:0px;
        position:relative;
      }
    }

    /* ===== Credit page eligible block exact Figma layout ===== */
    .credit-page .credit-eligible {
      display: grid;
      grid-template-columns: minmax(360px, 571px) minmax(0, 910px);
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      width: 100%;
      max-width: 1640px;
      min-height: 540px;
      margin-left: auto;
      margin-right: auto;
      padding: 60px 60px 60px 115px;
      border: 1px solid #e5e5e5;
      border-radius: 20px;
      background: #fff;
      overflow: hidden;
      box-shadow: none;
    }

    .credit-page .credit-eligible__text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
      width: 571px;
      max-width: 100%;
      text-align: left;
    }

    .credit-page .credit-eligible__text h2 {
      width: 424px;
      max-width: 100%;
      margin: 0;
      color: #101828;
      font-size: 32px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: -1.2px;
    }

    .credit-page .credit-eligible__text p {
      width: 571px;
      max-width: 100%;
      margin: -14px 0 0;
      color: #101828;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-eligible__text .credit-btn {
      width: 263px;
      min-height: 48px;
      margin: 0;
      padding: 0 24px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.34px;
    }

    .credit-page .credit-eligible__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 442px));
      gap: 26px;
      justify-content: end;
      width: 910px;
      max-width: 100%;
      min-width: 0;
    }

    .credit-page .credit-eligible__item {
      position: relative;
      width: 442px;
      max-width: 100%;
      min-height: 280px;
      height: 280px;
      padding: 40px 40px 104px;
      border: 0;
      border-radius: 20px;
      background: #fbfbfb;
      overflow: hidden;
      box-shadow: none;
    }

    .credit-page .credit-eligible__item h3 {
      position: relative;
      z-index: 2;
      width: 362px;
      max-width: calc(100% - 34px);
      min-height: 54px;
      margin: 0;
      color: #101828;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: -0.75px;
      word-break: normal;
      overflow-wrap: normal;
    }

    .credit-page .credit-eligible__item h3 span {
      color: #00a261;
    }

    .credit-page .credit-eligible__item p {
      position: relative;
      z-index: 2;
      width: 274px;
      max-width: calc(100% - 78px);
      margin: 26px 0 0;
      color: #101828;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.34px;
      word-break: normal;
      overflow-wrap: normal;
    }

    .credit-page .credit-eligible__item img {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      display: block;
      width: 150px;
      height: auto;
      max-height: 157px;
      margin: 0;
      object-fit: contain;
      pointer-events: none;
    }

    @media (max-width: 1300px) {
      .credit-page .credit-eligible {
        grid-template-columns: 1fr;
        padding: 48px 32px;
      }

      .credit-page .credit-eligible__text,
      .credit-page .credit-eligible__grid {
        width: 100%;
      }

      .credit-page .credit-eligible__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
      }

      .credit-page .credit-eligible__item {
        width: 100%;
      }
    }

    @media (max-width: 700px) {
        .credit-page .credit-landing-hero{
            padding-top:0px;
        }
        .credit-page .credit-landing-hero .hero__title{
            color: #101828;
            margin-top:30px;
            text-align: center;
            font-size: 30px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px; 
            letter-spacing: 0.3px;
        }
      .credit-page .credit-eligible {
        min-height: auto;
        padding: 32px 16px;
      }

      .credit-page .credit-eligible__text {
        gap: 24px;
        text-align: left;
      }

      .credit-page .credit-eligible__text h2 {
        font-size: 26px;
        line-height: 30px;
      }

      .credit-page .credit-eligible__text p {
        margin: 0;
      }

      .credit-page .credit-eligible__text .credit-btn {
        width: 100%;
      }

      .credit-page .credit-eligible__grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .credit-page .credit-eligible__item {
        height: auto;
        min-height: 250px;
        padding: 28px 24px 112px;
      }

      .credit-page .credit-eligible__item h3,
      .credit-page .credit-eligible__item p {
        max-width: 100%;
      }
    }

    /* ===== Credit page mobile layout fixes ===== */
    @media (max-width: 700px) {
      .credit-page {
        padding-top: 0 !important;
        overflow-x: hidden;
      }

      .credit-page .site-header {
        width: 100vw;
        max-width: 100vw;
        min-height: 66px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 21px 16px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
      }

      .credit-page .site-header.is-scrolled {
        padding: 21px 16px;
        border-radius: 0;
      }

      .credit-page .site-header__burger {
        margin-left: auto;
        flex: 0 0 auto;
      }

      .credit-page .credit-section {
        margin-top: 60px;
      }

      .credit-page .credit-title {
        margin-bottom: 24px;
        font-size: 25px;
        line-height: normal;
        letter-spacing: -0.75px;
      }

      .credit-page .credit-norms {
        padding-left: 0;
        padding-right: 0;
      }

      .credit-page .credit-norms .credit-title {
        max-width: 288px;
        margin-left: auto;
        margin-right: auto;
      }

      .credit-page .credit-intro {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 40px 24px;
        border-radius: 24px;
      }

      .credit-page .credit-intro__image {
        width: 240px;
        max-width: 100%;
        max-height: none;
        height: 217px;
        margin: 0 auto;
        object-fit: contain;
      }

      .credit-page .credit-intro__body,
      .credit-page .credit-intro__text {
        width: 100%;
        gap: 24px;
      }

      .credit-page .credit-intro__text {
        font-size: 16px;
        line-height: 23px;
      }

      .credit-page .credit-intro__text b {
        font-size: 20px;
        line-height: 23px;
      }

      .credit-page .credit-conditions h3 {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 30px;
      }

      .credit-page .credit-conditions__grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .credit-page .credit-mini-card {
        min-height: 112px;
        padding: 20px;
        border-radius: 18px;
        gap: 32px;
      }

      .credit-page .credit-mini-card span {
        font-size: 14px;
        line-height: 24px;
      }

      .credit-page .credit-mini-card strong {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.75px;
      }

      .credit-page .credit-benefits-section .credit-title {
        max-width: 288px;
        margin-left: auto;
        margin-right: auto;
      }

      .credit-page .credit-benefits {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        overflow: visible;
      }

      .credit-page .credit-benefits__col {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
      }

      .credit-page .credit-benefit,
      .credit-page .credit-benefit--center {
        width: 100%;
        min-height: auto;
        border-radius: 20px;
        padding: 40px 24px;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        text-align: left;
        overflow: hidden;
      }

      .credit-page .credit-benefit img {
        width: auto;
        height: 70px;
        object-fit: contain;
      }

      .credit-page .credit-benefit h3 {
        width: auto;
        max-width: 100%;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.54px;
        white-space: normal;
      }

      .credit-page .credit-benefit p {
        width: auto;
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.27px;
      }

      .credit-page .credit-benefit--center {
        position: relative;
        min-height: 397px;
        padding-bottom: 190px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      }

      .credit-page .credit-benefit--center img {
        position: absolute;
        left: 0px;
        right: auto;
        top: 143px;
        bottom: auto;
        width: 100%;
        max-width: none;
        height: 286px;
        margin: 0;
        transform: none;
      }

      .credit-page .credit-eligible {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        min-height: auto;
        padding: 40px 24px;
        border-radius: 20px;
        overflow: hidden;
      }

      .credit-page .credit-eligible__text {
        display: contents;
      }

      .credit-page .credit-eligible__text h2 {
        order: 1;
        max-width: 240px;
        margin: 0 auto;
        text-align: center;
        font-size: 25px;
        line-height: normal;
        letter-spacing: -0.75px;
      }

      .credit-page .credit-eligible__text p {
        order: 2;
        max-width: 240px;
        margin: -8px auto 0;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.27px;
      }

      .credit-page .credit-eligible__text .credit-btn {
        order: 4;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 0 24px;
        font-size: 16px;
        line-height: 24px;
      }

      .credit-page .credit-eligible__grid {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
      }

      .credit-page .credit-eligible__item {
        width: 100%;
        min-height: auto;
        padding: 24px 16px;
        border-radius: 20px;
        background: #fbfbfb;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        overflow: hidden;
      }

      .credit-page .credit-eligible__item img {
        position: static;
        display: block;
        order: -1;
        width: auto;
        height: 70px;
        margin: 0 0 10px;
        object-fit: contain;
      }

      .credit-page .credit-eligible__item h3 {
        max-width: 208px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.54px;
      }

      .credit-page .credit-eligible__item p {
        max-width: 218px;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.27px;
      }

      .credit-page .credit-process {
        overflow: hidden;
      }

      .credit-page .credit-process__head {
        width: 288px;
        max-width: 100%;
        margin: 0 auto 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: center;
      }

      .credit-page .credit-process__head .credit-title {
        margin-bottom: 0;
      }

      .credit-page .credit-process__head p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.27px;
      }

      .credit-page .credit-steps {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        gap: 16px;
        width: calc(100% + 16px);
        margin-right: -16px;
        padding: 0 16px 14px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }

      .credit-page .credit-steps::-webkit-scrollbar {
        display: none;
      }

      .credit-page .credit-step,
      .credit-page .credit-step:nth-child(1),
      .credit-page .credit-step:nth-child(2),
      .credit-page .credit-step:nth-child(n+3) {
        flex: 0 0 264px;
        grid-column: auto;
        width: 264px;
        min-height: 292px;
        padding: 24px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        scroll-snap-align: start;
      }

      .credit-page .credit-step h3 {
        margin: 16px 0 0;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.54px;
      }

      .credit-page .credit-step p,
      .credit-page .credit-step--1 p,
      .credit-page .credit-step--2 p,
      .credit-page .credit-step--3 p {
        max-width: 100%;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.34px;
      }

      .credit-page .credit-step__count,
      .credit-page .credit-step--1 .credit-step__count,
      .credit-page .credit-step--2 .credit-step__count,
      .credit-page .credit-step--3 .credit-step__count,
      .credit-page .credit-step--4 .credit-step__count,
      .credit-page .credit-step--5 .credit-step__count {
        position: static;
        display: block;
        order: -1;
        width: auto;
        max-width: 124px;
        height: 80px;
        margin: 0;
        object-fit: contain;
      }
    }
  
    /* ===== Credit page sticky header fix ===== */
    .credit-page {
      overflow-x: visible !important;
    }

    .credit-page .site-header {
      position: sticky !important;
      top: 5px;
      z-index: 300;
    }

    @media (max-width: 700px) {
      .credit-page .site-header,
      .credit-page .site-header.is-scrolled {
        position: sticky !important;
        top: 0 !important;
        z-index: 300;
      }
    }  

/* ===== START: Eligible cards text alignment ===== */
@media (min-width: 901px) {
  .credit-page .credit-eligible__item {
    padding: 20px 20px 104px;
  }

  .credit-page .credit-eligible__item:nth-child(n + 3) h3 {
    min-height: 90px;
  }
}
/* ===== END: Eligible cards text alignment ===== */
