:root {
  /* Harbor night — client palette */
  --harbor: #0F2744;
  --apricot: #F6E7D8;
  --ochre: #C9832A;
  --navy-text: #142033;
  --sidebar-text: #E8F0FA;
  --chip: #E6D2BD;
  --white: #FFFFFF;

  --navy-deep: var(--harbor);
  --bg: var(--harbor);
  --bg-2: var(--harbor);
  --panel: var(--apricot);
  --panel-dark: #0d2240;
  --line: rgba(20, 32, 51, 0.16);
  --navy: var(--harbor);
  --navy-2: #163556;
  --accent: var(--ochre);
  --accent-2: var(--ochre);
  --logo-copper: var(--ochre);
  --copper-on-dark: var(--chip);
  --copper: var(--ochre);
  --copper-action: var(--harbor);
  --copper-light: #d9a04e;
  --ivory: var(--apricot);
  --text-on-dark: var(--sidebar-text);
  --cream: var(--apricot);
  --text: var(--navy-text);
  --mute: #4a5568;
  --ink: var(--navy-text);
  --shadow: 0 12px 28px rgba(15, 20, 28, 0.12);
  --header-main: 6.5rem;
  --header-total: 6.5rem;
  --font: "Source Sans 3", "Source Sans 3 Fallback", "Segoe UI", system-ui, sans-serif;
  --brand-serif: "Cormorant Garamond", "Cormorant Garamond Fallback", "Times New Roman", serif;
  --sans: var(--font);
  --type-body: 1.125rem;
  --type-lead: 1.375rem;
  --type-section-sub: 1.3125rem;
  --type-card-title: 1.5rem;
  --type-card-body: 1.1875rem;
  --type-h1: clamp(2.375rem, 5.2vw, 4rem);
  --type-h2: clamp(1.875rem, 3.8vw, 3rem);
  --type-h3: clamp(1.375rem, 2.6vw, 1.875rem);
  --hero-kicker-size: 0.88rem;
  --hero-title-size: clamp(2.1rem, 3.4vw, 2.65rem);
  --hero-lead-size: 1.2rem;
}

@font-face {
  font-family: "Source Sans 3 Fallback";
  src: local("Segoe UI"), local("Arial");
  size-adjust: 97%;
  ascent-override: 105%;
  descent-override: 30%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Cormorant Garamond Fallback";
  src: local("Times New Roman");
  size-adjust: 108%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-main) + 0.5rem);
  scroll-padding-bottom: 6rem;
  overflow-x: clip;
  width: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--type-body);
  color: var(--text-on-dark);
  background: var(--bg);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: clip;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

.content-light {
  background: var(--cream);
  color: var(--text);
}

.content-light a:not(.btn):not(.service-card__link):not(.leistungen-card__link):not(.counselor-card__link):not(.guide-kontakt__route-btn) {
  color: var(--navy-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-light .muted {
  color: var(--mute);
}

.content-light .card,
.content-light .panel {
  background: #fff;
  border-color: var(--line);
}

.content-light h1,
.content-light h2,
.content-light h3 {
  color: var(--ink);
}

.content-light .kicker {
  color: var(--ochre);
}

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

a {
  color: var(--accent-2);
  text-decoration: none;
}

a:hover {
  color: #C9832A;
}

.skip {
  position: absolute;
  left: -999px;
}

.skip:focus {
  left: 12px;
  top: 12px;
  background: var(--cream);
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  z-index: 80;
}

.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;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 6vw;
  background: #142033;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.topbar a {
  color: #fff;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--bg-2);
  border-bottom: 1px solid rgba(201, 131, 42, 0.22);
  width: 100%;
  max-width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0.9rem 5vw;
  min-height: var(--header-main);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--copper);
  flex-shrink: 0;
  text-decoration: none;
  min-width: 0;
}

.brand:hover {
  color: var(--copper);
}

.brand-mark-slot {
  flex: 0 0 auto;
  height: 4.85rem;
  width: calc(4.85rem * 290 / 280);
  max-width: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img,
.brand-mark {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  background: transparent;
  flex-shrink: 0;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-name {
  font-family: var(--brand-serif);
  font-size: 1.85rem;
  letter-spacing: 0.14em;
  margin: 0;
  line-height: 1;
  color: var(--logo-copper);
  font-weight: 600;
}

.brand-sub {
  display: block;
  font-family: var(--font);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--logo-copper);
  text-transform: uppercase;
  line-height: 1.2;
}

.nav-divider {
  width: 1px;
  height: 4.25rem;
  background: var(--copper);
  opacity: 0.65;
  margin: 0 1.75rem;
  flex-shrink: 0;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-divider-end,
.header-contact {
  flex-shrink: 0;
}

.menu a {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.menu a[aria-current="page"] {
  color: var(--copper-light);
}

.menu a:hover {
  color: var(--copper-light);
  text-decoration: none;
}

.menu-item {
  position: relative;
  list-style: none;
}

.menu-item--services {
  position: relative;
}

.menu-accordion {
  position: relative;
}

.menu-accordion__summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
}

.menu-accordion__summary::-webkit-details-marker {
  display: none;
}

.menu-accordion__summary::marker {
  content: "";
}

.menu-accordion__label {
  display: inline-block;
}

.menu-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.55rem;
  height: 0.65rem;
  flex-shrink: 0;
  color: var(--copper-light);
  transition: transform 0.2s ease;
}

.menu-caret svg {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  transform: translateX(-50%) translateY(0.25rem);
  min-width: 16.5rem;
  margin: 0;
  padding: 0.45rem 0;
  list-style: none;
  background: var(--bg-2);
  border: 1px solid rgba(201, 131, 42, 0.35);
  border-radius: 3px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.menu-dropdown a {
  display: block;
  padding: 0.55rem 1.15rem;
  color: var(--text-on-dark);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: none;
  font-weight: 400;
  white-space: normal;
  line-height: 1.35;
}

.menu-dropdown a:hover {
  color: var(--copper);
  background: rgba(201, 131, 42, 0.1);
}

.menu-dropdown li:first-child a {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  border-bottom: 1px solid rgba(201, 131, 42, 0.22);
  margin-bottom: 0.2rem;
  padding-bottom: 0.7rem;
}

.menu-dropdown li:first-child a:hover {
  color: var(--copper);
}

@media (min-width: 761px) {
  .menu-caret {
    width: 0.72rem;
    height: 0.72rem;
  }

  .menu-item--services.is-services-open .menu-caret {
    transform: rotate(180deg);
  }

  .menu-item--services.is-services-open .menu-accordion__summary {
    color: var(--copper);
  }

  .menu-item--services.is-services-open .menu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .menu-dropdown {
    top: calc(100% + 0.35rem);
  }
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-shrink: 0;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--copper);
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: #C9832A;
}

.header-phone svg {
  flex-shrink: 0;
}

.btn-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border: 1px solid var(--copper);
  color: var(--copper);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
}

.btn-inquiry:hover {
  background: rgba(201, 131, 42, 0.14);
  color: var(--copper);
}

.menu-toggle {
  display: none;
  background: transparent;
  color: var(--copper);
  border: 1px solid rgba(201, 131, 42, 0.55);
  padding: 0.4rem 0.65rem;
  margin-left: auto;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  border-radius: 3px;
}

.menu-toggle__icon {
  display: none;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  box-shadow:
    0 -5px 0 currentColor,
    0 5px 0 currentColor;
}

.menu-toggle__label {
  display: inline;
}

.nav a.brand {
  color: var(--copper);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
  padding: 0.55rem 0.95rem;
  border-radius: 3px;
  font: inherit;
  cursor: pointer;
  letter-spacing: 0.03em;
}

.btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-solid {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  font-weight: 600;
}

.btn-solid:hover {
  color: #fff;
  filter: brightness(1.08);
}

/* CTA hierarchy */
.btn-primary {
  background: var(--copper-action);
  border: 2px solid var(--copper-action);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  letter-spacing: 0.04em;
}

.btn-primary:hover {
  background: var(--copper-action);
  border-color: var(--copper-action);
  color: #fff;
  filter: brightness(1.08);
}

.btn-secondary {
  background: transparent;
  border: 2px solid #25d366;
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.35rem;
}

.btn-secondary:hover {
  background: rgba(37, 211, 102, 0.15);
  color: #fff;
}

.btn-wa::before {
  content: "";
  flex-shrink: 0;
  align-self: center;
  width: 1.3em;
  height: 1.3em;
  background-color: currentColor;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-tertiary {
  background: transparent;
  border: none;
  color: var(--text-on-dark);
  font-weight: 500;
  padding: 0.65rem 0.5rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-tertiary:hover {
  background: transparent;
  color: var(--copper);
}

.btn-outline-copper {
  background: transparent;
  border: 1px solid var(--copper);
  color: var(--copper);
  font-weight: 600;
  padding: 0.6rem 1.25rem;
}

.btn-outline-copper:hover {
  background: rgba(201, 131, 42, 0.14);
  color: var(--copper);
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.88);
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.35rem;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: #fff;
}

.menu-toggle {
  display: none;
}

.hero,
.page-hero,
.section {
  padding: 2.4rem 6vw;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - var(--header-total));
}

.hero--home {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  gap: 2.5rem;
}

.hero--slideshow {
  display: block;
  position: relative;
  padding: 0;
  min-height: min(96vh, 960px);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.hero--home.hero--slideshow {
  padding: 0;
  gap: 0;
}

.hero--split {
  display: block;
  padding: 0;
  min-height: calc(100vh - var(--header-total));
  background: var(--navy-deep);
}

.hero--home.hero--split {
  padding: 0;
  gap: 0;
  display: block;
  grid-template-columns: none;
}

.hero__inner.hero__inner--split,
.hero--split .hero__inner {
  display: grid;
  grid-template-columns: minmax(300px, 42%) 1fr;
  min-height: inherit;
  padding: 0;
  align-items: stretch;
  gap: 0;
}

.hero--split .hero__content {
  max-width: none;
  padding: 3.25rem 5.5vw 3.5rem 6vw;
  background: var(--navy-deep);
  border: none;
  backdrop-filter: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__visual {
  position: relative;
  min-width: 0;
  min-height: min(88vh, 860px);
  overflow: hidden;
  border-left: 3px solid var(--copper);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.25);
  background: #0F2744;
}

.hero__visual .hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
}

.hero__visual-accent {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 22, 40, 0.42) 0%, transparent 22%);
}

.hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 32%;
  opacity: 0;
  z-index: 0;
  transition: opacity 3s ease-in-out, transform 8s ease-out;
  will-change: opacity, transform;
  transform: scale(1);
}

.hero__slide.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.05);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(10, 22, 40, 0.9) 0%,
    rgba(10, 22, 40, 0.62) 26%,
    rgba(10, 22, 40, 0.24) 50%,
    rgba(10, 22, 40, 0.08) 72%,
    rgba(10, 22, 40, 0.02) 100%
  );
  pointer-events: none;
}

.hero--slideshow .hero__inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 3.5rem 6vw 4rem;
}

.hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 3.5rem 6vw 4rem;
}

.hero--slideshow .hero__content {
  max-width: 33rem;
  padding: 0;
  background: none;
  border: none;
  backdrop-filter: none;
}

.hero--home h1 {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 18ch;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.hero__title-main {
  display: block;
  font-size: var(--type-h1);
  font-weight: 800;
}

.hero__title-region {
  display: block;
  font-family: var(--sans);
  font-size: clamp(0.98rem, 1.55vw, 1.12rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #C9832A;
  max-width: 28ch;
}

.hero__scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: rgba(244, 239, 231, 0.72);
  text-decoration: none;
  transform: translateX(-50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero__scroll-cue-text {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__scroll-cue-line {
  position: relative;
  display: block;
  width: 1px;
  height: 2.2rem;
  background: rgba(201, 131, 42, 0.45);
  overflow: hidden;
}

.hero__scroll-cue-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 220, 175, 0.95);
  animation: hero-scroll-cue 2s ease-in-out infinite;
}

.hero__scroll-cue.is-hidden {
  opacity: 0;
  transform: translate(-50%, 8px);
  pointer-events: none;
}

@keyframes hero-scroll-cue {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__scroll-cue-line::after {
    animation: none;
    top: 50%;
  }
}

.hero__lead {
  font-size: var(--type-lead);
  margin-bottom: 0;
  color: rgba(235, 240, 246, 0.98);
  line-height: 1.6;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.65rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust li {
  border-left: 3px solid var(--copper);
  padding-left: 0.9rem;
}

.hero-trust strong {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}

.hero-trust span {
  display: block;
  color: rgba(225, 233, 242, 0.98);
  font-size: var(--type-body);
  line-height: 1.6;
}

.hero-actions--tiered {
  margin-top: 1.85rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  max-width: 17.5rem;
}

.hero-cta-primary {
  font-size: 1.14rem;
  padding: 1.15rem 2.1rem;
  min-width: 0;
  width: 100%;
  justify-content: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 14px 42px rgba(15, 39, 68, 0.42);
  border-width: 2px;
}

.hero-cta-secondary {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 0.82rem 1.2rem;
  border-width: 1.5px;
  font-weight: 600;
  background: rgba(37, 211, 102, 0.08);
  margin-top: 0.35rem;
  gap: 0.55rem;
  white-space: nowrap;
}

.hero-cta-secondary.btn-wa::before {
  width: 1.45em;
  height: 1.45em;
}

.hero-cta-secondary:hover {
  background: rgba(37, 211, 102, 0.18);
}

.hero-cta-tertiary {
  justify-content: center;
  font-size: 1rem;
  padding: 0.72rem 1.2rem;
  border-width: 2px;
  font-weight: 600;
  margin-top: 0;
  text-decoration: none;
}

.hero-cta-tertiary:hover {
  color: #fff;
}

.hero--centered {
  min-height: calc(100vh - var(--header-total));
}

.hero--centered.hero--slideshow {
  min-height: calc(100vh - var(--header-total));
}

.hero--centered .hero__overlay {
  background:
    radial-gradient(
      ellipse 82% 88% at 50% 40%,
      rgba(10, 22, 40, 0.58) 0%,
      rgba(10, 22, 40, 0.42) 48%,
      rgba(10, 22, 40, 0.16) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10, 22, 40, 0.28) 0%,
      rgba(10, 22, 40, 0.5) 50%,
      rgba(10, 22, 40, 0.28) 100%
    );
}

.hero--centered .hero__slide {
  object-position: center 32%;
}

@media (max-width: 1024px) {
  .hero--centered .hero__slide {
    object-position: center 30%;
  }

  .hero__slide.is-active {
    transform: scale(1);
  }
}

.hero--centered .hero__inner--centered {
  justify-content: flex-start;
  align-items: center;
  min-height: calc(100vh - var(--header-total));
  padding: 1.15rem 6vw 2rem;
}

.hero--centered .hero__eyebrow {
  margin: 0 0 0.7rem;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.hero--centered.hero--home h1.hero__title {
  display: block;
  flex-direction: unset;
  gap: unset;
  max-width: none;
  margin: 0 0 0.9rem;
  font-family: var(--font);
  font-size: var(--hero-title-size);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ivory);
  text-wrap: normal;
}

@media (min-width: 900px) {
  .hero--centered .hero__title {
    white-space: nowrap;
  }
}

.hero--centered .hero__content--centered {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
}

.hero--centered .hero__region {
  max-width: 36rem;
  margin: 0 0 0.55rem;
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #C9832A;
}

.hero--centered .hero__services {
  max-width: 40rem;
  margin: 0 0 0.9rem;
  font-size: var(--type-body);
  line-height: 1.6;
  color: rgba(225, 233, 242, 0.92);
}

.hero--centered .hero__description {
  max-width: min(52rem, 100%);
  margin: 0;
  font-size: var(--hero-lead-size);
  line-height: 1.65;
  color: rgba(235, 240, 246, 0.98);
  text-wrap: balance;
}

.hero-trust--centered {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 72rem;
  margin: 1.85rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust--centered .hero-trust__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0 1.35rem;
  border-left: 1px solid rgba(201, 131, 42, 0.42);
  text-align: left;
}

.hero-trust--centered .hero-trust__item:first-child {
  border-left: none;
}

.hero-trust--centered .hero-trust__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-top: 0.1rem;
  color: rgba(201, 131, 42, 0.95);
}

.hero-trust--centered .hero-trust__icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.hero-trust--centered .hero-trust__copy {
  min-width: 0;
}

.hero-trust--centered strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.hero-trust--centered .hero-trust__copy span {
  display: block;
  font-size: var(--type-body);
  line-height: 1.55;
  color: rgba(225, 233, 242, 0.98);
}

.hero-actions--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  margin-top: 1.65rem;
  gap: 0.45rem;
}

