/* Startseite – professioneller Auftritt ohne Hero-Doppelung */

body.page-home .hero--brand {
  min-height: min(72vh, 680px);
  display: grid;
  align-items: center;
  background: #0a1220;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Foto dezent – Text bleibt im Vordergrund */
body.page-home .hero--brand .hero-media img {
  filter: brightness(0.7) saturate(0.98);
}

body.page-home .hero--brand .hero-overlay {
  background: linear-gradient(
    120deg,
    rgba(10, 18, 32, 0.81) 0%,
    rgba(15, 35, 58, 0.77) 45%,
    rgba(20, 60, 96, 0.69) 100%
  );
}

body.page-home .hero--brand::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(147, 197, 253, 0.08), transparent),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(30, 90, 138, 0.2), transparent);
  pointer-events: none;
}

body.page-home .hero--brand .hero-inner {
  position: relative;
  z-index: 3;
  padding-top: calc(var(--nav-h) + 3rem);
  padding-bottom: 4.5rem;
}

body.page-home .hero--brand h1 {
  max-width: 22ch;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
}

body.page-home .hero--brand .hero-lead {
  max-width: 40rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  opacity: 0.95;
}

body.page-home .hero--brand .hero-lead em {
  font-style: normal;
  color: #93c5fd;
  font-weight: 600;
}

body.page-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

body.page-home .hero-stats li strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.page-home .hero-stats li span {
  font-size: 0.8125rem;
  color: rgba(232, 236, 242, 0.75);
}

@media (max-width: 640px) {
  body.page-home .hero-stats {
    gap: 1rem 1.5rem;
  }
}

/* SEO-Intro – Breite wie Leistungs-Kacheln (--max), Text unverändert */
body.page-home .home-seo-section {
  padding: 4rem 1.5rem;
}

body.page-home .home-seo {
  width: 100%;
}

body.page-home .home-seo__head {
  margin-bottom: 2rem;
  text-align: center;
}

body.page-home .home-seo__title {
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text);
  margin: 0 0 0.85rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

body.page-home .home-seo__lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 48rem;
  margin: 0 auto;
}

body.page-home .home-seo__text {
  font-size: 0.9875rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 1.75rem;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.page-home .home-seo__subhead {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  text-align: center;
  margin: 0 0 1.25rem;
}

body.page-home .home-seo__cards {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.page-home .home-seo__cards--2 {
  grid-template-columns: repeat(2, 1fr);
}

body.page-home .home-seo-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  box-shadow: var(--shadow-sm);
}

/* Optionen – einheitlicher Abstand (1,5rem) zwischen allen Kacheln */
body.page-home .home-seo__optionen {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.page-home .home-seo__optionen .home-seo__showcases,
body.page-home .home-seo__optionen .home-seo__cards {
  margin-bottom: 0;
}

/* Optionen mit Bild – gleiches Kachel-Layout wie Produkt-Showcases */
body.page-home .home-seo__showcases {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

body.page-home .home-seo__showcases .showcase {
  margin-bottom: 0;
}

body.page-home .home-seo-showcase {
  margin-bottom: 0;
}

body.page-home .home-seo-showcase .showcase-img {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

body.page-home .home-seo-showcase .showcase-img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-home .home-seo-showcase .showcase-body {
  padding: 1.75rem 2rem;
}

body.page-home .home-seo-showcase__title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

body.page-home .home-seo-showcase .showcase-body > p {
  margin-bottom: 0;
  font-size: 0.9875rem;
}

body.page-home .home-seo-card__label,
body.page-home .home-seo-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 0.65rem;
  line-height: 1.3;
}

body.page-home .home-seo-card__text {
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

body.page-home .home-seo-card--cta {
  text-align: center;
  margin-top: 0;
  padding: 2rem;
}

body.page-home .home-seo-contact {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
  font-size: 0.9875rem;
  color: var(--text-muted);
}

body.page-home .home-seo-contact li {
  margin-bottom: 0.4rem;
}

body.page-home .home-seo-contact a {
  font-weight: 500;
  color: var(--accent);
}

@media (max-width: 960px) {
  body.page-home .home-seo__cards--2 {
    grid-template-columns: 1fr;
  }

}
