.vcsmp-page {
	--vcsmp-navy: #071529;
	--vcsmp-blue: #1f7aff;
	--vcsmp-cyan: #32d5ff;
	--vcsmp-ice: #f4f8ff;
	--vcsmp-line: rgba(18, 42, 78, 0.1);
	--vcsmp-text: #5d6b82;
	--vcsmp-heading: #071529;
	background: #fff;
	color: var(--vcsmp-text);
	font-family: inherit;
	overflow: hidden;
}

.vcsmp-section {
	padding: 92px 0;
}

.vcsmp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--vcsmp-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vcsmp-eyebrow::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--vcsmp-blue), var(--vcsmp-cyan));
}

.vcsmp-center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.vcsmp-section-heading {
	max-width: 860px;
	margin-bottom: 42px;
}

.vcsmp-section-heading h2,
.vcsmp-intro h2,
.vcsmp-faq h2,
.vcsmp-cta h2 {
	margin: 0;
	color: var(--vcsmp-heading);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 850;
	line-height: 1.12;
}

.vcsmp-section-heading p,
.vcsmp-intro p,
.vcsmp-faq p,
.vcsmp-cta p {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.75;
}

.vcsmp-hero {
	position: relative;
	min-height: 720px;
	padding: 150px 0 110px;
	background-image: linear-gradient(110deg, rgba(5, 18, 42, 0.94), rgba(8, 42, 96, 0.76) 48%, rgba(12, 89, 171, 0.4)), url('../images/vcsmp/vcsmp-hero.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.vcsmp-hero::after {
	content: '';
	position: absolute;
	right: -120px;
	bottom: -160px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(50, 213, 255, 0.18);
	filter: blur(16px);
}

.vcsmp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.vcsmp-hero .vcsmp-eyebrow {
	color: #78e5ff;
}

.vcsmp-hero__content h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 6vw, 72px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.vcsmp-hero__content p {
	max-width: 680px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 19px;
	line-height: 1.75;
}

.vcsmp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.vcsmp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vcsmp-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.vcsmp-btn--primary {
	background: linear-gradient(135deg, #1f7aff, #32d5ff);
	box-shadow: 0 18px 36px rgba(31, 122, 255, 0.35);
	color: #fff;
}

.vcsmp-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	backdrop-filter: blur(10px);
}

.vcsmp-btn--light {
	background: #fff;
	color: var(--vcsmp-blue);
	box-shadow: 0 18px 32px rgba(6, 17, 37, 0.22);
}

.vcsmp-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.vcsmp-hero__badges span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 700;
}

.vcsmp-hero-card {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 32px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(20px);
}

.vcsmp-logo-mark {
	display: inline-flex;
	margin-bottom: 24px;
	padding: 10px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.vcsmp-logo-mark span {
	color: #75e6ff;
}

.vcsmp-hero-card h2 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.1;
}

.vcsmp-hero-card p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.vcsmp-radar {
	position: relative;
	width: 210px;
	height: 210px;
	margin: 34px auto 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(50, 213, 255, 0.22), rgba(31, 122, 255, 0.04) 68%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), inset 0 0 0 48px rgba(255, 255, 255, 0.04), inset 0 0 0 96px rgba(255, 255, 255, 0.03);
}

.vcsmp-radar span {
	position: absolute;
	border-radius: 50%;
	background: #78e5ff;
	box-shadow: 0 0 28px #78e5ff;
}

.vcsmp-radar span:nth-child(1) {
	top: 42px;
	left: 64px;
	width: 12px;
	height: 12px;
}

.vcsmp-radar span:nth-child(2) {
	right: 48px;
	top: 96px;
	width: 16px;
	height: 16px;
}

.vcsmp-radar span:nth-child(3) {
	left: 92px;
	bottom: 44px;
	width: 10px;
	height: 10px;
}

