﻿/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 3.1.1780123470
Updated: 2026-05-30 15:00:00

*/

/* ==========================================================================
   Prosper Conveyancing — Base (update tokens when Figma brand is defined)
   ========================================================================== */

:root {
	--prosper-color-brand: #4e7499;
	--prosper-color-primary: #4e7499;
	--prosper-color-body: #1a1a1a;
	--prosper-color-muted: #6b7280;
	--prosper-color-nav: #1a1a1a;
	--prosper-color-nav-active: #4e7499;
	--prosper-header-bg: #ffffff;
	--prosper-header-border: #e8e8e8;
	--prosper-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--prosper-container-max: 1536px;
	--prosper-header-inner-px: 16px;
	--prosper-header-outer-px: 13px;
	--prosper-section-spacing-y: 3rem;
	--prosper-header-radius: 10px;
	--prosper-color-accent: #a0c5ce;
	--prosper-font-heading: "Montserrat", var(--prosper-font-sans);
	--prosper-hero-min-height: 520px;
	--prosper-hero-min-height-lg: 870px;
	--prosper-color-bg-alt: #f9f9f9;
	--prosper-color-border: rgba(78, 116, 153, 0.12);
	--prosper-radius-card: 16px;
	--prosper-color-pill-bg: rgba(78, 116, 153, 0.1);

	/* Typography scale (16px base — readable minimum across the site) */
	--prosper-text-xs: 0.875rem;
	--prosper-text-sm: 1rem;
	--prosper-text-md: 1.125rem;
	--prosper-text-lg: 1.25rem;
	--prosper-text-xl: 1.5rem;
	--prosper-text-2xl: 1.75rem;
	--prosper-text-3xl: clamp(1.875rem, 4vw, 3rem);
	--prosper-text-4xl: clamp(2.25rem, 5vw, 3.5rem);
	--prosper-section-intro: clamp(1.0625rem, 2vw, 1.25rem);
	--prosper-line-tight: 1.25;
	--prosper-line-snug: 1.35;
	--prosper-line-body: 1.65;
	--prosper-line-relaxed: 1.75;
}

@media (min-width: 768px) {
	:root {
		--prosper-section-spacing-y: 4.5rem;
		--prosper-text-md: 1.1875rem;
		--prosper-section-intro: clamp(1.125rem, 2vw, 1.3125rem);
	}
}

@media (min-width: 1200px) {
	:root {
		--prosper-section-spacing-y: 6rem;
		--prosper-text-lg: 1.3125rem;
		--prosper-text-xl: 1.625rem;
	}
}

html {
	font-size: 100%;
}

body {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: var(--prosper-line-body);
}

ul, ol{padding-left: 0;margin-left: 0;}

.prosper-front-page,
.prosper-front-page #site-content {
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.prosper-front-page .prosper-section:not(.prosper-hero) {
	padding-top: var(--prosper-section-spacing-y);
	padding-bottom: var(--prosper-section-spacing-y);
} 

/* ==========================================================================
   Globals: Header (Figma node 27:493)
   Layout: logo (132×48) | nav (32px gap, centered) | phone + CTA (16px gap)
   ========================================================================== */

.prosper-header {
	background-color: var(--prosper-header-bg);
	border-bottom: 1px solid var(--prosper-header-border);
	padding: 16px var(--prosper-header-outer-px) 16px;
	position: relative;
	width: 100%;
	z-index: 1030;
}

.prosper-header__container {
	padding-left: var(--prosper-header-outer-px);
	padding-right: var(--prosper-header-outer-px);
}

/* Figma inner row: 48px height, 16px horizontal padding */
.prosper-header__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 54px;
	padding-left: var(--prosper-header-inner-px);
	padding-right: var(--prosper-header-inner-px);
	position: relative;
	width: 100%;
}

.prosper-header__brand {
	display: block;
	flex-shrink: 0;
	height: 54px;
	line-height: 0; 
}

.prosper-header__logo {
	display: block;
	height: 54px;
	object-fit: contain;
	object-position: left center;
	width: 100%;
}

/* Mobile menu toggle */
.prosper-header__toggler {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(78, 116, 153, 0.35);
	border-radius: 6px;
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	height: 40px;
	justify-content: center;
	margin-left: auto;
	padding: 8px;
	width: 40px;
}

.prosper-header__toggler-bar {
	background-color: var(--prosper-color-brand);
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 18px;
}

.prosper-header__toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(78, 116, 153, 0.25);
	outline: 0;
}

/* Collapsible panel (mobile — Bootstrap .collapse controls visibility) */
.prosper-header__panel {
	flex-basis: 100%;
	width: 100%;
}

.prosper-header__panel.collapse.show {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

/* Navigation list — Figma: 32px gap, 14px medium */
.prosper-header__nav {
	width: 100%;
}

.prosper-header__menu,
.prosper-header__nav .prosper-header__menu {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.prosper-header__menu-item {
	margin: 0;
	padding: 0;
}

.prosper-header__menu-link {
	color: var(--prosper-color-nav);
	display: inline-block;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
}

.prosper-header__menu-link:hover,
.prosper-header__menu-link:focus {
	color: var(--prosper-color-brand);
}

.prosper-header__menu .current-menu-item > .prosper-header__menu-link,
.prosper-header__menu .current_page_item > .prosper-header__menu-link {
	color: var(--prosper-color-nav-active);
}

/* Phone + CTA — Figma: 16px gap; phone inner gap 8px */
.prosper-header__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
	width: 100%;
}

.prosper-header__phone {
	align-items: center;
	color: var(--prosper-color-body);
	display: inline-flex;
	flex-shrink: 0;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 500;
	gap: 8px;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
}

.prosper-header__phone:hover,
.prosper-header__phone:focus {
	color: var(--prosper-color-brand);
}

.prosper-header__phone-icon {
	display: block;
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.prosper-header__cta {
	align-items: center;
	background-color: var(--prosper-color-brand);
	border-radius: var(--prosper-header-radius);
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 500;
	height: 44px;
	justify-content: center;
	line-height: 20px;
	padding: 8px 24px;
	text-decoration: none;
	white-space: nowrap;
}

.prosper-header__cta:hover,
.prosper-header__cta:focus {
	background-color: #3d5c78;
	color: #fff;
}

/* Desktop: Figma row uses justify-between (logo | nav | phone+CTA) */
@media (min-width: 992px) {
	.prosper-header__inner {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}

	.prosper-header__toggler {
		display: none;
	}

	/* Panel unwraps so logo, nav, and actions are 3 flex children */
	.prosper-header__panel.collapse,
	.prosper-header__panel.collapse:not(.show),
	.prosper-header__panel.collapse.show,
	.prosper-header__panel.collapsing {
		display: contents !important;
		flex-basis: auto;
		height: auto !important;
		overflow: visible !important;
		visibility: visible !important;
		width: auto;
	}

	.prosper-header__brand {
		flex: 0 0 auto;
	}

	.prosper-header__nav {
		flex: 0 0 auto;
		width: auto;
	}

	.prosper-header__menu,
	.prosper-header__nav .prosper-header__menu {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 32px;
		justify-content: center;
	}

	.prosper-header__actions {
		flex: 0 0 auto;
		flex-direction: row;
		gap: 16px;
		margin-top: 0;
		width: auto;
	}

	.prosper-header__cta {
		min-width: 0;
	}
}

/* Parent theme resets */
body.prosper-site .prosper-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.prosper-site .prosper-header a {
	box-shadow: none;
}

body.prosper-site .prosper-front-page .prosper-section h1,
body.prosper-site .prosper-front-page .prosper-section h2,
body.prosper-site .prosper-front-page .prosper-section h3,
body.prosper-site .prosper-front-page .prosper-section h4,
body.prosper-site .prosper-front-page .prosper-section p {
	margin-top: 0;
}

body.prosper-site .prosper-front-page .prosper-section h2,
body.prosper-site .prosper-front-page .prosper-section h3 {
	letter-spacing: normal;
}

body.prosper-site .prosper-front-page .prosper-section a {
	box-shadow: none;
	text-decoration: none;
}

body.prosper-site .prosper-front-page .prosper-section a:hover,
body.prosper-site .prosper-front-page .prosper-section a:focus {
	box-shadow: none;
}

body.prosper-site .prosper-front-page .prosper-section img {
	display: block;
	height: auto;
	max-width: 100%;
}

body.prosper-site .prosper-front-page .prosper-section .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}

@media (min-width: 992px) {
	body.prosper-site .prosper-front-page .prosper-section .row {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 2rem;
	}
}

body.prosper-site .prosper-front-page .prosper-section article {
	margin: 0;
}

/* Reduce parent theme header overlap when legacy markup is absent */
body.prosper-site #site-header {
	display: none !important;
}

