/* =========================================================
   HYGIEA Reinigungsservice GmbH – Design System
   Basis: Weiß · Akzente: Logo-Blau (dunkles Petrol + helles Türkisblau)
   Typografie: Manrope (Headlines) · Inter (Fließtext)
   ========================================================= */

:root {
  /* --- Markenfarben aus dem Logo --- */
  --navy-900: #072b39;
  --navy: #0e4256;
  --navy-600: #175e77;
  --blue: #2e8ba3;
  --blue-light: #5fb6cb;
  --blue-100: #d7ebf1;
  --blue-50: #f0f7fa;

  /* --- Neutralfarben --- */
  --white: #fff;
  --surface-2: #f7fafb;
  --text: #16323d;
  --muted: #5b737e;
  --muted-2: #8ba2ac;
  --line: #e3ecef;
  --line-strong: #cfdee4;

  /* Mehrschichtige Schatten wirken realistischer als ein einzelner weicher Schatten */
  --shadow-xs: none;
  --shadow-sm: none;
  --shadow: none;
  --shadow-lg: none;

  --r-sm: 10px;
  --r: 14px;
  --r-lg: 20px;
  --container: 1200px;

  --ff-head: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --sp-section: 104px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.003em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--blue-100); color: var(--navy-900); }
[id] { scroll-margin-top: 100px; }

h1, h2, h3, h4 {
  font-family: var(--ff-head);
  font-weight: 700;
  color: var(--navy-900);
  margin: 0 0 16px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
p { text-wrap: pretty; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

.section { padding: var(--sp-section) 0; position: relative; }
.section--tight { padding: 68px 0; }
.section--panel { background: var(--surface-2); }
.section--tint { background: var(--blue-50); }
.section > .container { position: relative; z-index: 1; }

/* Sehr feines Punktraster gibt den getönten Abschnitten Tiefe, ohne laut zu wirken */
.section--panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(14, 66, 86, .07) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 70% 55% at 50% 0%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse 70% 55% at 50% 0%, #000, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- Abschnitts-Label ---------- */
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.eyebrow::before {
  content: "";
  width: 20px; height: 2px;
  background: var(--blue);
  border-radius: 2px;
  flex: none;
}
.eyebrow span {
  color: var(--blue);
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.eyebrow--center { justify-content: center; }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.section-title {
  font-family: var(--ff-head);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.022em;
  color: var(--navy-900);
  margin: 0 0 14px;
}
.section-lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}
.text-center { text-align: center; }
.text-center .section-title,
.text-center .section-lead { margin-left: auto; margin-right: auto; max-width: 720px; }

/* Abstände für Unterseiten, die ohne .section-head-Wrapper aufgebaut sind */
.section-lead + .section-lead { margin-top: 14px; }
.section-lead + .btn,
.section-title + .btn { margin-top: 28px; }
.section-lead + .svc-grid,
.section-lead + .blog-grid,
.section-lead + .feature-grid,
.section-lead + .review-grid,
.section-lead + .chip-row,
.section-lead + .prose,
.section-lead + .faq,
.section-title + .svc-grid,
.section-title + .blog-grid,
.section-title + .feature-grid,
.section-title + .prose,
.section-title + .chip-row,
.section-title + .faq { margin-top: 42px; }
.eyebrow + .chip-row { margin-top: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: var(--r-sm);
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--white);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, .28) 50%, transparent 68%);
  transform: translateX(-110%);
  transition: transform .65s cubic-bezier(.22, .61, .36, 1);
  pointer-events: none;
}
.btn:hover::after { transform: translateX(110%); }
.btn:hover { background: var(--navy-600); border-color: var(--navy-600); box-shadow: var(--shadow-sm); }
.btn--ghost { background: var(--white); border-color: var(--line-strong); color: var(--navy); }
.btn--ghost:hover { background: var(--white); border-color: var(--navy); box-shadow: var(--shadow-sm); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--blue);
  font-weight: 600; font-size: 15px;
}
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

