/* 2407.services — design system from Figma */
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;500;600;700&display=swap");

:root {
  --blue: #001c2f;
  --blue-grey: #828c96;
  --white: #ffffff;
  --bg-light: #f5f5f5;
  --light-grey: #e8e8e8;
  --bg-dark: #cdd1d5;
  --bildung: #bba53d;
  --beratung: #1a1a1a;
  --beisitz: #1106a0;
  --gremien: #5a30a2;
  --space: 40px;
  --space-sm: 24px;
  --max: 1440px;
  --content: 1360px;
  --font: "Oxanium", system-ui, sans-serif;
  --header-h: 89px;
  --topbar-h: 28px;
  --radius: 0;
  --ease: 0.2s ease;
}

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

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

body {
  font-family: var(--font);
  font-weight: 300;
  color: var(--blue);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}

.container {
  width: min(100% - 2 * 20px, var(--content));
  margin-inline: var(--space);
  
}

#was-wir-bieten .container,
#upgrade-cta .container,
#services .container {
  width: initial;
}

@media (max-width: 360px) {
  #was-wir-bieten .btn {
    width: 88%;
    font-size: 10px;
  }
}


.container-full {
  width: min(100%, var(--max));
  margin-inline: var(--space);
}
#services .container-full {
  width: initial;
  margin: 0
}

/* Typography */
.eyebrow {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4.48px;
  text-transform: uppercase;
  color: var(--blue-grey);
  line-height: 1.3;
}

.eyebrow--light {
  color: #828c96;
}

.h1 {
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 500;
  line-height: 1.3;
}

.h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.3;
}

.h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.body strong,
.body .em {
  font-weight: 500;
}

.stat-num {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--blue);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  transition: background var(--ease), color var(--ease), border-color var(--ease),
    opacity var(--ease);
  white-space: nowrap;
}

.btn--primary {
  background: var(--blue);
  color: var(--white);
}

.btn--primary:hover {
  opacity: 0.88;
}

.btn--light {
  background: var(--white);
  color: var(--blue);
}

.btn--light:hover {
  background: var(--bg-light);
}

/* Kill leftover Figma overlay marker classes if any cached HTML still has them */
.btn--dot::after,
.btn--accent-dots::before {
  content: none !important;
  display: none !important;
}

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

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

.btn--outline {
  border: 1px solid var(--blue);
  color: var(--blue);
}

.btn--outline:hover {
  background: var(--blue);
  color: var(--white);
}

.btn--sm {
  min-height: 40px;
  padding: 8px 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 11px 12px;
  background: var(--gremien);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.topbar {
  background: var(--bildung);
  min-height: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 var(--space);
  gap: 40px;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--blue);
}

.topbar img {
  width: 16px;
  height: 16px;
}

.navbar {
  background: var(--blue);
  color: var(--white);
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space);
  gap: 24px;
}

.navbar__logo img {
  height: 20px;
  width: auto;
}

.navbar__links {
  display: flex;
  align-items: center;
  gap: 44px;
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
}

.navbar__links a:hover {
  opacity: 0.75;
}

.navbar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-search {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}

.nav-search img {
  width: 24px;
  height: 24px;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: var(--white);
  color: var(--blue);
  padding: 8px 0;
  box-shadow: 0 12px 40px rgba(0, 28, 47, 0.15);
  z-index: 120;
}

/* Keeps hover alive across the gap between link and panel */
.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  display: block;
}

.nav-dropdown__menu a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
}

.nav-dropdown__menu a:hover {
  background: var(--bg-light);
}

body.nav-open {
  overflow: hidden;
}

/* Overlay chrome on dark heroes (Figma): navbar transparent so the hero
   mesh shows through; topbar stays --bildung. .header-solid (JS)
   restores the navy navbar after the hero scrolls away. */
body:has(main > .hero, main > .br-hero) .hero,
body:has(main > .hero, main > .br-hero) .br-hero {
  margin-top: calc(-1 * var(--header-h));
}

body:has(main > .hero, main > .br-hero) .navbar {
  transition: background-color 0.2s ease;
}

body:has(main > .hero, main > .br-hero):not(.header-solid):not(.nav-open) .navbar {
  background: transparent;
}

@media (max-width: 1024px) {
  body:has(main > .hero, main > .br-hero) {
    --header-h: 61px;
  }

  html,
  body {
    overflow-x: clip;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  body {
    padding-top: 61px;
  }
}

@media (max-width: 350px) {
  .navbar__logo {
    display: none;
  }

  .navbar__actions {
    flex: 1;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 360px) {
  .h2,
  .media-band__caption .h2,
  .offer-grid__intro .h2,
  .upgrade__copy .h2,
  .services-intro .h2,
  .extra-item__title .h2,
  .about-visual__content .h2,
  .blog-band__intro .h2,
  .booking-band__head .h2 {
    font-size: 27px;
  }
}

/* Hero */
.hero {
  position: relative;
  background: var(--blue);
  color: var(--white);
  min-height: 616px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 var(--space) 50px;
  overflow: hidden;
}

.hero__mesh {
  position: absolute;
  right: -4%;
  top: -40%;
  width: min(80%, 1150px);
  height: 140%;
  pointer-events: none;
  z-index: 0;
}

.hero__mesh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  /* width: min(100%, 1359px); */
  /* margin-inline: auto; */
  min-height: 301px;
  padding-bottom: 0;
}

.hero__label {
  color: var(--blue-grey);
  margin-bottom: 0;
  letter-spacing: 4.2px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 62px;
  align-items: flex-start;
  width: min(100%, 871px);
  flex: 1 1 280px;
  min-width: 0;
}

.hero__title {
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.hero__title-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.hero__ctas {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--white);
}

.hero__text-link:hover {
  opacity: 0.75;
}

.hero__aside {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 440px);
  flex: 0 1 440px;
  min-width: 0;
}

.hero__list {
  font-size: 16px;
  line-height: 1.5;
  max-width: 374px;
  min-width: 0;
  flex: 1;
  font-weight: 300;
  margin: 0;
}

.hero__list dt {
  font-weight: 700;
}

.hero__list dd {
  margin: 0 0 16px;
  font-weight: 300;
}

.hero__list dd:last-child {
  margin-bottom: 0;
}

.hero__scroll {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.hero__scroll img {
  width: 24px;
  height: 24px;
}

@media (max-width: 1024px) {
  .hero__br {
    display: none;
  }
}

/* Medium widths (iPad landscape / small laptop): stack hero so the
   Beratung / Bildung / Beisitz list is never clipped on the right */
@media (max-width: 1200px) {
  .hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    margin-top: 9vw;
  }

  .hero__copy,
  .hero__aside {
    width: 100%;
    max-width: none;
    flex: none;
  }

  .hero__aside {
    justify-content: space-between;
  }

  .hero__list {
    max-width: none;
  }

  .hero__title {
    font-size: clamp(34px, 4vw, 48px);
  }

  .hero__mesh {
    width: min(90%, 980px);
    right: -18%;
    top: 0;
    opacity: 0.65;
  }
}

/* Sections */
.section {
  padding: 80px 0;
}

.section--tight {
  padding: 60px 0;
}

.section--light {
  background: var(--bg-light);
}

.section--muted {
  background: var(--bg-dark);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 64px;
}

.section-head--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.section-head .h2 {
  max-width: 900px;
}

.lead-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.lead-block .eyebrow {
  flex-shrink: 0;
  width: auto;
}

.lead-copy {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 898px;
  color: var(--blue);
}

.lead-copy strong {
  font-weight: 500;
}

.lead-copy .lead-line {
  display: block;
  margin-bottom: 10px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 324px));
  gap: 40px 136px;
  margin-top: 200px;
  justify-content: start;
  color: var(--blue);
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 324px;
}

.stat .stat-num {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.stat__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.stat__copy {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

/* Media bands — Figma 3:5283 */
.media-band {
  position: relative;
  z-index: 1;
  min-height: 615px;
  height: 615px;
  /* Allow overlay PNG to sit half above the photo (translateY -50%) */
  overflow: visible;
  background: transparent;
}

/* Photo only — do not style .media-band__overlay with these rules */
.media-band__photo {
  width: 100%;
  /* Extend 60px above the band, then clip that strip away → hide top 60px of the bitmap */
  top: -60px;
  left: 0;
  right: 0;
  bottom: auto;
  height: calc(100% + 60px);
  min-height: calc(615px + 60px);
  object-fit: cover;
  /* People sit on the left; right side is fog — keep subjects in frame */
  object-position: left center;
  position: absolute;
  clip-path: inset(60px 0 0 0);
  z-index: 0;
}

@media (min-width: 1101px) {
  .media-band__photo {
    object-position: center center;
  }
}

/*
  Transparent canvas (navy steps) — left-aligned to photo TL.
  Canvas height / 2 is lifted above the bg image top edge.
*/
.media-band__overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: min(61.875%, 891px); /* 891 / 1440 */
  height: auto;
  aspect-ratio: 891 / 60;
  object-fit: fill;
  object-position: 0 0;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.media-band__caption {
  position: relative;
  z-index: 1;
  min-height: 615px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 var(--space) 52px;
  background: transparent;
}

.media-band__caption .h2 {
  color: var(--white);
  max-width: 486px;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

/* Offer split — Figma Frame 46: 483 | 555 */
.offer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

.offer-grid__intro {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: min(100%, 483px);
  flex-shrink: 0;
}

.offer-grid__intro .h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.3;
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(100%, 555px);
  flex-shrink: 0;
  color: var(--blue);
}

.offer-item .h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}

.offer-item .body {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--blue);
}

.offer-item .body strong {
  font-weight: 500;
}

/* Upgrade CTA — Figma 3:5308 */
.upgrade {
  display: grid;
  grid-template-columns: minmax(0, 481px) minmax(0, 850px);
  gap: 40px;
  align-items: start;
  justify-content: space-between;
}

.upgrade__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 27px;
}

.upgrade__copy .h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.3;
}

.upgrade__copy .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.upgrade__visual {
  position: relative;
  min-height: 525px;
  /* Allow overlay PNG to sit half above the photo (translateY -50%) */
  overflow: visible;
  background: transparent;
}

.upgrade__photo {
  width: 100%;
  /* Hide top 60px of cta-table.png */
  height: calc(525px + 60px);
  margin-top: -60px;
  object-fit: cover;
  object-position: center center;
  display: block;
  clip-path: inset(60px 0 0 0);
  /* Figma export already includes -scale-x-100 */
}

/*
  Transparent canvas (navy steps) — right-aligned to photo TR.
  Canvas height / 2 is lifted above the bg image top edge.
*/
.upgrade__overlay {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: min(87%, 740px);
  height: auto;
  aspect-ratio: 740 / 56;
  object-fit: fill;
  object-position: right top;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.upgrade__quote {
  position: absolute;
  left: 7.44%;
  bottom: 8%;
  max-width: 74%;
  margin: 0;
  color: var(--blue);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  z-index: 2;
}

.two-col-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}

.two-col-text .eyebrow {
  flex-shrink: 0;
}

.two-col-text__body {
  display: flex;
  gap: 26px;
  width: min(100%, 787px);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--blue);
}

.two-col-text__body > p {
  width: min(100%, 380px);
  margin: 0;
}

.two-col-text__body strong {
  font-weight: 500;
}

/* Services tabs */
.services-intro {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.services-intro .eyebrow {
  margin-bottom: 0;
}

.services-intro .h2 {
  margin: 0 0 24px;
  font-size: 40px;
}

.services-intro .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

/* Services book: fixed order Beratung | Bildung | Beisitz, in-place page-turn */
.service-book {
  --side: 270px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 684px;
  gap: 0;
  perspective: 2200px;
  perspective-origin: 50% 45%;
  overflow: visible;
}

/* Fixed visual order: always Beratung | Bildung | Beisitz */
.service-panel[data-service="beratung"] {
  order: 1;
}
.service-panel[data-service="bildung"] {
  order: 2;
}
.service-panel[data-service="beisitz"] {
  order: 3;
}

.service-panel {
  position: relative;
  margin: 0;
  min-width: 0;
  min-height: 684px;
  flex: 0 0 var(--side);
  width: var(--side);
  border: 0;
  cursor: pointer;
  outline: none;
  transform-style: preserve-3d;
  background: var(--bg-light);
  color: var(--blue);
  overflow: hidden;
  transition:
    flex-basis 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.4s ease,
    color 0.35s ease;
  z-index: 1;
}

.service-panel:hover:not(.is-active) {
  background: #ececec;
}

.service-panel.is-active {
  flex: 1 1 auto;
  width: auto;
  background: var(--light-grey);
  color: var(--blue);
  cursor: default;
  z-index: 3;
  /* Only the overlay’s rightmost diagonal — grey triangle beside the img, nothing else */
  clip-path: polygon(0px 0px, 100% 0px, 48.44% -6px, 51.88% 27px, 100% 30px, 100% 100%, 0px 100%);
}

@media (max-width: 1430px) {
  .service-panel.is-active {
    clip-path: polygon(
      0px 0px,
      100% 0px,
      48.44% calc(-6px * (100vw - 2 * var(--side)) / (1430px - 2 * var(--side))),
      51.88% calc(27px * (100vw - 2 * var(--side)) / (1430px - 2 * var(--side))),
      100% calc(30px * (100vw - 2 * var(--side)) / (1430px - 2 * var(--side))),
      100% 100%,
      0px 100%
    );
  }
}

.service-panel__face {
  position: relative;
  height: 100%;
  min-height: 684px;
  padding: 96px var(--space) 48px;
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

/* Collapsed strips: horizontal labels aligned with the active title */
.service-panel:not(.is-active) .service-panel__face {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 96px var(--space) 48px;
  background: var(--bg-light);
}

.service-panel:not(.is-active) .service-panel__title {
  writing-mode: horizontal-tb;
  transform: none;
  margin-top: 4px;
  font-size: 32px;
  line-height: 1.3;
  white-space: nowrap;
}

/* Stepped top bar — PNG overlays (half above panel edge, same pattern as media-band) */
.service-panel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
  width: 100%;
  /* max-width: 1384px; */
  max-height: 56px;
  /* height: 10%; */
  aspect-ratio: 900 / 56;
  object-fit: fill;
  object-position: 0 0;
  /* transform: translateY(-50%); */
  z-index: 5;
  pointer-events: none;
}

.service-panel.is-active .service-panel__overlay {
  display: block;
}

.service-panel__fff-line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 34%;
  max-height: 28px;
  aspect-ratio: 439 / 28;
  object-fit: fill;
  object-position: 0 0;
  z-index: 6;
  pointer-events: none;
}

