﻿/*
 * Prosper custom styles
 */
:root {
  --prosper-primary: #5d4bff;
  --prosper-primary-dark: #4434e0;
  --prosper-dark: #13152c;
  --prosper-heading: #181a2f;
  --prosper-muted: #5e6172;
  --prosper-light: #f5f6fb;
  --prosper-border: #e6e8f5;
  --prosper-white: #ffffff;
  --prosper-mobile-nav-offset: 88px;
}

body {
  color: var(--prosper-dark);
  background-color: var(--prosper-white);
  font-size: 16px;
  line-height: 1.6;
}

body.mobile-nav-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--prosper-heading);
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--prosper-muted);
  margin-bottom: 24px;
}

a {
  color: var(--prosper-primary);
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--prosper-primary-dark);
  text-decoration: none;
}

.header_1 {
  position: sticky;
  top: 0;
  padding: 22px 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(25, 38, 92, 0.06);
  z-index: 1050;
  transition: padding 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.fixedHeader {
  position: sticky;
  top: 0;
  padding: 16px 0;
  background: var(--prosper-white);
  box-shadow: 0 16px 40px rgba(19, 21, 44, 0.12);
}

.logo img {
  max-height: 48px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.header-actions .mainmenu {
  flex: 1 1 auto;
}

.mainmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainmenu > ul li {
  display: inline-block;
  margin: 0;
}

.mainmenu > ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(17, 20, 45, 0.78);
  transition: background 0.2s ease, color 0.2s ease;
}

.mainmenu > ul li a:hover,
.mainmenu > ul li a.nav-active {
  color: var(--prosper-heading);
  background: rgba(93, 75, 255, 0.12);
}

.mobilemenu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  /* border: 1px solid transparent; */
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
  z-index: 20;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mobilemenu span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.85);
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
  transform-origin: center;
}

.mobilemenu span + span {
  margin-top: 5px;
}

.mobilemenu:hover,
.mobilemenu.active {
  /* border-color: rgba(93, 75, 255, 0.28); */
  /* background: rgba(93, 75, 255, 0.1); */
  /* box-shadow: 0 10px 24px rgba(19, 21, 44, 0.12); */
}

.mobilemenu:hover span,
.mobilemenu.active span {
  background: var(--prosper-primary);
}

.mobilemenu:focus-visible {
  outline: 3px solid rgba(93, 75, 255, 0.35);
  outline-offset: 3px;
}

.mobilemenu.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobilemenu.active span:nth-child(2) {
  opacity: 0;
}

.mobilemenu.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.fixedHeader .mobilemenu {
  box-shadow: none;
  border-color: rgba(93, 75, 255, 0.22);
  background: rgba(255, 255, 255, 0.96);
}

.fixedHeader .mobilemenu span {
  background: rgba(17, 20, 45, 0.85);
}

