body.page-pages-show-signup-wide.homepage,
body.page-pages-show-signup.homepage {
  background: #f3f5f8;
}

.homepage.page-pages-show-signup-wide #content,
.homepage.page-pages-show-signup #content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  background: transparent;
}

/* Homepage signup: offset below fixed nav (layout has #homepage, not #content) */
body.homepage.page-pages-show-signup.has-fixed-nav #homepage,
body.homepage.page-pages-show-signup-wide.has-fixed-nav #homepage,
body.homepage.page-pages-show-signup.has-fixed-nav #content,
body.homepage.page-pages-show-signup-wide.has-fixed-nav #content {
  margin-top: var(--prosper-header-offset, var(--prosper-header-height, 0));
}

body.homepage.page-pages-show-signup .prosper-home-top .prosper-home-hero,
body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-home-hero {
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-image: none !important;
}

body.homepage.page-pages-show-signup .prosper-home-top .prosper-home-hero__copy-panel,
body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-home-hero__copy-panel {
  background: #0a192f;
}

body.homepage.page-pages-show-signup .prosper-home-top .prosper-content-shell--hero,
body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-content-shell--hero {
  padding-top: clamp(1.35rem, 2.4vw, 2.25rem);
  padding-bottom: 1.5rem;
}

/* Signup form embedded in the left hero panel */
.prosper-home-hero__copy {
  display: flex;
  flex-direction: column;
}

.prosper-home-hero__headline,
.prosper-home-hero__subhead {
  order: 0;
  color: #fff;
}

.prosper-home-hero__intro {
  order: 1;
}