/* =========================================================
   TOP-LEISTE (Utility-Bar)
   ========================================================= */
.topbar {
  background: var(--navy-900);
  color: rgba(255, 255, 255, .8);
  font-size: 13.5px;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  min-height: 42px;
  padding-top: 6px; padding-bottom: 6px;
}
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.topbar a { color: rgba(255, 255, 255, .8); display: inline-flex; align-items: center; gap: 8px; transition: color .2s; }
.topbar a:hover { color: var(--white); }
.topbar svg { width: 15px; height: 15px; flex: none; color: var(--blue-light); }
.topbar__job { display: inline-flex; align-items: center; gap: 9px; }
.topbar__job b { color: var(--white); font-weight: 600; }
.topbar__job a { color: var(--blue-light); font-weight: 600; }
.topbar__job a:hover { color: var(--white); }
.topbar__pill {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(95, 182, 203, .18);
  color: var(--blue-light);
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.topbar__social { display: flex; align-items: center; gap: 14px; }
.topbar__social svg { width: 16px; height: 16px; color: rgba(255, 255, 255, .6); }
.topbar__social a:hover svg { color: var(--blue-light); }

/* =========================================================
   NAVBAR
   ========================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease;
}
.nav.is-stuck { box-shadow: var(--shadow-sm); }
/* Leseposition als feiner Fortschrittsbalken an der Unterkante der Navigation */
.nav__progress {
  position: absolute;
  left: 0; bottom: -1px;
  height: 2px; width: 0;
  background: linear-gradient(90deg, var(--navy), var(--blue-light));
  transition: width .12s linear;
  pointer-events: none;
}
.nav__inner {
  display: flex; align-items: center; gap: 20px;
  padding-top: 12px; padding-bottom: 12px;
  transition: padding .3s ease;
}
.nav.is-stuck .nav__inner { padding-top: 7px; padding-bottom: 7px; }
.nav__brand { display: flex; align-items: center; gap: 12px; flex: none; }
.nav__brand img { height: 54px; width: auto; border-radius: 50%; transition: height .3s ease; }
.nav.is-stuck .nav__brand img { height: 44px; }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav__brand-name {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .04em;
  color: var(--navy);
}
.nav__brand-sub { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--blue); margin-top: 2px; }

.nav__menu { display: flex; align-items: center; gap: 2px; margin: 0 auto; }
.nav__link {
  position: relative;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  transition: color .18s, background .18s;
  white-space: nowrap;
}
.nav__link::before {
  content: "";
  position: absolute;
  left: 50%; right: 50%; bottom: 2px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  transition: left .28s cubic-bezier(.22, .61, .36, 1), right .28s cubic-bezier(.22, .61, .36, 1);
}
.nav__link:hover { color: var(--navy); }
.nav__link:hover::before { left: 12px; right: 12px; }
.nav__link.is-active { color: var(--navy); font-weight: 600; }
.nav__link.is-active::before { left: 12px; right: 12px; }

/* dropdown */
.nav__drop { position: relative; }
.nav__drop-toggle { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; color: inherit; font-weight: 500; }
.nav__drop-toggle svg { width: 10px; height: 10px; transition: transform .22s; opacity: .7; }
.nav__drop.is-open .nav__drop-toggle svg { transform: rotate(180deg); }
.nav__drop-list {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 264px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s, transform .18s, visibility .18s;
  box-shadow: var(--shadow-lg);
}
.nav__drop.is-open .nav__drop-list { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__drop-list a {
  display: block;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 14.5px;
  color: var(--text);
  transition: background .18s, color .18s;
}
.nav__drop-list a:hover { background: var(--blue-50); color: var(--navy); }
.nav__drop-all {
  font-weight: 600;
  color: var(--navy) !important;
  border-bottom: 1px solid var(--line);
  border-radius: 8px 8px 0 0 !important;
  margin-bottom: 4px;
}

/* Sprachumschalter */
.lang { display: inline-flex; align-items: center; gap: 2px; flex: none; font-size: 13px; }
.lang button {
  background: none; border: 0;
  color: var(--muted-2);
  font-family: var(--ff-body);
  font-weight: 600;
  letter-spacing: .04em;
  padding: 6px 6px;
  transition: color .18s;
}
.lang button:hover { color: var(--navy); }
.lang button.is-active { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: var(--blue); }
.lang::after { content: ""; width: 1px; height: 16px; background: var(--line-strong); margin: 0 10px 0 8px; }

.nav__actions { display: flex; align-items: center; gap: 6px; flex: none; }
.nav__phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15px; color: var(--navy);
  padding: 8px 10px; border-radius: 8px;
  transition: background .18s;
}
.nav__phone:hover { background: var(--blue-50); }
.nav__phone svg { width: 16px; height: 16px; color: var(--blue); }

