
body { font-family: 'Roboto', sans-serif; }
.hover-underline:hover { text-decoration: underline; color: #2563eb; transition: color 0.2s; }
.link-effect {
  transition: color 0.2s, background 0.2s;
}
.link-effect:hover {
  color: #fff !important;
  background: #2563eb;
  text-decoration: underline;
  border-radius: 0.25rem;
}
.footer-bg {
  background: linear-gradient(90deg, #0f172a 0%, #334155 100%);
}
.domain-sale {
  color: #fff;
  background: #ef4444;
  font-weight: bold;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  display: inline-block;
  margin: 1.5rem 0;
  letter-spacing: 0.05em;
}