.service-panel:not(.is-active) .service-panel__fff-line {
  display: block;
}

.service-panel:not(.is-active) {
  background: var(--bg-light);
}

.service-panel .num {
  font-size: 24px;
  font-weight: 500;
  color: var(--blue-grey);
  line-height: 1.3;
}

.service-panel.is-active .num {
  color: var(--blue-grey);
}

.service-panel__title {
  font-size: 32px;
  margin-top: 4px;
  color: inherit;
  font-weight: 500;
  line-height: 1.3;
}

.service-panel.is-active .btn--light {
  background: var(--blue);
  color: var(--white);
}

.service-panel.is-active .service-panel__body .h3 {
  color: var(--blue);
}

.service-panel.is-active .service-panel__body > p {
  color: var(--blue);
}

.service-panel__body {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.service-panel.is-active .service-panel__body {
  opacity: 1;
  visibility: visible;
  max-height: none;
  overflow: visible;
  pointer-events: auto;
}

.service-panel.is-active .service-panel__body .h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
}

.service-panel.is-active .service-panel__body > p {
  max-width: 504px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--blue);
}

.service-panel__price {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--blue);
}

.service-panel .topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--space);
  row-gap: 8px;
  align-items: start;
  margin: 40px 0 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 560px;
  position: relative;
  z-index: 1;
  color: var(--blue);
}

.service-panel .btn {
  position: relative;
  z-index: 1;
}

.service-panel__portrait {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: 210px;
  height: 332px;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  opacity: 0.95;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent);
  mask-image: linear-gradient(to bottom, #000 72%, transparent);
}

/* In-place page-turn */
.service-book.is-turning {
  pointer-events: none;
}

.service-panel.is-flip-out.is-active {
  animation: servicePanelBgPulse 0.45s cubic-bezier(0.55, 0.05, 0.6, 0.4) forwards;
}

.service-panel.is-flip-out .service-panel__face {
  animation: servicePageOut 0.45s cubic-bezier(0.55, 0.05, 0.6, 0.4) forwards,
    servicePanelBgPulse 0.45s cubic-bezier(0.55, 0.05, 0.6, 0.4) forwards;
}

.service-panel.is-flip-in.is-active {
  animation: servicePanelBgPulse 0.5s cubic-bezier(0.2, 0.7, 0.25, 1) forwards;
}

.service-panel.is-flip-in .service-panel__face {
  animation: servicePageIn 0.5s cubic-bezier(0.2, 0.7, 0.25, 1) forwards,
    servicePanelBgPulse 0.5s cubic-bezier(0.2, 0.7, 0.25, 1) forwards;
}

@keyframes servicePanelBgPulse {
  0% {
    background-color: var(--light-grey);
  }
  50% {
    background-color: var(--white);
  }
  100% {
    background-color: var(--light-grey);
  }
}

@keyframes servicePageOut {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-90deg);
  }
}

@keyframes servicePageIn {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-panel {
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .service-panel.is-flip-out.is-active,
  .service-panel.is-flip-in.is-active {
    animation: none !important;
  }
  .service-panel__face,
  .service-panel.is-flip-out .service-panel__face,
  .service-panel.is-flip-in .service-panel__face {
    animation: none !important;
    transform: none !important;
  }
}

/* Desktop: service book only; tabs are mobile (Figma 3:5330) */
.service-tab-bar {
  display: none;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

/* Extra services list */
.extra-services {
  border-top: 1px solid var(--light-grey);
}

.extra-item__title .num {
  font-size: 24px;
  font-weight: 500;
  color: var(--blue-grey);
  min-width: 96px;
}

.extra-item__title .h2 {
  font-size: 32px;
  font-weight: 500;
}

.extra-item {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 666px);
  justify-content: space-between;
  gap: 40px;
  padding: 24px var(--space);
  min-height: 253px;
  border-bottom: 1px solid var(--light-grey);
  align-items: start;
  width: min(100%, var(--max));
  margin-inline: auto;
  box-sizing: border-box;
}

.extra-item__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  position: relative;
}

.extra-item__body p {
  margin-bottom: 24px;
  max-width: 666px;
}

.extra-item__body .btn {
  background: var(--white);
  color: var(--blue);
  border: 1px solid var(--blue);
}

.extra-item__body .btn:hover {
  background: var(--blue);
  color: var(--white);
}

.extra-item__body .note {
  font-size: 13px;
  color: var(--blue-grey);
  margin-top: 0;
}

/* Topics */
.topics-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}

.topic-card {
  padding-top: 0;
  border-top: 0;
}

.topic-card .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: block;
}

.topic-card__rule {
  display: block;
  width: 100%;
  height: 15px;
  margin-bottom: 24px;
  object-fit: fill;
}

.topic-card .h3 {
  margin-bottom: 16px;
}

/* Partners */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 40px 0 48px;
}

.partner-cell {
  aspect-ratio: 1;
  border: 1px solid var(--light-grey);
  display: grid;
  place-items: center;
  padding: 32px;
  background: var(--white);
}

.partner-cell img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.partners-grid:not(.partners-grid--figma) .partner-cell img {
  filter: grayscale(1);
  opacity: 0.85;
}

.partners-cta {
  text-align: center;
}

/* About teaser */
.about-teaser {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
}

.about-visual {
  position: relative;
  min-height: 534px;
  /* Allow notch canvas to sit half below the photo (translateY 50%) */
  overflow: visible;
}

.about-visual__photo {
  width: 100%;
  height: 100%;
  min-height: 534px;
  object-fit: cover;
  display: block;
}

.about-visual__content {
  position: absolute;
  top: 34px;
  left: 37px;
  right: auto;
  bottom: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: var(--white);
  z-index: 1;
  max-width: 432px;
}

.about-visual__content .h2 {
  max-width: 432px;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
}

.btn--ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 24px;
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

/*
  Transparent canvas (navy steps) — right-aligned to photo BR.
  Canvas height / 2 hangs below the bg image bottom edge.
*/
.about-visual__notch {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: min(65.5%, 891px);
  height: auto;
  aspect-ratio: 891 / 60;
  object-fit: fill;
  object-position: right bottom;
  transform: translateY(50%);
  transform-origin: right bottom;
  z-index: 2;
  pointer-events: none;
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.faq__intro .h2 {
  margin: 16px 0;
}

.faq__intro a {
  text-decoration: underline;
  font-weight: 500;
}

.accordion details {
  border-bottom: 1px solid var(--light-grey);
  padding: 16px 0;
}

.accordion summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='black' stroke-width='1.5' d='M3 5l4 4 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='black' stroke-width='1.5' d='M3 5l4 4 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.2s ease;
}

.accordion details[open] summary::after {
  transform: rotate(180deg);
}

.accordion .answer {
  padding: 12px 0 8px;
  font-size: 16px;
  font-weight: 300;
  max-width: 95%;
}

.accordion .answer ul,
.accordion .answer ol {
  margin: 12px 0 12px 20px;
}

.accordion .answer ul {
  list-style: disc;
}

.accordion .answer ol {
  list-style: decimal;
}

.accordion .answer li {
  margin-bottom: 8px;
}

/* Page hero (inner) */
.page-hero {
  background: var(--bg-light);
  padding: 72px var(--space) 56px;
}

.page-hero .eyebrow {
  margin-bottom: 16px;
}

.page-hero .h1 {
  margin-bottom: 16px;
  max-width: 800px;
}

.page-hero p {
  max-width: 640px;
  font-size: 18px;
}

/* Blog band */
.blog-band__intro {
  margin-bottom: 48px;
  max-width: 720px;
}

.blog-band__intro .h2 {
  margin: 48px 0 16px;
  font-size: clamp(28px, 3.2vw, 40px);
}

.blog-band__label {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items: start;
}

.blog-feature,
.blog-row {
  color: inherit;
  text-decoration: none;
}

.blog-feature img {
  width: 100%;
  height: 274px;
  object-fit: cover;
  margin-bottom: 24px;
  display: block;
}

.blog-cat {
  color: var(--gremien);
  font-size: 14px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.blog-feature .h3,
.blog-row .h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #1a1a1a;
  line-height: 1.1;
}

.blog-feature p:last-child,
.blog-row p:last-child {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.blog-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blog-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: start;
}

.blog-row img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

@media (min-width: 1100px) {
  .blog-row {
    grid-template-columns: 320px 1fr;
  }
  .blog-row img {
    height: 188px;
  }
}

/* Booking / Kontakt band */
.booking-band__head {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 56px;
}

.booking-band__head .eyebrow {
  margin-bottom: 48px;
}

.booking-band__head .h2 {
  margin-bottom: 24px;
  font-size: 40px;
}

.booking-panel {
  background: var(--white);
  padding: 48px 40px 56px;
}

.booking-panel__title {
  margin-bottom: 32px;
  font-size: 24px;
}

.booking-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  align-items: start;
}

.booking-cal {
  border: 1px solid var(--light-grey);
  padding: 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.booking-cal__slots .cal-duration {
  margin-top: 0;
}

.cal-times__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}

.cal-times__list button {
  width: 100%;
  justify-content: center;
  border-color: var(--light-grey);
}

.cal-grid button.is-selected {
  background: var(--bildung);
  color: var(--blue);
}

.field-hint {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  color: var(--bildung);
}

.field--line {
  position: relative;
}

.field--line label {
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--blue-grey);
  font-weight: 300;
  pointer-events: none;
  transition: 0.15s ease;
}

.field--line input:focus + .field-hint,
.field--line input:not(:placeholder-shown) ~ .field-hint {
  /* keep hint visible */
}

.field--line input:focus ~ label,
.field--line input:not(:placeholder-shown) ~ label {
  opacity: 0;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--light-grey);
  background: #f9f9f9;
  padding: 12px 16px;
  max-width: 280px;
  font-size: 14px;
}

.captcha-box__check {
  width: 24px;
  height: 24px;
  border: 2px solid var(--blue-grey);
  background: var(--white);
  flex-shrink: 0;
}

.btn--block {
  width: 100%;
}

@media (max-width: 900px) {
  .booking-cal {
    grid-template-columns: 1fr;
  }
}

.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cal-nav__btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: var(--blue);
  cursor: pointer;
}

.cal-nav__label {
  font-size: 16px;
  font-weight: 500;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px 4px;
  margin-bottom: 28px;
}

.cal-grid .dow {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 8px;
}

.cal-grid button {
  width: 100%;
  aspect-ratio: 1;
  max-width: 44px;
  margin-inline: auto;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 16px;
  color: var(--blue);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.cal-grid button.is-selected {
  background: var(--bildung);
  color: var(--blue);
}

.cal-grid button:disabled {
  opacity: 0.25;
  cursor: default;
}

.cal-duration__opts,
.cal-times__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cal-duration__opts button,
.cal-times__list button {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--blue);
  background: var(--white);
  color: var(--blue);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.cal-duration__opts button.is-active,
.cal-times__list button.is-active {
  background: var(--blue);
  color: var(--white);
}

.cal-duration,
.cal-times {
  margin-top: 24px;
}

.booking-form {
  padding: 24px 32px;
  display: grid;
  gap: 20px;
}

.field--line label {
  color: var(--blue-grey);
  font-weight: 300;
}

.field--line input {
  border: 0 !important;
  border-bottom: 1px solid var(--light-grey) !important;
  border-radius: 0;
  padding-left: 0;
  background: transparent;
}

.field--line input:focus {
  outline: none;
  border-bottom-color: var(--blue) !important;
}

.upload-box {
  position: relative;
  display: block;
  border: 1px dashed var(--blue-grey);
  padding: 24px;
  text-align: center;
  cursor: pointer;
}

.upload-box__input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-box__plus {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--blue);
  color: var(--white);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
}

.upload-box__hint span {
  color: var(--gremien);
  text-decoration: underline;
}

.check-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

