/* Shared header/footer support. Generated pages load this file at every depth. */
:root {
  --site-shell-navy: #071d33;
  --site-shell-line: rgba(255, 255, 255, 0.13);
}

.eco-footer {
  background: var(--site-shell-navy);
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
}

.eco-footer .eco-container {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.eco-footer-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--site-shell-line);
}

.eco-footer-proof > * {
  display: grid;
  min-height: 110px;
  align-content: center;
  padding: 20px 28px;
  border-left: 1px solid var(--site-shell-line);
  color: #fff;
  text-decoration: none;
}

.eco-footer-proof > :first-child { border-left: 0; }
.eco-footer-proof b { font-size: 0.82rem; }
.eco-footer-proof small { margin-top: 3px; color: rgba(255, 255, 255, 0.5); font-size: 0.7rem; }

.eco-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
  padding: 70px 0 60px;
}

.eco-footer-brand img { width: 175px; height: auto; filter: brightness(0) invert(1); }
.eco-footer-brand p { max-width: 430px; color: rgba(255, 255, 255, 0.58); font-size: 0.9rem; line-height: 1.75; }
.eco-footer-brand a { color: rgba(255, 255, 255, 0.8); font-size: 0.82rem; }
.eco-footer-grid nav { display: grid; align-content: start; gap: 10px; }
.eco-footer-grid nav h2 { margin: 0 0 10px; color: #fff; font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; }
.eco-footer-grid nav a { width: fit-content; color: rgba(255, 255, 255, 0.58); font-size: 0.84rem; text-decoration: none; }
.eco-footer-grid nav a:hover { color: #fff; }

.eco-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
  border-top: 1px solid var(--site-shell-line);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.74rem;
}

.eco-footer-bottom nav { display: flex; gap: 20px; }
.eco-footer-bottom a { color: rgba(255, 255, 255, 0.55); text-decoration: none; }
.eco-footer-bottom nav button { padding: 0; border: 0; background: transparent; color: rgba(255, 255, 255, 0.55); font: inherit; cursor: pointer; }
.eco-footer-bottom a:hover,
.eco-footer-bottom nav button:hover { color: #fff; }

/* Shared navigation art direction. This comes last on every public page. */
.site-header--unified {
  --shell-blue: #075ca8;
  --shell-blue-deep: #071d33;
  --shell-blue-soft: #eef5fb;
  --shell-pink: #cf1262;
  --shell-line-dark: rgba(7, 29, 51, 0.11);
  color: var(--shell-blue-deep);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 1px 0 var(--shell-line-dark);
  backdrop-filter: blur(20px) saturate(150%);
}

.site-header--unified.is-scrolled {
  box-shadow: 0 14px 38px rgba(7, 29, 51, 0.1), 0 1px 0 var(--shell-line-dark);
}

.site-header--unified .topbar {
  border-bottom: 1px solid rgba(7, 29, 51, 0.07);
  background: #f5f8fb;
}

.site-header--unified .topbar-inner { min-height: 38px; }
.site-header--unified .topbar-utility,
.site-header--unified .topbar-links { gap: 14px; }
.site-header--unified .topbar-utility > span { color: #bdc9d2; }
.site-header--unified .topbar-trigger,
.site-header--unified .topbar-links button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #536a7b;
  font-size: 0.69rem;
  font-weight: 760;
  text-decoration: none;
}
.site-header--unified .topbar-trigger svg,
.site-header--unified .topbar-links button svg {
  width: 15px;
  height: 15px;
  color: var(--shell-blue);
  stroke-width: 2;
}
.site-header--unified .topbar-report { color: #9f164a !important; }
.site-header--unified .topbar-report svg { color: var(--shell-pink) !important; }
.site-header--unified .topbar-trigger:is(:hover, :focus-visible),
.site-header--unified .topbar-links button:is(:hover, :focus-visible) { color: var(--shell-blue); }

.site-header--unified .site-nav,
.site-header--unified .site-nav > .container-xl,
.site-header--unified .brand-mark { min-height: 72px; }
.site-header--unified .site-nav > .container-xl { gap: 24px; }
.site-header--unified .brand-logo {
  width: clamp(126px, 9.4vw, 146px);
  max-height: 41px;
}
.site-header--unified .site-nav .navbar-collapse { gap: 22px; }
.site-header--unified .site-nav .navbar-nav { gap: 1px; }
.site-header--unified .navbar-nav .nav-link {
  min-height: 46px;
  padding-inline: 0.67rem;
  border-radius: 7px;
  color: #263d51;
  font-size: 0.84rem;
  font-weight: 780;
  letter-spacing: -0.012em;
}
.site-header--unified .navbar-nav .nav-link::before {
  right: 12px;
  bottom: 3px;
  left: 12px;
  height: 2px;
  background: var(--shell-pink);
}
.site-header--unified .navbar-nav .nav-link:is(:hover, :focus-visible),
.site-header--unified .navbar-nav .dropdown-toggle.show {
  color: var(--shell-blue);
  background: var(--shell-blue-soft);
}
.site-header--unified .navbar-nav .nav-link.is-active {
  color: var(--shell-blue-deep);
  background: #edf5fc;
}
.site-header--unified .navbar-nav .nav-link.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}
.site-header--unified .dropdown-toggle::after {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 8px;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.site-header--unified .dropdown-toggle.show::after { transform: translateY(3px) rotate(225deg); }

.site-header--unified .nav-actions {
  gap: 12px;
  padding-left: 22px;
}
.site-header--unified .nav-actions::before {
  top: 6px;
  bottom: 6px;
  background: var(--shell-line-dark);
}
.site-header--unified .nav-phone {
  min-height: 48px;
  grid-template-columns: 22px auto;
  gap: 10px;
  padding: 0 4px;
}
.site-header--unified .nav-phone > svg {
  width: 20px;
  height: 20px;
  color: var(--shell-blue);
  stroke-width: 1.8;
}
.site-header--unified .nav-phone small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: #687d8d;
  font-size: 0.58rem;
  letter-spacing: 0.035em;
}
.site-header--unified .nav-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #159867;
  box-shadow: 0 0 0 4px rgba(21, 152, 103, 0.11);
}
.site-header--unified .nav-phone .seo-bold {
  color: var(--shell-blue-deep);
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: -0.015em;
}
.site-header--unified .nav-primary {
  min-width: 158px;
  min-height: 46px;
  border-radius: 7px;
  background: var(--shell-pink);
  box-shadow: 0 10px 24px rgba(207, 18, 98, 0.2);
  font-size: 0.76rem;
}
.site-header--unified .nav-primary:is(:hover, :focus-visible) {
  background: #ae0f52;
  box-shadow: 0 14px 30px rgba(207, 18, 98, 0.26);
}

.site-header--unified .mega-menu {
  margin-top: 4px;
  padding: 14px;
  border: 1px solid rgba(7, 29, 51, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.992);
  box-shadow: 0 28px 80px rgba(7, 29, 51, 0.17), 0 8px 24px rgba(7, 29, 51, 0.06);
}
.site-header--unified .mega-menu.show { animation: shell-menu-in 0.2s ease both; }
.site-header--unified .mega-media,
.site-header--unified .service-menu-feature { border-radius: 12px; }
.site-header--unified .mega-problems a,
.site-header--unified .city-grid a,
.site-header--unified .company-links a { border-radius: 8px; }
.site-header--unified .mega-problems .seo-bold,
.site-header--unified .city-grid .seo-bold,
.site-header--unified .company-links .seo-bold { font-size: 0.84rem; }
.site-header--unified .mega-problems a > span:last-child,
.site-header--unified .city-grid a > span:last-child,
.site-header--unified .company-links a > span:last-child { font-size: 0.7rem; line-height: 1.45; }

.site-header--unified .navbar-toggler {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 29, 51, 0.13);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 29, 51, 0.08);
}
.site-header--unified .navbar-toggler:focus { box-shadow: 0 0 0 4px rgba(7, 92, 168, 0.14); }
.site-header--unified .nav-toggle-glyph {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header--unified .nav-toggle-glyph i {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: var(--shell-blue-deep);
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
}
.site-header--unified .navbar-toggler[aria-expanded="true"] .nav-toggle-glyph i:first-child { transform: translateY(7px) rotate(45deg); }
.site-header--unified .navbar-toggler[aria-expanded="true"] .nav-toggle-glyph i:nth-child(2) { width: 0; opacity: 0; }
.site-header--unified .navbar-toggler[aria-expanded="true"] .nav-toggle-glyph i:last-child { transform: translateY(-7px) rotate(-45deg); }

@keyframes shell-menu-in {
  from { opacity: 0; transform: translate(-50%, -6px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (min-width: 1200px) {
  .site-header--unified .navbar-toggler { display: none; }
  .site-header--unified .site-nav > .container-xl {
    grid-template-columns: minmax(136px, 0.75fr) auto minmax(330px, 1fr);
    gap: clamp(20px, 2vw, 34px);
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .site-header--unified .navbar-toggler { display: none; }
  .site-header--unified .site-nav > .container-xl { gap: 12px; }
  .site-header--unified .brand-logo { width: 108px; }
  .site-header--unified .site-nav .navbar-collapse { gap: 10px; }
  .site-header--unified .navbar-nav .nav-link { padding-inline: 0.32rem; font-size: 0.71rem; }
  .site-header--unified .nav-actions { gap: 7px; padding-left: 9px; }
  .site-header--unified .nav-phone { grid-template-columns: 8px auto; gap: 7px; }
  .site-header--unified .nav-phone > svg { width: 16px; height: 16px; }
  .site-header--unified .nav-phone small { display: none; }
  .site-header--unified .nav-phone .seo-bold { font-size: 0.66rem; }
  .site-header--unified .nav-primary { min-width: 112px; padding-inline: 10px; font-size: 0.66rem; }
}

@media (max-width: 991.98px) {
  .site-header--unified .site-nav,
  .site-header--unified .site-nav > .container-xl,
  .site-header--unified .brand-mark { min-height: 66px; }
  .site-header--unified .brand-logo { width: 126px; }
  .site-header--unified .site-nav > .container-xl { position: relative; }
  .site-header--unified .navbar-collapse {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    max-height: calc(100dvh - 126px);
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 14px 16px;
    border: 1px solid rgba(7, 29, 51, 0.11);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(7, 29, 51, 0.2);
    overscroll-behavior: contain;
  }
  .site-header--unified .navbar-collapse.show { animation: shell-mobile-menu-in 0.2s ease both; }
  .site-header--unified .site-nav .navbar-nav {
    width: 100%;
    display: block;
    counter-reset: shell-nav;
  }
  .site-header--unified .navbar-nav > .nav-item {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    counter-increment: shell-nav;
    border-bottom: 1px solid rgba(7, 29, 51, 0.08);
  }
  .site-header--unified .navbar-nav > .nav-item::before {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    color: #8a9aa7;
    content: counter(shell-nav, decimal-leading-zero);
    font-size: 0.61rem;
    font-weight: 850;
    letter-spacing: 0.06em;
  }
  .site-header--unified .navbar-nav > .nav-item > .nav-link {
    grid-column: 2;
    grid-row: 1;
    min-height: 54px;
    justify-content: space-between;
    padding: 0 4px;
    border-radius: 0;
    color: var(--shell-blue-deep);
    font-size: 0.91rem;
    font-weight: 790;
    text-align: left;
  }
  .site-header--unified .navbar-nav > .nav-item > .nav-link::before { display: none; }
  .site-header--unified .navbar-nav > .nav-item > .nav-link.is-active { color: var(--shell-blue); background: transparent; }
  .site-header--unified .navbar-nav > .nav-item:has(> .nav-link.is-active)::before { color: var(--shell-pink); }
  .site-header--unified .navbar-nav > .nav-item > .dropdown-menu {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .site-header--unified .mega-menu,
  .site-header--unified .mega-menu-wide,
  .site-header--unified .mega-menu:not(.mega-menu-wide) {
    width: 100%;
    margin: 0 0 12px;
    padding: 8px 0 10px 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none;
  }
  .site-header--unified .mega-menu.show { animation: none; }
  .site-header--unified .mega-media,
  .site-header--unified .service-menu-feature,
  .site-header--unified .service-menu-contact,
  .site-header--unified .service-menu-popular { display: none; }
  .site-header--unified .mega-shell,
  .site-header--unified .service-menu-body { display: block; }
  .site-header--unified .mega-problems,
  .site-header--unified .city-grid,
  .site-header--unified .company-links { display: grid; grid-template-columns: 1fr; gap: 3px; }
  .site-header--unified .mega-problems a,
  .site-header--unified .city-grid a,
  .site-header--unified .company-links a {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px 12px;
    border: 0;
    border-radius: 7px;
    background: #f4f8fb;
  }
  .site-header--unified .service-menu-head { padding: 8px 10px 14px; border-bottom: 0; }
  .site-header--unified .service-menu-head > div > span:first-child { display: none; }
  .site-header--unified .service-menu-head .seo-strong { margin: 0; font-size: 1.08rem; }
  .site-header--unified .service-menu-list { padding: 0; }
  .site-header--unified .service-menu-list > a {
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(7, 29, 51, 0.08);
  }
  .site-header--unified .service-menu-list > a > i { opacity: 1; transform: none; }
  .site-header--unified .nav-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 9px;
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(7, 29, 51, 0.1);
  }
  .site-header--unified .nav-actions::before { display: none; }
  .site-header--unified .nav-phone,
  .site-header--unified .nav-primary { width: 100%; min-width: 0; }
  .site-header--unified .nav-phone {
    min-height: 48px;
    grid-template-columns: 18px auto;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(7, 92, 168, 0.22);
    border-radius: 7px;
    background: var(--shell-blue-soft);
  }
  .site-header--unified .nav-phone small { display: none; }
  .site-header--unified .nav-phone .seo-bold { font-size: 0.7rem; }
  .site-header--unified .nav-primary { justify-content: center; }
  body.site-menu-open { overflow: hidden; }
}

@keyframes shell-mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 575.98px) {
  :root { --header-topbar: 44px; --header-nav: 66px; }
  .site-header--unified .topbar-inner { min-height: 44px; }
  .site-header--unified .topbar-trigger,
  .site-header--unified .topbar-links button { min-height: 44px; font-size: 0.62rem; }
  .site-header--unified .topbar-trigger svg,
  .site-header--unified .topbar-links button svg { width: 14px; height: 14px; }
  .site-header--unified .brand-logo { width: 122px; }
  .site-header--unified .navbar-toggler { width: 44px; height: 44px; }
  .site-header--unified .navbar-collapse {
    right: 8px;
    left: 8px;
    max-height: calc(100dvh - 204px);
    padding-inline: 12px;
  }
  .site-header--unified .nav-actions { grid-template-columns: 1fr; }
  .site-header--unified .nav-phone .seo-bold { font-size: 0.76rem; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header--unified .mega-menu.show,
  .site-header--unified .navbar-collapse.show { animation: none; }
}

/* Leistungen: one clear decision path instead of image + duplicate link rails. */
.site-header--unified .mega-menu-services {
  width: min(1200px, calc(100vw - 48px));
  overflow: hidden;
  padding: 0;
}

.service-mega { color: var(--shell-blue-deep); }

.service-mega__head {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(7, 29, 51, 0.1);
  background: #fff;
}

.service-mega__head > div > span:first-child,
.service-mega__section-head > span:first-child {
  display: block;
  color: var(--shell-pink);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-mega__head > div > .seo-strong {
  display: block;
  margin-top: 5px;
  font-family: "Barlow", "Inter", sans-serif;
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.05;
}

.service-mega__head > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(7, 92, 168, 0.18);
  border-radius: 7px;
  color: var(--shell-blue);
  background: var(--shell-blue-soft);
  font-size: 0.72rem;
  font-weight: 820;
  text-decoration: none;
}
.service-mega__head > a svg { width: 15px; height: 15px; }
.service-mega__head > a:is(:hover, :focus-visible) { border-color: rgba(7, 92, 168, 0.32); background: #e4f0fa; }

.service-mega__grid {
  display: grid;
  grid-template-columns: minmax(255px, 0.78fr) minmax(430px, 1.5fr) minmax(230px, 0.72fr);
  min-height: 366px;
}

.service-mega__urgent,
.service-mega__trades,
.service-mega__projects { min-width: 0; padding: 27px 25px; }

.service-mega__urgent {
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(33, 133, 205, 0.25), transparent 34%),
    linear-gradient(145deg, #071d33, #0a3151);
}

.service-mega__urgent .service-mega__section-head > span:first-child { color: #74bdf2; }
.service-mega__urgent .service-mega__section-head .seo-strong { color: #fff; }

.service-mega__section-head .seo-strong {
  display: block;
  margin-top: 5px;
  color: var(--shell-blue-deep);
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1.25;
}

.service-mega__urgent nav { display: grid; gap: 2px; margin-top: 18px; }

.service-mega__urgent nav a {
  min-height: 68px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 15px;
  gap: 11px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}
.service-mega__urgent nav a > span:first-child {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #9bd4fa;
  background: rgba(255, 255, 255, 0.08);
}
.service-mega__urgent nav a svg { width: 15px; height: 15px; }
.service-mega__urgent nav a > svg { opacity: 0.55; transition: transform 0.18s ease, opacity 0.18s ease; }
.service-mega__urgent nav a .seo-bold,
.service-mega__urgent nav a small { display: block; }
.service-mega__urgent nav a .seo-bold { font-size: 0.76rem; font-weight: 800; }
.service-mega__urgent nav a small { margin-top: 3px; color: rgba(255, 255, 255, 0.55); font-size: 0.63rem; }
.service-mega__urgent nav a:is(:hover, :focus-visible) > svg { opacity: 1; transform: translateX(3px); }

.service-mega__urgent-cta {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.69rem;
  font-weight: 800;
  text-decoration: none;
}
.service-mega__urgent-cta svg { width: 15px; height: 15px; color: #ff78ae; }
.service-mega__urgent-cta:is(:hover, :focus-visible) { color: #fff; background: rgba(255, 255, 255, 0.14); }

.service-mega__trades { background: #fff; }
.service-mega__trades nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}
.service-mega__trades nav > a {
  min-height: 84px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 15px;
  gap: 11px;
  align-items: center;
  padding: 12px 13px;
  border: 1px solid rgba(7, 29, 51, 0.09);
  border-radius: 9px;
  color: var(--shell-blue-deep);
  background: #fff;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.service-mega__trades nav > a:is(:hover, :focus-visible) {
  border-color: rgba(7, 92, 168, 0.25);
  background: #f7fbfe;
  box-shadow: 0 12px 28px rgba(7, 29, 51, 0.07);
  transform: translateY(-2px);
}
.service-mega__trade-wide { grid-column: 1 / -1; }
.service-mega__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--shell-blue);
  background: var(--shell-blue-soft);
}
.service-mega__icon svg { width: 17px; height: 17px; }
.service-mega__trades nav .seo-bold,
.service-mega__trades nav small { display: block; }
.service-mega__trades nav .seo-bold { font-size: 0.76rem; font-weight: 820; }
.service-mega__trades nav small { margin-top: 4px; color: #728491; font-size: 0.62rem; line-height: 1.35; }
.service-mega__trades nav > a > svg { width: 14px; height: 14px; color: var(--shell-blue); opacity: 0.55; }

.service-mega__projects {
  border-left: 1px solid rgba(7, 29, 51, 0.09);
  background: #f6f9fb;
}
.service-mega__projects nav { display: grid; margin-top: 18px; }
.service-mega__projects nav a {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 10px;
  align-items: center;
  padding: 10px 2px;
  border-bottom: 1px solid rgba(7, 29, 51, 0.1);
  color: var(--shell-blue-deep);
  text-decoration: none;
}
.service-mega__projects nav a .seo-bold,
.service-mega__projects nav a small { display: block; }
.service-mega__projects nav a .seo-bold { font-size: 0.73rem; font-weight: 810; }
.service-mega__projects nav a small { margin-top: 3px; color: #71828e; font-size: 0.61rem; }
.service-mega__projects nav a svg { width: 14px; height: 14px; color: var(--shell-blue); transition: transform 0.18s ease; }
.service-mega__projects nav a:is(:hover, :focus-visible) { color: var(--shell-blue); }
.service-mega__projects nav a:is(:hover, :focus-visible) svg { transform: translateX(3px); }

.service-mega__footer {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  padding: 14px 24px;
  border-top: 1px solid rgba(7, 29, 51, 0.1);
  background: #fff;
}
.service-mega__footer > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}
.service-mega__footer > div > svg { width: 22px; height: 22px; color: var(--shell-pink); }
.service-mega__footer .seo-bold,
.service-mega__footer small { display: block; }
.service-mega__footer .seo-bold { font-size: 0.75rem; font-weight: 820; }
.service-mega__footer small { margin-top: 2px; color: #71828e; font-size: 0.63rem; }
.service-mega__phone { padding-right: 20px; border-right: 1px solid rgba(7, 29, 51, 0.1); color: var(--shell-blue-deep); }
.service-mega__phone small { color: #71828e; }
.service-mega__phone .seo-bold { margin-top: 2px; font-size: 0.78rem; }
.service-mega__contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 7px;
  color: #fff;
  background: var(--shell-pink);
  font-size: 0.72rem;
  font-weight: 820;
  text-decoration: none;
}
.service-mega__contact svg { width: 15px; height: 15px; }
.service-mega__contact:is(:hover, :focus-visible) { color: #fff; background: #ae0f52; }

@media (max-width: 1199.98px) and (min-width: 992px) {
  .service-mega__grid { grid-template-columns: minmax(225px, 0.72fr) minmax(390px, 1.4fr) minmax(210px, 0.68fr); }
  .service-mega__urgent,
  .service-mega__trades,
  .service-mega__projects { padding: 23px 20px; }
  .service-mega__trades nav > a { padding-inline: 10px; }
}

@media (max-width: 991.98px) {
  .site-header--unified .mega-menu-services { width: 100%; overflow: visible; padding: 0 0 10px 34px; }
  .service-mega__head {
    min-height: auto;
    padding: 12px 10px 14px;
    border-bottom: 0;
    background: transparent;
  }
  .service-mega__head > div > span:first-child,
  .service-mega__head > a { display: none; }
  .service-mega__head > div > .seo-strong { margin: 0; font-size: 1.08rem; }
  .service-mega__grid { display: block; min-height: 0; }
  .service-mega__urgent,
  .service-mega__trades,
  .service-mega__projects { padding: 18px 12px; }
  .service-mega__urgent { border-radius: 10px; }
  .service-mega__urgent nav { margin-top: 10px; }
  .service-mega__urgent nav a { min-height: 58px; }
  .service-mega__urgent-cta { margin-top: 14px; }
  .service-mega__trades nav { grid-template-columns: 1fr; gap: 5px; margin-top: 12px; }
  .service-mega__trades nav > a,
  .service-mega__trade-wide { min-height: 66px; grid-column: auto; padding: 9px 10px; }
  .service-mega__projects { border: 0; border-radius: 10px; }
  .service-mega__projects nav { margin-top: 10px; }
  .service-mega__projects nav a { min-height: 58px; }
  .service-mega__footer {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 8px;
    padding: 16px 12px 4px;
    background: transparent;
  }
  .service-mega__footer > div,
  .service-mega__phone { display: none; }
  .service-mega__contact { width: 100%; }
}

/* The four Munich trade pages keep a compact local section rail below the global navbar. */
.muc-service-page { padding-top: 6.95rem; }
.muc-page-nav {
  position: sticky;
  z-index: 900;
  top: 6.95rem;
  border-bottom: 1px solid rgba(7, 29, 51, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.muc-page-nav .muc-service-shell { display: flex; min-height: 54px; align-items: center; }
.muc-page-nav nav { display: flex; width: 100%; align-items: center; gap: 22px; }
.muc-page-nav nav > a,
.muc-page-nav summary { color: #17344c; font-size: 0.72rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.muc-page-nav .muc-location-home { margin-right: auto; color: #14547b !important; }
.muc-page-nav .is-cta { margin-left: auto; padding: 9px 13px; border-radius: 6px; background: #d51462; color: #fff; }
.muc-page-nav .muc-nav-dropdown { position: relative; }
.muc-page-nav .muc-nav-dropdown > div { top: calc(100% + 16px); }

@media (max-width: 1199.98px) and (min-width: 992px) {
  .site-header .navbar-nav .nav-link { padding-inline: 0.3rem; font-size: 0.76rem; }
}

@media (max-width: 860px) {
  .eco-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .eco-footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 991.98px) {
  .muc-service-page { padding-top: 6.4rem; }
  .muc-page-nav { top: 6.4rem; }
  .muc-page-nav nav { gap: 14px; overflow-x: auto; padding: 9px 0; scrollbar-width: none; }
  .muc-page-nav nav::-webkit-scrollbar { display: none; }
  .muc-page-nav nav > a,
  .muc-page-nav summary { font-size: 0.68rem; }
}

@media (max-width: 560px) {
  .eco-footer .eco-container { width: min(100% - 32px, 1320px); }
  .eco-footer-proof { grid-template-columns: repeat(2, 1fr); }
  .eco-footer-proof > * { min-height: 90px; padding: 15px; }
  .eco-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding: 52px 0 42px; }
  .eco-footer-brand { grid-column: 1 / -1; }
  .eco-footer-grid nav:last-child { grid-column: auto; }
  .eco-footer-bottom { align-items: flex-start; flex-direction: column; }
  .eco-footer-bottom nav { flex-wrap: wrap; }
}
