/* Schecho Glanz Service – durchgehend dunkel wie Regen-Hero */
:root {
  --navy-deep: #0a1628;
  --navy: #152642;
  --slate-800: #1e293b;
  --blue-deep: #1e3a5f;
  --blue-mid: #2d4a6f;
  --steel: #64748b;
  --accent: #10b981;
  --accent-dark: #059669;
  --accent-glow: rgba(16, 185, 129, 0.45);
  --accent-soft: rgba(16, 185, 129, 0.18);
  --accent-bright: #34d399;
  --accent-highlight: #6ee7b7;
  --accent-gradient: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  --text-gradient: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);
  --ice: #7c8fa3;
  --ice-soft: #8b9eb0;
  --slate-100: #94a6b8;
  /* Flächen unter dem Hero (leichte Abstufung, weiterhin dunkel) */
  --mist: #1e2836;
  --canvas: #1a222e;
  --canvas-deep: #161c28;
  --panel: #1e2836;
  --elevated: rgba(255, 255, 255, 0.055);
  --elevated-bright: rgba(255, 255, 255, 0.09);
  --surface: var(--canvas);
  --surface-2: var(--canvas-deep);
  --white: #ffffff;
  --text: #0f172a;
  --text-muted: #475569;
  --page-fg: #e8edf4;
  --page-fg-muted: rgba(226, 232, 240, 0.82);
  --page-fg-soft: #94a3b8;
  --link-on-dark: #93c5fd;
  --glass-border: rgba(255, 255, 255, 0.12);
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 24px 56px rgba(0, 0, 0, 0.5);
  --radius: 14px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --blue-900: var(--navy);
  --blue-700: var(--blue-deep);
  --blue-500: #3d6ea8;
  /* Volle erste Ansicht: Viewport minus Sticky-Header (ungefähre Höhe) */
  --landing-header-offset: 4.75rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #0c0f14;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--page-fg);
  background-color: #0c141f;
  background-image:
    url("../Images/hero-raindrops.svg"),
    url("../Images/hero-raindrops.svg");
  background-size:
    clamp(240px, 35vw, 340px) auto,
    clamp(400px, 60vw, 600px) auto;
  background-repeat: repeat, repeat;
  background-position: center 0, center 0;
  background-attachment: fixed, fixed;
  background-blend-mode: soft-light, soft-light;
  animation: 
    body-rain-fall-1 22s linear infinite,
    body-rain-fall-2 12s linear infinite;
}

@keyframes body-rain-fall-1 {
  from { background-position: center 0, center 0, center center; }
  to { background-position: center 720px, center 0, center center; }
}

@keyframes body-rain-fall-2 {
  from { background-position: center 0, center 0, center center; }
  to { background-position: center 0, center 720px, center center; }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--link-on-dark);
  text-decoration: none;
}

a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.container {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

/* Header – dunkles Glas wie der Hero, kein heller Streifen oben */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: blur(14px);
  border-bottom: none;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1rem;
}

.logo {
  text-decoration: none;
  line-height: 0;
}

.logo:hover {
  text-decoration: none;
  opacity: 0.92;
}

.logo--brand {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
}

.logo-img {
  height: 46px;
  width: auto;
  max-width: min(200px, 46vw);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

@media (min-width: 769px) {
  .logo-img {
    height: 52px;
    max-width: 220px;
  }
}

.hero-logo-wrap {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.hero-logo {
  max-width: min(100%, 520px);
  width: 100%;
  height: auto;
  max-height: clamp(120px, 26vw, 210px);
  object-fit: contain;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.35));
}

.landing-stack .hero-logo {
  max-width: min(100%, 580px);
  max-height: clamp(140px, 30vw, 240px);
}

.landing-stack .hero h1 {
  font-size: clamp(2.35rem, 6.2vw, 4.15rem);
  line-height: 1.08;
  margin-bottom: clamp(0.65rem, 2vw, 1rem);
  max-width: min(100%, 38rem);
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #ffffff 20%, #94a3b8 50%, #ffffff 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer-text 8s linear infinite;
}

@keyframes shimmer-text {
  to { background-position: 200% center; }
}

/* Aktions-Grafik (HTML/CSS, kein Flyer-Bild) */
.angebot-layout {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 300px);
  gap: 1.35rem 1.75rem;
  align-items: start;
}

@media (max-width: 880px) {
  .angebot-layout {
    grid-template-columns: 1fr;
  }
}

.angebot-figure {
  margin: 0;
  max-width: none;
  text-align: center;
}

.angebot-side {
  padding: 1.35rem 1.25rem;
  background: linear-gradient(
    165deg,
    var(--elevated-bright) 0%,
    var(--elevated) 100%
  );
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  text-align: left;
}

.angebot-side__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.angebot-side__title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--page-fg);
  line-height: 1.25;
}

