.software-updates-page { color: #101010; }
.software-updates-hero {
	height: clamp(150px, 15.72vw, 322px);
	background: #a8b2bf url("product-home-banner.f916fd63c99f.jpg") center / cover no-repeat;
}
.software-updates-hero__inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 clamp(24px, 8.05vw, 165px);
	background: var(--software-updates-hero-image) center / cover no-repeat;
}
.software-updates-hero h1 { margin: 0; color: #fff; font-size: clamp(1.75rem, 2.35vw, 3rem); font-weight: 700; line-height: 1.15; }
.software-updates-content { max-width: 1440px; box-sizing: border-box; margin: 0 auto; padding: 2rem 100px; }
.software-updates-content__intro { margin: 0 auto 33px; text-align: center; }
.software-updates-content__intro h2 { margin: 0 0 12px; font-size: 1.65rem; font-weight: 700; line-height: 1.25; }
.software-updates-content__intro p { margin: 0; font-size: 0.875rem; line-height: 1.5; }
.software-updates-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.software-updates-card { display: flex; min-height: 196px; align-items: center; justify-content: flex-start; box-sizing: border-box; padding: 24px 22px 21px; flex-direction: column; background: #e9eaf2; color: #101010; text-align: center; text-decoration: none; }
.software-updates-card__icon { width: 36px; height: 36px; margin-bottom: 16px; }
.software-updates-card h3 { margin: 0 0 8px; font-size: 1.05rem; font-weight: 700; line-height: 1.25; }
.software-updates-card p { max-width: 250px; margin: 0; font-size: 0.8rem; line-height: 1.35; }
.software-picker-dialog { display: flex; max-width: 550px; max-height: 88vh; padding: 22px; flex-direction: column; overflow: hidden; }
.software-picker-dialog .product-picker__header { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.software-picker-dialog .product-picker__header h2 { flex: 1; margin: 0; font-size: 1.35rem; line-height: 1.2; }
.software-picker-grid { display: grid; min-height: 0; flex: 1 1 auto; grid-template-columns: repeat(3, 1fr); gap: 12px; overflow-y: auto; }
.software-picker-item { display: flex; min-width: 0; min-height: 132px; align-items: center; justify-content: flex-start; box-sizing: border-box; padding: 10px 8px; flex-direction: column; border: 0; background: #f7f7f7; color: #202020; cursor: pointer; font: inherit; line-height: 1.25; text-align: center; text-decoration: none; }
.software-picker-item img, .software-picker-item__placeholder { width: 76px; height: 76px; margin-bottom: 7px; object-fit: contain; }
.software-picker-item__placeholder { display: block; }
.software-picker-empty { grid-column: 1 / -1; margin: 0; text-align: center; }
.picker-back { width: 28px; height: 28px; flex: 0 0 28px; border: 0; border-radius: 50%; background: #171717; color: #fff; cursor: pointer; font-size: 1.55rem; line-height: 1; }

@media (min-width: 1600px) {
	.software-updates-content { width: 1440px; padding: 2rem 0; }
}

@media (max-width: 899px) {
	.software-updates-hero { height: clamp(150px, 28vw, 230px); background-position: 62% center; }
	.software-updates-hero__inner { padding: 0 7vw; }
	.software-updates-content { padding: 10px; }
	.software-updates-links { grid-template-columns: 1fr; }
	.software-updates-card { min-height: 170px; }
	.software-picker-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 599px) {
	.software-picker-dialog { padding: 16px; }
	.software-picker-grid { gap: 8px; }
}