/* ==========================================================================
   Home: Hero (Figma node 27:10 — 870px, centered in container)
   ========================================================================== */

.prosper-hero {
	color: #fff;
	min-height: var(--prosper-hero-min-height);
	position: relative;
}

@media (min-width: 992px) {
	.prosper-hero {
		min-height: var(--prosper-hero-min-height-lg);
	}
}

.prosper-hero__row {
	min-height: inherit;
}

.prosper-hero__media,
.prosper-hero__overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.prosper-hero__media {
	background-color: #1a1a1a;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.prosper-hero__overlay {
	background: linear-gradient(
		151deg,
		rgba(0, 0, 0, 0.75) 0%,
		rgba(0, 0, 0, 0.65) 40%,
		rgba(0, 0, 0, 0.65) 100%
	);
	z-index: 1;
}

.prosper-hero .container {
	position: relative;
	z-index: 2;
}

.prosper-hero__title {
	font-family: var(--prosper-font-heading);
	font-size: clamp(2.5rem, 8vw, 6rem);
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.prosper-hero__title {
		font-size: 96px;
		line-height: 105.6px;
	}
}

.prosper-hero__title b,
.prosper-hero__title strong {
	font-weight: 700;
}

.prosper-hero__subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--prosper-font-sans);
	font-size: clamp(1.0625rem, 2.25vw, 1.3125rem);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
}

@media (min-width: 992px) {
	.prosper-hero__subtitle {
		font-size: var(--prosper-text-lg);
		line-height: 1.75;
		max-width: 44rem;
	}
}

.prosper-hero__btn {
	border-radius: var(--prosper-header-radius);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	line-height: 1.25;
	min-height: 56px;
	padding: 14px 28px;
	white-space: nowrap;
}

.prosper-hero__btn--primary {
	background-color: var(--prosper-color-accent);
	border: none;
	color: var(--prosper-color-body);
}

.prosper-hero__btn--primary:hover,
.prosper-hero__btn--primary:focus {
	background-color: #92b9c1;
	border: none;
	color: var(--prosper-color-body);
}

.prosper-hero__btn--phone {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.prosper-hero__btn--phone:hover,
.prosper-hero__btn--phone:focus {
	background-color: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

/* ==========================================================================
   Shared: section kicker pill (Figma)
   ========================================================================== */

.prosper-kicker {
	background-color: var(--prosper-color-pill-bg);
	border-radius: 999px;
	color: var(--prosper-color-primary);
	display: inline-block;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: var(--prosper-line-tight);
	margin: 0;
	padding: 12px 20px;
	text-transform: none;
	align-self: flex-start;
}

/* ==========================================================================
   Home: Services (Figma node 27:77)
   ========================================================================== */

.prosper-services {
	background-color: var(--prosper-color-bg-alt);
}

.prosper-services__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-3xl);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-services__title {
		font-size: 48px;
		line-height: 1.2;
	}
}

.prosper-services__intro {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-section-intro);
	line-height: 1.65;
	max-width: 42rem;
}

@media (min-width: 992px) {
	.prosper-services__intro {
		font-size: var(--prosper-text-md);
		line-height: 1.75;
	}
}

.prosper-services__card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	overflow: hidden;
	padding: 32px 28px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-services__card--has-media {
	padding: 0;
}

.prosper-services__card:hover {
	box-shadow: 0 12px 32px rgba(78, 116, 153, 0.12);
	transform: translateY(-2px);
}

.prosper-services__media {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.prosper-services__media::after {
	background: linear-gradient(180deg, transparent 55%, rgba(26, 26, 26, 0.08) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.prosper-services__media-img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.prosper-services__card:hover .prosper-services__media-img {
	transform: scale(1.04);
}

.prosper-services__card-body {
	padding: 24px 28px 32px;
}

.prosper-services__card-title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-lg);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 12px;
}

.prosper-services__card-title-link {
	color: inherit;
	text-decoration: none;
}

.prosper-services__card-title-link:hover,
.prosper-services__card-title-link:focus {
	color: var(--prosper-color-primary);
	text-decoration: none;
}

.prosper-services__card-text {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0 0 20px;
}

.prosper-services__card--detailed .prosper-services__card-text {
	font-size: var(--prosper-text-sm);
	line-height: 1.7;
	margin-bottom: 24px;
}

.prosper-services__features {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.prosper-services__features li {
	margin-bottom: 10px;
	padding-left: 1.35rem;
	position: relative;
}

.prosper-services__features li::before {
	color: var(--prosper-color-primary);
	content: "•";
	font-size: 1.1em;
	left: 0;
	line-height: 1.4;
	position: absolute;
}

.prosper-services__features li:last-child {
	margin-bottom: 0;
}

.prosper-services__link {
	color: var(--prosper-color-primary);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	text-decoration: none;
}

.prosper-services__link:hover,
.prosper-services__link:focus {
	color: #3d5f7d;
	text-decoration: none;
}

.prosper-services__cta {
	border: 2px solid var(--prosper-color-primary);
	border-radius: var(--prosper-header-radius);
	color: var(--prosper-color-primary);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	min-height: 56px;
	padding: 14px 32px;
}

.prosper-services__cta:hover,
.prosper-services__cta:focus {
	background-color: var(--prosper-color-primary);
	border-color: var(--prosper-color-primary);
	color: #fff;
}

/* ==========================================================================
   Services page — full list (Figma node 166:1039)
   ========================================================================== */

.prosper-page--services #site-content,
.prosper-page.prosper-page--services #site-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.prosper-services-page__header {
	background-color: #fff;
}

.prosper-services-page__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-services-page__title {
		font-size: 48px;
	}
}

