:root {
  --body-text: 'Plus Jakarta Sans', 'Kumbh Sans', sans-serif !important;
  --heading-text: 'Plus Jakarta Sans', 'Kumbh Sans', sans-serif !important;
}

body {
  background: #fffaf4;
}

.home-hero {
  position: relative;
  min-height: 720px;
  padding: 160px 0 90px;
  margin-bottom: 80px !important;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(2, 45, 93, 0.96), rgba(6, 74, 113, 0.92) 46%, rgba(255, 105, 21, 0.88)),
    url("../images/about/lady_trusted_partner-6.webp") center right / cover no-repeat;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  opacity: 0.23;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: skewY(-5deg) scale(1.1);
  transform-origin: top right;
}

.home-hero::after {
  position: absolute;
  right: -14vw;
  bottom: -28%;
  width: 58vw;
  height: 62%;
  content: "";
  z-index: -1;
  background: rgba(255, 177, 66, 0.22);
  transform: rotate(-10deg);
  border-radius: 48px;
}

.home-hero .cta-overlay {
  display: none;
}

.home-hero__grid {
  min-height: 510px;
}

.home-hero__copy {
  padding-top: 0 !important;
}

.home-hero__eyebrow,
.home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-hero__eyebrow span,
.home-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.home-hero__eyebrow span {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero__proof {
  margin-top: 22px;
}

.home-hero__proof span {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}

.home-hero__copy h1 {
  max-width: 690px;
  margin-top: 22px;
  color: #fff !important;
  font-size: clamp(42px, 6vw, 72px) !important;
  line-height: 0.95 !important;
}

.home-hero__copy h1 span {
  color: #ffd36f;
}

.home-hero__copy p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  line-height: 1.5;
}

.loan-start-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
  gap: 14px;
  max-width: 760px;
  margin-top: 34px;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 28px 80px rgba(1, 2, 18, 0.24);
}

.loan-card__field {
  min-width: 0;
}

.loan-card__field--amount {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
}

.loan-card__field--amount label {
  color: #27415f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.loan-amount-select-wrap {
  position: relative;
}

.loan-start-card .rs-label {
  position: absolute !important;
  top: 50%;
  left: 18px;
  z-index: 1;
  display: flex !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #022d5d !important;
  font-size: 28px !important;
  font-weight: 900;
  line-height: 1 !important;
  transform: translateY(-50%);
  pointer-events: none;
}

.loan-amount-select {
  width: 100%;
  min-height: 68px;
  padding: 24px 44px 12px 18px;
  border: 1px solid #dfe7ee;
  border-radius: 8px;
  appearance: none;
  color: transparent;
  background:
    linear-gradient(45deg, transparent 50%, #ff6915 50%) calc(100% - 24px) 31px / 8px 8px no-repeat,
    linear-gradient(135deg, #ffffff, #f7fbff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.loan-amount-select option {
  color: #022d5d !important;
  background-color: #ffffff !important;
}

.loan-card__hint {
  color: #5d6d7d;
  font-size: 12px;
  line-height: 1.35;
}

.loan-start-card .mail-group {
  margin: 0 !important;
}

.loan-start-card .container__item {
  display: grid !important;
  grid-template-columns: 1fr 156px;
  width: 100% !important;
  height: auto !important;
  gap: 10px;
}

.loan-start-card .form__field {
  width: 100% !important;
  height: 68px !important;
  padding: 0 18px !important;
  border: 1px solid #dfe7ee !important;
  border-radius: 8px !important;
  color: #102233 !important;
  background: #fff !important;
  font-size: 16px !important;
}

.loan-start-card .form__field::placeholder {
  color: #7f8b97;
}

.loan-start-card button {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  height: 68px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: #ff6915 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(255, 105, 21, 0.32);
}

.loan-start-card.is-ready button {
  background: #0aa68f !important;
  box-shadow: 0 16px 34px rgba(10, 166, 143, 0.28);
}

.loan-start-card button::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.38) 45%, transparent 76%);
  transform: translateX(-120%);
}

.loan-start-card button:hover::before {
  animation: finnfoxShine 0.8s ease;
}

.hero-para {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px;
  line-height: 1.6;
}

.home-hero__visual {
  position: relative;
  min-height: 560px;
}

