/* Footer theme-15 — CTA devis, réassurance, titre proportionné */

.footer-fifteen .footer-content {
	padding: 48px 0 56px;
	margin-bottom: 56px;
}

.footer-fifteen .footer-cta-block {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.footer-fifteen .footer-content .footer-text {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 1.25rem;
}

.footer-fifteen .footer-content .footer-text span {
	display: inline;
	color: #aad440;
}

.footer-fifteen .footer-trust-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.75rem;
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
}

.footer-fifteen .footer-trust-badges li {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.88);
}

.footer-fifteen .footer-trust-badges strong {
	color: #fff;
	font-weight: 700;
}

.footer-fifteen .footer-trust-badges__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(170, 212, 64, 0.15);
	color: #aad440;
	font-size: 0.875rem;
}

.footer-fifteen .footer-trust-badges__stars {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	color: #aad440;
	font-size: 0.8rem;
}

/* Neutralisation .theme-15 .btn (pseudo-éléments + .icon) — même logique que catalog-pages / header-hero */
.footer-fifteen .btn {
	position: relative;
	padding: 0.875rem 1.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	overflow: visible;
	background-image: none;
	min-height: 52px;
	line-height: 1.2;
	border-radius: 50px;
}

.footer-fifteen .btn::before,
.footer-fifteen .btn::after {
	display: none;
	content: none;
}

.footer-fifteen .btn .icon {
	width: auto;
	height: auto;
	min-width: 0;
	background: transparent;
	border-radius: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

/* Bouton CTA — palette LeaseCare (réutilisé hors pages catalogue) */
.btn.btn-catalog-primary {
	background: #aad440;
	color: #103a36;
	font-weight: 600;
	border: none;
	padding: 0.625rem 1.25rem;
}

.btn.btn-catalog-primary:hover,
.btn.btn-catalog-primary:focus,
.btn.btn-catalog-primary:focus-visible {
	background: #8cb525;
	color: #103a36;
	border: none;
}

@media (max-width: 575.98px) {
	.footer-fifteen .footer-content {
		padding: 36px 0 44px;
		margin-bottom: 44px;
	}

	.footer-fifteen .footer-trust-badges {
		flex-direction: column;
		gap: 0.75rem;
	}

	.footer-fifteen .btn {
		width: 100%;
		max-width: 320px;
	}
}
