.vnb-skip-link {
  position: absolute;
  top: -50px;
  left: 8px;
  background: #0e5a64;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  z-index: 10000;
}

.vnb-skip-link:focus {
  top: 8px;
}

.vnb-emergency-banner {
  background: #ffefe0;
  color: #7c2d12;
  border-bottom: 1px solid #f4c89f;
  padding: 10px 16px;
  font-weight: 600;
}

.vnb-emergency-banner a {
  color: #7c2d12;
}

.vnb-site-shell {
  max-width: 1280px;
  margin: 0 auto;
}

.vnb-site-branding {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.vnb-site-brand {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.05rem, 1rem + 0.6vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.vnb-header-context {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  max-width: 56rem;
}

.vnb-demo-site .wilmes-brand-logo--header,
.vnb-demo-site .wilmes-brand-logo--home-hero {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.vnb-demo-site .site-header + a[aria-label='Ingenieurbüro Wilmes Startseite'],
.vnb-demo-site .site-header + .wilmes-brand-logo--header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}

.vnb-kpi-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  font-size: 0.84rem;
}

.vnb-kpi-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #dbeef2;
  background: rgba(255, 255, 255, 0.06);
}

.vnb-header-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.vnb-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: #f4a300;
  color: #1a2429;
  text-decoration: none;
  font-weight: 700;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.vnb-header-cta--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.vnb-demo-nav {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
}

.vnb-demo-nav__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.vnb-nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.vnb-primary-nav {
  flex: 1 1 auto;
}

.site-header .vnb-primary-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vnb-primary-nav__item a,
.vnb-nav-overview-toggle,
.vnb-primary-nav__utility {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vnb-primary-nav__item a,
.vnb-nav-overview-toggle {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vnb-primary-nav__item.is-active a,
.vnb-primary-nav__item a:hover,
.vnb-primary-nav__item a:focus,
.vnb-nav-overview-toggle:hover,
.vnb-nav-overview-toggle:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

.vnb-primary-nav__item--overview {
  margin-left: auto;
}

.vnb-primary-nav__utilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vnb-primary-nav__utility {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e9f7fb;
}

.vnb-primary-nav__utility:hover,
.vnb-primary-nav__utility:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.vnb-nav-panel {
  margin-top: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.vnb-nav-panel[hidden] {
  display: none;
}

.vnb-nav-panel__intro {
  margin-bottom: 18px;
}

.vnb-nav-panel__intro h2 {
  margin: 0 0 8px;
  color: #fff;
}

.vnb-nav-panel__intro p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.vnb-nav-panel__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.vnb-nav-panel__group {
  padding: 16px;
  border-radius: 16px;
  background: rgba(7, 32, 38, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vnb-nav-panel__group h3 {
  margin: 0 0 6px;
  color: #fff;
}

.vnb-nav-panel__group > p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
}

.vnb-nav-panel__cards {
  display: grid;
  gap: 10px;
}

.vnb-nav-panel__card {
  display: grid;
  gap: 4px;
  border-radius: 12px;
  padding: 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.92);
  color: #12313b;
  border: 1px solid rgba(14, 90, 100, 0.08);
}

.vnb-nav-panel__card strong {
  color: #132229;
}

.vnb-nav-panel__card span:last-child {
  color: #4a6470;
  font-size: 0.95rem;
}

.vnb-nav-panel__eyebrow,
.vnb-section-eyebrow,
.vnb-entrypoint-card__eyebrow,
.vnb-directory-card__eyebrow,
.vnb-service-status__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 800;
  color: #1b7f89;
}

.vnb-hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid #d2dde2;
  border-radius: 20px;
  background: linear-gradient(125deg, #ffffff 0%, #edf5f8 100%);
  margin-bottom: 18px;
}

.vnb-hero-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1b7f89;
  font-weight: 700;
  margin: 0 0 6px;
}

.vnb-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 1.65rem + 1.4vw, 3.15rem);
  line-height: 1.08;
}

.vnb-hero-copy,
.vnb-hero p {
  margin: 0 0 14px;
  color: #39535c;
}

.vnb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.vnb-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  background: #0e5a64;
  color: #fff;
  padding: 0.8rem 1.1rem;
  font-weight: 700;
}

.vnb-hero-cta--ghost {
  background: transparent;
  color: #0e5a64;
  border: 1px solid rgba(14, 90, 100, 0.24);
}

.vnb-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.vnb-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: #fff;
  border: 1px solid #d5e0e5;
  color: #27404a;
  font-weight: 600;
}

.vnb-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vnb-hero-metrics article {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(14, 90, 100, 0.05);
  border: 1px solid rgba(14, 90, 100, 0.12);
}