[data-form-status].is-success {
  color: var(--blue);
}

[data-form-status].is-error {
  color: #b42318;
}

.check-line input {
  margin-top: 3px;
}

@media (max-width: 900px) {
  .blog-grid,
  .booking-panel__grid {
    grid-template-columns: 1fr;
  }
  .blog-row {
    grid-template-columns: 120px 1fr;
  }
}

/* Forms */
.form-grid {
  display: grid;
  gap: 20px;
  max-width: 720px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--light-grey);
  background: var(--white);
  padding: 12px 16px;
  font: inherit;
  color: var(--blue);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--bildung);
  outline-offset: 1px;
}

/* Footer */
.site-footer {
  background: var(--bg-dark);
  color: var(--blue);
  padding: 100px 0 24px;
  position: relative;
  margin-top: 40px;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(72%, 1040px);
  height: 56px;
  background: var(--blue);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
  padding-top: 8px;
}

.footer-brand__logo img {
  display: block;
  height: 47px;
  width: auto;
  max-width: 210px;
}

.footer-brand__badge {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.footer-col .label {
  font-size: 14px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 20px;
  font-weight: 300;
}

.footer-col .group-title {
  font-weight: 500;
  margin-bottom: 12px;
}

.footer-col a,
.footer-col p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-col .indent {
  padding-left: 10px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 28, 47, 0.2);
  font-size: 16px;
}

.footer-bottom nav {
  display: flex;
  gap: 29px;
}

.footer-seal {
  position: absolute;
  right: var(--space);
  bottom: 80px;
  width: 160px;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

/* Content cards (blog, urteile, etc.) */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.card-link:hover .content-card,
.card-link:focus-visible .content-card {
  border-color: var(--gold);
}

.card-link__more {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
}

.content-card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid var(--light-grey);
  background: var(--white);
  transition: border-color 0.2s ease;
}

.content-card .eyebrow {
  margin-bottom: 12px;
}

.content-card .h3 {
  margin-bottom: 12px;
}

.content-card p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--blue);
  opacity: 0.85;
}

.info-panel {
  padding: 32px 28px;
  background: var(--off-white, #f5f5f5);
  border-top: 3px solid var(--gold);
}

.info-panel p {
  margin-bottom: 12px;
  font-size: 15px;
}

.article-layout ol {
  list-style: decimal;
  margin: 12px 0 24px 22px;
}

.article-layout ol li {
  margin-bottom: 8px;
}

a.card-link .topic-card {
  transition: border-color 0.2s ease;
}

a.card-link:hover .topic-card {
  border-color: var(--gold);
}

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

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

/* Legal / prose */
.prose {
  max-width: 820px;
}

.prose h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 32px 0 12px;
}

.prose p,
.prose li {
  margin-bottom: 12px;
  font-size: 16px;
}

.prose ul {
  list-style: disc;
  margin-left: 20px;
}

/* Utility */
.mt-24 {
  margin-top: 24px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-40 {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Mobile */
@media (max-width: 1024px) {
  :root {
    --space: 24px;
  }

  .topbar {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .navbar__links {
    position: fixed;
    inset: 61px 0 0 0;
    background: var(--blue);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    gap: 24px;
    transform: translateX(100%);
    transition: transform var(--ease);
    z-index: 99;
  }

  body.nav-open .navbar__links {
    transform: translateX(0);
  }

  .nav-dropdown__menu {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    margin: 8px 0 0;
    background: transparent;
    box-shadow: none;
    color: var(--white);
    display: none;
    padding: 0;
  }

  .nav-dropdown__menu::before {
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown__menu {
    display: block;
  }

  .nav-dropdown__menu a {
    color: var(--white);
  }

  .nav-dropdown__menu a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero {
    min-height: 0;
    padding: 96px 24px 40px;
    justify-content: flex-start;
  }

  .hero__mesh {
    width: 140%;
    right: -40%;
    top: 8%;
    height: 70%;
    opacity: 0.55;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 40px;
    min-height: 0;
    width: 100%;
  }

  .hero__copy {
    width: 100%;
    gap: 28px;
  }

  .hero__label {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 1.4;
  }

  .hero__title-block {
    gap: 28px;
  }

  .hero__title {
    font-size: clamp(30px, 8.2vw, 42px);
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .hero__ctas .btn {
    width: 50%;
    justify-content: center;
  }

  .hero__text-link {
    justify-content: flex-start;
    padding: 8px 0;
    min-height: 40px;
  }

  .hero__aside {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }

  .hero__list {
    max-width: none;
    flex: 1;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero__list dd {
    margin-bottom: 12px;
  }

  .lead-block,
  .stats,
  .offer-grid,
  .upgrade,
  .two-col-text,
  .two-col-text__body,
  .extra-item,
  .topics-intro,
  .topics-grid,
  .about-teaser,
  .faq,
  .footer-grid,
  .form-row,
  .section-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .lead-block .eyebrow {
    grid-column: 1;
  }

  .stats {
    gap: 32px;
    margin-top: 48px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-book {
    --side: 0px;
    display: block;
    min-height: 0;
    perspective: none;
    overflow: visible;
    padding-top: 28px;
  }

  .service-panel {
    display: none;
    min-height: 0;
    width: 100%;
    flex: none;
  }

  .service-panel.is-active {
    display: block;
    min-height: 0;
    width: 100%;
    clip-path: none;
  }

  .service-panel__face {
    min-height: 0;
    height: auto;
    padding: 64px var(--space) 32px;
  }

  .service-panel:not(.is-active) .service-panel__face {
    padding: 64px var(--space) 32px;
  }

  .service-panel.is-active .service-panel__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .service-panel.is-active .service-panel__body > p,
  .service-panel.is-active .service-panel__body .h3 {
    max-width: 100%;
  }

  .service-panel .topics {
    grid-template-columns: 1fr;
    gap: 8px 0;
    margin: 24px 0;
    max-width: 100%;
    line-height: 1.5;
    font-size: 14px;
  }

  .service-panel__portrait {
    position: absolute;
    right: 0;
    bottom: 0;
    order: 20;
    /* width: min(160px, 42vw); */
    height: auto;
    aspect-ratio: 210 / 332;
    margin: 16px 0 0 auto;
    object-fit: cover;
    /* top: -53.2vw; */
  }

  .service-panel .btn {
    order: 15;
    width: auto;
    max-width: 100%;
    margin-top: 8px;
  }

  .service-tab-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 16px;
    /* padding: 0 var(--space); */
    width: 100%;
    box-sizing: border-box;
  }

  .service-tab-bar .btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 12px 6px;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-align: center;
    white-space: nowrap;
  }

  .service-panel:not(.is-active) .service-panel__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: clamp(28px, 8vw, 36px);
    margin-top: 4px;
    white-space: normal;
  }

  /* Meeting photos: full width, cover with floor height (avoids short/white tops) */
  .media-band {
    height: auto;
    min-height: clamp(300px, 72vw, 420px);
  }

  .media-band__photo {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: calc(100% + 60px);
    min-height: calc(300px + 60px);
    object-fit: cover;
    object-position: left center;
    clip-path: inset(60px 0 0 0);
    margin-top: 0;
    display: block;
  }

  .media-band__caption {
    position: relative;
    z-index: 1;
    min-height: clamp(300px, 72vw, 420px);
    height: auto;
    padding: 0 var(--space) 32px;
  }

  .media-band__caption .h2 {
    font-size: 28px;
    max-width: min(100%, 486px);
  }

  .media-band__overlay {
    width: min(70%, 891px);
  }

  .upgrade__visual {
    min-height: clamp(280px, 65vw, 400px);
    width: 100%;
    overflow: visible;
  }

  .upgrade__photo {
    width: 100%;
    height: calc(clamp(280px, 65vw, 400px) + 60px);
    min-height: calc(280px + 60px);
    margin-top: -60px;
    object-fit: cover;
    object-position: center center;
    clip-path: inset(60px 0 0 0);
  }

  .upgrade__overlay {
    width: min(87%, 740px);
  }

  .upgrade__quote {
    font-size: 28px;
    max-width: 90%;
  }

  .footer-seal {
    position: static;
    margin-top: 24px;
    width: 140px;
  }

  .footer-brand {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .btn {
    width: 100%;
  }

  .service-tab-bar .btn {
    width: auto;
  }

  .service-panel .btn {
    width: auto;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__ctas .btn {
    width: 100%;
  }

  .hero__text-link {
    width: auto;
  }

  .hero__title {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .partners-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .extra-item {
    padding-inline: 20px;
  }
}

/* Polish pass */
.navbar__logo img { height: 22px; }
.service-panel.is-active .service-panel__body > p { margin-top: 8px; max-width: 560px; }
.partner-cell img { mix-blend-mode: multiply; }
.page-hero .badge { display:inline-flex; margin-bottom:16px; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--bildung);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ========== Beratung page (Figma 3:6635) ========== */
.br-hero {
  position: relative;
  background: var(--blue);
  color: var(--white);
  min-height: 616px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 176px var(--space) 50px;
  overflow: hidden;
}

.br-hero__mesh {
  position: absolute;
  right: -4%;
  top: -40%;
  width: min(80%, 1150px);
  height: 140%;
  pointer-events: none;
  z-index: 0;
}

.br-hero__mesh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.br-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content));
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.br-hero__copy {
  max-width: 793px;
  display: flex;
  flex-direction: column;
  gap: 62px;
}

.br-hero__copy .h1 {
  color: var(--white);
}

.br-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.br-hero__aside {
  width: min(100%, 440px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.br-hero__lead {
  max-width: 374px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.br-hero__scroll {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  display: grid;
  place-items: center;
}

.br-hero__scroll img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.br-cloud {
  background: var(--bg-light);
  padding: 0;
  overflow: hidden;
}

.br-cloud__stage {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
  min-height: 720px;
  height: clamp(560px, 68vw, 987px);
}

.br-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

.br-tag--ml,
.br-tag--mrr,
.br-tag--bll,
.br-tag--br {
  font-size: 10px;
  min-height: 32px;
}

.br-tag--beisitz { background: var(--beisitz); }
.br-tag--beratung { background: var(--beratung); }
.br-tag--bildung { background: var(--bildung); }
.br-tag--blue { background: var(--blue); }
.br-tag--grey { background: var(--blue-grey); }

.br-tag--tl { left: 6.4%; top: 19%; }
.br-tag--tc { left: 17.4%; top: 12%; }
.br-tag--tr { right: 16.9%; top: 14%; }
.br-tag--ml { left: 17.4%; top: 33%; }
.br-tag--mll { left: 9.4%; top: 40%; }
.br-tag--mr { right: 10.8%; top: 42%; }
.br-tag--mrr { right: 9%; top: 32%; }
.br-tag--bl { left: 15.6%; top: 60%; }
.br-tag--bll { left: 11%; top: 79%; }
.br-tag--bc { left: 48.5%; top: 82%; transform: translateX(-50%); }
.br-tag--br { right: 12%; top: 73%; }
.br-tag--brr { right: 14%; top: 82%; }

.br-cloud__card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: min(323px, 86vw);
  min-height: 398px;
  background: var(--white);
  padding: 20px;
  z-index: 2;
}

.br-cloud__text {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--blue);
}

.br-cloud__text strong {
  font-weight: 600;
}

.br-cloud__icon {
  position: absolute;
  right: 14px;
  bottom: 24px;
  width: 100px;
  height: 100px;
}

.br-cloud__notch {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--blue);
}

.br-cloud__notch--tl { left: -8px; top: -8px; }
.br-cloud__notch--tr { right: -8px; top: -8px; }
.br-cloud__notch--bl { left: -8px; bottom: -8px; }
.br-cloud__notch--br { right: -8px; bottom: -8px; }

.br-quote {
  padding-top: 80px;
  padding-bottom: 40px;
}

.br-quote__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px 40px;
  align-items: start;
}

.br-quote__mark {
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 500;
  line-height: 1;
  color: var(--light-grey);
  transform: translateY(-12px);
}

.br-quote__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 24px;
}

.br-quote__title {
  max-width: 1100px;
}

.br-quote__aside {
  max-width: 708px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.br-quote__copy {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.br-quote__copy strong {
  font-weight: 500;
}

.br-ansatz__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}

.br-ansatz__head .eyebrow {
  margin-bottom: 32px;
}

.br-ansatz__sub {
  margin-top: 8px;
}

.br-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.br-checks ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.br-checks li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--blue);
}

.br-card {
  background: var(--bg-light);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 280px;
  position: relative;
}

.br-card__top {
  position: relative;
  padding-right: 48px;
}

.br-card__icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
}

.br-card p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  flex: 1;
}

.br-card .btn {
  align-self: flex-start;
}

.br-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 326fr) minmax(0, 344fr) minmax(0, 326fr) minmax(0, 325fr);
  grid-template-areas:
    "it ueber ueber zeit"
    "bv bv sozial zeit";
  gap: 24px 20px;
}

.br-mosaic .br-card:nth-child(1) { grid-area: it; min-height: 314px; }
.br-mosaic .br-card:nth-child(2) { grid-area: ueber; min-height: 314px; }
.br-mosaic .br-card:nth-child(3) { grid-area: zeit; min-height: 726px; }
.br-mosaic .br-card:nth-child(4) { grid-area: bv; min-height: 388px; }
.br-mosaic .br-card:nth-child(5) { grid-area: sozial; min-height: 388px; }