.angebot-side__text {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--page-fg-muted);
  line-height: 1.55;
}

.angebot-side__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.btn-side {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 10px;
  text-decoration: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--navy-deep);
  border: none;
  box-shadow: 0 6px 20px var(--accent-glow);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn-side:hover {
  text-decoration: none;
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: var(--navy-deep);
}

.btn-side--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--page-fg);
  border: 2px solid rgba(147, 197, 253, 0.45);
  box-shadow: none;
}

.btn-side--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.angebot-side__fineprint {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  color: var(--page-fg-soft);
  line-height: 1.45;
}

.angebot-graphic {
  position: relative;
  overflow: hidden;
  text-align: left;
  border-radius: 22px;
  padding: 1.6rem 1.45rem 1.45rem;
  color: var(--white);
  background: linear-gradient(
    152deg,
    var(--navy-deep) 0%,
    var(--blue-deep) 45%,
    #2a4a6e 100%
  );
  box-shadow:
    0 22px 48px rgba(10, 22, 40, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 48px rgba(34, 197, 94, 0.14);
}

.angebot-graphic__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 90% 55% at 88% 8%,
      rgba(255, 255, 255, 0.18),
      transparent 55%
    ),
    radial-gradient(
      circle at 12% 75%,
      rgba(52, 211, 153, 0.1),
      transparent 45%
    );
}

.angebot-graphic > *:not(.angebot-graphic__shine) {
  position: relative;
  z-index: 1;
}

.angebot-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.4rem 0.95rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-deep);
  background: linear-gradient(180deg, var(--accent-highlight) 0%, var(--accent) 100%);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.angebot-graphic__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.angebot-graphic__titles {
  flex: 1;
  min-width: 0;
}

.angebot-graphic__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.88;
}

.angebot-graphic__title {
  margin: 0.2rem 0 0;
  font-size: clamp(1.28rem, 3.8vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.angebot-graphic__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  opacity: 0.95;
}

.angebot-graphic__icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

.angebot-price-block {
  padding: 1.05rem 1rem 0.95rem;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.angebot-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem 0.65rem;
  margin-bottom: 0.75rem;
}

.angebot-price__from {
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 0.92;
}

.angebot-price__value {
  font-size: clamp(2.35rem, 8vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #bef264;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.angebot-includes {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.45;
}

.angebot-includes li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.4rem;
}

.angebot-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-bright);
  font-weight: 800;
}

.angebot-includes strong {
  color: #d9f99d;
  font-weight: 800;
}

.angebot-footnote {
  margin: 0.65rem 0 0;
  font-size: 0.76rem;
  opacity: 0.78;
  text-align: center;
  line-height: 1.4;
}

.angebot-perks {
  list-style: none;
  margin: 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.angebot-perks li {
  position: relative;
  padding: 0.32rem 0 0.32rem 1.35rem;
  font-size: 0.86rem;
  line-height: 1.4;
  opacity: 0.96;
}

.angebot-perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-bright);
  font-weight: 800;
}

