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

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

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

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

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

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

.vstorage-section-heading {
	max-width: 900px;
	margin-bottom: 38px;
}

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

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

.vstorage-hero {
	position: relative;
	padding: 132px 0 112px;
	background-image:
		linear-gradient(90deg, rgba(7, 17, 31, 0.97) 0%, rgba(15, 23, 42, 0.9) 42%, rgba(37, 99, 235, 0.25) 100%),
		url('../images/vstorage/vstorage-banner.jpeg');
	background-position: center right;
	background-size: cover;
	color: #ffffff;
}

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

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

.vstorage-hero__content {
	max-width: 900px;
}

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

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

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

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

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

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

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

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

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

.vstorage-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.85);
	font-size: 13px;
	font-weight: 800;
}

.vstorage-types {
	background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

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

.vstorage-type-card {
	position: relative;
	min-height: 260px;
	padding: 30px;
	border: 1px solid var(--vstorage-border);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vstorage-type-card:hover {
	border-color: rgba(37, 99, 235, 0.35);
	box-shadow: 0 30px 80px rgba(37, 99, 235, 0.14);
	transform: translateY(-6px);
}

.vstorage-type-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 34px;
	border-radius: 999px;
	background: var(--vstorage-dark);
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
}

.vstorage-type-card h3,
.vstorage-durability-card h3,
.vstorage-usecase-card h3,
.vstorage-location-card h3,
.vstorage-plan-head h3 {
	margin: 0 0 12px;
	color: var(--vstorage-text);
	font-weight: 950;
	letter-spacing: -0.045em;
}

.vstorage-type-card h3 {
	font-size: 28px;
}

.vstorage-type-card p,
.vstorage-durability-card p,
.vstorage-usecase-card p,
.vstorage-location-card p,
.vstorage-plan-head p {
	margin: 0;
	color: var(--vstorage-muted);
	line-height: 1.65;
}

.vstorage-performance,
.vstorage-lifecycle {
	background:
		radial-gradient(circle at 8% 8%, rgba(37, 99, 235, 0.08), transparent 32%),
		#ffffff;
}

.vstorage-split,
.vstorage-region__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 48px;
	align-items: center;
}

.vstorage-split--reverse {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.vstorage-split__content ul {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.vstorage-split__content li {
	position: relative;
	padding: 16px 18px 16px 46px;
	border: 1px solid var(--vstorage-border);
	border-radius: 18px;
	background: #ffffff;
	color: var(--vstorage-text);
	font-weight: 800;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.vstorage-split__content li::before {
	content: '✓';
	position: absolute;
	left: 18px;
	color: var(--vstorage-green);
	font-weight: 950;
}

.vstorage-split__media,
.vstorage-region__media {
	padding: 24px;
	border: 1px solid var(--vstorage-border);
	border-radius: 34px;
	background:
		radial-gradient(circle at 50% 20%, rgba(6, 182, 212, 0.12), transparent 42%),
		linear-gradient(180deg, #ffffff, #eef6ff);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.1);
}

.vstorage-split__media img,
.vstorage-region__media img {
	display: block;
	width: 100%;
	height: auto;
}

.vstorage-durability,
.vstorage-pricing,
.vstorage-region {
	background:
		radial-gradient(circle at 88% 8%, rgba(34, 197, 94, 0.08), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.vstorage-durability-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.vstorage-durability-card {
	padding: 24px;
	border: 1px solid var(--vstorage-border);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}

.vstorage-durability-card img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	margin-bottom: 18px;
}

.vstorage-durability-card h3 {
	font-size: 22px;
}

.vstorage-compatible {
	background: var(--vstorage-dark);
}

.vstorage-compatible .vstorage-section-heading h2,
.vstorage-compatible .vstorage-section-heading p {
	color: #ffffff;
}

.vstorage-logo-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 820px;
	margin: 0 auto;
}

.vstorage-logo-row img {
	width: 100%;
	height: 118px;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	object-fit: contain;
}

.vstorage-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.vstorage-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--vstorage-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 76px rgba(15, 23, 42, 0.09);
}

.vstorage-plan-card--featured {
	border-color: rgba(37, 99, 235, 0.45);
	box-shadow: 0 30px 86px rgba(37, 99, 235, 0.18);
	transform: translateY(-8px);
}

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

.vstorage-plan-head span {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--vstorage-cyan);
	font-size: 13px;
	font-weight: 950;
}

.vstorage-plan-head h3 {
	font-size: 30px;
}

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

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

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

.vstorage-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(--vstorage-text);
	font-weight: 850;
	outline: none;
}

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

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

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

.vstorage-plan-features li:first-child {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-left: 0;
}

.vstorage-plan-features li:first-child::before {
	display: none;
}

.vstorage-plan-features span {
	color: var(--vstorage-muted);
}

.vstorage-plan-features strong {
	color: var(--vstorage-text);
}

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

.vstorage-usecases {
	background: #ffffff;
}

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

.vstorage-usecase-card {
	padding: 26px;
	border: 1px solid var(--vstorage-border);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff, #f8fbff);
	box-shadow: 0 18px 58px rgba(15, 23, 42, 0.07);
}

.vstorage-usecase-card h3 {
	font-size: 23px;
}

.vstorage-usecase-card ul {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding-left: 18px;
	color: var(--vstorage-muted);
	line-height: 1.62;
}

.vstorage-console {
	padding: 44px 0;
	background: #ffffff;
}

.vstorage-console__box,
.vstorage-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 42px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 92% 0%, rgba(6, 182, 212, 0.28), transparent 30%),
		linear-gradient(135deg, #07111f, #12315d);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.2);
}

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

