.hero-actions {
  flex-wrap: wrap;
  gap: 18px 24px;
}

.profile-download-button {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(96, 200, 232, 0.58);
  color: #ffffff;
  background: rgba(96, 200, 232, 0.08);
  backdrop-filter: blur(8px);
}

.profile-download-button:hover {
  border-color: #60c8e8;
  color: #061c32;
  background: #60c8e8;
}

.profile-download-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 620px) {
  .profile-download-button {
    width: 100%;
    max-width: 290px;
  }
}
