:root {
	--dgxb200-green: #76b900;
	--dgxb200-lime: #a7f432;
	--dgxb200-black: #060b06;
	--dgxb200-ink: #172217;
	--dgxb200-muted: #667085;
	--dgxb200-soft: #f3faef;
	--dgxb200-line: rgba(118, 185, 0, 0.22);
	--dgxb200-card: #ffffff;
	--dgxb200-red: #bc0000;
	--dgxb200-warn: #f59e0b;
	--dgxb200-shadow: 0 24px 70px rgba(7, 16, 7, 0.12);
}

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

.dgxb200-page * {
	box-sizing: border-box;
}

.dgxb200-page .site-container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 32px;
}

.dgxb200-hero {
	position: relative;
	padding: 116px 0 102px;
	background:
		linear-gradient(90deg, rgba(6, 11, 6, 0.95) 0%, rgba(10, 30, 10, 0.84) 44%, rgba(118, 185, 0, 0.16) 100%),
		url('../images/nvidia-dgx-b200-banner.jpg') center right / cover no-repeat;
	color: #ffffff;
}

.dgxb200-hero::before,
.dgxb200-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.dgxb200-hero::before {
	left: -170px;
	bottom: -250px;
	width: 520px;
	height: 520px;
	background: rgba(118, 185, 0, 0.18);
}

.dgxb200-hero::after {
	right: -110px;
	top: 70px;
	width: 360px;
	height: 360px;
	border: 44px solid rgba(167, 244, 50, 0.13);
}

.dgxb200-hero__grid,
.dgxb200-hero__content {
	position: relative;
	z-index: 1;
}

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

.dgxb200-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--dgxb200-green), var(--dgxb200-lime));
}

.dgxb200-hero .dgxb200-eyebrow,
.dgxb200-cta .dgxb200-eyebrow {
	color: var(--dgxb200-lime);
}

.dgxb200-hero h1 {
	max-width: 1040px;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(42px, 5vw, 78px);
	font-weight: 950;
	line-height: 1.04;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.dgxb200-hero p {
	max-width: 850px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.78;
}

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

.dgxb200-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 25px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.dgxb200-btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.dgxb200-btn--primary {
	background: linear-gradient(135deg, var(--dgxb200-green), var(--dgxb200-lime));
	box-shadow: 0 18px 36px rgba(118, 185, 0, 0.28);
	color: var(--dgxb200-black);
}

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

.dgxb200-btn--light {
	background: #ffffff;
	color: var(--dgxb200-black);
	box-shadow: 0 14px 30px rgba(7, 16, 7, 0.18);
}

.dgxb200-metric-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 32px;
}

.dgxb200-metric-row span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid rgba(167, 244, 50, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 850;
}

.dgxb200-section {
	padding: 92px 0;
}

.dgxb200-overview,
.dgxb200-usecases,
.dgxb200-faq {
	background: #ffffff;
}

.dgxb200-features,
.dgxb200-pricing,
.dgxb200-advantages {
	background: var(--dgxb200-soft);
}

.dgxb200-overview__grid,
.dgxb200-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
	gap: 58px;
	align-items: start;
}

.dgxb200-section-heading h2,
.dgxb200-cta h2 {
	margin: 0;
	color: var(--dgxb200-black);
	font-size: clamp(32px, 3.8vw, 54px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -0.048em;
	text-wrap: balance;
}

.dgxb200-section-heading p {
	max-width: 920px;
	margin: 18px auto 0;
	color: var(--dgxb200-muted);
	font-size: 17px;
	line-height: 1.72;
}

.dgxb200-center {
	margin: 0 auto 46px;
	text-align: center;
}

.dgxb200-rich-text p {
	margin: 0 0 18px;
	color: var(--dgxb200-muted);
	font-size: 17px;
	line-height: 1.84;
}

.dgxb200-feature-grid,
.dgxb200-advantage-grid,
.dgxb200-usecase-grid {
	display: grid;
	gap: 22px;
}

.dgxb200-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dgxb200-advantage-grid,
.dgxb200-usecase-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dgxb200-feature-card,
.dgxb200-advantage-card,
.dgxb200-usecase-card,
.dgxb200-plan-card,
.dgxb200-faq-list details {
	position: relative;
	height: 100%;
	border: 1px solid var(--dgxb200-line);
	border-radius: 28px;
	background: var(--dgxb200-card);
	box-shadow: 0 18px 44px rgba(7, 16, 7, 0.07);
}

.dgxb200-feature-card,
.dgxb200-advantage-card,
.dgxb200-usecase-card {
	padding: 28px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dgxb200-feature-card:hover,
.dgxb200-advantage-card:hover,
.dgxb200-usecase-card:hover,
.dgxb200-plan-card:hover {
	border-color: rgba(118, 185, 0, 0.55);
	box-shadow: var(--dgxb200-shadow);
	transform: translateY(-6px);
}

.dgxb200-feature-icon,
.dgxb200-advantage-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--dgxb200-green), var(--dgxb200-lime));
	color: var(--dgxb200-black);
	font-size: 16px;
	font-weight: 950;
}

.dgxb200-advantage-card > span::before {
	content: "✓";
	font-size: 22px;
}

.dgxb200-feature-card h3,
.dgxb200-advantage-card h3,
.dgxb200-usecase-card strong {
	margin: 0 0 12px;
	color: var(--dgxb200-black);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.24;
}

.dgxb200-usecase-card strong {
	display: block;
}