.angebot-local {
  margin: 1rem 0 0;
  padding: 0.7rem 0.65rem;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.angebot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.angebot-tags span {
  padding: 0.38rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.angebot-caption {
  margin-top: 1.5rem;
}

.angebot-cta {
  display: inline-flex;
}

.nav-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: inherit;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-list a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.nav-list a:hover {
  color: var(--accent-highlight);
  text-decoration: none;
}

.nav-cta {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--navy-deep) !important;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 4px 18px var(--accent-glow);
  font-weight: 800;
}

.nav-cta:hover {
  filter: brightness(1.06);
  color: var(--navy-deep) !important;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 1.25rem;
    right: 1.25rem;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 2rem 1.5rem;
    display: none;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    margin-top: 0.75rem;
    z-index: 1000;
  }

  .nav.is-open {
    display: block;
    animation: anim-mobile-menu 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes anim-mobile-menu {
    from {
      opacity: 0;
      transform: translateY(-10px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .nav-list li {
    width: 100%;
    text-align: center;
  }

  .nav-list a {
    color: var(--white);
    font-size: 1.1rem;
    display: block;
  }

  .nav-cta {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: center;
    padding: 0.85rem !important;
  }
}

/* Erste Ansicht: Hero + Trust-Leiste füllen die Höhe unter dem Header */
.landing-stack {
  min-height: calc(100vh - var(--landing-header-offset));
  min-height: calc(100svh - var(--landing-header-offset));
  min-height: calc(100dvh - var(--landing-header-offset));
  display: flex;
  flex-direction: column;
}

.landing-stack .hero--rain {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}

.landing-stack .hero-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: clamp(1rem, 3vw, 2.25rem);
  padding-bottom: clamp(1rem, 3vw, 2.25rem);
  width: min(100% - 1.5rem, 78rem);
  max-width: 78rem;
}

.landing-stack .hero-inner > * {
  max-width: 100%;
}

.landing-stack .trust-strip {
  flex-shrink: 0;
}

/* Hero – dunkel & Regentropfen (nasse Oberfläche) */
.hero--rain {
  background: transparent;
  color: var(--white);
  padding: clamp(2.75rem, 7vw, 5rem) 0 0;
  border-bottom: none;
}

.hero-rain-layer {
  display: none;
}

.hero-rain-vignette {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
}

/* Sanfte Farbflächen – füllen den Rand, wirkt weniger „leer“ */
.landing-stack .hero::before {
  content: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(3.5rem, 8vw, 5rem);
}

.hero::after {
  content: none;
}

@keyframes pulse-glow {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 1; transform: scale(1.1); }
}

.hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.landing-stack .hero h1 {
  font-size: clamp(2.35rem, 6.2vw, 4.15rem);
  line-height: 1.08;
  margin-bottom: clamp(0.65rem, 2vw, 1rem);
  max-width: min(100%, 38rem);
  margin-left: auto;
  margin-right: auto;
}

.hero-lead {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  opacity: 0.95;
  max-width: 36ch;
  margin: 0 0 0.5rem;
}

.landing-stack .hero-lead {
  font-size: clamp(1.2rem, 2.6vw, 1.65rem);
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.hero-tag {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1rem;
}

.landing-stack .hero-tag {
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.hero-tag strong {
  color: var(--accent-highlight);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.landing-stack .hero-actions {
  justify-content: center;
  gap: 1rem 1.25rem;
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

.landing-stack .hero-actions .btn {
  font-size: clamp(1.02rem, 1.8vw, 1.12rem);
  padding: clamp(0.95rem, 2vw, 1.1rem) clamp(1.65rem, 3vw, 2.1rem);
  min-height: 3.1rem;
}

.landing-stack .hero-actions .btn-icon {
  width: 20px;
  height: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
  color: var(--white);
  border: 1px solid rgba(147, 197, 253, 0.45);
  box-shadow:
    0 8px 28px rgba(37, 99, 235, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 45%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 55%
  );
  transform: rotate(-45deg);
  animation: btn-shimmer 4s infinite;
  pointer-events: none;
}

@keyframes btn-shimmer {
  0% { transform: translateY(100%) translateX(-100%) rotate(-45deg); }
  25%, 100% { transform: translateY(-100%) translateX(100%) rotate(-45deg); }
}

.btn-primary:hover {
  color: var(--white);
  filter: brightness(1.06);
  box-shadow: 0 12px 36px rgba(37, 99, 235, 0.6);
  transform: translateY(-2px) scale(1.02);
}

.btn-icon {
  flex-shrink: 0;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.25);
  color: var(--white);
}

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  font-size: 0.98rem;
}

.landing-stack .hero-contact {
  justify-content: center;
  gap: 1.15rem 2.25rem;
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 700;
}

.hero-contact a {
  color: var(--white);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-contact a:hover {
  text-decoration: underline;
  color: var(--white);
}

.icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  box-shadow: 0 0 10px var(--accent-glow);
}

.landing-stack .icon-dot {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 14px var(--accent-glow);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  max-width: 42rem;
}

.landing-stack .hero-benefits {
  justify-content: center;
  gap: 0.65rem 1rem;
  max-width: 52rem;
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

.hero-benefits li {
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.95);
}

.landing-stack .hero-benefits li {
  font-size: clamp(0.88rem, 1.6vw, 1.02rem);
  padding: 0.55rem 1.1rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.trust-strip {
  background: transparent;
  color: var(--page-fg);
  padding: 0.85rem 0;
  border-top: none;
  border-bottom: none;
}

.landing-stack .trust-strip {
  padding: clamp(0.95rem, 2vw, 1.2rem) 0;
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.5rem;
}

.landing-stack .trust-strip__inner {
  gap: 0.75rem 1.75rem;
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

.landing-stack .trust-strip__item {
  font-size: clamp(0.82rem, 1.4vw, 0.95rem);
}

.landing-stack .trust-strip__mark {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.72rem;
}

.landing-stack .trust-strip__cta {
  font-size: clamp(0.78rem, 1.3vw, 0.88rem);
  padding: 0.48rem 1.15rem;
}

.trust-strip__item strong {
  color: var(--white);
}

.trust-strip__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(147, 197, 253, 0.14);
  color: #93c5fd;
  font-size: 0.65rem;
  font-weight: 800;
  flex-shrink: 0;
  border: 1px solid rgba(147, 197, 253, 0.28);
}

.trust-strip__cta {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy-deep);
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.5);
  background: linear-gradient(180deg, var(--accent-highlight) 0%, var(--accent) 100%);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(34, 197, 94, 0.28);
}

.trust-strip__cta:hover {
  background: linear-gradient(180deg, #d1fae5 0%, #34d399 100%);
  color: var(--navy-deep);
  text-decoration: none;
  filter: brightness(1.02);
}

@media (max-width: 640px) {
  .trust-strip__inner {
    flex-direction: column;
    text-align: center;
  }

  .trust-strip__item {
    max-width: 22rem;
    justify-content: center;
  }
}

/* Sections */
section {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.section-dense {
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
}

.section-white {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.section-muted {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.section-pattern {
  position: relative;
}

.section-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 0
  );
  background-size: 28px 28px;
}

.section-pattern > .container {
  position: relative;
  z-index: 1;
}

.section-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--page-fg-soft);
}

.section-eyebrow--accent {
  color: var(--accent-dark);
}

.section-title--on-dark {
  color: var(--white);
}

.section-intro--on-dark {
  color: rgba(255, 255, 255, 0.88);
  max-width: 56ch;
}

.section-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.section-intro {
  margin: 0 0 1.5rem;
  color: var(--page-fg-muted);
  max-width: 50ch;
}

.section-intro--wide {
  max-width: 62ch;
}

/* Cards grid */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.card {
  background: linear-gradient(165deg, var(--elevated-bright) 0%, var(--elevated) 100%);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: #f1f5f9;
}

.card p {
  margin: 0;
  color: var(--page-fg-muted);
  font-size: 0.98rem;
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* Preise */
.pricing-block {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid var(--accent);
  position: relative;
}

.pricing-block::before {
  content: "TOP ANGEBOT";
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--accent-gradient);
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.pricing-block ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--page-fg);
}

.pricing-block li {
  margin-bottom: 0.65rem;
}

.pricing-block li strong {
  color: #bfdbfe;
}

.pricing-note {
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--page-fg-muted);
  font-size: 0.98rem;
}

/* Warum wir (Raster wie Beispielseite) */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.why-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 28px;
  padding: 2.25rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 20px var(--accent-glow);
  border-color: var(--accent-bright);
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, var(--accent-soft) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.why-card:hover::before {
  opacity: 0.3;
}

.why-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--accent-gradient);
  transition: width 0.3s ease;
  border-radius: 3px 3px 0 0;
}

