:root {
	--vx-blue: #1d4ed8;
	--vx-cyan: #06b6d4;
	--vx-violet: #7c3aed;
	--vx-amber: #f59e0b;
	--vx-navy: #071832;
	--vx-deep: #030712;
	--vx-ink: #101828;
	--vx-text: #344054;
	--vx-muted: #667085;
	--vx-border: #dbe8ff;
	--vx-bg: #f3f7ff;
	--vx-card: #ffffff;
}

.vx-page {
	background: #ffffff;
	color: var(--vx-text);
	font-family: inherit;
	overflow: hidden;
}

.vx-page * {
	box-sizing: border-box;
}

.vx-hero {
	position: relative;
	padding: 126px 0 108px;
	background:
		linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(7, 24, 50, 0.9) 45%, rgba(29, 78, 216, 0.2) 100%),
		url('../images/dedicated-server-vx1/dedicated-server-vx1-banner.jpg') center right / cover no-repeat;
	color: #ffffff;
}

.vx-hero::before,
.vx-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.vx-hero::before {
	left: -190px;
	bottom: -230px;
	width: 540px;
	height: 540px;
	background: rgba(6, 182, 212, 0.16);
}

.vx-hero::after {
	right: -140px;
	top: 32px;
	width: 430px;
	height: 430px;
	background: rgba(124, 58, 237, 0.16);
}

.vx-hero__grid {
	position: relative;
	z-index: 1;
}

.vx-hero__content {
	max-width: 990px;
}

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

.vx-eyebrow::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vx-cyan), var(--vx-amber));
	box-shadow: 0 0 18px rgba(6, 182, 212, 0.72);
}

.vx-hero .vx-eyebrow,
.vx-cta .vx-eyebrow {
	color: #bff8ff;
}

.vx-hero h1 {
	max-width: 1040px;
	margin: 0 0 22px;
	color: #ffffff !important;
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 950;
	line-height: 1.04;
	letter-spacing: -0.056em;
}

.vx-hero p {
	max-width: 900px;
	margin: 0;
	color: rgba(255, 255, 255, 0.87);
	font-size: 18.5px;
	line-height: 1.76;
}

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

.vx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.vx-btn--primary {
	background: linear-gradient(135deg, #67e8f9, #fbbf24);
	box-shadow: 0 16px 34px rgba(245, 158, 11, 0.25);
	color: var(--vx-deep);
}

.vx-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	backdrop-filter: blur(14px);
}

.vx-btn--light {
	background: #ffffff;
	color: var(--vx-navy);
}

.vx-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.vx-trust-row span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 800;
}

.vx-section {
	padding: 90px 0;
}

.vx-overview,
.vx-usecases,
.vx-faq,
.vx-datacenter {
	background: #ffffff;
}

.vx-features,
.vx-pricing,
.vx-advantages {
	background: var(--vx-bg);
}

.vx-overview__grid,
.vx-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.vx-section-heading h2,
.vx-cta h2 {
	margin: 0;
	color: var(--vx-ink);
	font-size: clamp(30px, 3.7vw, 52px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -0.047em;
}

.vx-section-heading p,
.vx-cta p {
	max-width: 850px;
	margin: 18px auto 0;
	color: var(--vx-muted);
	font-size: 17px;
	line-height: 1.74;
}

.vx-center {
	margin: 0 auto 44px;
	text-align: center;
}

.vx-rich-text p {
	margin: 0 0 18px;
	color: var(--vx-text);
	font-size: 17px;
	line-height: 1.82;
}

.vx-feature-grid,
.vx-usecase-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.vx-feature-card,
.vx-usecase-card,
.vx-plan-card,
.vx-advantage-card,
.vx-faq-list details {
	position: relative;
	height: 100%;
	border: 1px solid var(--vx-border);
	border-radius: 28px;
	background: var(--vx-card);
	box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
}

.vx-feature-card,
.vx-usecase-card,
.vx-advantage-card {
	padding: 28px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vx-feature-card:hover,
.vx-usecase-card:hover,
.vx-advantage-card:hover,
.vx-plan-card:hover {
	border-color: rgba(245, 158, 11, 0.52);
	box-shadow: 0 24px 56px rgba(16, 24, 40, 0.1);
	transform: translateY(-6px);
}

.vx-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: rgba(29, 78, 216, 0.1);
	color: var(--vx-blue);
	font-size: 15px;
	font-weight: 950;
}

.vx-feature-card h3,
.vx-usecase-card strong,
.vx-advantage-card h3,
.vx-check-list h3 {
	margin: 0 0 12px;
	color: var(--vx-ink);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.25;
}

.vx-usecase-card strong {
	display: block;
}

.vx-feature-card p,
.vx-advantage-card p,
.vx-check-list p {
	margin: 0;
	color: var(--vx-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.vx-advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vx-advantage-card {
	overflow: hidden;
}

.vx-advantage-card::before {
	content: "";
	position: absolute;
	right: -46px;
	top: -52px;
	width: 150px;
	height: 150px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.12), rgba(245, 158, 11, 0.12));
}

.vx-advantage-card span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--vx-blue), var(--vx-amber));
	box-shadow: 0 14px 30px rgba(245, 158, 11, 0.22);
}

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

.vx-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--vx-border);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
	color: var(--vx-blue);
	cursor: pointer;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vx-slider-btn:hover {
	background: var(--vx-blue);
	color: #ffffff;
	transform: translateY(-50%) scale(1.05);
}

.vx-slider-btn--prev {
	left: -24px;
}

.vx-slider-btn--next {
	right: -24px;
}