.hero-actions--centered .hero-actions__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}

.hero-actions--centered .hero-cta-primary,
.hero-actions--centered .hero-cta-secondary,
.hero-actions--centered .hero-cta-tertiary {
  flex: 1 1 14rem;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 0;
}

.hero-actions--centered .hero-cta-primary {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.hero-actions--centered .hero-cta-secondary {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

.hero-actions--centered .hero-cta-tertiary {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

@keyframes hero-centered-reveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero--centered .hero__eyebrow,
  .hero--centered .hero__title,
  .hero--centered .hero__region,
  .hero--centered .hero__services,
  .hero--centered .hero__description,
  .hero-trust--centered,
  .hero-actions--centered {
    opacity: 0;
    animation: hero-centered-reveal 0.75s ease forwards;
  }

  .hero--centered .hero__eyebrow {
    animation-delay: 0.05s;
  }

  .hero--centered .hero__title {
    animation-delay: 0.12s;
  }

  .hero--centered .hero__region,
  .hero--centered .hero__services,
  .hero--centered .hero__description {
    animation-delay: 0.2s;
  }

  .hero-trust--centered {
    animation-delay: 0.28s;
  }

  .hero-actions--centered {
    animation-delay: 0.36s;
  }
}

.home-section {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.home-expert {
  padding-top: 7.25rem;
  padding-bottom: 7.75rem;
}

.home-services {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}

.home-services .section-header {
  max-width: 48rem;
}

.home-services .service-grid {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.home-process {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}

.home-trust {
  padding-top: 7.75rem;
  padding-bottom: 6.5rem;
}

.home-trust .section-header {
  max-width: none;
  margin-bottom: 3rem;
}

.home-trust h2.home-trust__title {
  font-family: var(--font);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  color: var(--navy);
  text-wrap: balance;
}

.home-trust__title::after {
  content: "";
  display: block;
  width: clamp(3.5rem, 12vw, 5rem);
  height: 4px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, var(--copper), rgba(201, 131, 42, 0.35));
  border-radius: 2px;
}

.home-trust .section-intro {
  margin-top: 0;
  font-size: var(--type-section-sub);
  font-weight: 500;
  color: var(--mute);
}

.section-header {
  margin-bottom: 2.5rem;
  max-width: 40rem;
}

.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header--center .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.home-section h2 {
  font-size: var(--type-h2);
  font-weight: 700;
  line-height: 1.15;
}

.section-intro {
  margin: 0.75rem 0 0;
  font-size: var(--type-section-sub);
  line-height: 1.6;
  color: var(--mute);
}

.section-footer-link {
  margin: 2.5rem 0 0;
  text-align: center;
}

.section-footer-link a {
  font-weight: 600;
  color: var(--navy-2);
  text-decoration: none;
  letter-spacing: 0.03em;
}

.section-footer-link a:hover {
  color: var(--copper);
  text-decoration: underline;
}

.expert-spotlight {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.expert-spotlight--premium {
  padding: 2.75rem 3rem;
  background: linear-gradient(145deg, rgba(201, 131, 42, 0.09) 0%, rgba(15, 39, 68, 0.4) 55%);
  border: 1px solid rgba(201, 131, 42, 0.28);
  border-radius: 6px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.expert-spotlight--composed {
  grid-template-columns: minmax(260px, 340px) 1fr;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.expert-spotlight--composed .expert-spotlight__media {
  align-self: stretch;
  min-height: 100%;
}

.expert-spotlight--composed .expert-spotlight__media::before {
  display: none;
}

.expert-spotlight--composed .expert-spotlight__photo {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border: none;
  border-right: 1px solid rgba(201, 131, 42, 0.35);
  border-radius: 0;
  box-shadow: none;
}

.expert-spotlight--composed .expert-spotlight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.75rem 3rem 2.85rem;
}

.expert-spotlight__media {
  position: relative;
}

.expert-spotlight__media::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid rgba(201, 131, 42, 0.45);
  border-radius: 2px;
  z-index: 0;
  pointer-events: none;
}

.expert-spotlight__title {
  margin: 0 0 0.35rem;
  font-family: var(--font);
  font-weight: 700;
  line-height: 1.15;
}

.expert-spotlight__title .kicker {
  display: block;
  margin-bottom: 0.55rem;
  font-size: var(--type-section-sub);
  letter-spacing: 0.14em;
}

.expert-spotlight__name {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--copper-on-dark);
}

.expert-spotlight__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(201, 131, 42, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.expert-spotlight__role {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.expert-credentials {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.expert-credentials li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0.75rem;
  color: var(--text-on-dark);
  font-size: var(--type-body);
  line-height: 1.6;
}

.expert-credentials li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: rgba(201, 131, 42, 0.14);
  border: 1px solid rgba(201, 131, 42, 0.45);
}

.expert-credentials li::after {
  content: "";
  position: absolute;
  left: 0.38rem;
  top: 0.48em;
  width: 0.35rem;
  height: 0.62rem;
  border-right: 2px solid var(--copper);
  border-bottom: 2px solid var(--copper);
  transform: rotate(45deg);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 20, 28, 0.07);
  height: 100%;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 20, 28, 0.12);
}

.service-card__media {
  position: relative;
  flex: 0 0 12.5rem;
  height: 12.5rem;
  overflow: hidden;
  background: #0F2744;
}

.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(10, 22, 40, 0.45) 100%),
    linear-gradient(0deg, rgba(201, 131, 42, 0.14), rgba(201, 131, 42, 0.14));
  pointer-events: none;
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
  border: none;
  box-shadow: none;
  filter: saturate(0.9) contrast(1.06);
  transition: transform 0.55s ease;
}

.service-card:hover .service-card__media img {
  transform: scale(1.06);
}

.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.35rem 1.35rem;
}

.service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  color: var(--copper);
  flex-shrink: 0;
}

.service-card__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.service-card__body h3 {
  margin-bottom: 0.7rem;
  font-size: var(--type-card-title);
  font-weight: 700;
  line-height: 1.2;
}

.service-card__body p {
  flex: 1;
  margin: 0 0 1rem;
  color: #3f4a57;
  font-size: var(--type-card-body);
  line-height: 1.65;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-2);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.service-card__link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.25s ease;
}

.service-card:hover .service-card__link,
.service-card__link:hover {
  color: var(--copper);
}

.service-card:hover .service-card__link::after,
.service-card__link:hover::after {
  transform: translateX(4px);
}

.process-flow {
  --process-step: var(--copper);
  --process-copper: var(--copper);
  --process-copper-line: rgba(201, 131, 42, 0.95);
  --process-copper-soft: rgba(201, 131, 42, 0.55);
  --process-copper-faint: rgba(201, 131, 42, 0.28);
  --process-copper-border: rgba(201, 131, 42, 0.35);
  --process-copper-glow: rgba(201, 131, 42, 0.5);
  --process-reveal-duration: 0.48s;
  --process-reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  max-width: 1120px;
  margin: 3rem auto 0;
  padding: 0 0.75rem;
}

.process-flow:not(.is-static):not(.is-sequencing) .process-flow__unit:not(:first-child) .process-flow__marker,
.process-flow:not(.is-static):not(.is-sequencing) .process-flow__unit:not(:first-child) .process-flow__card {
  opacity: 0;
  visibility: hidden;
}

.process-flow:not(.is-static):not(.is-sequencing) .process-flow__connector {
  opacity: 0;
}

.process-flow:not(.is-static):not(.is-sequencing) .process-flow__unit:first-child .process-flow__marker,
.process-flow:not(.is-static):not(.is-sequencing) .process-flow__unit:first-child .process-flow__card {
  opacity: 1;
  visibility: visible;
}

