.teaser-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: linear-gradient(165deg, #e8f5ee 0%, #f4f9f6 45%, #dfece4 100%);
  color: #1a2e24;
}

.teaser-main {
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 36rem;
}

.teaser-logo {
  width: min(280px, 85vw);
  height: auto;
  margin: 0 auto 1.75rem;
  display: block;
  filter: drop-shadow(0 4px 20px rgba(26, 46, 36, 0.12));
}

.teaser-text {
  margin: 0;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