.dgxb200-feature-card p,
.dgxb200-advantage-card p,
.dgxb200-usecase-card p {
	margin: 0;
	color: var(--dgxb200-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.dgxb200-usecase-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-bottom: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(118, 185, 0, 0.12);
	color: #3d6b00;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

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

.dgxb200-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(--dgxb200-line);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(7, 16, 7, 0.08);
	color: #3d6b00;
	cursor: pointer;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dgxb200-slider-btn:hover {
	background: var(--dgxb200-green);
	color: var(--dgxb200-black);
	transform: translateY(-50%) scale(1.05);
}

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

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

.dgxb200-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(--dgxb200-green) #dff2d5;
}

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

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

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

.dgxb200-plan-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	scroll-snap-align: start;
	padding: 20px;
	border-radius: 30px;
	text-align: center;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dgxb200-plan-card--featured {
	border-color: rgba(118, 185, 0, 0.78);
	box-shadow: 0 28px 72px rgba(118, 185, 0, 0.16);
}

.dgxb200-plan-card--pre {
	border-color: rgba(245, 158, 11, 0.38);
	background: linear-gradient(180deg, #fffdf7 0%, #ffffff 46%);
}

.dgxb200-badge {
	position: absolute;
	right: 16px;
	top: 16px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 7px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--dgxb200-green), var(--dgxb200-lime));
	color: var(--dgxb200-black);
	font-size: 11px;
	font-weight: 950;
}

.dgxb200-badge--pre {
	background: rgba(245, 158, 11, 0.15);
	color: #92400e;
}

.dgxb200-plan-head span {
	display: none;
}

.dgxb200-plan-head h3 {
	margin: 0 0 6px;
	color: var(--dgxb200-black);
	font-size: 25px;
	font-weight: 950;
	letter-spacing: -0.04em;
}

.dgxb200-plan-head p {
	min-height: 40px;
	max-width: 220px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	color: #3d6b00;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dgxb200-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	margin: 18px 0 14px;
	padding: 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(118, 185, 0, 0.12), rgba(167, 244, 50, 0.12));
}

.dgxb200-price strong {
	display: block;
	color: var(--dgxb200-black);
	font-size: clamp(22px, 2vw, 31px);
	font-weight: 950;
	letter-spacing: -0.05em;
	line-height: 1;
	word-break: break-word;
}

.dgxb200-price span {
	display: block;
	margin-bottom: 2px;
	color: var(--dgxb200-muted);
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.dgxb200-billing-select {
	margin: 0 0 16px;
}

.dgxb200-cycle-select {
	width: 100%;
	height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid var(--dgxb200-line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--dgxb200-black);
	cursor: pointer;
	font-size: 12.5px;
	font-weight: 850;
	outline: none;
	text-align: center;
}

.dgxb200-cycle-select:focus {
	border-color: var(--dgxb200-green);
	box-shadow: 0 0 0 4px rgba(118, 185, 0, 0.12);
}

.dgxb200-spec-list {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.dgxb200-spec-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid rgba(118, 185, 0, 0.14);
	border-radius: 999px;
	background: #f9fcf6;
}

.dgxb200-plan-card--pre .dgxb200-spec-list li {
	border-color: rgba(245, 158, 11, 0.16);
	background: #fffaf0;
}

.dgxb200-spec-list span {
	color: var(--dgxb200-muted);
	font-size: 12.5px;
	font-weight: 800;
}

.dgxb200-spec-list strong {
	max-width: 65%;
	color: var(--dgxb200-black);
	font-size: 12.5px;
	font-weight: 950;
	line-height: 1.4;
	text-align: right;
}

.dgxb200-plan-action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	border-radius: 999px;
	background: var(--dgxb200-black);
	color: #ffffff;
	font-size: 13.5px;
	font-weight: 950;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dgxb200-plan-action:hover {
	background: var(--dgxb200-green);
	color: var(--dgxb200-black);
	text-decoration: none;
	transform: translateY(-2px);
}

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

.dgxb200-faq-list details {
	overflow: hidden;
}

.dgxb200-faq-list summary {
	cursor: pointer;
	padding: 22px 24px;
	color: var(--dgxb200-black);
	font-size: 17px;
	font-weight: 950;
	list-style: none;
}

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

.dgxb200-faq-list p {
	margin: 0;
	padding: 0 24px 24px;
	color: var(--dgxb200-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.dgxb200-cta {
	padding: 88px 0;
	background:
		radial-gradient(circle at 18% 16%, rgba(118, 185, 0, 0.28), transparent 32%),
		linear-gradient(135deg, #060b06, #16260b);
	color: #ffffff;
}

.dgxb200-cta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.dgxb200-cta h2 {
	max-width: 900px;
	color: #ffffff;
}

.dgxb200-cta p {
	max-width: 770px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.72;
}

@media (max-width: 1280px) {
	.dgxb200-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 980px) {
	.dgxb200-overview__grid,
	.dgxb200-faq__grid,
	.dgxb200-cta__box,
	.dgxb200-advantage-grid,
	.dgxb200-usecase-grid {
		grid-template-columns: 1fr;
	}

	.dgxb200-hero {
		padding: 90px 0 74px;
	}

	.dgxb200-section {
		padding: 72px 0;
	}

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

	.dgxb200-cta__actions {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.dgxb200-page .site-container {
		padding: 0 20px;
	}

	.dgxb200-hero {
		padding: 74px 0 60px;
	}

	.dgxb200-hero h1 {
		font-size: 36px;
	}

	.dgxb200-feature-grid {
		grid-template-columns: 1fr;
	}

	.dgxb200-plan-slider {
		grid-auto-columns: 88%;
	}

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

	.dgxb200-spec-list li {
		flex-direction: column;
	}

	.dgxb200-spec-list strong {
		max-width: 100%;
		text-align: left;
	}

	.dgxb200-btn {
		width: 100%;
	}
}
