:root {
  --color-bg: #f3f4f6;
  --color-surface: #ffffff;
  --color-surface-alt: #f9f9f9;
  --color-surface-soft: #ffffff;
  --color-surface-accent: #1f2937;
  --color-text: #35383c;
  --color-muted: #6b7280;
  --color-primary: #4d4d53;
  --color-primary-strong: #111827;
  --color-accent: #f48235;
  --color-warm: #fb923c;
  --color-border: #d1d5db;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --shadow-sm: 0 12px 30px rgba(16, 20, 24, 0.12);
  --container: 1360px;
  --contact-bar-height: 34px;
  --nav-height: 118px;
  --nav-height-scrolled: 84px;
  --logo-height: 58px;
  --logo-height-scrolled: 42px;
  --header-total-height: calc(var(--contact-bar-height) + var(--nav-height));
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--color-text);
  background: var(--color-bg);
  padding-top: var(--header-total-height);
}

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

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

[hidden] {
  display: none !important;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin: 0 0 16px;
  color: var(--color-muted);
}

.text-strong-color {
  color: var(--color-text);
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

.tone-surface {
  background: var(--color-surface);
}

.tone-plain {
  background: var(--color-surface-alt);
}

.tone-soft {
  background: var(--color-surface-soft);
}

.tone-accent {
  background: var(--color-surface-accent);
}

.tone-accent h2 {
  color: #f5f7f9;
}

.tone-accent p,
.tone-accent .standard-list {
  color: #d7dde4;
}

.tone-accent .section-label {
  color: var(--color-warm);
}

.tone-accent .standard-list li::marker {
  color: var(--color-warm);
}

.tone-accent .btn-primary {
  background: var(--color-accent);
}

.tone-accent .btn-primary:hover,
.tone-accent .btn-primary:focus-visible {
  background: #d86a21;
}

.section-label {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lead {
  font-size: 1.16rem;
  color: var(--color-text);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  backdrop-filter: none;
  border-bottom: 0;
  overflow: hidden;
}

.contact-bar {
  height: var(--contact-bar-height);
  background: var(--color-primary);
  color: #e8ecf0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 400;
}

.contact-inner a:hover,
.contact-inner a:focus-visible {
  color: var(--color-warm);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: var(--nav-height);
  background: transparent;
  transition: height 180ms ease;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  height: var(--logo-height);
  width: auto;
  transition: height 220ms ease;
}

.site-header.is-scrolled .logo img {
  height: var(--logo-height-scrolled);
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  gap: 22px;
  font-weight: 400;
  color: #2b323b;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--color-warm);
}

.header-cta {
  margin-left: 8px;
}

.site-header.is-scrolled .header-inner {
  height: var(--nav-height-scrolled);
}

#header-shrink-sentinel {
  position: relative;
  height: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .header-inner,
  .logo img,
  .desktop-nav,
  .header-cta,
  .mobile-menu,
  .hero-funding-badge,
  .hero-funding-badge-copy,
  .solution-card-large,
  .solution-card-large::before,
  .faq-question::after,
  .faq-answer {
    transition: none;
  }

  .hero-scroll-hint {
    animation: none !important;
  }
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2.5px;
  background: var(--color-primary-strong);
  border-radius: 2px;
  transition: transform 220ms ease, top 220ms ease, opacity 180ms ease;
}

.menu-toggle span:nth-child(1) {
  top: 11px;
}

.menu-toggle span:nth-child(2) {
  top: 18px;
}

.menu-toggle span:nth-child(3) {
  top: 25px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: var(--header-total-height) 0 0;
  background: rgba(20, 27, 35, 0.80);
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 22px;
  padding: 26px 16px;
  border-top: 0;
  color: #e8edf2;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.site-header.is-scrolled .mobile-menu {
  inset: calc(var(--contact-bar-height) + var(--nav-height-scrolled)) 0 0;
}

.mobile-menu[hidden] {
  display: none !important;
}

.mobile-menu nav {
  display: grid;
  justify-items: end;
  text-align: right;
  gap: 14px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.mobile-menu .mobile-menu-accent {
  color: var(--color-accent);
  font-weight: 700;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-header .btn-primary {
  background: var(--color-accent);
}

.site-header .btn-primary:hover,
.site-header .btn-primary:focus-visible {
  background: #ea580c;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  padding: 12px 20px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--color-accent);
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ea580c;
}

.btn-secondary {
  color: var(--color-primary);
  background: #ffffff;
  border-color: var(--color-primary);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: var(--color-primary-strong);
  border-color: var(--color-primary-strong);
  color: #ffffff;
}

.hero {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero > .container.hero-grid {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: 0;
  height: calc(100vh - var(--header-total-height));
  height: calc(100dvh - var(--header-total-height));
  display: flex;
  align-items: stretch;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 100%;
  margin: 0;
  padding: 34px 32px 34px max(16px, calc((100vw - var(--container)) / 2));
  border: 0;
}

.hero-content > * {
  max-width: 620px;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(14, 19, 25, 0.92) 0%,
    rgba(14, 19, 25, 0.82) 48%,
    rgba(14, 19, 25, 0.56) 68%,
    rgba(14, 19, 25, 0.26) 82%,
    rgba(17, 22, 28, 0) 100%
  );
}

.hero-content h1,
.hero-content .lead {
  color: #f7f9fb;
}

.hero-content p {
  color: #e0e6ed;
}

.hero-funding-badge {
  position: fixed;
  top: calc(var(--header-total-height) + 34px);
  right: 24px;
  z-index: 85;
  width: min(384px, calc(100vw - 48px));
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-radius: var(--radius-md);
  background: #f48235;
  box-shadow: 0 18px 32px rgba(19, 24, 32, 0.22);
  transition: transform 240ms ease, box-shadow 180ms ease;
  color: #ffffff;
  overflow: hidden;
}

.hero-funding-badge:hover,
.hero-funding-badge:focus-within {
  box-shadow: 0 22px 36px rgba(19, 24, 32, 0.26);
}

.hero-funding-badge-mark {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
}

.hero-funding-badge-copy {
  min-width: 0;
  transition: opacity 180ms ease;
}

.hero-funding-badge-title {
  margin: 0 0 5px;
  color: #ffffff !important;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-funding-badge-text {
  margin: 0 0 9px;
  color: #ffffff !important;
  font-size: 1.04rem;
  line-height: 1.5;
}

.hero-funding-badge-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff !important;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-funding-badge-link:hover,
.hero-funding-badge-link:visited,
.hero-funding-badge-link:focus-visible {
  color: #ffffff !important;
}

.hero-funding-badge p,
.hero-funding-badge a,
.hero-funding-badge span {
  color: #ffffff !important;
}

.hero-funding-badge-link::after {
  content: "→";
  line-height: 1;
}

body.hero-badge-collapsed .hero-funding-badge {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 8px;
  transform: none;
}

body.hero-badge-collapsed .hero-funding-badge:hover,
body.hero-badge-collapsed .hero-funding-badge:focus-within {
  width: min(384px, calc(100vw - 48px));
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 14px 16px;
}

body.hero-badge-collapsed .hero-funding-badge-copy {
  opacity: 0;
  pointer-events: none;
}

body.hero-badge-collapsed .hero-funding-badge:hover .hero-funding-badge-copy,
body.hero-badge-collapsed .hero-funding-badge:focus-within .hero-funding-badge-copy {
  opacity: 1;
  pointer-events: auto;
}

body.hero-badge-collapsed .hero-funding-badge-mark {
  margin: 0;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 20px;
}

.hero-ai-note {
  margin: 14px 0 4px;
  padding: 12px 0;
  border-top: 1px solid rgba(243, 246, 249, 0.46);
  border-bottom: 1px solid rgba(243, 246, 249, 0.46);
}

.hero-ai-note p {
  margin: 0;
}

.hero-footnote {
  margin-top: 6px;
  color: #d2dbe3;
  font-size: 0.96rem;
}

.trust-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-bullets li {
  background: rgba(243, 244, 246, 0.92);
  color: var(--color-primary);
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slider,
.hero-slides {
  width: 100%;
  height: 100%;
}

.hero-slider {
  position: relative;
}

.hero-slides {
  position: relative;
}

.hero-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 4;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 320ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 19, 24, 0.5) 0%, rgba(16, 19, 24, 0.24) 42%, rgba(16, 19, 24, 0.04) 68%);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.hero-slider-dots {
  display: inline-flex;
  gap: 8px;
  pointer-events: auto;
}

.hero-slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.68);
  background: rgba(248, 250, 252, 0.28);
  cursor: pointer;
}