.process-flow__track {
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-flow__unit-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.process-flow__connector {
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.process-flow__orbit {
  --connector-head: 0;
  --process-arrow-tail: 18%;
  --process-line-max: 84%;
  --process-arrow-tip: 98%;
  position: relative;
  width: 100%;
  height: 10px;
  color: var(--logo-copper);
}

.process-flow__orbit-progress {
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(var(--connector-head) * var(--process-line-max));
  height: 2px;
  transform: translate3d(0, -50%, 0);
  transform-origin: left center;
  border-radius: 999px;
  background: var(--logo-copper);
  will-change: width;
  z-index: 1;
}

.process-flow__orbit-chevron {
  position: absolute;
  top: 50%;
  left: calc(var(--connector-head) * var(--process-arrow-tip));
  width: var(--process-arrow-tail);
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  transform: translate3d(-100%, -50%, 0);
  will-change: left;
  z-index: 2;
}

.process-flow__arrow-head {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.process-flow.is-sequencing .process-flow__connector {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.process-flow.is-sequencing .process-flow__connector:not(.is-connector-live):not(.is-connector-done) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.process-flow.is-sequencing .process-flow__connector.is-connector-live,
.process-flow.is-sequencing .process-flow__connector.is-connector-done {
  opacity: 1;
  visibility: visible;
}

.process-flow.is-sequencing .process-flow__unit:not(.is-step-live) .process-flow__marker {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.82);
  transition:
    opacity var(--process-reveal-duration) var(--process-reveal-ease),
    transform var(--process-reveal-duration) var(--process-reveal-ease),
    visibility 0s linear var(--process-reveal-duration);
}

.process-flow.is-sequencing .process-flow__unit.is-step-live .process-flow__marker {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition:
    opacity var(--process-reveal-duration) var(--process-reveal-ease),
    transform var(--process-reveal-duration) var(--process-reveal-ease),
    visibility 0s;
}

.process-flow.is-static .process-flow__unit .process-flow__marker,
.process-flow.is-static .process-flow__unit .process-flow__card {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.process-flow.is-static .process-flow__connector {
  opacity: 1;
}

.process-flow__marker-cell,
.process-flow__step {
  display: none;
}

.process-flow__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  border-radius: 50%;
  background: var(--ochre);
  color: #fff;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  border: none;
  box-shadow: 0 0 0 7px var(--bg);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.process-flow__card {
  width: 100%;
  flex: 1;
  min-height: 11rem;
  margin-top: 0;
  padding: 2.85rem 0.9rem 1.25rem;
  text-align: center;
  background: rgba(16, 26, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.process-flow__card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  max-width: 100%;
}

.process-flow__card h3::first-letter {
  text-transform: uppercase;
}

html.translated-ltr .process-flow__card h3,
html.translated-rtl .process-flow__card h3,
html.is-browser-translated .process-flow__card h3,
html.translated-ltr .process-flow__card h3 font,
html.translated-rtl .process-flow__card h3 font,
html.is-browser-translated .process-flow__card h3 font {
  text-transform: capitalize;
}

.process-flow__card p {
  margin: 0;
  font-size: var(--type-card-body);
  line-height: 1.5;
  color: rgba(225, 233, 242, 0.98);
  text-wrap: balance;
}

@media (min-width: 1101px) {
  .process-flow__connector--inline {
    display: none;
  }

  .process-flow__track {
    display: grid;
    grid-template-columns:
      minmax(11rem, 1fr)
      minmax(5.5rem, 8rem)
      minmax(11rem, 1fr)
      minmax(5.5rem, 8rem)
      minmax(11rem, 1fr)
      minmax(5.5rem, 8rem)
      minmax(11rem, 1fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    gap: 0;
    row-gap: 1.15rem;
  }

  .process-flow__track > li:nth-child(odd) {
    grid-row: span 2;
  }

  .process-flow__track > li:nth-child(1) {
    grid-column: 1;
  }

  .process-flow__track > li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .process-flow__track > li:nth-child(3) {
    grid-column: 3;
  }

  .process-flow__track > li:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .process-flow__track > li:nth-child(5) {
    grid-column: 5;
  }

  .process-flow__track > li:nth-child(6) {
    grid-column: 6;
    grid-row: 1;
  }

  .process-flow__track > li:nth-child(7) {
    grid-column: 7;
  }

  .process-flow__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 100%;
    overflow: visible;
  }

  .process-flow__card {
    padding-top: 3.5rem;
  }

  .process-flow__connector--track {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 4rem;
    margin: 0;
    padding: 0;
    z-index: 1;
  }

  .process-flow__connector--track .process-flow__orbit {
    width: calc(100% + 4.5rem);
    height: 4rem;
    margin: 0 -2.25rem;
    display: flex;
    align-items: center;
  }

  .process-flow__connector--track .process-flow__orbit-progress {
    top: 50%;
    height: 2px;
  }

  .process-flow.is-sequencing .process-flow__connector.is-connector-done .process-flow__orbit-chevron,
  .process-flow.is-static .process-flow__orbit-chevron {
    left: var(--process-arrow-tip);
    transform: translate3d(-100%, -50%, 0);
  }

  .process-flow.is-sequencing .process-flow__connector.is-connector-done .process-flow__orbit-progress,
  .process-flow.is-static .process-flow__orbit-progress {
    width: var(--process-line-max);
  }
}

.process-flow.is-sequencing .process-flow__unit:not(.is-step-open) .process-flow__card {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity var(--process-reveal-duration) var(--process-reveal-ease),
    transform var(--process-reveal-duration) var(--process-reveal-ease),
    visibility 0s linear var(--process-reveal-duration);
}

.process-flow.is-sequencing .process-flow__unit.is-step-open .process-flow__card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity var(--process-reveal-duration) var(--process-reveal-ease),
    transform var(--process-reveal-duration) var(--process-reveal-ease),
    visibility 0s;
}

@media (max-width: 1100px) {
  .process-flow__connector--track {
    display: none;
  }

  .process-flow {
    margin-top: 2rem;
    padding: 0;
  }

  .process-flow__track {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 0;
  }

  .process-flow__track > li {
    grid-column: auto;
    grid-row: auto;
  }

  .process-flow__unit {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 0.85rem;
    row-gap: 0;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .process-flow__unit-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    min-height: 3.25rem;
  }

  .process-flow__unit:not(:last-child) .process-flow__connector--inline {
    flex: 1 1 auto;
    width: 3.25rem;
    min-height: 1.5rem;
    align-items: stretch;
    justify-content: center;
    align-self: stretch;
    transform: none;
    pointer-events: auto;
  }

  .process-flow__unit .process-flow__marker {
    flex: 0 0 3.25rem;
    align-self: center;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 0.8rem;
    box-shadow: 0 0 0 5px var(--bg);
  }

  .process-flow__unit .process-flow__card {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    min-height: auto;
    margin-bottom: 0.85rem;
    text-align: left;
    padding: 1rem 1.05rem;
    transform: translateX(10px);
    position: relative;
    z-index: 1;
  }

  .process-flow__unit:last-child .process-flow__card {
    margin-bottom: 0;
  }

  .process-flow__unit.is-visible .process-flow__card,
  .process-flow.is-sequencing .process-flow__unit.is-step-open .process-flow__card {
    transform: translateX(0);
  }

  .process-flow__connector--inline .process-flow__orbit {
    --process-arrow-tail: 0.85rem;
    --process-line-max: 84%;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    color: var(--logo-copper);
  }

  .process-flow__connector--inline .process-flow__orbit-progress {
    left: 50%;
    top: 0;
    width: 2px;
    height: calc(var(--connector-head) * var(--process-line-max));
    transform: translate3d(-50%, 0, 0);
    transform-origin: top center;
    background: var(--logo-copper);
  }

  .process-flow__connector--inline .process-flow__orbit-chevron {
    top: calc(var(--connector-head) * var(--process-line-max));
    left: 50%;
    width: 12px;
    height: var(--process-arrow-tail);
    transform: translate3d(-50%, -100%, 0);
    color: var(--logo-copper);
  }

  .process-flow.is-static .process-flow__connector--inline .process-flow__orbit-chevron,
  .process-flow.is-sequencing .process-flow__connector--inline.is-connector-done .process-flow__orbit-chevron {
    top: var(--process-line-max);
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
  }

  .process-flow.is-static .process-flow__connector--inline .process-flow__orbit-progress,
  .process-flow.is-sequencing .process-flow__connector--inline.is-connector-done .process-flow__orbit-progress {
    height: var(--process-line-max);
  }

  .process-flow.is-sequencing .process-flow__unit:not(.is-step-open) .process-flow__card {
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition:
      opacity var(--process-reveal-duration) var(--process-reveal-ease),
      transform var(--process-reveal-duration) var(--process-reveal-ease),
      visibility 0s linear var(--process-reveal-duration);
  }

  .process-flow.is-sequencing .process-flow__unit.is-step-open .process-flow__card {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition:
      opacity var(--process-reveal-duration) var(--process-reveal-ease),
      transform var(--process-reveal-duration) var(--process-reveal-ease),
      visibility 0s;
  }

  .process-flow__card h3 {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-flow.is-sequencing .process-flow__unit .process-flow__marker,
  .process-flow.is-sequencing .process-flow__unit .process-flow__card,
  .process-flow.is-sequencing .process-flow__connector {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
  }

  .process-flow.is-sequencing .process-flow__unit .process-flow__marker,
  .process-flow.is-sequencing .process-flow__unit .process-flow__card {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 1101px) {
  .process-flow.is-sequencing .process-flow__orbit-chevron,
  .process-flow.is-static .process-flow__orbit-chevron {
    left: var(--process-arrow-tip);
    top: 50%;
    transform: translate3d(-100%, -50%, 0) !important;
  }

  .process-flow.is-sequencing .process-flow__orbit-progress,
  .process-flow.is-static .process-flow__orbit-progress {
    width: var(--process-line-max) !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 1100px) {
  .process-flow.is-sequencing .process-flow__connector {
    transform: none !important;
  }

  .process-flow.is-sequencing .process-flow__connector--inline .process-flow__orbit-chevron,
  .process-flow.is-static .process-flow__connector--inline .process-flow__orbit-chevron {
    top: var(--process-line-max);
    left: 50%;
    width: 10px;
    height: var(--process-arrow-tail);
    transform: translate3d(-50%, -100%, 0) !important;
  }

  .process-flow.is-sequencing .process-flow__connector--inline .process-flow__orbit-progress,
  .process-flow.is-static .process-flow__connector--inline .process-flow__orbit-progress {
    height: var(--process-line-max) !important;
  }
}

.trust-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1.75rem 1.85rem;
  border-top: 3px solid var(--copper);
  box-shadow: 0 8px 24px rgba(15, 20, 28, 0.06);
}

.home-trust .trust-panel h3 {
  margin: 0 0 0.9rem;
  font-size: var(--type-h3);
  font-weight: 700;
  color: var(--ink);
}

.home-trust .trust-panel p {
  margin: 0;
  font-size: var(--type-card-body);
  line-height: 1.7;
  color: #3f4a57;
}

.mobile-action-bar {
  display: none;
}

.kicker {
  color: var(--accent-2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}

/* Chrome / browser translation often injects lowercase English in labels */
html.translated-ltr .kicker,
html.translated-rtl .kicker,
html.is-browser-translated .kicker {
  text-transform: capitalize;
  letter-spacing: 0.08em;
}

html.translated-ltr .trust-panel h3,
html.translated-rtl .trust-panel h3,
html.is-browser-translated .trust-panel h3 {
  text-transform: capitalize;
}

html.translated-ltr .guide-kontakt__hero-copy h1,
html.translated-rtl .guide-kontakt__hero-copy h1,
html.is-browser-translated .guide-kontakt__hero-copy h1,
html.translated-ltr .guide-kontakt__hero-copy h1 font,
html.translated-rtl .guide-kontakt__hero-copy h1 font,
html.is-browser-translated .guide-kontakt__hero-copy h1 font {
  text-transform: capitalize !important;
}

html.translated-ltr .page-hero h1,
html.translated-rtl .page-hero h1,
html.is-browser-translated .page-hero h1,
html.translated-ltr .page-hero h1 font,
html.translated-rtl .page-hero h1 font,
html.is-browser-translated .page-hero h1 font,
html.translated-ltr .page-hero--editorial h1,
html.translated-rtl .page-hero--editorial h1,
html.is-browser-translated .page-hero--editorial h1,
html.translated-ltr .page-hero--editorial h1 font,
html.translated-rtl .page-hero--editorial h1 font,
html.is-browser-translated .page-hero--editorial h1 font {
  text-transform: capitalize !important;
}

html.translated-ltr .menu > li > a,
html.translated-rtl .menu > li > a,
html.is-browser-translated .menu > li > a,
html.translated-ltr .menu > li > a font,
html.translated-rtl .menu > li > a font,
html.is-browser-translated .menu > li > a font {
  text-transform: capitalize !important;
  letter-spacing: 0.08em;
}

html.translated-ltr .footer nav a,
html.translated-rtl .footer nav a,
html.is-browser-translated .footer nav a,
html.translated-ltr .footer nav a font,
html.translated-rtl .footer nav a font,
html.is-browser-translated .footer nav a font {
  text-transform: capitalize !important;
}

h1,
h2,
h3 {
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.7rem;
  color: var(--ivory);
}

.content-light h1,
.content-light h2,
.content-light h3 {
  color: var(--ink);
}

.lead {
  color: var(--text-on-dark);
  font-size: 1.08rem;
  max-width: 42rem;
  line-height: 1.65;
}

.content-light .lead {
  color: var(--mute);
}

.hero p,
.hero li,
.page-hero p,
.page-hero .lead,
.section:not(.content-light) p,
.section:not(.content-light) li {
  color: var(--text-on-dark);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.hero-photo,
.media,
.card img,
.portrait {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-photo {
  width: 100%;
  height: min(62vh, 540px);
  object-fit: cover;
}

.grid-4,
.grid-3,
.grid-2 {
  display: grid;
  gap: 1rem;
}

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

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

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

.card,
.panel {
  background: var(--panel-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.1rem;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  border: 1px solid var(--line);
  padding: 0.65rem;
  vertical-align: top;
  text-align: left;
}

h1 {
  font-size: var(--type-h1);
}

h2 {
  font-size: var(--type-h2);
}

h3 {
  font-size: var(--type-h3);
}

.card h3,
.panel h3 {
  color: var(--ivory);
}

.content-light .card h3,
.content-light .panel h3 {
  color: var(--navy);
}

.card p,
.panel p {
  color: var(--text-on-dark);
}

.muted {
  color: var(--text-on-dark);
}

.content-light .muted,
.content-light .card p,
.content-light .panel p {
  color: var(--mute);
}

footer {
  color: var(--text-on-dark);
}

.content-light.legal,
.content-light.legal p,
.content-light.legal li {
  color: var(--text);
}

.content-light.legal h1,
.content-light.legal h2,
.content-light.legal h3,
.content-light.legal strong {
  color: var(--text);
}

.content-light.legal a {
  color: var(--navy-2);
}

.content-light.legal a:hover {
  color: var(--copper);
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.steps li {
  list-style: none;
  background: var(--panel-dark);
  border-top: 2px solid var(--accent);
  padding: 1rem;
}

.steps li::before {
  counter-increment: step;
  content: "0" counter(step);
  color: var(--accent-2);
  font-family: var(--font);
  font-size: 1.4rem;
}

.page-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.page-hero img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.page-hero--editorial {
  display: block;
  padding: clamp(2rem, 4.5vw, 3rem) 0;
  background: var(--bg-2);
  border-bottom: none;
}

.page-hero--editorial .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.72fr);
  gap: clamp(2rem, 3.5vw, 3rem);
  align-items: center;
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 2.5vw, 1.75rem);
  box-sizing: border-box;
}

.page-hero--editorial .page-hero__copy {
  min-width: 0;
}

.page-hero--editorial .page-hero__media {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

/* Unified hero typography — same kicker, title, and lead on every page hero */
.page-hero .kicker,
.page-hero--editorial .kicker,
.split-banner-hero .kicker,
.guide-unfall .page-hero--unfall .kicker,
.guide-rechte .page-hero--rechte .kicker,
.guide-faq .page-hero--faq .kicker,
.guide-kontakt__hero-copy .kicker {
  font-size: var(--hero-kicker-size);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--copper-on-dark);
}

.page-hero h1,
.page-hero--editorial h1,
.split-banner-hero h1,
.guide-unfall .page-hero--unfall h1,
.guide-rechte .page-hero--rechte h1,
.guide-faq .page-hero--faq h1,
.guide-kontakt__hero-copy h1 {
  font-family: var(--font);
  font-size: var(--hero-title-size);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
}

.page-hero .lead,
.page-hero--editorial .lead,
.split-banner-hero .lead,
.guide-unfall .page-hero--unfall .lead,
.guide-rechte .page-hero--rechte .lead,
.guide-faq .page-hero--faq .lead,
.guide-kontakt__hero-copy .lead {
  font-size: var(--hero-lead-size);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  text-wrap: pretty;
}

.page-hero--editorial .kicker {
  margin: 0 0 0.5rem;
}

.page-hero--editorial h1 {
  margin: 0;
}

.page-hero--editorial .lead {
  margin: 0.55rem 0 0;
  max-width: 34rem;
}

.page-hero--editorial .page-hero__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(220px, 24vw, 272px);
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.92;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
}

.portrait-card {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 1rem;
}

.portrait {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center top;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.contact-list li {
  margin: 0.35rem 0;
}

form {
  display: grid;
  gap: 0.8rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.95rem;
}

fieldset legend {
  font-weight: 600;
  padding: 0 0.25rem;
}

input,
textarea,
select {
  padding: 0.7rem 0.8rem;
  font: inherit;
  border-radius: 2px;
}

.choice {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  border: 1px solid var(--line);
  padding: 0.75rem 1rem;
}

.choice label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
}

.map-wrap {
  min-height: 280px;
  background: #0f0e0c;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 1rem;
  text-align: center;
}

.map-wrap iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.content-light .faq summary {
  color: var(--navy);
}

.legal {
  max-width: 48rem;
}

.content-light .legal > p.muted {
  color: var(--text);
}

.legal h2 {
  margin-top: 1.4rem;
}

.footer {
  margin-top: 2rem;
  padding: 1.4rem 6vw 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #E8F0FA;
}

.footer .muted {
  color: rgba(255, 255, 255, 0.72);
}

.footer nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (min-width: 761px) {
  .footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "info nav"
      "legal legal";
    align-items: start;
    column-gap: 2rem;
    row-gap: 1.15rem;
  }

  .footer > div:first-child {
    grid-area: info;
  }

  .footer nav {
    grid-area: nav;
    justify-self: end;
    justify-content: flex-end;
  }

  .footer .muted {
    grid-area: legal;
    margin: 0;
    padding-right: min(21rem, 34vw);
    max-width: 100%;
    box-sizing: border-box;
  }

  .wa-float-wrap {
    bottom: 1.75rem;
  }
}

.consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 20, 28, 0.55);
}

.consent-backdrop[hidden] {
  display: none;
}

body.consent-open {
  overflow: hidden;
}

.consent-modal {
  width: min(28rem, 100%);
  max-height: min(78vh, 520px);
  overflow: auto;
  background: #fff;
  color: var(--text);
  border-radius: 8px;
  padding: 1rem 1.15rem 1.15rem;
  box-shadow: 0 20px 48px rgba(15, 20, 28, 0.25);
}

.consent-modal h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font);
  font-size: 1.25rem;
  color: var(--navy);
}

.consent-text--compact p {
  margin: 0;
}

.consent-text--detail {
  margin-bottom: 0.5rem;
}

.consent-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--mute);
}

