.vcr-page {
	--vcr-cyan: #18d3ff;
	--vcr-blue: #2563eb;
	--vcr-indigo: #4f46e5;
	--vcr-violet: #8b5cf6;
	--vcr-green: #22c55e;
	--vcr-ink: #07111f;
	--vcr-muted: #64748b;
	--vcr-line: rgba(15, 23, 42, 0.1);
	--vcr-card: #ffffff;
	--vcr-soft: #f6fbff;
	--vcr-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
	background: var(--vcr-soft);
	color: var(--vcr-ink);
	font-family: inherit;
	overflow-x: hidden;
}

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

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

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

.vcr-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid rgba(24, 211, 255, 0.26);
	border-radius: 999px;
	background: rgba(24, 211, 255, 0.11);
	color: #0284c7;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vcr-heading h2,
.vcr-intro h2,
.vcr-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(--vcr-ink);
}

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

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

.vcr-btn,
.vcr-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;
}

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

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

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

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

.vcr-hero {
	position: relative;
	padding: 118px 0 98px;
	background:
		linear-gradient(116deg, rgba(2, 6, 23, 0.95) 0%, rgba(15, 23, 42, 0.82) 47%, rgba(37, 99, 235, 0.48) 100%),
		url('../images/container-registry/container-registry-hero.png') center / cover no-repeat;
	isolation: isolate;
}

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

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

.vcr-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding: 10px 14px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 900;
	backdrop-filter: blur(16px);
}

.vcr-brand img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
	background: #fff;
}

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

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

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

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

.vcr-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);
}

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

.vcr-panel::before {
	content: "";
	position: absolute;
	inset: -86px -70px auto auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(24, 211, 255, 0.36), transparent 68%);
}

.vcr-terminal {
	position: relative;
	display: grid;
	gap: 10px;
	margin-bottom: 30px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.28);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.vcr-terminal span {
	position: relative;
	display: block;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	line-height: 1.45;
}

.vcr-terminal span::before {
	content: "$";
	position: absolute;
	left: 0;
	color: var(--vcr-green);
}

.vcr-panel strong {
	display: block;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.16;
}

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

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

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

.vcr-panel__grid span {
	display: block;
	font-size: 21px;
	font-weight: 950;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vcr-products {
	background: radial-gradient(circle at top left, rgba(24, 211, 255, 0.16), transparent 34%), var(--vcr-soft);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vcr-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%, #2563eb);
	box-shadow: var(--vcr-shadow);
}

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

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

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

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

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

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

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

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

	.vcr-panel__grid,
	.vcr-feature-grid,
	.vcr-step-grid,
	.vcr-product-grid {
		grid-template-columns: 1fr;
	}

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

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

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