.hero-slider-dot.is-active {
  background: var(--color-accent);
  border-color: rgba(244, 130, 53, 0.92);
}

.hero-scroll-hint {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(243, 246, 249, 0.76);
  background: rgba(17, 24, 39, 0.34);
  backdrop-filter: blur(2px);
  place-items: center;
  animation: heroScrollHintFloat 1.8s ease-in-out infinite;
}

.hero-scroll-hint-arrow {
  width: 11px;
  height: 11px;
  border-right: 2px solid #f7f9fb;
  border-bottom: 2px solid #f7f9fb;
  transform: rotate(45deg) translate(-1px, -1px);
}

@keyframes heroScrollHintFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 0.92;
  }
  50% {
    transform: translate(-50%, -50%) translateY(6px);
    opacity: 1;
  }
}

.two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}

.problem-intro h2 {
  margin-bottom: 16px;
}

.problem-intro .lead {
  max-width: 32ch;
  margin-bottom: 0;
  line-height: 1.55;
}

.problem-intro p {
  color: var(--color-text);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 22px;
}

.section-image {
  margin-top: 16px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.section-image img {
  width: 100%;
  border-radius: var(--radius-sm);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.pain-card {
  min-height: 238px;
  border-radius: var(--radius-md);
  padding: 24px 24px 26px;
  box-shadow: 0 8px 20px rgba(8, 15, 22, 0.16);
  transition: transform 130ms ease, box-shadow 130ms ease;
}

.pain-card:hover,
.pain-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(8, 15, 22, 0.2);
}

.pain-card h3 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: clamp(1.06rem, 1.2vw, 1.16rem);
  line-height: 1.28;
}

.pain-card p {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.45;
  max-width: none;
}

.pain-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: var(--radius-md);
  margin-bottom: 18px;
}

.pain-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  align-items: start;
}

.solution-sticky {
  position: sticky;
  top: calc(var(--header-total-height) + 26px);
}

.solution-sticky h2 {
  margin-bottom: 20px;
}

.solution-sticky .lead {
  max-width: 36ch;
  margin-bottom: 34px;
  line-height: 1.62;
}

.solution-cta {
  min-width: 290px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  line-height: 1.15;
}

.solution-cta-main {
  font-weight: 600;
}

.solution-cta-subline {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.solution-scroll {
  display: grid;
  gap: 26px;
}

.solution-card-large {
  min-height: 320px;
  background: #ffffff;
  border: 1px solid #d5dce4;
  border-radius: var(--radius-md);
  padding: 34px 34px 36px;
  box-shadow: 0 10px 24px rgba(9, 18, 28, 0.06);
  opacity: 0;
  transform: translateY(24px) scale(0.988);
  transition:
    opacity 440ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    border-color 260ms ease;
  position: relative;
  overflow: hidden;
}

.solution-card-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: var(--color-accent);
  transform: scaleX(0.18);
  transform-origin: left center;
  opacity: 0.45;
  transition: transform 340ms ease, opacity 340ms ease;
}

.solution-card-large.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.solution-card-large.is-active {
  border-color: #b8c6d4;
  box-shadow: 0 18px 34px rgba(9, 18, 28, 0.14);
}