.consent-text p {
  margin: 0 0 0.65rem;
}

.consent-text ul {
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.2rem;
}

.consent-text a {
  color: #0F2744;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-actions {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.consent-btn {
  display: block;
  width: 100%;
  padding: 0.62rem 0.95rem;
  border-radius: 4px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
}

.consent-btn-primary {
  background: var(--navy-2);
  color: #fff;
  border-color: var(--navy-2);
}

.consent-btn-primary:hover {
  background: var(--navy);
}

.consent-btn-secondary {
  background: #fff;
  color: var(--navy);
  border-color: var(--navy);
}

.consent-btn-secondary:hover {
  background: #EDE0D0;
}

.consent-customize-link {
  display: block;
  width: 100%;
  margin-top: 0.55rem;
  padding: 0;
  background: none;
  border: none;
  color: var(--navy-2);
  font: inherit;
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
}

.consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.consent-option strong {
  color: var(--navy);
}

.consent-option .muted {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
}

.consent-badge {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--mute);
  white-space: nowrap;
}

.consent-switch {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}

.consent-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.consent-switch-ui {
  width: 2.5rem;
  height: 1.35rem;
  background: #c5ccd4;
  border-radius: 999px;
  transition: background 0.2s;
}

.consent-switch-ui::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: 1.05rem;
  height: 1.05rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}

.consent-switch input:checked + .consent-switch-ui {
  background: var(--navy-2);
}

.consent-switch input:checked + .consent-switch-ui::after {
  transform: translateX(1.15rem);
}

.consent-switch input:focus-visible + .consent-switch-ui {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

.wa-float-wrap {
  position: fixed;
  right: 1.25rem;
  bottom: 1.75rem;
  z-index: 65;
}

.wa-float-trigger {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.wa-float-bubble {
  position: relative;
  background: #fff;
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 10px;
  padding: 0.62rem 1.05rem 0.62rem 0.95rem;
  margin-right: 0.75rem;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(37, 211, 102, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-float-bubble::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
}

.wa-float-bubble-small {
  display: block;
  font-size: 0.74rem;
  line-height: 1.25;
  color: #3d4a57;
  font-weight: 500;
}

.wa-float-bubble-strong {
  display: block;
  margin-top: 0.12rem;
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 700;
  color: #0f7a4c;
  white-space: nowrap;
}

.wa-float-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow:
    0 6px 22px rgba(37, 211, 102, 0.55),
    0 0 0 4px rgba(37, 211, 102, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@keyframes wa-idle-glow {
  0%,
  100% {
    box-shadow:
      0 6px 22px rgba(37, 211, 102, 0.55),
      0 0 0 4px rgba(37, 211, 102, 0.14);
    transform: scale(1);
  }

  50% {
    box-shadow:
      0 10px 30px rgba(37, 211, 102, 0.72),
      0 0 0 10px rgba(37, 211, 102, 0);
    transform: scale(1.04);
  }
}

@keyframes wa-attention-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  35% {
    transform: scale(1.12);
  }

  55% {
    transform: scale(1.06);
  }
}

@keyframes wa-bubble-pop {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }

  40% {
    transform: scale(1.08) translateY(-8px);
  }

  60% {
    transform: scale(1.03) translateY(-3px);
  }
}

@keyframes wa-attention-ring {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

.wa-float-wrap:not(.is-attention-paused):not(.is-attention-pulse) .wa-float-icon {
  animation: wa-idle-glow 2.6s ease-in-out infinite;
}

.wa-float-wrap:not(.is-attention-paused):not(.is-attention-pulse) .wa-float-bubble {
  animation: wa-bubble-pop 2.6s ease-in-out infinite;
  animation-delay: 0.35s;
}

.wa-float-wrap.is-attention-pulse .wa-float-icon {
  animation: wa-attention-pulse 1400ms ease-in-out;
  box-shadow:
    0 12px 34px rgba(37, 211, 102, 0.72),
    0 0 0 6px rgba(37, 211, 102, 0.22);
}

.wa-float-wrap.is-attention-pulse .wa-float-bubble {
  animation: wa-bubble-pop 1400ms ease-in-out;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24), 0 0 0 2px rgba(37, 211, 102, 0.28);
  border-color: rgba(37, 211, 102, 0.55);
}

.wa-float-wrap.is-attention-pulse .wa-float-bubble-strong {
  color: #0a6b42;
}

.wa-float-wrap.is-attention-pulse .wa-float-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.7);
  pointer-events: none;
  animation: wa-attention-ring 1400ms ease-out;
}

.wa-float-wrap.is-attention-paused.is-attention-pulse .wa-float-icon,
.wa-float-wrap.is-attention-paused.is-attention-pulse .wa-float-icon::before,
.wa-float-wrap.is-attention-paused.is-attention-pulse .wa-float-bubble {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .wa-float-wrap:not(.is-attention-paused):not(.is-attention-pulse) .wa-float-icon,
  .wa-float-wrap:not(.is-attention-paused):not(.is-attention-pulse) .wa-float-bubble,
  .wa-float-wrap.is-attention-pulse .wa-float-icon,
  .wa-float-wrap.is-attention-pulse .wa-float-icon::before,
  .wa-float-wrap.is-attention-pulse .wa-float-bubble {
    animation: none !important;
  }

  .wa-float-icon {
    box-shadow:
      0 6px 22px rgba(37, 211, 102, 0.55),
      0 0 0 4px rgba(37, 211, 102, 0.14);
  }
}

.wa-float-icon svg {
  display: block;
  flex-shrink: 0;
}

.wa-float-trigger:hover .wa-float-icon {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

.wa-float-trigger:hover .wa-float-bubble {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
}

.wa-float-trigger:focus-visible {
  outline: none;
}

.wa-float-trigger:focus-visible .wa-float-icon {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}

.wa-float-trigger:focus-visible .wa-float-bubble {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

.wa-float-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.65rem);
  width: min(18rem, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.wa-float-menu[hidden] {
  display: none;
}

.wa-float-greeting {
  margin: 0 0 0.2rem;
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy);
}

.wa-float-hint {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--mute);
}

.wa-float-option {
  display: block;
  margin-top: 0.5rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--navy);
  border-radius: 6px;
  color: var(--text);
  text-decoration: none;
  background: #fff;
}

.wa-float-option:hover {
  background: #EDE0D0;
  color: var(--text);
}

.wa-float-option-title {
  display: block;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.wa-float-preview {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--mute);
}

.wa-float-option:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .wa-float-wrap {
    right: 0.85rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    z-index: 60;
  }

  .wa-float-icon {
    width: 3.85rem;
    height: 3.85rem;
  }

  .wa-float-icon svg {
    width: 30px;
    height: 30px;
  }

  .wa-float-bubble {
    border-radius: 999px;
    padding: 0.55rem 0.95rem 0.55rem 0.9rem;
    margin-right: 0.6rem;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(37, 211, 102, 0.12);
  }

  .wa-float-bubble-small {
    font-size: 0.68rem;
  }

  .wa-float-bubble-strong {
    font-size: 0.88rem;
  }

  .wa-float-wrap.is-attention-pulse .wa-float-bubble {
    transform-origin: center right;
  }
}

