.vpn3008,
.vpn3008 * {
	box-sizing: border-box;
}

.vpn3008[hidden],
.vpn3008 [hidden] {
	display: none !important;
}

.vpn3008 {
	--vpn-navy: #0c2036;
	--vpn-orange: #dd5926;
	--vpn-cream: #efece1;
	--vpn-white: #ffffff;
	--vpn-text: #243447;
	--vpn-muted: #687484;
	--vpn-border: #dfe4e8;
	margin: 36px 0;
	padding: clamp(24px, 5vw, 48px);
	color: var(--vpn-text);
	font: inherit;
	background: var(--vpn-white);
	border: 1px solid var(--vpn-border);
	border-top: 5px solid var(--vpn-orange);
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(12, 32, 54, 0.1);
}

.vpn3008 button,
.vpn3008 a {
	font: inherit;
}

.vpn3008__head {
	max-width: 720px;
}

.vpn3008__eyebrow,
.vpn3008__result-kicker {
	margin: 0 0 8px;
	color: var(--vpn-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.vpn3008__title {
	margin: 0;
	color: var(--vpn-navy);
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.15;
}

.vpn3008__intro {
	margin: 12px 0 0;
	color: var(--vpn-muted);
	font-size: 17px;
	line-height: 1.6;
}

.vpn3008__progress {
	margin: 30px 0 34px;
}

.vpn3008__progress-copy {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 9px;
	color: var(--vpn-muted);
	font-size: 13px;
	line-height: 1.4;
}

.vpn3008__progress-copy strong {
	color: var(--vpn-navy);
}

.vpn3008__progress-track {
	height: 7px;
	overflow: hidden;
	background: #e9edf0;
	border-radius: 999px;
}

.vpn3008__progress-track span {
	display: block;
	width: 25%;
	height: 100%;
	background: var(--vpn-orange);
	border-radius: inherit;
	transition: width 180ms ease;
}

.vpn3008__step {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.vpn3008__step legend {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--vpn-navy);
	font-size: clamp(21px, 3vw, 27px);
	font-weight: 800;
	line-height: 1.25;
}

.vpn3008__step legend:focus,
.vpn3008__result h3:focus {
	outline: 0;
}

.vpn3008__help {
	margin: 8px 0 22px;
	color: var(--vpn-muted);
	font-size: 15px;
	line-height: 1.55;
}

.vpn3008__options {
	display: grid;
	gap: 12px;
}

.vpn3008__options--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vpn3008__options--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vpn3008__options--four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vpn3008__option {
	min-height: 112px;
	padding: 20px;
	color: var(--vpn-text);
	text-align: left;
	background: #f8fafb;
	border: 2px solid transparent;
	border-radius: 13px;
	cursor: pointer;
	transition: border-color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.vpn3008__option:hover {
	background: #fff8f4;
	border-color: rgba(221, 89, 38, 0.45);
	transform: translateY(-2px);
}

.vpn3008__option:focus-visible,
.vpn3008__back:focus-visible,
.vpn3008__restart:focus-visible,
.vpn3008__cta:focus-visible {
	outline: 3px solid rgba(221, 89, 38, 0.35);
	outline-offset: 3px;
}

.vpn3008__option.is-selected {
	background: #fff5ef;
	border-color: var(--vpn-orange);
}

.vpn3008__option-title,
.vpn3008__option-copy {
	display: block;
}

.vpn3008__option-title {
	color: var(--vpn-navy);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.vpn3008__option-copy {
	margin-top: 7px;
	color: var(--vpn-muted);
	font-size: 14px;
	line-height: 1.45;
}

.vpn3008__nav {
	min-height: 28px;
	margin-top: 20px;
}

.vpn3008__back,
.vpn3008__restart {
	padding: 0;
	color: var(--vpn-navy);
	font-weight: 700;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: rgba(12, 32, 54, 0.35);
	text-underline-offset: 4px;
}

.vpn3008__back:hover,
.vpn3008__restart:hover {
	color: var(--vpn-orange);
}

.vpn3008__result {
	margin-top: 28px;
}

.vpn3008__result-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.vpn3008__result h3 {
	margin: 0;
	color: var(--vpn-navy);
	font-size: clamp(25px, 4vw, 36px);
	line-height: 1.18;
}

.vpn3008__result-summary {
	max-width: 680px;
	margin: 12px 0 0;
	color: var(--vpn-text);
	font-size: 17px;
	line-height: 1.6;
}

.vpn3008__result-price {
	flex: 0 0 auto;
	padding: 10px 14px;
	color: var(--vpn-navy);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
	background: var(--vpn-cream);
	border-radius: 999px;
}

.vpn3008__specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	margin: 28px 0;
	background: var(--vpn-border);
	border: 1px solid var(--vpn-border);
	border-radius: 13px;
}

.vpn3008__specs div {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px;
	background: #f8fafb;
}

.vpn3008__specs span {
	color: var(--vpn-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.vpn3008__specs strong {
	color: var(--vpn-navy);
	font-size: 16px;
	line-height: 1.35;
}

.vpn3008__why h4 {
	margin: 0 0 14px;
	color: var(--vpn-navy);
	font-size: 18px;
	line-height: 1.35;
}

.vpn3008__why ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vpn3008__why li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	line-height: 1.55;
}

.vpn3008__why li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--vpn-orange);
	font-weight: 900;
	content: "✓";
}

.vpn3008__alternative {
	margin-top: 26px;
	padding: 20px;
	background: #f5f6f7;
	border-left: 4px solid var(--vpn-navy);
	border-radius: 0 12px 12px 0;
}

.vpn3008__alternative span,
.vpn3008__alternative strong {
	display: block;
}

.vpn3008__alternative span {
	color: var(--vpn-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vpn3008__alternative strong {
	margin-top: 5px;
	color: var(--vpn-navy);
	font-size: 17px;
}

.vpn3008__alternative p {
	margin: 7px 0 0;
	line-height: 1.5;
}

.vpn3008__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 26px;
}

.vpn3008__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 22px;
	color: #fff !important;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	background: var(--vpn-orange);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(221, 89, 38, 0.22);
	transition: background-color 140ms ease, transform 140ms ease;
}

.vpn3008__cta:hover {
	color: #fff !important;
	background: #c94b1e;
	transform: translateY(-1px);
}

.vpn3008__notice,
.vpn3008__noscript {
	margin: 20px 0 0;
	color: var(--vpn-muted);
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 760px) {
	.vpn3008 {
		margin: 28px 0;
		padding: 24px 18px;
		border-radius: 14px;
	}

	.vpn3008__options--three,
	.vpn3008__options--four {
		grid-template-columns: 1fr;
	}

	.vpn3008__option {
		min-height: 0;
		padding: 17px;
	}

	.vpn3008__result-top {
		flex-direction: column;
		gap: 14px;
	}

	.vpn3008__specs {
		grid-template-columns: 1fr;
	}

	.vpn3008__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vpn3008__restart {
		align-self: center;
	}
}

@media (max-width: 520px) {
	.vpn3008__progress-copy span:last-child {
		display: none;
	}

	.vpn3008__options--two {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vpn3008 *,
	.vpn3008 *::before,
	.vpn3008 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

