* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background: linear-gradient(-15deg, #254749, #253e54, #12222d);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container {
  width: 90%;
  max-width: 400px;
}

.logo {
  width: 100%;
  height: auto;
  display: block;
}

.tagline {
  text-align: center;
  color: #e0dcd5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  margin-top: 1.5rem;
  letter-spacing: 0.02em;
}

.contact-email {
  display: block;
  text-align: center;
  color: #55ff9c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  margin-top: 0.75rem;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: underline;
}

.footer-links {
  text-align: center;
  margin-top: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
}

.footer-links a {
  color: #e0dcd5;
  text-decoration: none;
}

.footer-links a:hover {
  color: #55ff9c;
}

.footer-links .separator {
  color: #e0dcd5;
  margin: 0 0.5rem;
}