.prosper-home-hero__signup {
  order: 2;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.prosper-home-hero__signup .prosper-signup-wrap {
  background: transparent;
  padding: 0;
  border: 0;
}

.prosper-home-hero__signup .signup-intro {
  text-align: left;
}

.prosper-home-hero__signup .signup-intro h2 {
  color: #fff;
  font-size: 1.35rem;
}

.prosper-home-hero__signup .signup-intro p {
  color: rgba(255, 255, 255, 0.82);
}

.prosper-home-hero__signup .prosper-rule {
  margin-left: 0;
  margin-right: 0;
}

.prosper-home-hero__signup .prosper-signup-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.prosper-home-hero__signup .prosper-signup-grid > .form-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.prosper-home-hero__signup .prosper-signup-grid > .form-group:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.prosper-home-hero__signup .prosper-signup-grid > .form-errors,
.prosper-home-hero__signup .prosper-signup-grid > :not(.form-group) {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.prosper-home-hero__signup .text-center {
  text-align: left !important;
}

.prosper-home-hero__signup .prosper-signup-submit {
  width: auto;
  max-width: 100%;
}

.homepage.page-pages-show-signup-wide .hero,
.homepage.page-pages-show-signup .hero {
  display: none;
}

.prosper-section-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.prosper-content-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.prosper-content-shell--hero {
  padding-top: 0;
  padding-bottom: 0;
}

.prosper-home-hero {
  min-height: 78vh;
  padding: 8.75rem 0 6.5rem;
  background-image: url('prosper-hero-group.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.prosper-home-hero__overlay {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 25, 47, 0.96) 0%, rgba(10, 25, 47, 0.88) 34%, rgba(10, 25, 47, 0.62) 58%, rgba(10, 25, 47, 0.26) 100%),
    linear-gradient(180deg, rgba(10, 25, 47, 0.18) 0%, rgba(10, 25, 47, 0.44) 100%);
}

.prosper-home-hero__copy,
.prosper-signup-wrap {
  position: relative;
  z-index: 2;
}

.prosper-home-hero__copy {
  margin-bottom: 0;
}

.prosper-home-hero__intro {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.prosper-home-hero__intro > *:first-child {
  margin-top: 0;
}

.prosper-home-hero__intro > *:last-child {
  margin-bottom: 0;
}

.prosper-home-hero__intro p {
  margin-bottom: 0.85rem;
}

.prosper-home-hero__intro p:last-child {
  margin-bottom: 0;
}

.prosper-home-hero__intro h1,
.prosper-home-hero__intro h2,
.prosper-home-hero__intro h3 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.prosper-home-hero__intro--primary {
  font-size: 1.05rem;
  line-height: 1.55;
}

.prosper-home-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 700;
  opacity: 0.9;
}

.prosper-home-hero .display-4 {
  font-size: 3.65rem;
  line-height: 1.08;
  max-width: 12ch;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

.prosper-home-hero .lead {
  max-width: 42rem;
  font-size: 1.2rem;
  line-height: 1.62;
  color: rgba(255,255,255,0.9);
  margin-bottom: 0;
}

.prosper-home-hero__actions .btn {
  min-width: 170px;
  padding: 0.95rem 1.6rem;
}

.prosper-signup-band {
  background: #273356;
}

.prosper-signup-wrap {
  background: #273356;
  padding: 3.1rem 0 3.3rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.prosper-rule {
  width: 78px;
  height: 2px;
  background: rgba(255,255,255,0.82);
  margin-bottom: 1rem;
}

.prosper-signup-wrap .signup-intro h2,
.prosper-signup-wrap .signup-intro p {
  color: #fff;
}

.prosper-signup-wrap .signup-intro h2 {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

.prosper-signup-wrap .signup-intro p {
  margin-bottom: 0;
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
}

.prosper-signup-grid .form-group {
  margin-bottom: 1rem;
}

.prosper-signup-wrap .form-control,
.prosper-signup-wrap .custom-select {
  height: 56px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.5);
  background-color: #fff;
  color: #15263a;
  padding: 0.9rem 1rem;
  box-shadow: none;
}

.prosper-signup-wrap .form-control::placeholder {
  color: #516275;
}

.prosper-signup-wrap .form-control:focus,
.prosper-signup-wrap .custom-select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 0.16rem rgba(255, 255, 255, 0.08);
}

.prosperity-optins {
  row-gap: 0.4rem;
  margin-top: 0.35rem;
}

.prosper-signup-wrap .custom-control-label {
  font-size: 0.94rem;
}

.prosper-signup-submit {
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  white-space: nowrap;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.prosper-home-story {
  background: #ffffff;
  padding-top: 4.8rem !important;
}

.prosper-home-story__copy {
  max-width: 960px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #17384c;
}

.prosper-home-story__copy p {
  margin: 0 0 1.2rem;
}

.prosper-home-signature {
  display: block;
  width: 100%;
  max-width: clamp(280px, 32vw, 380px);
  height: auto;
  opacity: 0.92;
}

.prosper-signature {
  text-align: left;
}

@media (max-width: 767.98px) {
  .prosper-home-signature {
    max-width: min(100%, 300px);
  }
}

.prosper-home-priorities {
  background: linear-gradient(135deg, #273356 0%, #163a67 100%);
}

.prosper-priority-card {
  padding: 2rem;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

.prosper-priority-card p {
  color: rgba(255,255,255,0.88);
}

.prosper-home-cta {
  background: #f3f5f8;
}

.prosper-home-cta__copy {
  max-width: 44rem;
}

.prosper-home-cta .btn-outline-primary {
  color: #273356 !important;
  border-color: rgba(11,31,58,0.3) !important;
}

.prosper-home-cta .btn-outline-primary:hover,
.prosper-home-cta .btn-outline-primary:focus {
  background: rgba(11,31,58,0.04) !important;
  border-color: #273356 !important;
  color: #273356 !important;
}

@media (max-width: 1199.98px) {
  .prosper-content-shell {
    padding-left: 40px;
    padding-right: 40px;
  }

  .prosper-home-hero .display-4 {
    font-size: 3.1rem;
  }
}

@media (max-width: 991.98px) {
  .prosper-content-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .prosper-home-hero {
    min-height: auto;
    padding: 7.8rem 0 5.8rem;
  }

  .prosper-home-hero .display-4 {
    font-size: 2.65rem;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .prosper-content-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prosper-home-hero {
    padding-top: 6.7rem;
    padding-bottom: 4.8rem;
    background-position: 62% center;
  }

  .prosper-home-hero .display-4 {
    font-size: 2.08rem;
  }

  .prosper-home-hero .lead {
    font-size: 1.03rem;
  }

  .prosper-signup-wrap {
    padding: 2.2rem 0 2.4rem;
  }

  .prosper-signup-wrap .signup-intro h2 {
    font-size: 1.58rem;
  }
}

/* ===== CLEAN HERO TYPOGRAPHY ===== */

.prosper-home-hero .col-lg-8,
.prosper-home-hero .col-xl-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.prosper-home-hero__copy {
  color: #ffffff !important;
  max-width: 68rem;
  opacity: 0;
  transform: translateY(10px);
  animation: prosperHeroFadeUp 0.7s ease-out forwards;
  animation-delay: 0.1s;
}

.prosper-home-top .prosper-home-hero__copy {
  opacity: 1;
  transform: none;
  animation: none;
}

/* headline */
.prosper-home-hero .display-4 {
  max-width: 20ch;
  font-size: 2.25rem !important;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem !important;
  color: #ffffff !important;
}

/* subhead */
.prosper-home-hero .lead {
  max-width: 38rem;
  font-size: 1rem !important;
  line-height: 1.5;
  color: rgba(255,255,255,0.9) !important;
  margin-bottom: 0 !important;
}

/* ===== HERO HEIGHT + ALIGNMENT POLISH ===== */

.prosper-home-hero {
  min-height: 68vh;
  padding-top: 8.5rem;
  padding-bottom: 5rem;
}

.prosper-content-shell--hero {
  display: flex;
  align-items: center;
  min-height: inherit;
}

/* ===== TIGHTER, MORE EDITORIAL FEEL ===== */

.prosper-home-hero__copy .display-4,
.prosper-home-hero__copy .lead {
  text-wrap: balance;
}

/* ===== SUBTLE ENTRANCE ANIMATION ===== */

@keyframes prosperHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1199px) {
  .prosper-home-hero .display-4 {
    font-size: 2.05rem !important;
    max-width: 21ch;
  }

  .prosper-home-hero .lead {
    max-width: 34rem;
    font-size: 0.98rem !important;
  }
}

@media (max-width: 991px) {
  .prosper-home-hero {
    min-height: 60vh;
    padding-top: 7.25rem;
    padding-bottom: 4.25rem;
  }

  .prosper-home-hero .display-4 {
    font-size: 1.85rem !important;
    max-width: 22ch;
  }

  .prosper-home-hero .lead {
    font-size: 0.96rem !important;
    max-width: 32rem;
  }
}

@media (max-width: 767px) {
  .prosper-home-hero {
    min-height: auto;
    padding-top: 5.8rem;
    padding-bottom: 3.6rem;
  }

  .prosper-home-hero__copy {
    max-width: 100%;
  }

  .prosper-home-hero .display-4 {
    font-size: 1.5rem !important;
    max-width: 100%;
    line-height: 1.12;
  }

  .prosper-home-hero .lead {
    font-size: 0.93rem !important;
    max-width: 100%;
    line-height: 1.45;
  }
}

/* ===== RESTORED V9 CONTENT SECTIONS ===== */

.prosper-rule--dark {
  background: rgba(11,31,58,0.85);
}

.prosper-facts-section {
  background: linear-gradient(135deg, #10253f 0%, #163a67 100%);
  padding: 4.2rem 0;
  color: #fff;
}

.prosper-fact-card {
  padding: 1rem;
}

.prosper-fact-number {
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.prosper-fact-label {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

.prosper-campaign-section {
  background: #ffffff;
  padding: 5rem 0;
}

.prosper-campaign-section .section-intro p,
.prosper-team-section .section-intro p {
  color: #5d6b79;
}

.prosper-campaign-feature,
.prosper-campaign-card,
.prosper-team-card {
  background: #fff;
  border: 1px solid rgba(11,31,58,0.08);
  box-shadow: 0 14px 36px rgba(9,23,44,0.06);
}

.prosper-campaign-feature__body,
.prosper-campaign-card__body,
.prosper-team-card figcaption {
  padding: 1.35rem 1.4rem;
}

.prosper-campaign-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #273356;
  margin-bottom: 0.7rem;
}

.prosper-campaign-feature h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.prosper-campaign-feature h3 span,
.prosper-campaign-meta span {
  color: #273356;
  font-weight: 700;
}

.prosper-countdown {
  gap: 0.9rem;
  margin: 0 0 1rem;
}

.prosper-countdown li {
  min-width: 76px;
  padding: 0.7rem 0.6rem;
  text-align: center;
  background: #f3f5f8;
}

.prosper-countdown strong {
  display: block;
  font-size: 1.2rem;
  color: #273356;
}

.prosper-countdown span {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c7887;
}

.prosper-campaign-time {
  color: #273356;
  font-weight: 600;
}

.prosper-campaign-card__body p,
.prosper-campaign-feature__body p {
  color: #485767;
}

.prosper-campaign-meta {
  font-size: 0.92rem;
  color: #6a7786;
}

.prosper-testimonial-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #173a64 0%, #273356 100%);
}

.prosper-quote-card {
  height: 100%;
  margin: 0;
  padding: 2rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

.prosper-quote-card p {
  margin-bottom: 1.25rem;
  line-height: 1.75;
}

.prosper-quote-card footer,
.prosper-quote-card cite {
  color: rgba(255,255,255,0.78);
  font-style: normal;
}

.prosper-team-section {
  background: #f3f5f8;
  padding: 5rem 0;
}

.prosper-team-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
  color: #273356;
}

.prosper-team-card p {
  margin-bottom: 0;
  color: #5f6d7d;
}

@media (max-width: 767.98px) {
  .prosper-facts-section,
  .prosper-campaign-section,
  .prosper-testimonial-section,
  .prosper-team-section {
    padding: 3.2rem 0;
  }

  .prosper-fact-number {
    font-size: 1.8rem;
  }

  .prosper-countdown {
    gap: 0.5rem;
  }

  .prosper-countdown li {
    min-width: 64px;
    padding: 0.6rem 0.45rem;
  }
}


/* ===== LIVE PROSPER TEAM + QUOTES UPDATE ===== */
.prosper-testimonial-section .section-intro h2,
.prosper-testimonial-section .section-intro p {
  color: #fff;
}

.prosper-quote-card--featured {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.16);
}

.prosper-quote-card {
  box-shadow: 0 18px 38px rgba(5,14,28,0.12);
  border-radius: 0;
}

.prosper-quote-card p {
  font-size: 1rem;
}

.prosper-quote-card footer {
  display: block;
  font-weight: 700;
}

.prosper-quote-card cite {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
}

.prosper-team-card img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #e9ecef;
}

.prosper-team-card figcaption {
  text-align: left;
}

/* ===== V9-STYLE QUOTE CAROUSEL, PROSPER COLOURS ===== */

.prosper-quote-carousel {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5rem 3.2rem;
}

.prosper-quote-carousel .carousel-inner {
  overflow: visible;
}

.prosper-quote-slide {
  position: relative;
  margin: 0;
  padding: 2.75rem 3rem 2.4rem;
  text-align: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 40px rgba(5,12,24,0.18);
  color: #fff;
}

.prosper-quote-slide::before {
  content: "\201C";
  display: block;
  margin-bottom: 0.9rem;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(255,255,255,0.7);
}

.prosper-quote-slide p {
  max-width: 46rem;
  margin: 0 auto 1.35rem;
  font-size: 1.12rem;
  line-height: 1.85;
  color: #fff;
}

.prosper-quote-slide footer {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.prosper-quote-slide cite {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  color: rgba(255,255,255,0.78);
}

.prosper-quote-indicators {
  bottom: -0.25rem;
  margin-bottom: 0;
}

.prosper-quote-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: 0;
  margin: 0 0.35rem;
  background: rgba(255,255,255,0.3);
}

.prosper-quote-indicators .active {
  background: #ffffff;
}

.prosper-quote-control {
  width: 3rem;
  opacity: 1;
}

.prosper-quote-control__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.prosper-quote-control:hover .prosper-quote-control__icon,
.prosper-quote-control:focus .prosper-quote-control__icon {
  background: rgba(255,255,255,0.14);
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .prosper-quote-carousel {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .prosper-quote-slide {
    padding: 2.35rem 2.25rem 2.15rem;
  }

  .prosper-quote-slide p {
    font-size: 1.02rem;
    line-height: 1.75;
  }
}

@media (max-width: 767.98px) {
  .prosper-quote-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.6rem;
  }

  .prosper-quote-slide {
    padding: 2rem 1.2rem 1.9rem;
  }

  .prosper-quote-slide::before {
    font-size: 2.7rem;
    margin-bottom: 0.6rem;
  }

  .prosper-quote-slide p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .prosper-quote-control {
    display: none;
  }
}

/* ===== UPDATED STATS + TEAM CAROUSEL ===== */

.prosper-facts-section .row {
  align-items: stretch;
}

.prosper-fact-card {
  height: 100%;
  padding: 1.4rem 1.1rem;
}

.prosper-fact-number {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.prosper-fact-label {
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255,255,255,0.88);
}

.prosper-team-carousel {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4.5rem 3rem;
}

.prosper-team-carousel .carousel-inner {
  overflow: visible;
}

.prosper-team-card {
  margin: 0;
}

.prosper-team-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.prosper-team-indicators {
  bottom: -0.35rem;
  margin-bottom: 0;
}

.prosper-team-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: 0;
  margin: 0 0.35rem;
  background: rgba(11,31,58,0.25);
}

.prosper-team-indicators .active {
  background: #273356;
}

.prosper-team-control {
  width: 3rem;
  opacity: 1;
}

.prosper-team-control__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(11,31,58,0.12);
  background: rgba(11,31,58,0.05);
  color: #273356;
  font-size: 2rem;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.prosper-team-control:hover .prosper-team-control__icon,
.prosper-team-control:focus .prosper-team-control__icon {
  background: rgba(11,31,58,0.1);
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .prosper-team-carousel {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}

@media (max-width: 767.98px) {
  .prosper-fact-number {
    font-size: 1.7rem;
  }

  .prosper-fact-label {
    font-size: 0.92rem;
  }

  .prosper-team-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }

  .prosper-team-control {
    display: none;
  }
}


/* ===== LIGHTER QUOTES + TEAM REFINEMENT ===== */

/* Quotes: less clunky, more editorial */
.prosper-testimonial-section {
  padding: 4.4rem 0;
  background: linear-gradient(180deg, #143456 0%, #273356 100%);
}

.prosper-quote-carousel {
  max-width: 860px;
  padding: 0 3.25rem 2.75rem;
}

.prosper-quote-slide {
  padding: 2.15rem 2.35rem 2rem;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
  backdrop-filter: blur(2px);
}

.prosper-quote-slide::before {
  margin-bottom: 0.65rem;
  font-size: 2.7rem;
  color: rgba(255,255,255,0.5);
}

.prosper-quote-slide p {
  max-width: 42rem;
  margin-bottom: 1rem;
  font-size: 1.03rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.96);
}

.prosper-quote-slide footer {
  font-size: 0.98rem;
  font-weight: 600;
}

.prosper-quote-slide cite {
  margin-top: 0.2rem;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.68);
}

.prosper-quote-control {
  width: 2.5rem;
}

.prosper-quote-control__icon {
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  font-size: 1.7rem;
}

.prosper-quote-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 0.28rem;
  background: rgba(255,255,255,0.22);
}

/* Team: cleaner cards, less heavy carousel */
.prosper-team-section {
  padding: 4.5rem 0;
  background: #f5f7fa;
}

.prosper-team-carousel {
  max-width: 1080px;
  padding: 0 3.25rem 2.7rem;
}

.prosper-team-card {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.prosper-team-card img {
  border-radius: 0;
}

.prosper-team-card figcaption {
  padding: 1rem 0.15rem 0;
  text-align: left;
}

.prosper-team-card h3 {
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.prosper-team-card p {
  font-size: 0.9rem;
  color: #6b7785;
}

.prosper-team-control {
  width: 2.5rem;
}

.prosper-team-control__icon {
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(11,31,58,0.08);
  background: rgba(11,31,58,0.03);
  font-size: 1.65rem;
}

.prosper-team-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 0.28rem;
  background: rgba(11,31,58,0.18);
}

.prosper-team-indicators .active {
  background: rgba(11,31,58,0.82);
}

@media (max-width: 991.98px) {
  .prosper-quote-carousel,
  .prosper-team-carousel {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .prosper-quote-slide {
    padding: 1.9rem 1.8rem 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .prosper-testimonial-section,
  .prosper-team-section {
    padding: 3.2rem 0;
  }

  .prosper-quote-carousel,
  .prosper-team-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.2rem;
  }

  .prosper-quote-slide {
    padding: 1.65rem 1rem 1.6rem;
  }

  .prosper-quote-slide p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .prosper-team-card figcaption {
    padding-top: 0.85rem;
  }
}


/* ===== V9-CLOSER QUOTES + TEAM, KEEP PROSPER COLOURS ===== */

/* Quotes: closer to v9 composition */
.prosper-testimonial-section {
  padding: 5.25rem 0 5rem;
  background: linear-gradient(180deg, #15365d 0%, #273356 100%);
}

.prosper-testimonial-section .section-intro h2 {
  color: #ffffff;
  margin-bottom: 0.85rem;
}

.prosper-quote-carousel {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 3.8rem 3.2rem;
  text-align: center;
}

.prosper-quote-slide {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.prosper-quote-slide::before {
  content: "\201C";
  display: block;
  margin-bottom: 1.2rem;
  font-size: 3.8rem;
  line-height: 1;
  color: rgba(255,255,255,0.82);
}

.prosper-quote-slide p {
  max-width: 48rem;
  margin: 0 auto 1.6rem;
  font-size: 1.12rem;
  line-height: 1.85;
  font-style: italic;
  color: #ffffff;
}

.prosper-quote-slide footer {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.prosper-quote-slide cite {
  display: inline;
  margin-left: 0.3rem;
  font-size: 0.95rem;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255,255,255,0.82);
}

.prosper-quote-slide footer::before {
  content: "";
}

.prosper-quote-indicators {
  bottom: -0.65rem;
}

.prosper-quote-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 0.45rem;
  border-radius: 0;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.45);
}

.prosper-quote-indicators .active {
  background: #ffffff;
  border-color: #ffffff;
}

.prosper-quote-control {
  width: 3rem;
}

.prosper-quote-control__icon {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  font-size: 2rem;
  color: rgba(255,255,255,0.9);
}

.prosper-quote-control:hover .prosper-quote-control__icon,
.prosper-quote-control:focus .prosper-quote-control__icon {
  background: transparent;
  transform: none;
  color: #ffffff;
}

/* Team: closer to v9 thumbnail carousel */
.prosper-team-section {
  padding: 5rem 0;
  background: #f3f5f8;
}

.prosper-team-section .section-intro h2 {
  margin-bottom: 0.85rem;
}

.prosper-team-carousel {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 3.2rem 3rem;
}

.prosper-team-card {
  position: relative;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.prosper-team-card img {
  border-radius: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.prosper-team-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: calc(100% - 70px);
  background: linear-gradient(180deg, rgba(11,31,58,0.0) 40%, rgba(11,31,58,0.18) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.prosper-team-card:hover::before {
  opacity: 1;
}

.prosper-team-card figcaption {
  padding: 0.95rem 0.15rem 0;
  text-align: center;
}

.prosper-team-card h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #273356;
}

.prosper-team-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #6a7786;
}

.prosper-team-indicators {
  bottom: -0.5rem;
}

.prosper-team-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 0.45rem;
  border-radius: 0;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid rgba(11,31,58,0.35);
}

.prosper-team-indicators .active {
  background: #273356;
  border-color: #273356;
}

.prosper-team-control {
  width: 3rem;
}

.prosper-team-control__icon {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  font-size: 1.9rem;
  color: rgba(11,31,58,0.8);
}

.prosper-team-control:hover .prosper-team-control__icon,
.prosper-team-control:focus .prosper-team-control__icon {
  background: transparent;
  transform: none;
  color: #273356;
}

@media (max-width: 991.98px) {
  .prosper-quote-carousel,
  .prosper-team-carousel {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .prosper-quote-slide p {
    font-size: 1.03rem;
    line-height: 1.75;
  }
}

@media (max-width: 767.98px) {
  .prosper-testimonial-section,
  .prosper-team-section {
    padding: 3.6rem 0;
  }

  .prosper-quote-carousel,
  .prosper-team-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }

  .prosper-quote-slide::before {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
  }

  .prosper-quote-slide p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .prosper-team-card figcaption {
    padding-top: 0.8rem;
  }
}


/* ===== QUOTES + TEAM: REMOVE BOTTOM EMPTY SPACE ===== */

.prosper-testimonial-section {
  padding-bottom: 2.6rem !important;
}

.prosper-team-section {
  padding-bottom: 2.8rem !important;
}

.prosper-quote-carousel,
.prosper-team-carousel {
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}

.prosper-quote-indicators,
.prosper-team-indicators {
  position: static;
  margin-top: 1.1rem;
}

.prosper-quote-control,
.prosper-team-control {
  top: 44%;
  bottom: auto;
}

@media (max-width: 767.98px) {
  .prosper-testimonial-section,
  .prosper-team-section {
    padding-bottom: 2rem !important;
  }

  .prosper-quote-carousel,
  .prosper-team-carousel {
    padding-bottom: 0.6rem !important;
  }

  .prosper-quote-indicators,
  .prosper-team-indicators {
    margin-top: 0.8rem;
  }
}

/* ===== FULL-WIDTH EDINBURGH EVENT IMAGE ===== */

.prosper-campaign-feature--full img,
.prosper-campaign-feature img[src*="edinburgh-event.jpg"] {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: center;
}

/* ===== POLICY PAGE IMPROVEMENTS ===== */

.page-pages-show-basic #content {
  padding-top: 2rem;
}

.basic-page-content,
#basic-page-content {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2.5rem 2.5rem 2.2rem;
  box-shadow: 0 18px 44px rgba(10, 24, 44, 0.06);
  border: 1px solid rgba(11,31,58,0.08);
}

.page-pages-show-basic h1,
#basic-page-content h1 {
  font-size: 2.3rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #273356;
  margin-bottom: 0.8rem;
}

.page-pages-show-basic .lead,
#basic-page-content .lead,
.page-pages-show-basic p:first-of-type {
  font-size: 1.06rem;
  line-height: 1.7;
  color: #48606f;
}

.page-pages-show-basic p,
#basic-page-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #17384c;
}

.page-pages-show-basic form,
#basic-page-content form {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(11,31,58,0.08);
}

