/* Vorab-Seite – Wir modernisieren gerade */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #e8f4f8 0%, #d4e8f0 50%, #c5dce8 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a3a4a;
  padding: 2rem;
}

.vorab-inner {
  text-align: center;
  max-width: 520px;
}

.vorab-logo-wrap {
  margin-bottom: 2rem;
}

.vorab-logo {
  max-width: 280px;
  height: auto;
  display: inline-block;
}

.vorab-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #1a3a4a;
}

.vorab-text {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #2c5266;
  margin-bottom: 0.75rem;
}

.vorab-sub {
  font-size: 1rem;
  color: #4a7080;
}

@media (max-width: 480px) {
  .vorab-logo {
    max-width: 220px;
  }
  .vorab-title {
    font-size: 1.4rem;
  }
  .vorab-text {
    font-size: 1rem;
  }
}
