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

.h100-hero {
	background-image: linear-gradient(110deg, rgba(2, 6, 23, 0.96) 0%, rgba(14, 116, 144, 0.78) 45%, rgba(118, 185, 0, 0.32) 100%), url('../images/nvidia-b300-sxm6-banner.jpg');
}

.h100-eyebrow {
	color: #22d3ee;
}

.h100-feature-icon,
.h100-advantage-card span,
.h100-badge {
	background: linear-gradient(135deg, #22d3ee, #76b900);
}

.h100-btn--primary,
.h100-plan-action {
	background: linear-gradient(135deg, #0891b2, #76b900);
}

.h100-plan-card--featured {
	border-color: rgba(34, 211, 238, 0.55);
	box-shadow: 0 24px 70px rgba(8, 145, 178, 0.22);
}

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

.h100-price strong {
	font-size: clamp(13px, 0.82vw, 20px);
	white-space: nowrap;
	word-break: normal;
}

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