.page-pages-show-basic input[type="text"],
.page-pages-show-basic input[type="email"],
.page-pages-show-basic textarea,
#basic-page-content input[type="text"],
#basic-page-content input[type="email"],
#basic-page-content textarea {
  width: 100%;
  border: 1px solid rgba(11,31,58,0.18);
  border-radius: 0;
  padding: 0.9rem 1rem;
  box-shadow: none;
}

.page-pages-show-basic textarea,
#basic-page-content textarea {
  min-height: 180px;
}

.page-pages-show-basic .submit-button,
.page-pages-show-basic .btn,
#basic-page-content .submit-button,
#basic-page-content .btn {
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {
  .basic-page-content,
  #basic-page-content {
    padding: 1.4rem 1.1rem 1.4rem;
  }

  .page-pages-show-basic h1,
  #basic-page-content h1 {
    font-size: 1.8rem;
  }
}

/* ===== SINGLE FULL-WIDTH EDINBURGH EVENT ===== */
.prosper-campaign-feature--full {
  max-width: 100%;
  border: 0;
  box-shadow: 0 16px 40px rgba(9,23,44,0.08);
}

.prosper-campaign-feature--full img,
.prosper-campaign-feature img[src*="edinburgh-event.jpg"] {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: center;
}

.prosper-campaign-feature--full .prosper-campaign-feature__body {
  padding: 1.7rem 1.8rem;
}