@media (min-width: 992px) {
  .mainmenu > ul {
    display: flex !important;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .header_1 {
    padding: 18px 0;
  }
  .mainmenu {
    justify-content: flex-end;
    position: static;
    width: auto;
    gap: 0;
    margin-top: 0;
  }
  .header-actions {
    justify-content: flex-end;
    gap: 12px;
  }
  .header-actions .mainmenu {
    flex: 0 0 auto;
  }
  .mobilemenu {
    display: block;
    /* make inner elements center currently they are on top left of .mobilemenu */
    margin-top: 20px;
  }

  .mainmenu > ul {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    top: var(--prosper-mobile-nav-offset);
    width: auto;
    max-width: calc(100% - 32px);
    max-height: calc(100vh - var(--prosper-mobile-nav-offset) - 32px);
    text-align: left;
    background: var(--prosper-white);
    border-radius: 20px;
    padding: 16px 0;
    box-shadow: 0 26px 48px rgba(6, 12, 48, 0.16);
    z-index: 1200;
    overflow-y: auto;
  }
  .mainmenu > ul li {
    display: block;
  }
  .mainmenu > ul li a {
    border-radius: 0;
    padding: 14px 24px;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
  color: var(--prosper-primary);
  margin-bottom: 18px;
}

.prosper-hero {
  position: relative;
  padding: 20px 0;
  background: radial-gradient(
      circle at 12% 20%,
      rgba(113, 230, 255, 0.12) 0%,
      transparent 52%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 255, 255, 0.18) 0%,
      transparent 50%
    ),
    linear-gradient(120deg, #473bff 0%, #2a1fb8 100%);
  color: var(--prosper-white);
  overflow: hidden;
}

.prosper-hero h1 {
  font-size: clamp(2.4rem, 3.8vw, 3.4rem);
  margin-bottom: 18px;
  color: var(--prosper-white);
}

.prosper-hero p {
  font-size: 1.05rem;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.prosper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  background: var(--prosper-primary);
  color: var(--prosper-white);
  box-shadow: 0 12px 30px rgba(93, 75, 255, 0.25);
}

.prosper-btn:hover {
  background: var(--prosper-primary-dark);
  color: var(--prosper-white);
}

.prosper-btn--ghost {
  background: transparent;
  color: var(--prosper-primary);
  border: 1.5px solid rgba(93, 75, 255, 0.45);
  box-shadow: none;
}

.prosper-btn--ghost:hover {
  border-color: var(--prosper-primary);
  background: rgba(93, 75, 255, 0.1);
  color: var(--prosper-primary-dark);
}

.hero-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-metrics li {
  min-width: 160px;
}

.hero-metrics strong {
  display: block;
  font-size: 1.5rem;
  color: var(--prosper-heading);
}

.hero-visual {
  position: relative;
  text-align: center;
}

.hero-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 32px 60px rgba(18, 21, 60, 0.18);
}

@media (max-width: 991.98px) {
  .prosper-hero {
    position: relative;
    padding: 120px 0;
    background: radial-gradient(
        circle at 12% 20%,
        rgba(113, 230, 255, 0.12) 0%,
        transparent 52%
      ),
      radial-gradient(
        circle at 88% 18%,
        rgba(255, 255, 255, 0.18) 0%,
        transparent 50%
      ),
      linear-gradient(120deg, #473bff 0%, #2a1fb8 100%);
    color: var(--prosper-white);
    overflow: hidden;
  }
  .prosper-hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-metrics {
    justify-content: center;
  }
  .hero-visual {
    margin-top: 40px;
  }
}

.prosper-section {
  padding: 100px 0;
}

.prosper-section--light {
  background: var(--prosper-light);
}

.prosper-section--accent {
  position: relative;
  background: linear-gradient(135deg, #4f3fff 0%, #2b1fae 100%);
  color: var(--prosper-white);
  text-align: center;
  overflow: hidden;
}

.prosper-section__visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.prosper-section__visual img {
  max-width: 50%;
  height: 100%;
}
.prosper-section__heading {
  max-width: 680px;
  margin: 0 auto 54px;
  text-align: center;
}

.prosper-grid {
  display: grid;
  gap: 28px;
}

@media (min-width: 768px) {
  .prosper-grid--features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .prosper-grid {
    grid-template-columns: 1fr;
  }
  .prosper-section__visual {
    flex-direction: column;
  }
  .prosper-section__visual img {
    max-width: 100%;
    height: 100%;
  }
}

.prosper-card {
  background: var(--prosper-white);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 24px 48px rgba(9, 12, 48, 0.06);
  height: 100%;
}

.prosper-card h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.prosper-card p {
  margin-bottom: 0;
}

.prosper-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prosper-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--prosper-border);
}

.prosper-step:last-child {
  border-bottom: none;
}

.prosper-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(93, 75, 255, 0.16);
  color: var(--prosper-primary);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.prosper-step h3 {
  margin-bottom: 8px;
}

@media (max-width: 575.98px) {
  .prosper-step {
    flex-direction: column;
  }
  .prosper-step__number {
    align-self: flex-start;
  }
}

.prosper-stats {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.prosper-stat {
  background: var(--prosper-white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(12, 16, 56, 0.08);
}

.prosper-stat strong {
  display: block;
  font-size: 2rem;
  color: var(--prosper-white);
}

.prosper-stat span {
  color: rgba(255, 255, 255, 0.8);
}

.prosper-quote {
  background: var(--prosper-white);
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 28px 52px rgba(6, 12, 48, 0.08);
  max-width: 720px;
  margin: 0 auto;
}

.prosper-quote blockquote {
  font-size: 1.2rem;
  color: var(--prosper-heading);
  margin: 0 0 24px;
  line-height: 1.7;
}

.prosper-quote cite {
  font-style: normal;
  color: var(--prosper-muted);
  font-weight: 600;
}

.cta-card {
  position: relative;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-radius: 32px;
  padding: 60px 54px;
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 40px 80px rgba(9, 15, 68, 0.28);
  backdrop-filter: blur(14px);
}

.cta-card h2 {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}
.cta-card p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.prosper-footer {
  background: radial-gradient(
      circle at top left,
      #1b1f42 0%,
      rgba(19, 21, 44, 1) 48%
    ),
    #13152c;
  color: rgba(255, 255, 255, 0.82);
  padding: 80px 0;
}

.prosper-footer h4 {
  color: var(--prosper-white);
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.prosper-footer__brand img {
  max-height: 40px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.prosper-footer__brand p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.prosper-footer__links, .prosper-contact__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prosper-footer__links li, .prosper-contact__links li{
  margin-bottom: 10px;
}

.prosper-footer__links a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}
.prosper-contact__links a {
  transition: color 0.2s ease;
}

.prosper-footer__links a:hover {
  color: var(--prosper-white);
}

.copyright {
  background: radial-gradient(
      circle at top left,
      #1b1f42 0%,
      rgba(19, 21, 44, 1) 48%
    ),
    #13152c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
}

.copyright p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.prosper-page-hero {
  padding: 60px 0;
  background: linear-gradient(
    130deg,
    rgba(93, 75, 255, 0.1) 0%,
    rgba(93, 75, 255, 0) 60%
  );
  text-align: center;
}

.prosper-page-hero h1 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin-bottom: 18px;
}

.prosper-page-hero p {
  max-width: 620px;
  margin: 0 auto;
}

.section-split {
  display: grid;
  gap: 40px;
}

@media (min-width: 992px) {
  .section-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

.section-split__content h2 {
  font-size: 1.9rem;
}

.section-split__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.section-split__list li {
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--prosper-white);
  box-shadow: 0 18px 36px rgba(9, 12, 48, 0.06);
}

.values-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.values-card {
  background: var(--prosper-white);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(11, 16, 52, 0.06);
}

.values-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(93, 75, 255, 0.14);
  color: var(--prosper-primary);
  font-weight: 700;
  margin-bottom: 16px;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--prosper-border);
}

.timeline li {
  position: relative;
  padding: 24px 0 24px 24px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 32px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--prosper-primary);
  box-shadow: 0 0 0 6px rgba(93, 75, 255, 0.2);
}