.prosper-services-page__intro {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-md);
	line-height: 1.7;
	max-width: 42rem;
}

.prosper-page-services .prosper-section {
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-services-page .prosper-services.pt-0 {
	padding-top: 0;
}

/* ==========================================================================
   Home: Why Choose Us (Figma node 27:162)
   ========================================================================== */

.prosper-why {
	background-color: #fff;
	overflow: hidden;
}

.prosper-why__content {
	display: flex;
	flex-direction: column;
}

.prosper-why__features-col {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.prosper-why__features-col .row {
		flex: 1 1 auto;
	}
}

.prosper-why__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-3xl);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-why__title {
		font-size: 48px;
		line-height: 1.2;
	}
}

.prosper-why__body {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-section-intro);
	line-height: 1.7;
	margin: 0;
	max-width: 100%;
}

@media (min-width: 992px) {
	.prosper-why__body {
		font-size: var(--prosper-text-md);
	}
}

.prosper-why__media {
	aspect-ratio: 704 / 400;
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	margin-top: auto;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.prosper-why__image {
	border-radius: var(--prosper-radius-card);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.prosper-why__card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 28px 24px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-why__card:hover {
	box-shadow: 0 12px 32px rgba(78, 116, 153, 0.1);
	transform: translateY(-2px);
}

.prosper-why__icon-wrap {
	background-color: var(--prosper-color-accent);
	border-radius: 12px;
	height: 56px;
	margin-bottom: 20px;
	width: 56px;
}

.prosper-why__icon {
	color: var(--prosper-color-body);
	font-size: var(--prosper-text-xl);
	line-height: 1;
}

.prosper-why__card-title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px;
}

.prosper-why__card-text {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
}

/* ==========================================================================
   Shared: light kicker on dark sections
   ========================================================================== */

.prosper-kicker--light {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

/* ==========================================================================
   Home: Process (Figma node 27:216)
   ========================================================================== */

.prosper-process {
	background: linear-gradient(135deg, #4e7499 0%, #3d6388 40%, #567fa3 70%, #4e7499 100%);
	background-size: 200% 200%;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.prosper-process.is-inview {
	animation: prosper-process-bg-drift 18s ease-in-out infinite;
}

@keyframes prosper-process-bg-drift {
	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

.prosper-process__title {
	color: #fff;
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-3xl);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-process__title {
		font-size: 48px;
		line-height: 1.2;
	}
}

.prosper-process__intro {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-section-intro);
	line-height: 1.7;
	max-width: 42rem;
}

@media (min-width: 992px) {
	.prosper-process__intro {
		font-size: var(--prosper-text-md);
	}
}

.prosper-process__step {
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--prosper-radius-card);
	box-sizing: border-box;
	cursor: default;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	outline: none;
	padding: 28px 24px;
	position: relative;
	transition:
		background-color 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.prosper-process__step::after {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, transparent 55%);
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.35s ease;
}

.prosper-process__step:hover,
.prosper-process__step:focus-visible {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.45);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
	transform: translateY(-6px);
}

.prosper-process__step:hover::after,
.prosper-process__step:focus-visible::after {
	opacity: 1;
}

.prosper-process__step:focus-visible {
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.18),
		0 0 0 3px rgba(255, 255, 255, 0.35);
}

.prosper-process__number {
	color: rgba(255, 255, 255, 0.65);
	font-family: var(--prosper-font-heading);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: normal;
	margin-bottom: 16px;
	position: relative;
	transition: color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 1;
}

.prosper-process__step:hover .prosper-process__number,
.prosper-process__step:focus-visible .prosper-process__number {
	color: rgba(255, 255, 255, 0.92);
	transform: scale(1.04);
}

.prosper-process__step-title,
.prosper-process__step-text {
	position: relative;
	z-index: 1;
}

.prosper-process__step-title {
	color: #fff;
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-lg);
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 12px;
}

.prosper-process__step-text {
	color: rgba(255, 255, 255, 0.85);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0;
}

/* Steps grid: 3 on top row, remainder centered below (desktop) */
.prosper-process__track {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 576px) {
	.prosper-process__track {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.prosper-process__track {
		align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem 3.5rem;
		justify-content: flex-start;
	}
}

.prosper-process__step-wrap {
	min-width: 0;
	position: relative;
}

@media (min-width: 992px) {
	.prosper-process__step-wrap {
		flex: 0 1 calc(33.333% - 2.35rem);
		max-width: 360px;
	}
}

/* Trailing arrow inside step wrap (::before) */
.prosper-process__step-wrap--has-arrow::before {
	background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' viewBox='0 0 22 12' fill='none'%3E%3Cpath d='M0 6H18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14 1.5L19 6L14 10.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	content: "";
	display: none;
	height: 12px;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
	right: -1.75rem;
	top: 50%;
	transform: translate(50%, -50%);
	transition: opacity 0.3s ease, transform 0.35s ease;
	width: 22px;
	z-index: 2;
}

@media (min-width: 992px) {
	.prosper-process__step-wrap--has-arrow::before {
		display: block;
	}

	.prosper-process.is-inview .prosper-process__step-wrap--has-arrow.is-visible::before {
		animation: prosper-process-arrow-flow 2.2s ease-in-out infinite;
	}

	.prosper-process.has-step-hover .prosper-process__step-wrap--has-arrow::before {
		opacity: 0.35;
	}

	.prosper-process.has-step-hover .prosper-process__step-wrap--has-arrow:hover::before {
		animation: prosper-process-arrow-flow 0.75s ease-in-out infinite;
		opacity: 1;
	}
}

@keyframes prosper-process-arrow-flow {
	0%,
	100% {
		opacity: 0.55;
		transform: translate(50%, -50%);
	}

	50% {
		opacity: 1;
		transform: translate(calc(50% + 5px), -50%);
	}
}

/* Scroll reveal */
.prosper-process__reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--prosper-reveal-i, 0) * 90ms);
}

.prosper-process__reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.prosper-process.is-inview {
		animation: none;
	}

	.prosper-process__reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.prosper-process__step,
	.prosper-process__number {
		transition: none;
	}

	.prosper-process__step-wrap--has-arrow::before {
		animation: none !important;
	}
}

/* ==========================================================================
   Home: FAQ (Figma node 27:336)
   ========================================================================== */

.prosper-faq {
	background-color: #fff;
}
.prosper-faq-category {
    padding: 0;
}
.prosper-faq__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-3xl);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-faq__title {
		font-size: 48px;
		line-height: 1.2;
	}
}