.solution-card-large.is-active::before {
  transform: scaleX(1);
  opacity: 1;
}

.solution-scroll .solution-card-large:nth-child(2) {
  transition-delay: 90ms;
}

.solution-scroll .solution-card-large:nth-child(3) {
  transition-delay: 140ms;
}

.solution-scroll .solution-card-large:nth-child(4) {
  transition-delay: 190ms;
}

.solution-card-index {
  margin: 0 0 22px;
  color: #6f7b88;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.solution-card-large h3 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 1.75vw, 1.62rem);
  color: #202833;
  line-height: 1.28;
}

.solution-card-large p {
  margin: 0;
  color: #47525d;
  max-width: 56ch;
  font-size: 1.06rem;
  line-height: 1.62;
}

.card {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  padding: 18px 0 0;
  box-shadow: none;
}

.card ul,
.standard-list {
  margin: 0;
  padding-left: 20px;
  color: var(--color-muted);
}

.info-box {
  border-left: 4px solid var(--color-accent);
  background: #f2f4f6;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
}

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

.leitbild-intro {
  padding-top: 100px;
  padding-bottom: 80px;
}

.leitbild-intro h2 {
  margin-bottom: 16px;
}

.leitbild-intro p:last-child {
  max-width: 72ch;
  margin-bottom: 0;
}

.leitbild-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 560px;
}

.leitbild-text-side {
  background: var(--color-surface-soft);
  display: flex;
}

.leitbild-text-inner {
  width: min(calc(var(--container) / 2), calc(100% - 56px));
  max-width: calc(var(--container) / 2);
  margin-left: 0;
  margin-right: auto;
  padding: 48px 48px 52px 0;
}

.leitbild-band-reverse .leitbild-text-inner {
  margin-left: auto;
  margin-right: 0;
  padding: 48px 48px 52px 0;
}

.leitbild-band-top .leitbild-text-inner {
  padding-left: 40px;
}

.leitbild-text-inner h2 {
  margin: 0 0 20px;
}

#zielgruppe.section {
  padding-top: 0;
  padding-bottom: 0;
}

.leitbild-point {
  padding: 18px 18px 16px 22px;
  border-left: 0;
  background: transparent;
  box-shadow: none;
}

.leitbild-point + .leitbild-point {
  margin-top: 8px;
}

.leitbild-point h3 {
  margin: 0 0 12px;
  font-size: clamp(1.18rem, 1.5vw, 1.4rem);
  color: #1f2730;
}

.leitbild-point p {
  margin: 0;
  color: #44505c;
  line-height: 1.5;
}

.leitbild-point-compact h3 {
  font-size: clamp(1.04rem, 1.32vw, 1.22rem);
  margin-bottom: 9px;
}

.leitbild-point-compact p {
  font-size: 0.94rem;
  line-height: 1.42;
}

.leitbild-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #44505c;
  line-height: 1.55;
}

.leitbild-list li + li {
  margin-top: 0.35rem;
}

.leitbild-list-practice {
  margin-bottom: 18px;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.practice-tile {
  min-height: 56px;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 0;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 12px;
  opacity: 0;
  transform: translateY(12px);
  transition: transform 320ms ease, opacity 320ms ease, border-color 320ms ease, background-color 320ms ease;
}

.practice-tile.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.practice-tile:hover,
.practice-tile:focus-within {
  background: rgba(255, 255, 255, 0.92);
}

.practice-tile-icon {
  width: 22px;
  height: 22px;
  margin-top: 0.14rem;
  background: url("assets/images/favicon.svg") center / contain no-repeat;
  display: block;
}

.practice-title {
  margin: 0;
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.28;
}

.practice-subline {
  margin: 3px 0 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
}

.practice-statement {
  max-width: 34ch;
}

.leitbild-image-side {
  min-height: 100%;
  overflow: hidden;
}

.leitbild-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leitbild-band-bottom .section-label {
  margin-bottom: 18px;
}

.leitbild-band-bottom p {
  max-width: 56ch;
}

.process-lead {
  max-width: 48ch;
  margin-bottom: 26px;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 22px;
}

.process-flow-segment {
  height: 1px;
  background: rgba(107, 114, 128, 0.35);
  transition: background-color 220ms ease;
}

.process-flow-segment.is-active {
  background: var(--color-accent);
}

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

.process-card {
  min-height: 270px;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.process-card:hover,
.process-card:focus-within {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.process-card.is-active {
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.12);
}

.process-card-index {
  margin: 0 0 26px;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  line-height: 1;
  font-weight: 700;
  color: rgba(31, 41, 55, 0.28);
  transition: color 220ms ease;
}

.process-card.is-active .process-card-index {
  color: var(--color-accent);
}

.process-card h3 {
  margin: 0 0 12px;
  font-size: 1.34rem;
}

.process-card p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.5;
}

.process-note {
  margin-top: 20px;
  max-width: 52ch;
  font-size: 0.98rem;
  color: var(--color-text);
}

.module-section {
  padding-bottom: 56px;
}

.module-section--legacy {
  display: none;
}

.module-showcase-heading {
  text-align: left;
}

.module-showcase-lead {
  max-width: none;
  margin: 0 0 30px;
  color: #d7dde4;
  text-align: left;
}

#funktionsbereiche .section-label,
#funktionsbereiche h2 {
  color: #f5f7f9;
}

.module-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  align-items: stretch;
}

.module-band-nav {
  display: flex;
}

.module-band-nav-inner {
  width: min(400px, calc(100% - 24px));
  max-width: 400px;
  margin-left: max(16px, calc((100vw - var(--container)) / 2 - 44px));
  margin-right: auto;
  padding: 0 24px 0 0;
}

.module-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.module-card {
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(249, 115, 22, 0.12);
  border-radius: var(--radius-md);
  background: rgba(43, 55, 70, 0.92);
  box-shadow: 0 8px 20px rgba(8, 15, 22, 0.16);
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  transition: transform 130ms ease, box-shadow 130ms ease, border-color 130ms ease, background-color 130ms ease;
}