.vstorage-console__box > div,
.vstorage-cta__box > div:first-child {
	max-width: 800px;
}

.vstorage-region__grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

.vstorage-location-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.vstorage-location-card {
	padding: 20px;
	border: 1px solid var(--vstorage-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.vstorage-location-card span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--vstorage-cyan);
	font-size: 28px;
	font-weight: 950;
	letter-spacing: -0.04em;
}

.vstorage-location-card h3 {
	font-size: 19px;
}

.vstorage-faq {
	background:
		radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.08), transparent 28%),
		#ffffff;
}

.vstorage-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 44px;
	align-items: start;
}

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

.vstorage-faq-list details {
	border: 1px solid var(--vstorage-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 46px rgba(15, 23, 42, 0.07);
	overflow: hidden;
}

.vstorage-faq-list summary {
	position: relative;
	cursor: pointer;
	padding: 22px 58px 22px 24px;
	color: var(--vstorage-text);
	font-size: 17px;
	font-weight: 950;
	list-style: none;
}

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

.vstorage-faq-list summary::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vstorage-blue), var(--vstorage-cyan));
	color: #ffffff;
	transform: translateY(-50%);
}

.vstorage-faq-list details[open] summary::after {
	content: '–';
}

.vstorage-faq-list p {
	margin: 0;
	padding: 0 24px 22px;
	color: var(--vstorage-muted);
	line-height: 1.72;
}

.vstorage-cta {
	background: #ffffff;
}

@media (max-width: 1180px) {
	.vstorage-type-grid,
	.vstorage-plan-grid,
	.vstorage-location-grid {
		grid-template-columns: 1fr;
	}

	.vstorage-durability-grid,
	.vstorage-usecase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vstorage-split,
	.vstorage-split--reverse,
	.vstorage-region__grid,
	.vstorage-faq__grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 768px) {
	.vstorage-section {
		padding: 62px 0;
	}

	.vstorage-hero {
		padding: 96px 0 80px;
	}

	.vstorage-durability-grid,
	.vstorage-usecase-grid,
	.vstorage-logo-row {
		grid-template-columns: 1fr;
	}

	.vstorage-console__box,
	.vstorage-cta__box {
		align-items: flex-start;
		flex-direction: column;
		padding: 28px;
	}

	.vstorage-price strong {
		font-size: 24px;
	}

	.vstorage-split__media,
	.vstorage-region__media {
		padding: 14px;
	}
}