.prosper-faq__intro {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-section-intro);
	line-height: 1.7;
	max-width: 42rem;
}

@media (min-width: 992px) {
	.prosper-faq__intro {
		font-size: var(--prosper-text-md);
	}
}

.prosper-faq__accordion {
	--bs-accordion-border-color: var(--prosper-color-border);
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-bg: #fff;
	--bs-accordion-active-color: var(--prosper-color-body);
	--bs-accordion-btn-bg: #fff;
	--bs-accordion-bg: #fff;
}

.prosper-faq__item {
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card) !important;
	margin-bottom: 12px;
	overflow: hidden;
}

.prosper-faq__item:last-child {
	margin-bottom: 0;
}

.prosper-faq__accordion .accordion-button {
	border-radius: 0;
	box-shadow: none;
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	line-height: 1.45;
	padding: 20px 24px;
}

.prosper-faq__accordion .accordion-button:not(.collapsed) {
	background-color: #fff;
	color: var(--prosper-color-primary);
}

.prosper-faq__accordion .accordion-button::after {
	background-image: none;
	content: "\F282";
	font-family: bootstrap-icons;
	font-size: var(--prosper-text-sm);
	height: auto;
	transform: none;
	width: auto;
}

.prosper-faq__accordion .accordion-button:not(.collapsed)::after {
	content: "\F286";
}

.prosper-faq__answer {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	padding: 0 24px 20px;
}

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

.prosper-faq__cta {
	border: 2px solid var(--prosper-color-primary);
	border-radius: var(--prosper-header-radius);
	color: var(--prosper-color-primary);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	min-height: 56px;
	padding: 14px 32px;
}

.prosper-faq__cta:hover,
.prosper-faq__cta:focus {
	background-color: var(--prosper-color-primary);
	border-color: var(--prosper-color-primary);
	color: #fff;
}

/* FAQ page (Figma node 166:1878) */
.prosper-faq--page {
	background-color: var(--prosper-color-section-alt, #f9f9f9);
}

.prosper-faq-page .prosper-page-content {
	padding-bottom: 0;
}

.prosper-faq-page__groups {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 992px) {
	.prosper-faq-page__groups {
		gap: 48px;
	}
}

.prosper-faq-category__title {
	align-items: center;
	color: var(--prosper-color-body);
	display: flex;
	font-family: var(--prosper-font-heading);
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	gap: 12px;
	line-height: 1.3;
	margin: 0 0 20px;
}

.prosper-faq-category__icon {
	align-items: center;
	background-color: rgba(78, 116, 153, 0.12);
	border-radius: 50%;
	color: var(--prosper-color-primary);
	display: inline-flex;
	flex-shrink: 0;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.prosper-faq-category__icon .bi {
	font-size: var(--prosper-text-md);
	line-height: 1;
}

.prosper-faq--page .prosper-faq__accordion {
	--bs-accordion-bg: #fff;
}

.prosper-faq__empty {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
}

/* ==========================================================================
   Globals: Footer (Figma node 226:2)
   ========================================================================== */

.prosper-footer {
	background-color: var(--prosper-color-primary);
	color: rgba(255, 255, 255, 0.92);
	padding-bottom: 32px;
	padding-top: 64px;
}

@media (min-width: 992px) {
	.prosper-footer {
		padding-bottom: 40px;
		padding-top: 80px;
	}
}

.prosper-footer__logo {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	max-width: 160px; 
	min-width: 160px;
	object-fit: contain;
}

.prosper-footer__tagline {
	color: var(--prosper-color-accent);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 12px;
}

.prosper-footer__about {
	color: rgba(255, 255, 255, 0.8);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0;
}

.prosper-footer__heading {
	color: #fff;
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 20px;
}

.prosper-footer__menu li,
.prosper-footer__legal li {
	margin-bottom: 12px;
	margin-left: 0;
}

.prosper-footer__menu li:last-child,
.prosper-footer__legal li:last-child {
	margin-bottom: 0;
}

.prosper-footer__menu a,
.prosper-footer__legal a,
.prosper-footer__contact a {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	text-decoration: none;
	transition: color 0.2s ease;
}

.prosper-footer__menu a:hover,
.prosper-footer__menu a:focus,
.prosper-footer__legal a:hover,
.prosper-footer__legal a:focus,
.prosper-footer__contact a:hover,
.prosper-footer__contact a:focus {
	color: #fff;
}

.prosper-footer__contact-item {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.6;
	margin-bottom: 16px;
	margin-left: 0;
}

.prosper-footer__contact-item:last-child {
	margin-bottom: 0;
}

.prosper-footer__contact-item i {
	color: var(--prosper-color-accent);
	font-size: var(--prosper-text-md);
	line-height: 1.4;
	margin-top: 1px;
}

.prosper-footer__muted {
	color: rgba(255, 255, 255, 0.65);
	font-size: var(--prosper-text-sm);
}

.prosper-footer__social-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	width: 40px;
}

.prosper-footer__social-link:hover,
.prosper-footer__social-link:focus {
	background-color: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.prosper-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 48px;
	padding-top: 24px;
	text-align: center;
}

.prosper-footer__disclaimer {
	color: rgba(255, 255, 255, 0.65);
	font-family: var(--prosper-font-sans);
	font-size: 0.8125rem;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 52rem;
}

.prosper-footer__copyright {
	color: rgba(255, 255, 255, 0.75);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

body.prosper-site .prosper-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.prosper-site .prosper-footer a {
	box-shadow: none;
}

body.prosper-site .prosper-footer h2 {
	margin-top: 0;
}

/* ==========================================================================
   Globals: Page banner — inner pages (Figma node 166:524)
   ========================================================================== */

.prosper-inner-page #site-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.prosper-page-banner {
	background-color: #1a1a1a;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 280px;
	position: relative;
}

@media (min-width: 992px) {
	.prosper-page-banner {
		min-height: 320px;
	}
}

.prosper-page-banner__overlay {
	background: linear-gradient(
		151deg,
		rgba(0, 0, 0, 0.72) 0%,
		rgba(0, 0, 0, 0.58) 50%,
		rgba(0, 0, 0, 0.65) 100%
	);
	inset: 0;
	position: absolute;
} 

.prosper-page-banner__breadcrumb-list {
	gap: 0.35rem 0;
}

.prosper-page-banner__breadcrumb-item {
	color: rgba(255, 255, 255, 0.75);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	margin-left: 0;
	margin-top: 0;
}

.prosper-page-banner__breadcrumb-item + .prosper-page-banner__breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.5);
	content: "/";
	margin: 0 0.5rem;
}

.prosper-page-banner__breadcrumb-item a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.prosper-page-banner__breadcrumb-item a:hover,
.prosper-page-banner__breadcrumb-item a:focus {
	color: #fff;
}

.prosper-page-banner__breadcrumb-item--current {
	color: rgba(255, 255, 255, 0.92);
}

.page__title {
	color: #fff;
	font-family: var(--prosper-font-heading);
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.15;
}

