.device-download {
  max-width: 1400px;
  margin: 0 auto 22px;
  padding: 28px 30px;
  border: 1px solid #cfe3fb;
  border-radius: 26px;
  background: linear-gradient(120deg, #edf6ff, #fff 62%, #f2f0ff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 18px 50px rgba(32, 92, 158, .08);
}
.device-download-copy h3 { margin: 10px 0 7px; font-size: 28px; letter-spacing: -1px; }
.device-download-copy p { margin: 0; color: #68798d; font-size: 14px; }
.device-badge,
.test-label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dfeeff;
  color: #1677ff;
  font-size: 10px;
  font-weight: 800;
}
.device-download-button { min-width: 190px; }
.platform-card.detected {
  border-color: #1677ff;
  box-shadow: 0 16px 38px rgba(22, 119, 255, .13), inset 0 4px 0 #1677ff;
}
.test-label { position: absolute; right: 18px; top: 18px; background: #f0ebff; color: #7356e8; }
.download-notices {
  max-width: 1400px;
  margin: 22px auto 0;
  padding: 17px 20px;
  border: 1px solid #dde8f5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .75);
  display: flex;
  gap: 28px;
  color: #6f7f92;
  font-size: 11px;
  line-height: 1.6;
}
.download-notices p { margin: 0; flex: 1; }
.download-notices b { color: #24354b; margin-right: 7px; }
.download-note a { color: #1677ff; font-weight: 700; }
@media (max-width: 680px) {
  .device-download { padding: 22px; display: block; }
  .device-download-copy h3 { font-size: 23px; }
  .device-download-button { width: 100%; margin-top: 18px; }
  .download-notices { display: block; }
  .download-notices p + p { margin-top: 8px; }
}
