body {
  margin: 0;
  font-family: 'General Sans', Arial, sans-serif;
  background: #f7f7f7;
  color: #111;
}

/* HERO — Nome gigante centrato */
.hero {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.main-name {
  font-size: clamp(48px, 10vw, 140px);
  font-weight: 700;
  margin: 0;
  letter-spacing: -2px;
}

.subtitle {
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 500;
  margin-top: 10px;
  color: #555;
}

/* Footer minimal */
footer {
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  color: #777;
}