.br-pool__head {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.br-pool__head .eyebrow {
  margin-bottom: 32px;
}

.br-pool__grid {
  display: grid;
  grid-template-columns: minmax(280px, 440px) 1fr;
  gap: 20px;
  align-items: stretch;
}

.br-card--pool-tall {
  min-height: 624px;
}

.br-pool__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.br-pool__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.br-pool__row .br-card {
  min-height: 338px;
}

.br-card--full {
  min-height: 266px;
}

.br-erlaubnis__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 62px;
  align-items: end;
  margin-bottom: 48px;
}

.br-erlaubnis__head .eyebrow {
  margin-bottom: 48px;
}

.br-erlaubnis__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.br-permit {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 677px;
}

.br-permit__main {
  position: relative;
  background: var(--beratung);
  color: var(--white);
  padding: 40px;
  overflow: hidden;
  min-height: 677px;
}

.br-permit__user {
  width: 70px;
  height: auto;
  margin-bottom: 24px;
}

.br-permit__label {
  position: absolute;
  top: 50px;
  right: 40px;
  text-align: right;
}

.br-permit__label-strong {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.3;
}

.br-permit__label-soft {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.br-permit__copy {
  max-width: 327px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.br-permit__cite {
  font-size: 18px;
  font-weight: 400;
}

.br-permit__copy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.br-permit__downloads {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  align-items: flex-start;
}

.br-btn-dl {
  gap: 10px;
}

.br-btn-dl img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.br-permit__photo {
  position: absolute;
  right: 40px;
  bottom: 24px;
  width: min(670px, 58%);
  height: 410px;
  overflow: hidden;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}

.br-permit__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.br-permit__tabs {
  display: flex;
}

.br-permit__tab {
  width: 106px;
  background: var(--beratung);
  color: var(--white);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 12px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.br-permit__tab--a { opacity: 0.8; }
.br-permit__tab--b { opacity: 0.6; width: 105px; }

.br-urteile__head {
  max-width: 697px;
  margin: 0 auto 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.br-urteile__head .eyebrow {
  margin-bottom: 32px;
}

.br-table__head,
.br-table__row {
  display: grid;
  grid-template-columns: 210px 210px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--light-grey);
  align-items: start;
}

.br-table__head {
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-grey);
}

.br-table__row > span:first-child {
  font-size: 20px;
  font-weight: 500;
}

.br-table__row > span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
}

.br-table__row p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.br-urteile__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.br-urteile__actions .btn--primary img {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
}

.br-services__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}

.br-services__head .eyebrow {
  margin-bottom: 48px;
}

.br-services__item {
  border-top: 1px solid var(--light-grey);
  padding: 24px 0;
}

.br-services__item:last-child {
  border-bottom: 1px solid var(--light-grey);
}

.br-services__row {
  display: grid;
  grid-template-columns: minmax(200px, 556px) 1fr;
  gap: 40px;
  align-items: start;
}

.br-services__num {
  display: inline;
  font-size: 24px;
  color: var(--blue-grey);
  margin-right: 20px;
}

.br-services__item .h2 {
  display: inline;
}

.br-services__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  max-width: 666px;
}

.br-services__body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

/* KI banner */
.br-ki {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 var(--space);
}

.br-ki__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Gesetze */
.br-gesetz__head {
  max-width: 697px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.br-gesetz__nav {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 16px;
  align-items: start;
  text-align: center;
}

.br-gesetz__chev {
  width: 40px;
  height: 40px;
  border: 1px solid var(--blue);
  background: transparent;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.br-gesetz__body-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--blue);
}

.br-gesetz__body-text mark {
  background: rgba(187, 165, 61, 0.28);
  color: inherit;
  padding: 0 2px;
}

/* Wissenswert */
.br-wissen__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}

.br-wissen__head > div {
  max-width: 697px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.br-wissen__pager {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-grey);
}

.br-wissen__grid {
  display: grid;
  grid-template-columns: minmax(0, 782px) minmax(0, 475px);
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}

.br-wissen__media {
  margin: 0;
  background: var(--bg-light);
  aspect-ratio: 1;
  overflow: hidden;
}

.br-wissen__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.br-wissen__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.br-wissen__copy .btn {
  margin-top: 24px;
}

/* Dark Beschlussvorlage (Beratung) */
.audit-vorlage--dark .audit-vorlage__doc {
  background: var(--beratung);
  border-color: var(--beratung);
  color: var(--white);
  min-height: 644px;
}

.audit-vorlage--dark .audit-vorlage__tab {
  background: #2a2a2a;
  border-color: transparent;
  color: var(--white);
}

.audit-vorlage--dark .audit-vorlage__actions .btn {
  border-color: var(--white);
  color: var(--white);
}

.audit-vorlage--dark .audit-vorlage__text {
  color: var(--white);
  font-family: ui-monospace, "Courier New", monospace;
}

.audit-vorlage--dark .audit-vorlage__title {
  color: var(--bildung);
  font-weight: 700;
  font-size: 1.35em;
}

.audit-vorlage--dark .audit-vorlage__downloads .btn {
  gap: 10px;
}

@media (max-width: 1100px) {
  .br-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "it ueber"
      "bv sozial"
      "zeit zeit";
  }

  .br-mosaic .br-card:nth-child(1),
  .br-mosaic .br-card:nth-child(2),
  .br-mosaic .br-card:nth-child(4),
  .br-mosaic .br-card:nth-child(5) {
    grid-column: auto;
  }

  .br-pool__grid {
    grid-template-columns: 1fr;
  }

  .br-erlaubnis__head,
  .br-services__row,
  .br-wissen__grid {
    grid-template-columns: 1fr;
  }

  .br-permit {
    grid-template-columns: 1fr;
  }

  .br-permit__tabs {
    min-height: 80px;
  }

  .br-permit__tab {
    writing-mode: horizontal-tb;
    transform: none;
    width: auto;
    flex: 1;
    align-items: center;
    text-align: left;
    font-size: 14px;
  }

  .br-permit__photo {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 32px;
    clip-path: none;
  }

  .br-permit__label {
    position: static;
    text-align: left;
    margin: 16px 0;
  }

  .br-checks {
    grid-template-columns: 1fr 1fr;
  }

  .br-table__head,
  .br-table__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 900px) {
  .br-hero {
    padding-top: 120px;
    min-height: auto;
  }

  .br-hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .br-hero__aside {
    width: 100%;
  }

  .br-cloud__stage {
    height: auto;
    min-height: 0;
    padding: 48px 16px 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
  }

  .br-tag {
    position: static;
    margin: 6px;
  }

  .br-cloud__card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 32px auto 0;
    order: -1;
  }

  .br-quote__inner {
    grid-template-columns: 1fr;
  }

  .br-quote__aside {
    margin-left: 0;
  }

  .br-mosaic {
    grid-template-columns: 1fr;
    grid-template-areas:
      "it"
      "ueber"
      "bv"
      "sozial"
      "zeit";
  }

  .br-pool__row {
    grid-template-columns: 1fr;
  }

  .br-services__head,
  .br-wissen__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .br-gesetz__nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}



/* ========== Über uns page ========== */
.about-hero__aside {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.about-hero__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 374px;
  color: var(--white);
}

.about-inline {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 40px;
}

.about-inline__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.3;
  max-width: 900px;
  margin: 0 auto 12px;
}

.about-inline__img {
  display: inline-block;
  width: 72px;
  height: 44px;
  object-fit: cover;
  vertical-align: middle;
  margin: 0 8px;
}

.about-inline__sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 545px;
  margin: 0 auto;
}

.about-who__grid {
  display: grid;
  grid-template-columns: minmax(0, 458px) minmax(0, 1fr) minmax(0, 438px);
  gap: 40px 24px;
  align-items: start;
  position: relative;
}

.about-who__copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 458px;
}

.about-who__side {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  max-width: 324px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 24px;
  padding-bottom: 40px;
}

.about-who__visual {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  width: 100%;
  max-width: 438px;
  margin-left: auto;
  margin-top: 80px;
}

.about-who__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 438 / 602;
  object-fit: cover;
}

.about-who__notch {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  background: var(--blue);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 55%);
}

.about-quote {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 90px;
  padding-top: 50px;
}

.about-quote__mark {
  position: absolute;
  left: 0;
  top: -6px;
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--light-grey);
  pointer-events: none;
}

.about-quote__text {
  position: relative;
  z-index: 1;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.3;
  max-width: 1109px;
  flex: 1;
}

.about-process__intro {
  text-align: center;
  max-width: 697px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.about-process__intro .eyebrow {
  margin-bottom: 32px;
}

.about-timeline {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 8px 0 40px;
}

.about-timeline__line {
  position: absolute;
  left: 50%;
  top: 16px;
  bottom: 40px;
  width: 1px;
  background: var(--bildung);
  transform: translateX(-50%);
}

.about-step {
  position: relative;
  width: min(100%, 438px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-step--right {
  margin-left: calc(50% + 64px);
  align-items: flex-start;
  text-align: left;
}

.about-step--left {
  margin-right: calc(50% + 64px);
  margin-left: auto;
  align-items: flex-end;
  text-align: right;
}

.about-step__dot {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  background: var(--bildung);
}

.about-step--right .about-step__dot {
  left: -72px;
}

.about-step--left .about-step__dot {
  right: -72px;
}

.about-step__num {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--blue-grey);
  opacity: 0.5;
}

.about-step__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about-step--left .about-step__actions {
  justify-content: flex-end;
}

.btn--icon {
  gap: 10px;
}

.btn--icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.about-fields__head {
  display: grid;
  grid-template-columns: 1fr minmax(0, 545px);
  gap: 40px;
  align-items: end;
  margin-bottom: 70px;
}

.about-fields__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.about-field-card {
  background: var(--bg-light);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 326px;
}

.about-field-card__num {
  font-size: 40px;
  font-weight: 500;
  color: var(--blue-grey);
  text-align: right;
  line-height: 1.3;
  margin-bottom: 16px;
}

.about-media {
  padding: 0 0 40px;
}

.about-media__inner {
  position: relative;
  /* Allow blue canvas to sit fully above the photo (translateY -100%) */
  overflow: visible;
}

.about-media__img {
  width: 100%;
  height: 534px;
  object-fit: cover;
  display: block;
}

.about-media__quote {
  position: absolute;
  left: 54px;
  top: 80px;
  max-width: 626px;
  color: var(--blue);
  z-index: 1;
}

.about-media__quote strong {
  font-weight: 700;
}

/*
  Navy canvas — right-aligned, fully above the photo top edge.
*/
.about-media__notch {
  position: absolute;
  top: 0;
  right: 0;
  width: min(66%, 944px);
  height: 60px;
  background: var(--blue);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  transform: translateY(-100%);
  transform-origin: right top;
  z-index: 2;
  pointer-events: none;
}

.about-services {
  padding-bottom: 0;
}

.about-services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}

.about-svc {
  color: var(--white);
}

.about-svc--beratung {
  background: var(--beratung);
}

.about-svc--bildung {
  background: var(--bildung);
}

.about-svc--beisitz {
  background: var(--beisitz);
}

.about-svc--light {
  background: var(--white);
  color: var(--blue);
}

.about-svc--border {
  border-top: 1px solid var(--light-grey);
}

.about-svc__row {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 666px);
  justify-content: space-between;
  gap: 40px;
  padding-block: 24px;
  min-height: 253px;
  align-items: start;
}

.about-svc__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  position: relative;
}

.about-svc__num {
  font-size: 24px;
  font-weight: 500;
  opacity: 0.5;
  width: 96px;
  flex-shrink: 0;
}

.about-svc--light .about-svc__num {
  color: var(--blue-grey);
  opacity: 1;
}

.about-svc__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.badge--gremien {
  background: var(--gremien);
  color: var(--white);
}

.about-svc__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.about-svc__body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.about-svc__price {
  font-size: 18px;
}

.about-svc__body .note {
  font-size: 13px;
  color: var(--blue-grey);
  font-weight: 300;
}

.about-vs {
  position: relative;
  background: var(--blue);
  color: var(--white);
  overflow: hidden;
}

.about-vs__copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 2;
  pointer-events: none;
}

.about-vs__copy .eyebrow {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 48px;
}

.about-vs__copy .h2 {
  max-width: 710px;
  color: var(--white);
}

.about-vs__copy strong {
  font-weight: 700;
}

.about-vs__art {
  width: 100%;
  height: auto;
  display: block;
  /* Always show the full vs graphic — do not cover-crop on any breakpoint */
}

.about-map {
  padding-bottom: 0;
}

.about-map__lead {
  max-width: 598px;
  margin-bottom: 40px;
  font-weight: 500;
}

.about-map__stage {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 480px;
  background: var(--bg-light);
}

.about-map__img {
  width: 100%;
  height: auto;
  min-height: 480px;
  object-fit: cover;
  display: block;
  opacity: 0.85;
}

.about-map__pin {
  position: absolute;
  background: var(--bildung);
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  padding: 12px 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.about-map__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 16px;
  height: 16px;
  background: var(--bildung);
  transform: translateX(-50%) rotate(45deg);
}