.vx-plan-slider {
	display: grid;
	grid-auto-columns: calc((100% - 72px) / 4);
	grid-auto-flow: column;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 12px 4px 30px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--vx-amber) #e0f7ff;
}

.vx-plan-slider::-webkit-scrollbar {
	height: 10px;
}

.vx-plan-slider::-webkit-scrollbar-track {
	border-radius: 999px;
	background: #e0f7ff;
}

.vx-plan-slider::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vx-blue), var(--vx-amber));
}

.vx-plan-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	scroll-snap-align: start;
	padding: 20px;
	border-radius: 30px;
	text-align: center;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vx-plan-card--featured {
	border-color: rgba(245, 158, 11, 0.8);
	box-shadow: 0 28px 70px rgba(29, 78, 216, 0.16);
}

.vx-badge {
	position: absolute;
	right: 16px;
	top: 16px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 7px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vx-blue), var(--vx-amber));
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
}

.vx-plan-head span {
	display: none;
}

.vx-plan-head h3 {
	margin: 0 0 8px;
	color: var(--vx-ink);
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -0.04em;
}

.vx-plan-head p {
	min-height: 42px;
	margin: 0;
	color: var(--vx-muted);
	font-size: 13.5px;
	font-weight: 850;
	line-height: 1.5;
}

.vx-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	margin: 18px 0 14px;
	padding: 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.12), rgba(245, 158, 11, 0.1));
}

.vx-price strong {
	display: block;
	color: var(--vx-ink);
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 950;
	letter-spacing: -0.05em;
	line-height: 1;
}

.vx-price span {
	display: block;
	margin-bottom: 2px;
	color: var(--vx-muted);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.vx-billing-select {
	margin: 0 0 14px;
}

.vx-cycle-select {
	width: 100%;
	height: 42px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--vx-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--vx-ink);
	cursor: pointer;
	font-size: 13px;
	font-weight: 850;
	outline: none;
	text-align: center;
}

.vx-cycle-select:focus {
	border-color: var(--vx-amber);
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.vx-spec-list {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.vx-spec-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid #edf4ff;
	border-radius: 999px;
	background: #fbfdff;
}

.vx-spec-list span {
	color: var(--vx-muted);
	font-size: 12.5px;
	font-weight: 750;
}

.vx-spec-list strong {
	max-width: 66%;
	color: var(--vx-ink);
	font-size: 12.5px;
	font-weight: 900;
	line-height: 1.45;
	text-align: right;
}

.vx-plan-action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	border-radius: 999px;
	background: var(--vx-navy);
	color: #ffffff;
	font-size: 13.5px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.vx-plan-action:hover {
	background: var(--vx-amber);
	color: var(--vx-deep);
	text-decoration: none;
	transform: translateY(-2px);
}

.vx-datacenter__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.vx-control-panel {
	display: grid;
	gap: 14px;
	width: min(100%, 390px);
	padding: 28px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(7, 24, 50, 0.14);
}

.vx-control-panel strong,
.vx-control-panel span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-radius: 18px;
	font-size: 17px;
	font-weight: 950;
}

.vx-control-panel strong {
	background: linear-gradient(135deg, #071832, #1d4ed8);
	color: #ffffff;
}

.vx-control-panel span {
	background: #f2fbff;
	color: var(--vx-blue);
}

.vx-check-list {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.vx-check-list > div {
	padding: 24px;
	border: 1px solid var(--vx-border);
	border-radius: 24px;
	background: #ffffff;
}

.vx-usecase-card {
	display: flex;
	align-items: center;
	min-height: 132px;
}

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

.vx-faq-list details {
	padding: 0;
	overflow: hidden;
}

.vx-faq-list summary {
	cursor: pointer;
	padding: 22px 24px;
	color: var(--vx-ink);
	font-size: 17px;
	font-weight: 950;
	list-style: none;
}

.vx-faq-list summary::-webkit-details-marker {
	display: none;
}

.vx-faq-list p {
	margin: 0;
	padding: 0 24px 24px;
	color: var(--vx-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.vx-cta {
	padding: 86px 0;
	background: linear-gradient(135deg, #030712, #1d4ed8);
	color: #ffffff;
}

.vx-cta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.vx-cta h2 {
	max-width: 860px;
	color: #ffffff;
}

.vx-cta p {
	max-width: 760px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1180px) {
	.vx-plan-slider {
		grid-auto-columns: calc((100% - 48px) / 3);
	}

	.vx-feature-grid,
	.vx-usecase-grid,
	.vx-advantage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.vx-overview__grid,
	.vx-datacenter__grid,
	.vx-faq__grid,
	.vx-cta__box {
		grid-template-columns: 1fr;
	}

	.vx-hero {
		padding: 90px 0 72px;
	}

	.vx-section {
		padding: 70px 0;
	}

	.vx-cta__actions {
		margin-top: 0;
	}

	.vx-plan-slider {
		grid-auto-columns: calc((100% - 24px) / 2);
	}
}

@media (max-width: 640px) {
	.vx-hero {
		padding: 72px 0 60px;
	}

	.vx-hero h1 {
		font-size: 36px;
	}

	.vx-plan-slider,
	.vx-feature-grid,
	.vx-usecase-grid,
	.vx-advantage-grid {
		grid-template-columns: 1fr;
	}

	.vx-plan-slider {
		grid-auto-columns: minmax(286px, 88vw);
	}

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

	.vx-spec-list li {
		align-items: flex-start;
		flex-direction: column;
		border-radius: 18px;
	}

	.vx-spec-list strong {
		max-width: 100%;
		text-align: left;
	}

	.vx-btn {
		width: 100%;
	}
}
