/* Minimaler Pre-Hydration-Stil; Tokens kommen aus der gebündelten App. */
html,
body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
#root {
  min-height: 100vh;
  box-sizing: content-box;
  padding-bottom: var(--cookie-consent-spacer, 0px);
}
* {
  -webkit-touch-callout: none;
}
input,
textarea,
[contenteditable='true'] {
  -webkit-user-select: text;
  user-select: text;
}

/* Crawler-/Pre-Hydration-Shell (wird von React ersetzt) */
.seo-shell {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.55;
  min-height: 100vh;
}
.seo-shell__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  color: #0f2744;
}
.seo-shell__header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.seo-shell__header a {
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
}
.seo-shell__hero {
  background: #0f2744;
  color: #fff;
  padding: 2.5rem 1.25rem 2.75rem;
}
.seo-shell__hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  max-width: 72rem;
  margin: 0 auto;
}
.seo-shell__hero-mockup {
  order: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 24rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.seo-shell__hero-content {
  order: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .seo-shell__hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .seo-shell__hero-content {
    text-align: left;
  }
  .seo-shell__hero-mockup {
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .seo-shell__hero-mockup {
    max-width: 17.5rem;
  }
  .seo-shell__hero-mockup-img {
    max-height: min(70vh, 28rem);
    aspect-ratio: 780 / 1690;
    object-fit: cover;
    object-position: top;
  }
}
.seo-shell__hero-mockup-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 800;
}
.seo-shell__hero h1 {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.seo-shell__hero-content > p {
  margin: 1.25rem 0 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.85);
}
.seo-shell__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem !important;
}
.seo-shell__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}
.seo-shell__btn--primary {
  background: #1d4ed8;
  color: #fff;
}
.seo-shell__btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.seo-shell__hint {
  margin: 0.75rem 0 0 !important;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}
.seo-shell__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.seo-shell__trust li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.seo-shell__section {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}
.seo-shell__section h2 {
  margin: 0 0 1rem;
  color: #0f2744;
  font-size: 1.375rem;
  font-weight: 800;
}
.seo-shell__section h3 {
  margin: 1.25rem 0 0.4rem;
  color: #0f2744;
  font-size: 1.05rem;
  font-weight: 700;
}
.seo-shell__section p {
  margin: 0;
  color: #475569;
  font-size: 0.9375rem;
}
.seo-shell__section a {
  color: #1d4ed8;
  font-weight: 600;
}
.seo-shell__section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.seo-shell__section caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: #64748b;
}
.seo-shell__section th,
.seo-shell__section td {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.seo-shell__section thead th {
  background: #e8eef5;
  color: #0f2744;
  font-weight: 700;
}
.seo-shell__section tbody th {
  font-weight: 600;
  color: #0f2744;
  width: 30%;
}
.seo-shell__section ol {
  margin: 1.25rem 0 0;
  padding-left: 1.25rem;
  color: #475569;
  font-size: 0.9375rem;
}
.seo-shell__section ol li {
  margin-bottom: 0.35rem;
}