.about-map__pin--ffm {
  left: 24%;
  top: 48%;
}

.about-map__pin--ber {
  left: 49%;
  top: 28%;
}

.about-map__pin--ba {
  left: 46%;
  top: 72%;
}

.about-map__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: -76px;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.about-loc {
  background: var(--blue);
  color: var(--white);
  padding: 24px;
  border-left: 8px solid var(--bildung);
  box-shadow: 4px 4px 20px rgba(0, 28, 47, 0.3);
  min-height: 152px;
  position: relative;
}

.about-loc__num {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 40px;
  font-weight: 500;
  color: var(--blue-grey);
  line-height: 1.3;
}

.about-loc .h3 {
  margin-bottom: 16px;
  padding-right: 80px;
}

.about-loc p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .about-who__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-who__side {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    max-width: none;
    padding-bottom: 0;
  }

  .about-who__visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
  }

  .about-fields__head,
  .about-svc__row,
  .about-services__head {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-svc__row {
    min-height: 0;
  }
}

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

  .about-who__grid,
  .about-fields__cards,
  .about-map__cards {
    grid-template-columns: 1fr;
  }

  .about-who__visual {
    grid-column: 1;
    grid-row: auto;
    max-width: 480px;
    margin: 0;
  }

  .about-quote {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-step--right,
  .about-step--left {
    margin-left: 40px;
    margin-right: 0;
    align-items: flex-start;
    text-align: left;
    width: calc(100% - 40px);
  }

  .about-step--left .about-step__actions {
    justify-content: flex-start;
  }

  .about-timeline__line {
    left: 8px;
  }

  .about-step__dot {
    left: -32px !important;
    right: auto !important;
  }

  .about-media__quote {
    left: 24px;
    top: 40px;
    max-width: 90%;
  }

  .about-media__img {
    height: 400px;
  }

  .about-vs__copy {
    position: relative;
    top: 0;
    padding: 40px 0 0;
  }

  .about-map__cards {
    margin-top: 24px;
  }

  .about-map__pin {
    font-size: 14px;
    padding: 8px 12px;
  }
}


/* ========== Bildung page (Figma 3:2103) ========== */
.btn--ghost-dark {
  background: transparent;
  color: var(--blue);
  border: 0;
}

.btn--ghost-dark:hover {
  opacity: 0.75;
}

.btn--with-icon {
  gap: 10px;
}

.btn--with-icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bildung-hero {
  position: relative;
  background: var(--white);
  min-height: 616px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 176px var(--space) 50px;
  overflow: hidden;
}

.bildung-hero__mesh {
  position: absolute;
  right: -8%;
  top: -35%;
  width: min(70%, 1150px);
  height: 130%;
  pointer-events: none;
  opacity: 0.55;
  z-index: 0;
}

.bildung-hero__mesh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.bildung-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 793px) minmax(0, 440px);
  gap: 48px;
  justify-content: space-between;
  align-items: end;
  width: min(100%, var(--content));
  margin-inline: auto;
  padding: 0;
}

.bildung-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 62px;
}

.bildung-hero__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bildung-hero__body .h1 {
  max-width: 793px;
  margin: 0;
  font-size: 50px;
}

.bildung-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.bildung-hero__aside {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 440px;
  padding-bottom: 4px;
}

.bildung-hero__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 388px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bildung-hero__lead p {
  margin: 0;
}

.bildung-hero__scroll {
  width: 40px;
  height: 40px;
  border: 1px solid var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.bildung-hero__scroll img {
  width: 24px;
  height: 24px;
}

/* Intro */
.bildung-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 324px;
  gap: 20px;
  align-items: start;
  justify-content: space-between;
}

.bildung-intro__copy {
  display: flex;
  flex-direction: column;
  gap: 126px;
  max-width: 1015px;
}

.bildung-intro__head {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.bildung-intro__head .h2 {
  max-width: 1015px;
  font-size: 40px;
}

.bildung-intro__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 853px;
}

.bildung-intro__cols {
  display: grid;
  grid-template-columns: 403px 395px;
  gap: 53px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.bildung-intro__visual {
  position: relative;
  width: 324px;
  height: 472px;
  margin: 0;
  overflow: hidden;
}

.bildung-intro__visual > img {
  width: 324px;
  height: 472px;
  max-width: none;
  object-fit: cover;
}

.bildung-intro__accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 324px;
  height: 60px;
  overflow: hidden;
  pointer-events: none;
}

.bildung-intro__accent img {
  position: absolute;
  width: 462px;
  height: 582px;
  max-width: none;
  left: -138px;
  bottom: -261px;
  transform: rotate(180deg);
}

/* Topics */
.bildung-topics__head {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 80px;
  max-width: 1360px;
}

.bildung-topics__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bildung-topics__titles .h2 {
  font-size: 40px;
}

.bildung-topics__sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.bildung-topics__sub strong,
.bildung-topics__price strong {
  font-weight: 600;
}

.bildung-topics__price {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

.bildung-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 56px;
}

.bildung-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 24px;
  border: 1px solid var(--blue);
  background: var(--white);
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.bildung-filter.is-active {
  background: var(--blue);
  color: var(--white);
}

.bildung-filter--own {
  border-color: #ff8a3d;
  color: #de7028;
}

.bildung-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.bildung-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background: var(--bg-light);
  color: var(--blue);
  transition: box-shadow var(--ease), border-color var(--ease), background var(--ease);
  border-left: 8px solid transparent;
  min-height: 246px;
}

.bildung-card:hover {
  background: var(--white);
  border-left-color: var(--bildung);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}

.bildung-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.bildung-card__tag {
  position: absolute;
  top: 0;
  left: 32px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.bildung-card__tag--arbeitsrecht { background: #1106a0; }
.bildung-card__tag--spezial,
.bildung-card__tag--grundlagen { background: #0f4538; }
.bildung-card__tag--gremien { background: #5a30a2; }
.bildung-card__tag--schrift { background: #8a9135; }

.bildung-card__code {
  align-self: flex-end;
  font-size: 14px;
  font-weight: 300;
  color: var(--blue-grey);
  line-height: 1.3;
}

.bildung-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.bildung-card__kicker {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.bildung-card__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.bildung-cards__more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

/* Quote / media bands */
.bildung-quote-band {
  position: relative;
  width: min(100% - 2 * 20px, var(--content));
  margin: 40px auto;
  min-height: 534px;
  overflow: hidden;
}

.bildung-quote-band > img {
  width: 100%;
  height: 534px;
  max-width: none;
  object-fit: cover;
}

.bildung-quote-band__overlay {
  position: absolute;
  inset: 0;
  padding: 34px 37px;
  pointer-events: none;
}

.bildung-quote-band__overlay .h2 {
  max-width: 554px;
  color: var(--blue);
  font-size: 40px;
}

.bildung-quote-band__overlay--wide .h2 {
  max-width: 714px;
}

.bildung-quote-band__notch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(66%, 891px);
  height: 60px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.bildung-quote-band__notch img {
  position: absolute;
  width: 1311px;
  height: 1547px;
  max-width: none;
  left: -420px;
  top: -744px;
}

.bildung-quote-band__notch--right {
  left: auto;
  right: 0;
}

.bildung-quote-band__notch--right img {
  left: auto;
  right: -420px;
}

/* Steps */
.bildung-steps__head {
  text-align: center;
  max-width: 697px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.bildung-steps__head .eyebrow {
  margin-bottom: 32px;
}

.bildung-steps__head .h2 {
  font-size: 40px;
  letter-spacing: -0.5px;
}

.bildung-steps__sub {
  font-size: 20px;
  font-weight: 500;
}

.bildung-steps {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 24px 0 40px;
}

.bildung-steps__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 40px;
  width: 1px;
  background: var(--bildung);
  transform: translateX(-50%);
}

.bildung-step {
  position: relative;
  width: min(100%, 438px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bildung-step--right {
  margin-left: auto;
  padding-left: 72px;
}

.bildung-step--left {
  margin-right: auto;
  padding-right: 72px;
  text-align: right;
  align-items: flex-end;
}

.bildung-step__dot {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  background: var(--bildung);
}

.bildung-step--right .bildung-step__dot {
  left: -8px;
}

.bildung-step--left .bildung-step__dot {
  right: -8px;
}

.bildung-step__num {
  font-size: 40px;
  font-weight: 500;
  color: var(--blue-grey);
  opacity: 0.5;
  line-height: 1.2;
}

.bildung-step__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.bildung-step__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.bildung-step__text p {
  margin: 0;
}

.bildung-step__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.bildung-step--left .bildung-step__actions {
  justify-content: flex-end;
}

/* Law */
.bildung-law__head {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
  max-width: 684px;
}

.bildung-law__head .h2 {
  font-size: 40px;
}

.bildung-law {
  background: #e9f4ff;
  padding: 40px;
}

.bildung-law__meta {
  text-align: center;
  margin-bottom: 48px;
}

.bildung-law__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 27px;
}

.bildung-law__source,
.bildung-law__source a {
  color: var(--beisitz);
  font-size: 16px;
  font-weight: 500;
}

.bildung-law__paras {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 1.3;
}

.bildung-law__paras li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
}

.bildung-law__n {
  font-weight: 400;
}

.bildung-law__paras li.is-marked {
  background: linear-gradient(#fff153, #fff153);
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 0;
}

.bildung-law__paras li.is-marked > :not(.bildung-law__n) {
  background: #fff153;
  box-shadow: 0 0 0 2px #fff153;
}

/* Strip */
.bildung-strip {
  position: relative;
  background: #1a1a1a;
  color: var(--white);
  padding: 67px 0 80px;
  overflow: hidden;
  margin: 40px 0;
  min-height: 761px;
}

.bildung-strip__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bildung-strip__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
  transform: scaleY(-1) rotate(180deg);
}

.bildung-strip__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(236.6deg, rgba(0, 0, 0, 0.7) 0.86%, rgba(0, 0, 0, 0) 53.43%);
}

.bildung-strip__inner {
  position: relative;
  z-index: 1;
}

.bildung-strip__head {
  max-width: 462px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.bildung-strip__head .eyebrow {
  opacity: 0.6;
  color: var(--white);
  margin: 0;
}

.bildung-strip__head .h2 {
  margin: 0;
  color: var(--white);
  font-size: 40px;
}

.bildung-strip__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  align-items: flex-end;
  justify-content: center;
}

.bildung-strip__card {
  flex: 0 0 322px;
  min-height: 174px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 0;
  padding: 32px;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 44px;
}

.bildung-strip__card.is-featured {
  flex-basis: 471px;
  min-height: 262px;
  margin-top: 0;
  background: var(--white);
  color: var(--blue);
}

.bildung-strip__num {
  font-size: 40px;
  font-weight: 500;
  opacity: 0.5;
  text-align: right;
  color: var(--white);
  line-height: 1.3;
  width: 100%;
}

.bildung-strip__card.is-featured .bildung-strip__num {
  color: var(--blue-grey);
  opacity: 1;
}

.bildung-strip__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
}

.bildung-strip__card.is-featured .bildung-strip__label {
  color: var(--blue);
}

.bildung-strip__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--blue);
  opacity: 1;
}

.bildung-strip__progress {
  width: 210px;
  height: 15px;
  margin-top: 40px;
  position: relative;
}

.bildung-strip__progress::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 178px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.bildung-strip__progress span {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 15px;
  background: var(--white);
}

.bildung-strip .bildung-quote-band__notch {
  z-index: 2;
}

/* Form */
.bildung-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 458px) minmax(0, 785px);
  gap: 64px;
  align-items: start;
  justify-content: space-between;
}

.bildung-anfrage {
  padding-top: 93px;
  padding-bottom: 100px;
}

.bildung-form-layout__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bildung-form-layout__copy .eyebrow {
  margin-bottom: 32px;
}

.bildung-form-layout__copy .h2 {
  font-size: 40px;
}

.bildung-form-layout__lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.bildung-form-layout__body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 8px;
}

.bildung-config {
  background: var(--white);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: none;
}

.bildung-config__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.bildung-config__bars {
  display: flex;
  gap: 4px;
}

.bildung-config__bars span {
  width: 141px;
  height: 4px;
  background: var(--light-grey);
}

.bildung-config__bars span.is-active {
  background: var(--blue);
}

.bildung-config__labels {
  display: flex;
  gap: 4px;
  text-align: center;
  font-size: 16px;
  color: var(--blue-grey);
  font-weight: 300;
}

.bildung-config__labels span {
  width: 141px;
}

.bildung-config__labels .is-active {
  color: var(--blue);
  font-weight: 500;
}

.bildung-config__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.bildung-config__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
}

.bildung-config__field input,
.bildung-config__field textarea {
  width: 100%;
  font: inherit;
  color: var(--blue);
  background: var(--white);
}

.bildung-config__field--line input {
  border: 0;
  border-bottom: 1px solid var(--blue);
  padding: 12px 8px;
  border-radius: 0;
}

.bildung-config__field textarea {
  border: 1px solid var(--blue);
  padding: 14px 16px;
  min-height: 125px;
  resize: vertical;
}

.bildung-config__field input::placeholder,
.bildung-config__field textarea::placeholder {
  color: var(--blue-grey);
}

