.download-center { max-width: 1200px; margin: auto; padding: 64px 24px 80px; min-height: 70vh; }
.download-heading { margin-bottom: 36px; }
.download-heading h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 700; color: #064e3b; letter-spacing: -.03em; }
.download-heading > p { margin-top: 12px; color: #4b5563; font-size: 17px; }
.download-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.download-product { min-width: 0; padding: 32px; background: white; border: 1px solid #e5e7eb; border-radius: 20px; }
.download-product-heading { display: flex; gap: 16px; align-items: center; }
.download-product-icon { width: 56px; height: 56px; flex-shrink: 0; display: grid; place-items: center; background: #ecfdf5; color: #065f46; border-radius: 16px; font-size: 24px; }
.download-eyebrow { color: #6b7280; font-size: 12px; letter-spacing: .08em; }
.download-product h2 { font-size: 24px; font-weight: 700; color: #111827; }
.download-description { color: #4b5563; line-height: 1.7; margin: 24px 0 16px; }
.download-version { color: #6b7280; font-size: 13px; margin-bottom: 20px; }
.download-actions { display: grid; gap: 12px; }
.download-action { display: flex; align-items: center; gap: 14px; min-height: 68px; padding: 14px 16px; border: 1px solid #d1d5db; border-radius: 12px; color: #065f46; }
.download-action:hover { background: #f0fdf4; border-color: #059669; }
.download-action > i { font-size: 22px; width: 24px; flex-shrink: 0; text-align: center; }
.download-action strong { display: block; font-size: 15px; font-weight: 600; }
.download-action small { display: block; color: #4b5563; font-size: 12px; margin-top: 4px; }
.download-product-footer { border-top: 1px solid #e5e7eb; margin-top: 24px; padding-top: 20px; font-size: 14px; color: #065f46; }
.download-product-footer a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.download-center a:focus-visible { outline: 2px solid #059669; outline-offset: 4px; }
.download-status { color: #6b7280; font-size: 14px; margin-top: 16px; }
.download-consult { margin-top: 32px; color: #4b5563; font-size: 14px; }
.download-consult a { color: #065f46; display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 767px) {
    .download-center { padding: 36px 16px 48px; }
    .download-heading { margin-bottom: 24px; }
    .download-products { grid-template-columns: minmax(0, 1fr); gap: 20px; }
    .download-product { padding: 24px 20px; }
    .download-product h2 { font-size: 22px; }
}