@media (min-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1320px) {
  .menu {
    gap: 1.35rem;
  }

  .menu a,
  .menu-accordion__summary {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 1100px) {
  .menu {
    gap: 1.25rem;
  }

  .nav-divider {
    margin: 0 1rem;
  }
}

@media (max-width: 980px) {
  .hero,
  .page-hero,
  .split,
  .grid-4,
  .grid-3,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

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

  .expert-spotlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-main: 4.75rem;
    --header-total: 4.75rem;
  }

  .brand-mark-slot {
    height: 3.4rem;
    width: calc(3.4rem * 290 / 280);
    max-width: 3.75rem;
  }

  .brand-name {
    font-size: 1.35rem;
  }

  .brand-sub {
    font-size: 0.55rem;
  }

  .nav {
    padding: 0.65rem 5vw;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .nav.is-open {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 0.85rem;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 5rem);
  }

  .nav.is-open .brand {
    flex: none;
    width: 100%;
    max-width: none;
    padding-right: 3.25rem;
  }

  .menu-toggle {
    display: inline-flex;
    order: 3;
    flex-shrink: 0;
    margin-left: auto;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.55rem;
  }

  .nav.is-open .menu-toggle {
    position: absolute;
    top: 0.65rem;
    right: 5vw;
    margin-left: 0;
    z-index: 2;
  }

  .menu-toggle__icon {
    display: block;
  }

  .menu-toggle__label {
    display: none;
  }

  .nav.is-open .menu-toggle__icon {
    background: transparent;
    box-shadow: none;
    position: relative;
  }

  .nav.is-open .menu-toggle__icon::before,
  .nav.is-open .menu-toggle__icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.1rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }

  .nav.is-open .menu-toggle__icon::before {
    transform: rotate(45deg);
  }

  .nav.is-open .menu-toggle__icon::after {
    transform: rotate(-45deg);
  }

  .section {
    padding: 2.5rem 5vw;
  }

  .section-header {
    margin-bottom: 2rem;
    max-width: none;
  }

  .section-header--center {
    padding: 0;
  }

  .expert-spotlight--composed .expert-spotlight__media {
    max-width: none;
    width: 100%;
  }

  .nav-divider {
    display: none;
  }

  .menu,
  .header-contact {
    display: none;
  }

  .nav.is-open .menu,
  .nav.is-open .header-contact {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100%;
    max-width: 100%;
    order: 5;
  }

  .nav.is-open .menu {
    align-items: stretch;
    gap: 0;
    margin-top: 0.85rem;
    padding: 0.35rem 0 0.5rem;
    border-top: 1px solid rgba(201, 131, 42, 0.28);
  }

  .nav.is-open .menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav.is-open .menu > li:last-child {
    border-bottom: none;
  }

  .nav.is-open .menu > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.85rem;
    padding: 0.45rem 0;
    box-sizing: border-box;
  }

  .menu-item--services {
    width: 100%;
    border-bottom: none;
  }

  .menu-accordion {
    width: 100%;
  }

  .menu-accordion__summary {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0;
    min-height: 2.85rem;
    box-sizing: border-box;
  }

  .menu-accordion__label {
    flex: 1;
    text-align: left;
  }

  .menu-accordion[open] > .menu-accordion__summary {
    color: var(--copper);
  }

  .menu-accordion[open] > .menu-accordion__summary .menu-caret {
    transform: rotate(180deg);
  }

  .menu-accordion__summary .menu-caret {
    width: 0.48rem;
    height: 0.48rem;
    opacity: 0.92;
  }

  .menu-item--services .menu-accordion[open] {
    padding-bottom: 0.35rem;
  }

  .menu-item--services .menu-accordion[open] .menu-dropdown {
    max-height: min(14rem, 42dvh);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .menu-item--services .menu-dropdown {
    position: static;
    top: auto;
    left: auto;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    min-width: 0;
    width: 100%;
    margin: 0.15rem 0 0.35rem;
    padding: 0.35rem 0;
    border: 1px solid rgba(201, 131, 42, 0.22);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    transition: none;
  }

  .menu-item--services .menu-dropdown li {
    list-style: none;
  }

  .menu-item--services .menu-dropdown li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .menu-item--services .menu-dropdown a {
    padding: 0.6rem 0.9rem;
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.35;
  }

  .menu-item--services .menu-dropdown li:first-child a {
    color: var(--copper);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .menu-item--services .menu-dropdown a:active {
    background: rgba(201, 131, 42, 0.12);
  }

  .nav.is-open .header-contact {
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding: 0.85rem 0 0.15rem;
    border-top: 1px solid rgba(201, 131, 42, 0.28);
  }

  .hero,
  .page-hero,
  .split,
  .grid-4,
  .grid-3,
  .grid-2,
  .steps {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero-photo,
  .portrait,
  .page-hero img {
    height: 240px;
  }

  .hero--slideshow .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 22, 40, 0.35) 0%,
      rgba(10, 22, 40, 0.82) 42%,
      rgba(10, 22, 40, 0.94) 100%
    );
  }

  .hero--slideshow {
    min-height: min(90vh, 820px);
  }

  .hero--slideshow .hero__inner {
    align-items: flex-end;
    padding: 2rem 5vw calc(2.75rem + env(safe-area-inset-bottom, 0px));
  }

  .hero--centered .hero__inner--centered {
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    min-height: 0;
    padding: calc(min(52svh, 480px) - 7.5rem) 5vw calc(2rem + env(safe-area-inset-bottom, 0px));
  }

  .hero--centered {
    min-height: auto;
    background: var(--navy-deep);
  }

  .hero--centered.hero--slideshow {
    overflow: hidden;
  }

  .hero--centered .hero__slides,
  .hero--centered .hero__overlay {
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: min(52svh, 480px);
  }

  .hero--centered .hero__content--centered {
    min-height: 22rem;
    max-width: none;
    padding: 0;
    background: none;
  }

  .hero--centered .hero__title {
    min-height: 2.35em;
    max-width: none;
    white-space: normal;
    font-size: var(--hero-title-size);
    line-height: 1.1;
  }

  .hero--centered .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 22, 40, 0.52) 0%,
      rgba(10, 22, 40, 0.62) 45%,
      rgba(10, 22, 40, 0.55) 100%
    );
  }

  .hero--centered .hero__region {
    max-width: none;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  }

  .hero--centered .hero__description {
    max-width: none;
    font-size: var(--type-lead);
  }

  .hero-trust--centered {
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 2rem;
  }

  .hero-trust--centered .hero-trust__item {
    border-left: none;
    border-top: 1px solid rgba(201, 131, 42, 0.35);
    padding: 1.15rem 0;
    gap: 0.75rem;
  }

  .hero-trust--centered .hero-trust__item:first-child {
    border-top: none;
    padding-top: 0;
  }

  .hero-actions--centered {
    max-width: none;
    margin-top: 2rem;
  }

  .hero-actions--centered .hero-actions__row {
    flex-direction: column;
  }

  .hero-actions--centered .hero-cta-primary,
  .hero-actions--centered .hero-cta-secondary,
  .hero-actions--centered .hero-cta-tertiary {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__scroll-cue {
    bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  }

  .hero__title-region {
    max-width: none;
    font-size: 0.78rem;
  }

  .consent-backdrop {
    align-items: flex-end;
    padding: 0;
  }

  .consent-modal {
    width: 100%;
    max-height: min(52vh, 380px);
    border-radius: 12px 12px 0 0;
    padding: 0.95rem 1rem 1rem;
  }

  .hero__inner--split {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    order: -1;
    min-height: 52vh;
    border-left: none;
    border-bottom: 3px solid var(--copper);
    box-shadow: none;
  }

  .hero--split .hero__content {
    padding: 1.75rem 5vw 2.25rem;
  }

  .hero__visual-accent {
    background: linear-gradient(
      180deg,
      transparent 55%,
      rgba(10, 22, 40, 0.55) 100%
    );
  }

  body {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  .home-trust {
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
  }

  .mobile-action-bar {
    display: none;
  }

  .hero--home {
    min-height: auto;
  }

  .hero__inner {
    padding: 1.75rem 5vw calc(2.75rem + env(safe-area-inset-bottom, 0px));
    align-items: flex-end;
  }

  .hero--slideshow .hero__content {
    max-width: none;
    padding: 1.5rem 1.35rem 1.65rem;
    background: linear-gradient(
      180deg,
      rgba(10, 22, 40, 0.82) 0%,
      rgba(10, 22, 40, 0.68) 100%
    );
  }

  .hero--home h1 {
    max-width: none;
    font-size: clamp(1.75rem, 7.5vw, 2.5rem);
    line-height: 1.12;
  }

  .hero__lead {
    font-size: 1.1rem;
    line-height: 1.65;
  }

  .hero-trust li {
    padding-left: 0.75rem;
  }

  .hero-trust strong {
    font-size: 1.12rem;
  }

  .hero-trust span {
    font-size: 1.04rem;
  }

  .hero-cta-tertiary {
    font-size: 1.08rem;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.5rem;
  }

  .hero-actions--tiered {
    margin-top: 1.35rem;
    max-width: none;
  }

  .hero-cta-primary,
  .hero-cta-secondary,
  .hero-cta-tertiary {
    width: 100%;
    min-width: 0;
  }

  .expert-spotlight--composed {
    grid-template-columns: 1fr;
  }

  .expert-spotlight--composed .expert-spotlight__photo {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    border-right: none;
    border-bottom: 1px solid rgba(201, 131, 42, 0.35);
  }

  .expert-spotlight--composed .expert-spotlight__content {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .expert-spotlight__name {
    font-size: clamp(1.55rem, 6vw, 1.85rem);
  }

  .expert-spotlight__role {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-wrap: balance;
  }

  .expert-spotlight--premium {
    padding: 0;
  }

  .expert-spotlight {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .expert-spotlight__media {
    max-width: none;
    margin: 0;
    width: 100%;
  }

  .home-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home-expert,
  .home-services,
  .home-process,
  .home-trust {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-process {
    padding-bottom: calc(4rem + 5.5rem + env(safe-area-inset-bottom, 0px));
  }

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

  .trust-grid {
    gap: 1rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem 5vw calc(5.75rem + env(safe-area-inset-bottom, 0px));
  }

  .footer nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .service-card__body {
    padding: 1.1rem 1.15rem 1.25rem;
  }
}

/* Light sections: readable text (must override globals above) */
.content-light form label,
.content-light form legend,
.content-light form .choice label {
  color: #142033;
  font-weight: 600;
}

.content-light form .choice label {
  font-weight: 500;
}

.content-light form input,
.content-light form textarea,
.content-light form select {
  background: #ffffff;
  color: #142033;
  border: 1px solid #7a8490;
}

.content-light form input::placeholder,
.content-light form textarea::placeholder {
  color: #4f5864;
  opacity: 1;
}

.content-light form .btn {
  border: 1px solid #0F2744;
  color: #0F2744;
  background: #ffffff;
}

.content-light form .btn:hover {
  background: #EDE0D0;
  color: #0F2744;
}

.content-light form .btn-solid {
  background: var(--navy);
  color: #ffffff;
  border-color: var(--navy);
}

.content-light form .btn-solid:hover {
  background: var(--navy-2);
  color: #ffffff;
}

.content-light form .muted,
.content-light form p.muted {
  color: #4f5864;
}

.content-light .btn {
  border-color: var(--navy);
  color: var(--ink);
  background: #ffffff;
}

.content-light .btn:hover {
  background: #EDE0D0;
  color: var(--ink);
}

.content-light .btn-solid {
  background: var(--navy);
  color: #ffffff;
  border-color: var(--navy);
}

.content-light .btn-solid:hover {
  background: var(--navy-2);
  color: #ffffff;
}

/* Schaden-melden form: highest specificity for contrast */
#schaden-form label,
#schaden-form legend {
  color: #142033;
}

#schaden-form .choice label {
  color: #142033;
  font-weight: 500;
}

#schaden-form p.muted {
  color: #4f5864;
}

#schaden-form input,
#schaden-form textarea {
  background: #ffffff;
  color: #142033;
  border: 1px solid #7a8490;
}

#schaden-form .schaden-photos {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

#schaden-form .schaden-photos .muted {
  margin-bottom: 0.75rem;
}

#schaden-form .schaden-photos .btn-wa {
  width: 100%;
  justify-content: center;
  background: transparent;
  border: 2px solid #25d366;
  color: #0a6b42;
  font-weight: 600;
  padding: 0.7rem 1.35rem;
}

#schaden-form .schaden-photos .btn-wa:hover {
  background: rgba(37, 211, 102, 0.1);
  color: #0a6b42;
}

#schaden-form button.btn:not(.btn-solid) {
  color: #0F2744;
  background: #ffffff;
  border: 1px solid #0F2744;
}

#schaden-form button.btn:not(.btn-solid):hover {
  background: #EDE0D0;
  color: #0F2744;
}

#schaden-form .schaden-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-weight: 500;
  color: #142033;
  line-height: 1.55;
}

#schaden-form .schaden-consent input[type="checkbox"] {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin-top: 0.2rem;
  padding: 0;
  background: #ffffff;
  border: 1px solid #7a8490;
  accent-color: var(--navy-2);
  cursor: pointer;
}

#schaden-form .schaden-consent__required {
  color: #c62828;
  font-weight: 700;
  margin-right: 0.15rem;
}

#schaden-form .btn-solid:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #163556;
  border-color: #163556;
  color: #ffffff;
}

#schaden-form .btn-solid:disabled:hover {
  background: #163556;
  color: #ffffff;
}

#schaden-form .schaden-consent-error {
  margin: 0.35rem 0 0;
  color: #8b2e2e;
  font-size: 0.9rem;
}

#schaden-form .schaden-consent-error[hidden] {
  display: none;
}

/* Über uns */
.about-page {
  background: var(--cream);
}

.about-page__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 2.5rem);
  box-sizing: border-box;
}

.about-page__hero {
  width: 100%;
}

.about-page__hero .split-banner-hero {
  width: 100%;
  max-width: none;
}

.about-page__hero .split-banner-hero .page-hero__inner {
  width: 100%;
  max-width: none;
}

.about-page .split-banner-hero {
  height: clamp(280px, 34vw, 360px);
  min-height: clamp(280px, 34vw, 360px);
  max-height: none;
}

.about-page .split-banner-hero .page-hero__inner,
.about-page .split-banner-hero .page-hero__media img {
  height: clamp(280px, 34vw, 360px);
  min-height: clamp(280px, 34vw, 360px);
  max-height: none;
}

/* —— Hero —— */
.about-hero {
  background: var(--bg-2);
  color: #fff;
}

.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  gap: 1.75rem;
  align-items: end;
  width: min(1240px, 100%);
  max-height: 17.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 0 0.8rem;
}

.about-hero__kicker {
  margin: 0 0 0.55rem;
  color: var(--copper-on-dark);
  font-size: clamp(0.68rem, 2.8vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.about-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
}

.about-hero__rule {
  display: block;
  width: 3.5rem;
  height: 2px;
  margin: 0.5rem 0 0.55rem;
  background: var(--copper);
}

.about-hero__lead {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.about-hero__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: stretch;
  max-height: 17.5rem;
  overflow: hidden;
}

.about-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, var(--bg-2) 0%, rgba(15, 39, 68, 0.55) 28%, transparent 58%),
    linear-gradient(180deg, transparent 42%, var(--bg-2) 100%);
  pointer-events: none;
}

.about-hero__media img {
  position: relative;
  z-index: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 17.5rem;
  object-fit: cover;
  object-position: center center;
  opacity: 0.92;
}

/* —— Main section —— */
.about-main {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.25rem, 6vw, 4.75rem);
  background: var(--cream);
}

.about-main__split {
  display: grid;
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.about-main__profile {
  position: sticky;
  top: 1.5rem;
  align-self: start;
}

.about-main__content {
  display: flex;
  flex-direction: column;
  gap: clamp(2.25rem, 4vw, 3rem);
  min-width: 0;
}

.about-profile {
  background: var(--bg-2);
  color: #fff;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(201, 131, 42, 0.22);
  box-shadow: 0 14px 36px rgba(15, 39, 68, 0.08);
}

.about-profile__photo {
  overflow: hidden;
  background: var(--bg);
}

.about-profile__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-profile__body {
  padding: 1.15rem 1.25rem 1.25rem;
}

.about-profile h2 {
  margin: 0 0 0.4rem;
  color: var(--copper-on-dark);
  font-family: var(--font);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
}

.about-profile__role {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.about-profile__contact {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(201, 131, 42, 0.35);
}

.about-profile__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font);
  font-size: var(--type-body);
  line-height: 1.6;
}

.about-profile__contact li:last-child {
  margin-bottom: 0;
}

.about-profile__contact svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.14rem;
  flex-shrink: 0;
  color: var(--copper);
}

.about-profile__contact a {
  color: #fff;
}

.about-profile__contact a:hover {
  color: var(--copper);
}

/* —— Editorial sections —— */
.about-section {
  padding-top: clamp(2rem, 3.5vw, 2.5rem);
  border-top: 1px solid rgba(15, 39, 68, 0.1);
}

.about-section.about-intro {
  padding-top: 0;
  border-top: 0;
}

.about-section__head {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
}

.about-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1.5px solid rgba(201, 131, 42, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: var(--copper);
  flex-shrink: 0;
}

.about-section__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.about-section__title {
  margin: 0;
  padding-top: 0.35rem;
  color: var(--navy);
  font-family: var(--font);
  font-size: var(--type-h3);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.15;
  text-transform: none;
  overflow-wrap: break-word;
}

.about-intro .about-section__title {
  padding-top: 0;
  margin-bottom: 1rem;
}

.about-section__body p {
  margin: 0 0 1rem;
  color: var(--text);
  font-family: var(--font);
  font-size: var(--type-body);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.about-section__body p:last-child {
  margin-bottom: 0;
}

.about-bio {
  display: block;
  margin: 0 0 1.25rem;
  padding: 0 0 1.15rem;
  border: 0;
  border-bottom: 1px solid rgba(15, 39, 68, 0.1);
  color: var(--text);
  font-family: inherit;
  font-size: var(--type-section-sub);
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
}

.about-bio__text {
  margin: 0;
}

.about-bio__text::before {
  content: "\201E";
  float: left;
  margin: 0.02em 0.5rem 0 0;
  color: rgba(201, 131, 42, 0.38);
  font-family: var(--font);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.5;
}

.about-bio__text::after {
  content: "\201C";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: -0.18em;
  color: rgba(201, 131, 42, 0.38);
  font-family: var(--font);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.5;
}

.about-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.75rem;
  margin-bottom: 1rem;
  align-items: start;
}

.about-detail {
  min-width: 0;
}

.about-detail__head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.65rem;
}

.about-detail__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1.5px solid var(--copper);
  border-radius: 50%;
  background: transparent;
  color: var(--copper);
  flex-shrink: 0;
}

