.vpn-page {
	--vpn-primary: #08d9d6;
	--vpn-blue: #2563eb;
	--vpn-indigo: #4f46e5;
	--vpn-violet: #7c3aed;
	--vpn-ink: #07111f;
	--vpn-muted: #64748b;
	--vpn-line: rgba(15, 23, 42, 0.1);
	--vpn-card: #ffffff;
	--vpn-soft: #f5fbff;
	--vpn-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
	background: var(--vpn-soft);
	color: var(--vpn-ink);
	font-family: inherit;
	overflow-x: hidden;
}

.vpn-page *,
.vpn-page *::before,
.vpn-page *::after {
	box-sizing: border-box;
}

.vpn-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

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

.vpn-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid rgba(8, 217, 214, 0.28);
	border-radius: 999px;
	background: rgba(8, 217, 214, 0.11);
	color: #078f9b;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vpn-heading h2,
.vpn-intro h2,
.vpn-cta h2 {
	margin: 18px 0 14px;
	font-size: clamp(30px, 4.2vw, 48px);
	line-height: 1.08;
	font-weight: 950;
	letter-spacing: -0.045em;
	color: var(--vpn-ink);
}

.vpn-heading p,
.vpn-intro p,
.vpn-cta p {
	margin: 0;
	color: var(--vpn-muted);
	font-size: 17px;
	line-height: 1.75;
}

.vpn-center {
	max-width: 830px;
	margin: 0 auto 40px;
	text-align: center;
}

.vpn-btn,
.vpn-product-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 23px;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.vpn-btn:hover,
.vpn-product-action:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.vpn-btn--primary,
.vpn-product-action {
	background: linear-gradient(135deg, var(--vpn-primary), var(--vpn-blue) 55%, var(--vpn-violet));
	box-shadow: 0 16px 38px rgba(37, 99, 235, 0.28);
	color: #fff;
}

.vpn-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.52);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	backdrop-filter: blur(16px);
}

.vpn-btn--light {
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
	color: var(--vpn-blue);
}

.vpn-hero {
	position: relative;
	padding: 118px 0 98px;
	background:
		linear-gradient(115deg, rgba(2, 6, 23, 0.94) 0%, rgba(15, 23, 42, 0.82) 48%, rgba(8, 217, 214, 0.42) 100%),
		url('../images/virtual-private-network/virtual-private-network-hero.jpg') center / cover no-repeat;
	isolation: isolate;
}

.vpn-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 -1px;
	height: 88px;
	background: linear-gradient(180deg, rgba(245, 251, 255, 0), var(--vpn-soft));
	z-index: -1;
}

.vpn-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.78fr);
	gap: 42px;
	align-items: center;
}

.vpn-hero__content h1 {
	margin: 22px 0 18px;
	color: #fff;
	font-size: clamp(44px, 7vw, 78px);
	line-height: 0.98;
	font-weight: 950;
	letter-spacing: -0.065em;
}

.vpn-hero__content p {
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 20px;
	line-height: 1.72;
}

.vpn-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 32px 0 26px;
}

.vpn-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vpn-hero__badges span {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	backdrop-filter: blur(16px);
}

.vpn-hero-card {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 32px;
	background: rgba(2, 6, 23, 0.52);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	color: #fff;
	backdrop-filter: blur(24px);
	overflow: hidden;
}

.vpn-hero-card::before {
	content: "";
	position: absolute;
	inset: -80px -70px auto auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(8, 217, 214, 0.36), transparent 68%);
}

.vpn-signal {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 70px);
	gap: 15px;
	margin-bottom: 30px;
}

.vpn-signal span {
	display: block;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(8, 217, 214, 0.95), rgba(37, 99, 235, 0.9));
	box-shadow: 0 14px 34px rgba(8, 217, 214, 0.18);
}

.vpn-signal span:nth-child(2),
.vpn-signal span:nth-child(3) {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(124, 58, 237, 0.9));
}

.vpn-hero-card strong {
	display: block;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.16;
}

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

.vpn-hero-card__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.vpn-hero-card__grid div {
	padding: 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
}

.vpn-hero-card__grid span {
	display: block;
	font-size: 21px;
	font-weight: 950;
}

.vpn-hero-card__grid small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.4;
}

.vpn-intro {
	padding-top: 36px;
}

.vpn-intro__grid,
.vpn-use-cases__grid,
.vpn-faq__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 54px;
	align-items: start;
}

.vpn-intro__grid {
	padding: 38px;
	border: 1px solid var(--vpn-line);
	border-radius: 34px;
	background: #fff;
	box-shadow: var(--vpn-shadow);
}

.vpn-features,
.vpn-process,
.vpn-faq {
	background: #fff;
}

