.about-card {
  background: #16213e;
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}

.avatar {
  font-size: 5rem;
  margin-bottom: 16px;
  line-height: 1;
}

.about-card h2 {
  font-family: 'Fredoka One', cursive;
  font-size: 2rem;
  color: #f0c040;
  margin-bottom: 32px;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 16px 20px;
}

.contact-label {
  font-weight: 700;
  color: #aab;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.contact-value a {
  color: #f0c040;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.15s;
}

.contact-value a:hover {
  color: #ffd966;
  text-decoration: underline;
}
