/* VMCH — Stronger Protection Elementor Widget */

.vmch-sp-section,
.vmch-sp-section * {
	box-sizing: border-box;
}

.vmch-sp-section {
	width: 100%;
	max-width: 100%;
	padding: 80px 0;
	background: transparent;
	font-family: inherit;
}

.vmch-sp-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.vmch-sp-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 54px;
	align-items: center;
}

.vmch-sp-media,
.vmch-sp-content {
	min-width: 0;
}

.vmch-sp-image {
	width: 100%;
}

.vmch-sp-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.vmch-sp-subtitle {
	margin: 0 0 16px;
	color: #38bdf8;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}

.vmch-sp-heading {
	margin: 0 0 48px;
	color: #ffffff;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.vmch-sp-features {
	display: grid;
	gap: 24px;
}

.vmch-sp-feature {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	min-width: 0;
}

.vmch-sp-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(56, 189, 248, 0.3);
	border-radius: 12px;
	background-color: rgba(56, 189, 248, 0.05);
	color: #38bdf8;
	line-height: 1;
	overflow: hidden;
}

.vmch-sp-icon svg,
.vmch-sp-icon img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.vmch-sp-icon i {
	font-size: 22px;
	line-height: 1;
}

.vmch-sp-custom-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.vmch-sp-copy {
	min-width: 0;
}

.vmch-sp-feature-title {
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.35;
}

.vmch-sp-feature-text {
	margin: 0;
	color: #94a3b8;
	font-size: 0.95rem;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.vmch-sp-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.vmch-sp-heading {
		margin-bottom: 36px;
		font-size: 2.45rem;
	}
}

@media (max-width: 767px) {
	.vmch-sp-section {
		padding: 48px 0;
	}

	.vmch-sp-grid {
		gap: 32px;
	}

	.vmch-sp-heading {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.vmch-sp-feature {
		gap: 16px;
	}

	.vmch-sp-icon {
		width: 44px;
		height: 44px;
		min-width: 44px;
	}
}