@media (min-width: 1200px) {
	.page__title {
		font-size: 56px;
		line-height: 1.15;
	}
}

.prosper-page-banner__subtitle {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-section-intro);
	line-height: var(--prosper-line-body);
	max-width: 42rem;
}

.prosper-page-content {
	background-color: #fff;
}

.prosper-entry-content {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: var(--prosper-line-relaxed);
}

.prosper-entry-content > :last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   404 page
   ========================================================================== */

.prosper-404.prosper-section {
	background-color: #fff;
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-404__code {
	color: var(--prosper-color-primary);
	font-family: var(--prosper-font-heading);
	font-size: clamp(4rem, 12vw, 7rem);
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.prosper-404__text {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-md);
	line-height: 1.75;
	max-width: 38rem;
}

.prosper-404__search {
	max-width: 32rem;
}

.prosper-404__search-inner.input-group {
	align-items: stretch;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-header-radius);
	box-shadow: none;
	flex-wrap: nowrap;
	overflow: hidden;
}

.prosper-404__search-inner:focus-within {
	border-color: var(--prosper-color-primary);
	box-shadow: 0 0 0 3px rgba(78, 116, 153, 0.15);
}

.prosper-404__search-inner .prosper-404__search-input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	flex: 1 1 auto;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	height: 48px;
	letter-spacing: normal;
	line-height: 1.4;
	margin: 0;
	max-width: none;
	min-height: 48px;
	padding: 0 1rem;
	width: 1%;
}

.prosper-404__search-inner .prosper-404__search-input[type="search"]:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.prosper-404__search-inner .prosper-404__search-btn {
	align-items: center;
	background-color: var(--prosper-color-primary);
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 48px;
	padding: 0;
	width: 48px;
}

.prosper-404__search-inner .prosper-404__search-btn:hover,
.prosper-404__search-inner .prosper-404__search-btn:focus {
	background-color: #3d5f7d;
	border: none;
	box-shadow: none;
	color: #fff;
}

.prosper-404__btn {
	border-radius: var(--prosper-header-radius);
	font-weight: 600;
	min-height: 48px;
	padding: 0.65rem 1.5rem;
}

.prosper-404__btn--primary {
	background-color: var(--prosper-color-primary);
	border: 1px solid var(--prosper-color-primary);
	color: #fff;
}

.prosper-404__btn--primary:hover,
.prosper-404__btn--primary:focus {
	background-color: #3d5f7d;
	border-color: #3d5f7d;
	color: #fff;
}

.prosper-404__btn--outline {
	background-color: #fff;
	border: 1px solid var(--prosper-color-primary);
	color: var(--prosper-color-primary);
}

.prosper-404__btn--outline:hover,
.prosper-404__btn--outline:focus {
	background-color: var(--prosper-color-primary);
	color: #fff;
}

/* ==========================================================================
   Single service detail page
   ========================================================================== */

.prosper-page--service-single #site-content,
.prosper-page.prosper-page--service-single #site-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.prosper-service-single__body.prosper-section {
	background-color: #fff;
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.prosper-service-single__lead {
	border-left: 4px solid var(--prosper-color-primary);
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-sans);
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.75;
	margin: 0 0 2rem;
	max-width: 52rem;
	padding-left: 1.25rem;
}

.prosper-service-single__content {
	font-size: var(--prosper-text-sm);
	line-height: var(--prosper-line-relaxed);
	max-width: 52rem;
}

.prosper-service-single__content h2 {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-lg);
	font-weight: 700;
	line-height: 1.35;
	margin: 2.5rem 0 1rem;
}

.prosper-service-single__content h2:first-child {
	margin-top: 0;
}

.prosper-service-single__content p {
	margin-bottom: 1.25rem;
}

.prosper-service-single__content ul {
	margin: 0 0 1.5rem;
	padding-left: 1.35rem;
}

.prosper-service-single__content li {
	margin-bottom: 0.625rem;
}

.prosper-service-single__content li:last-child {
	margin-bottom: 0;
}

.prosper-service-single__related.prosper-section {
	background-color: var(--prosper-color-bg-alt);
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-service-single__related-header {
	margin-bottom: clamp(2rem, 4vw, 3rem); 
}

.prosper-service-single__related-title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.prosper-service-single__related-intro {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-section-intro);
	line-height: 1.7; 
}

.prosper-service-related__card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	color: inherit;
	height: 100%;
	overflow: hidden;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-service-related__card--has-media {
	padding: 0;
}

.prosper-service-related__media {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
}

.prosper-service-related__media-img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.prosper-service-related__card:hover .prosper-service-related__media-img,
.prosper-service-related__card:focus .prosper-service-related__media-img {
	transform: scale(1.04);
}

.prosper-service-related__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.prosper-service-related__card:hover,
.prosper-service-related__card:focus {
	border-color: rgba(78, 116, 153, 0.45);
	box-shadow: 0 14px 36px rgba(78, 116, 153, 0.14);
	color: inherit;
	text-decoration: none;
	transform: translateY(-3px);
}

.prosper-service-related__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 0.75rem;
}

@media (min-width: 992px) {
	.prosper-service-related__title {
		font-size: var(--prosper-text-lg);
	}
}

.prosper-service-related__text {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0 0 1.25rem;
}

.prosper-service-related__cta {
	color: var(--prosper-color-primary);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
}

.prosper-service-related__card:hover .prosper-service-related__cta,
.prosper-service-related__card:focus .prosper-service-related__cta {
	color: #3d5f7d;
}

/* ==========================================================================
   About page — Our Story (Figma node 166:533)
   ========================================================================== */

.prosper-page--about #site-content,
.prosper-page.prosper-page--about #site-content,
.prosper-page--contact #site-content,
.prosper-page.prosper-page--contact #site-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.prosper-about-story {
	background-color: #fff;
	overflow: hidden;
}

.prosper-inner-page .prosper-about-story.prosper-section {
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-about-story__kicker {
	margin-bottom: 24px;
}

.prosper-about-story__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-about-story__title {
		font-size: 48px;
		line-height: 1.2;
	}
}

.prosper-about-story__body {
	color: var(--prosper-color-muted);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	line-height: 1.7;
	margin: 0;
}

@media (min-width: 992px) {
	.prosper-about-story__body {
		font-size: var(--prosper-text-md);
		line-height: 1.75;
	}
}

.prosper-about-story__media {
	aspect-ratio: 704 / 480;
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	line-height: 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.prosper-about-story__image {
	border-radius: var(--prosper-radius-card);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ==========================================================================
   About page — Mission & Values (below Our Story)
   ========================================================================== */

.prosper-about-values {
	background-color: #fff;
	overflow: hidden;
}

.prosper-about-values__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-about-values__title {
		font-size: 40px;
	}
}

.prosper-about-values__intro {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.7;
	max-width: 85%;
}

@media (min-width: 992px) {
	.prosper-about-values__intro {
		font-size: var(--prosper-text-md);
		line-height: 1.75;
	}
}

.prosper-about-values__card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 28px 24px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-about-values__card:hover {
	box-shadow: 0 12px 32px rgba(78, 116, 153, 0.1);
	transform: translateY(-2px);
}

.prosper-about-values__icon-wrap {
	background-color: var(--prosper-color-accent);
	border-radius: 12px;
	height: 56px;
	margin-bottom: 20px;
	width: 56px;
}

.prosper-about-values__icon {
	color: var(--prosper-color-primary);
	font-size: var(--prosper-text-xl);
	line-height: 1;
}

.prosper-about-values__card-title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px;
}