.bildung-config__field input:focus,
.bildung-config__field textarea:focus {
  outline: none;
  border-color: var(--bildung);
}

.bildung-config__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bildung-option {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid var(--blue);
  cursor: pointer;
  min-height: 85px;
  position: relative;
}

.bildung-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bildung-option.is-active {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.bildung-option__title {
  font-size: 20px;
  font-weight: 600;
}

.bildung-option__sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--blue-grey);
}

.bildung-config__footer {
  display: flex;
  justify-content: flex-end;
}

/* Verdicts */
.bildung-verdicts__head {
  text-align: center;
  max-width: 697px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.bildung-verdicts__head .eyebrow {
  margin-bottom: 32px;
}

.bildung-verdicts__head .h2 {
  font-size: 40px;
  letter-spacing: -0.5px;
}

.bildung-verdicts__sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.bildung-verdicts {
  display: flex;
  flex-direction: column;
}

.bildung-verdicts__row {
  display: grid;
  grid-template-columns: 210px 210px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-grey);
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.bildung-verdicts__row--head {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-bottom: 16px;
  align-items: center;
}

.bildung-verdicts__az {
  font-size: 20px;
  font-weight: 500;
}

.bildung-verdicts__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.bildung-verdicts__actions .btn--with-icon img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.bildung-page .faq {
  grid-template-columns: 435px 549px;
  justify-content: space-between;
  gap: 0;
  max-width: 1126px;
  margin-inline: auto;
  width: 100%;
}

.bildung-page .faq__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 435px;
}

.bildung-page .faq__intro .eyebrow {
  margin-bottom: 46px;
}

.bildung-page .faq__intro .h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: -0.5px;
}

.bildung-page .faq__intro .h3 {
  margin: 0;
}

.bildung-page .accordion {
  width: 549px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.bildung-page .accordion details {
  border-bottom: 0;
  padding: 0;
}

@media (max-width: 1100px) {
  .bildung-hero__inner,
  .bildung-intro,
  .bildung-form-layout {
    grid-template-columns: 1fr;
  }

  .bildung-intro__visual {
    width: min(100%, 324px);
  }

  .bildung-intro__copy {
    gap: 48px;
  }

  .bildung-intro__cols {
    grid-template-columns: 1fr 1fr;
  }

  .bildung-cards {
    grid-template-columns: 1fr;
  }

  .bildung-step--right,
  .bildung-step--left {
    margin: 0;
    padding: 0 0 0 32px;
    text-align: left;
    align-items: flex-start;
  }

  .bildung-step--left .bildung-step__actions {
    justify-content: flex-start;
  }

  .bildung-steps__line {
    left: 8px;
  }

  .bildung-step__dot {
    left: 0 !important;
    right: auto !important;
  }

  .bildung-config__bars span,
  .bildung-config__labels span {
    width: 100px;
  }

  .bildung-verdicts__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bildung-page .faq,
  .bildung-page .faq__intro,
  .bildung-page .accordion {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .bildung-hero {
    padding-top: 120px;
    min-height: 0;
  }

  .bildung-hero__body .h1 {
    font-size: clamp(32px, 8vw, 50px);
  }

  .bildung-hero__aside {
    flex-direction: column;
    align-items: flex-start;
  }

  .bildung-intro__cols,
  .bildung-config__options {
    grid-template-columns: 1fr;
  }

  .bildung-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .bildung-quote-band {
    width: 100%;
    margin-inline: 0;
  }

  .bildung-quote-band > img {
    height: 420px;
  }

  .bildung-quote-band__overlay .h2 {
    font-size: clamp(28px, 6vw, 40px);
  }
}

/* Inner page shared patterns */
.hero--page { min-height: 616px; }
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.quote-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: end;
  padding: 40px 0;
}
.quote-band__mark {
  font-size: 120px;
  line-height: 0.8;
  font-weight: 500;
  color: var(--blue);
}
.quote-band__text { max-width: 1100px; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.process-steps--list {
  grid-template-columns: 1fr;
  gap: 48px;
}
.process-steps .num,
.discipline .num,
.team-card .num {
  font-size: 24px;
  color: var(--blue-grey);
  margin-bottom: 16px;
}
.disciplines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.discipline {
  background: var(--bg-light);
  padding: 40px;
}
.vs-band { background: var(--blue); padding: 80px 0; }
.vs-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}
.vs-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
  color: #fff;
}
.vs-mid { color: #fff; text-align: center; }
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.chip-row span {
  border: 1px solid var(--light-grey);
  padding: 10px 16px;
  font-size: 14px;
}
.check-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
}
.topic-rows { display: grid; gap: 0; }
.topic-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid var(--light-grey);
}
.law-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.law-cards article {
  border: 1px solid var(--light-grey);
  padding: 24px;
  min-height: 140px;
}
.table-wrap { overflow-x: auto; }
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.data-table th,
.data-table td {
  border-bottom: 1px solid var(--light-grey);
  padding: 16px 12px;
  text-align: left;
  vertical-align: top;
}
.data-table th { font-weight: 500; }
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}
/* Team / Partner Figma pages — see block below for full card styles */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
.team-card {
  border-top: 0;
  padding-top: 0;
}
.seminar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.seminar-card {
  border: 1px solid var(--light-grey);
  padding: 32px;
}
.search-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  max-width: 720px;
}
.search-bar input {
  min-height: 48px;
  border: 1px solid var(--light-grey);
  padding: 12px 16px;
  font: inherit;
}
.legal {
  max-width: 900px;
  font-weight: 300;
  line-height: 1.6;
}
.legal h2 { margin: 40px 0 16px; }
.legal p { margin-bottom: 16px; }
.section--dark { background: var(--blue); color: #fff; }
.mt-16 { margin-top: 16px; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }
.text-center { text-align: center; }
@media (max-width: 900px) {
  .about-split,
  .disciplines,
  .vs-grid,
  .process-steps,
  .topic-row,
  .law-cards,
  .team-grid,
  .seminar-grid,
  .check-grid,
  .quote-band {
    grid-template-columns: 1fr;
  }
}

/* ========== TEAM + Partner pages (Figma 3:4839 / 3:5737) ========== */
.hero__label--light {
  color: var(--white);
  opacity: 0.85;
}

.hero__label--muted {
  color: var(--blue-grey);
}

.hero__aside--page {
  max-width: 440px;
  width: 100%;
}

.hero__aside-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 388px;
  color: var(--white);
}

.team-section {
  padding-top: 80px;
  padding-bottom: 64px;
}

.team-section__intro {
  text-align: center;
  max-width: 697px;
  margin-inline: auto;
  margin-bottom: 64px;
}

.team-section__intro .eyebrow {
  margin-bottom: 48px;
}

.team-section__intro .h2 {
  margin-bottom: 16px;
}

.team-section__intro .h3 {
  margin-bottom: 16px;
}

.team-section__lead {
  max-width: 588px;
  margin-inline: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
}

.team-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 346px;
  position: relative;
  overflow: hidden;
  border-top: 0;
  padding-top: 0;
}

.team-card--flip {
  direction: rtl;
}

.team-card--flip > * {
  direction: ltr;
}

.team-card__photo {
  position: relative;
  min-height: 346px;
  background: #111;
  overflow: hidden;
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 346px;
  object-fit: cover;
  object-position: center top;
}

.team-card__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 16px 24px;
  min-height: 346px;
  color: var(--white);
}

.team-card__info--dark-text {
  color: var(--blue);
}

.team-card__num {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  opacity: 0.35;
  margin: 0;
}

.team-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.team-card__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.team-card__skills {
  list-style: disc;
  padding-left: 21px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.team-card__skills li {
  margin-bottom: 8px;
}

.team-card__skills li:last-child {
  margin-bottom: 0;
}

/* Diamond notch pointing toward photo */
.team-card__info::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%) rotate(45deg);
  background: inherit;
  z-index: 1;
}

.team-card--flip .team-card__info::before {
  left: auto;
  right: -10px;
}

.team-card--bildung .team-card__info {
  background: var(--bildung);
}

.team-card--blue .team-card__info {
  background: var(--blue);
}

.team-card--beratung .team-card__info {
  background: var(--beratung);
}

.team-card--beisitz .team-card__info {
  background: var(--beisitz);
}

.team-card--grey .team-card__info {
  background: var(--blue-grey);
}

.partners-grid--figma {
  margin: 0 auto;
  max-width: 1357px;
}

.partners-grid--figma .partner-cell {
  aspect-ratio: 1;
  border: 1px solid var(--light-grey);
  margin: 0 -1px -1px 0;
  padding: 40px;
  text-decoration: none;
  transition: background var(--ease);
}

.partners-grid--figma .partner-cell:hover {
  background: var(--bg-light);
}

.partners-grid--figma .partner-cell img {
  filter: none;
  opacity: 1;
  max-width: 78%;
  max-height: 55%;
}

.partner-cta {
  position: relative;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: #c8ced4;
}

.partner-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: scaleX(-1);
  z-index: 0;
}

.partner-cta__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: min(62%, 891px);
  height: 60px;
  background: var(--blue);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  z-index: 1;
}

.partner-cta__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2 * 20px, var(--content));
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
  padding: 80px 0 54px;
}

.partner-cta__copy {
  width: min(100%, 515px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partner-cta__label {
  color: var(--white);
  letter-spacing: 0.3em;
  margin-bottom: 24px;
}

.partner-cta__copy .h2 {
  color: var(--white);
  font-size: clamp(28px, 3.2vw, 40px);
}

.partner-cta__copy .body {
  color: var(--white);
  max-width: 515px;
}

@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-grid--figma {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-cta__inner {
    justify-content: flex-start;
  }

  .partner-cta__bg {
    opacity: 0.45;
  }
}

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

  .team-card,
  .team-card--flip {
    direction: ltr;
    grid-template-columns: 1fr 1fr;
  }

  .hero__aside--page {
    max-width: none;
  }

  .partners-grid--figma {
    grid-template-columns: 1fr 1fr;
  }

  .partner-cta {
    min-height: 480px;
  }

  .partner-cta__bar {
    width: 70%;
  }
}


/* ========== BV CHECK + Audit pages (Figma 3:6301 / 221:30642) ========== */
.bv-hero__title {
  position: relative;
  max-width: 901px;
}

.bv-hero__badge {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -4px;
}

.bv-hero__lead {
  color: #fff;
  font-weight: 500;
  max-width: 374px;
}

.bv-trust {
  background: var(--bildung);
  overflow: hidden;
  padding: 16px 0;
}

.bv-trust__track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: bv-trust-scroll 28s linear infinite;
  align-items: center;
}

.bv-trust__item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: clamp(18px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.bv-trust__item img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

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

.bv-intro__top {
  display: grid;
  grid-template-columns: minmax(0, 481px) minmax(0, 850px);
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

.bv-intro__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.bv-intro__media {
  position: relative;
}

.bv-intro__media > img {
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  transform: scaleX(-1);
}

.bv-intro__overlay {
  position: absolute;
  left: 7%;
  bottom: 8%;
  max-width: 74%;
  color: var(--blue);
  text-shadow: 0 0 12px rgba(255,255,255,0.8);
}

.bv-intro__bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.bv-intro__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 787px;
  font-size: 16px;
  font-weight: 300;
}

.bv-quote__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 40px;
}

.bv-quote__mark {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: clamp(80px, 14vw, 200px);
  line-height: 1;
  color: var(--light-grey);
  font-weight: 500;
  pointer-events: none;
}

.bv-quote__text {
  position: relative;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.3;
  max-width: 1109px;
}

.bv-quote__text strong {
  font-weight: 700;
}

.bv-upload {
  background: var(--bg-light);
  padding: 100px 0 120px;
}

.bv-upload__grid {
  display: grid;
  grid-template-columns: minmax(0, 458px) minmax(0, 720px);
  gap: 80px;
  align-items: start;
  justify-content: space-between;
}

.bv-upload__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bv-upload__checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.bv-upload__checks li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 500;
}

.bv-upload__checks img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.bv-form {
  background: var(--white);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bv-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 24px;
  border: 1px dashed var(--blue);
  background: var(--bg-light);
  cursor: pointer;
  text-align: center;
  position: relative;
}

.bv-drop input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.bv-drop__plus {
  width: 36px;
  height: 36px;
  background: var(--beratung);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
}

.bv-drop__title {
  font-size: 16px;
  font-weight: 500;
}

.bv-drop__hint {
  font-size: 16px;
  font-weight: 300;
}

.bv-drop__link {
  color: var(--beisitz);
  text-decoration: underline;
  font-weight: 600;
}

.bv-drop__meta {
  font-size: 14px;
  color: var(--blue-grey);
  font-weight: 500;
}

.bv-form .field--line {
  margin: 0;
}

.bv-form__consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.bv-form__consent input {
  margin-top: 4px;
  flex-shrink: 0;
}

.bv-form__consent a {
  text-decoration: underline;
}

.bv-form__captcha {
  width: 302px;
  height: 76px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  font-size: 14px;
  position: relative;
}

.bv-form__captcha-box {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 2px;
}

.bv-form__captcha-brand {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 10px;
}

.bv-form__or {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-grey);
  font-size: 12px;
}