.about-detail__icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.about-detail h3 {
  margin: 0;
  padding-top: 0.35rem;
  color: var(--navy);
  font-family: var(--font);
  font-size: var(--type-h3);
  font-weight: 600;
  line-height: 1.15;
  overflow-wrap: break-word;
}

.about-detail ul {
  margin: 0;
  padding-left: 1rem;
}

.about-detail li {
  margin-bottom: 0.55rem;
  color: var(--text);
  font-size: var(--type-card-body);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.about-detail li:last-child {
  margin-bottom: 0;
}

.about-detail li::marker {
  color: var(--copper);
}

.about-detail--full {
  grid-column: 1 / -1;
}

.about-intro {
  margin: 0;
  padding: 0;
  border: 0;
}

.about-intro__title {
  margin: 0 0 0.85rem;
  font-family: var(--font);
  font-size: var(--type-h3);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  color: var(--navy);
}

.about-intro p {
  margin: 0 0 0.85rem;
  font-family: var(--font);
  font-size: var(--type-body);
  line-height: 1.65;
  color: var(--text);
}

.about-intro p:last-child {
  margin-bottom: 0;
}

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-timeline li {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem 1.25rem;
  align-items: start;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 39, 68, 0.08);
}

.about-timeline li:first-child {
  padding-top: 0;
}

.about-timeline li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-timeline__year {
  font-family: var(--font);
  font-size: var(--type-body);
  font-weight: 700;
  letter-spacing: normal;
  color: var(--copper);
}

.about-timeline__text {
  color: var(--text);
  font-family: var(--font);
  font-size: var(--type-body);
  line-height: 1.65;
}

.about-certs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.about-certs__more {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 39, 68, 0.08);
}

.about-certs__more-title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.about-cert-card {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 39, 68, 0.1);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.about-cert-card:hover,
.about-cert-card:focus-visible {
  border-color: rgba(201, 131, 42, 0.45);
  box-shadow: 0 8px 20px rgba(15, 39, 68, 0.06);
}

.about-cert-card--static {
  cursor: default;
}

.about-cert-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgba(201, 131, 42, 0.1);
  color: var(--copper);
  flex-shrink: 0;
}

.about-cert-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.about-cert-card__title {
  font-family: var(--font);
  font-size: var(--type-card-body);
  line-height: 1.65;
  font-weight: 600;
}

.about-anspruch {
  max-width: 46rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: var(--cream);
}

.about-anspruch__tagline {
  margin: 0 0 1rem;
  font-family: var(--font);
  font-size: var(--type-section-sub);
  font-weight: 700;
  letter-spacing: normal;
  color: var(--copper-on-dark);
}

.about-anspruch p {
  margin: 0 0 0.85rem;
  font-family: var(--font);
  font-size: var(--type-body);
  line-height: 1.65;
  color: rgba(243, 234, 223, 0.92);
}

.about-anspruch p:last-child {
  margin-bottom: 0;
}

.about-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(201, 131, 42, 0.45);
  border-radius: 4px;
  background: rgba(255, 252, 248, 0.85);
}

.about-note__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  color: var(--copper);
}

.about-note__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.about-note p {
  margin: 0;
  color: var(--text);
  font-size: var(--type-section-sub);
  line-height: 1.7;
}

/* —— Values section —— */
.about-values {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: var(--bg-2);
}

.about-values__inner {
  width: min(1240px, 100%);
}

.about-values__header {
  margin: 0 0 clamp(2rem, 3.5vw, 2.75rem);
  text-align: center;
}

.about-values__title {
  margin: 0 0 0.75rem;
  color: var(--copper-on-dark);
  font-family: var(--font);
  font-size: var(--type-h2);
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}

.about-values__rule {
  display: block;
  width: 3.25rem;
  height: 2px;
  margin: 0 auto;
  background: var(--copper);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.about-value {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  min-width: 0;
  padding: 0 clamp(1.35rem, 2.2vw, 2rem);
}

.about-value + .about-value {
  border-left: 1px solid rgba(201, 131, 42, 0.24);
}

.about-value__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1.5px solid rgba(201, 131, 42, 0.55);
  border-radius: 50%;
  color: var(--copper);
  flex-shrink: 0;
  overflow: visible;
}

.about-value__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.about-value__copy {
  width: 100%;
  min-width: 0;
}

.about-value h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-family: var(--font);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 600;
  line-height: 1.22;
  text-wrap: balance;
}

.about-value p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--type-body);
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.about-values__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-top: clamp(2rem, 3.5vw, 2.75rem);
  padding-top: clamp(1.75rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(201, 131, 42, 0.28);
}

.about-values__cta-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 1 16rem;
  min-width: 0;
}

.about-values__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid rgba(201, 131, 42, 0.55);
  border-radius: 50%;
  color: var(--copper);
  flex-shrink: 0;
  overflow: visible;
}

.about-values__cta-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.about-values__cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--type-body);
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.about-values__cta .btn-primary {
  flex-shrink: 0;
  min-height: 2.75rem;
  padding: 0.68rem 1.35rem;
  font-size: 0.9375rem;
  white-space: nowrap;
}

html.translated-ltr .about-values__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) and (min-width: 721px) {
  .about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: clamp(1.5rem, 3vw, 2rem);
  }

  .about-value {
    padding: 0 clamp(1rem, 2vw, 1.35rem);
  }

  .about-value + .about-value {
    border-left: none;
  }

  .about-value:nth-child(odd) {
    border-right: 1px solid rgba(201, 131, 42, 0.24);
  }

  .about-value:nth-child(3) {
    grid-column: 1 / -1;
    max-width: min(100%, 28rem);
    justify-self: center;
    width: 100%;
    border-right: none;
    padding-top: 0.25rem;
  }
}

@media (max-width: 1080px) {
  .about-hero__inner {
    grid-template-columns: 1fr;
    max-height: none;
    min-height: 0;
    gap: 0;
  }

  .about-hero__copy {
    padding: 1.35rem 0 1.1rem;
  }

  .about-hero__media {
    min-height: 0;
    max-height: 13.5rem;
  }

  .about-hero__media img {
    width: 100%;
    max-height: 13.5rem;
    object-position: center 20%;
  }

  .about-main {
    padding: 1.75rem 0 2.25rem;
  }

  .about-main__split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-main__profile {
    position: static;
    max-width: none;
    width: 100%;
  }

  .about-main__content {
    gap: 2rem;
  }

  .about-values {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  }
}

@media (max-width: 720px) {
  .about-page__inner,
  .about-hero__inner {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .about-main {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .about-main__split {
    gap: 1.35rem;
  }

  .about-main__profile {
    max-width: none;
  }

  .about-profile__body {
    padding: 1.25rem 1.15rem 1.35rem;
  }

  .about-profile h2 {
    font-size: clamp(1.55rem, 6vw, 1.85rem);
  }

  .about-profile__role {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .about-section {
    padding-top: 1.75rem;
  }

  .about-details {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin-bottom: 0.85rem;
  }

  .about-certs__grid {
    grid-template-columns: 1fr;
  }

  .about-timeline li {
    grid-template-columns: 3.75rem minmax(0, 1fr);
  }

  .about-values {
    padding: clamp(2.25rem, 5vw, 3rem) 0;
  }

  .about-values__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-value {
    padding: 1.1rem 0;
    border-left: none;
    border-bottom: 1px solid rgba(201, 131, 42, 0.2);
  }

  .about-value + .about-value {
    border-left: none;
  }

  .about-value:nth-child(odd) {
    border-right: none;
  }

  .about-value:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .about-values__cta {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }

  .about-values__cta-copy {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .about-values__cta .btn-primary {
    width: 100%;
    max-width: none;
    white-space: normal;
    align-self: stretch;
  }
}

/* Leistungen overview */
.services-page {
  background: var(--cream);
}

.services-page__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.services-hero {
  background: var(--bg-2);
  color: #fff;
}

.services-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
  gap: 1.5rem;
  align-items: end;
  width: min(1240px, 100%);
  max-height: 16.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.services-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem 0 0.7rem;
}

.services-hero__kicker {
  margin: 0 0 0.5rem;
  color: var(--copper-on-dark);
  font-size: clamp(0.68rem, 2.8vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.services-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 600;
  line-height: 1.08;
}

.services-hero__rule {
  display: block;
  width: 3.25rem;
  height: 2px;
  margin: 0.45rem 0 0.5rem;
  background: var(--copper);
}

.services-hero__lead {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.services-hero__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: stretch;
  max-height: 16.5rem;
  overflow: hidden;
}

.services-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, var(--bg-2) 0%, rgba(15, 39, 68, 0.55) 26%, transparent 56%),
    linear-gradient(180deg, transparent 44%, var(--bg-2) 100%);
  pointer-events: none;
}

.services-hero__media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 16.5rem;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.92;
}

.services-grid {
  padding: 2rem 0 2.25rem;
}

.services-grid__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.leistungen-card {
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.14);
  border-top: 2px solid rgba(201, 131, 42, 0.42);
  border-radius: 3px;
  transition:
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.leistungen-card:hover {
  border-color: rgba(201, 131, 42, 0.48);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 20, 28, 0.07);
}

.leistungen-card--featured {
  grid-column: 1 / -1;
}

.leistungen-card__link {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  min-height: 100%;
  padding: 1.2rem 1.25rem 1.3rem;
  color: inherit;
  text-decoration: none;
}

.leistungen-card--featured .leistungen-card__link {
  flex-direction: row;
  align-items: center;
  gap: 1.15rem;
  padding: 1.35rem 1.45rem;
}

.leistungen-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--copper);
  flex-shrink: 0;
}

.leistungen-card__icon svg {
  width: 2.35rem;
  height: 2.35rem;
  display: block;
}

.leistungen-card--featured .leistungen-card__icon {
  width: 3.25rem;
  height: 3.25rem;
}

.leistungen-card--featured .leistungen-card__icon svg {
  width: 2.75rem;
  height: 2.75rem;
}

.leistungen-card__copy {
  min-width: 0;
}

.leistungen-card__title {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-family: var(--font);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.18;
  text-wrap: balance;
}

.leistungen-card--featured .leistungen-card__title {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

.leistungen-card__desc {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.services-cta {
  padding: 1.65rem 0 2.35rem;
  background: var(--bg-2);
}

.services-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-top: 1px solid rgba(201, 131, 42, 0.35);
}

.services-cta__text {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.services-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.services-cta .btn-primary {
  min-height: 2.75rem;
  padding: 0.65rem 1.2rem;
  font-size: 0.9375rem;
}

.services-cta .btn-outline-copper {
  min-height: 2.75rem;
  padding: 0.62rem 1.15rem;
  font-size: 0.9375rem;
  color: #fff;
  border-color: rgba(201, 131, 42, 0.72);
}

.services-cta .btn-outline-copper:hover {
  color: #fff;
  background: rgba(201, 131, 42, 0.16);
  border-color: var(--copper);
}

html.translated-ltr .services-grid__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.translated-ltr .leistungen-card--featured {
  grid-column: 1 / -1;
}

html.translated-ltr .services-grid__cards > .leistungen-card:last-child:not(.leistungen-card--featured) {
  grid-column: 1 / -1;
}

@media (min-width: 1180px) {
  html.translated-ltr .services-grid__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.translated-ltr .services-grid__cards > .leistungen-card:last-child:not(.leistungen-card--featured) {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .services-hero__inner {
    grid-template-columns: 1fr;
    max-height: none;
    gap: 0;
    align-items: stretch;
  }

  .services-hero__copy {
    padding: 1rem 0 0.85rem;
  }

  .services-hero__media {
    max-height: 12.5rem;
  }

  .services-hero__media img {
    max-height: 12.5rem;
  }

  .leistungen-card--featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .services-page__inner {
    padding: 0 1.1rem;
  }

  .services-hero__inner {
    padding: 0 1.1rem;
  }

  .services-grid {
    padding: 1.5rem 0 1.75rem;
  }

  .services-grid__cards {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .leistungen-card--featured .leistungen-card__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.2rem 1.15rem 1.25rem;
  }

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

  .services-cta__actions {
    flex-direction: column;
  }

  .services-cta .btn-primary,
  .services-cta .btn-outline-copper {
    width: 100%;
    justify-content: center;
  }
}

/* Shared editorial info cards (service detail + Ratgeber index) */
.editorial-info-card {
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.14);
  border-top: 2px solid rgba(201, 131, 42, 0.35);
  border-radius: 3px;
  height: 100%;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.editorial-info-card:hover {
  border-color: rgba(201, 131, 42, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 20, 28, 0.07);
}

.editorial-info-card__body,
.editorial-info-card__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  height: 100%;
  padding: clamp(1.65rem, 2.8vw, 2.15rem);
  box-sizing: border-box;
}

.editorial-info-card--link .editorial-info-card__link {
  text-decoration: none;
  color: inherit;
}

.editorial-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 1.15rem;
  color: var(--navy);
  flex-shrink: 0;
  overflow: visible;
  transition: color 0.22s ease;
}

.editorial-info-card__icon svg {
  width: 2.35rem;
  height: 2.35rem;
  display: block;
  overflow: visible;
}

.editorial-info-card:hover .editorial-info-card__icon {
  color: var(--copper);
}

.editorial-info-card__title {
  margin: 0 0 0.65rem;
  color: var(--navy);
  font-family: var(--font);
  font-size: clamp(1.15rem, 1.9vw, 1.35rem);
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.editorial-info-card--link .editorial-info-card__title {
  margin-bottom: 0;
}

.editorial-info-card__text {
  margin: 0;
  color: var(--text);
  font-size: var(--type-body);
  line-height: 1.65;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.editorial-info-card__body .editorial-info-card__title:last-child,
.editorial-info-card__text:last-child {
  margin-bottom: 0;
}

/* Service detail — Editorial Steps card (shared template, all Leistungen pages) */
.service-detail.service-detail--steps {
  padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(2.5rem, 5vw, 3.75rem);
  background: var(--cream);
}

.service-detail--steps .service-detail__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 2.5vw, 1.75rem);
  box-sizing: border-box;
}

.service-steps-card {
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.12);
  border-radius: 3px;
  padding: clamp(2rem, 3.8vw, 2.75rem) clamp(1.75rem, 3.2vw, 2.5rem);
  box-sizing: border-box;
}