.contact-main {
  display: flex;
  gap: 32px;
}

.contact-card {
  background: var(--prosper-white);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 24px 48px rgba(9, 12, 48, 0.08);
}

.contact-card h3 {
  margin-bottom: 12px;
}

.contact-card p {
  margin-bottom: 16px;
}

.contact-card a {
  font-weight: 600;
}

.contactFrom input,
.contactFrom textarea {
  width: 100%;
  border: 1.5px solid var(--prosper-border);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: var(--prosper-white);
  color: var(--prosper-dark);
}

.contactFrom textarea {
  min-height: 140px;
  resize: vertical;
}

.contactFrom input:focus,
.contactFrom textarea:focus {
  border-color: var(--prosper-primary);
  box-shadow: 0 0 0 4px rgba(93, 75, 255, 0.15);
  outline: none;
}

.contactFrom .common_btn {
  border: none;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--prosper-primary);
  color: var(--prosper-white);
  font-weight: 600;
  box-shadow: 0 16px 32px rgba(93, 75, 255, 0.25);
}

.contactFrom .common_btn:hover {
  background: var(--prosper-primary-dark);
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.legal-content h2 {
  font-size: 1.6rem;
  margin-top: 48px;
  margin-bottom: 16px;
}

.legal-content h3 {
  font-size: 1.3rem;
  margin-top: 32px;
  margin-bottom: 12px;
}

.legal-content p,
.legal-content li {
  color: var(--prosper-muted);
}

.legal-content ul {
  margin: 0 0 24px 24px;
  padding: 0;
}

.legal-content li {
  margin-bottom: 12px;
}

.badge-list {
  display: grid;
  gap: 16px;
}

.badge-list li {
  list-style: none;
  background: rgba(93, 75, 255, 0.1);
  color: var(--prosper-primary);
  padding: 12px 18px;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .prosper-section {
    padding: 40px 0;
  }
  .cta-card {
    padding: 48px 28px;
  }
}
.section-split__visual img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 28px 56px rgba(9, 12, 48, 0.12);
}
.contact-grid .contact-card + .contact-card {
  margin-top: 24px;
}

