:root {
	--vcolo-dark: #061326;
	--vcolo-navy: #0f172a;
	--vcolo-blue: #2563eb;
	--vcolo-cyan: #06b6d4;
	--vcolo-green: #22c55e;
	--vcolo-orange: #f97316;
	--vcolo-text: #0f172a;
	--vcolo-muted: #64748b;
	--vcolo-soft: #f4f8ff;
	--vcolo-border: rgba(37, 99, 235, 0.14);
}

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

.vcolo-section {
	padding: 86px 0;
}

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

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

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

.vcolo-section-heading {
	max-width: 960px;
	margin-bottom: 38px;
}

.vcolo-section-heading h2,
.vcolo-cta__box h2 {
	margin: 0;
	color: var(--vcolo-text);
	font-size: clamp(32px, 3.7vw, 58px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -0.055em;
}

.vcolo-section-heading p,
.vcolo-cta__box p {
	margin: 16px 0 0;
	color: var(--vcolo-muted);
	font-size: 17px;
	line-height: 1.75;
}

.vcolo-hero {
	position: relative;
	padding: 136px 0 116px;
	background-image:
		linear-gradient(90deg, rgba(6, 19, 38, 0.98) 0%, rgba(15, 23, 42, 0.86) 46%, rgba(37, 99, 235, 0.18) 100%),
		url('../images/vcolo-colocation/vcolo-banner.jpeg');
	background-position: center right;
	background-size: cover;
	color: #ffffff;
}

.vcolo-hero::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 150px;
	background: linear-gradient(180deg, transparent, rgba(244, 248, 255, 0.96));
	pointer-events: none;
}

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

.vcolo-hero__content {
	max-width: 940px;
}

.vcolo-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(42px, 5vw, 78px);
	font-weight: 950;
	line-height: 1.03;
	letter-spacing: -0.065em;
}

.vcolo-hero p {
	max-width: 800px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 19px;
	line-height: 1.75;
}

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

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

.vcolo-btn:hover {
	transform: translateY(-2px);
}

.vcolo-btn--primary {
	background: linear-gradient(135deg, var(--vcolo-blue), var(--vcolo-cyan));
	color: #ffffff;
	box-shadow: 0 18px 40px rgba(37, 99, 235, 0.26);
}

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