.service-steps-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 3.5vw, 3rem);
  align-items: start;
}

.service-steps-card__grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 36rem;
}

.service-steps-card__grid:not(.service-steps-card__grid--single) .service-steps__col:first-child {
  padding-right: clamp(1.25rem, 2.5vw, 2rem);
  border-right: 1px solid rgba(201, 131, 42, 0.22);
}

.service-steps-card__grid:not(.service-steps-card__grid--single) .service-steps__col:last-child {
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
}

.service-steps__col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-steps__item {
  display: grid;
  grid-template-columns: 18px 2.1rem minmax(0, 1fr);
  gap: 0.65rem 0.75rem;
  align-items: start;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(15, 39, 68, 0.08);
}

.service-steps__item:first-child {
  padding-top: 0;
}

.service-steps__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.service-steps__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  color: var(--copper);
  flex-shrink: 0;
  overflow: visible;
}

.service-steps__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  overflow: visible;
}

.service-steps__number {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: rgba(15, 39, 68, 0.52);
  padding-top: 0.1rem;
}

.service-steps__text {
  margin: 0;
  color: var(--navy);
  font-size: var(--type-body);
  line-height: 1.65;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.service-steps-card__note {
  margin: clamp(1.75rem, 3vw, 2.25rem) 0 0;
  padding-top: clamp(1.35rem, 2.4vw, 1.75rem);
  border-top: 1px solid rgba(201, 131, 42, 0.2);
  max-width: 54rem;
  color: rgba(15, 39, 68, 0.72);
  font-size: 0.9375rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.service-steps-card__note em {
  font-style: italic;
}

.service-detail--steps .service-detail__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
}

.service-detail--steps .service-detail__cta .btn-primary {
  min-height: 2.75rem;
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
}

.service-detail--steps .service-detail__cta .btn-secondary-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.68rem 1.35rem;
  border: 1px solid var(--navy);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.service-detail--steps .service-detail__cta .btn-secondary-navy:hover {
  background: #fff;
  border-color: var(--navy-2);
  color: var(--navy-2);
}

html.translated-ltr .service-steps-card__grid {
  gap: clamp(1.65rem, 2.8vw, 2.5rem);
}

@media (max-width: 900px) {
  .service-detail--steps {
    padding: clamp(2.5rem, 5.5vw, 3.5rem) 0 clamp(2rem, 4vw, 2.75rem);
  }

  .service-steps-card {
    padding: clamp(1.65rem, 3.5vw, 2.25rem) clamp(1.25rem, 2.8vw, 1.75rem);
  }
}

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

  .service-steps-card__grid:not(.service-steps-card__grid--single) .service-steps__col:first-child {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(201, 131, 42, 0.22);
    padding-bottom: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .service-steps-card__grid:not(.service-steps-card__grid--single) .service-steps__col:last-child {
    padding-left: 0;
    padding-top: 0.25rem;
  }

  .service-detail--steps .service-detail__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-detail--steps .service-detail__cta .btn-primary,
  .service-detail--steps .service-detail__cta .btn-secondary-navy {
    width: 100%;
    max-width: 19rem;
  }
}

/* Service detail — prose card (individual Leistungen pages) */
.service-detail.service-detail--prose {
  padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(2.5rem, 5vw, 3.75rem);
  background: var(--cream);
}

.service-detail--prose .service-detail__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 2.5vw, 1.75rem);
  box-sizing: border-box;
}

.service-prose-card {
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.12);
  border-radius: 3px;
  padding: clamp(2rem, 3.8vw, 2.75rem) clamp(1.75rem, 3.2vw, 2.5rem);
  box-sizing: border-box;
}

.service-prose {
  max-width: 46rem;
}

.service-prose p {
  margin: 0 0 1rem;
  font-size: var(--type-body);
  line-height: 1.7;
  color: var(--text);
}

.service-prose p:last-child {
  margin-bottom: 0;
}

.service-prose ul {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  font-size: var(--type-body);
  line-height: 1.65;
  color: var(--text);
}

.service-prose li {
  margin-bottom: 0.45rem;
}

.service-prose li:last-child {
  margin-bottom: 0;
}

.service-prose-card__note {
  margin: clamp(1.5rem, 2.5vw, 2rem) 0 0;
  padding-top: clamp(1.25rem, 2vw, 1.5rem);
  border-top: 1px solid rgba(15, 39, 68, 0.1);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--mute);
}

.service-prose-card__note em {
  font-style: italic;
}

.service-detail--prose .service-detail__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
}

.service-detail--prose .service-detail__cta .btn-primary {
  min-height: 2.75rem;
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
}

.service-detail--prose .service-detail__cta .btn-secondary-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.68rem 1.35rem;
  border: 1px solid var(--navy);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.service-detail--prose .service-detail__cta .btn-secondary-navy:hover {
  background: var(--navy);
  color: #fff;
}

@media (max-width: 640px) {
  .service-detail--prose {
    padding-top: 2.25rem;
  }

  .service-prose-card {
    padding: 1.5rem 1.25rem;
  }

  .service-detail--prose .service-detail__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-detail--prose .service-detail__cta .btn-primary,
  .service-detail--prose .service-detail__cta .btn-secondary-navy {
    width: 100%;
    max-width: 19rem;
  }
}

/* Ratgeber index — Counselor page */
.guide-index {
  background: var(--cream);
}

/* Split-banner heroes (Ratgeber, Karriere, Blog) */
.split-banner-hero {
  padding: 0;
  background: var(--bg-2);
  overflow: hidden;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
}

.split-banner-hero .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 53fr) minmax(0, 47fr);
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  padding: 0;
  gap: 0;
  box-sizing: border-box;
}

.split-banner-hero .page-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  height: 100%;
  width: auto;
  max-width: none;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  box-sizing: border-box;
}

.split-banner-hero .page-hero__media {
  position: relative;
  align-self: stretch;
  height: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.split-banner-hero .page-hero__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 32%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--bg-2) 0%,
    rgba(10, 22, 40, 0.78) 42%,
    rgba(10, 22, 40, 0.22) 78%,
    transparent 100%
  );
}

.split-banner-hero .page-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-width: none;
  object-fit: cover;
  object-position: center right;
  opacity: 1;
}

.guide-index__cards {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2.75rem, 5vw, 3.5rem);
}

.guide-index__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 2.5vw, 1.75rem);
  box-sizing: border-box;
}

.counselor-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 1.5rem);
  align-items: stretch;
}

.counselor-card {
  min-width: 0;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(201, 131, 42, 0.28);
  border-radius: 3px;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.counselor-card:hover {
  border-color: rgba(201, 131, 42, 0.48);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15, 20, 28, 0.05);
}

.counselor-card__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  height: 100%;
  padding: clamp(1.65rem, 2.8vw, 2.1rem);
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.counselor-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 0 1.15rem;
  color: var(--copper);
  flex-shrink: 0;
  overflow: visible;
}

.counselor-card__icon svg {
  width: 28px;
  height: 28px;
  display: block;
  overflow: visible;
}

.counselor-card__title {
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-family: var(--font);
  font-size: var(--type-card-title);
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.counselor-card__desc {
  margin: 0;
  color: rgba(15, 39, 68, 0.82);
  font-size: var(--type-card-body);
  line-height: 1.65;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.counselor-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.35rem;
  font-size: var(--type-body);
  font-weight: 600;
  color: var(--copper);
  letter-spacing: 0.02em;
}

.counselor-card__more::after {
  content: "→";
  display: inline-block;
  transition: transform 0.22s ease;
}

.counselor-card:hover .counselor-card__more::after {
  transform: translateX(3px);
}

html.translated-ltr .counselor-cards {
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

@media (max-width: 1024px) {
  .counselor-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .counselor-card:last-child {
    grid-column: 1 / -1;
    max-width: min(100%, 34rem);
    justify-self: center;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .split-banner-hero .page-hero__inner {
    grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
    height: 320px;
    min-height: 320px;
    max-height: 320px;
  }

  .split-banner-hero .page-hero__copy {
    padding: 0 clamp(1.1rem, 3.5vw, 1.75rem);
  }

  .split-banner-hero .page-hero__media img {
    min-height: 320px;
    object-position: 58% center;
  }
}

@media (max-width: 1024px) {
  .split-banner-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .split-banner-hero .page-hero__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .split-banner-hero .page-hero__copy {
    height: auto;
    padding: clamp(1.35rem, 5vw, 1.75rem) clamp(1.15rem, 4vw, 1.5rem)
      clamp(1rem, 3vw, 1.25rem);
  }

  .split-banner-hero .page-hero__media {
    height: auto;
    aspect-ratio: auto;
    max-height: none;
  }

  .split-banner-hero .page-hero__media::before {
    display: none;
  }

  .split-banner-hero .page-hero__media img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }
}

@media (max-width: 768px) {
  .counselor-cards {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .counselor-card:last-child {
    grid-column: auto;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .guide-index__cards {
    padding: clamp(2.25rem, 5.5vw, 3.25rem) 0 clamp(2rem, 4vw, 2.75rem);
  }

  .counselor-card__link {
    padding: 1.35rem 1.25rem;
  }
}

@media (max-width: 900px) {
  .page-hero--editorial:not(.split-banner-hero):not(.page-hero--unfall):not(.page-hero--rechte):not(.page-hero--faq) .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-hero--editorial:not(.split-banner-hero):not(.page-hero--unfall):not(.page-hero--rechte):not(.page-hero--faq) .page-hero__media img {
    height: clamp(210px, 40vw, 250px);
  }
}

/* Ratgeber — Was tun nach einem Unfall? */
.guide-unfall {
  background: var(--bg-2);
  color: var(--text-on-dark);
}

main:has(.guide-unfall) + .footer {
  margin-top: 0;
}

.guide-unfall .page-hero--unfall,
.guide-unfall__article {
  background: var(--bg-2);
}

.guide-unfall .page-hero--unfall {
  padding: 48px 0 48px;
}

.guide-unfall .page-hero--unfall .page-hero__inner,
.guide-unfall__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

.guide-unfall .page-hero--unfall .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  gap: 2.25rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.guide-unfall .page-hero--unfall .page-hero__copy {
  min-width: 0;
  max-width: 40rem;
}

.guide-unfall .page-hero--unfall .kicker {
  margin-bottom: 0.55rem;
}

.guide-unfall .page-hero--unfall h1 {
  max-width: 40rem;
}

.guide-unfall .page-hero--unfall .page-hero__rule {
  display: block;
  width: 2.375rem;
  height: 2px;
  margin: 0.85rem 0 0.75rem;
  background: var(--copper);
}

.guide-unfall .page-hero--unfall .lead {
  margin: 0;
  max-width: 40rem;
}

.guide-unfall .page-hero--unfall .page-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.guide-unfall .page-hero--unfall .page-hero__media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.guide-unfall__article {
  padding: 80px 0 44px;
}

.guide-unfall__panel {
  width: 100%;
  border: 1px solid rgba(201, 131, 42, 0.52);
  border-radius: 10px;
  padding: 64px 60px;
  background: var(--bg-2);
  box-sizing: border-box;
}

.guide-unfall__panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 3rem;
  align-items: stretch;
}

.guide-unfall__col {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.guide-unfall__col::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 19px;
  width: 1px;
  background: rgba(201, 131, 42, 0.32);
  z-index: 0;
}

.guide-unfall__step-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
}

.guide-unfall__step-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--copper);
  border-radius: 50%;
  background: var(--bg-2);
  color: var(--copper);
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.guide-unfall__step-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--type-body);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.guide-unfall__divider {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  width: 1rem;
  min-width: 1rem;
}

.guide-unfall__divider-track {
  width: 1px;
  height: 100%;
  background: rgba(201, 131, 42, 0.16);
}

.guide-unfall__disclaimer {
  margin: 1.875rem auto 0;
  max-width: 42rem;
  color: rgba(232, 240, 250, 0.68);
  font-size: var(--type-body);
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 1100px) {
  .guide-unfall .page-hero--unfall .page-hero__inner,
  .guide-unfall__inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .guide-unfall__panel {
    padding: 44px 36px;
  }
}

