body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #FCFAF5;
  color: #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  padding: 20px;
  width: 100%;
  max-width: 600px;
}

.card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.04);
}

.logo {
  max-width: 140px;
  margin-bottom: 20px;
}

h1 {
  margin: 0 0 10px 0;
  font-size: 2rem;
}

.tagline {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.coming-soon {
  font-size: 1rem;
  margin-bottom: 20px;
}

.contact {
  font-size: 0.9rem;
}

a {
  color: #2F6B57;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.author-card {
  text-align: left;
}

.author-card h1,
.author-card h2,
.author-card .logo,
.author-card .back-link {
  text-align: center;
}

.author-text {
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-email {
  margin-bottom: 30px;
}

.logo {
  display: block;
  margin: 0 auto 20px auto;
}

.contact-email {
  text-align: center;
}

.contact-email a {
  display: inline-block;
}

.author-text {
  text-align: left !important;
}