.hero-layout {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
}

.hero-card {
  border-radius: 32px;
  padding: 40px;
  backdrop-filter: blur(8px);
}

.hero-card__header p {
  margin-bottom: 28px;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}

.hero-slider {
  margin-bottom: 28px;
}

.hero-slider__labels {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.hero-slider__range {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  outline: none;
}

.hero-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--prosper-primary);
  border: 3px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(20, 25, 76, 0.25);
}

.hero-slider__range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--prosper-primary);
  border: 3px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(20, 25, 76, 0.25);
}

.hero-slider__value {
  margin-top: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.hero-form {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.hero-form__row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.hero-form input {
  border: none;
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--prosper-dark);
  font-size: 0.95rem;
}

.hero-form input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35);
}

.hero-form__submit {
  width: 100%;
  margin-top: 4px;
  background: #5b44ff;
  box-shadow: 0 18px 35px rgba(38, 28, 121, 0.28);
}

.hero-card__disclaimer {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 18px 0;
}

.hero-card__disclaimer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.hero-trust {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-visual--feature {
  display: flex;
  justify-content: center;
}

.hero-visual__card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  padding: 18px;
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.22);
  max-width: 440px;
}

.hero-visual__card img {
  width: 100%;
  height: auto;
  border-radius: 28px;
}

@media (max-width: 991.98px) {
  .hero-card {
    padding: 32px;
  }
}

@media (max-width: 575.98px) {
  .prosper-hero {
    padding: 36px 0 72px;
  }
  .hero-card {
    padding: 26px;
  }
.hero-layout {
    grid-template-columns: 1fr; /* single column */
  }

  .hero-layout > :first-child {
    order: 2; /* text goes second */
  }

  .hero-layout > :last-child {
    order: 1; /* form goes first */
  }
}

.prosper-section--accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.12) 0%,
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 50%
    );
  opacity: 0.9;
  pointer-events: none;
}

.prosper-section--accent > .container {
  position: relative;
  z-index: 1;
}

.prosper-section--accent .prosper-btn {
  box-shadow: 0 18px 36px rgba(10, 6, 60, 0.32);
}

.prosper-section--accent .prosper-btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.45);
}

.prosper-section--accent .prosper-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--prosper-white);
}

.prosper-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.prosper-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 52px rgba(9, 12, 48, 0.12);
}

.values-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.values-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 48px rgba(11, 16, 52, 0.14);
}

.contact-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 56px rgba(9, 12, 48, 0.14);
}
.hero-slider__range::-moz-range-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

/* ============================
   Step Form (Prosper styling)
   ============================ */
.hero-highlights {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 22px;
}

.hero-highlight {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 14px 18px;
  color: var(--prosper-white);
}

.hero-highlight strong {
  display: block;
  font-size: 1.05rem;
  color: var(--prosper-white);
}

.hero-highlight__label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 576px) {
  .hero-highlights {
    grid-template-columns: 1fr;
  }
}

.hero-visual--form {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.hero-visual--form .step-form-card {
  width: 100%;
  max-width: 440px;
}

.step-form-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(19, 21, 44, 0.22);
  border: 1px solid rgba(93, 75, 255, 0.12);
  overflow: hidden;
  --sf-pad-x: 28px;
  --sf-dot: 34px;
  --sf-track-h: 4px;
}