@media (max-width: 900px) {
  .guide-unfall .page-hero--unfall {
    padding: 36px 0 40px;
  }

  .guide-unfall .page-hero--unfall .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .guide-unfall .page-hero--unfall .page-hero__media {
    justify-content: stretch;
  }

  .guide-unfall .page-hero--unfall .page-hero__media img {
    height: clamp(220px, 42vw, 280px);
  }

  .guide-unfall__panel-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .guide-unfall__divider {
    display: none;
  }

  .guide-unfall__col--right {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .guide-unfall .page-hero--unfall .page-hero__inner,
  .guide-unfall__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-unfall__panel {
    padding: 40px 24px;
  }

  .guide-unfall__col {
    gap: 1.65rem;
  }

  .guide-unfall__step-marker {
    width: 40px;
    height: 40px;
    font-size: 0.8125rem;
  }

  .guide-unfall__col::before {
    left: 19px;
    top: 20px;
    bottom: 20px;
  }

  .guide-unfall__step-text {
    font-size: var(--type-body);
  }
}

/* Ratgeber — Ihre Rechte nach einem unverschuldeten Unfall */
.guide-rechte {
  background: var(--bg-2);
  color: var(--text-on-dark);
}

main:has(.guide-rechte) {
  background: var(--bg-2);
}

main:has(.guide-rechte) + .footer {
  margin-top: 0;
  font-size: 0.975rem;
}

.guide-rechte .page-hero--rechte,
.guide-rechte__article {
  background: var(--bg-2);
}

.guide-rechte .page-hero--rechte {
  padding: 44px 0 40px;
}

.guide-rechte .page-hero--rechte .page-hero__inner,
.guide-rechte__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.guide-rechte .page-hero--rechte .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  gap: 2rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.guide-rechte .page-hero--rechte .page-hero__copy {
  min-width: 0;
  max-width: 36rem;
}

.guide-rechte .page-hero--rechte .kicker {
  margin-bottom: 0.5rem;
}

.guide-rechte .page-hero--rechte h1 {
  margin: 0;
  max-width: 36rem;
}

.guide-rechte .page-hero--rechte .lead {
  margin: 0.65rem 0 0;
  max-width: 36rem;
}

.guide-rechte .page-hero--rechte .page-hero__rule {
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 0.85rem 0 0;
  background: var(--copper);
}

.guide-rechte .page-hero--rechte .page-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.guide-rechte .page-hero--rechte .page-hero__media img {
  display: block;
  width: 100%;
  height: 272px;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.guide-rechte__article {
  padding: 44px 0 48px;
}

.guide-rechte__intro {
  margin: 0 0 1.5rem;
  color: rgba(232, 240, 250, 0.72);
  font-size: var(--type-body);
  font-style: italic;
  line-height: 1.65;
}

.guide-rechte__table-wrap {
  border: 1px solid rgba(201, 131, 42, 0.5);
  border-radius: 8px;
  background: rgba(4, 12, 22, 0.55);
  overflow: hidden;
}

.guide-rechte__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

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

.guide-rechte__col-num {
  width: 5rem;
}

.guide-rechte__col-title {
  width: 26%;
}

.guide-rechte__table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(201, 131, 42, 0.32);
}

.guide-rechte__num,
.guide-rechte__title,
.guide-rechte__desc {
  padding: 2rem 0;
  vertical-align: middle;
  text-align: left;
}

.guide-rechte__num {
  width: 5rem;
  padding-left: 1.75rem;
  padding-right: 1.25rem;
  border-right: 1px solid rgba(201, 131, 42, 0.32);
}

.guide-rechte__num span {
  display: inline-block;
  color: var(--copper);
  font-family: var(--font);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}

.guide-rechte__title {
  padding-left: 1.5rem;
  padding-right: 1.75rem;
  border-right: 1px solid rgba(201, 131, 42, 0.32);
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--font);
  font-size: var(--type-card-body);
  font-weight: 600;
  line-height: 1.45;
}

.guide-rechte__desc {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  color: rgba(232, 240, 250, 0.78);
  font-size: var(--type-body);
  line-height: 1.65;
}

.guide-rechte__disclaimer {
  margin: 1.875rem auto 0;
  max-width: 42rem;
  color: rgba(232, 240, 250, 0.68);
  font-size: var(--type-body);
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 1100px) {
  .guide-rechte .page-hero--rechte .page-hero__inner,
  .guide-rechte__inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .guide-rechte__col-title {
    width: 28%;
  }
}

@media (max-width: 900px) {
  .guide-rechte .page-hero--rechte {
    padding: 36px 0 32px;
  }

  .guide-rechte .page-hero--rechte .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .guide-rechte .page-hero--rechte .page-hero__media {
    justify-content: stretch;
  }

  .guide-rechte .page-hero--rechte .page-hero__media img {
    height: clamp(220px, 42vw, 272px);
  }
}

@media (max-width: 768px) {
  .guide-rechte .page-hero--rechte .page-hero__inner,
  .guide-rechte__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-rechte__table {
    display: block;
  }

  .guide-rechte__table colgroup {
    display: none;
  }

  .guide-rechte__table tbody {
    display: block;
  }

  .guide-rechte__table tbody tr {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "num title"
      "desc desc";
    gap: 0.4rem 0.85rem;
    padding: 1.5rem 1.25rem;
  }

  .guide-rechte__table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(201, 131, 42, 0.32);
  }

  .guide-rechte__num,
  .guide-rechte__title,
  .guide-rechte__desc {
    display: block;
    width: auto;
    padding: 0;
    border-right: none;
  }

  .guide-rechte__num {
    grid-area: num;
    align-self: start;
    padding-top: 0.15rem;
  }

  .guide-rechte__num span {
    font-size: 1.25rem;
  }

  .guide-rechte__title {
    grid-area: title;
    margin: 0;
    padding-right: 0;
    font-size: var(--type-card-body);
  }

  .guide-rechte__desc {
    grid-area: desc;
    padding-right: 0;
  }
}

/* Ratgeber — FAQ */
.guide-faq {
  background: var(--bg);
  color: var(--text-on-dark);
}

main:has(.guide-faq) {
  background: var(--bg);
}

main:has(.guide-faq) + .footer {
  margin-top: 0;
}

.guide-faq .page-hero--faq,
.guide-faq__article {
  background: var(--bg);
}

.guide-faq .page-hero--faq {
  display: block;
  padding: 44px 0 40px;
  border-bottom: none;
}

.guide-faq .page-hero--faq .page-hero__inner,
.guide-faq__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.guide-faq .page-hero--faq .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  gap: 2rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.guide-faq .page-hero--faq .page-hero__copy {
  min-width: 0;
  max-width: 36rem;
}

.guide-faq .page-hero--faq .kicker {
  margin: 0 0 0.5rem;
}

.guide-faq .page-hero--faq h1 {
  margin: 0;
}

.guide-faq .page-hero--faq .lead {
  margin: 0.65rem 0 0;
  max-width: 36rem;
}

.guide-faq .page-hero--faq .page-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.guide-faq .page-hero--faq .page-hero__media img {
  display: block;
  width: 100%;
  height: 272px;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.guide-faq__article {
  padding: 0 0 48px;
}

.guide-faq__content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.guide-faq .faq details {
  border-bottom: 1px solid rgba(201, 131, 42, 0.22);
  padding: 1rem 0;
  background: transparent;
}

.guide-faq .faq summary {
  color: rgba(255, 255, 255, 0.96);
  font-size: var(--type-card-body);
  font-weight: 600;
  line-height: 1.5;
  background: transparent;
}

.guide-faq .faq summary:hover {
  color: #fff;
}

.guide-faq .faq details[open] summary {
  color: #fff;
}

.guide-faq .faq .muted {
  margin: 0.65rem 0 0.25rem;
  color: rgba(232, 240, 250, 0.78);
  font-size: var(--type-body);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .guide-faq .page-hero--faq .page-hero__inner,
  .guide-faq__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 900px) {
  .guide-faq .page-hero--faq {
    padding: 36px 0 32px;
  }

  .guide-faq .page-hero--faq .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .guide-faq .page-hero--faq .page-hero__media {
    justify-content: stretch;
  }

  .guide-faq .page-hero--faq .page-hero__media img {
    height: clamp(220px, 42vw, 272px);
  }
}

@media (max-width: 768px) {
  .guide-faq .page-hero--faq .page-hero__inner,
  .guide-faq__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Kontakt — harbor hero + apricot content (site palette) */
.guide-kontakt {
  width: 100%;
  background: var(--cream);
  color: var(--text);
  font-size: var(--type-body);
}

main:has(.guide-kontakt) {
  width: 100%;
  max-width: none;
  background: var(--cream);
}

main:has(.guide-kontakt) + .footer {
  margin-top: 0;
}

.guide-kontakt__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* Hero — harbor blue band (matches other page heroes) */
.guide-kontakt__hero {
  position: relative;
  min-height: 200px;
  max-height: 220px;
  overflow: hidden;
  background: var(--harbor);
}

.guide-kontakt__hero-media {
  position: absolute;
  inset: 0;
}

.guide-kontakt__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.guide-kontakt__hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 85% 95% at 50% 45%,
      rgba(15, 39, 68, 0.42) 0%,
      rgba(15, 39, 68, 0.62) 55%,
      rgba(15, 39, 68, 0.84) 100%
    ),
    linear-gradient(
      180deg,
      rgba(15, 39, 68, 0.28) 0%,
      rgba(15, 39, 68, 0.55) 100%
    );
  pointer-events: none;
}

.guide-kontakt__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: 200px;
  max-height: 220px;
  margin: 0;
  padding: 0 6vw;
  box-sizing: border-box;
}

.guide-kontakt__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.guide-kontakt__hero-copy .kicker {
  margin: 0 0 0.35rem;
  color: var(--copper-on-dark);
}

.guide-kontakt__hero-copy h1 {
  margin: 0;
  color: #fff;
  letter-spacing: -0.015em;
}

.guide-kontakt__hero-copy .lead {
  margin: 0.5rem 0 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
}

.guide-kontakt__rule {
  display: block;
  width: 2rem;
  height: 2px;
  margin: 0.4rem auto 0;
  background: var(--ochre);
}

/* Contact strip — harbor outline, white text */
.guide-kontakt__strip {
  padding: 1.25rem 0 0;
  background: var(--cream);
}

.guide-kontakt__strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--harbor);
  border-radius: 4px;
  background: var(--harbor);
  box-shadow: 0 14px 36px rgba(15, 39, 68, 0.12);
}

.guide-kontakt__strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.guide-kontakt__strip-item:last-child {
  border-right: none;
}

.guide-kontakt__strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.1rem;
  color: var(--ochre);
}

.guide-kontakt__strip-icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
}

.guide-kontakt__strip-value {
  margin: 0;
  color: #fff;
  font-size: var(--type-body);
  line-height: 1.55;
}

.guide-kontakt__strip-value a {
  color: #fff;
  text-decoration: none;
}

.guide-kontakt__strip-value a:hover {
  color: var(--ochre);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.guide-kontakt__strip-label {
  margin: 0;
  color: var(--copper-on-dark);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Main — profile + map panels on apricot */
.guide-kontakt__main {
  padding: 1.25rem 0 2.5rem;
  background: var(--cream);
}

.guide-kontakt__main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 1.25rem;
  align-items: stretch;
}

.guide-kontakt__panel {
  border: 2px solid var(--harbor);
  border-radius: 4px;
  background: var(--harbor);
  box-shadow: 0 14px 36px rgba(15, 39, 68, 0.12);
  overflow: hidden;
  color: #fff;
}

.guide-kontakt__profile-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(300px, 1.1fr);
  gap: 0;
  min-height: 100%;
  overflow: visible;
}

.guide-kontakt__profile-photo {
  background: rgba(0, 0, 0, 0.25);
}

.guide-kontakt__profile-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-kontakt__panel--profile {
  overflow: visible;
}

.guide-kontakt__profile-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem 1.55rem 1.3rem;
  overflow: visible;
}

.guide-kontakt__profile-body h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  color: var(--copper-on-dark);
}

.guide-kontakt__profile-body h2,
.guide-kontakt__panel--map h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font);
  font-size: var(--type-h2);
  font-weight: 600;
  line-height: 1.12;
}

.guide-kontakt__panel--map h2 {
  color: #fff;
}

.guide-kontakt__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--copper-on-dark);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.guide-kontakt__role {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  text-wrap: balance;
}

.guide-kontakt__intro {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--type-body);
  line-height: 1.65;
}

.guide-kontakt__contact-list {
  margin: 0 0 0.35rem;
  padding: 0;
  list-style: none;
}

.guide-kontakt__contact-list li {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--type-body);
  line-height: 1.7;
}

.guide-kontakt__contact-list a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.guide-kontakt__contact-list a:hover {
  color: var(--ochre);
}

.guide-kontakt__signature {
  margin: 0.75rem 0 0.5rem;
  padding: 0 0 0.35rem;
  line-height: 1;
  overflow: visible;
}

.guide-kontakt__signature-img {
  display: block;
  width: min(100%, 18rem);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: left center;
  overflow: visible;
}

.guide-kontakt__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
  color: #fff;
  font-size: var(--type-body);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.guide-kontakt__cta:hover {
  color: var(--ochre);
}

.guide-kontakt__panel--map {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.2rem 0.9rem;
}

.guide-kontakt__panel--map .guide-kontakt__eyebrow {
  margin-bottom: 0.35rem;
  flex: 0 0 auto;
}

.guide-kontakt__panel--map h2 {
  margin: 0 0 0.85rem;
}

.guide-kontakt__panel--map .guide-kontakt__location-name,
.guide-kontakt__panel--map .guide-kontakt__location-detail {
  flex: 0 0 auto;
}

.guide-kontakt__location-name {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

.guide-kontakt__location-detail {
  margin: 0 0 0.2rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.55;
}

.guide-kontakt__map {
  flex: 1 1 auto;
  min-height: 200px;
  margin: 0.75rem 0 0;
  padding: 0.35rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.guide-kontakt__map.map-wrap {
  min-height: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0.35rem;
  place-items: stretch;
}

.guide-kontakt__map iframe {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 200px;
  height: 100%;
  border: 0;
}

.guide-kontakt__map .muted {
  color: rgba(255, 255, 255, 0.78);
}

.guide-kontakt__map .btn {
  margin-top: 0.75rem;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}

.guide-kontakt__map .btn:hover {
  border-color: var(--ochre);
  color: var(--ochre);
  background: transparent;
}

.guide-kontakt__route-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 0.65rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.guide-kontakt__route-btn:hover {
  background: #fff;
  color: var(--harbor);
  border-color: #fff;
}

@media (max-width: 900px) {
  .guide-kontakt__hero,
  .guide-kontakt__hero-inner {
    min-height: 165px;
    max-height: 185px;
  }

  .guide-kontakt__hero-copy {
    padding: 0.75rem 0;
  }

  .guide-kontakt__hero-copy h1 {
    font-size: var(--type-h1);
  }

  .guide-kontakt__strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-kontakt__strip-item:nth-child(2) {
    border-right: none;
  }

  .guide-kontakt__strip-item:nth-child(1),
  .guide-kontakt__strip-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .guide-kontakt__main-grid {
    grid-template-columns: 1fr;
  }

  .guide-kontakt__profile-grid {
    grid-template-columns: 1fr;
  }

  .guide-kontakt__profile-body {
    padding: 1.25rem 1.15rem 1.35rem;
  }

  .guide-kontakt__profile-body h2 {
    font-size: clamp(1.55rem, 6vw, 1.85rem);
  }
}

@media (max-width: 768px) {
  .guide-kontakt__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-kontakt__strip-grid {
    grid-template-columns: 1fr;
  }

  .guide-kontakt__strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .guide-kontakt__strip-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .guide-kontakt__signature-img {
    width: min(100%, 19rem);
  }
}