.why-card:hover::after {
  width: 50%;
}

.why-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.why-card:hover .why-icon {
  background: var(--accent-gradient);
  color: var(--navy-deep);
  transform: scale(1.1) rotate(-8deg);
  box-shadow: 0 10px 25px var(--accent-glow);
  border-color: transparent;
}

.why-icon svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.why-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.01em;
}

.why-card p {
  margin: 0;
  color: var(--page-fg-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Leistungen Karten */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.15rem;
}

@media (max-width: 720px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  position: relative;
  padding: 1.35rem 1.25rem 1.15rem 3.25rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3), 0 0 20px var(--accent-soft);
  transform: translateY(-6px) scale(1.02);
}

.service-card:hover::after {
  content: "✦";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.25rem;
  color: var(--accent-bright);
  animation: sparkle-float 1.5s ease-in-out infinite;
  text-shadow: 0 0 10px var(--accent-glow);
}

@keyframes sparkle-float {
  0%, 100% { transform: translateY(0) scale(1) rotate(0); opacity: 0.8; }
  50% { transform: translateY(-8px) scale(1.3) rotate(15deg); opacity: 1; }
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(255, 255, 255, 0.06),
    transparent 40%
  );
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__num {
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-deep), var(--blue-mid));
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(30, 58, 95, 0.25);
}

.service-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: #f1f5f9;
}

.service-card p {
  margin: 0 0 0.65rem;
  color: var(--page-fg-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.service-card__hook {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cbd5e1;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card__hook--hot {
  color: var(--accent-highlight);
  background: var(--accent-soft);
  border-color: rgba(34, 197, 94, 0.4);
}

/* Galerie & Comparison Slider */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.comparison-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comparison-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  background: #000;
  cursor: ew-resize;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-before,
.comparison-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}

.comparison-before {
  z-index: 1;
  width: 50%; /* Initial state */
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.before-img {
  filter: grayscale(0.6) brightness(0.6) contrast(1.1) sepia(0.2);
}

.comparison-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ensure the image in 'before' doesn't shrink when its container does */
.comparison-before img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}

.comparison-label {
  position: absolute;
  bottom: 12px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  z-index: 5;
}

.label-before { left: 12px; }
.label-after { right: 12px; }

.comparison-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--white);
  z-index: 10;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.handle-line {
  width: 100%;
  height: 100%;
  background: var(--white);
}

.handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-deep);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.comparison-container figcaption {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--page-fg);
  text-align: center;
}