.nav__menu-cta { display: none; }

.nav__burger {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 8px 9px;
  color: var(--navy);
}
.nav__burger svg { width: 20px; height: 20px; display: block; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; width: 100%; min-height: 78vh; display: flex; align-items: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media video,
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media img { animation: kenburns 24s ease-out both; }

@keyframes kenburns {
  from { transform: scale(1.02); }
  to   { transform: scale(1.11); }
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
.js .hero__tag     { animation: heroIn .8s .05s both cubic-bezier(.22, .61, .36, 1); }
.js .hero__box h1  { animation: heroIn .8s .18s both cubic-bezier(.22, .61, .36, 1); }
.js .hero__box p   { animation: heroIn .8s .3s  both cubic-bezier(.22, .61, .36, 1); }
.js .hero__actions { animation: heroIn .8s .42s both cubic-bezier(.22, .61, .36, 1); }
.js .hero__rating  { animation: heroIn .8s .54s both cubic-bezier(.22, .61, .36, 1); }

@media (prefers-reduced-motion: reduce) {
  .hero__media img { animation: none; }
  .js .hero__tag, .js .hero__box h1, .js .hero__box p,
  .js .hero__actions, .js .hero__rating { animation: none; }
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 43, 57, .92) 0%, rgba(7, 43, 57, .7) 46%, rgba(7, 43, 57, .34) 100%),
    linear-gradient(to top, rgba(7, 43, 57, .35), transparent 30%);
}
/* Weicher Übergang vom Bild in die weiße Fläche darunter */
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 84px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
  z-index: 1;
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--container); margin: 0 auto; padding: 76px 28px; }
.hero__box { max-width: 620px; }
.hero__tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 12.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  margin-bottom: 22px;
}
.hero__tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-light); }
.hero__box h1 {
  font-size: clamp(32px, 4.3vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 18px;
}
.hero__box h1 .hl { color: var(--blue-light); }
.hero__box p { font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, .84); margin: 0 0 30px; max-width: 520px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__actions .btn { background: var(--white); border-color: var(--white); color: var(--navy-900); }
.hero__actions .btn:hover { background: var(--blue-100); border-color: var(--blue-100); }
.hero__actions .btn--ghost { background: transparent; border-color: rgba(255, 255, 255, .38); color: #fff; }
.hero__actions .btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.hero__rating { display: flex; align-items: center; gap: 8px; font-size: 14.5px; color: rgba(255, 255, 255, .82); margin-top: 26px; }
.hero__rating b { color: #fff; }

/* Unterseiten-Kopf */
.page-hero {
  position: relative;
  padding: 72px 0 64px;
  background: var(--blue-50);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-hero h1 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -0.028em; max-width: 900px; margin-bottom: 14px; }
.page-hero p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 700px; margin: 0; }
.crumbs { display: flex; gap: 8px; font-size: 13.5px; color: var(--muted-2); margin-bottom: 20px; }
.crumbs a:hover { color: var(--blue); }

/* =========================================================
   TRUST-LEISTE
   ========================================================= */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.trust__item { background: var(--white); padding: 24px 22px; display: flex; align-items: center; gap: 14px; transition: background .3s; }
.trust__item:hover { background: var(--blue-50); }
.trust__icon {
  width: 38px; height: 38px; flex: none;
  display: grid; place-items: center;
  border-radius: 10px;
  background: var(--blue-50); color: var(--blue);
  transition: background .3s, color .3s, transform .4s cubic-bezier(.22, .61, .36, 1);
}
.trust__item:hover .trust__icon { background: var(--navy); color: #fff; transform: scale(1.08) rotate(-4deg); }
.trust__icon svg { width: 20px; height: 20px; }
.trust__text strong { display: block; font-family: var(--ff-head); font-size: 15px; font-weight: 700; color: var(--navy-900); line-height: 1.3; }
.trust__text span { font-size: 13px; color: var(--muted); }

/* Uzun sayfalarda ekran dışındaki bölümlerin ilk çizimini erteler. */
@supports (content-visibility: auto) {
  main > section:not(.hero):not(.page-hero),
  body > section:not(.hero):not(.page-hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
  }
}

/* =========================================================
   SCROLL-REVEAL
   ========================================================= */
.js :where(.svc-card, .price-card, .blog-card, .feature, .review-card,
           .step, .trust__item, .section-head, .split__media,
           .split__body, .quote, .contact-block, .price-note) {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .75s cubic-bezier(.22, .61, .36, 1) var(--rd, 0ms),
    transform .75s cubic-bezier(.22, .61, .36, 1) var(--rd, 0ms);
}
.js .is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js :where(.svc-card, .price-card, .blog-card, .feature, .review-card,
             .step, .trust__item, .section-head, .split__media,
             .split__body, .quote, .contact-block, .price-note) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================================
   SPLIT (Bild + Text)
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img {
  border-radius: var(--r-lg);
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--shadow);
}
/* Haarfeine Innenkante, damit helle Fotos nicht in die Seite ausfransen */
.split__media::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px rgba(7, 43, 57, .09);
  pointer-events: none;
}
.split__body .section-head { margin-bottom: 26px; }
.split__list { display: grid; gap: 12px; margin: 0 0 30px; }
.split__list li { position: relative; padding-left: 30px; color: var(--muted); font-size: 15.5px; }
.split__list li::before {
  content: "";
  position: absolute; left: 0; top: 9px;
  width: 13px; height: 7px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}

/* =========================================================
   PREISKARTEN
   ========================================================= */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.price-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: border-color .22s, box-shadow .22s;
}
.price-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow); }
.price-card--featured {
  border-color: var(--navy);
  background: linear-gradient(180deg, var(--blue-50), var(--white) 42%);
  box-shadow: var(--shadow-lg);
}
.price-card__badge {
  position: absolute; top: -12px; left: 28px;
  background: var(--navy); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.price-card__heading { font-family: var(--ff-head); font-size: 18px; font-weight: 700; color: var(--navy-900); margin: 0 0 6px; }
.price-card__hint { font-size: 13px; color: var(--muted-2); margin: 0 0 18px; }
.price-card__features { display: grid; gap: 11px; margin: 0 0 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.price-card__features li { position: relative; padding-left: 26px; font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.price-card__features li::before {
  content: "";
  position: absolute; left: 0; top: 7px;
  width: 12px; height: 7px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}
.price-card .btn { margin-top: auto; }

.price-note {
  margin-top: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 30px;
}
.price-note h3 { font-size: 17px; margin: 0 0 16px; }
.price-note__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 44px; }
.price-note p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

/* =========================================================
   LEISTUNGSKARTEN
   ========================================================= */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color .3s, box-shadow .35s, transform .35s cubic-bezier(.22, .61, .36, 1);
}
.svc-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px; z-index: 3;
  background: linear-gradient(90deg, var(--navy), var(--blue-light));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
}
.svc-card:hover { border-color: var(--blue-light); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.svc-card:hover::before { transform: scaleX(1); }

.svc-card__img { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--surface-2); }
.svc-card__img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7, 43, 57, 0) 48%, rgba(7, 43, 57, .5) 100%);
  opacity: .9;
  transition: opacity .45s ease;
}
.svc-card:hover .svc-card__img::after { opacity: .35; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22, .61, .36, 1); }
.svc-card:hover .svc-card__img img { transform: scale(1.07); }
.svc-card__icon {
  position: absolute;
  left: 16px; bottom: 16px;
  z-index: 2;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: transform .4s cubic-bezier(.22, .61, .36, 1), box-shadow .4s;
}
.svc-card:hover .svc-card__icon { transform: translateY(-5px) scale(1.06); box-shadow: var(--shadow); }
.svc-card__icon img { width: 22px; height: 22px; object-fit: contain; }