.vcolo-btn--light {
	background: #ffffff;
	color: var(--vcolo-blue);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

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

.vcolo-trust-row span {
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 800;
}

.vcolo-intro,
.vcolo-datacenters,
.vcolo-pricing,
.vcolo-faq {
	background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.vcolo-intro__grid,
.vcolo-datacenters__grid,
.vcolo-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 46px;
	align-items: center;
}

.vcolo-stat-card {
	position: relative;
	padding: 34px;
	border: 1px solid var(--vcolo-border);
	border-radius: 34px;
	background: linear-gradient(145deg, #ffffff, #eff6ff);
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.1);
}

.vcolo-stat-card strong {
	display: block;
	font-size: clamp(54px, 7vw, 94px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -0.06em;
	background: linear-gradient(135deg, var(--vcolo-blue), var(--vcolo-cyan));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vcolo-stat-card span {
	display: block;
	margin-top: 10px;
	color: var(--vcolo-navy);
	font-size: 22px;
	font-weight: 900;
}

.vcolo-stat-card ul,
.vcolo-capability-card ul,
.vcolo-plan-features {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.vcolo-stat-card li,
.vcolo-capability-card li,
.vcolo-plan-features li {
	position: relative;
	padding-left: 24px;
	color: var(--vcolo-muted);
	font-size: 15px;
	line-height: 1.65;
}

.vcolo-stat-card li + li,
.vcolo-capability-card li + li,
.vcolo-plan-features li + li {
	margin-top: 10px;
}

.vcolo-stat-card li::before,
.vcolo-capability-card li::before,
.vcolo-plan-features li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--vcolo-green);
	font-weight: 950;
}

.vcolo-service-grid,
.vcolo-benefit-grid,
.vcolo-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.vcolo-service-card,
.vcolo-benefit-card,
.vcolo-infra-card,
.vcolo-capability-card,
.vcolo-logo-card,
.vcolo-faq-list details {
	border: 1px solid var(--vcolo-border);
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.vcolo-service-card,
.vcolo-benefit-card,
.vcolo-capability-card {
	position: relative;
	overflow: hidden;
	min-height: 250px;
	padding: 30px;
	border-radius: 28px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vcolo-service-card:hover,
.vcolo-benefit-card:hover,
.vcolo-capability-card:hover,
.vcolo-plan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 64px rgba(37, 99, 235, 0.14);
}

.vcolo-service-card img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 22px;
	margin-bottom: 22px;
}

.vcolo-benefit-card img,
.vcolo-infra-card img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-bottom: 22px;
}

.vcolo-service-card h3,
.vcolo-benefit-card h3,
.vcolo-capability-card h3 {
	margin: 0 0 12px;
	color: var(--vcolo-text);
	font-size: 22px;
	font-weight: 950;
	letter-spacing: -0.025em;
}

.vcolo-service-card p,
.vcolo-benefit-card p {
	margin: 0;
	color: var(--vcolo-muted);
	font-size: 15px;
	line-height: 1.7;
}

.vcolo-location-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.vcolo-location-card {
	padding: 18px 20px;
	border: 1px solid var(--vcolo-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--vcolo-text);
	font-size: 15px;
	font-weight: 850;
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.vcolo-infra {
	background: radial-gradient(circle at top left, rgba(6, 182, 212, 0.1), transparent 30%), #ffffff;
}

.vcolo-infra-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.vcolo-infra-card {
	min-height: 150px;
	padding: 22px;
	border-radius: 24px;
	text-align: center;
}

.vcolo-infra-card img {
	margin: 0 auto 16px;
}

.vcolo-infra-card span {
	display: block;
	color: var(--vcolo-text);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
}

.vcolo-metrics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.vcolo-metrics-grid div {
	padding: 26px;
	border-radius: 26px;
	background: linear-gradient(145deg, var(--vcolo-navy), #1d4ed8);
	color: #ffffff;
	box-shadow: 0 18px 46px rgba(37, 99, 235, 0.18);
}

.vcolo-metrics-grid strong {
	display: block;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 950;
	letter-spacing: -0.04em;
}

.vcolo-metrics-grid span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
}

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

.vcolo-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(--vcolo-border);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
	color: var(--vcolo-blue);
	cursor: pointer;
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

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

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

.vcolo-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(--vcolo-blue) #dbeafe;
}

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

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

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

.vcolo-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
	padding: 28px;
	border: 1px solid var(--vcolo-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 18px 56px rgba(15, 23, 42, 0.09);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vcolo-plan-card--featured {
	border-color: rgba(37, 99, 235, 0.48);
	box-shadow: 0 24px 72px rgba(37, 99, 235, 0.16);
}

.vcolo-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 7px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vcolo-blue), var(--vcolo-cyan));
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
}

.vcolo-plan-head span {
	display: inline-flex;
	min-height: 25px;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #eff6ff;
	color: var(--vcolo-blue);
	font-size: 12px;
	font-weight: 950;
}

.vcolo-plan-head h3 {
	margin: 18px 0 8px;
	color: var(--vcolo-text);
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -0.035em;
}

.vcolo-plan-head p {
	margin: 0;
	color: var(--vcolo-muted);
	font-size: 14px;
	font-weight: 700;
}

.vcolo-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 24px 0 14px;
	padding: 16px 12px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.08));
	white-space: nowrap;
}

.vcolo-price strong {
	color: var(--vcolo-blue);
	font-size: clamp(24px, 2.1vw, 34px);
	font-weight: 950;
	letter-spacing: -0.055em;
	white-space: nowrap;
}