.vpn-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.vpn-step-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.vpn-feature-card,
.vpn-step-card,
.vpn-product-card,
.vpn-faq-list details {
	border: 1px solid var(--vpn-line);
	border-radius: 26px;
	background: var(--vpn-card);
	box-shadow: 0 16px 46px rgba(15, 23, 42, 0.07);
}

.vpn-feature-card,
.vpn-step-card {
	position: relative;
	padding: 28px;
	overflow: hidden;
}

.vpn-feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--vpn-primary), var(--vpn-blue), var(--vpn-violet));
}

.vpn-feature-card h3,
.vpn-step-card h3 {
	margin: 0 0 11px;
	font-size: 21px;
	font-weight: 950;
}

.vpn-feature-card p,
.vpn-step-card p {
	margin: 0;
	color: var(--vpn-muted);
	line-height: 1.7;
}

.vpn-products {
	background: radial-gradient(circle at top left, rgba(8, 217, 214, 0.16), transparent 34%), var(--vpn-soft);
}

.vpn-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.vpn-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 28px;
}

.vpn-product-card--featured {
	border-color: rgba(37, 99, 235, 0.45);
	box-shadow: 0 24px 70px rgba(37, 99, 235, 0.17);
}

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

.vpn-product-head > span {
	display: none;
}

.vpn-product-head em {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--vpn-blue);
	font-style: normal;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.vpn-product-head h3 {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 950;
}

.vpn-product-head p {
	margin: 0;
	min-height: 114px;
	color: var(--vpn-muted);
	line-height: 1.64;
}

.vpn-specs {
	display: grid;
	gap: 12px;
	margin: 22px 0;
}

.vpn-specs div {
	padding: 14px;
	border-radius: 18px;
	background: #eef8ff;
}

.vpn-specs strong {
	display: block;
	color: var(--vpn-ink);
	font-size: 14px;
	font-weight: 950;
	line-height: 1.45;
}

.vpn-specs span {
	color: var(--vpn-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.vpn-price {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--vpn-line);
}

.vpn-price strong {
	display: block;
	font-size: 34px;
	line-height: 1;
	font-weight: 950;
	letter-spacing: -0.045em;
	color: var(--vpn-blue);
}

.vpn-price span {
	color: var(--vpn-muted);
	font-weight: 800;
}

.vpn-feature-list,
.vpn-use-list {
	display: grid;
	gap: 11px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.vpn-feature-list li,
.vpn-use-list li {
	position: relative;
	padding-left: 28px;
	color: #334155;
	line-height: 1.6;
}

.vpn-feature-list li::before,
.vpn-use-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 11px;
	height: 11px;
	border-radius: 4px;
	background: linear-gradient(135deg, var(--vpn-primary), var(--vpn-blue));
}

.vpn-product-action {
	width: 100%;
	margin-top: auto;
}

.vpn-step-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 18px;
	background: var(--vpn-ink);
	color: #fff;
	font-weight: 950;
}

.vpn-use-list {
	padding: 30px;
	border: 1px solid var(--vpn-line);
	border-radius: 28px;
	background: #fff;
	box-shadow: var(--vpn-shadow);
}

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

.vpn-faq-list details {
	padding: 20px 22px;
}

.vpn-faq-list summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 950;
	color: var(--vpn-ink);
}

.vpn-faq-list p {
	margin: 12px 0 0;
	color: var(--vpn-muted);
	line-height: 1.7;
}

.vpn-cta {
	padding-top: 36px;
}

.vpn-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 42px;
	border-radius: 34px;
	background: linear-gradient(135deg, #020617, #172554 52%, #0891b2);
	box-shadow: var(--vpn-shadow);
}

.vpn-cta__box h2,
.vpn-cta__box p {
	color: #fff;
}

.vpn-cta__box .vpn-eyebrow {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

@media (max-width: 1120px) {
	.vpn-product-grid,
	.vpn-step-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1024px) {
	.vpn-hero__grid,
	.vpn-intro__grid,
	.vpn-use-cases__grid,
	.vpn-faq__grid {
		grid-template-columns: 1fr;
	}

	.vpn-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.vpn-hero {
		padding: 92px 0 72px;
	}

	.vpn-hero__content p {
		font-size: 17px;
	}

	.vpn-hero-card__grid,
	.vpn-feature-grid,
	.vpn-step-grid,
	.vpn-product-grid {
		grid-template-columns: 1fr;
	}

	.vpn-intro__grid,
	.vpn-hero-card,
	.vpn-product-card,
	.vpn-cta__box {
		padding: 24px;
		border-radius: 24px;
	}

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

	.vpn-btn,
	.vpn-btn--light {
		width: 100%;
	}
}