.module-card:hover,
.module-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(8, 15, 22, 0.2);
  outline: none;
}

.module-card.is-active {
  border-color: var(--color-accent);
  box-shadow: 0 16px 28px rgba(249, 115, 22, 0.14);
  background: rgba(49, 63, 80, 0.98);
}

.module-card-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: var(--color-accent);
}

.module-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.module-card h3 {
  margin: 0;
  font-size: clamp(1.06rem, 1.2vw, 1.16rem);
  line-height: 1.28;
  color: #f5f7f9;
}

.module-detail {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.module-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(500px, 48%);
  z-index: 1;
  background: linear-gradient(135deg, rgba(16, 19, 24, 0.84) 0%, rgba(16, 19, 24, 0.7) 42%, rgba(16, 19, 24, 0.28) 78%, rgba(16, 19, 24, 0.04) 100%);
  pointer-events: none;
}

.module-detail-copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: min(440px, 44%);
  max-width: 440px;
  padding: 34px 28px 28px 40px;
  display: flex;
  flex-direction: column;
}

.module-detail-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #f5f7f9;
}

.module-detail-text {
  display: grid;
  gap: 12px;
}

.module-detail-text p {
  margin: 0;
  color: #d7dde4;
  line-height: 1.58;
}

.module-badges-title {
  margin: 24px 0 10px;
  color: #eef2f6;
  font-size: 0.92rem;
  font-weight: 600;
}

.module-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.module-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(215, 221, 228, 0.22);
  border-radius: 999px;
  color: #eef2f6;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
}

.module-detail-visual {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.module-detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 19, 24, 0.72) 0%, rgba(16, 19, 24, 0.56) 24%, rgba(16, 19, 24, 0.18) 48%, rgba(16, 19, 24, 0.02) 72%);
  pointer-events: none;
}

.module-detail.is-transitioning .module-detail-copy,
.module-detail.is-transitioning .module-detail-visual {
  animation: moduleDetailReveal 260ms ease;
}

.module-detail-image {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100%;
  object-fit: cover;
}

.module-section-textonly .module-showcase {
  padding-bottom: 8px;
}

.module-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.module-list-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.module-list-card {
  background: rgba(43, 55, 70, 0.88);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: var(--radius-md);
  padding: 0;
  box-shadow: 0 10px 24px rgba(8, 15, 22, 0.2);
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background-color 220ms ease, opacity 220ms ease;
}

.module-list-card--special {
  background: linear-gradient(180deg, rgba(244, 130, 53, 0.22) 0%, rgba(226, 111, 33, 0.14) 100%);
  border-color: rgba(249, 115, 22, 0.56);
  box-shadow: 0 16px 28px rgba(13, 16, 20, 0.3);
}

.module-list-card--trust {
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.2) 0%, rgba(22, 163, 74, 0.1) 100%);
  border-color: rgba(74, 222, 128, 0.56);
  box-shadow: 0 16px 28px rgba(10, 26, 15, 0.28);
}

.module-list-card:hover {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.36);
  box-shadow: 0 16px 28px rgba(8, 15, 22, 0.24);
}

.module-list-card.is-open {
  background: linear-gradient(180deg, #f48235 0%, #e26f21 100%);
  border-color: rgba(255, 241, 227, 0.55);
  box-shadow: 0 24px 36px rgba(13, 16, 20, 0.34);
  transform: translateY(-4px) scale(1.01);
}

.module-list-card.is-collapsed {
  opacity: 0.78;
  transform: scale(0.985);
}

.module-list-card--special.is-collapsed {
  opacity: 0.94;
  transform: scale(0.992);
}

.module-list-card--trust.is-collapsed {
  opacity: 0.94;
  transform: scale(0.992);
}

.module-list-card.is-open:hover {
  transform: translateY(-5px) scale(1.012);
}

.module-list-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 20px 18px;
  cursor: pointer;
}

.module-list-trigger h3 {
  margin: 0;
  color: #f7f9fb;
}

.module-list-trigger--special h3 {
  color: #fff7ed;
}

.module-list-trigger--trust h3 {
  color: #f0fdf4;
}

.module-list-card.is-open .module-list-trigger h3 {
  color: #ffffff;
}

.module-list-trigger-icon {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(249, 115, 22, 0.34);
  background: rgba(249, 115, 22, 0.16);
  color: #f7f9fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Barlow", "Segoe UI", "Trebuchet MS", sans-serif;
  user-select: none;
  -moz-user-select: none;
}

.module-list-card.is-open .module-list-trigger-icon {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(31, 41, 55, 0.22);
  color: #ffffff;
}

.module-list-card--trust .module-list-trigger-icon {
  border-color: rgba(110, 231, 183, 0.38);
  background: rgba(22, 163, 74, 0.18);
}

.module-list-card--trust.is-open {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  border-color: rgba(220, 252, 231, 0.64);
  box-shadow: 0 24px 36px rgba(8, 24, 14, 0.34);
  transform: translateY(-4px) scale(1.01);
}

.module-list-panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 300ms ease, opacity 220ms ease;
  will-change: height, opacity;
  padding: 0 20px;
}

.module-list-card.is-open .module-list-panel {
  padding-bottom: 20px;
}

.module-list-text p {
  margin: 0 0 8px;
  color: #d7dde4;
  line-height: 1.5;
}

.module-list-card.is-open .module-list-text p {
  color: #fff7ed;
}

.module-list-text p:last-child {
  margin-bottom: 0;
}

.module-list-compact-list {
  margin: 8px 0 10px;
  padding-left: 18px;
  color: #fff7ed;
  display: grid;
  gap: 4px;
  font-size: 0.9rem;
  line-height: 1.35;
}

.module-list-badges-title {
  margin: 14px 0 8px;
  font-size: 0.88rem;
  color: #f0f3f7;
  letter-spacing: 0.02em;
  text-transform: none;
}