.bv-form__or::before,
.bv-form__or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bg-light);
  border: 1px solid var(--bg-light);
}

.bv-form__alt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bv-form__note {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
  max-width: 460px;
  margin-inline: auto;
}

.bv-banner {
  padding: 0 0 80px;
  margin-top: -40px;
}

.bv-banner__inner {
  position: relative;
}

.bv-banner__inner > img {
  width: 100%;
  height: clamp(360px, 48vw, 691px);
  object-fit: cover;
}

.bv-banner__quote {
  position: absolute;
  left: 40px;
  top: 38px;
  max-width: 579px;
  color: var(--blue);
}

.bv-banner__quote strong {
  font-weight: 700;
}

.bv-process__head {
  text-align: center;
  max-width: 697px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.bv-process__list {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
  display: grid;
  gap: 64px;
}

.bv-process__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--bildung);
  transform: translateX(-50%);
}

.bv-process__step {
  position: relative;
  width: min(100%, 438px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bv-process__step::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 16px;
  height: 16px;
  background: var(--bildung);
}

.bv-process__step--right {
  margin-left: calc(50% + 48px);
  text-align: left;
}

.bv-process__step--right::after {
  left: -56px;
}

.bv-process__step--left {
  margin-right: calc(50% + 48px);
  margin-left: auto;
  text-align: right;
  align-items: flex-end;
}

.bv-process__step--left::after {
  right: -56px;
}

.bv-process__num {
  font-size: 40px;
  font-weight: 500;
  color: var(--blue-grey);
  opacity: 0.5;
  line-height: 1.2;
}

.bv-topics__head {
  max-width: 670px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bv-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 20px;
}

.bv-topics__grid article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 56px;
  border-top: 1px solid var(--light-grey);
  position: relative;
}

.bv-topics__grid img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.bv-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 435px) minmax(0, 549px);
  justify-content: space-between;
  gap: 48px;
}

.bv-faq__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bv-faq__intro a {
  text-decoration: underline;
  font-weight: 500;
}

.bv-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bv-faq__list details {
  border-bottom: 1px solid var(--light-grey);
  padding: 12px 0;
}

.bv-faq__list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.bv-faq__list summary::-webkit-details-marker {
  display: none;
}

.bv-faq__list summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
}

.bv-faq__list details[open] summary::after {
  content: "\2013";
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.audit-expert__grid {
  display: grid;
  grid-template-columns: minmax(0, 782px) minmax(0, 475px);
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}

.audit-expert__media {
  overflow: hidden;
  width: 100%;
  max-width: 782px;
  aspect-ratio: 1;
}
.audit-expert__media img {
  width: 149%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-left: -35%;
}

.audit-expert__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.audit-vorlage__head {
  text-align: center;
  max-width: 666px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.audit-vorlage__doc {
  position: relative;
  background: var(--bg-light);
  border: 1px solid var(--light-grey);
  padding: 64px 48px 40px;
  margin-bottom: 24px;
}

.audit-vorlage__tab {
  position: absolute;
  top: -1px;
  left: 33px;
  background: var(--bg-light);
  border: 1px solid var(--light-grey);
  border-bottom: 0;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
}

.audit-vorlage__actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.audit-vorlage__text {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  white-space: pre-wrap;
  color: var(--blue);
  max-height: 420px;
  overflow: auto;
}

.audit-vorlage__downloads {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.audit-focus__grid {
  display: grid;
  grid-template-columns: minmax(0, 783px) minmax(0, 440px);
  gap: 40px;
  justify-content: space-between;
  align-items: start;
}

.audit-focus__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 700px;
}

.audit-focus__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: auto;
  padding-top: 200px;
}

.audit-focus__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.audit-focus__nav button {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: var(--blue);
  opacity: 0.2;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: opacity var(--ease);
}

.audit-focus__nav button.is-active,
.audit-focus__nav button:hover {
  opacity: 1;
}

.audit-focus__nav button.is-active::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--beisitz);
  flex-shrink: 0;
}

.audit-result {
  background: var(--bg-light);
  padding: 80px 0 0;
}

.audit-result__head {
  text-align: center;
  max-width: 784px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.audit-result__rows {
  display: flex;
  flex-direction: column;
}

.audit-result__row {
  border-top: 1px solid var(--light-grey);
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 32px 40px;
}

.audit-result__row:last-child {
  border-bottom: 1px solid var(--light-grey);
}

.audit-result__title {
  grid-column: 2;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 400;
  letter-spacing: -1.5px;
  text-align: center;
  line-height: 1.2;
}

.audit-result__row--accent {
  background: var(--blue);
  color: #fff;
  min-height: 216px;
}

.audit-result__side {
  grid-column: 1;
  font-size: 16px;
  font-weight: 300;
  max-width: 361px;
  line-height: 1.4;
}

.audit-result__tag {
  grid-column: 3;
  justify-self: end;
  font-size: 20px;
  text-align: right;
}

@media (max-width: 1100px) {
  .bv-intro__top,
  .bv-upload__grid,
  .bv-faq__grid,
  .audit-expert__grid,
  .audit-focus__grid {
    grid-template-columns: 1fr;
  }

  .bv-intro__bottom {
    flex-direction: column;
  }

  .bv-intro__cols,
  .audit-focus__pair {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .bv-topics__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bv-process__list::before {
    display: none;
  }

  .bv-process__step--right,
  .bv-process__step--left {
    margin: 0;
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .bv-process__step::after {
    display: none;
  }

  .audit-result__row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .audit-result__title,
  .audit-result__side,
  .audit-result__tag {
    grid-column: 1;
    justify-self: start;
    text-align: left;
    max-width: none;
  }
}

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

  .bv-quote__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .bv-banner__quote {
    left: 20px;
    right: 20px;
    max-width: none;
    font-size: 24px;
  }

  .bv-form {
    padding: 24px;
  }

  .bv-trust__item {
    font-size: 20px;
  }
}


/* hinweis-legal pages */
.legal { max-width: 1130px; }
.legal h2 { margin: 40px 0 16px; font-size: 24px; font-weight: 500; }
.legal h3 { margin: 28px 0 12px; font-size: 20px; font-weight: 500; }
.legal p { margin-bottom: 16px; }
.legal ul { margin: 0 0 16px 1.25em; padding: 0; }
.legal li { margin-bottom: 6px; }
.fee-table-wrap { overflow-x: auto; margin: 24px 0 48px; }
.fee-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.fee-table th {
  text-align: left; font-size: 14px; font-weight: 400; letter-spacing: 0.28em;
  text-transform: uppercase; padding: 0 12px 16px 0; color: var(--blue);
}
.fee-table td {
  padding: 16px 12px 16px 0; border-top: 1px solid var(--light-grey);
  vertical-align: top; font-weight: 300; font-size: 16px; line-height: 1.3;
}
.fee-table td:first-child { font-weight: 500; font-size: 18px; width: 28%; }
/* Hinweisgeber landing (Figma 294:42474) */
.hg-melden__head {
  max-width: 526px;
  margin: 0 auto 45px;
  text-align: center;
}
.hg-melden__head .h2 { margin: 48px 0 16px; }
.hg-melden__head .h3 { font-weight: 500; line-height: 1.6; }
.hg-melden__photo {
  margin: 0 0 55px;
  width: 100%;
  aspect-ratio: 1360 / 535;
  overflow: hidden;
}
.hg-melden__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hg-melden__progress {
  display: grid;
  grid-template-columns: 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  align-items: center;
  gap: 0;
  margin-bottom: 55px;
}
.hg-melden__dot {
  width: 10px;
  height: 10px;
  background: var(--bg-light);
}
.hg-melden__dot.is-active { background: var(--bildung); }
.hg-melden__bar {
  height: 2px;
  background: var(--bg-light);
}
.hg-melden__bar.is-active { background: var(--bildung); }
.hg-melden__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hg-melden__item {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  cursor: pointer;
  color: var(--blue);
  opacity: 0.5;
  font: inherit;
}
.hg-melden__item.is-active { opacity: 1; }
.hg-melden__item .h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.2;
}
.hg-melden__item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.hg-beschwerde__grid {
  display: grid;
  grid-template-columns: 506px 1fr;
  gap: 40px;
  align-items: start;
  justify-content: space-between;
}
.hg-beschwerde__copy .h2 { margin: 48px 0 16px; }
.hg-beschwerde__copy p { margin-bottom: 8px; font-weight: 300; line-height: 1.5; }
.hg-beschwerde__copy ul {
  margin: 0 0 8px 1.25em;
  padding: 0;
}
.hg-beschwerde__copy li {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
.hg-beschwerde__media {
  margin: 0;
  width: 100%;
  max-width: 608px;
  justify-self: end;
}
.hg-beschwerde__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 608 / 518;
  object-fit: cover;
}

.hg-pdfbar {
  background: var(--bg-light);
  padding: 40px 0;
}
.hg-pdfbar__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  align-items: center;
}
.hg-pdfbar__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  color: var(--blue);
  text-decoration: none;
  min-height: 80px;
}
.hg-pdfbar__item strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.hg-pdfbar__item .note {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: var(--blue);
}
.hg-pdfbar__item > span { flex: 1; min-width: 0; }
.hg-pdfbar__dl { margin-left: auto; flex-shrink: 0; }

.hg-ombud { padding-top: 100px; padding-bottom: 100px; }
.hg-ombud__eyebrow { color: rgba(255, 255, 255, 0.6); }
.hg-ombud__title {
  color: #fff;
  margin: 48px 0 24px;
  max-width: 764px;
}
.hg-ombud__lead {
  color: #fff;
  font-weight: 500;
  max-width: 764px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.hg-ombud__card {
  background: var(--bildung);
  color: #fff;
  padding: 40px;
  margin-bottom: 24px;
  box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.12);
}
.hg-ombud__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  object-fit: contain;
}
.hg-ombud__card-grid,
.hg-ombud__card--track {
  display: grid;
  grid-template-columns: minmax(0, 513px) minmax(0, 1fr);
  gap: 24px 32px;
  align-items: end;
}
.hg-ombud__card .h2 {
  color: #fff;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 44px;
  margin-bottom: 8px;
}
.hg-ombud__card p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 12px;
}
.hg-ombud__meta {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 16px !important;
}
.hg-ombud__meta img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}
.hg-ombud__aside {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.hg-ombud__aside .h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}
.hg-ombud__aside .btn--light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.hg-checks {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.hg-checks li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 8px;
}
.hg-checks img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
  object-fit: contain;
}
.hg-code {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.hg-code span {
  width: 60px;
  height: 60px;
  background: #fff;
  color: var(--light-grey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 0.3em;
}

.hg-br .h3 { font-weight: 500; line-height: 1.6; }
.hg-rights {
  position: relative;
  width: min(1067px, 100%);
  height: 415px;
  margin: 0 auto 48px;
}
.hg-rights__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 44px;
  color: var(--blue);
  text-align: center;
}
.hg-rights__tag {
  position: absolute;
  background: var(--gremien);
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}
.hg-rights__tag--tl { left: 15.6%; top: 0; }
.hg-rights__tag--tr { right: 15%; top: 0; }
.hg-rights__tag--ml { left: 0; top: 41%; white-space: normal; text-align: center; }
.hg-rights__tag--mr { right: 0; top: 45%; }
.hg-rights__tag--bl { left: 19%; bottom: 0; }
.hg-rights__tag--br { right: 19%; bottom: 0; }
.hg-br__note {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}
.hg-br__note strong { font-weight: 500; }

.hg-ablauf__grid {
  display: grid;
  grid-template-columns: minmax(0, 639px) minmax(0, 601px);
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.hg-ablauf__intro .h2 { margin: 48px 0 16px; }
.hg-ablauf__intro .h3 {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 48px;
}
.hg-ablauf__laptop {
  margin: 0;
  width: 100%;
  max-width: 639px;
}
.hg-ablauf__laptop img {
  width: 100%;
  height: auto;
  display: block;
}
.hg-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.hg-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: var(--light-grey);
  transform: translateX(-50%);
}
.hg-timeline__step {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  gap: 16px;
  align-items: start;
  position: relative;
}
.hg-timeline__step--right .hg-timeline__icon { grid-column: 2; }
.hg-timeline__step--right > div { grid-column: 3; }
.hg-timeline__step--left .hg-timeline__icon { grid-column: 2; }
.hg-timeline__step--left > div {
  grid-column: 1;
  text-align: right;
  justify-self: end;
}
.hg-timeline__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hg-timeline__icon--muted { background: var(--light-grey); }
.hg-timeline__icon--light { background: var(--bg-light); }
.hg-timeline__icon img {
  width: 20px;
  height: 20px;
  display: block;
}
.hg-timeline__step:not(.is-active) {
  opacity: 0.5;
}
.hg-timeline__step .h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}
.hg-timeline__step p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 261px;
}

