.download-section {
  padding:110px 0 100px;
}

.download-card {
  min-height:570px;
  padding:80px 30px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid var(--line);
  border-radius:32px;
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(246,248,255,.74));
  box-shadow:0 26px 70px rgba(15,23,42,.09);
}

.download-card::after {
  content:"";
  position:absolute;
  inset:1px;
  border-radius:31px;
  background:radial-gradient(circle at 50% 0,rgba(66,116,255,.16),transparent 45%);
  pointer-events:none;
}

.download-card > *:not(.download-glow) {
  position:relative;
  z-index:2;
}

.download-icon {
  width:45px;
  height:45px;
  margin-bottom:30px;
  scale:1.35;
}

.download-card h2 {
  margin-top:20px;
  font-size:clamp(42px,5.4vw,68px);
}

.download-card > p {
  color:#000;
  font-size:14px;
  margin:22px 0 28px;
}

.download-card small {
  margin-top:14px;
  color:#000;
  font-size:9px;
}