.sf-header {
  padding: 20px var(--sf-pad-x);
  background: linear-gradient(135deg, var(--prosper-primary) 50%, #8f7bff 100%);
  color: #fff;
}

.sf-header h4 {
  margin: 0 0 6px;
  font-weight: 700;
  color: #fff;
}

.sf-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.sf-progress {
  position: relative;
  padding: 24px var(--sf-pad-x) 14px;
}

.sf-progress::before {
  content: "";
  position: absolute;
  left: var(--sf-pad-x);
  right: var(--sf-pad-x);
  top: calc(24px + (var(--sf-dot) / 2) - (var(--sf-track-h) / 2));
  height: var(--sf-track-h);
  background: rgba(93, 75, 255, 0.18);
  border-radius: 999px;
}

.sf-progress-bar {
  position: absolute;
  left: var(--sf-pad-x);
  top: calc(24px + (var(--sf-dot) / 2) - (var(--sf-track-h) / 2));
  height: var(--sf-track-h);
  width: 0;
  max-width: calc(100% - (var(--sf-pad-x) * 2));
  background: linear-gradient(135deg, var(--prosper-primary) 0%, #8f7bff 100%);
  border-radius: 999px;
  transition: width 0.35s ease;
}

.sf-steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 var(--sf-pad-x);
  margin: 0 0 12px;
}

.sf-steps li {
  width: var(--sf-dot);
  height: var(--sf-dot);
  border-radius: 50%;
  background: #e2dfff;
  color: var(--prosper-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 6px 16px rgba(19, 21, 44, 0.12);
  z-index: 99;
}

.sf-steps li.active,
.sf-steps li.completed {
  color: #fff;
  background: linear-gradient(135deg, var(--prosper-primary) 0%, #8f7bff 100%);
}

.sf-step {
  display: none;
  padding: 12px var(--sf-pad-x) 26px;
}

.sf-step.active {
  display: block;
}

.sf-title {
  color: var(--prosper-heading);
  margin: 6px 0 18px;
  font-weight: 700;
}

.sf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sf-field label {
  color: var(--prosper-muted);
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.sf-field input,
.sf-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--prosper-border);
  border-radius: 12px;
  outline: 0;
  font-size: 14px;
  background: #fff;
  color: var(--prosper-heading);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sf-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff
    url("data:image/svg+xml;utf8,<svg fill='%235d4bff' height='20' width='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5'/></svg>")
    no-repeat right 14px center/18px 18px;
  padding-right: 44px;
  cursor: pointer;
}

.sf-field input:focus,
.sf-field select:focus {
  border-color: var(--prosper-primary);
  box-shadow: 0 0 0 3px rgba(93, 75, 255, 0.18);
}

.sf-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.sf-btn {
  background: linear-gradient(135deg, var(--prosper-primary) 0%, #8f7bff 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 32px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 12px 22px rgba(93, 75, 255, 0.32);
}

.sf-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(93, 75, 255, 0.36);
}

.sf-btn.sf-ghost {
  background: transparent;
  color: var(--prosper-primary);
  border: 1px solid rgba(93, 75, 255, 0.4);
  box-shadow: none;
}

.sf-btn.sf-ghost:hover {
  background: rgba(93, 75, 255, 0.08);
}

.sf-message {
  margin: 6px var(--sf-pad-x) 0;
  font-weight: 600;
  color: var(--prosper-heading);
  display: none;
}

.sf-message.show {
  display: block;
}

.field-error {
  border-color: #f4669a !important;
  box-shadow: 0 0 0 3px rgba(244, 102, 154, 0.2) !important;
}

.shaky {
  animation: sf-shake 0.28s ease;
}

@keyframes sf-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-3px);
  }
}

@media (max-width: 768px) {
  .sf-grid {
    grid-template-columns: 1fr;
  }
  .step-form-card {
    --sf-pad-x: 22px;
  }
}

@media (max-width: 576px) {
  .step-form-card {
    --sf-pad-x: 18px;
  }
}

@media (min-width: 577px) {
  .sf-step[data-step="3"] .sf-grid .sf-field:last-child {
    grid-column: 1 / -1;
  }
}