.vcolo-price span {
	color: var(--vcolo-muted);
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

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

.vcolo-cycle-select {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 14px;
	background: #ffffff;
	color: var(--vcolo-text);
	font-weight: 850;
	outline: none;
}

.vcolo-cycle-select:focus {
	border-color: var(--vcolo-blue);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.vcolo-plan-features {
	display: grid;
	gap: 10px;
	margin: 22px 0 24px;
	padding: 0;
	list-style: none;
	flex: 1;
}

.vcolo-plan-features li {
	position: relative;
	padding: 10px 0 10px 26px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	color: var(--vcolo-muted);
	font-size: 14px;
	font-weight: 780;
}

.vcolo-plan-features li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--vcolo-green);
	font-weight: 950;
}

.vcolo-plan-features li:first-child,
.vcolo-plan-features li:nth-child(2),
.vcolo-plan-features li:nth-child(3),
.vcolo-plan-features li:nth-child(4) {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-left: 0;
}

.vcolo-plan-features li:first-child::before,
.vcolo-plan-features li:nth-child(2)::before,
.vcolo-plan-features li:nth-child(3)::before,
.vcolo-plan-features li:nth-child(4)::before {
	display: none;
}

.vcolo-plan-features li span {
	display: block;
	color: var(--vcolo-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.vcolo-plan-features li strong {
	display: block;
	color: var(--vcolo-text);
	font-size: 15px;
	font-weight: 950;
}

.vcolo-plan-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	min-height: 46px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vcolo-blue), var(--vcolo-cyan));
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none;
	box-shadow: 0 16px 36px rgba(37, 99, 235, 0.22);
}

.vcolo-price-note {
	max-width: 860px;
	margin: 10px auto 0;
	color: var(--vcolo-muted);
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

.vcolo-logo-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 16px;
}

.vcolo-logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 18px;
	border-radius: 22px;
}

.vcolo-logo-card img {
	max-width: 120px;
	max-height: 54px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.75;
	transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.vcolo-logo-card:hover img {
	filter: grayscale(0);
	opacity: 1;
	transform: scale(1.04);
}

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

.vcolo-faq-list details {
	border-radius: 20px;
	padding: 20px 22px;
}

.vcolo-faq-list summary {
	cursor: pointer;
	color: var(--vcolo-text);
	font-size: 16px;
	font-weight: 950;
}

.vcolo-faq-list p {
	margin: 14px 0 0;
	color: var(--vcolo-muted);
	font-size: 15px;
	line-height: 1.7;
}

.vcolo-cta {
	padding-top: 0;
}

.vcolo-cta__box {
	position: relative;
	overflow: hidden;
	padding: clamp(36px, 6vw, 72px);
	border-radius: 38px;
	background:
		radial-gradient(circle at 86% 20%, rgba(6, 182, 212, 0.3), transparent 34%),
		linear-gradient(135deg, #0f172a, #1d4ed8);
	color: #ffffff;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.vcolo-cta__box h2,
.vcolo-cta__box p {
	color: #ffffff;
}

.vcolo-cta__box p {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.78);
}

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

	.vcolo-infra-grid,
	.vcolo-logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

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

	.vcolo-intro__grid,
	.vcolo-datacenters__grid,
	.vcolo-faq__grid {
		grid-template-columns: 1fr;
	}

	.vcolo-service-grid,
	.vcolo-benefit-grid,
	.vcolo-capability-grid,
	.vcolo-metrics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 720px) {
	.vcolo-hero {
		padding: 110px 0 86px;
	}

	.vcolo-plan-slider {
		grid-auto-columns: minmax(280px, 86vw);
		padding-left: 0;
		padding-right: 0;
	}

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

	.vcolo-service-grid,
	.vcolo-benefit-grid,
	.vcolo-capability-grid,
	.vcolo-location-grid,
	.vcolo-infra-grid,
	.vcolo-metrics-grid,
	.vcolo-logo-grid {
		grid-template-columns: 1fr;
	}

	.vcolo-service-card,
	.vcolo-benefit-card,
	.vcolo-capability-card,
	.vcolo-stat-card {
		padding: 24px;
	}
}
