:root {
	--vhosting-blue: #0066c5;
	--vhosting-sky: #0ea5e9;
	--vhosting-red: #bc0000;
	--vhosting-navy: #04174f;
	--vhosting-ink: #101828;
	--vhosting-text: #344054;
	--vhosting-muted: #667085;
	--vhosting-border: #dbeafe;
	--vhosting-bg: #f4f8ff;
	--vhosting-card: #ffffff;
}

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

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

.vhosting-hero {
	position: relative;
	padding: 120px 0 100px;
	background:
		linear-gradient(90deg, rgba(4, 23, 79, 0.92) 0%, rgba(0, 80, 160, 0.72) 50%, rgba(14, 165, 233, 0.18) 100%),
		url('../images/v-hosting-banner.jpg') center right / cover no-repeat;
	color: #ffffff;
}

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

.vhosting-hero::before {
	left: -180px;
	bottom: -260px;
	width: 520px;
	height: 520px;
	background: rgba(14, 165, 233, 0.2);
}

.vhosting-hero::after {
	right: -120px;
	top: 42px;
	width: 390px;
	height: 390px;
	background: rgba(255, 255, 255, 0.12);
}

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

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

.vhosting-hero .vhosting-eyebrow,
.vhosting-cta .vhosting-eyebrow {
	color: #bfdbfe;
}

.vhosting-hero h1 {
	max-width: 960px;
	margin: 0 0 22px;
	color: #ffffff !important;
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 950;
	line-height: 1.04;
	letter-spacing: -0.052em;
}

.vhosting-hero p {
	max-width: 830px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.75;
}

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

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

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

.vhosting-btn--primary {
	background: linear-gradient(135deg, var(--vhosting-blue), var(--vhosting-sky));
	box-shadow: 0 16px 34px rgba(0, 102, 197, 0.28);
	color: #ffffff;
}

.vhosting-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

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

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

.vhosting-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;
}

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

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

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

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

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

.vhosting-section-heading p {
	max-width: 840px;
	margin: 18px auto 0;
	color: var(--vhosting-muted);
	font-size: 17px;
	line-height: 1.72;
}

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

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

.vhosting-feature-grid,
.vhosting-advantage-grid,
.vhosting-usecase-grid,
.vhosting-plan-grid {
	display: grid;
	gap: 22px;
}

.vhosting-feature-grid,
.vhosting-advantage-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vhosting-usecase-grid,
.vhosting-plan-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.vhosting-feature-card:hover,
.vhosting-advantage-card:hover,
.vhosting-usecase-card:hover,
.vhosting-plan-card:hover {
	border-color: rgba(0, 102, 197, 0.45);
	box-shadow: 0 24px 56px rgba(16, 24, 40, 0.1);
	transform: translateY(-6px);
}

.vhosting-feature-icon,
.vhosting-advantage-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--vhosting-blue), var(--vhosting-sky));
	color: #ffffff;
	font-size: 16px;
	font-weight: 950;
}

.vhosting-advantage-card > span::before {
	content: "✓";
	font-size: 22px;
}

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

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

.vhosting-usecase-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-bottom: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(0, 102, 197, 0.1);
	color: var(--vhosting-blue);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

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

.vhosting-plan-card {
	display: flex;
	flex-direction: column;
	padding: 26px;
	border-radius: 30px;
	text-align: center;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vhosting-plan-card--featured {
	border-color: rgba(0, 102, 197, 0.75);
	box-shadow: 0 28px 70px rgba(0, 102, 197, 0.16);
	transform: translateY(-8px);
}

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

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

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

.vhosting-plan-head p {
	margin: 0;
	color: var(--vhosting-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vhosting-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	margin: 22px 0 14px;
	padding: 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(0, 102, 197, 0.12), rgba(14, 165, 233, 0.12));
}

.vhosting-price strong {
	display: block;
	color: var(--vhosting-red);
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 950;
	letter-spacing: -0.05em;
	line-height: 1;
}

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

.vhosting-billing-select {
	margin: 0 0 18px;
}

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

.vhosting-cycle-select:focus {
	border-color: var(--vhosting-blue);
	box-shadow: 0 0 0 4px rgba(0, 102, 197, 0.12);
}

.vhosting-spec-list {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.vhosting-spec-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid #eaf2ff;
	border-radius: 999px;
	background: #f8fbff;
}

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

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

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

.vhosting-plan-action:hover {
	background: var(--vhosting-blue);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
}

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

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

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

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

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

.vhosting-cta {
	padding: 86px 0;
	background: linear-gradient(135deg, #04174f, #0066c5);
	color: #ffffff;
}

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

.vhosting-cta h2 {
	max-width: 860px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.vhosting-cta p {
	max-width: 760px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.7;
}

@media (max-width: 1180px) {
	.vhosting-feature-grid,
	.vhosting-advantage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

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

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

	.vhosting-plan-card--featured {
		transform: none;
	}

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

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

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

	.vhosting-feature-grid,
	.vhosting-advantage-grid {
		grid-template-columns: 1fr;
	}

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

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

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