html,
body {
  overflow-x: hidden;
}

@media (max-width: 700px) {
  .mobile-hero-art {
    height: 184px !important;
  }

  .mobile-hero-person {
    right: 8px !important;
    bottom: 0 !important;
    width: 184px !important;
    max-width: none !important;
    height: 186px !important;
    border-radius: 32px 32px 0 32px !important;
  }

  .cash-stack {
    right: 160px !important;
    bottom: 44px !important;
    width: 86px !important;
  }

  .phone-card {
    right: 184px !important;
    top: 30px !important;
  }

  .shield-mark {
    left: 22px !important;
    bottom: 34px !important;
  }
}

@media (max-width: 700px) {
  body {
    background:
      radial-gradient(circle at 78% 120px, rgba(11, 151, 86, .12), transparent 34%),
      linear-gradient(180deg, #f3faf6 0, #f8fbfa 390px, #f8fbfa 100%) !important;
  }

  .mobile-showcase {
    align-items: center !important;
    padding: 12px 14px 18px !important;
    gap: 0 !important;
  }

  .mobile-hero-card {
    position: relative !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    min-height: 424px !important;
    padding: 22px 20px 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 78% 67%, rgba(255, 219, 92, .32), transparent 17%),
      radial-gradient(circle at 102% 76%, rgba(255, 255, 255, .24), transparent 26%),
      linear-gradient(152deg, #00684f 0%, #008a49 52%, #18b873 100%) !important;
    box-shadow: 0 20px 38px rgba(0, 99, 66, .22) !important;
  }

  .mobile-hero-card:before {
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 18px !important;
    height: 116px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .16) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    z-index: 0 !important;
  }

  .mobile-hero-copy {
    position: relative !important;
    z-index: 5 !important;
    max-width: 292px !important;
  }

  .mobile-safe {
    background: rgba(255, 255, 255, .18) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    box-shadow: none !important;
  }

  .mobile-hero-copy h1 {
    max-width: 292px !important;
    margin-top: 16px !important;
    font-size: 29px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .mobile-hero-copy p {
    max-width: 255px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, .92) !important;
  }

  .mobile-proof {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    padding: 8px 11px !important;
    border-radius: 999px !important;
    background: #fff7d7 !important;
    color: #154037 !important;
    box-shadow: 0 10px 20px rgba(0, 68, 45, .12) !important;
  }

  .mobile-proof b {
    font-size: 15px !important;
    color: #007f45 !important;
  }

  .mobile-proof span {
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-hero-art {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 184px !important;
    margin: 0 !important;
    z-index: 2 !important;
    overflow: hidden !important;
  }

  .mobile-hero-person {
    right: 18px !important;
    bottom: 0 !important;
    width: 154px !important;
    max-width: none !important;
    height: 168px !important;
    border-radius: 32px 32px 0 32px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    background: #fff !important;
    border: 2px solid rgba(255, 255, 255, .78) !important;
    box-shadow: 0 18px 32px rgba(0, 55, 35, .24) !important;
  }

  .cash-stack {
    right: 139px !important;
    bottom: 44px !important;
    width: 88px !important;
    opacity: .92 !important;
  }

  .cash-stack:after {
    right: -9px !important;
    top: 14px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .phone-card {
    right: 178px !important;
    top: 28px !important;
    width: 50px !important;
    height: 76px !important;
    opacity: .55 !important;
    transform: rotate(-8deg) !important;
  }

  .shield-mark {
    left: 22px !important;
    bottom: 34px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .9) !important;
  }

  .shield-mark img {
    width: 48px !important;
    height: 48px !important;
  }

  .mobile-amount-card {
    position: relative !important;
    z-index: 4 !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin: -18px 0 12px !important;
    padding: 18px 16px 16px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 112, 72, .1) !important;
    box-shadow: 0 16px 30px rgba(11, 71, 52, .12) !important;
  }

  .mobile-amount-card > span {
    font-size: 13px !important;
  }

  .mobile-amount-card > strong {
    font-size: 22px !important;
    letter-spacing: 0 !important;
  }

  .mobile-benefits {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 7px !important;
    margin-top: 13px !important;
  }

  .mobile-benefits div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 70px !important;
    padding: 8px 5px !important;
    text-align: center !important;
    border-radius: 16px !important;
  }

  .mobile-benefits img {
    width: 28px !important;
    height: 28px !important;
    margin: 0 0 5px !important;
  }

  .mobile-benefits b {
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .mobile-benefits small {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .mobile-main-cta {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    height: 50px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ffe568, #ffc828) !important;
    color: #16382f !important;
    box-shadow: 0 12px 24px rgba(238, 183, 28, .22) !important;
  }

  .mobile-range-input {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    margin: 14px 0 2px !important;
    padding: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    accent-color: #009a54 !important;
    touch-action: pan-y !important;
    cursor: pointer !important;
  }

  .mobile-range-input::-webkit-slider-runnable-track {
    height: 6px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #009a54, #07b76a) !important;
  }

  .mobile-range-input::-webkit-slider-thumb {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 24px !important;
    height: 24px !important;
    margin-top: -9px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 3px solid #009a54 !important;
    box-shadow: 0 5px 12px rgba(0, 123, 78, .24) !important;
  }

  .mobile-range-input::-moz-range-track {
    height: 6px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #009a54, #07b76a) !important;
  }

  .mobile-range-input::-moz-range-thumb {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 3px solid #009a54 !important;
    box-shadow: 0 5px 12px rgba(0, 123, 78, .24) !important;
  }
}

@media (max-width: 700px) {
  .mobile-showcase,
  .platform-section {
    width: calc(100vw - 28px) !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .mobile-hero-card {
    width: 100% !important;
    padding: 24px 20px 20px !important;
  }

  .mobile-hero-art {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 78px !important;
    margin-top: 16px !important;
    overflow: hidden !important;
  }

  .phone-card {
    right: 0 !important;
    top: 0 !important;
    width: 48px !important;
    height: 74px !important;
  }

  .cash-stack {
    right: 48px !important;
    bottom: 16px !important;
    width: 72px !important;
  }

  .cash-stack:after {
    right: -3px !important;
    width: 22px !important;
    height: 22px !important;
  }

  .shield-mark {
    left: 0 !important;
    bottom: 10px !important;
    width: 54px !important;
    height: 54px !important;
  }

  .shield-mark img {
    width: 44px !important;
    height: 44px !important;
  }

  .mobile-benefits {
    grid-template-columns: 1fr !important;
  }

  .mobile-benefits div {
    display: grid !important;
    grid-template-columns: 34px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 10px !important;
    align-items: center !important;
    text-align: left !important;
    padding: 9px 12px !important;
  }

  .mobile-benefits img {
    grid-row: 1 / 3 !important;
    margin: 0 !important;
  }

  .mobile-benefits b {
    font-size: 12px !important;
  }

  .mobile-benefits small {
    font-size: 10px !important;
  }

  .product-card {
    width: 100% !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 6px 10px !important;
    margin: 0 !important;
  }

  .product-card h3,
  .product-card .badge,
  .product-card .loan-row {
    grid-column: 2 !important;
  }

  .product-card .loan-row {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 7px 10px !important;
    background: #f6faf8 !important;
    border-radius: 12px !important;
  }

  .product-card .loan-row:nth-of-type(3) {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: auto !important;
  }

  .product-card .apply-btn {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 2px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 700px) {
  .mobile-hero-art {
    height: 184px !important;
  }

  .mobile-hero-person {
    right: 8px !important;
    bottom: 0 !important;
    width: 184px !important;
    max-width: none !important;
    height: 186px !important;
    border-radius: 32px 32px 0 32px !important;
  }

  .cash-stack {
    right: 160px !important;
    bottom: 44px !important;
    width: 86px !important;
  }

  .phone-card {
    right: 184px !important;
    top: 30px !important;
  }

  .shield-mark {
    left: 22px !important;
    bottom: 34px !important;
  }
}

@media (max-width: 700px) {
  body {
    background:
      radial-gradient(circle at 78% 120px, rgba(11, 151, 86, .12), transparent 34%),
      linear-gradient(180deg, #f3faf6 0, #f8fbfa 390px, #f8fbfa 100%) !important;
  }

  .mobile-showcase {
    align-items: center !important;
    padding: 12px 14px 18px !important;
    gap: 0 !important;
  }

  .mobile-hero-card {
    position: relative !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    min-height: 424px !important;
    padding: 22px 20px 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 78% 67%, rgba(255, 219, 92, .32), transparent 17%),
      radial-gradient(circle at 102% 76%, rgba(255, 255, 255, .24), transparent 26%),
      linear-gradient(152deg, #00684f 0%, #008a49 52%, #18b873 100%) !important;
    box-shadow: 0 20px 38px rgba(0, 99, 66, .22) !important;
  }

  .mobile-hero-card:before {
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 18px !important;
    height: 116px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .16) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    z-index: 0 !important;
  }

  .mobile-hero-copy {
    position: relative !important;
    z-index: 5 !important;
    max-width: 292px !important;
  }

  .mobile-safe {
    background: rgba(255, 255, 255, .18) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    box-shadow: none !important;
  }

  .mobile-hero-copy h1 {
    max-width: 292px !important;
    margin-top: 16px !important;
    font-size: 29px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .mobile-hero-copy p {
    max-width: 255px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, .92) !important;
  }

  .mobile-proof {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    padding: 8px 11px !important;
    border-radius: 999px !important;
    background: #fff7d7 !important;
    color: #154037 !important;
    box-shadow: 0 10px 20px rgba(0, 68, 45, .12) !important;
  }

  .mobile-proof b {
    font-size: 15px !important;
    color: #007f45 !important;
  }

  .mobile-proof span {
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-hero-art {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 184px !important;
    margin: 0 !important;
    z-index: 2 !important;
    overflow: hidden !important;
  }

  .mobile-hero-person {
    position: absolute !important;
    right: 10px !important;
    bottom: 0 !important;
    width: 178px !important;
    max-width: none !important;
    height: 186px !important;
    border-radius: 32px 32px 0 32px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    background: #fff !important;
    border: 2px solid rgba(255, 255, 255, .78) !important;
    box-shadow: 0 18px 32px rgba(0, 55, 35, .24) !important;
  }

  .cash-stack {
    right: 156px !important;
    bottom: 44px !important;
    width: 88px !important;
    opacity: .92 !important;
  }

  .cash-stack:after {
    right: -9px !important;
    top: 14px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .phone-card {
    right: 178px !important;
    top: 28px !important;
    width: 50px !important;
    height: 76px !important;
    opacity: .55 !important;
    transform: rotate(-8deg) !important;
  }

  .shield-mark {
    left: 22px !important;
    bottom: 34px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .9) !important;
  }

  .shield-mark img {
    width: 48px !important;
    height: 48px !important;
  }

  .mobile-amount-card {
    position: relative !important;
    z-index: 4 !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin: -18px 0 12px !important;
    padding: 18px 16px 16px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 112, 72, .1) !important;
    box-shadow: 0 16px 30px rgba(11, 71, 52, .12) !important;
  }

  .mobile-amount-card > span {
    font-size: 13px !important;
  }

  .mobile-amount-card > strong {
    font-size: 22px !important;
    letter-spacing: 0 !important;
  }

  .mobile-benefits {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 7px !important;
    margin-top: 13px !important;
  }

  .mobile-benefits div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 70px !important;
    padding: 8px 5px !important;
    text-align: center !important;
    border-radius: 16px !important;
  }

  .mobile-benefits img {
    width: 28px !important;
    height: 28px !important;
    margin: 0 0 5px !important;
  }

  .mobile-benefits b {
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .mobile-benefits small {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .mobile-main-cta {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    height: 50px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ffe568, #ffc828) !important;
    color: #16382f !important;
    box-shadow: 0 12px 24px rgba(238, 183, 28, .22) !important;
  }
}

@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #f8fbfa;
  }

  .mobile-showcase,
  .platform-section {
    width: calc(100vw - 28px) !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #f8fbfa !important;
  }

  .mobile-showcase {
    padding-top: 12px !important;
    padding-bottom: 18px !important;
  }

  .mobile-hero-card,
  .mobile-amount-card,
  .mobile-main-cta,
  .product-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mobile-amount-card {
    margin: 12px 0 !important;
  }

  .mobile-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .mobile-benefits div {
    padding: 8px 3px !important;
  }

  .mobile-benefits b {
    font-size: 10px !important;
  }

  .mobile-benefits small {
    font-size: 8px !important;
  }

  .platform-grid {
    width: 100% !important;
  }

  .product-card {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 6px 10px !important;
    margin: 0 !important;
    padding: 12px !important;
  }

  .product-card h3,
  .product-card .badge,
  .product-card .loan-row {
    grid-column: 2 !important;
  }

  .product-card .loan-row {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 7px 10px !important;
    background: #f6faf8 !important;
    border-radius: 12px !important;
  }

  .product-card .loan-row:nth-of-type(3) {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: auto !important;
  }

  .product-card .loan-row span,
  .product-card .loan-row b {
    white-space: nowrap !important;
  }

  .product-card .apply-btn {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 2px !important;
    font-size: 14px !important;
  }
}

.mobile-showcase {
  display: none;
}

.product-card.is-closed {
  cursor: pointer;
}

.brand-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 10px;
  filter: drop-shadow(0 6px 10px rgba(0, 138, 73, .15));
}

.mini-icon img,
.ui-icon,
.feature-icon,
.step-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mini-icon {
  overflow: hidden;
}

.ui-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 6px;
}