.prosper-campaign-feature--full h3 {
  margin-bottom: 0.85rem;
}

@media (max-width: 767px) {
  .prosper-campaign-feature--full img {
    max-height: 320px;
  }

  .prosper-campaign-feature--full .prosper-campaign-feature__body {
    padding: 1.2rem 1rem;
  }
}

/* ===== QUOTES: FADE TRANSITION + AUTO HEIGHT ===== */

.prosper-quote-carousel {
  position: relative;
}

.prosper-quote-carousel .carousel-inner {
  min-height: 0 !important;
  transition: height 0.35s ease;
}

.prosper-quote-carousel .carousel-item {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: none !important;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  height: auto !important;
  min-height: 0 !important;
}

.prosper-quote-carousel .carousel-item.active,
.prosper-quote-carousel .carousel-item.carousel-item-left,
.prosper-quote-carousel .carousel-item.carousel-item-right,
.prosper-quote-carousel .carousel-item.next,
.prosper-quote-carousel .carousel-item.prev {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.prosper-quote-carousel .carousel-item-next:not(.carousel-item-left),
.prosper-quote-carousel .active.carousel-item-right,
.prosper-quote-carousel .carousel-item-prev:not(.carousel-item-right),
.prosper-quote-carousel .active.carousel-item-left {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.prosper-quote-carousel .carousel-item > * {
  height: auto !important;
}

/* tighter overall quote section proportions */
.prosper-testimonial-section {
  padding-top: 3.5rem !important;
  padding-bottom: 2.5rem !important;
}

.prosper-quote-carousel {
  padding-bottom: 1.1rem !important;
}

.prosper-quote-slide {
  padding: 0 !important;
  margin: 0 auto;
  max-width: 48rem;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.prosper-quote-slide p {
  margin-bottom: 0.8rem !important;
}

.prosper-quote-slide footer {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  .prosper-testimonial-section {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }
}

/* ===== TEAM: FADE TRANSITION + AUTO HEIGHT + TOP-ANCHORED IMAGES ===== */

.prosper-team-carousel {
  position: relative;
}

.prosper-team-carousel .carousel-inner {
  min-height: 0 !important;
  transition: height 0.35s ease;
}

.prosper-team-carousel .carousel-item {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: none !important;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  height: auto !important;
  min-height: 0 !important;
}

.prosper-team-carousel .carousel-item.active,
.prosper-team-carousel .carousel-item.carousel-item-left,
.prosper-team-carousel .carousel-item.carousel-item-right,
.prosper-team-carousel .carousel-item.next,
.prosper-team-carousel .carousel-item.prev {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.prosper-team-carousel .carousel-item-next:not(.carousel-item-left),
.prosper-team-carousel .active.carousel-item-right,
.prosper-team-carousel .carousel-item-prev:not(.carousel-item-right),
.prosper-team-carousel .active.carousel-item-left {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.prosper-team-carousel .carousel-item > * {
  height: auto !important;
}

.prosper-team-carousel {
  padding-bottom: 1.1rem !important;
}

.prosper-team-section {
  padding-top: 4rem !important;
  padding-bottom: 2.6rem !important;
}

.prosper-team-card img {
  object-fit: cover;
  object-position: center top !important;
}

@media (max-width: 767.98px) {
  .prosper-team-section {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }
}


/* ===== SECOND SIGNUP BLOCK ===== */
.prosper-signup-repeat {
  background: #273356;
  margin-top: 2rem;
}

.prosper-signup-repeat .signup-intro h2,
.prosper-signup-repeat .signup-intro p {
  color: #ffffff;
}

/* ===== PROSPERUK.COM-STYLE FOOTER ===== */

.prosper-site-footer {
  position: relative;
  z-index: 10;
  background: #08182d;
  color: rgba(255,255,255,0.78);
  margin-top: 0;
}

.prosper-footer-top {
  padding: 3.2rem 0 2.4rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.prosper-footer-bottom {
  padding: 1.4rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.prosper-footer-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.prosper-footer-logo {
  max-width: 168px;
  width: 100%;
  height: auto;
}

.prosper-footer-nav ul li + li {
  margin-top: 0.45rem;
}

.prosper-site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.prosper-site-footer a:hover,
.prosper-site-footer a:focus {
  color: #ffffff;
  opacity: 0.82;
}

.prosper-footer-nav a {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.prosper-footer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.prosper-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(255,255,255,0.22);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  font-weight: 700;
}

.prosper-footer-button--outline {
  background: transparent;
}

.prosper-footer-button--solid {
  background: #ffffff;
  color: #273356 !important;
  border-color: #ffffff;
}

.prosper-footer-button--solid:hover,
.prosper-footer-button--solid:focus {
  color: #273356 !important;
}

.prosper-footer-contact {
  text-align: left;
}

.prosper-footer-email {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.98rem;
  font-weight: 600;
}

.prosper-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.prosper-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.prosper-footer-social-link:hover,
.prosper-footer-social-link:focus {
  background: rgba(255,255,255,0.16);
  opacity: 1;
}

.prosper-footer-social-link img {
  width: 1.1rem;
  height: 1.1rem;
  filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(19%) hue-rotate(312deg) brightness(104%) contrast(106%);
}

.prosper-footer-meta p {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
}

.prosper-footer-copy {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.prosper-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-top: 1rem;
}

.prosper-footer-legal a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.86);
}

@media (max-width: 991.98px) {
  .prosper-footer-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .prosper-footer-top {
    padding-top: 2.6rem;
  }
}

@media (max-width: 767.98px) {
  .prosper-footer-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prosper-footer-top {
    padding: 2.4rem 0 1.8rem;
  }

  .prosper-footer-bottom {
    padding: 1.1rem 0 1.5rem;
  }

  .prosper-footer-logo {
    max-width: 148px;
  }

  .prosper-footer-button {
    width: 100%;
  }
}

/* ===== IMPROVED FOOTER ===== */

.prosper-site-footer {
  position: relative;
  z-index: 10;
  background: #08182d;
  color: rgba(255,255,255,0.76);
  margin-top: 0;
}

/* Donation pages: keep footer opaque (no fixed site background behind main) */
body.page-type-donation-v2 footer.prosper-site-footer,
body.page-type-donation footer.prosper-site-footer,
body.page-pages-show-donation-v2-wide footer.prosper-site-footer,
body.page-pages-show-donation-wide footer.prosper-site-footer {
  background: #08182d !important;
}

.prosper-footer-top {
  padding: 3.4rem 0 1.6rem;
}

.prosper-footer-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.prosper-footer-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.prosper-footer-brand-copy {
  max-width: 21rem;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
}

.prosper-footer-heading {
  margin-bottom: 0.9rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
}

.prosper-footer-nav ul li + li {
  margin-top: 0.55rem;
}

.prosper-site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.prosper-site-footer a:hover,
.prosper-site-footer a:focus {
  color: #ffffff;
  opacity: 0.82;
}

.prosper-footer-nav a {
  font-size: 0.96rem;
  font-weight: 600;
}

.prosper-footer-cta-card {
  padding: 1.35rem 1.4rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.prosper-footer-cta-copy {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
}

.prosper-footer-actions {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.prosper-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(255,255,255,0.22);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 700;
  flex: 1 1 0;
}

.prosper-footer-button--outline {
  background: transparent;
}

.prosper-footer-button--solid {
  background: #ffffff;
  border-color: #ffffff;
  color: #273356 !important;
}

.prosper-footer-button--solid:hover,
.prosper-footer-button--solid:focus {
  color: #273356 !important;
}

.prosper-footer-email {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.96rem;
  font-weight: 600;
}

.prosper-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.prosper-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.prosper-footer-social-link:hover,
.prosper-footer-social-link:focus {
  background: rgba(255,255,255,0.16);
  opacity: 1;
}

.prosper-footer-social-link img {
  width: 1.1rem;
  height: 1.1rem;
  filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(19%) hue-rotate(312deg) brightness(104%) contrast(106%);
}

.prosper-footer-divider {
  margin: 2rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.prosper-footer-bottom {
  padding-bottom: 0.4rem;
}

.prosper-footer-meta p {
  margin: 0 0 0.42rem;
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.68);
}

.prosper-footer-copy {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.prosper-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.prosper-footer-legal a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.84);
}

@media (max-width: 991.98px) {
  .prosper-footer-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .prosper-footer-top {
    padding-top: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .prosper-footer-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prosper-footer-top {
    padding: 2.4rem 0 1.2rem;
  }

  .prosper-footer-actions {
    flex-direction: column;
  }

  .prosper-footer-button {
    width: 100%;
  }

  .prosper-footer-divider {
    margin: 1.6rem 0 1.1rem;
  }
}

/* Prosper homepage dynamic event/news feeds */
.prosper-home-feed {
  padding: 4.5rem 0;
  background: #f6f8fb;
}

.prosper-home-feed--news {
  background: #ffffff;
  padding-top: 4rem;
}

.prosper-home-feed__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.prosper-home-feed__heading h2 {
  margin: 0;
  color: #0a2540;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.prosper-home-feed__eyebrow {
  margin: 0 0 0.35rem;
  color: #1b8098;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prosper-home-feed__link,
.prosper-home-news-card__read-more {
  color: #0a2540;
  font-weight: 800;
  text-decoration: none;
}

.prosper-home-feed__link:hover,
.prosper-home-news-card__read-more:hover,
.prosper-home-event-card h3 a:hover,
.prosper-home-news-card h3 a:hover {
  color: #1b8098;
  text-decoration: none;
}

.prosper-home-event-card,
.prosper-home-news-card {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(10, 37, 64, 0.10);
  overflow: hidden;
}

.prosper-home-event-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  border-left: 8px solid #1b8098;
}

.prosper-home-event-card h3,
.prosper-home-news-card h3 {
  margin: 0 0 0.8rem;
  color: #0a2540;
  font-size: 1.55rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.prosper-home-event-card h3 a,
.prosper-home-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.prosper-home-event-card p,
.prosper-home-news-card p {
  color: #42526b;
  line-height: 1.65;
}

.prosper-home-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: #0a2540;
  font-weight: 700;
}

.prosper-home-feed__button {
  white-space: nowrap;
}

.prosper-home-news-card__image {
  display: block;
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.prosper-home-news-card__body {
  padding: 1.5rem;
}

.prosper-home-news-card__date {
  margin-bottom: 0.75rem;
  color: #6b778c !important;
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .prosper-home-feed {
    padding: 3rem 0;
  }

  .prosper-home-feed__heading,
  .prosper-home-event-card {
    display: block;
  }

  .prosper-home-feed__link,
  .prosper-home-feed__button {
    display: inline-block;
    margin-top: 1rem;
  }

  .prosper-home-event-card {
    padding: 1.5rem;
  }
}

/* Prosper homepage dynamic event/news feeds */
.prosper-home-feed {
  padding: 4.5rem 0;
  background: #f6f8fb;
}

.prosper-home-feed--news {
  background: #ffffff;
  padding-top: 4rem;
}

.prosper-home-feed__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.prosper-home-feed__heading h2 {
  margin: 0;
  color: #0a2540;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.prosper-home-feed__eyebrow {
  margin: 0 0 0.35rem;
  color: #1b8098;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prosper-home-feed__link,
.prosper-home-news-card__read-more {
  color: #0a2540;
  font-weight: 800;
  text-decoration: none;
}

.prosper-home-feed__link:hover,
.prosper-home-news-card__read-more:hover,
.prosper-home-event-card h3 a:hover,
.prosper-home-news-card h3 a:hover {
  color: #1b8098;
  text-decoration: none;
}

.prosper-home-event-card,
.prosper-home-news-card {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(10, 37, 64, 0.10);
  overflow: hidden;
}

.prosper-home-event-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  border-left: 8px solid #1b8098;
}

.prosper-home-event-card h3,
.prosper-home-news-card h3 {
  margin: 0 0 0.8rem;
  color: #0a2540;
  font-size: 1.55rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.prosper-home-event-card h3 a,
.prosper-home-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.prosper-home-event-card p,
.prosper-home-news-card p {
  color: #42526b;
  line-height: 1.65;
}

.prosper-home-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: #0a2540;
  font-weight: 700;
}

.prosper-home-feed__button {
  white-space: nowrap;
}

.prosper-home-news-card__image {
  display: block;
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.prosper-home-news-card__body {
  padding: 1.5rem;
}

.prosper-home-news-card__date {
  margin-bottom: 0.75rem;
  color: #6b778c !important;
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .prosper-home-feed {
    padding: 3rem 0;
  }

  .prosper-home-feed__heading,
  .prosper-home-event-card {
    display: block;
  }

  .prosper-home-feed__link,
  .prosper-home-feed__button {
    display: inline-block;
    margin-top: 1rem;
  }

  .prosper-home-event-card {
    padding: 1.5rem;
  }
}


/* Homepage event card thumbnail background */
.prosper-home-event-card--has-image {
  position: relative;
  min-height: 340px;
  background-size: cover !important;
  background-position: center !important;
  border-left: 0;
}

.prosper-home-event-card--has-image .prosper-home-feed__eyebrow,
.prosper-home-event-card--has-image h3,
.prosper-home-event-card--has-image h3 a,
.prosper-home-event-card--has-image p,
.prosper-home-event-card--has-image .prosper-home-event-card__meta {
  color: #ffffff !important;
}

.prosper-home-event-card--has-image .prosper-home-event-card__meta {
  opacity: 0.96;
}

.prosper-home-event-card--has-image .prosper-home-event-card__content {
  max-width: 720px;
}

.prosper-home-event-card--has-image .prosper-home-feed__button {
  background: #1b8098;
  border-color: #1b8098;
  color: #ffffff;
}


/* Prosper custom updates: nav spacing and signup form clarity */
.prosper-v9-navbar .navbar-nav .nav-item:last-child { margin-right: 14px; }
.prosper-v9-navbar .navbar-nav .nav-link { padding-left: 0.9rem; padding-right: 0.9rem; }
.prosper-nav-signup { white-space: nowrap; }
.prosper-signup-wrap label:not(.custom-control-label),
.prosper-signup-wrap .prosper-visible-label {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.prosper-signup-wrap .form-control::placeholder { color: #6b7785 !important; opacity: 1 !important; }


/* Homepage signup: labels inside fields only */
#prosper-home-signup .prosper-signup-wrap label:not(.custom-control-label),
#prosper-home-signup .prosper-visible-label {
  display: none !important;
}
#prosper-home-signup .prosper-signup-grid {
  align-items: end !important;
}
#prosper-home-signup .prosper-signup-wrap .form-control {
  height: 58px;
  padding: 0 1.05rem !important;
  font-size: 1.05rem;
  line-height: 58px;
}
#prosper-home-signup .prosper-signup-wrap .form-control::placeholder {
  color: #6f7b8a !important;
  opacity: 1 !important;
}



/* Prosper donation CTA alignment with donate.prosperuk.com */
#navbar-toolbar .prosper-nav-donate,
#primaryNav .prosper-nav-donate,
.prosper-site-footer .prosper-footer-button--solid[href*="donate.prosperuk.com"] {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #0b2341 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#navbar-toolbar .prosper-nav-donate:hover,
#navbar-toolbar .prosper-nav-donate:focus,
#primaryNav .prosper-nav-donate:hover,
#primaryNav .prosper-nav-donate:focus,
.prosper-site-footer .prosper-footer-button--solid[href*="donate.prosperuk.com"]:hover,
.prosper-site-footer .prosper-footer-button--solid[href*="donate.prosperuk.com"]:focus {
  background: #0b5b64 !important;
  border-color: #0b5b64 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

#navbar-toolbar .prosper-nav-signup,
#primaryNav .prosper-nav-signup {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  #navbar-toolbar .prosper-nav-donate,
  #navbar-toolbar .prosper-nav-signup {
    width: 100%;
    text-align: center;
  }
}

/* Mobile hero image: show above copy with fade-in */
@keyframes prosperMobileHeroFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  body.homepage main,
  body.homepage.page-pages-show-signup main,
  body.homepage.page-pages-show-signup-wide main,
  body.homepage .site-content-frame,
  body.homepage.page-pages-show-signup .site-content-frame,
  body.homepage.page-pages-show-signup-wide .site-content-frame {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}


/* Mobile hero image: shown below signup; hidden on desktop (hero uses background) */
.prosper-home-hero-media {
  display: none;
}

.prosper-mobile-hero-img {
  display: none;
}

/* Mobile homepage hero: copy/signup only, full-width navy panel, no photo */
@media (max-width: 767.98px) {
  body.homepage.page-pages-show-signup .prosper-home-top,
  body.homepage.page-pages-show-signup-wide .prosper-home-top {
    background: #0a192f;
  }

  body.homepage.page-pages-show-signup .prosper-home-top .prosper-home-hero,
  body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-home-hero,
  body.homepage.page-pages-show-signup .prosper-home-top .prosper-home-hero__copy-panel,
  body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-home-hero__copy-panel {
    background: #0a192f !important;
    background-image: none !important;
  }

  .prosper-home-top .prosper-home-hero {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    background-color: #0a192f !important;
  }

  .prosper-home-top .prosper-home-hero::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    animation: none !important;
  }

  .prosper-home-hero__overlay {
    display: none !important;
  }

  .prosper-home-top__media-col,
  .prosper-home-top .prosper-home-hero-media,
  .prosper-home-top .prosper-mobile-hero-img {
    display: none !important;
  }

  body.homepage.page-pages-show-signup .prosper-home-top .prosper-content-shell--hero,
  body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-content-shell--hero {
    max-width: none;
    padding-top: clamp(1.25rem, 4vw, 1.75rem) !important;
    padding-bottom: clamp(1.5rem, 5vw, 2rem) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

/* Mobile nav/content flow fix: keep homepage content below the nav without a spacer bar */
@media (max-width: 767.98px) {
  #header.prosper-v9-navbar,
  header#header.prosper-v9-navbar,
  .prosper-v9-navbar.position-fixed {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
  }

  body,
  .site-content-frame,
  .content-pages-show-signup,
  .content-pages-show-signup-wide {
    padding-top: 0 !important;
  }

  /* Sticky nav stays in flow on mobile — no extra offset needed */
  body.homepage.page-pages-show-signup:not(.has-fixed-nav) #homepage,
  body.homepage.page-pages-show-signup-wide:not(.has-fixed-nav) #homepage,
  body.homepage.page-pages-show-signup:not(.has-fixed-nav) #content,
  body.homepage.page-pages-show-signup-wide:not(.has-fixed-nav) #content {
    margin-top: 0;
  }

  .prosper-home-hero {
    margin-top: 0 !important;
  }

  .prosper-home-hero-media .prosper-mobile-hero-img {
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .prosper-home-hero__signup .text-center {
    text-align: center !important;
  }

  .prosper-home-hero__signup .prosper-signup-submit {
    max-width: none;
  }
}

/* Desktop/tablet: split hero — Bootstrap cols, copy panel + photo */
@media (min-width: 768px) {
  .prosper-home-top__row {
    align-items: stretch;
  }

  .prosper-home-top__copy-col,
  .prosper-home-top__media-col {
    display: flex;
    flex-direction: column;
  }

  .prosper-home-top .prosper-home-hero {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    margin: 0;
    background: none;
    background-image: none;
  }

  .prosper-home-top .prosper-home-hero-media {
    display: block;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #e8edf2;
  }

  .prosper-home-top .prosper-mobile-hero-img,
  .prosper-home-top .prosper-home-hero__photo {
    display: block;
  }

  .prosper-home-hero__overlay {
    display: none !important;
  }

  .prosper-home-hero__copy-panel {
    display: flex;
    align-items: stretch;
    min-height: 100%;
    background: #0a192f;
  }

  body.homepage.page-pages-show-signup .prosper-home-top .prosper-content-shell--hero,
  body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-content-shell--hero {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
    padding-bottom: 2.75rem;
    padding-left: clamp(2rem, 4vw, 3.5rem);
    padding-right: clamp(2rem, 4vw, 3.5rem);
  }

  .prosper-home-top .prosper-home-hero__copy {
    max-width: none;
    width: 100%;
  }

  .prosper-home-top .prosper-home-hero__photo {
    min-height: 100%;
  }

  .prosper-home-top .prosper-home-hero .display-4 {
    max-width: none !important;
    font-size: clamp(1.65rem, 2.1vw, 2.25rem) !important;
    line-height: 1.14 !important;
  }

  .prosper-home-top .prosper-home-hero .lead {
    max-width: none !important;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem) !important;
  }

  .prosper-home-top .prosper-home-hero__intro {
    max-width: none;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.55;
  }

  .prosper-home-top .prosper-home-hero__photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
    opacity: 1;
    animation: none;
  }
}

@media (min-width: 992px) {
  body.homepage.page-pages-show-signup .prosper-home-top .prosper-content-shell--hero,
  body.homepage.page-pages-show-signup-wide .prosper-home-top .prosper-content-shell--hero {
    padding-top: clamp(1.75rem, 2.8vw, 2.75rem);
    padding-bottom: 3rem;
    padding-left: clamp(2.5rem, 4.5vw, 4rem);
    padding-right: clamp(2.5rem, 4.5vw, 4rem);
  }

  .prosper-home-top .prosper-home-hero__photo {
    min-height: 480px;
  }
}

@media (min-width: 1200px) {
  .prosper-home-top .prosper-home-hero .display-4 {
    font-size: 2.35rem !important;
  }

  .prosper-home-top .prosper-home-hero .lead {
    font-size: 1.08rem !important;
  }
}

/* ===== QUOTES SLIDER: LEFT MARK + SQUARE DOTS ===== */

.prosper-quote-carousel {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 3.5rem 0.5rem;
  text-align: left;
}

.prosper-quote-slide {
  margin: 0;
  padding: 0;
  max-width: none;
  text-align: left;
  font-weight: 300;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.prosper-quote-slide::before,
.prosper-quote-slide::after {
  content: none !important;
  display: none !important;
}

.prosper-quote-slide__layout {
  display: flex;
  align-items: flex-start;
  gap: 1.35rem;
}

.prosper-quote-mark {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.1em;
  margin-top: 0.05rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(5.75rem, 14vw, 9.25rem);
  font-weight: 700;
  line-height: 0.82;
  user-select: none;
}

.prosper-quote-mark__comma {
  display: block;
}

.prosper-quote-mark__comma--first {
  color: #ffffff;
}

.prosper-quote-mark__comma--second {
  color: rgba(255, 255, 255, 0.38);
}

.prosper-quote-slide__body {
  flex: 1 1 auto;
  min-width: 0;
}

.prosper-quote-slide p {
  max-width: none;
  margin: 0 0 1.35rem;
  font-size: 1.28rem;
  line-height: 1.72;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
}

.prosper-quote-slide__attribution,
.prosper-quote-slide footer {
  margin: 0;
  padding: 0;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: none;
  border: 0;
}

.prosper-quote-slide__attribution::before,
.prosper-quote-slide footer::before {
  content: none;
  display: none;
  background: none;
}

.prosper-quote-slide cite {
  display: inline;
  margin-left: 0.3rem;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #b8c5d4;
}

.prosper-quote-indicators {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.prosper-quote-indicators li {
  width: 9px;
  height: 9px;
  margin: 0 0.4rem;
  border-radius: 0;
  transform: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  opacity: 1;
  text-indent: 0;
}

.prosper-quote-indicators .active {
  background: #ffffff;
  border-color: #ffffff;
}

.prosper-quote-control {
  width: 2.75rem;
}

.prosper-quote-control__icon {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.prosper-quote-control:hover .prosper-quote-control__icon,
.prosper-quote-control:focus .prosper-quote-control__icon {
  background: transparent;
  transform: none;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .prosper-quote-carousel {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .prosper-quote-slide p {
    font-size: 1.18rem;
    line-height: 1.68;
  }
}

@media (max-width: 767.98px) {
  .prosper-quote-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .prosper-quote-slide__layout {
    gap: 0.85rem;
  }

  .prosper-quote-mark {
    font-size: 4.75rem;
    gap: 0.08em;
  }

  .prosper-quote-slide p {
    font-size: 1.06rem;
    line-height: 1.62;
    margin-bottom: 1rem;
  }

  .prosper-quote-indicators {
    margin-top: 1.1rem;
  }

  .prosper-quote-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 0.32rem;
  }
}

/* ===== Signup page (non-homepage): split copy + form ===== */

body.page-pages-show-signup:not(.homepage) #hero,
body.page-pages-show-signup-wide:not(.homepage) #hero {
  display: none;
}

body.page-pages-show-signup:not(.homepage).has-fixed-nav #content,
body.page-pages-show-signup-wide:not(.homepage).has-fixed-nav #content {
  margin-top: var(--prosper-header-offset, var(--prosper-header-height, 0));
}

body.page-pages-show-signup:not(.homepage) #content,
body.page-pages-show-signup-wide:not(.homepage) #content {
  background: #f3f5f8 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body.page-pages-show-signup:not(.homepage) .site-content,
body.page-pages-show-signup-wide:not(.homepage) .site-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.page-pages-show-signup:not(.homepage) main.site-content-frame,
body.page-pages-show-signup-wide:not(.homepage) main.site-content-frame {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.prosper-signup-page {
  width: 100%;
  margin-bottom: 0;
}

.prosper-signup-page__copy {
  background: linear-gradient(160deg, #0a192f 0%, #1a3358 100%);
  color: #ffffff;
}

.prosper-signup-page__copy-inner,
.prosper-signup-page__form-inner {
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3.5rem);
  height: 100%;
}

.prosper-signup-page__form-col {
  background: #f3f5f8;
}

.prosper-signup-page__title,
.prosper-signup-page__copy .intro h1,
.prosper-signup-page__copy .intro h2,
.prosper-signup-page__copy .intro h3,
.prosper-signup-page__copy .intro h4 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.prosper-signup-page__lead,
.prosper-signup-page__copy .intro p,
.prosper-signup-page__copy .intro li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.62;
  max-width: 36rem;
}

.prosper-signup-page__lead {
  margin-bottom: 1.25rem;
}

.prosper-signup-page__copy .intro a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.prosper-signup-page__copy .intro a:hover,
.prosper-signup-page__copy .intro a:focus {
  color: rgba(255, 255, 255, 0.82);
}

.prosper-signup-page__rule {
  width: 78px;
  height: 2px;
  background: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.35rem;
}

.prosper-signup-page__body {
  max-width: 38rem;
}

.prosper-signup-page__body > *:first-child {
  margin-top: 0;
}

.prosper-signup-page__body > *:last-child {
  margin-bottom: 0;
}

.prosper-signup-page__form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prosper-signup-page__panel {
  width: 100%;
  max-width: 28rem;
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: 0 18px 48px rgba(10, 30, 60, 0.08);
  padding: clamp(1.5rem, 3vw, 2rem);
  color: #243447;
}

.prosper-signup-page__eyebrow {
  display: inline-block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1b8098;
}

.prosper-signup-page__panel-rule {
  margin-bottom: 1.35rem;
}

.prosper-signup-page__panel .form-errors {
  margin-bottom: 1rem;
}

.prosper-signup-page__panel label,
.prosper-signup-page__panel .custom-control-label,
.prosper-signup-page__panel p,
.prosper-signup-page__panel h4,
.prosper-signup-page__panel h5 {
  color: #243447 !important;
}

.prosper-signup-page__panel label:not(.custom-control-label) {
  display: none !important;
}

.prosper-signup-page__panel .form-group {
  margin-bottom: 0.85rem;
}

.prosper-signup-page__panel .form-control,
.prosper-signup-page__panel .custom-select {
  height: 52px;
  border-radius: 0;
  border: 1px solid rgba(23, 38, 53, 0.2);
  background-color: #ffffff;
  color: #15263a;
  padding: 0.85rem 1rem;
  box-shadow: none;
}

.prosper-signup-page__panel .form-control::placeholder {
  color: #6b7785 !important;
  opacity: 1 !important;
}

.prosper-signup-page__panel .form-control:focus,
.prosper-signup-page__panel .custom-select:focus {
  border-color: #273356;
  box-shadow: 0 0 0 0.16rem rgba(39, 51, 86, 0.08);
}

.prosper-signup-page__submit .prosper-signup-submit {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 0;
}

.prosper-signup-page__submit .prosper-signup-submit.w-100 {
  width: 100%;
}

@media (min-width: 992px) {
  .prosper-signup-page__copy-inner {
    padding-right: clamp(2rem, 6vw, 4.5rem);
  }

  .prosper-signup-page__form-inner {
    padding-left: clamp(2rem, 6vw, 4.5rem);
    padding-right: clamp(2rem, 6vw, 4.5rem);
  }
}

@media (max-width: 991.98px) {
  .prosper-signup-page__form-inner {
    padding-top: 0;
  }
}