.svc-card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.svc-card__title {
  font-family: var(--ff-head);
  font-size: 19px; font-weight: 700;
  color: var(--navy-900);
  margin: 0 0 10px;
  transition: color .25s;
}
.svc-card:hover .svc-card__title { color: var(--navy); }
.svc-card__body p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-card__more {
  margin-top: auto;
  color: var(--navy);
  font-weight: 600; font-size: 14.5px;
  display: inline-flex; align-items: center; gap: 10px;
}
.svc-card__more::after {
  content: "→";
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue);
  font-size: 13px;
  transition: background .35s, color .35s, transform .35s cubic-bezier(.22, .61, .36, 1);
}
.svc-card:hover .svc-card__more::after { background: var(--navy); color: #fff; transform: translateX(4px); }

/* =========================================================
   ABLAUF / PROZESS
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 26px; }
.step::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--line);
}
.step::after {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 34px; height: 2px; background: var(--blue);
  transform-origin: left center;
}
.js .step::after {
  transform: scaleX(0);
  transition: transform .7s cubic-bezier(.22, .61, .36, 1) calc(var(--rd, 0ms) + 220ms);
}
.js .step.is-in::after { transform: scaleX(1); }
.step:hover::after { width: 100%; transition: width .6s cubic-bezier(.22, .61, .36, 1); }
.step__num { font-family: var(--ff-head); font-size: 13px; font-weight: 800; color: var(--blue); letter-spacing: .1em; }
.step h3 { font-size: 18px; margin: 10px 0 8px; }
.step p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; }


/* =========================================================
   BEWERTUNGEN
   ========================================================= */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-card__stars { color: #e3a33a; letter-spacing: 2px; font-size: 14px; }
.review-card p { color: var(--text); font-size: 15px; line-height: 1.7; margin: 0; flex: 1; }
.review-card__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.review-card__avatar {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blue-50); color: var(--navy);
  font-family: var(--ff-head); font-weight: 800; font-size: 15px;
}
.review-card__name { font-family: var(--ff-head); font-size: 14.5px; font-weight: 700; color: var(--navy-900); }
.review-card__meta { font-size: 12.5px; color: var(--muted-2); }

.rating-summary {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 13px 20px;
  margin-top: 22px;
}
.rating-summary__score { font-variant-numeric: tabular-nums; font-family: var(--ff-head); font-size: 28px; font-weight: 800; letter-spacing: -0.03em; color: var(--navy); line-height: 1; }
.rating-summary__text { font-size: 13px; color: var(--muted); line-height: 1.45; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 4px;
  background: none; border: 0;
  color: var(--navy-900);
  font-family: var(--ff-head); font-size: 16.5px; font-weight: 700; letter-spacing: -0.012em;
  text-align: left;
  transition: color .18s;
}
.faq__q:hover { color: var(--blue); }
.faq__q span:last-child {
  flex: none;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue);
  font-size: 9px;
  transition: transform .28s, background .18s;
}
.faq__item.is-open .faq__q span:last-child { transform: rotate(180deg); background: var(--navy); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq__a > div { padding: 0 44px 24px 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }

/* =========================================================
   KONTAKTFORMULAR
   ========================================================= */
.contact-block {
  background: var(--navy-900);
  border-radius: var(--r-lg);
  padding: 52px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
  color: rgba(255, 255, 255, .85);
  overflow: hidden;
  position: relative;
}
.contact-block::after {
  content: "";
  position: absolute; top: -140px; right: -140px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(46, 139, 163, .3), transparent 68%);
  pointer-events: none;
}
.contact-block > * { position: relative; z-index: 1; }
.contact-block h3, .contact-block h4 { color: #fff; }
.contact-block h3 { font-size: clamp(23px, 2.6vw, 31px); letter-spacing: -0.025em; }
.contact-block > div > p { color: rgba(255, 255, 255, .75); font-size: 15.5px; }
.contact-block .eyebrow::before { background: var(--blue-light); }
.contact-block .eyebrow span { color: var(--blue-light); }

.contact-info { display: grid; gap: 16px; margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .14); }
.contact-info a, .contact-info span { display: flex; align-items: flex-start; gap: 12px; color: rgba(255, 255, 255, .88); font-size: 15px; }
.contact-info a:hover { color: var(--blue-light); }
.contact-info svg { width: 17px; height: 17px; flex: none; color: var(--blue-light); margin-top: 4px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: .07em; color: rgba(255, 255, 255, .6); text-transform: uppercase; }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-sm);
  color: #fff;
  font-family: var(--ff-body);
  font-size: 15px;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, .42); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue-light);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 3px rgba(95, 182, 203, .18);
}
.field select option { background: var(--navy-900); color: #fff; }
.field textarea { min-height: 122px; resize: vertical; }
.field--check { grid-column: 1 / -1; flex-direction: row; align-items: flex-start; gap: 10px; }
.field--check input { width: 17px; height: 17px; flex: none; accent-color: var(--blue-light); margin-top: 3px; }
.field--check label { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 13.5px; color: rgba(255, 255, 255, .7); }
.field--check label a { color: var(--blue-light); text-decoration: underline; }
.contact-block .btn { background: var(--blue-light); border-color: var(--blue-light); color: var(--navy-900); }
.contact-block .btn:hover { background: #fff; border-color: #fff; }

.form-msg { grid-column: 1 / -1; border-radius: var(--r-sm); padding: 13px 15px; font-size: 14.5px; display: none; }
.form-msg.is-visible { display: block; }
.form-msg--ok { background: rgba(95, 182, 203, .16); border: 1px solid var(--blue-light); color: #fff; }
.form-msg--err { background: rgba(214, 69, 69, .16); border: 1px solid #ff9a9a; color: #ffdada; }

/* =========================================================
   BLOG
   ========================================================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color .22s, box-shadow .22s, transform .22s;
}
.blog-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow); transform: translateY(-3px); }
.blog-card__img { aspect-ratio: 16 / 9; overflow: hidden; }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card__img img { transform: scale(1.045); }
.blog-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.blog-card__meta { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.blog-card__body h3 { font-size: 18px; margin: 0; line-height: 1.35; }
.blog-card__body p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; flex: 1; }
.blog-card__more { color: var(--blue); font-weight: 600; font-size: 14.5px; margin-top: 4px; }


/* =========================================================
   VISION / ZITAT
   ========================================================= */
.quote {
  position: relative;
  background: var(--navy-900);
  border-radius: var(--r-lg);
  padding: 60px 64px;
  overflow: hidden;
}
.quote::after {
  content: "";
  position: absolute; top: -160px; right: -140px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(46, 139, 163, .32), transparent 68%);
  pointer-events: none;
}
.quote__mark {
  font-family: var(--ff-head);
  font-size: 76px;
  font-weight: 800;
  line-height: .6;
  color: var(--blue-light);
  display: block;
  margin-bottom: 10px;
}
.quote p {
  position: relative; z-index: 1;
  font-family: var(--ff-head);
  font-size: clamp(19px, 2.1vw, 26px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.018em;
  color: #fff;
  margin: 0;
  max-width: 940px;
}
.quote footer {
  position: relative; z-index: 1;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: var(--blue-light);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .quote { padding: 32px 26px; }
}

/* =========================================================
   FEATURES / STATS
   ========================================================= */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: fit-content; margin: 0 auto; }
.feature {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px;
  transition: border-color .22s, box-shadow .22s;
}
.feature:hover { border-color: var(--line-strong); box-shadow: none; }
.feature__num { font-family: var(--ff-head); font-size: 12px; font-weight: 800; letter-spacing: .14em; color: var(--blue); text-transform: uppercase; }
.feature h3 { font-size: 18px; margin: 12px 0 9px; }
.feature p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; }
.feature a:hover { color: var(--blue); }

/* =========================================================
   KARTE (Kontaktseite)
   ========================================================= */
.map {
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--white);
}
.map__frame { border: 0; display: block; filter: saturate(.9); }
.map__bar {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
}
.map__pin { display: flex; }
.map__pin svg { width: 20px; height: 20px; color: var(--blue); }
.map__addr { flex: 1; min-width: 220px; font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.map__addr strong { color: var(--navy-900); }

/* Fließtext */
.prose { max-width: 820px; }
.prose h2 { font-size: 24px; margin: 42px 0 14px; }
.prose h3 { font-size: 19px; margin: 30px 0 12px; }
.prose p { color: var(--muted); margin: 0 0 16px; line-height: 1.75; }
.prose ul { display: grid; gap: 11px; margin: 0 0 20px; }
.prose ul li { position: relative; padding-left: 28px; color: var(--muted); line-height: 1.6; }
.prose ul li::before {
  content: "";
  position: absolute; left: 0; top: 9px;
  width: 12px; height: 7px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}
.prose a { color: var(--blue); text-decoration: underline; }
.prose strong { color: var(--navy-900); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer-cta { background: var(--navy); padding: 0; }
.footer-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-top: 40px; padding-bottom: 40px; }
.footer-cta h2 { color: #fff; font-size: clamp(21px, 2.4vw, 28px); margin: 0 0 4px; }
.footer-cta p { color: rgba(255, 255, 255, .72); font-size: 15px; margin: 0; }
.footer-cta .btn { background: #fff; border-color: #fff; color: var(--navy); }
.footer-cta .btn:hover { background: var(--blue-100); border-color: var(--blue-100); }

.footer { position: relative; background: var(--navy-900); color: rgba(255, 255, 255, .72); padding: 72px 0 0; font-size: 14.5px; }
.footer::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 182, 203, .45), transparent);
}
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 52px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer__brand img { height: 96px; width: auto; margin-bottom: 20px; background: #fff; border-radius: 50%; }
.footer__brand p { color: rgba(255, 255, 255, .66); font-size: 14.5px; line-height: 1.7; max-width: 300px; margin: 0 0 22px; }
.footer h4 { font-family: var(--ff-body); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .5); margin: 0 0 20px; }
.footer__list { display: grid; gap: 12px; }
.footer__list a { color: rgba(255, 255, 255, .72); transition: color .18s; }
.footer__list a:hover { color: #fff; }
.footer__contact { display: grid; gap: 13px; margin-bottom: 26px; }
.footer__contact a, .footer__contact span { display: flex; align-items: flex-start; gap: 11px; color: rgba(255, 255, 255, .72); }
.footer__contact a:hover { color: #fff; }
.footer__contact svg { width: 16px; height: 16px; flex: none; color: var(--blue-light); margin-top: 4px; }
.footer .topbar__social a svg { color: rgba(255, 255, 255, .6); }
.footer .topbar__social a:hover svg { color: var(--blue-light); }

.newsletter { display: flex; gap: 9px; margin-top: 12px; }
.newsletter input {
  flex: 1; min-width: 0;
  padding: 11px 13px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-sm);
  color: #fff;
  font-family: var(--ff-body);
  font-size: 14.5px;
}
.newsletter input::placeholder { color: rgba(255, 255, 255, .42); }
.newsletter input:focus { outline: none; border-color: var(--blue-light); }
.newsletter .btn { background: var(--blue-light); border-color: var(--blue-light); color: var(--navy-900); }
.newsletter .btn:hover { background: #fff; border-color: #fff; }
.footer .form-msg--ok { background: rgba(95, 182, 203, .14); border-color: var(--blue-light); color: #fff; }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-block;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
  transition: border-color .18s, color .18s, background .18s;
}
.chip:hover { border-color: var(--blue-light); color: #fff; background: rgba(95, 182, 203, .14); }

/* Chips außerhalb des Footers */
.section .chip { border-color: var(--line-strong); color: var(--navy); }
.section .chip:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-50); }

.footer__bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 24px 0 30px;
  font-size: 13px; color: rgba(255, 255, 255, .48);
}
.footer__bottom a:hover { color: #fff; }
.footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }

/* =========================================================
   FLOATING ACTIONS
   ========================================================= */
.floaters { position: fixed; right: 20px; bottom: 22px; z-index: 800; display: grid; gap: 10px; }
.floaters a {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  box-shadow: none;
  transition: transform .2s, background .2s;
}
.floaters a:hover { transform: scale(1.07); background: var(--navy-600); }
.floaters a.is-whatsapp { background: #25d366; }
.floaters a.is-whatsapp:hover { background: #1eb959; }
.floaters svg { width: 22px; height: 22px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  :root { --sp-section: 82px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .trust { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
}

@media (max-width: 991px) {
  :root { --sp-section: 68px; }
  .nav__menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(340px, 86vw);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    margin: 0;
    background: var(--white);
    border-left: 1px solid var(--line);
    padding: 88px 18px 30px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s ease;
    box-shadow: -16px 0 44px rgba(7, 43, 57, .1);
    z-index: 950;
  }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__burger { display: block; z-index: 960; }
  .nav__link { padding: 12px 14px; font-size: 16px; }
  .nav__link.is-active::after { display: none; }
  .nav__drop-list {
    position: static;
    opacity: 1; visibility: visible; transform: none;
    display: none;
    background: var(--blue-50);
    box-shadow: none;
    margin-top: 4px;
  }
  .nav__drop.is-open .nav__drop-list { display: block; }
  .nav__drop-toggle { width: 100%; justify-content: space-between; }
  .nav__phone span { display: none; }
  .nav__actions > .btn { display: none; }
  .nav__menu-cta { display: flex; margin-top: 18px; }
  .split, .contact-block { grid-template-columns: 1fr; gap: 32px; }
  .split--reverse .split__media { order: 0; }
  .price-grid, .svc-grid, .blog-grid, .review-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .price-note__grid { grid-template-columns: 1fr; }
  .contact-block { padding: 34px; }
}

@media (max-width: 700px) {
  :root { --sp-section: 56px; }
  .container { padding: 0 20px; }
  .topbar__left .topbar__contact, .topbar__right { display: none; }
  .topbar__inner { justify-content: center; }
  .nav__brand img { height: 44px; }
  .nav__brand-name { font-size: 17px; }
  .nav__brand-sub { display: none; }
  .hero { min-height: auto; }
  .hero__inner { padding: 52px 20px 60px; }
  .hero__box h1 { font-size: 30px; }
  .hero__box p { font-size: 16.5px; }
  .hero__actions { gap: 10px; }
  .hero__actions .btn { width: 100%; }
  .trust, .steps,
  .price-grid, .svc-grid, .blog-grid, .review-grid, .feature-grid,
  .form-grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 34px; }
  .contact-block { padding: 26px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .faq__a > div { padding-right: 4px; }
}

/* utility */
[hidden] { display: none !important; }
.no-scroll { overflow: hidden; }