.module-list-card.is-open .module-list-badges-title {
  color: #ffffff;
}

.module-list-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.module-list-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(249, 115, 22, 0.28);
  background: rgba(249, 115, 22, 0.14);
  color: #f7f9fb;
  font-size: 0.84rem;
}

.module-list-card.is-open .module-list-badge {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(31, 41, 55, 0.22);
  color: #ffffff;
}

@keyframes moduleDetailReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.pricing-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.pricing-card {
  position: relative;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: 0 8px 22px rgba(9, 29, 44, 0.06);
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border-color: var(--color-primary);
  box-shadow: 0 16px 34px rgba(15, 75, 115, 0.15);
}

.badge {
  position: absolute;
  top: -12px;
  right: 18px;
  background: var(--color-warm);
  color: #ffffff;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 10px;
}

.price {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.pricing-card-index {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 2.4vw, 2.5rem);
  line-height: 1;
  font-weight: 700;
  color: rgba(31, 41, 55, 0.22);
}

.pricing-card ul,
.pricing-card li {
  color: var(--color-muted);
  font-size: 1rem;
}

.pricing-focus {
  margin: 0 0 10px;
  color: var(--color-text);
}

.pricing-focus strong {
  color: var(--color-primary-strong);
}

.pricing-toggle {
  margin-top: auto;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}

.pricing-toggle:hover,
.pricing-toggle:focus-visible {
  text-decoration: underline;
}

.pricing-examples-title {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--color-muted);
}

.pricing-panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 280ms ease, opacity 220ms ease;
  will-change: height, opacity;
  margin-top: 10px;
}

@media (min-width: 1081px) {
  .pricing-grid {
    width: min(100%, 1300px);
    margin-top: 44px;
    margin-inline: auto;
    gap: 18px;
  }

  .pricing-followup {
    margin-top: 40px;
  }

  .pricing-card:not(.is-open) {
    min-height: 340px;
  }

  .pricing-card {
    padding: 20px 20px 18px;
  }

  .pricing-card h3 {
    font-size: 1.16rem;
    margin-bottom: 9px;
  }

  .price {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .pricing-focus {
    font-size: 0.98rem;
    margin-bottom: 9px;
  }

  .pricing-examples-title,
  .pricing-card ul,
  .pricing-card li,
  .pricing-toggle {
    font-size: 0.96rem;
  }
}

.pricing-list {
  margin: 0 0 12px;
}

.pricing-followup {
  margin-top: 22px;
  color: var(--color-text);
  max-width: none;
}

.pricing-followup-secondary {
  margin-top: 8px;
  color: var(--color-muted);
}

.pricing-subline {
  color: var(--color-text);
  max-width: none;
  margin-bottom: 12px;
}

.pricing-subline-compact {
  margin-bottom: 0;
  color: var(--color-muted);
}

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

.pilot-intro {
  width: 100%;
}

.pilot-intro-text {
  margin: 0 0 10px;
  max-width: none;
}

.pilot-contact {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.pilot-contact-item {
  display: inline-grid;
  justify-items: start;
  gap: 1px;
  padding: 0;
  border: 0;
  background: transparent;
}

.pilot-contact-label {
  font-size: 0.76rem;
  color: rgba(243, 246, 250, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pilot-contact-value {
  color: #ffffff;
  font-weight: 600;
}

.pilot-form {
  background: transparent;
  border-radius: var(--radius-md);
  padding: 0;
  border: 0;
  display: grid;
  gap: 9px;
  box-shadow: none;
}

.pilot-form label {
  font-size: 0.95rem;
  color: #f0f3f7;
  font-weight: 500;
}

.pilot-form input,
.pilot-form textarea {
  border: 1px solid #c9d1db;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font: inherit;
  color: var(--color-primary);
  background: #f3f4f6;
}

.pilot-form input::placeholder,
.pilot-form textarea::placeholder {
  color: var(--color-muted);
}

.pilot-form input:focus,
.pilot-form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.25);
}

.pilot-form .btn {
  margin-top: 6px;
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #ffffff;
  font-weight: 600;
}

.pilot-form .btn:hover,
.pilot-form .btn:focus-visible {
  background: #ea580c;
  border-color: #ea580c;
}

.pilot-form .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.booking-embed-wrap {
  width: 100%;
  grid-column: 1 / -1;
}

.booking-consent {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 76ch;
  margin: 0 auto 14px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(243, 246, 250, 0.3);
  border-radius: var(--radius-md);
  background: transparent;
  text-align: left;
}

.booking-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.booking-consent-text {
  margin: 0;
  color: #f3f6fa;
  font-size: 0.92rem;
  line-height: 1.5;
}

.booking-consent-text a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.booking-consent-text code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.08em 0.32em;
  border-radius: 4px;
}

.booking-consent-status {
  margin: 0;
  min-height: 1.4em;
  font-size: 0.92rem;
  color: #fde68a;
}

.booking-manage-button {
  display: block;
  margin: 12px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #dbe4ec;
  font-size: 0.9rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

#inline-container {
  width: 100%;
  min-height: 600px;
}

.form-status {
  min-height: 1.4em;
  margin: 2px 0 0;
  font-size: 0.92rem;
}

.form-status.is-success {
  color: #d7ead8;
}

.form-status.is-error {
  color: #ffd2d2;
}

.form-status.is-info {
  color: #d7dde4;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.funding-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.funding-intro .lead {
  max-width: none;
  margin-bottom: 14px;
}

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

.funding-cta {
  margin-top: 12px;
}

.funding-card {
  display: grid;
  gap: 22px;
  padding: 28px 28px 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: 0 10px 26px rgba(9, 29, 44, 0.06);
}

.funding-block h3 {
  margin: 0 0 12px;
  color: var(--color-primary-strong);
  font-size: 1.08rem;
}

.funding-block-text,
.funding-block-subtitle {
  margin: 8px 0 12px;
  color: var(--color-text);
}

.funding-block-subtitle {
  font-weight: 600;
}

.funding-list {
  margin: 0;
  padding-left: 18px;
  color: var(--color-text);
  display: grid;
  gap: 8px;
}

.funding-list li::marker {
  color: var(--color-accent);
}

.funding-note {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: 0.94rem;
}

.faq-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.faq-column {
  display: grid;
  gap: 8px;
  align-content: start;
}

.faq-item {
  border: 0;
  border-bottom: 1px solid var(--color-border);
  background: transparent;
  padding: 0;
}

.faq-item.is-open {
  padding-bottom: 12px;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-text);
  padding: 11px 0 11px 0;
  position: relative;
  padding-right: 26px;
  font: inherit;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: var(--color-accent);
  transition: transform 220ms ease;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 280ms ease, opacity 220ms ease;
  will-change: height, opacity;
}

