body {
  margin: 0;
  font-family: sans-serif;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364); /* mirip Cloudflare segar */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  text-align: center;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.profile-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 2px solid white;
}

.name {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.links a {
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  text-decoration: none;
  color: white;
  transition: background 0.3s ease;
}

.links a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.wa-button {
  background-color: #25d366;
  color: white;
}
