/* BillMore-blauer Trial-CTA (volle Breite) */
.billmore-clone-root .bm-trial-banner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: radial-gradient(circle at 50% 0%, #3b82f6 0%, #2563eb 45%, #1d4ed8 100%);
	color: #fff;
}

.billmore-clone-root .bm-trial-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.14), transparent 55%);
	pointer-events: none;
}

.billmore-clone-root .bm-trial-banner__inner {
	position: relative;
	z-index: 1;
	max-width: 48rem;
	margin: 0 auto;
	padding: 4rem 1.5rem;
	text-align: center;
}

@media (min-width: 640px) {
	.billmore-clone-root .bm-trial-banner__inner {
		padding: 5rem 2rem;
	}
}

.billmore-clone-root .bm-trial-banner__kicker {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.billmore-clone-root .bm-trial-banner h2 {
	margin: 0.75rem 0 0;
	font-family: Lexend, Inter, system-ui, sans-serif;
	font-size: clamp(1.875rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
}

.billmore-clone-root .bm-trial-banner__lead {
	max-width: 38rem;
	margin: 1rem auto 0;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
}

.billmore-clone-root .bm-trial-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.25rem;
	margin-top: 2rem;
}

.billmore-clone-root .bm-trial-banner__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.875rem;
	padding: 0.625rem 1.5rem;
	border-radius: 9999px;
	background: #fff;
	color: #2563eb !important;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.billmore-clone-root .bm-trial-banner__primary:hover {
	background: #eff6ff;
	color: #1d4ed8 !important;
	transform: translateY(-1px);
}

.billmore-clone-root .bm-trial-banner__secondary {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
}

.billmore-clone-root .bm-trial-banner__secondary:hover {
	text-decoration: underline;
}

.billmore-clone-root .bm-trial-banner--compact .bm-trial-banner__inner {
	padding: 3rem 1.5rem;
}
