/**
 * LawNest closing CTA band.
 */

.lawnest-cta-band {
	--lawnest-radius-lg: 22px;
	--lawnest-radius-xl: 32px;
	--lawnest-success: #6bbf8a;
	--lawnest-danger: #d9614c;
	--lawnest-surface-2: #1f2d33;
	--lawnest-petrol-700: #2a3a40;
	--lawnest-petrol-950: #0e1719;
	position: relative;
	overflow: hidden;
	padding-block: var(--lawnest-section);
	box-sizing: border-box;
}

.lawnest-cta-band .lawnest-eyebrow {
	justify-content: center;
}

.lawnest-cta-band__inner {
	max-width: 1112px;
	margin-inline: auto;
	border-radius: var(--lawnest-radius-xl);
	padding: clamp(40px, 6vw, 84px);
	text-align: center;
	background: linear-gradient(135deg, var(--lawnest-petrol-700), var(--lawnest-petrol-950));
	border: 1px solid var(--lawnest-border-strong);
	box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.75);
	position: relative;
	overflow: hidden;
}

.lawnest-cta-band__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(70% 120% at 50% -20%, rgba(221, 168, 92, 0.22), transparent 55%);
	pointer-events: none;
}

.lawnest-cta-band__inner > * {
	position: relative;
}

.lawnest-cta-band__inner h2 {
	margin: 0;
	font-family: var(--wp--preset--font-family--fraunces, "Fraunces", Georgia, serif);
	font-size: 52px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--lawnest-text, #f5f0e6);
}

.lawnest-cta-band__inner p:not(.lawnest-eyebrow) {
	margin: 1rem auto 2rem;
	max-width: 572px;
	font-size: 17px;
	font-weight: 400;
	color: var(--lawnest-text-soft);
}

.lawnest-cta-band__inner .wp-block-buttons {
	justify-content: center;
}

@media (max-width: 720px) {
	.lawnest-cta-band__inner h2 {
		font-size: 32px;
	}
}