.hg-kontakt__grid {
  display: grid;
  grid-template-columns: minmax(0, 785px) minmax(0, 554px);
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.hg-kontakt__copy .h2 { margin: 48px 0 16px; }
.hg-kontakt__copy .h3 {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 32px;
}
.hg-kontakt__phone,
.hg-kontakt__mail {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.hg-kontakt__phone a,
.hg-kontakt__mail a {
  color: var(--blue);
  text-decoration: none;
}
.hg-kontakt__hint {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 40px;
}
.hg-kontakt__cities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hg-kontakt__cities article {
  background: #fff;
  border: 1px solid var(--bg-light);
  padding: 16px;
}
.hg-kontakt__cities .h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.hg-kontakt__cities p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 8px;
  min-height: 72px;
}
.hg-kontakt__cities a {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  text-decoration: none;
}
.hg-kontakt__map {
  margin: 0;
  border: 1px solid var(--light-grey);
  width: 100%;
  max-width: 554px;
  justify-self: end;
}
.hg-kontakt__map img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 554 / 648;
  object-fit: cover;
}

.hg-behoerden__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hg-behoerden__grid article {
  background: var(--bg-light);
  padding: 24px;
  min-height: 320px;
}
.hg-behoerden__grid img {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
  display: block;
}
.hg-behoerden__grid .h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.hg-behoerden__grid p {
  font-weight: 300;
  line-height: 1.5;
}

.hinweis-portal {
  background: var(--blue); color: #fff; min-height: 70vh; padding: 80px 0 100px;
}
.hinweis-portal .container { max-width: 720px; }
.hinweis-portal .case-id {
  display: flex; gap: 12px; justify-content: center; margin: 16px 0 32px; flex-wrap: wrap;
}
.hinweis-portal .case-id span {
  width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.04); font-size: 30px; letter-spacing: 0.2em;
}
.hinweis-portal .panel {
  background: rgba(255,255,255,0.04); padding: 24px; margin-bottom: 24px;
}
.hinweis-portal .timeline {
  display: flex; justify-content: space-between; gap: 8px; margin-bottom: 40px;
  flex-wrap: wrap; text-align: center; font-size: 14px;
}
.hinweis-portal .timeline .pending { opacity: 0.5; }
.hinweis-portal .field label { color: #fff; }
.hinweis-portal input,
.hinweis-portal select,
.hinweis-portal textarea {
  background: rgba(255,255,255,0.1); border: 1px solid #e8e8e8; color: #fff;
}
.hinweis-portal .note { font-size: 14px; font-weight: 300; line-height: 1.5; }
.authority-card { background: #f5f5f5; padding: 24px; margin-bottom: 24px; }
.authority-card .label {
  font-size: 14px; letter-spacing: 0.28em; text-transform: uppercase; color: #828c96;
  margin-bottom: 4px;
}
.pdf-row {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  background: #f5f5f5; padding: 16px 24px; margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .hg-melden__grid,
  .hg-behoerden__grid,
  .hg-kontakt__cities { grid-template-columns: 1fr 1fr; }
  .hg-beschwerde__grid,
  .hg-ablauf__grid,
  .hg-kontakt__grid,
  .hg-ombud__card-grid,
  .hg-ombud__card--track,
  .hg-pdfbar__inner {
    grid-template-columns: 1fr;
  }
  .hg-rights { height: auto; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .hg-rights__center { position: static; transform: none; width: 100%; margin-bottom: 16px; }
  .hg-rights__tag { position: static; }
  .hg-timeline::before { left: 16px; }
  .hg-timeline__step {
    grid-template-columns: 32px 1fr;
  }
  .hg-timeline__step--right .hg-timeline__icon,
  .hg-timeline__step--left .hg-timeline__icon { grid-column: 1; }
  .hg-timeline__step--right > div,
  .hg-timeline__step--left > div {
    grid-column: 2;
    text-align: left;
    justify-self: start;
  }
}
@media (max-width: 720px) {
  .hg-melden__grid,
  .hg-behoerden__grid,
  .hg-kontakt__cities { grid-template-columns: 1fr; }
  .hg-ombud__aside { flex-direction: column; align-items: flex-start; }
}

.section--flush { padding-left: 0; padding-right: 0; }
.section--flush > .container { padding-inline: 20px; }
.team-services { border-top: 0; }
.team-services .extra-item--beratung,
.team-services .extra-item--bildung,
.team-services .extra-item--beisitz {
  color: var(--white);
  border-bottom: 0;
}
.team-services .extra-item--beratung { background: var(--beratung); }
.team-services .extra-item--bildung { background: var(--bildung); }
.team-services .extra-item--beisitz { background: var(--beisitz); }
.team-services .extra-item--beratung .num,
.team-services .extra-item--bildung .num,
.team-services .extra-item--beisitz .num {
  color: rgba(255,255,255,0.5);
}
.team-services .extra-item--beratung .h2,
.team-services .extra-item--bildung .h2,
.team-services .extra-item--beisitz .h2,
.team-services .extra-item--beratung .extra-item__body,
.team-services .extra-item--bildung .extra-item__body,
.team-services .extra-item--beisitz .extra-item__body {
  color: var(--white);
}
.team-services .extra-item__body .price { margin-bottom: 24px; font-size: 18px; }
.team-services .extra-item--beratung .btn--ghost,
.team-services .extra-item--bildung .btn--ghost,
.team-services .extra-item--beisitz .btn--ghost {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.team-services .extra-item--beratung .btn--ghost:hover,
.team-services .extra-item--bildung .btn--ghost:hover,
.team-services .extra-item--beisitz .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: var(--white);
}


/* ========== Beisitz page (Figma 3:2740) ========== */
.beisitz-hero__lead {
  color: #fff;
  font-weight: 500;
  max-width: 388px;
  font-size: 16px;
  line-height: 1.5;
}

.about-quote--solo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 160px;
}

.about-quote--solo .about-quote__text {
  font-size: clamp(32px, 4.2vw, 60px);
  font-weight: 400;
  max-width: 1240px;
}

.about-timeline--tall {
  min-height: 2058px;
}

.beisitz-process .about-process__intro {
  text-align: center;
  max-width: 697px;
  margin-inline: auto;
  margin-bottom: 48px;
}

.beisitz-process .about-process__intro .h2 {
  margin-bottom: 16px;
}

.beisitz-process .about-process__intro .h3 {
  margin-bottom: 16px;
}

.beisitz-process .about-step__dot {
  background: var(--beisitz);
}

.beisitz-media {
  padding: 0;
}

.beisitz-media__inner {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
  min-height: 867px;
}

.beisitz-media__img {
  width: 100%;
  height: 867px;
  object-fit: cover;
}

.beisitz-media__quote {
  position: absolute;
  left: 40px;
  top: 75px;
  max-width: 503px;
  color: var(--blue);
  z-index: 1;
}

.beisitz-media__notch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(891px, 70%);
  height: 60px;
  background: var(--beisitz);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}

.beisitz-topics__grid {
  display: grid;
  grid-template-columns: minmax(0, 783px) minmax(0, 440px);
  gap: 40px;
  align-items: stretch;
}

.beisitz-topics__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 868px;
}

.beisitz-topics__intro {
  max-width: 492px;
}

.beisitz-topics__intro .eyebrow {
  margin-bottom: 48px;
}

.beisitz-topics__intro .h2 {
  margin-bottom: 16px;
}

.beisitz-topics__intro .h3 {
  margin-bottom: 16px;
}

.beisitz-topics__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.beisitz-topics__detail .h3 {
  margin-bottom: 8px;
}

.beisitz-topics__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.beisitz-topics__nav a {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: var(--blue);
  opacity: 0.2;
  transition: opacity var(--ease);
}

.beisitz-topics__nav a.is-active,
.beisitz-topics__nav a:hover {
  opacity: 1;
}

.beisitz-topics__nav a.is-active {
  display: flex;
  align-items: center;
  gap: 16px;
}

.beisitz-topics__nav a.is-active::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--beisitz);
  flex-shrink: 0;
}

.beisitz-section-intro {
  text-align: center;
  max-width: 697px;
  margin-inline: auto;
  margin-bottom: 56px;
}

.beisitz-section-intro .eyebrow {
  margin-bottom: 48px;
}

.beisitz-section-intro .h2 {
  margin-bottom: 16px;
}

.beisitz-table td:last-child,
.beisitz-table th:last-child {
  width: 40px;
  text-align: right;
}

.beisitz-table__arrow {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
}

.beisitz-urteile__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.beisitz-lit__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 40px;
}

.beisitz-lit__pager {
  font-size: 16px;
  font-weight: 500;
  color: var(--blue-grey);
}

.beisitz-lit__feature {
  display: grid;
  grid-template-columns: minmax(0, 782px) minmax(0, 475px);
  gap: 80px;
  align-items: center;
}

.beisitz-lit__cover {
  aspect-ratio: 1;
  background: var(--bg-light);
  display: grid;
  place-items: center;
  padding: 56px 160px 110px;
}

.beisitz-lit__cover img {
  width: 460px;
  max-width: 100%;
  height: auto;
  box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.15);
}

.beisitz-lit__cover-placeholder {
  width: 58%;
  height: 74%;
  background: linear-gradient(160deg, #cdd1d5, #828c96);
}

.beisitz-video {
  display: grid;
  grid-template-columns: minmax(0, 966px) minmax(0, 402px);
  gap: 24px;
  align-items: start;
}

.beisitz-video__player {
  aspect-ratio: 966 / 506;
  background: #111;
  display: grid;
  place-items: center;
  color: #fff;
}

.beisitz-video__play {
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  padding-left: 4px;
}

.beisitz-video__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.beisitz-video__list li {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 8px;
  align-items: start;
}

.beisitz-video__thumb {
  width: 168px;
  height: 94px;
  background: var(--light-grey);
  display: block;
}

.beisitz-close {
  padding-top: 40px;
}

@media (max-width: 1100px) {
  .beisitz-topics__grid,
  .beisitz-lit__feature,
  .beisitz-video {
    grid-template-columns: 1fr;
  }

  .beisitz-topics__copy {
    min-height: 0;
    gap: 48px;
  }

  .beisitz-topics__nav a {
    font-size: 28px;
  }

  .beisitz-media__img {
    height: auto;
    min-height: 420px;
  }

  .about-timeline--tall {
    min-height: 0;
  }
}

/* —— Booking split (Figma Kontakt 3:4334) —— */
.booking-split {
  display: grid;
  grid-template-columns: minmax(0, 861fr) minmax(0, 495fr);
  gap: 4px;
  align-items: stretch;
  max-width: var(--max);
}

.calendly-box {
  width: 100%;
  min-height: 700px;
  background: var(--white);
}

.calendly-box .calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 700px;
}

.booking-panel--cal {
  padding: 64px;
}

.booking-panel--form {
  padding: 40px;
}

.booking-panel--cal .booking-panel__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
  max-width: 733px;
}

.booking-panel--form .booking-panel__title {
  margin-bottom: 32px;
}

.booking-panel--form .booking-form {
  max-width: 415px;
}

@media (max-width: 1100px) {
  .booking-split {
    grid-template-columns: 1fr;
  }

  .booking-panel--cal,
  .booking-panel--form {
    padding: 40px 24px;
  }
}

/* —— Kontakt page (3:4332) —— */
.kontakt-hero {
  padding: 161px 40px 80px;
  max-width: var(--max);
  margin: 0 auto;
}

.kontakt-hero__label {
  margin-bottom: 40px;
}

.kontakt-channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 1056px;
}

.kontakt-channels__row {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 75px;
  position: relative;
}

.kontakt-channels__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: block;
}

.kontakt-channels__text {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 300;
  line-height: 1.5;
  color: var(--blue);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 1.2em;
  flex: 1;
  min-width: 0;
}

.kontakt-channels__name {
  font-weight: 300;
}

.kontakt-channels__text a {
  font-weight: 500;
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.kontakt-channels__row .badge {
  flex-shrink: 0;
  margin-left: auto;
}

.kontakt-founder {
  padding-top: 0;
}

.kontakt-founder__grid {
  display: grid;
  grid-template-columns: 209px 1fr 364px;
  gap: 40px 85px;
  align-items: start;
}

.kontakt-founder__person {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kontakt-founder__person img {
  width: 209px;
  height: 224px;
  object-fit: cover;
  display: block;
}

.kontakt-founder__name {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px;
}

.kontakt-founder__role {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 16px;
  color: var(--blue);
}

.kontakt-founder__li {
  display: inline-flex;
  width: 40px;
  height: 40px;
}

.kontakt-founder__quote,
.kontakt-founder__aside {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .kontakt-hero {
    padding: 120px 24px 48px;
  }

  .kontakt-channels__row {
    gap: 16px;
    flex-wrap: wrap;
  }

  .kontakt-channels__text {
    font-size: 22px;
  }

  .kontakt-channels__row .badge {
    margin-left: 66px;
  }

  .kontakt-founder__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 400px) {
  .section{
    padding: 40px 0;
  }
}

@media (max-width: 350px) {
  .lead-copy{
    font-size: 30px;
  }
  #was-wir-bieten .h2,
  #upgrade-cta .h2 {
    font-size: 28px;
  }
  #upgrade-cta .btn {
    width: 85% !important;
    font-size: 10px !important;
  }
  #services .service-tab-bar{
    margin-inline: initial;
  }
}

@media (max-width: 1309px) {
  .service-panel .topics{
    grid-template-columns: initial;
  }
}
@media (max-width: 426px) {
  .service-panel .topics{
    grid-template-columns: initial;
  }
}
@media (max-width: 456px) {
  .service-panel__portrait {
    display: none;
  }
}