.vcsmp-intro {
	background: linear-gradient(180deg, #fff, var(--vcsmp-ice));
}

.vcsmp-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.vcsmp-metrics {
	padding-top: 0;
	background: var(--vcsmp-ice);
}

.vcsmp-metrics__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.vcsmp-metric-card,
.vcsmp-feature-card,
.vcsmp-process-card,
.vcsmp-product,
.vcsmp-faq-list details {
	border: 1px solid var(--vcsmp-line);
	background: #fff;
	box-shadow: 0 18px 42px rgba(9, 33, 71, 0.08);
}

.vcsmp-metric-card {
	padding: 28px;
	border-radius: 24px;
}

.vcsmp-metric-card strong {
	display: block;
	margin-bottom: 8px;
	background: linear-gradient(135deg, var(--vcsmp-blue), var(--vcsmp-cyan));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 42px;
	font-weight: 900;
}

.vcsmp-metric-card span {
	font-weight: 700;
	line-height: 1.5;
}

.vcsmp-benefits,
.vcsmp-advantages {
	background: #fff;
}

.vcsmp-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.vcsmp-card-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vcsmp-feature-card {
	position: relative;
	min-height: 230px;
	padding: 28px;
	border-radius: 28px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vcsmp-feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 54px rgba(9, 33, 71, 0.12);
}

.vcsmp-feature-card__icon {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(31, 122, 255, 0.13), rgba(50, 213, 255, 0.22));
	color: var(--vcsmp-blue);
	font-weight: 900;
}

.vcsmp-feature-card h3,
.vcsmp-process-card h3,
.vcsmp-product h3 {
	margin: 0;
	color: var(--vcsmp-heading);
	font-size: 21px;
	font-weight: 850;
	line-height: 1.25;
}

.vcsmp-feature-card p,
.vcsmp-process-card p,
.vcsmp-product p {
	margin: 12px 0 0;
	line-height: 1.7;
}

.vcsmp-feature-card--soft {
	min-height: 190px;
	background: linear-gradient(180deg, #fff, #f8fbff);
}

.vcsmp-process,
.vcsmp-pricing,
.vcsmp-faq {
	background: linear-gradient(180deg, var(--vcsmp-ice), #fff);
}

.vcsmp-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.vcsmp-process-card {
	padding: 28px;
	border-radius: 28px;
}

.vcsmp-process-card span {
	display: inline-flex;
	margin-bottom: 28px;
	color: rgba(31, 122, 255, 0.2);
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}

.vcsmp-filter-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

.vcsmp-filter {
	padding: 10px 18px;
	border: 1px solid var(--vcsmp-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vcsmp-heading);
	font-weight: 800;
	cursor: pointer;
	transition: all 0.2s ease;
}

.vcsmp-filter.is-active,
.vcsmp-filter:hover {
	border-color: transparent;
	background: linear-gradient(135deg, var(--vcsmp-blue), var(--vcsmp-cyan));
	color: #fff;
	box-shadow: 0 14px 28px rgba(31, 122, 255, 0.22);
}

.vcsmp-pricing-shell {
	position: relative;
}

.vcsmp-product-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(330px, 370px);
	gap: 24px;
	justify-content: center;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	padding: 18px 6px 26px;
}

.vcsmp-product {
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
	min-height: 650px;
	padding: 30px;
	border-radius: 30px;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vcsmp-product:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 64px rgba(9, 33, 71, 0.14);
}

.vcsmp-product--featured {
	border-color: rgba(31, 122, 255, 0.36);
	box-shadow: 0 26px 64px rgba(31, 122, 255, 0.18);
}

.vcsmp-product__hidden-id {
	display: none;
}

.vcsmp-product__top > span {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(31, 122, 255, 0.1);
	color: var(--vcsmp-blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vcsmp-product__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 24px 0;
}

.vcsmp-product__meta strong {
	padding: 12px;
	border-radius: 16px;
	background: #f3f7ff;
	color: var(--vcsmp-heading);
	font-size: 13px;
	line-height: 1.35;
}

.vcsmp-price-line {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 16px;
	white-space: nowrap;
}

.vcsmp-price-value {
	color: var(--vcsmp-heading);
	font-size: clamp(24px, 2.35vw, 32px);
	font-weight: 900;
	letter-spacing: -0.04em;
}

.vcsmp-cycle-label {
	color: var(--vcsmp-text);
	font-weight: 700;
}

.vcsmp-cycle-select {
	width: 100%;
	height: 48px;
	margin-bottom: 22px;
	padding: 0 14px;
	border: 1px solid var(--vcsmp-line);
	border-radius: 14px;
	background: #fff;
	color: var(--vcsmp-heading);
	font-weight: 800;
}

.vcsmp-check-list {
	display: grid;
	gap: 12px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.vcsmp-check-list li {
	position: relative;
	padding-left: 28px;
	line-height: 1.55;
}

.vcsmp-check-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(31, 122, 255, 0.12);
	color: var(--vcsmp-blue);
	font-size: 12px;
	font-weight: 900;
}

.vcsmp-product__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: auto;
	border-radius: 999px;
	background: var(--vcsmp-navy);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.vcsmp-product__action:hover {
	background: var(--vcsmp-blue);
	color: #fff;
	transform: translateY(-2px);
	text-decoration: none;
}

.vcsmp-product.is-hidden {
	display: none;
}

.vcsmp-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 16px 34px rgba(7, 21, 41, 0.16);
	color: var(--vcsmp-blue);
	font-size: 28px;
	font-weight: 900;
	cursor: pointer;
	transform: translateY(-50%);
}

.vcsmp-slider-btn--prev {
	left: -18px;
}

.vcsmp-slider-btn--next {
	right: -18px;
}

.vcsmp-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 48px;
}