/* Kontakt – neutrales Anthrazit wie Restseite (ohne Blau-Verlauf) */
.section-contact {
  background: transparent;
  color: var(--white);
  padding: clamp(4rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.section-contact::before {
  content: none;
}

.section-contact::after {
  content: none;
}

.section-contact > .container {
  position: relative;
  z-index: 2;
}

@keyframes rain-fall-smooth {
  from { background-position: 0 0; }
  to { background-position: 0 720px; }
}

@keyframes rain-fall-smooth-large {
  from { background-position: 0 0; }
  to { background-position: 0 720px; }
}

@keyframes rain-fall-smooth-tiny {
  from { background-position: 0 0; }
  to { background-position: 0 360px; }
}

.section-contact > .container {
  position: relative;
  z-index: 1;
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .contact-icons {
    grid-template-columns: 1fr;
  }
}

.contact-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  color: var(--white);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.contact-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.contact-tile:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--accent-bright);
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 15px var(--accent-glow);
}

.contact-tile:hover::before {
  opacity: 1;
}

.contact-tile-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-bright);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.5rem;
  transition: all 0.4s ease;
}

.contact-tile:hover .contact-tile-icon {
  background: var(--accent-gradient);
  color: var(--navy-deep);
  transform: rotate(10deg);
  box-shadow: 0 0 20px var(--accent-glow);
}

.contact-tile-icon svg {
  width: 22px;
  height: 22px;
}

.contact-tile-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  opacity: 0.85;
}

.contact-tile-value {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.45;
}

.contact-cta-row {
  display: flex;
  justify-content: center;
}

.btn-whatsapp {
  background: #25d366;
  color: var(--white);
  justify-content: center;
}

.btn-whatsapp:hover {
  background: #20bd5a;
  color: var(--white);
}

.btn-whatsapp--large {
  min-width: min(100%, 360px);
  padding: 1.25rem 2.5rem;
  font-size: 1.15rem;
  border-radius: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.btn-whatsapp--large:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
}

/* Impressum */
.impressum {
  background: linear-gradient(180deg, #0f1419 0%, #121a24 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.5rem 0;
}

.impressum-box {
  max-width: 720px;
}

.impressum-box h2 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  color: #f1f5f9;
}

.impressum-box p,
.impressum-box address {
  margin: 0 0 1rem;
  color: var(--page-fg-muted);
  font-style: normal;
  line-height: 1.65;
}

.impressum-box strong {
  color: var(--page-fg);
}

.impressum-box small {
  color: var(--page-fg-soft);
  font-size: 0.88em;
}

.impressum-back {
  margin: 0 0 1.25rem;
}

.impressum-page {
  min-height: calc(100vh - 12rem);
}

