:root {
  --accent-color: #0ea5e9;
  --accent-contrast: #22d3ee;
  --accent-soft: rgba(14, 165, 233, 0.18);
  --panel-border-strong: rgba(14, 165, 233, 0.45);
}

body::before {
  background: rgba(14, 165, 233, 0.55);
}

body::after {
  background: rgba(236, 72, 153, 0.3);
}

#profile {
  gap: 10px;
}

#social-title {
  font-size: clamp(1.8rem, 4.2vw, 2.15rem);
}

#paragraph {
  max-width: 44ch;
}

.link-card {
  border-radius: 20px;
}

.link-card .link-icon {
  border-radius: 18px;
}

.link-card .link-icon img {
  width: 34px;
  height: 34px;
}

.return-link {
  align-self: center;
  margin-top: 12px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--panel-border-strong);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(34, 211, 238, 0.18));
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.return-link:hover {
  transform: translateY(-3px);
  border-color: var(--accent-contrast);
  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.22);
}

footer {
  margin-top: 28px;
}