.home-hero__phone {
  position: absolute;
  top: 38px;
  right: 70px;
  width: 320px;
  height: 480px;
  padding: 16px;
  border: 12px solid rgba(2, 45, 93, 0.95);
  border-radius: 40px;
  background: #022d5d;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35), inset 0 2px 8px rgba(255, 255, 255, 0.2);
  animation: finnfoxFloat 5.8s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-hero__phone-top {
  width: 70px;
  height: 16px;
  margin: 0 auto 12px;
  border-radius: 0 0 12px 12px;
  background: rgba(2, 45, 93, 0.95);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.home-hero__phone-screen {
  flex: 1;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 60%, #fff6f0 100%);
  border-radius: 26px;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.phone-screen__badge {
  align-self: center;
  background: rgba(10, 166, 143, 0.1);
  color: #0aa68f;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.phone-screen__logo {
  text-align: center;
  margin-top: 15px;
}

.home-hero__amount-pill {
  display: grid;
  place-items: center;
  min-height: 84px;
  border-radius: 12px;
  color: #022d5d;
  background: #fff;
  box-shadow: 0 12px 36px rgba(2, 45, 93, 0.08), 0 2px 4px rgba(2, 45, 93, 0.02);
  font-size: 46px;
  font-weight: 900;
  margin-top: 10px;
  border: 1px solid rgba(2, 45, 93, 0.04);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home-hero__amount-pill:hover {
  transform: scale(1.05);
}

.home-hero__meter {
  height: 8px;
  margin-top: 18px;
  border-radius: 999px;
  background: #e5edf4;
  overflow: hidden;
}

.home-hero__meter span {
  display: block;
  width: 60%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0aa68f, #ff6915);
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.home-hero__approval {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: #022d5d;
  color: #fff;
  box-shadow: 0 8px 24px rgba(2, 45, 93, 0.2);
}

.home-hero__approval strong {
  font-size: 15px;
  color: #fff;
  display: block;
}

.home-hero__approval span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  display: block;
}

.home-hero__floating-card {
  position: absolute;
  z-index: 2;
  min-width: 176px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #fff;
  background: rgba(2, 45, 93, 0.62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.home-hero__floating-card--one {
  top: 96px;
  left: 22px;
  animation: finnfoxFloat 6.2s ease-in-out infinite reverse;
}

.home-hero__floating-card--two {
  right: 0;
  bottom: 80px;
  animation: finnfoxFloat 7s ease-in-out infinite;
}

.home-hero__floating-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero__floating-card strong {
  margin-top: 4px;
  font-size: 24px;
}

.home-hero__mascot {
  position: absolute;
  left: 34px;
  bottom: 18px;
  width: 220px;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.25));
}

.about-one,
.our-offer-one,
.choose-one,
.pricing-plan,
.subscribe_one {
  position: relative;
}

.about-one {
  margin-bottom: 100px !important;
}

.about-one .left-about img,
.choose-one .right-choose .about-02 {
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(2, 45, 93, 0.14);
}

.offer-one {
  border: 1px solid rgba(2, 45, 93, 0.08);
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(2, 45, 93, 0.08);
  transform: translateY(0);
}

.offer-one:hover {
  transform: translateY(-8px);
}

.choose-one {
 background: linear-gradient(270deg, rgba(2, 45, 93, 0.40), rgba(49, 82, 119, 0.94)), url("../images/bg/bg-09.webp?v=10") center / cover no-repeat !important;
}

.subscribe_one .right-content,
.table-wrapper {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(2, 45, 93, 0.08);
}

.home-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: #ff6915;
  box-shadow: 0 16px 38px rgba(255, 105, 21, 0.34);
  font-weight: 900;
}

@keyframes finnfoxFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes finnfoxMeter {
  0%,
  100% {
    width: 58%;
  }
  50% {
    width: 78%;
  }
}

@keyframes finnfoxShine {
  to {
    opacity: 1;
    transform: translateX(120%);
  }
}

@media (max-width: 1199.98px) {
  .loan-start-card {
    grid-template-columns: 1fr;
  }

  .home-hero__phone {
    right: 10px;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: auto;
    padding: 128px 0 54px;
    background:
      linear-gradient(145deg, rgba(2, 45, 93, 0.96), rgba(6, 74, 113, 0.94) 58%, rgba(255, 105, 21, 0.9)),
      url("../images/about/lady_trusted_partner-6.webp") center / cover no-repeat;
  }

  .home-hero__copy h1 {
    font-size: 46px !important;
    line-height: 1.03 !important;
    text-align: left !important;
  }

  .home-hero__copy p {
    font-size: 18px;
  }

  .loan-start-card {
    margin-top: 26px;
  }
}

@media (max-width: 575.98px) {
  .theme-main-menu {
    padding: 16px 14px !important;
  }

  .home-hero {
    padding: 112px 0 36px;
    margin-bottom: 54px !important;
  }

  .home-hero__eyebrow span,
  .home-hero__proof span {
    font-size: 12px;
  }

  .home-hero__copy h1 {
    font-size: 38px !important;
  }

  .home-hero__copy p {
    font-size: 16px;
  }

  .loan-start-card {
    padding: 12px !important;
  }

  .loan-start-card .container__item {
    grid-template-columns: 1fr;
  }

  .loan-start-card .form__field,
  .loan-start-card button,
  .loan-amount-select {
    height: 62px !important;
    min-height: 62px;
  }

  .loan-start-card .rs-label {
    font-size: 24px !important;
  }

  .hero-para {
    font-size: 11px !important;
    text-align: left !important;
  }

  .home-sticky-cta {
    display: none;
  }

  .home-sticky-cta.is-visible {
    display: inline-flex;
  }
}

/* Upgraded Sub-Hero and Card Sections */
.about-one .span-two,
.our-offer-one .span-two,
.choose-one .span-two,
.pricing-plan .span-two,
.subscribe_one .span-two {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ff6915;
  background: rgba(255, 105, 21, 0.1);
  padding: 6px 14px;
  border-radius: 99px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px;
}

.offer-one {
  background: #ffffff;
  border: 1px solid rgba(2, 45, 93, 0.06) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 34px rgba(2, 45, 93, 0.04) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.offer-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0aa68f, #ff6915);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.offer-one:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 24px 50px rgba(2, 45, 93, 0.08) !important;
}

.offer-one:hover::before {
  opacity: 1;
}

.offer-one .offer-pic {
  background: #fcfdfe;
  border-radius: 12px;
  padding: 24px 0;
  margin-bottom: 24px;
  transition: background 0.3s ease;
}

.offer-one:hover .offer-pic {
  background: rgba(255, 105, 21, 0.04);
}

.offer-one .offer-pic img {
  max-height: 60px;
  width: auto;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.offer-one:hover .offer-pic img {
  transform: scale(1.15) rotate(2deg);
}

.offer-one h6 {
  font-size: 19px !important;
  color: #022d5d;
  margin-bottom: 12px;
  font-weight: 700 !important;
}

.offer-one p {
  color: #5d6d7d;
  font-size: 15px !important;
  line-height: 1.6;
}

/* Modernized Pricing Table */
.pricing-plan {
  background: #fcfdfe;
}

.table-wrapper {
  background: #ffffff;
  border: 1px solid rgba(2, 45, 93, 0.06);
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(2, 45, 93, 0.04) !important;
}

.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrapper thead tr {
  background: linear-gradient(135deg, #022d5d 0%, #064a71 100%);
  border-bottom: none;
}

.table-wrapper thead td {
  padding: 20px 24px;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

.table-wrapper thead td:first-child {
  color: #ffb142;
}

.table-wrapper tbody td {
  padding: 18px 24px;
  font-size: 15px;
  color: #315277;
  border-bottom: 1px solid rgba(2, 45, 93, 0.05);
}

.table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

.table-wrapper tbody tr:hover td {
  background: rgba(255, 105, 21, 0.02);
}

.table-wrapper tbody td:first-child {
  font-weight: 700;
  color: #022d5d;
}

.table-wrapper tbody tr:nth-child(5) td { /* Highlight APR row */
  background: rgba(10, 166, 143, 0.04);
  font-weight: 700;
  color: #0aa68f;
}

/* Modernized FAQ Section */
.subscribe_one {
  background: #ffffff;
}

.subscribe_one .accordion-item {
  border: 1px solid rgba(2, 45, 93, 0.06) !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(2, 45, 93, 0.02);
  transition: all 0.3s ease;
}

.subscribe_one .accordion-item:hover {
  border-color: rgba(2, 45, 93, 0.12) !important;
  box-shadow: 0 8px 24px rgba(2, 45, 93, 0.04);
}

.subscribe_one .accordion-header button {
  background-color: #ffffff !important;
  color: #022d5d !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 20px 24px;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.subscribe_one .accordion-header button:not(.collapsed) {
  color: #ff6915 !important;
  background-color: rgba(255, 105, 21, 0.02) !important;
}

.subscribe_one .accordion-header button::after {
  filter: sepia(1) saturate(100) hue-rotate(340deg); /* Style the arrow icon to brand color */
}

.subscribe_one .accordion-body {
  padding: 0 24px 24px 24px;
  background-color: #ffffff;
}

.subscribe_one .accordion-body p {
  color: #5d6d7d;
  font-size: 15px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
