.demo-brw-cta-banner {
	background: linear-gradient(135deg, #184f48 0%, #2b7566 55%, #e0662f 100%);
	border-radius: 28px;
	box-shadow: 0 20px 45px rgba(29, 41, 38, 0.12);
	overflow: hidden;
	padding: clamp(28px, 4vw, 58px);
	width: 100%;
}

.demo-brw-cta-banner__inner {
	max-width: 900px;
}

.demo-brw-cta-banner__eyebrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.95em;
	font-weight: 600;
	gap: 10px;
	margin: 0 0 22px;
	padding: 10px 16px;
	text-transform: uppercase;
}

.demo-brw-cta-banner__eyebrow-dot {
	background: #ef6a2e;
	border-radius: 999px;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.demo-brw-cta-banner__title {
	color: #ffffff;
	font-family: inherit;
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 0.94;
	margin: 0 0 22px;
	max-width: 8ch;
}

.demo-brw-cta-banner__description {
	color: rgba(255, 255, 255, 0.88);
	font-family: inherit;
	font-size: 1.08em;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 28px;
	max-width: 60ch;
}

.demo-brw-cta-banner__buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.demo-brw-cta-banner__button {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-family: inherit;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	padding: 18px 24px;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.demo-brw-cta-banner__button:hover {
	opacity: 0.92;
}

.demo-brw-cta-banner__button--primary {
	background: #ef6a2e;
	border-color: #ef6a2e;
}

.demo-brw-cta-banner__button--secondary,
.demo-brw-cta-banner__button--secondary {
	background: rgba(255, 255, 255, 0.12);
}

.demo-brw-cta-banner a,
.demo-brw-cta-banner a:hover,
.demo-brw-cta-banner a:focus {
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.demo-brw-cta-banner {
		padding: 26px 22px;
	}

	.demo-brw-cta-banner__title {
		font-size: clamp(2.3rem, 12vw, 3.6rem);
		max-width: 100%;
	}

	.demo-brw-cta-banner__description {
		font-size: 1em;
	}

	.demo-brw-cta-banner__button {
		justify-content: center;
		width: 100%;
	}
}