.prosper-about-values__card-text {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0;
}

/* ==========================================================================
   About page — What Drives Us (core values)
   ========================================================================== */

.prosper-about-drives {
	background-color: var(--prosper-color-bg-alt);
	overflow: hidden;
}

.prosper-about-drives__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

@media (min-width: 1200px) {
	.prosper-about-drives__title {
		font-size: 40px;
	}
}

.prosper-about-drives__intro {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.7;
	max-width: 40rem;
}

@media (min-width: 992px) {
	.prosper-about-drives__intro {
		font-size: var(--prosper-text-md);
		line-height: 1.75;
	}
}

.prosper-about-drives__card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 32px 24px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-about-drives__card:hover {
	box-shadow: 0 12px 32px rgba(78, 116, 153, 0.12);
	transform: translateY(-2px);
}

.prosper-about-drives__icon-wrap {
	background-color: rgba(160, 197, 206, 0.45);
	border-radius: 12px;
	height: 56px;
	margin-bottom: 20px;
	width: 56px;
}

.prosper-about-drives__icon {
	color: var(--prosper-color-primary);
	font-size: var(--prosper-text-xl);
	line-height: 1;
}

.prosper-about-drives__card-title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px;
}

.prosper-about-drives__card-text {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0;
}

/* ==========================================================================
   Blog listing page (Figma blog grid)
   ========================================================================== */

.prosper-blog {
	background-color: var(--prosper-color-bg-alt);
	overflow: hidden;
}

.prosper-blog__tabs {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 2.5rem;
	padding: 28px 16px 24px;
}

@media (min-width: 768px) {
	.prosper-blog__tabs {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.prosper-blog__tab {
	background-color: #f5f5f5;
	border-radius: 999px;
	color: var(--prosper-color-body);
	display: inline-block;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	line-height: 1.2;
	padding: 12px 22px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.prosper-blog__tab:hover,
.prosper-blog__tab:focus {
	background-color: rgba(168, 195, 201, 0.45);
	color: var(--prosper-color-body);
	text-decoration: none;
}

.prosper-blog__tab.is-active {
	background-color: #a8c3c9;
	color: var(--prosper-color-body);
}

.prosper-blog__tab.is-active:hover,
.prosper-blog__tab.is-active:focus {
	background-color: #a8c3c9;
}

.prosper-blog-card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-blog-card:hover {
	box-shadow: 0 12px 32px rgba(78, 116, 153, 0.12);
	transform: translateY(-2px);
}
.prosper-blog-card__meta li {
    margin: 0;
}

.prosper-blog-card__media {
	line-height: 0;
	overflow: hidden;
}

.prosper-blog-card__image {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.prosper-blog-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px 24px 28px;
}

.prosper-blog-card__category {
	font-size: var(--prosper-text-sm);
	margin: 0;
	padding: 8px 14px;
}

.prosper-blog-card__category a {
	color: var(--prosper-color-primary);
	text-decoration: none;
}

.prosper-blog-card__category a:hover {
	text-decoration: underline;
}

.prosper-blog-card__title {
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.prosper-blog-card__title a {
	color: var(--prosper-color-body);
	text-decoration: none;
}

.prosper-blog-card__title a:hover {
	color: var(--prosper-color-primary);
}

.prosper-blog-card__excerpt {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.65;
	margin: 0;
}

.prosper-blog-card__meta {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	margin: 0;
}

.prosper-blog-card__meta .bi {
	color: var(--prosper-color-primary);
	font-size: var(--prosper-text-sm);
}

.prosper-blog-card__link {
	color: var(--prosper-color-primary);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	margin-top: auto;
	text-decoration: none;
}

.prosper-blog-card__link:hover {
	color: #3d5f7d;
}

.prosper-blog__load-more {
	background-color: #fff;
	border: 2px solid var(--prosper-color-primary);
	border-radius: var(--prosper-header-radius);
	color: var(--prosper-color-primary);
	font-weight: 600;
	min-width: 220px;
	padding: 12px 28px;
	text-decoration: none;
}

.prosper-blog__load-more:hover,
.prosper-blog__load-more:focus {
	background-color: var(--prosper-color-primary);
	color: #fff;
}

.prosper-blog__empty {
	color: var(--prosper-color-muted);
}

/* ==========================================================================
   Single blog post (inner page layout)
   ========================================================================== */

.prosper-page--blog-single #site-content,
.prosper-page.prosper-page--blog-single #site-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.prosper-single-post__body.prosper-section {
	background-color: #fff;
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-single-post__category a {
	color: inherit;
	text-decoration: none;
}

.prosper-single-post__category a:hover,
.prosper-single-post__category a:focus {
	color: var(--prosper-color-primary);
}

.prosper-single-post__meta {
	color: var(--prosper-color-muted);
}

.prosper-single-post__thumb-img {
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 8px 28px rgba(26, 26, 26, 0.08);
	display: block;
	height: auto;
	width: 100%;
}

.prosper-single-post__content h2 {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-xl);
	font-weight: 700;
	line-height: 1.35;
	margin: 2.25rem 0 1rem;
}

.prosper-single-post__content h2:first-child {
	margin-top: 0;
}

.prosper-single-post__content p {
	margin-bottom: 1.25rem;
}

.prosper-single-post__content ul,
.prosper-single-post__content ol {
	margin: 0 0 1.5rem;
	padding-left: 1.35rem;
}

.prosper-single-post__content li {
	margin-bottom: 0.5rem;
}

.prosper-single-post__content strong {
	font-weight: 600;
}

.prosper-single-post__sidebar-sticky {
	position: sticky;
	top: 100px;
}

.prosper-blog-sidebar__widget {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 4px 20px rgba(26, 26, 26, 0.05);
	margin-bottom: 1.25rem;
	padding: 1.5rem 1.35rem;
}

.prosper-blog-sidebar__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1rem;
}

/* Override Twenty Twenty global input[type="search"] (large padding, block layout). */
.prosper-blog-sidebar__search-inner.input-group {
	align-items: stretch;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-header-radius);
	box-shadow: none;
	flex-wrap: nowrap;
	overflow: hidden;
}

.prosper-blog-sidebar__search-inner:focus-within {
	border-color: var(--prosper-color-primary);
	box-shadow: 0 0 0 3px rgba(78, 116, 153, 0.15);
}

.prosper-blog-sidebar__search-inner .prosper-blog-sidebar__search-input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	flex: 1 1 auto;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	height: 48px;
	letter-spacing: normal;
	line-height: 1.4;
	margin: 0;
	max-width: none;
	min-height: 48px;
	padding: 0 1rem;
	width: 1%;
}