.faq-answer p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.95rem;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.about-copy h2 {
  margin-bottom: 28px;
}

.about-copy {
  width: 100%;
  max-width: 42rem;
}

.about-stack {
  display: grid;
  gap: 18px;
}

.about-stack article {
  padding-top: 0;
}

.about-people {
  min-height: 100%;
}

.team-grid {
  display: grid;
  gap: 0;
  justify-items: end;
}

.team-card {
  width: min(100%, 480px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px;
  gap: 28px;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
}

.team-card:nth-child(2) {
  margin-top: -1px;
  margin-right: 184px;
}

.team-copy {
  align-self: center;
  text-align: right;
}

.team-copy h3 {
  margin: 0 0 6px;
}

.team-copy p {
  margin: 0 0 2px;
  color: var(--color-muted);
}

.team-copy p:last-child {
  margin-bottom: 0;
}

.team-title {
  font-weight: 600;
}

#ueber-uns .about-copy p {
  color: var(--color-text);
}

.team-avatar {
  width: 184px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  margin: 0;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-card img[src*="team-yannis"] {
  object-position: center 38%;
  transform: scale(1.30);
  transform-origin: center 10%;
}

.team-card img[src*="team-benjamin"] {
  object-position: center 38%;
  transform: scale(1.40);
  transform-origin: center 15%;
}

.site-footer {
  padding: 56px 0 24px;
  border-top: 1px solid var(--color-border);
  background: var(--color-primary);
  color: #dce6ee;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 34px;
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #f2f5f8;
}

.footer-brand {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-logo {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  background: #f3f4f6;
  border-radius: var(--radius-sm);
}

.footer-logo img {
  height: 44px;
  width: auto;
}

.footer-claim {
  margin: 0;
  color: #f1f1f1;
  max-width: 38ch;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social[aria-label="Social Media"] {
  display: none;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 230, 238, 0.35);
  border-radius: var(--radius-sm);
  color: #f1f1f1;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: rgba(249, 115, 22, 0.18);
  border-color: var(--color-accent);
  color: #ffffff;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-contact {
  display: grid;
  gap: 6px;
}

.footer-contact a {
  width: fit-content;
}

.footer-contact p {
  margin: 0;
  color: #f1f1f1;
}

.footer-nav,
.footer-legal {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(220, 230, 238, 0.18);
}

.footer-bottom p {
  margin: 0;
  color: #b9c3ce;
  font-size: 0.88rem;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

.legal-page {
  min-height: 100vh;
  background: var(--color-bg);
}

.legal-main {
  padding: 0 0 88px;
}

.legal-section {
  padding-top: 72px;
}

.legal-section h1 {
  margin-bottom: 24px;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  color: var(--color-primary-strong);
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p {
  margin-bottom: 12px;
  max-width: 76ch;
  line-height: 1.6;
}

.legal-copy p:last-child {
  margin-bottom: 0;
}

.legal-copy a {
  color: var(--color-primary-strong);
  text-underline-offset: 0.12em;
}

.not-found-copy {
  max-width: 760px;
}

.not-found-kicker {
  margin: 0 0 14px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.not-found-copy h1 {
  max-width: 14ch;
  margin-bottom: 18px;
}

.not-found-copy p {
  max-width: 58ch;
  margin-bottom: 0;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 1080px) {
  html,
  body {
    overflow-x: clip;
  }

  :root {
    --contact-bar-height: 32px;
    --nav-height: 88px;
    --nav-height-scrolled: 70px;
    --logo-height: 42px;
    --logo-height-scrolled: 32px;
    --header-total-height: calc(var(--contact-bar-height) + var(--nav-height));
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .contact-inner {
    justify-content: space-between;
    font-size: 0.78rem;
    gap: 8px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .contact-inner span[aria-hidden="true"] {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    inset: var(--header-total-height) 0 0;
    padding: 20px 16px 24px;
    gap: 16px;
  }

  .mobile-menu nav {
    gap: 8px;
    padding-right: 12px;
    font-size: 1.24rem;
  }

  .mobile-menu nav a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .section {
    padding: 64px 0;
  }

  .hero.section {
    padding: 0;
  }

  .two-col,
  .pilot-grid,
  .funding-layout,
  .about-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .about-layout {
    gap: 30px;
  }

  .about-people {
    width: 100%;
  }

  .team-grid {
    justify-items: start;
  }

  .team-card:nth-child(2) {
    margin-top: -1px;
    margin-right: 0;
    margin-left: 136px;
  }

  .footer-inner {
    gap: 24px;
  }

  .hero > .container.hero-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: calc(100dvh - var(--header-total-height));
    height: auto;
    display: flex;
    align-items: stretch;
  }

  .hero-content {
    width: 100%;
    min-height: calc(100dvh - var(--header-total-height));
    margin: 0;
    padding: 58px 20px 28px;
    justify-content: flex-end;
  }

  .hero-content h1 {
    font-size: clamp(1.9rem, 7.6vw, 2.45rem);
  }

  .hero-content .lead {
    font-size: 1.02rem;
  }

  .hero-content > * {
    max-width: 34ch;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 100%;
  }

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

  .process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-band {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .module-band-nav-inner,
  .module-detail-copy {
    width: min(var(--container), calc(100% - 32px));
    max-width: none;
    margin-inline: auto;
  }

  .module-list-grid {
    grid-template-columns: 1fr;
  }

  .module-list-column {
    gap: 14px;
  }


  .module-band-nav-inner {
    padding: 0 0 24px;
  }

  .module-detail {
    min-height: 0;
  }

  .module-detail::before {
    display: none;
  }

  .module-detail-copy {
    position: static;
    padding: 0 0 24px;
  }

  .module-detail-visual,
  .module-detail-image {
    min-height: 360px;
  }

  .process-card {
    min-height: 0;
  }

  .card-grid,
  .pricing-grid,
  .target-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .solution-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .leitbild-band,
  .leitbild-band-reverse {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .leitbild-band-reverse .leitbild-image-side {
    order: -1;
  }

  .leitbild-intro {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .leitbild-text-inner,
  .leitbild-band-reverse .leitbild-text-inner {
    width: min(var(--container), calc(100% - 32px));
    margin-inline: auto;
    padding: 34px 0;
  }

  .leitbild-band-top .leitbild-text-inner {
    padding-left: 0;
  }

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

  .practice-tile:nth-child(5) {
    grid-column: auto;
  }

  .solution-sticky {
    position: static;
  }

  .solution-cta {
    min-width: 0;
  }

  .funding-layout {
    gap: 26px;
  }

  .funding-card {
    gap: 18px;
    padding: 22px 22px 20px;
  }

  .funding-block h3 {
    margin-bottom: 10px;
  }

  .funding-note {
    padding-top: 14px;
  }
}

@media (min-width: 721px) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  .hero.section {
    padding: 0;
    min-height: calc(100dvh - var(--header-total-height));
  }

  .hero > .container.hero-grid {
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: calc(100dvh - var(--header-total-height));
    height: calc(100dvh - var(--header-total-height));
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .hero-content {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 72px 24px 72px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: -44px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  .hero-content::before {
    display: none;
  }

  .hero-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 34px;
    background: #ffffff;
    transform-origin: left bottom;
    transform: skewY(-2.8deg);
    pointer-events: none;
  }

  .hero-content > * {
    max-width: none;
  }

  .hero-funding-badge {
    display: none;
  }

  .hero-content h1 {
    color: #35383c;
    font-size: clamp(2.2rem, 4.9vw, 2.8rem);
    margin-bottom: 20px;
  }

  .hero-content .lead {
    color: #35383c;
    font-size: 1.16rem;
    margin-bottom: 4px;
  }

  .hero-content > p:not(.lead),
  .hero-ai-note,
  .hero-footnote {
    display: none;
  }

  .hero-cta-group {
    margin: 36px 0 0;
    justify-content: center;
  }

  .hero-cta-group .btn-secondary {
    display: none;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    z-index: 1;
  }

  .hero-visual::after {
    display: none;
  }

  .hero-visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center bottom;
  }

  .module-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .process-flow {
    display: none;
  }

  .process-card {
    height: 330px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
  }

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

  .pricing-card {
    padding: 18px 16px;
  }

  .pricing-card:not(.is-open) {
    min-height: 320px;
  }

  .pricing-card-index {
    font-size: clamp(1.65rem, 3.2vw, 2.05rem);
    margin-bottom: 8px;
  }

  .pricing-card h3 {
    font-size: 1.01rem;
    margin-bottom: 8px;
  }

  .price {
    font-size: 0.98rem;
    margin-bottom: 8px;
  }

  .pricing-focus,
  .pricing-examples-title,
  .pricing-card ul,
  .pricing-card li,
  .pricing-toggle {
    font-size: 0.9rem;
  }

  .pricing-focus {
    margin-bottom: 8px;
  }

  .about-layout {
    gap: 30px;
  }

  .team-grid {
    justify-items: center;
  }

  .team-card {
    width: 100%;
    max-width: 420px;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 14px;
  }

  .team-card:first-child {
    margin-left: -62px;
  }

  .team-card:nth-child(2) {
    margin-top: -1px;
    margin-right: 0;
    margin-left: 62px;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .team-card:nth-child(2) .team-avatar {
    order: 1;
  }

  .team-card:nth-child(2) .team-copy {
    order: 2;
    text-align: left;
  }

  .team-avatar {
    width: 150px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  h2 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .contact-inner {
    font-size: 0.74rem;
    gap: 10px;
  }

  .contact-inner a:last-child {
    display: none;
  }

  .section {
    padding: 46px 0;
  }

  .hero.section {
    padding: 0;
    min-height: calc(100dvh - var(--header-total-height));
  }

  .hero > .container.hero-grid {
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: calc(100dvh - var(--header-total-height));
    height: calc(100dvh - var(--header-total-height));
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .hero-content {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 52px 20px 52px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  .hero-content::before {
    display: none;
  }

  .hero-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 34px;
    background: #ffffff;
    transform-origin: left bottom;
    transform: skewY(-2.8deg);
    pointer-events: none;
  }

  .hero-content > * {
    max-width: none;
  }

  .hero-funding-badge {
    display: none;
  }

  .hero-content h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.35rem);
    color: #35383c;
    margin-bottom: 18px;
  }

  .hero-content .lead {
    font-size: 1.06rem;
    color: #35383c;
    margin-bottom: 4px;
  }

  .hero-content > p:not(.lead),
  .hero-ai-note,
  .hero-footnote {
    display: none;
  }

  .hero-cta-group {
    margin: 28px 0 0;
    gap: 10px;
    justify-content: center;
  }

  .hero-cta-group .btn {
    width: auto;
    max-width: 100%;
    padding: 11px 16px;
    font-size: 1.03rem;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .hero-cta-group .btn-secondary {
    display: none;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    z-index: 1;
  }

  .hero-visual::after {
    display: none;
  }

  .hero-visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center bottom;
  }

  .hero-scroll-hint {
    display: grid;
    top: 50%;
    bottom: auto;
    width: 42px;
    height: 42px;
    border-color: rgba(255, 255, 255, 0.86);
    background: rgba(31, 41, 55, 0.24);
  }

  .card-grid,
  .pricing-grid,
  .target-grid,
  .pain-grid,
  .team-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .solution-cta {
    display: flex;
    width: fit-content;
    margin: 18px auto 24px;
  }

  .funding-layout {
    gap: 20px;
  }

  .funding-intro .lead {
    margin-bottom: 12px;
  }

  .funding-card {
    gap: 16px;
    padding: 18px 16px 16px;
  }

  .funding-block h3 {
    font-size: 1rem;
  }

  .funding-list {
    padding-left: 16px;
    gap: 7px;
    font-size: 0.96rem;
  }

  .funding-note {
    font-size: 0.9rem;
  }

  .pricing-card {
    cursor: pointer;
  }

  .faq-list {
    gap: 8px;
  }

  .faq-column {
    display: contents;
  }

  .team-card {
    width: 100%;
    max-width: 344px;
    grid-template-columns: minmax(0, 1fr) 122px;
    gap: 12px;
  }

  .team-grid {
    justify-items: center;
  }

  .team-card:first-child {
    margin-left: -52px;
  }

  .team-card:nth-child(2) {
    margin-top: -1px;
    margin-left: 52px;
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .team-card:nth-child(2) .team-avatar {
    order: 1;
  }

  .team-card:nth-child(2) .team-copy {
    order: 2;
    text-align: left;
  }

  .team-avatar {
    width: 122px;
  }

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

  .process-flow {
    display: none;
  }

  .module-card {
    min-height: 88px;
    padding: 16px 16px 14px;
  }

  .module-card-icon {
    width: 48px;
    height: 48px;
  }

  .module-band-nav-inner,
  .module-detail-copy {
    width: min(var(--container), calc(100% - 32px));
  }

  .module-detail {
    min-height: 0;
  }

  .module-detail-copy {
    padding: 0 0 20px;
  }

  .module-detail-visual,
  .module-detail-image {
    min-height: 300px;
  }

  .problem-intro .lead {
    max-width: none;
  }

  .leitbild-image-side img {
    min-height: 280px;
  }

  .solution-card-large {
    min-height: 0;
    padding: 24px 20px 26px;
  }

  .solution-card-large h3 {
    font-size: clamp(1.08rem, 5.4vw, 1.35rem);
  }

  .pricing-card {
    padding: 18px 16px;
  }

  .pilot-form input,
  .pilot-form textarea {
    padding: 10px 10px;
  }

  .legal-main {
    padding: 0 0 72px;
  }

  .legal-section {
    padding-top: 56px;
  }
}

@media (max-width: 420px) {
  :root {
    --contact-bar-height: 30px;
    --nav-height: 80px;
    --nav-height-scrolled: 64px;
    --logo-height: 38px;
    --logo-height-scrolled: 30px;
    --header-total-height: calc(var(--contact-bar-height) + var(--nav-height));
  }

  .contact-inner {
    font-size: 0.72rem;
    gap: 6px;
  }

  .mobile-menu {
    padding: 16px 14px 20px;
  }
}

@media (min-width: 721px) and (max-width: 1180px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  :root {
    --contact-bar-height: 34px;
    --nav-height: 118px;
    --nav-height-scrolled: 84px;
    --logo-height: 58px;
    --logo-height-scrolled: 42px;
    --header-total-height: calc(var(--contact-bar-height) + var(--nav-height));
  }

  .desktop-nav {
    display: flex;
  }

  .header-cta {
    display: block;
  }

  .menu-toggle,
  .mobile-menu {
    display: none !important;
  }

  .section {
    padding: 100px 0;
  }

  .hero.section {
    padding: 0;
    min-height: 0;
  }

  .hero > .container.hero-grid {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 0;
    height: calc(100dvh - var(--header-total-height));
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .hero-content {
    width: 80%;
    min-height: 0;
    height: 100%;
    margin: 0;
    padding: 34px 32px 34px max(16px, calc((100vw - var(--container)) / 2));
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background: transparent;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .hero-content::before {
    display: block;
  }

  .hero-content::after {
    display: none;
  }

  .hero-content > * {
    max-width: 620px;
  }

  .hero-content h1,
  .hero-content .lead {
    color: #f7f9fb;
  }

  .hero-content .lead {
    font-size: 1.16rem;
  }

  .hero-content > p:not(.lead),
  .hero-ai-note,
  .hero-footnote {
    display: block;
  }

  .hero-cta-group {
    margin: 28px 0 20px;
    justify-content: flex-start;
  }

  .hero-cta-group .btn-secondary {
    display: inline-flex;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    min-height: 100%;
  }

  .module-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .process-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .process-card {
    min-height: 270px;
    height: auto;
  }

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

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

  .problem-layout {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
  }

  .solution-layout {
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    gap: 52px;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 42px;
  }

  .footer-inner {
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 34px;
  }

  .team-grid {
    justify-items: end;
  }

  .team-card {
    width: min(100%, 480px);
    max-width: none;
    grid-template-columns: minmax(0, 1fr) 184px;
    gap: 28px;
  }

  .team-card:first-child {
    margin-left: 0;
  }

  .team-card:nth-child(2) {
    margin-top: -1px;
    margin-right: 184px;
    margin-left: 0;
    grid-template-columns: minmax(0, 1fr) 184px;
  }

  .team-card:nth-child(2) .team-avatar {
    order: initial;
  }

  .team-card:nth-child(2) .team-copy {
    order: initial;
    text-align: right;
  }

  .team-avatar {
    width: 184px;
  }
}