.site-footer {
  padding: 1.5rem 1rem;
  font-size: 0.88rem;
  color: var(--page-fg-muted);
  background: linear-gradient(180deg, #0a0e14 0%, #0c1018 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
}

.footer-nav a {
  color: var(--link-on-dark);
  font-weight: 600;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
  color: var(--accent-bright);
}

.footer-copy {
  margin: 0;
  font-size: 0.84rem;
}

/* —— Animationen (Scroll-Reveal + Hero) —— */
@keyframes anim-hero-in {
  from {
    opacity: 0;
    transform: translateY(1.15rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes anim-header-in {
  from {
    opacity: 0;
    transform: translateY(-0.6rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero--rain .hero-inner > * {
    animation: anim-hero-in 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hero--rain .hero-inner > *:nth-child(1) {
    animation-delay: 0.04s;
  }
  .hero--rain .hero-inner > *:nth-child(2) {
    animation-delay: 0.1s;
  }
  .hero--rain .hero-inner > *:nth-child(3) {
    animation-delay: 0.16s;
  }
  .hero--rain .hero-inner > *:nth-child(4) {
    animation-delay: 0.22s;
  }
  .hero--rain .hero-inner > *:nth-child(5) {
    animation-delay: 0.28s;
  }
  .hero--rain .hero-inner > *:nth-child(6) {
    animation-delay: 0.34s;
  }
  .hero--rain .hero-inner > *:nth-child(7) {
    animation-delay: 0.4s;
  }

  .hero-benefits li {
    transition: transform 0.22s ease, border-color 0.2s ease,
      box-shadow 0.22s ease;
  }

  .hero-benefits li:hover {
    transform: translateY(-3px);
  }
}

html.anim-enabled .site-header {
  animation: anim-header-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-eyebrow,
html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-title,
html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-title--on-dark,
html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-intro,
html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-intro--on-dark,
html.anim-enabled [data-reveal]:not(.is-revealed) .trust-strip__inner > .trust-strip__item,
html.anim-enabled [data-reveal]:not(.is-revealed) .trust-strip__inner > .trust-strip__cta,
html.anim-enabled [data-reveal]:not(.is-revealed) .service-grid .service-card,
html.anim-enabled [data-reveal]:not(.is-revealed) .why-grid .why-card,
html.anim-enabled [data-reveal]:not(.is-revealed) .gallery figure,
html.anim-enabled [data-reveal]:not(.is-revealed) .pricing-block,
html.anim-enabled [data-reveal]:not(.is-revealed) .angebot-layout,
html.anim-enabled [data-reveal]:not(.is-revealed) .contact-tile,
html.anim-enabled [data-reveal]:not(.is-revealed) .contact-cta-row,
html.anim-enabled [data-reveal]:not(.is-revealed) .impressum-box > *,
html.anim-enabled .site-footer:not(.is-revealed) .footer-inner > * {
  opacity: 0;
  transform: translateY(1rem);
}

html.anim-enabled [data-reveal].is-revealed .container > .section-eyebrow,
html.anim-enabled [data-reveal].is-revealed .container > .section-title,
html.anim-enabled [data-reveal].is-revealed .container > .section-title--on-dark,
html.anim-enabled [data-reveal].is-revealed .container > .section-intro,
html.anim-enabled [data-reveal].is-revealed .container > .section-intro--on-dark,
html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__item,
html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__cta,
html.anim-enabled [data-reveal].is-revealed .angebot-layout,
html.anim-enabled [data-reveal].is-revealed .contact-tile,
html.anim-enabled [data-reveal].is-revealed .contact-cta-row,
html.anim-enabled [data-reveal].is-revealed .impressum-box > *,
html.anim-enabled .site-footer.is-revealed .footer-inner > * {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

html.anim-enabled [data-reveal].is-revealed .service-grid .service-card,
html.anim-enabled [data-reveal].is-revealed .why-grid .why-card,
html.anim-enabled [data-reveal].is-revealed .gallery figure,
html.anim-enabled [data-reveal].is-revealed .pricing-block {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s ease, box-shadow 0.2s ease;
}

html.anim-enabled [data-reveal].is-revealed .container > .section-eyebrow {
  transition-delay: 0.04s;
}
html.anim-enabled [data-reveal].is-revealed .container > .section-title,
html.anim-enabled [data-reveal].is-revealed .container > .section-title--on-dark {
  transition-delay: 0.1s;
}
html.anim-enabled [data-reveal].is-revealed .container > .section-intro,
html.anim-enabled [data-reveal].is-revealed .container > .section-intro--on-dark {
  transition-delay: 0.18s;
}

html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__item:nth-child(1) {
  transition-delay: 0.05s;
}
html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__item:nth-child(2) {
  transition-delay: 0.11s;
}
html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__item:nth-child(3) {
  transition-delay: 0.17s;
}
html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__cta {
  transition-delay: 0.24s;
}

html.anim-enabled [data-reveal].is-revealed .service-grid .service-card:nth-child(1) {
  transition-delay: 0.22s;
}
html.anim-enabled [data-reveal].is-revealed .service-grid .service-card:nth-child(2) {
  transition-delay: 0.3s;
}
html.anim-enabled [data-reveal].is-revealed .service-grid .service-card:nth-child(3) {
  transition-delay: 0.38s;
}
html.anim-enabled [data-reveal].is-revealed .service-grid .service-card:nth-child(4) {
  transition-delay: 0.46s;
}

html.anim-enabled [data-reveal].is-revealed .why-grid .why-card:nth-child(1) {
  transition-delay: 0.22s;
}
html.anim-enabled [data-reveal].is-revealed .why-grid .why-card:nth-child(2) {
  transition-delay: 0.28s;
}
html.anim-enabled [data-reveal].is-revealed .why-grid .why-card:nth-child(3) {
  transition-delay: 0.34s;
}
html.anim-enabled [data-reveal].is-revealed .why-grid .why-card:nth-child(4) {
  transition-delay: 0.4s;
}
html.anim-enabled [data-reveal].is-revealed .why-grid .why-card:nth-child(5) {
  transition-delay: 0.46s;
}
html.anim-enabled [data-reveal].is-revealed .why-grid .why-card:nth-child(6) {
  transition-delay: 0.52s;
}

html.anim-enabled [data-reveal].is-revealed .gallery figure:nth-child(1) {
  transition-delay: 0.22s;
}
html.anim-enabled [data-reveal].is-revealed .gallery figure:nth-child(2) {
  transition-delay: 0.32s;
}
html.anim-enabled [data-reveal].is-revealed .gallery figure:nth-child(3) {
  transition-delay: 0.42s;
}

html.anim-enabled [data-reveal].is-revealed .pricing-block,
html.anim-enabled [data-reveal].is-revealed .angebot-layout {
  transition-delay: 0.22s;
}

html.anim-enabled [data-reveal].is-revealed .contact-tile:nth-child(1) {
  transition-delay: 0.22s;
}
html.anim-enabled [data-reveal].is-revealed .contact-tile:nth-child(2) {
  transition-delay: 0.3s;
}
html.anim-enabled [data-reveal].is-revealed .contact-tile:nth-child(3) {
  transition-delay: 0.38s;
}
html.anim-enabled [data-reveal].is-revealed .contact-cta-row {
  transition-delay: 0.46s;
}

html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(1) {
  transition-delay: 0.06s;
}
html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(2) {
  transition-delay: 0.1s;
}
html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(3) {
  transition-delay: 0.14s;
}
html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(4) {
  transition-delay: 0.18s;
}
html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(5) {
  transition-delay: 0.22s;
}
html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(6) {
  transition-delay: 0.26s;
}
html.anim-enabled [data-reveal].is-revealed .impressum-box > *:nth-child(7) {
  transition-delay: 0.3s;
}

html.anim-enabled .site-footer.is-revealed .footer-nav {
  transition-delay: 0.08s;
}
html.anim-enabled .site-footer.is-revealed .footer-copy {
  transition-delay: 0.16s;
}

@media (prefers-reduced-motion: reduce) {
  .hero--rain .hero-inner > *,
  html.anim-enabled .site-header {
    animation: none !important;
  }

  html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-eyebrow,
  html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-title,
  html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-title--on-dark,
  html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-intro,
  html.anim-enabled [data-reveal]:not(.is-revealed) .container > .section-intro--on-dark,
  html.anim-enabled [data-reveal]:not(.is-revealed) .trust-strip__inner > .trust-strip__item,
  html.anim-enabled [data-reveal]:not(.is-revealed) .trust-strip__inner > .trust-strip__cta,
  html.anim-enabled [data-reveal]:not(.is-revealed) .service-grid .service-card,
  html.anim-enabled [data-reveal]:not(.is-revealed) .why-grid .why-card,
  html.anim-enabled [data-reveal]:not(.is-revealed) .gallery figure,
  html.anim-enabled [data-reveal]:not(.is-revealed) .pricing-block,
  html.anim-enabled [data-reveal]:not(.is-revealed) .angebot-layout,
  html.anim-enabled [data-reveal]:not(.is-revealed) .contact-tile,
  html.anim-enabled [data-reveal]:not(.is-revealed) .contact-cta-row,
  html.anim-enabled [data-reveal]:not(.is-revealed) .impressum-box > *,
  html.anim-enabled .site-footer:not(.is-revealed) .footer-inner > * {
    opacity: 1 !important;
    transform: none !important;
  }

  html.anim-enabled [data-reveal].is-revealed .container > .section-eyebrow,
  html.anim-enabled [data-reveal].is-revealed .container > .section-title,
  html.anim-enabled [data-reveal].is-revealed .container > .section-title--on-dark,
  html.anim-enabled [data-reveal].is-revealed .container > .section-intro,
  html.anim-enabled [data-reveal].is-revealed .container > .section-intro--on-dark,
  html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__item,
  html.anim-enabled [data-reveal].is-revealed .trust-strip__inner > .trust-strip__cta,
  html.anim-enabled [data-reveal].is-revealed .service-grid .service-card,
  html.anim-enabled [data-reveal].is-revealed .why-grid .why-card,
  html.anim-enabled [data-reveal].is-revealed .gallery figure,
  html.anim-enabled [data-reveal].is-revealed .pricing-block,
  html.anim-enabled [data-reveal].is-revealed .angebot-layout,
  html.anim-enabled [data-reveal].is-revealed .contact-tile,
  html.anim-enabled [data-reveal].is-revealed .contact-cta-row,
  html.anim-enabled [data-reveal].is-revealed .impressum-box > *,
  html.anim-enabled .site-footer.is-revealed .footer-inner > * {
    transition: none !important;
  }

  .hero-benefits li:hover {
    transform: none;
  }

  body,
  .hero-rain-layer,
  .section-contact::after {
    animation: none !important;
  }
}

/* Light theme override */
:root {
  --text-gradient: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  --mist: #dbe7f2;
  --canvas: #cfdceb;
  --canvas-deep: #bfd0e3;
  --panel: rgba(255, 255, 255, 0.5);
  --elevated: rgba(255, 255, 255, 0.2);
  --elevated-bright: rgba(255, 255, 255, 0.34);
  --surface: rgba(255, 255, 255, 0.48);
  --surface-2: rgba(255, 255, 255, 0.32);
  --text: #0c1a2c;
  --text-muted: #203146;
  --page-fg: #0c1a2c;
  --page-fg-muted: rgba(12, 26, 44, 0.86);
  --page-fg-soft: #405570;
  --link-on-dark: #0f766e;
  --accent: #2dd4bf;
  --accent-dark: #0f766e;
  --accent-glow: rgba(45, 212, 191, 0.42);
  --accent-soft: rgba(45, 212, 191, 0.18);
  --accent-bright: #5eead4;
  --accent-highlight: #99f6e4;
  --accent-gradient: linear-gradient(135deg, #5eead4 0%, #2dd4bf 100%);
  --glass-border: rgba(255, 255, 255, 0.62);
  --shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
  --shadow-lg: 0 24px 52px rgba(15, 23, 42, 0.2);
}

html {
  background: #d4e0ed;
}

body {
  color: var(--page-fg);
  background-color: #d5e2ef;
  background-image:
    linear-gradient(180deg, rgba(224, 234, 245, 0.58), rgba(203, 218, 235, 0.68)),
    url("../Images/hero-raindrops.svg"),
    url("../Images/hero-raindrops.svg");
  background-size: auto, clamp(220px, 32vw, 320px) auto, clamp(360px, 54vw, 540px) auto;
  background-repeat: repeat, repeat, repeat;
  background-position: center 0, center 0, center 0;
  background-attachment: fixed, fixed, fixed;
  background-blend-mode: normal, multiply, multiply;
  animation: body-rain-fall-1 24s linear infinite, body-rain-fall-2 14s linear infinite;
}

.site-header {
  background: rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(20px) saturate(135%);
}

.nav-toggle {
  background: rgba(15, 23, 42, 0.06);
  color: var(--page-fg);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.nav-list a {
  color: #1e293b;
}

.nav-list a:hover {
  color: #0f766e;
}

@media (max-width: 768px) {
  .nav {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.14);
  }

  .nav-list a {
    color: #0f172a;
  }
}

.hero--rain {
  background:
    linear-gradient(180deg, rgba(223, 234, 245, 0.52) 0%, rgba(202, 217, 234, 0.62) 100%),
    url("../Images/hero-raindrops.svg");
  background-size: auto, clamp(360px, 55vw, 620px) auto;
  background-repeat: repeat, repeat;
  background-position: center 0, center 0;
  background-blend-mode: normal, multiply;
  color: var(--page-fg);
}

.landing-stack .hero h1 {
  background: linear-gradient(135deg, #0f172a 20%, #334155 50%, #0f172a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-tag,
.hero-contact a,
.trust-strip__item,
.section-title--on-dark,
.section-intro--on-dark {
  color: #1e293b;
}

.hero-benefits li {
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.14);
  color: #1e293b;
}

.trust-strip__item strong {
  color: #0f172a;
}

.section-white,
.section-muted,
.section-contact {
  background: transparent;
}

.section-white {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.section-muted {
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.section-pattern::before {
  opacity: 0.2;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(15, 23, 42, 0.08) 1px,
    transparent 0
  );
}

.section-title,
.card h3,
.service-card h3,
.why-card h3,
.impressum-box h2 {
  color: #0f172a;
}

.card,
.pricing-block,
.why-card,
.service-card,
.contact-tile,
.angebot-side {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.26) 100%);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(16px) saturate(130%);
}

.btn-primary,
.nav-cta,
.trust-strip__cta {
  background: linear-gradient(135deg, #5eead4 0%, #2dd4bf 100%);
  color: #083344 !important;
  border-color: rgba(13, 148, 136, 0.4);
  box-shadow: 0 8px 24px rgba(45, 212, 191, 0.35);
}

.btn-primary:hover,
.nav-cta:hover,
.trust-strip__cta:hover {
  color: #042f2e !important;
  filter: brightness(1.04);
}

.hero-tag strong,
.section-eyebrow--accent,
.service-card__hook--hot {
  color: var(--accent-dark);
}

.icon-dot {
  background: #2dd4bf;
  box-shadow: 0 0 12px rgba(45, 212, 191, 0.45);
}

.pricing-block {
  color: #11243b;
}

.pricing-block ul,
.pricing-block li {
  color: #132942;
}

.pricing-block li {
  font-weight: 600;
}

.pricing-block li strong {
  color: #0b1a2b;
  font-weight: 800;
}

.pricing-note {
  color: #1b324b;
  border-top-color: rgba(11, 26, 43, 0.16);
}

/* Contrast fix for light glass buttons/text */
.btn-ghost {
  background: rgba(255, 255, 255, 0.36);
  color: #0f243a;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #0b1d30;
  border-color: rgba(255, 255, 255, 0.85);
}

.hero-contact a {
  color: #152b42;
  font-weight: 700;
}

.why-icon,
.contact-tile-icon {
  background: rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: none;
}

.service-card__hook {
  color: #334155;
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.14);
}

.comparison-slider {
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.section-contact,
.contact-tile,
.contact-tile-label,
.contact-tile-value {
  color: #0f172a;
}

.impressum {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.site-footer {
  color: var(--text-muted);
  background: linear-gradient(180deg, #edf2f8 0%, #e2e8f0 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