.vnb-hero-metrics strong {
  font-size: 1.5rem;
  line-height: 1;
  color: #0e5a64;
}

.vnb-hero-metrics span {
  color: #43606b;
  font-size: 0.95rem;
}

.vnb-hero-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 22%, rgba(14, 90, 100, 0.16), rgba(14, 90, 100, 0) 52%),
    radial-gradient(circle at 82% 72%, rgba(244, 163, 0, 0.22), rgba(244, 163, 0, 0) 48%),
    linear-gradient(160deg, #0f4951 0%, #15353a 100%);
  color: #fff;
}

.vnb-hero-panel h2 {
  margin: 0;
}

.vnb-hero-launch-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.vnb-hero-launch-list a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.vnb-hero-launch-list span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.vnb-quicklinks,
.vnb-portal-tiles,
.vnb-service-status,
.vnb-news-ticker,
.vnb-contact-bar,
.vnb-breadcrumbs {
  margin-bottom: 18px;
}

.vnb-section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.vnb-section-heading h2,
.vnb-section-heading h3 {
  margin: 0;
}

.vnb-section-heading p:last-child {
  margin: 0;
  color: #4d666f;
  max-width: 64rem;
}

.vnb-entrypoint-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.vnb-entrypoint-card,
.vnb-directory-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d3dee3;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 49, 59, 0.06);
}

.vnb-entrypoint-card h3,
.vnb-directory-card h4 {
  margin: 0;
}

.vnb-entrypoint-card p,
.vnb-directory-card p {
  margin: 0;
  color: #506771;
}

.vnb-entrypoint-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vnb-entrypoint-card__tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: #eef5f7;
  color: #34505a;
  font-size: 0.88rem;
  font-weight: 600;
}

.vnb-entrypoint-card a,
.vnb-directory-card a {
  color: #0e5a64;
  font-weight: 800;
  text-decoration: none;
}

.vnb-directory-groups {
  display: grid;
  gap: 16px;
}

.vnb-directory-group {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbfc 0%, #f2f7f8 100%);
  border: 1px solid #dbe6ea;
}

.vnb-directory-group__head {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.vnb-directory-group__head h3 {
  margin: 0;
}

.vnb-directory-group__head p:last-child {
  margin: 0;
  color: #536a72;
}

.vnb-directory-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.vnb-service-status {
  display: grid;
  gap: 12px;
  border: 1px solid #d0dde3;
  border-radius: 16px;
  background: #f2f8fa;
  padding: 14px;
}

.vnb-service-status__copy {
  display: grid;
  gap: 4px;
}

.vnb-service-status__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vnb-service-status__chips span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.4rem 0.6rem;
  background: #fff;
  border: 1px solid #d4e0e4;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2f4a52;
}

.vnb-news-ticker {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #d0dde3;
  background: #fff;
}

.vnb-news-ticker .track {
  display: inline-flex;
  gap: 24px;
  padding: 11px;
  white-space: nowrap;
  animation: vnbTicker 25s linear infinite;
}

@keyframes vnbTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.vnb-contact-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 12px;
}

.vnb-contact-bar a {
  color: #fff;
}

.vnb-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #d8eaef;
  font-size: 0.88rem;
  margin-top: 8px;
}

.vnb-breadcrumbs {
  font-size: 0.9rem;
  color: #4f6770;
}

.vnb-breadcrumbs a {
  color: #0e5a64;
}

.vnb-home-editorial {
  margin-top: 14px;
}

.vnb-home-editorial h2,
.vnb-home-editorial h3 {
  margin-top: 0;
}

.vnb-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #0e5a64;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.vnb-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .vnb-demo-nav__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .vnb-primary-nav__item--overview {
    margin-left: 0;
  }

  .vnb-primary-nav__utilities {
    justify-content: flex-start;
  }

  .vnb-hero,
  .vnb-hero--demo {
    grid-template-columns: 1fr;
  }

  .vnb-hero-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .vnb-header-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .vnb-header-cta-group {
    width: 100%;
    justify-content: flex-start;
  }

  .vnb-nav-toggle {
    display: inline-flex;
    margin-bottom: 12px;
  }

  .vnb-demo-nav__inner {
    display: none;
  }

  .vnb-demo-nav.is-open .vnb-demo-nav__inner {
    display: flex;
  }

  .vnb-primary-nav__list,
  .site-header .vnb-primary-nav__list {
    flex-direction: column;
  }

  .vnb-primary-nav__item a,
  .vnb-nav-overview-toggle,
  .vnb-primary-nav__utility {
    width: 100%;
    justify-content: flex-start;
  }

  .vnb-nav-panel {
    padding: 14px;
  }

  .vnb-kpi-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .vnb-footer-meta {
    flex-direction: column;
  }
}