.vcsmp-faq-list {
	display: grid;
	gap: 14px;
}

.vcsmp-faq-list details {
	padding: 20px 24px;
	border-radius: 20px;
}

.vcsmp-faq-list summary {
	color: var(--vcsmp-heading);
	font-weight: 850;
	cursor: pointer;
}

.vcsmp-faq-list p {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.vcsmp-cta {
	background: #fff;
}

.vcsmp-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 46px;
	border-radius: 34px;
	background: radial-gradient(circle at top right, rgba(50, 213, 255, 0.34), transparent 35%), linear-gradient(135deg, #071529, #0b4e9c);
	box-shadow: 0 26px 70px rgba(7, 21, 41, 0.22);
	color: rgba(255, 255, 255, 0.82);
}

.vcsmp-cta h2 {
	color: #fff;
}

.vcsmp-cta .vcsmp-eyebrow {
	color: #78e5ff;
}

@media (max-width: 1180px) {
	.vcsmp-card-grid--five {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vcsmp-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 992px) {
	.vcsmp-section {
		padding: 72px 0;
	}

	.vcsmp-hero {
		min-height: auto;
		padding: 120px 0 82px;
	}

	.vcsmp-hero__grid,
	.vcsmp-intro__grid,
	.vcsmp-faq__grid {
		grid-template-columns: 1fr;
	}

	.vcsmp-card-grid,
	.vcsmp-card-grid--five,
	.vcsmp-metrics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcsmp-cta__box {
		align-items: flex-start;
		flex-direction: column;
	}

	.vcsmp-product-slider {
		justify-content: start;
	}
}

@media (max-width: 640px) {
	.vcsmp-section {
		padding: 58px 0;
	}

	.vcsmp-hero {
		padding: 104px 0 64px;
	}

	.vcsmp-hero__content h1 {
		font-size: 38px;
	}

	.vcsmp-hero-card,
	.vcsmp-cta__box {
		padding: 26px;
		border-radius: 24px;
	}

	.vcsmp-card-grid,
	.vcsmp-card-grid--five,
	.vcsmp-metrics__grid,
	.vcsmp-process__grid {
		grid-template-columns: 1fr;
	}

	.vcsmp-product-slider {
		grid-auto-columns: minmax(286px, calc(100vw - 40px));
	}

	.vcsmp-product {
		min-height: auto;
		padding: 24px;
	}

	.vcsmp-product__meta {
		grid-template-columns: 1fr;
	}

	.vcsmp-slider-btn {
		display: none;
	}

	.vcsmp-price-line {
		align-items: baseline;
		flex-direction: row;
		gap: 6px;
	}
}