.prosper-blog-sidebar__search-inner .prosper-blog-sidebar__search-input[type="search"]:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.prosper-blog-sidebar__search-inner .prosper-blog-sidebar__search-btn {
	align-items: center;
	background-color: var(--prosper-color-primary);
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 48px;
	padding: 0;
	width: 48px;
}

.prosper-blog-sidebar__search-inner .prosper-blog-sidebar__search-btn:hover,
.prosper-blog-sidebar__search-inner .prosper-blog-sidebar__search-btn:focus {
	background-color: #3d5f7d;
	border: none;
	box-shadow: none;
	color: #fff;
}

.prosper-blog-sidebar__categories li {
    border-bottom: 1px solid var(--prosper-color-border);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.prosper-blog-sidebar__categories li:last-child {
	border-bottom: none;
}

.prosper-blog-sidebar__categories a {
	color: var(--prosper-color-body);
	display: flex;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 500;
	justify-content: space-between;
	padding: 0.65rem 0;
	text-decoration: none;
}

.prosper-blog-sidebar__categories a:hover,
.prosper-blog-sidebar__categories a:focus {
	color: var(--prosper-color-primary);
}

.prosper-blog-sidebar__categories .count {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	font-weight: 400;
}

.prosper-blog-sidebar__back {
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--prosper-color-primary);
	color: var(--prosper-color-primary);
	display: inline-flex;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: center;
}

.prosper-blog-sidebar__back:hover,
.prosper-blog-sidebar__back:focus {
	background-color: var(--prosper-color-primary);
	color: #fff;
}

.prosper-blog-related.prosper-section {
	background-color: var(--prosper-color-bg-alt);
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-blog-related__header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.prosper-blog-related__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.prosper-blog-related__intro {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-section-intro);
	line-height: 1.7;
	max-width: 42rem;
}

@media (max-width: 991.98px) {
	.prosper-single-post__sidebar-sticky {
		position: static;
	}
}

/* ==========================================================================
   Contact page — info cards
   ========================================================================== */

.prosper-inner-page .prosper-contact-info.prosper-section {
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-contact-info {
	background-color: #fff;
	overflow: hidden;
}

.prosper-contact-info__card {
	background-color: #fff;
	border: 1px solid var(--prosper-color-border);
	border-radius: var(--prosper-radius-card);
	box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 32px 24px 36px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prosper-contact-info__card:hover {
	box-shadow: 0 12px 32px rgba(78, 116, 153, 0.1);
	transform: translateY(-2px);
}

.prosper-contact-info__icon-wrap {
	background-color: rgba(160, 197, 206, 0.45);
	border-radius: 12px;
	height: 56px;
	margin-bottom: 20px;
	width: 56px;
}

.prosper-contact-info__icon {
	color: var(--prosper-color-primary);
	font-size: var(--prosper-text-xl);
	line-height: 1;
}

.prosper-contact-info__title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-size: var(--prosper-text-md);
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.prosper-contact-info__line {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.55;
	margin: 0;
}

.prosper-contact-info__link {
	color: var(--prosper-color-muted);
	text-decoration: none;
}

.prosper-contact-info__link:hover {
	color: var(--prosper-color-primary);
	text-decoration: underline;
}

/* ==========================================================================
   Contact page — form section (CF7)
   ========================================================================== */

.prosper-inner-page .prosper-contact-form.prosper-section {
	padding-bottom: var(--prosper-section-spacing-y);
	padding-top: var(--prosper-section-spacing-y);
}

.prosper-contact-form {
	background-color: #1a1a1a;
	color: #fff;
	overflow: hidden;
}

.prosper-contact-form__title {
	color: #fff;
	font-family: var(--prosper-font-heading);
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.prosper-contact-form__intro {
	color: rgba(255, 255, 255, 0.72);
	font-size: var(--prosper-text-sm);
	line-height: 1.6;
	max-width: 36rem;
}

.prosper-contact-form__card {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
	color: var(--prosper-color-body);
}

.prosper-contact-form__card {
	padding: 28px 24px 24px;
}

@media (min-width: 768px) {
	.prosper-contact-form__card {
		padding: 36px 40px 32px;
	}
}

.prosper-contact-form__fine-print {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.5;
	margin-top: 20px;
	text-align: center;
}

.prosper-contact-form__fine-print a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.prosper-contact-form__placeholder {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
}

.prosper-contact-form__map {
	border-radius: 20px;
	min-height: 220px;
	overflow: hidden;
}

.prosper-contact-form__map iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 350px;
	width: 100%;
}

.prosper-contact-form__map--placeholder {
	background-color: #e5e7eb;
	min-height: 350px;
}

.prosper-contact-form__details {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
	color: var(--prosper-color-body);
	padding: 28px 24px 32px;
}

@media (min-width: 768px) {
	.prosper-contact-form__details {
		padding: 32px 28px 36px;
	}
}

.prosper-contact-form__details-title {
	color: var(--prosper-color-body);
	font-family: var(--prosper-font-heading);
	font-weight: 700;
	margin: 0;
}

.prosper-contact-form__details .prosper-footer__contact a {
	color: var(--prosper-color-body);
	text-decoration: none;
}

.prosper-contact-form__details .prosper-footer__contact a:hover,
.prosper-contact-form__details .prosper-footer__contact a:focus {
	color: var(--prosper-color-primary);
	text-decoration: underline;
}

.prosper-contact-form__details .prosper-footer__contact-item {
	color: var(--prosper-color-muted);
	font-size: var(--prosper-text-sm);
	line-height: 1.55;
}

.prosper-contact-form__details .prosper-footer__contact-item i {
	color: var(--prosper-color-primary);
	font-size: var(--prosper-text-md);
	margin-top: 2px;
}

/* Contact Form 7 — Prosper layout */
.prosper-cf7-form .wpcf7-form {
	margin: 0;
}

.prosper-cf7-form p {
	margin: 0 0 20px;
}

.prosper-cf7-fields {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 0.75rem;
}

.prosper-cf7-field label + br,
.prosper-cf7-field > br {
	display: none !important;
}

.prosper-cf7-form .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}

.prosper-cf7-field .wpcf7-form-control-wrap {
	margin-top: 4px;
}

.prosper-cf7-label {
	color: var(--prosper-color-body);
	display: block;
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 10px;
}

.prosper-cf7-required {
	color: #dc2626;
	font-weight: 700;
}

.prosper-cf7-control,
.prosper-cf7-form input[type="text"],
.prosper-cf7-form input[type="email"],
.prosper-cf7-form input[type="tel"],
.prosper-cf7-form input[type="url"],
.prosper-cf7-form select,
.prosper-cf7-form textarea {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: none;
	color: var(--prosper-color-body);
	display: block;
	font-size: var(--prosper-text-sm);
	line-height: 1.5;
	padding: 12px 16px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	width: 100%;
}

.prosper-cf7-form textarea.prosper-cf7-textarea,
.prosper-cf7-form textarea {
	min-height: 120px;
	resize: vertical;
}

.prosper-cf7-form select.prosper-cf7-control,
.prosper-cf7-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	cursor: pointer;
	padding-right: 40px;
}

