.css-hero-74-section {
	background-color: #1E3A5F;
	min-height: 90vh;
	padding: 100px 20px 80px;
	display: flex;
	align-items: center;
	width: 100%;
}

.css-hero-74-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
}

.css-hero-74-left {
	width: 100%;
}

.css-hero-74-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #F7FAFC;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 16px;
}

.css-hero-74-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #5FB6D6;
	margin-top: 0;
	margin-bottom: 24px;
}

.css-hero-74-desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #F7FAFC;
	line-height: 1.7;
	margin-bottom: 32px;
}

.css-hero-74-desc p {
	margin-bottom: 0;
}

.css-hero-74-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.css-hero-74-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.css-hero-74-check-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 1px;
}

.css-hero-74-check-icon svg {
	display: block;
}

.css-hero-74-bullet-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #F7FAFC;
	line-height: 1.5;
}

/* ── Video Section ── */
.css-hero-74-video-wrapper {
	margin-top: 36px;
	width: 100%;
}

.css-hero-74-video-caption {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #5FB6D6;
	margin-top: 0;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.css-hero-74-play-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.css-hero-74-play-icon svg {
	display: block;
}

.css-hero-74-video-container {
	width: 100%;
	max-width: 300px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
	background-color: #0f2640;
	border: 2px solid rgba(95, 182, 214, 0.2);
}

.css-hero-74-video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* ── Right Column ── */
.css-hero-74-right {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.css-hero-74-card {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
	width: 100%;
	max-width: 500px;
}

.css-hero-74-card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #1E3A5F;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
}

.css-hero-74-card-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #1F7A7A;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}

.css-hero-74-form-placeholder {
	border: 2px dashed #E2E8F0;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #718096;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	background-color: #F7FAFC;
	border-radius: 8px;
}

.css-hero-74-card-privacy {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #718096;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0;
}

/* ── Tablet ── */
@media (min-width: 768px) {
	.css-hero-74-title {
		font-size: 40px;
	}
	
	.css-hero-74-subtitle {
		font-size: 22px;
	}
	
	.css-hero-74-card {
		padding: 36px;
		box-shadow: 0 8px 30px rgba(30, 58, 95, 0.18);
	}

	.css-hero-74-video-container {
		max-width: 280px;
	}
}

/* ── Desktop ── */
@media (min-width: 1024px) {
	.css-hero-74-section {
		min-height: auto;
		padding: 80px 20px 60px;
	}

	.css-hero-74-container {
		flex-direction: row;
		gap: 40px;
		align-items: flex-start;
	}
	
	.css-hero-74-left {
		width: 55%;
		display: flex;
		flex-direction: column;
	}
	
	.css-hero-74-right {
		width: 45%;
		position: sticky;
		top: 100px;
		align-self: flex-start;
	}
	
	.css-hero-74-title {
		font-size: 48px;
	}
	
	.css-hero-74-subtitle {
		font-size: 26px;
	}

	.css-hero-74-video-container {
		max-width: 260px;
	}

	.css-hero-74-video-caption {
		font-size: 17px;
	}
}
