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

.h100-hero {
	background-image: linear-gradient(110deg, rgba(2, 6, 23, 0.94) 0%, rgba(76, 29, 149, 0.76) 48%, rgba(236, 72, 153, 0.32) 100%), url('../images/nvidia-b300-sxm6-banner.jpg');
}

.h100-eyebrow {
	color: #f0abfc;
}

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

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

.h100-plan-card--featured {
	border-color: rgba(240, 171, 252, 0.55);
	box-shadow: 0 24px 70px rgba(168, 85, 247, 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;
}
