.sdc-hero {
	position: relative;
	width: 100%;
	background-color: #0A121C;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}



.sdc-hero-inner {
	max-width: 1280px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	padding-top: 90px;
	padding-bottom: 90px;
}

.sdc-hero-content { flex: 1 1 520px; }

.sdc-hero-badge {
	display: none;
	background: rgba(0,117,251,0.15);
	color: #0075FB;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 13px;
	padding: 8px 18px;
	border-radius: 999px;
	margin-bottom: 20px;
}

.sdc-hero-title {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 72px;
	line-height: 76.32px;
	letter-spacing: 0px;
	margin: 0 0 20px;
}

.sdc-hero-title span { display: block; }
.sdc-c-white { color: #ffffff; }
.sdc-c-blue  { color: #0075FB; }
.sdc-c-red   { color: #FF3B30; }

.sdc-hero-desc {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0px;
	color: rgba(255,255,255,0.75);
	max-width: 520px;
	margin: 0 0 28px;
}

.sdc-hero-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 24px;
	max-width: 480px;
}

.sdc-feature {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255,255,255,0.06);
	border-radius: 84px;
	padding: 12px 14px;
}

.sdc-feature-icon {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #E6F1FF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.sdc-feature-icon svg { width: 20px; height: 20px; }

.sdc-feature-text { display: flex; flex-direction: column; }
.sdc-feature-text strong { color: #fff; font-size: 14px; font-weight: 700; }
.sdc-feature-text small { color: rgba(255,255,255,0.6); font-size: 12px; }

.sdc-hero-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	color: #0A121C !important;
	font-weight: 800;
	font-size: 14px;
	padding: 12px 22px;
	border-radius: 999px;
}


@media (max-width: 991px) {
	.sdc-hero-title { font-size: 44px; line-height: 48px; }
	.sdc-hero-inner { padding-top: 50px; padding-bottom: 50px; }
	.sdc-hero-features { grid-template-columns: 1fr; max-width: 100%; }
}
