@import url('./nvidia-a100-pcie.css');

.h100-hero {
	background-image: linear-gradient(110deg, rgba(2, 6, 23, 0.94) 0%, rgba(88, 28, 135, 0.76) 48%, rgba(245, 158, 11, 0.34) 100%), url('../images/nvidia-b300-sxm6-banner.jpg');
}

.h100-eyebrow {
	color: #fbbf24;
}

.h100-feature-icon,
.h100-advantage-card span,
.h100-badge {
	background: linear-gradient(135deg, #f59e0b, #8b5cf6);
}

.h100-btn--primary,
.h100-plan-action {
	background: linear-gradient(135deg, #d97706, #7c3aed);
}

.h100-plan-card--featured {
	border-color: rgba(251, 191, 36, 0.55);
	box-shadow: 0 24px 70px rgba(245, 158, 11, 0.22);
}

.h100-price {
	flex-wrap: nowrap;
	padding: 14px 8px;
	white-space: nowrap;
}

.h100-price strong {
	font-size: clamp(14px, 0.9vw, 21px);
	white-space: nowrap;
	word-break: normal;
}

.h100-price span {
	font-size: 12px;
	white-space: nowrap;
}
