/* ==========================================================================
   Valident Basic — Block Styles (Banner + Container)
   ========================================================================== */

/* Banner Block
   ========================================================================== */

.vb-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
}

.vb-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.vb-banner__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 24px;
}

.vb-banner__title {
	font-family: var(--vb-font-heading);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

.vb-banner__subtitle {
	font-size: 1.25rem;
	line-height: 1.5;
	opacity: 0.9;
	margin-bottom: 0;
}

/* Container Block
   ========================================================================== */

.vb-container {
	width: 100%;
}

.vb-container__inner {
	width: 100%;
}

/* Responsive
   ========================================================================== */

@media (max-width: 768px) {
	.vb-banner__content {
		padding: 24px 16px;
	}

	.vb-banner__title {
		font-size: 2rem;
	}

	.vb-banner__subtitle {
		font-size: 1.0625rem;
	}
}