.prosper-cf7-form select option[value=""] {
	color: var(--prosper-color-muted);
}

.prosper-cf7-control:focus,
.prosper-cf7-form input:focus,
.prosper-cf7-form select:focus,
.prosper-cf7-form textarea:focus {
	border-color: var(--prosper-color-primary);
	box-shadow: 0 0 0 3px rgba(78, 116, 153, 0.15);
	outline: none;
}

.prosper-cf7-submit,
.prosper-cf7-form input[type="submit"] {
	background-color: var(--prosper-color-accent);
	border: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin-top: 4px;
	padding: 14px 24px;
	transition: background-color 0.2s ease, transform 0.15s ease;
	width: 100%;
}

.prosper-cf7-submit:hover,
.prosper-cf7-form input[type="submit"]:hover {
	background-color: #8eb5bf;
	color: #fff;
}

.prosper-cf7-form .wpcf7-not-valid-tip {
	color: #b42318;
	font-size: var(--prosper-text-sm);
	margin-top: 6px;
}

.prosper-cf7-form .wpcf7-response-output {
	border-radius: 10px;
	font-size: var(--prosper-text-sm);
	margin: 20px 0 0;
	padding: 12px 16px;
}

.prosper-cf7-form .wpcf7-spinner {
	margin: 12px auto 0;
	position: absolute;
}

/* ==========================================================================
   Sticky WhatsApp button
   ========================================================================== */

.prosper-whatsapp-float {
	align-items: center;
	background-color: #25d366;
	border-radius: 999px;
	bottom: max(20px, env(safe-area-inset-bottom, 0px));
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
	color: #fff;
	display: inline-flex;
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 600;
	gap: 10px;
	line-height: 1;
	padding: 14px 22px 14px 18px;
	position: fixed;
	right: max(20px, env(safe-area-inset-right, 0px));
	text-decoration: none;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	z-index: 1040;
}

.prosper-whatsapp-float:hover,
.prosper-whatsapp-float:focus {
	box-shadow: 0 14px 36px rgba(37, 211, 102, 0.55);
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px) scale(1.04);
}

.prosper-whatsapp-float__icon {
	font-size: 1.625rem;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.prosper-whatsapp-float__text {
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.prosper-whatsapp-float__pulse {
	animation: prosper-whatsapp-pulse 2.2s ease-out infinite;
	background-color: #25d366;
	border-radius: inherit;
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

@keyframes prosper-whatsapp-pulse {
	0% {
		opacity: 0.55;
		transform: scale(1);
	}

	70%,
	100% {
		opacity: 0;
		transform: scale(1.45);
	}
}

@media (max-width: 575.98px) {
	.prosper-whatsapp-float {
		height: 56px;
		justify-content: center;
		padding: 0;
		width: 56px;
	}

	.prosper-whatsapp-float__text {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.prosper-whatsapp-float,
	.prosper-whatsapp-float__pulse {
		animation: none;
		transition: none;
	}
}

/* ==========================================================================
   Site preloader (Legal Eagle–style)
   ========================================================================== */

.prosper-preloader {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 99999;
}

.prosper-preloader__backdrop {
	background: linear-gradient(145deg, #1a2332 0%, #2a3f55 45%, #4e7499 100%);
	inset: 0;
	position: absolute;
}

.prosper-preloader__panel {
	background: linear-gradient(145deg, #1a2332 0%, #243447 100%);
	inset: 0;
	position: absolute;
	transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
	width: 50%;
	z-index: 1;
}

.prosper-preloader__panel--left {
	left: 0;
	transform-origin: left center;
}

.prosper-preloader__panel--right {
	right: 0;
	transform-origin: right center;
}

.prosper-preloader--done .prosper-preloader__panel--left {
	transform: translateX(-102%);
}

.prosper-preloader--done .prosper-preloader__panel--right {
	transform: translateX(102%);
}

.prosper-preloader__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	max-width: min(90vw, 22rem);
	position: relative;
	text-align: center;
	z-index: 2;
}

.prosper-preloader__logo-wrap {
	animation: prosper-preloader-logo-in 0.9s ease-out both;
}

.prosper-preloader__logo {
	display: block;
	filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.35));
	height: auto;
	max-height: 72px;
	max-width: min(80vw, 240px);
	object-fit: contain;
	width: auto;
}

.prosper-preloader__bar {
	height: 3px;
	position: relative;
	width: min(72vw, 220px);
}

.prosper-preloader__bar-track {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	inset: 0;
	position: absolute;
}

.prosper-preloader__bar-fill {
	animation: prosper-preloader-progress 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	background: linear-gradient(90deg, #a0c5ce 0%, #ffffff 50%, #a0c5ce 100%);
	background-size: 200% 100%;
	border-radius: 999px;
	display: block;
	height: 100%;
	position: relative;
	transform-origin: left center;
	width: 0;
}

.prosper-preloader__label {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--prosper-font-sans);
	font-size: var(--prosper-text-sm);
	font-weight: 500;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.prosper-preloader__dots::after {
	animation: prosper-preloader-dots 1.4s steps(4, end) infinite;
	content: "";
}

@keyframes prosper-preloader-logo-in {
	from {
		opacity: 0;
		transform: scale(0.92) translateY(12px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes prosper-preloader-progress {
	0% {
		width: 0;
	}

	45% {
		width: 72%;
	}

	75% {
		width: 92%;
	}

	100% {
		width: 100%;
	}
}

@keyframes prosper-preloader-dots {
	0% {
		content: "";
	}

	25% {
		content: ".";
	}

	50% {
		content: "..";
	}

	75% {
		content: "...";
	}
}

.prosper-preloader--done .prosper-preloader__content {
	animation: prosper-preloader-content-out 0.45s ease forwards;
}

.prosper-preloader--done .prosper-preloader__backdrop {
	opacity: 0;
	transition: opacity 0.55s ease 0.15s;
}

@keyframes prosper-preloader-content-out {
	to {
		opacity: 0;
		transform: scale(0.98);
	}
}

@media (prefers-reduced-motion: reduce) {
	.prosper-preloader__logo-wrap,
	.prosper-preloader__bar-fill,
	.prosper-preloader__dots::after,
	.prosper-preloader__panel,
	.prosper-preloader--done .prosper-preloader__backdrop {
		animation: none;
		transition: none;
	}

	.prosper-preloader__bar-fill {
		width: 100%;
	}

	.prosper-preloader--done .prosper-preloader__panel--left,
	.prosper-preloader--done .prosper-preloader__panel--right {
		transform: none;
	}
}