.feature-icon {
  width: 46px;
  height: 46px;
  grid-row: 1 / 3;
}

.step-icon {
  width: 48px;
  height: 48px;
}

.apply-btn.disabled {
  background: linear-gradient(180deg, #009a54, #007f45);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 138, 73, .18);
}

.product-card .loan-row {
  grid-template-columns: 92px minmax(0, 1fr);
}

.product-card .loan-row span {
  white-space: nowrap;
}

.logo-circle {
  background: transparent;
  box-shadow: 0 10px 22px rgba(15, 55, 48, .10);
}

.logo-circle img {
  border-radius: inherit;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(6, 28, 24, .46);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.modal-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

.coming-modal {
  position: relative;
  width: min(360px, 100%);
  border-radius: 18px;
  background: #fff;
  padding: 28px 24px 24px;
  text-align: center;
  box-shadow: 0 26px 70px rgba(7, 35, 30, .26);
  transform: translateY(12px) scale(.97);
  transition: transform .2s ease;
}

.modal-backdrop.show .coming-modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #eef5f3;
  color: #27433d;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #05aa5f, #006c56);
  box-shadow: 0 12px 24px rgba(0, 138, 73, .22);
}

.coming-modal h3 {
  margin: 0 0 8px;
  color: #102e28;
  font-size: 24px;
}

.coming-modal p {
  margin: 0;
  color: #5f7075;
  line-height: 1.55;
  font-size: 14px;
}

.modal-action {
  width: 100%;
  height: 46px;
  margin-top: 20px;
  border: 0;
  border-radius: 10px;
  background: #008a49;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.footer-grid {
  grid-template-columns: 1.45fr .75fr .7fr .65fr;
}

@media (max-width: 700px) {
  main {
    display: flex;
    flex-direction: column;
  }

  .mobile-showcase {
    order: 1;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 14px 16px;
    background: #f8fbfa;
    overflow: hidden;
  }

  .mobile-hero-card {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 250px;
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    padding: 28px 24px 118px;
    color: #fff;
    background:
      radial-gradient(circle at 82% 20%, rgba(255,255,255,.24), transparent 18%),
      linear-gradient(135deg, #0858ff 0%, #0878ff 52%, #24d8c1 100%);
    box-shadow: 0 18px 42px rgba(0, 99, 210, .22);
  }

  .mobile-safe {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 30px;
    padding: 0 10px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-safe img {
    width: 20px;
    height: 20px;
  }

  .mobile-hero-copy h1 {
    max-width: 280px;
    margin: 0;
    font-size: 31px;
    line-height: 1.16;
    letter-spacing: 0;
    color: #fff;
  }

  .mobile-hero-copy p {
    max-width: 245px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 15px;
    line-height: 1.45;
  }

  .mobile-hero-art {
    position: absolute;
    right: 10px;
    bottom: 18px;
    width: 160px;
    height: 150px;
  }

  .phone-card {
    position: absolute;
    right: 18px;
    top: 4px;
    width: 70px;
    height: 112px;
    border-radius: 18px;
    background:
      linear-gradient(#dfeeff 0 0) 16px 26px / 38px 6px no-repeat,
      linear-gradient(#dfeeff 0 0) 16px 42px / 42px 6px no-repeat,
      linear-gradient(#dfeeff 0 0) 16px 58px / 30px 6px no-repeat,
      #fff;
    transform: rotate(9deg);
    box-shadow: 0 12px 28px rgba(0, 41, 111, .22);
  }

  .cash-stack {
    position: absolute;
    right: 46px;
    bottom: 14px;
    width: 84px;
    height: 44px;
    border-radius: 10px;
    background:
      linear-gradient(#22b66f 0 0) 0 8px / 84px 9px no-repeat,
      linear-gradient(#39ce83 0 0) 8px 0 / 76px 38px no-repeat;
    box-shadow: 0 14px 28px rgba(0, 71, 70, .22);
  }

  .cash-stack:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffe989, #ffb323);
    box-shadow: -34px -10px 0 -4px #ffca3d;
  }

  .shield-mark {
    position: absolute;
    left: 6px;
    bottom: 14px;
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 28px rgba(0, 41, 111, .22);
  }

  .shield-mark img {
    width: 58px;
    height: 58px;
  }

  .mobile-amount-card {
    position: relative;
    z-index: 2;
    width: calc(100vw - 56px);
    max-width: 360px;
    margin: -86px 0 14px;
    padding: 18px 16px 16px;
    box-sizing: border-box;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(22, 54, 80, .14);
    border: 1px solid #e3edf3;
    overflow: hidden;
  }

  .mobile-amount-card > span {
    display: block;
    color: #1d3d77;
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-amount-card > strong {
    display: block;
    margin-top: 6px;
    color: #0757d8;
    font-size: 20px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .mobile-range {
    position: relative;
    height: 26px;
    margin: 16px 8px 2px;
  }

  .mobile-range:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b5cff, #24d8c1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  }

  .mobile-range i,
  .mobile-range:after {
    content: "";
    position: absolute;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #0b5cff;
    background: #fff;
    box-shadow: 0 4px 10px rgba(11, 92, 255, .18);
  }

  .mobile-range i {
    left: -2px;
  }

  .mobile-range:after {
    right: -2px;
  }

  .mobile-range-meta {
    display: flex;
    justify-content: space-between;
    color: #476085;
    font-size: 12px;
  }

  .mobile-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 14px;
  }

  .mobile-benefits div {
    min-width: 0;
    overflow: hidden;
    border-radius: 16px;
    padding: 8px 4px;
    background: #f3f8fb;
    text-align: center;
  }

  .mobile-benefits img {
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
  }

  .mobile-benefits b,
  .mobile-benefits small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }

  .mobile-benefits b {
    color: #14345b;
    font-size: 10px;
  }

  .mobile-benefits small {
    color: #61738a;
    font-size: 8px;
  }

  .mobile-main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: calc(100vw - 56px);
    max-width: 360px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe263, #ffc024);
    color: #102e28;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(255, 177, 0, .24);
  }

  .platform-section {
    order: 2;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 100vw !important;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
    overflow: hidden;
    background: #f8fbfa;
  }

  .platform-section .section-title {
    margin-bottom: 14px;
    align-items: flex-end;
    padding: 0 2px;
  }

  .platform-section .section-title h2 {
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: 0;
    max-width: 240px;
  }

  .platform-section .section-title a {
    display: none;
  }

  .loan-search {
    order: 3;
  }

  .category-bar {
    order: 4;
  }

  .hero {
    order: 5;
    display: none;
  }

  .why-section {
    order: 6;
  }

  .steps {
    order: 7;
  }

  .platform-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .product-card {
    width: calc(100vw - 42px) !important;
    max-width: 388px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    min-height: 0;
    padding: 12px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 110px;
    gap: 6px 10px;
    align-items: start;
    border-radius: 20px;
    border-color: #dfecea;
    box-shadow: 0 12px 28px rgba(18, 50, 44, .075);
    background: #fff;
  }

  .logo-circle {
    width: 58px;
    height: 58px;
    grid-row: 1 / 4;
    margin: 0;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 55, 48, .13);
  }

  .product-card h3 {
    grid-column: 2;
    font-size: 17px;
    min-height: 0;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.15;
    margin: 2px 0 0;
    overflow-wrap: anywhere;
  }

  .badge {
    grid-column: 2;
    font-size: 11px;
    margin-bottom: 0;
    justify-self: start;
    align-self: start;
    border-radius: 999px;
    padding: 5px 9px;
  }

  .loan-row {
    grid-column: 2;
    grid-template-columns: 1fr;
    gap: 2px;
    align-items: center;
    text-align: left;
    font-size: 12px;
    margin: 0;
    min-width: 0;
    padding: 0;
    border-radius: 12px;
    background: transparent;
  }

  .loan-row:nth-of-type(2) {
    grid-column: 2;
  }

  .loan-row:nth-of-type(3) {
    display: grid;
    grid-column: 3;
    grid-row: 1;
    grid-template-columns: 1fr;
    gap: 2px;
    align-self: end;
    padding: 0;
    background: transparent;
  }

  .loan-row:nth-of-type(3) span {
    font-size: 10px;
    color: #5f7380;
  }

  .loan-row:nth-of-type(3) b {
    font-size: 13px;
  }

  .loan-row b {
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .loan-row span {
    white-space: nowrap;
    color: #66777b;
    line-height: 1.1;
  }

  .tags {
    display: none;
  }

  .apply-btn {
    grid-column: 3;
    grid-row: 2 / 4;
    justify-self: stretch;
    width: 100%;
    height: 38px;
    align-self: center;
    font-size: 12px;
    white-space: nowrap;
    margin-top: 0;
    padding: 0 8px;
    border-radius: 999px;
  }
}

@media (max-width: 520px) {
  .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .login-btn {
    display: none;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .hero h1 span {
    display: block;
    max-width: 11ch;
  }

  .hero p {
    max-width: 32ch;
  }

  .loan-search {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
    padding: 18px 16px;
    overflow: hidden;
  }

  .search-btn {
    width: 100%;
  }

  .range-line {
    min-width: 0;
  }

  .range-meta span {
    font-size: 11px;
  }

  .category-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    gap: 10px;
  }

  .category-bar div {
    min-width: 0;
    height: 94px;
    border-radius: 16px;
  }

  .category-bar div:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 700px) {
  body {
    background: #f8fbfa;
  }

  .mobile-showcase {
    padding: 12px 14px 18px;
    background: #f8fbfa;
  }

  .mobile-hero-card {
    min-height: 0;
    overflow: hidden;
    border-radius: 24px;
    padding: 24px 20px 22px;
    background:
      radial-gradient(circle at 88% 14%, rgba(255, 210, 90, .26), transparent 18%),
      radial-gradient(circle at 100% 92%, rgba(16, 190, 133, .30), transparent 28%),
      linear-gradient(145deg, #006c56 0%, #008a49 54%, #11b86d 100%);
    box-shadow: 0 16px 34px rgba(0, 108, 86, .20);
  }

  .mobile-safe {
    background: rgba(255, 255, 255, .18);
    color: #fff;
  }

  .mobile-hero-copy h1 {
    max-width: 310px;
    font-size: 29px;
    line-height: 1.15;
  }

  .mobile-hero-copy p {
    max-width: 285px;
    font-size: 15px;
  }

  .mobile-hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 96px;
    margin-top: 18px;
  }

  .phone-card {
    right: 18px;
    top: 0;
    width: 62px;
    height: 94px;
    border-radius: 16px;
    transform: rotate(7deg);
    background:
      linear-gradient(#dff5ec 0 0) 14px 24px / 34px 5px no-repeat,
      linear-gradient(#dff5ec 0 0) 14px 38px / 38px 5px no-repeat,
      linear-gradient(#dff5ec 0 0) 14px 52px / 26px 5px no-repeat,
      #fff;
    box-shadow: 0 12px 26px rgba(0, 55, 45, .22);
  }

  .cash-stack {
    right: 72px;
    bottom: 18px;
    width: 82px;
    height: 42px;
    box-shadow: 0 12px 24px rgba(0, 55, 45, .20);
  }

  .shield-mark {
    left: 10px;
    bottom: 10px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 12px 24px rgba(0, 55, 45, .18);
  }

  .shield-mark img {
    width: 50px;
    height: 50px;
  }

  .mobile-amount-card {
    width: 100%;
    max-width: none;
    margin: 12px 0;
    border-radius: 22px;
    border-color: #dcebe6;
    box-shadow: 0 14px 32px rgba(18, 50, 44, .10);
  }

  .mobile-amount-card > span {
    color: #006c56;
  }

  .mobile-amount-card > strong {
    color: #008a49;
    font-size: clamp(18px, 5.2vw, 22px);
  }

  .mobile-range:before {
    background: linear-gradient(90deg, #008a49, #11b86d);
  }

  .mobile-range i,
  .mobile-range:after {
    border-color: #008a49;
    box-shadow: 0 4px 10px rgba(0, 138, 73, .18);
  }

  .mobile-range-meta {
    color: #5c746e;
  }

  .mobile-benefits div {
    background: #f4faf7;
  }

  .mobile-benefits b {
    color: #173c34;
  }

  .mobile-main-cta {
    width: 100%;
    max-width: none;
    background: linear-gradient(135deg, #ffe263, #ffc024);
    box-shadow: 0 14px 28px rgba(255, 177, 0, .20);
  }

  .platform-section {
    background: #f8fbfa;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .platform-grid {
    gap: 10px;
  }

  .product-card {
    width: 100% !important;
    max-width: none;
    grid-template-columns: 56px minmax(0, 1fr) 94px;
    gap: 6px 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .logo-circle {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

  .product-card h3 {
    font-size: 16px;
    margin-top: 1px;
  }

  .badge {
    font-size: 10px;
    padding: 4px 8px;
  }

  .loan-row:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3;
  }

  .loan-row:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .loan-row:nth-of-type(3) span {
    font-size: 10px;
  }

  .loan-row b {
    font-size: 12px;
  }

  .apply-btn {
    grid-column: 3;
    grid-row: 2 / 4;
    height: 36px;
    font-size: 12px;
    padding: 0 6px;
  }
}

@media (max-width: 700px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #f8fbfa !important;
  }

  main {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .mobile-showcase,
  .platform-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: hidden !important;
    background: #f8fbfa !important;
    box-sizing: border-box !important;
  }

  .mobile-showcase {
    padding-top: 12px !important;
    padding-bottom: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .mobile-hero-card {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    padding: 24px 20px 0 !important;
    background:
      radial-gradient(circle at 86% 16%, rgba(255, 210, 90, .24), transparent 18%),
      radial-gradient(circle at 100% 94%, rgba(16, 190, 133, .28), transparent 28%),
      linear-gradient(145deg, #006c56 0%, #008a49 56%, #11b86d 100%) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .mobile-hero-art {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 136px !important;
    margin-top: 8px !important;
    overflow: hidden !important;
  }

  .mobile-hero-person {
    position: absolute !important;
    right: 0 !important;
    bottom: -4px !important;
    width: 142px !important;
    max-width: 44% !important;
    height: 136px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    border-radius: 26px 26px 0 26px !important;
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, .68) !important;
    z-index: 3 !important;
    box-shadow: 0 16px 28px rgba(0, 55, 35, .22) !important;
    filter: none !important;
  }

  .phone-card {
    right: 96px !important;
    top: 34px !important;
    width: 48px !important;
    height: 74px !important;
    z-index: 1 !important;
  }

  .cash-stack {
    right: 104px !important;
    bottom: 28px !important;
    width: 72px !important;
    z-index: 2 !important;
  }

  .cash-stack:after {
    right: -3px !important;
    width: 22px !important;
    height: 22px !important;
  }

  .shield-mark {
    left: 0 !important;
    bottom: 24px !important;
    width: 54px !important;
    height: 54px !important;
    z-index: 2 !important;
  }

  .shield-mark img {
    width: 44px !important;
    height: 44px !important;
  }

  .mobile-amount-card,
  .mobile-main-cta {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    box-sizing: border-box !important;
  }

  .mobile-main-cta {
    margin: 0 !important;
  }

  .mobile-amount-card {
    margin: 12px 0 !important;
    overflow: hidden !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .platform-section {
    display: block !important;
  }

  .platform-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    overflow: hidden !important;
  }

  .mobile-range {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  .mobile-range:before {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
  }

  .mobile-range i {
    left: 0 !important;
  }

  .mobile-range:after {
    right: 0 !important;
  }

  .mobile-range-meta {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mobile-benefits {
    grid-template-columns: 1fr !important;
  }

  .mobile-benefits div {
    display: grid !important;
    grid-template-columns: 34px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 10px !important;
    align-items: center !important;
    text-align: left !important;
    padding: 9px 12px !important;
  }

  .mobile-benefits img {
    grid-row: 1 / 3 !important;
    margin: 0 !important;
  }

  .mobile-benefits b {
    font-size: 12px !important;
  }

  .mobile-benefits small {
    font-size: 10px !important;
  }

  .product-card {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 6px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .product-card h3,
  .product-card .badge,
  .product-card .loan-row {
    grid-column: 2 !important;
  }

  .product-card .loan-row {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 7px 10px !important;
    background: #f6faf8 !important;
    border-radius: 12px !important;
    min-width: 0 !important;
  }

  .product-card .badge {
    background: #e9f8ef !important;
    color: #008a49 !important;
  }

  .product-card .loan-row:nth-of-type(3) {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: auto !important;
  }

  .product-card .apply-btn {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 2px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 700px) {
  .mobile-hero-art { height: 184px !important; }
  .mobile-hero-person { right: 8px !important; bottom: 0 !important; width: 184px !important; max-width: none !important; height: 186px !important; border-radius: 32px 32px 0 32px !important; }
  .cash-stack { right: 160px !important; bottom: 44px !important; width: 86px !important; }
  .phone-card { right: 184px !important; top: 30px !important; }
  .shield-mark { left: 22px !important; bottom: 34px !important; }
}

.mobile-loan-search {
  display: none !important;
}

@media (max-width: 700px) {
  .desktop-loan-search {
    display: none !important;
  }

  .mobile-loan-search {
    display: grid !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin: 12px 0 0 !important;
    padding: 18px 16px !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 112, 72, .1) !important;
    background: #fff !important;
    box-shadow: 0 16px 30px rgba(11, 71, 52, .12) !important;
  }

  .mobile-loan-search .amount-box h3 {
    text-align: center !important;
    font-size: 15px !important;
    color: #006c56 !important;
    margin: 0 0 10px !important;
  }

  .mobile-loan-search .range-line {
    gap: 8px !important;
  }

  .mobile-loan-search .range-line button {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }

  .mobile-loan-search .range-line input {
    width: 100% !important;
    min-width: 0 !important;
  }

  .mobile-loan-search .range-meta {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px 8px !important;
    align-items: center !important;
  }

  .mobile-loan-search .range-meta b {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    transform: none !important;
    text-align: center !important;
    font-size: 25px !important;
    color: #008a49 !important;
  }

  .mobile-loan-search .range-meta span {
    grid-row: 2 !important;
    font-size: 11px !important;
  }

  .mobile-loan-search .term-box {
    display: grid !important;
    grid-template-columns: 94px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .mobile-loan-search .term-box select {
    margin-top: 0 !important;
  }
}

@media (max-width: 700px) {
  .mobile-showcase {
    padding: 12px 14px 10px !important;
    background: #f8fbfa !important;
  }

  .mobile-hero-card {
    min-height: 474px !important;
    padding: 22px 20px 0 !important;
    background:
      radial-gradient(circle at 24% 74%, rgba(12, 172, 95, .16), transparent 18%),
      linear-gradient(180deg, #ffffff 0%, #fbfffd 58%, #f4fbf7 100%) !important;
    border: 1px solid rgba(0, 105, 70, .08) !important;
    box-shadow: 0 20px 42px rgba(11, 71, 52, .12) !important;
  }

  .mobile-hero-card:before {
    display: none !important;
  }

  .mobile-safe {
    background: #e9f8ef !important;
    color: #007f45 !important;
    border: 1px solid rgba(0, 138, 73, .12) !important;
  }

  .mobile-hero-copy h1 {
    max-width: 290px !important;
    color: #12352d !important;
    font-size: 28px !important;
  }

  .mobile-hero-copy p {
    max-width: 280px !important;
    color: #536862 !important;
  }

  .mobile-proof {
    background: #fff3bf !important;
  }

  .mobile-hero-art {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 292px !important;
    overflow: visible !important;
  }

  .mobile-hero-art:before {
    content: "" !important;
    position: absolute !important;
    left: 36px !important;
    bottom: 18px !important;
    width: 230px !important;
    height: 168px !important;
    border-radius: 999px 999px 0 0 !important;
    background: linear-gradient(145deg, rgba(49, 196, 119, .14), rgba(0, 132, 73, .34)) !important;
    z-index: 0 !important;
  }

  .mobile-hero-person {
    left: 28px !important;
    right: auto !important;
    bottom: 0 !important;
    width: 236px !important;
    height: 270px !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    z-index: 2 !important;
  }

  .mobile-stat {
    position: absolute !important;
    right: 10px !important;
    width: 134px !important;
    min-height: 72px !important;
    padding: 11px 12px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid #e1ebea !important;
    box-shadow: 0 12px 26px rgba(17, 62, 49, .1) !important;
    z-index: 5 !important;
  }

  .mobile-stat small {
    display: block !important;
    color: #008a49 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  .mobile-stat strong {
    display: block !important;
    margin-top: 6px !important;
    color: #008a49 !important;
    font-size: 24px !important;
    line-height: .95 !important;
    font-weight: 900 !important;
  }

  .mobile-stat-1 { top: 16px !important; }
  .mobile-stat-2 { top: 100px !important; }
  .mobile-stat-3 { top: 205px !important; }

  .phone-card,
  .cash-stack,
  .shield-mark {
    display: none !important;
  }

  .mobile-main-cta {
    margin-top: 12px !important;
  }

  .hero {
    display: none !important;
  }

  .loan-search {
    display: grid !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin: 10px auto 12px !important;
    padding: 18px 16px !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 30px rgba(11, 71, 52, .12) !important;
  }

  .amount-box h3 {
    text-align: center !important;
    font-size: 15px !important;
    color: #006c56 !important;
    margin-bottom: 10px !important;
  }

  .range-line {
    gap: 8px !important;
  }

  .range-line button {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }

  .range-meta {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px 8px !important;
    align-items: center !important;
  }

  .range-meta b {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    order: initial !important;
    width: 100% !important;
    transform: none !important;
    text-align: center !important;
    font-size: 26px !important;
    color: #008a49 !important;
  }

  .range-meta span {
    grid-row: 2 !important;
    font-size: 11px !important;
  }

  .term-box {
    display: grid !important;
    grid-template-columns: 94px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .term-box select {
    margin-top: 0 !important;
  }
}

.mobile-loan-search { display: none !important; }

@media (max-width: 700px) {
  .desktop-loan-search { display: none !important; }
  .mobile-loan-search {
    display: grid !important;
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin: 12px 0 0 !important;
    padding: 18px 16px !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 112, 72, .1) !important;
    background: #fff !important;
    box-shadow: 0 16px 30px rgba(11, 71, 52, .12) !important;
  }
  .mobile-loan-search .amount-box h3 { text-align: center !important; font-size: 15px !important; color: #006c56 !important; margin: 0 0 10px !important; }
  .mobile-loan-search .range-line { gap: 8px !important; }
  .mobile-loan-search .range-line button { width: 30px !important; height: 30px !important; flex: 0 0 30px !important; }
  .mobile-loan-search .range-line input { width: 100% !important; min-width: 0 !important; }
  .mobile-loan-search .range-meta { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 4px 8px !important; align-items: center !important; }
  .mobile-loan-search .range-meta b { grid-column: 1 / -1 !important; grid-row: 1 !important; width: 100% !important; transform: none !important; text-align: center !important; font-size: 25px !important; color: #008a49 !important; }
  .mobile-loan-search .range-meta span { grid-row: 2 !important; font-size: 11px !important; }
  .mobile-loan-search .term-box { display: grid !important; grid-template-columns: 94px minmax(0, 1fr) !important; align-items: center !important; gap: 10px !important; }
  .mobile-loan-search .term-box select { margin-top: 0 !important; }
}

@media (max-width: 700px) {
  .mobile-hero-card { order: 1 !important; }
  .mobile-loan-search { order: 2 !important; }
  .mobile-main-cta { order: 3 !important; margin-top: 12px !important; }
}

@media (max-width: 700px) {
  .mobile-stat {
    right: 10px !important;
    width: 134px !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 10px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .mobile-stat small {
    min-height: 28px !important;
    display: flex !important;
    align-items: flex-end !important;
  }
  .mobile-stat strong {
    margin-top: 4px !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }
  .mobile-stat-1 { top: 14px !important; }
  .mobile-stat-2 { top: 104px !important; }
  .mobile-stat-3 { top: 194px !important; }
  .mobile-main-cta { display: none !important; }
}

@media (max-width: 700px) {
  .mobile-stat {
    width: 134px !important;
    height: 78px !important;
    padding: 9px 11px !important;
  }
  .mobile-stat small {
    min-height: 24px !important;
    font-size: 10.5px !important;
    line-height: 1.15 !important;
  }
  .mobile-stat strong {
    font-size: 23px !important;
    line-height: .98 !important;
  }
  .mobile-stat-1 strong {
    font-size: 22px !important;
  }
  .mobile-stat-1 { top: 14px !important; }
  .mobile-stat-2 { top: 104px !important; }
  .mobile-stat-3 { top: 194px !important; }
}

@media (max-width: 700px) {
  .mobile-showcase {
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    align-items: center !important;
  }

  .mobile-hero-card,
  .mobile-loan-search {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .platform-section {
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .platform-section .section-title,
  .platform-grid,
  .product-card {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 700px) {
  html,
  body,
  main {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .mobile-showcase,
  .platform-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .mobile-hero-card,
  .mobile-loan-search,
  .platform-section .section-title,
  .platform-grid,
  .product-card {
    width: 100% !important;
    max-width: 362px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .mobile-stat {
    right: 10px !important;
  }
}

@media (max-width: 700px) {
  .mobile-showcase,
  .platform-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .mobile-hero-card,
  .mobile-loan-search,
  .platform-section .section-title,
  .platform-grid,
  .product-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .mobile-loan-search .range-line input {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }
}

@media (max-width: 700px) {
  .mobile-hero-card,
  .mobile-loan-search,
  .platform-section .section-title,
  .platform-grid,
  .product-card {
    width: 100% !important;
    max-width: 362px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-stat {
    left: min(220px, calc(100% - 148px)) !important;
    right: auto !important;
  }

  .mobile-loan-search .range-line {
    display: flex !important;
    width: 100% !important;
    overflow: hidden !important;
  }
}
