@font-face {
  font-family: Sztos;
  src: url('/assets/media/schrift/sztos-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/assets/media/schrift/inter-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f2490c;
  --purple: #7f27ff;
  --navy: #321066;
  --ink: #0d0406;
  --muted: #6e686a;
  --grey: #f2f0f0;
  --lavender: #e5d9f8;
  --white: #fff;
  --display: Sztos,Arial,sans-serif;
  --body: Inter,Arial,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  color: var(--ink);
  font: 16px/1.4 var(--body);
  background: #fff;
}

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

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

button,a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 6px;
}

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

figure,blockquote {
  margin: 0;
}

h1,h2,h3,p {
  margin: 0;
}

h1,h2 {
  font-family: var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0;
  background: linear-gradient(90deg,#f2490c 0%,#942dd1 58.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h3 {
  font: 700 20px/1.3 var(--body);
}

p+p {
  margin-top: 16px;
}

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section {
  position: relative;
}

.container {
  width: calc(100% - 280px);
  max-width: 1160px;
  margin-inline: auto;
}

.wide-container {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin-inline: auto;
}

.grey {
  background: var(--grey);
}

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

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

.eyebrow {
  font: 400 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 18px;
}

.navy .eyebrow {
  color: #cfcdcd;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  padding: 10px 14px;
  border: 2px solid var(--purple);
  color: var(--purple);
  background: var(--white);
  font: 400 14px/20px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
  letter-spacing: 1.4px;
  white-space: nowrap;
  transition: color .22s,background .22s,box-shadow .22s,transform .22s;
}

.button svg {
  width: 20px;
  height: 14px;
  flex: none;
  transition: transform .22s;
}

.button:hover {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 5px 18px #7f27ff25;
}

.button:hover svg {
  transform: translateX(3px);
}

.button.primary {
  background: var(--purple);
  color: #fff;
}

.button.primary:hover {
  background: var(--navy);
  border-color: var(--navy);
}

.button.light {
  border-color: transparent;
}

.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 100;
  background: #fff;
  padding: 12px;
}

.skip-link:focus {
  top: 12px;
}

/* Header: the desktop and mobile frames have distinct navigation layouts. */

.header {
  height: 110px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}

.header-inner {
  max-width: 1270px;
  width: calc(100% - 170px);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.brand {
  width: 216px;
  display: block;
  flex: none;
  padding-top: 20px;
}

.brand-word {
  display: flex;
  align-items: center;
  width: 216px;
  height: 27px;
  gap: 2px;
}

.brand-word img:first-child {
  width: 37px;
  height: 27px;
}

.brand-word img:last-child {
  width: 176px;
  height: 27px;
}

.brand-claim {
  width: 196px;
  height: 24px;
  object-fit: contain;
  object-position: left;
  margin-top: 13px;
}

.main-nav {
  display: flex;
  gap: 40px;
  align-items: center;
  flex: 1;
  margin: 23px 0 0 123px;
}

.main-nav>a:not(.button) {
  font: 400 16px/21px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
  letter-spacing: 1.6px;
  font-variant: normal;
  text-transform: uppercase;
  transition: color .2s;
}

.main-nav>a:not(.button):hover,.main-nav>a:not(.button)[aria-current] {
  color: var(--purple);
}

.main-nav .nav-contact {
  margin-left: auto;
  min-width: 142px;
}

.menu-toggle {
  display: none;
}

/* Hero background is the supplied Figma shader; no rasterized page content. */

.hero {
  min-height: 586px;
  padding: 184px 0 80px;
  background: #fff url('/assets/media/start/hero-shader.webp') center/100% 100% no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 44px;
  grid-template-rows: auto auto 1fr;
  align-items: start;
}

.hero-kicker {
  grid-area: 1/1/2/3;
}

.hero h1 {
  grid-area: 2/1;
  font-size: 34px;
  line-height: 45px;
  max-width: 580px;
}

.hero-copy {
  grid-area: 2/2/4/3;
  padding-top: 64px;
  color: #403b3e;
  font-size: 18px;
  line-height: 26px;
}

.hero-copy p+p {
  margin-top: 18px;
}

.hero-chevron {
  width: 32px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 44px;
}

.hero-action {
  grid-area: 3/1;
  margin-top: 40px;
}

.hero-start {
  height: 624px;
  padding-top: 168px;
  background-image: url('/assets/media/start/raster-hero.webp'),url('/assets/media/start/hero-shader.webp');
  background-size: auto 624px,100% 100%;
  background-position: 270px top,center;
}

.hero-start .hero-grid {
  width: calc(100% - 170px);
  max-width: 1270px;
  grid-template-columns: 653px 1fr;
  column-gap: 151px;
  grid-template-rows: 180px auto;
}

.hero-start h1 {
  grid-area: 1/1;
  line-height: 45px;
  max-width: 653px;
}

.hero-start .hero-copy {
  grid-area: 1/2/3/3;
  padding-top: 125px;
  font-size: 16px;
  line-height: 22px;
  min-width: 472px;
}

.hero-start .hero-chevron {
  margin-bottom: 35px;
}

.hero-start .hero-action {
  grid-area: 2/1;
  margin-top: 44px;
}

.text-link {
  display: block;
  margin-top: 24px;
  color: var(--navy);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.text-link:hover {
  color: var(--purple);
}

.advantages {
  height: 116px;
  background: var(--grey);
}

.advantages .wide-container {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 48px;
  align-items: center;
  padding: 0 24px;
}

.advantage {
  display: flex;
  align-items: center;
  gap: 24px;
}

.advantage img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.advantage span {
  max-width: 285px;
  font: 400 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
  color: var(--orange);
}

/* Editorial cards retain the exact exported image crops. */

.editorial {
  padding: 44px 0 0;
  height: 620px;
}

.editorial-heading {
  font: 600 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 600;
  margin-bottom: 32px;
}

.slider {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
}

.editorial-slider {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

.editorial-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: 480px;
  padding: 22px 22px 33px;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: var(--ink);
  transition: border-color .25s,box-shadow .25s;
  scroll-snap-align: center;
}

.editorial-card:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(#0d0406 0%,#0d0406a0 15%,transparent 46%);
}

.editorial-card:hover {
  border-color: var(--purple);
  box-shadow: 0 0 0 1px var(--orange),0 10px 22px #7f27ff40;
}

.card-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.card-label {
  font: 400 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 600;
  margin-bottom: 27px;
}

.editorial-card h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
  font: 400 16px/20px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
}

.editorial-card:not(:has(.card-background)) h3 {
  color: var(--purple);
}

.editorial-card p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
}

.read-more {
  font: 400 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 500;
  margin-top: auto;
  display: flex;
  gap: 16px;
}

.slider-dots {
  display: none;
}

.trust {
  height: 239px;
  padding: 0 0 64px;
  overflow: hidden;
}

.trust>p {
  width: 660px;
  max-width: calc(100% - 48px);
  text-align: center;
  margin: 0 auto 56px;
  font: 400 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
}

.logo-window {
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: logos 54s linear infinite;
}

.logo-track img {
  width: 151px;
  height: 46px;
  object-fit: contain;
}

.logo-window:hover .logo-track {
  animation-play-state: paused;
}

@keyframes logos {
  to {
    transform: translateX(-50%);
  }
}

.testimonials {
  height: 848px;
  padding: 58px 0 44px;
  background: #f5f4f4 url('/assets/media/start/raster-stimmen.webp') left center/425px auto no-repeat;
  overflow: hidden;
  color: var(--navy);
}

.testimonials h2 {
  text-align: center;
  max-width: 850px;
  margin: auto;
  color: #ff5100;
  background: none;
}

.testimonial-intro {
  max-width: 830px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.quotes {
  height: 458px;
  margin: 36px auto 0;
  position: relative;
  max-width: 860px;
  perspective: 1400px;
  touch-action: pan-y;
}

.quote {
  width: 346px;
  min-height: 392px;
  border-radius: 24px;
  background: var(--purple);
  color: #fff;
  padding: 28px 24px;
  position: absolute;
  left: 50%;
  top: 10px;
  box-shadow: 0 12px 30px #0004;
  transform-origin: center;
  transition: transform .65s cubic-bezier(.22,.7,.2,1),filter .65s;
}

.quote[data-position='-1'] {
  transform: translateX(calc(-50% - 234px)) translateY(26px) rotate(-2deg) scale(.92);
  z-index: 1;
}

.quote[data-position='0'] {
  transform: translateX(-50%);
  z-index: 3;
}

.quote[data-position='1'] {
  transform: translateX(calc(-50% + 234px)) translateY(26px) rotate(3deg) scale(.92);
  z-index: 2;
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 32px;
}

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

.quote[data-position='0'] .stars img {
  filter: invert(41%) sepia(99%) saturate(4984%) hue-rotate(5deg) brightness(104%) contrast(107%);
}

.quote blockquote {
  font: 400 16px/22px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 300;
}

.quote-person {
  font: 400 12px/16px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
  margin-top: 30px;
}

.quote-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity .2s;
}

.quotes:hover .quote-controls,.quotes:focus-within .quote-controls {
  opacity: 1;
}

.quote-controls button,.slider-arrows button {
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--purple);
}

.testimonial-action {
  text-align: center;
  margin-top: 6px;
}

.landscape {
  min-height: 1183px;
  padding: 151px 0 102px;
}

.landscape .container {
  max-width: 1201px;
  width: calc(100% - 239px);
  margin-left: auto;
  margin-right: 82px;
}

.landscape h2>span {
  display: block;
}

.landscape h2 {
  max-width: 938px;
  margin-bottom: 67px;
  line-height: 45px;
}

.landscape-image {
  border-radius: 10px;
  overflow: hidden;
}

.landscape-image img {
  width: 100%;
  height: 293px;
  object-fit: cover;
}

.benefits {
  display: grid;
  grid-template-columns: 442px 1fr;
  gap: 55px 0;
  margin-top: 48px;
}

.benefit-intro {
  grid-column: 1/3;
  max-width: 683px;
  min-height: 113px;
  font-size: 16px;
  line-height: 24px;
}

.benefit-action {
  grid-area: 2/1;
}

.benefit-list {
  grid-area: 2/2;
}

.benefit-list li+li {
  margin-top: 24px;
}

.benefit-list h3,.benefit-list p {
  font: 400 18px/24px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
}

.benefit-list h3 {
  font-variation-settings: 'wdth' 200,'wght' 500;
}

.team-teaser {
  height: 910px;
  padding-top: 164px;
  overflow: hidden;
  color: #cfcdcd;
}

.team-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 492px;
  gap: 36px 115px;
  grid-template-rows: auto auto auto;
}

.team-teaser h2 {
  grid-area: 1/1;
  color: #cfcdcd;
  background: none;
  font-size: 34px;
  line-height: 45px;
  max-width: 640px;
}

.team-teaser-grid>p {
  grid-area: 2/1;
  font: 400 18px/24px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
}

.team-teaser-action {
  grid-area: 3/1;
}

.team-teaser-image {
  grid-area: 1/2/4/3;
  border-radius: 18px;
  overflow: hidden;
}

.team-teaser-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.team-teaser:after {
  content: '';
  position: absolute;
  right: 0;
  top: 530px;
  width: 300px;
  height: 300px;
  background: url('/assets/media/start/raster-cta.webp') center/contain no-repeat;
  pointer-events: none;
}

.marquee {
  margin-top: 148px;
  overflow: hidden;
  font: 400 44px/60px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 200;
  color: #cfcdcd;
}

.marquee>div {
  width: max-content;
  display: flex;
  animation: logos 45s linear infinite;
}

.marquee span {
  white-space: nowrap;
}

.final-cta {
  height: 700px;
  overflow: hidden;
  padding: 88px 0 80px;
}

.cta-inner {
  width: 750px;
  margin-left: max(calc((100vw - 1054px)/2),13.4%);
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  color: var(--navy);
  background: none;
  max-width: 750px;
  margin-bottom: 44px;
}

.cta-kicker {
  font: 500 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 500;
  text-transform: none;
  color: var(--navy);
  max-width: 620px;
}

.cta-copy {
  font: 400 16px/21px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
  color: var(--navy);
  max-width: 650px;
  margin-top: 20px;
}

.final-cta .button-row {
  margin-top: 62px;
}

.cta-bars {
  position: absolute;
  right: -1px;
  top: 86px;
  width: 526px;
  height: 526px;
  object-fit: fill;
  pointer-events: none;
}

.back-top {
  height: 125px;
  background: var(--grey);
  display: grid;
  place-items: center;
}

.back-top a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--purple);
  border: 1.5px solid var(--purple);
  border-radius: 50%;
  font-size: 23px;
  transition: background .2s,color .2s;
}

.back-top a:hover {
  color: white;
  background: var(--purple);
}

.footer {
  background: var(--navy);
  color: #fff;
}

.footer-inner {
  height: 373px;
  position: relative;
  /* Dieselbe Flucht wie .header-inner (1270 px, mindestens 85 px Rand). Als
     Innenabstand statt als schmalere Box, damit Faecher und Linien weiter am
     Fensterrand sitzen. */
  padding: 56px max(85px, calc((100% - 1270px) / 2));
  background: url('/assets/media/start/fuss-faecher.webp') right bottom/800px auto no-repeat;
  display: grid;
  grid-template-columns: 100px 1fr 265px;
  grid-template-rows: 70px 110px 1fr;
  gap: 0 50px;
}

.footer-brand {
  grid-area: 1/1;
  display: block;
  width: 54px;
}

.footer-brand img {
  width: 54px;
  height: 40px;
}

.footer-nav {
  grid-area: 1/2;
  display: flex;
  gap: 32px;
  padding-top: 22px;
  align-items: start;
  white-space: nowrap;
}

.footer-nav a,.social-links,.legal-links {
  font: 400 18px/24px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
}

.footer a:not(.button):hover {
  color: #c398ff;
}

.footer-contact {
  grid-area: 2/2;
  padding-top: 55px;
}

.social-links {
  grid-area: 3/3;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.social-links span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links img {
  width: 18px;
  height: 18px;
}

.legal-links {
  grid-area: 3/2;
  align-self: end;
  display: flex;
  gap: 30px;
  font-size: 14px;
  line-height: 18px;
}

.footer-baseline {
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--purple);
  font: 400 14px/18px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 400;
}

/* Solutions */

.problems {
  min-height: 1471px;
  padding: 110px 0;
}

.problem-heading {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 136px;
}

.problem-heading>p:first-of-type {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.problem-heading>p:last-child {
  font-size: 18px;
  line-height: 26px;
  max-width: 830px;
  margin: 22px auto 0;
  color: var(--muted);
}

.outline-number {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px #d9a0d2;
  font: 400 400px/.9 var(--display);
  font-variation-settings: 'wdth' 200,'wght' 200;
  z-index: 0;
  pointer-events: none;
}

.problem-heading .outline-number {
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  opacity: .7;
}

.problem-heading>*:not(.outline-number) {
  position: relative;
}

.problem-list {
  counter-reset: problem;
}

.problem-list li {
  counter-increment: problem;
  position: relative;
  padding-left: 56px;
  margin-bottom: 32px;
}

.problem-list li:before {
  content: counter(problem);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.problem-list h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.problem-list p {
  font-size: 16px;
  line-height: 24px;
  color: var(--muted);
}

.problem-list strong {
  color: var(--ink);
}

.problem-action {
  margin: 60px 0 0 56px;
}

.use-cases {
  min-height: 810px;
  padding: 100px 0 76px;
  overflow: hidden;
}

.use-cases h2 {
  margin-bottom: 40px;
}

.use-cases .container>p {
  max-width: 800px;
  color: #cfcdcd;
  font-size: 18px;
  line-height: 26px;
}

.use-case-window {
  margin: 48px 0 42px max(140px,calc((100% - 1160px)/2));
  overflow: hidden;
}

.use-case-slider {
  display: flex;
  gap: 24px;
  overflow: auto;
  padding-bottom: 8px;
}

.use-case {
  width: 225px;
  flex: none;
  scroll-snap-align: start;
}

.use-case>img {
  width: 225px;
  height: 172px;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 32px;
}

.use-case h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.use-case p {
  font-size: 14px;
  line-height: 20px;
  color: #bca4de;
}

.case-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-arrows {
  display: flex;
  gap: 12px;
}

.slider-arrows button {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 18px;
  padding: 0;
}

.one-stop {
  padding: 86px 0 78px;
  min-height: 704px;
  background: #faf9f7;
}

.one-stop .eyebrow {
  color: var(--orange);
}

.one-stop h2 {
  margin-bottom: 28px;
}

.one-stop p:not(.eyebrow) {
  font-size: 18px;
  line-height: 26px;
  color: var(--muted);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 44px 0 46px;
  max-width: 1090px;
}

.chip {
  background: var(--lavender);
  color: var(--purple);
  border-radius: 30px;
  padding: 9px 18px;
  font-size: 14px;
  line-height: 22px;
}

.chip.outlined {
  background: transparent;
  border: 1.5px solid var(--purple);
  padding: 6px 18px;
}

.chip.outlined:first-of-type {
  break-before: always;
}

.faq {
  min-height: 837px;
  padding: 84px 0 72px;
}

.faq h2 {
  margin-bottom: 30px;
}

.faq details {
  border-bottom: 1px solid #dfdddd;
}

.faq details:last-child {
  border-bottom: 0;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

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

.faq summary>span {
  width: 12px;
  height: 12px;
  position: relative;
  flex: none;
}

.faq summary>span:before,.faq summary>span:after {
  content: '';
  position: absolute;
  background: #8c8589;
  top: 5px;
  left: 0;
  width: 12px;
  height: 1px;
}

.faq summary>span:after {
  transform: rotate(90deg);
  transition: transform .2s;
}

.faq details[open] summary>span:after {
  transform: rotate(0);
}

.faq-answer {
  padding-bottom: 24px;
  max-width: 1050px;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.faq-answer .button {
  margin-top: 18px;
}

/* Services and contact cards. */

.services {
  min-height: 887px;
  padding: 80px 0 76px;
}

.services h2 {
  margin-bottom: 48px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
}

.service-card {
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  padding: 40px;
  position: relative;
  overflow: hidden;
  min-height: 288px;
}

.service-number {
  position: absolute;
  right: 0;
  top: 0;
  font: 400 90px/1.2 var(--display);
  font-variation-settings: 'wdth' 200,'wght' 200;
  color: #eee5ff;
}

.service-card h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 18px;
}

.service-card p {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #403b3e;
  margin-bottom: 14px;
}

.service-card ul {
  font-size: 14px;
  line-height: 20px;
}

.service-card li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}

.service-card li:before {
  content: '✓';
  color: var(--orange);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.partners {
  min-height: 605px;
  padding: 82px 0 80px;
}

.partners .eyebrow {
  color: var(--purple);
}

.partners h2 {
  margin-bottom: 24px;
}

.partners p:not(.eyebrow) {
  font-size: 18px;
  line-height: 26px;
  color: #403b3e;
  max-width: 1080px;
}

.simple-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  margin-top: 48px;
}

.simple-card {
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.simple-card h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
}

.simple-card p {
  font-size: 16px;
  line-height: 22px;
  color: var(--muted);
}

.simple-card .button {
  align-self: start;
  margin-top: auto;
}

.simple-card:has(.button) {
  min-height: 256px;
  padding-bottom: 32px;
}

.pill {
  align-self: start;
  background: #eee5ff;
  color: var(--purple);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.bottlenecks {
  min-height: 561px;
  padding: 80px 0 77px;
}

.bottlenecks h2 {
  max-width: 1150px;
  margin-bottom: 48px;
}

.bottleneck-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
}

.bottleneck-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  transition: color .25s,transform .25s,box-shadow .25s;
}

.bottleneck-grid a span {
  opacity: 0;
  transition: opacity .25s;
}

.bottleneck-grid a:hover {
  color: var(--purple);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #7f27ff12;
}

.bottleneck-grid a:hover span {
  opacity: 1;
}

.case-study {
  min-height: 1113px;
  padding: 82px 0 80px;
}

.case-study h2 {
  margin-bottom: 48px;
}

.case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.case-images img {
  width: 100%;
  aspect-ratio: 1.79;
  object-fit: cover;
  border-radius: 12px;
}

.quote-line {
  border-left: 5px solid #ff5100;
  padding-left: 20px;
  margin-top: 48px;
  font-size: 18px;
  line-height: 26px;
  color: #cfcdcd;
  max-width: 1110px;
}

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

.metrics strong {
  font-size: 44px;
  line-height: 1.2;
  color: #ff5100;
  font-weight: 600;
}

.metrics p {
  font-size: 16px;
  line-height: 24px;
  color: #bba4df;
  margin-top: 10px;
}

.case-facts {
  margin-top: 44px;
}

.case-facts p+p {
  margin-top: 2px;
}

.case-facts strong {
  color: #ff5100;
}

.page-resultate .trust {
  height: 239px;
}

.hero-kontakt .hero-grid {
  display: block;
}

.hero-kontakt h1 {
  max-width: 910px;
  margin-bottom: 26px;
}

.hero-kontakt .hero-copy {
  padding: 0;
  max-width: 665px;
  font-size: 18px;
  line-height: 26px;
}

.hero-kontakt strong {
  display: block;
  color: var(--navy);
  font: 400 16px/24px var(--display);
  font-variation-settings: 'wdth' 200,'wght' 600;
  text-transform: uppercase;
}

.contact-bars {
  position: absolute;
  right: 44px;
  top: 130px;
  width: 420px;
  height: 408px;
  pointer-events: none;
}

.contact-options {
  min-height: 506px;
  padding: 82px 0 76px;
}

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

.contact-options .simple-card {
  border-radius: 10px;
  min-height: 254px;
}

.contact-options .simple-card,.client-support .simple-card {
  transition: box-shadow .22s ease;
}

.contact-options .simple-card:hover,.contact-options .simple-card:focus-within,
.client-support .simple-card:hover,.client-support .simple-card:focus-within {
  box-shadow: 0 12px 32px rgba(50,16,102,.25);
}

.contact-options .simple-card p,.client-support .simple-card p {
  font: 400 15px/22px var(--body);
  color: #4d474d;
}

.contact-options .simple-card h3,.client-support .simple-card h3 {
  margin-bottom: 16px;
}

.conversation {
  min-height: 692px;
  padding: 80px 0;
}

.conversation>div>h2 {
  margin-bottom: 28px;
}

.conversation-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  column-gap: 130px;
  padding-right: 100px;
  grid-template-rows: 1fr auto;
}

.conversation-copy {
  font-size: 18px;
  line-height: 26px;
}

.conversation-copy h3 {
  margin: 40px 0 0;
  font-size: 20px;
}

.conversation-copy ul {
  max-width: 430px;
  margin-top: 4px;
}

.conversation-copy li {
  border-bottom: 1px solid #dedcdc;
  padding: 15px 0;
  font-size: 18px;
  line-height: 24px;
}

.conversation-copy li:last-child {
  border-bottom: 0;
}

.contact-portrait {
  grid-area: 1/2/3/3;
}

.contact-portrait>img {
  width: 300px;
  height: 380px;
  object-fit: cover;
  border-radius: 22px;
}

.contact-portrait figcaption {
  font-size: 16px;
  line-height: 22px;
  margin-top: 18px;
  color: var(--muted);
}

.contact-portrait strong {
  color: var(--ink);
}

.conversation-action {
  margin-top: 24px;
}

.client-support {
  min-height: 587px;
  padding: 80px 0;
  background: #e3d7f7;
}

.client-support h2 {
  color: #ff5100;
  background: none;
  margin-bottom: 22px;
}

.client-support p {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
}

.client-support p+p {
  margin-top: 8px;
}

.client-support .simple-card {
  min-height: 230px;
}

.legal-hero {
  background: #fff url('/assets/media/start/hero-shader.webp') center/100% 100%;
  min-height: 618px;
  padding: 184px 0 80px;
}

.legal-hero h1 {
  margin-bottom: 40px;
}

.legal-hero h3,.legal-body h3 {
  color: var(--ink);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

.legal-hero p:not(.eyebrow),.legal-body p {
  font-size: 18px;
  line-height: 22px;
}

.legal-hero p+p,.legal-body p+p {
  margin-top: 0;
}

.legal-body {
  min-height: 887px;
  padding: 80px 0 69px;
}

.legal-body h3:not(:first-child) {
  margin-top: 24px;
}

.draft-hero {
  min-height: 420px;
}

.draft-body {
  min-height: 400px;
}

.draft-body .button {
  margin-top: 32px;
}

.not-found {
  height: 800px;
  padding: 210px 0 100px;
  text-align: center;
  background: url('/assets/media/start/hero-shader.webp') top/100% 618px no-repeat;
}

.not-found .outline-number {
  font-size: 340px;
  left: 50%;
  top: 160px;
  transform: translateX(-50%);
  opacity: .5;
}

.not-found .container {
  position: relative;
}

.not-found h1 {
  margin: 30px auto 48px;
}

.page-404 .back-top {
  display: none;
}

/* Measurements refined against the supplied Ready for Dev frame exports. */

.brand-word {
  filter: brightness(0) saturate(100%) invert(25%) sepia(99%) saturate(6369%) hue-rotate(4deg) brightness(108%) contrast(112%);
}

.hero-copy,.testimonial-intro,.benefit-intro {
  font-weight: 400;
}

.text-link {
  font-family: var(--display);
  font-variation-settings: 'wdth' 200,'wght' 500;
  font-weight: 500;
}

.card-label {
  letter-spacing: .28px;
}

.partners h2 {
  max-width: 1040px;
}

.partners .simple-card {
  padding: 32px;
}

.partners .simple-card p {
  font-size: 16px;
  line-height: 22px;
}

.pill {
  font-size: 12px;
  font-weight: 700;
}

.final-cta h2>span {
  display: block;
}

@media(min-width:900px) {
  .hero:not(.hero-start):not(.hero-kontakt) .hero-grid {
    grid-template-columns: 580px 1fr;
    gap: 0 44px;
  }
  .hero:not(.hero-start):not(.hero-kontakt) .hero-kicker {
    margin-bottom: 18px;
  }
  .hero:not(.hero-start):not(.hero-kontakt) .hero-copy {
    line-height: 26px;
    padding-top: 64px;
  }
  .hero-leistungen {
    padding-bottom: 66px;
  }
  .hero-start .hero-action .button {
    min-width: 318px;
  }
  .advantages .advantage {
    opacity: 1;
  }
  .trust>p {
    width: 727px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 58px;
  }
  .logo-track {
    padding-left: 85px;
  }
  .testimonials {
    padding-top: 54px;
  }
  .testimonials h2 {
    max-width: 865px;
    min-height: 95px;
    line-height: 45px;
  }
  .testimonial-intro {
    min-height: 95px;
    max-width: 845px;
    margin-top: 4px;
  }
  .quotes {
    margin-top: 33px;
    height: 452px;
  }
  .quote {
    top: 0;
    width: 348px;
    min-height: 392px;
    border-radius: 20px;
    padding: 32px 24px 40px;
  }
  .quote blockquote {
    line-height: 24px;
  }
  .quote[data-position='-1'],.quote[data-position='1'] {
    width: 293px;
    min-height: 363px;
  }
  .quote[data-position='-1'] {
    transform: translateX(calc(-50% - 272px)) translateY(22px) rotate(-2.01deg);
  }
  .quote[data-position='1'] {
    transform: translateX(calc(-50% + 276px)) translateY(19px) rotate(3.21deg);
  }
  .quote:not([data-position='0']) blockquote {
    font-size: 13px;
    line-height: 20px;
  }
  .quote-person {
    margin-top: 24px;
  }
  .testimonial-action {
    margin-top: 26px;
  }
  .team-teaser {
    padding-top: 193px;
  }
  .team-teaser-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(100% - 170px);
    max-width: 1270px;
  }
  .team-teaser h2 {
    max-width: 613px;
    margin-bottom: 48px;
  }
  .team-teaser-grid>p {
    max-width: 594px;
  }
  .team-teaser-action {
    margin-top: 48px;
  }
  .team-teaser-image {
    position: absolute;
    left: 715px;
    top: -28px;
    width: 493px;
  }
  .marquee {
    margin-top: 173px;
  }
  .footer-nav a,.social-links {
    font-size: 18px;
    line-height: 24px;
  }
  .legal-links {
    font-size: 14px;
  }
}

/* Motion enhances real HTML; content stays visible if JavaScript is unavailable. */

[data-reveal] {
  --reveal-delay: 0ms;
}

.motion-ready [data-reveal] {
  transition: opacity .7s ease var(--reveal-delay),translate .7s cubic-bezier(.2,.7,.25,1) var(--reveal-delay);
}

.motion-ready [data-reveal].awaiting-reveal {
  opacity: 0;
  translate: 0 28px;
}

.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  translate: 0 0;
}

/* Mobile is a separate 393 px composition, with fluid widths between phones. */

@media(max-width:899px) {
  h1,h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 18px;
  }
  .container,.wide-container {
    width: calc(100% - 48px);
    max-width: none;
    margin-inline: 24px;
  }
  .header {
    height: 88px;
    position: relative;
    background: #fff;
  }
  .header-inner {
    width: calc(100% - 48px);
    margin-inline: 24px;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    width: 132px;
    padding: 0;
  }
  .brand-word {
    width: 132px;
    height: 17px;
    gap: 1px;
  }
  .brand-word img:first-child {
    width: 23px;
    height: 17px;
  }
  .brand-word img:last-child {
    width: 108px;
    height: 17px;
  }
  .brand-claim {
    width: 120px;
    height: 16px;
    margin-top: 7px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 8px;
    background: none;
    border: 0;
    z-index: 2;
  }
  .menu-toggle span {
    display: block;
    background: var(--purple);
    height: 1px;
    width: 30px;
    transition: transform .25s,opacity .25s;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 88px;
    left: -24px;
    width: calc(100% + 48px);
    margin: 0;
    background: #fff;
    box-shadow: 0 16px 24px #32106618;
    padding: 32px 24px 44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav>a:not(.button) {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
  }
  .main-nav .nav-contact {
    margin: 8px 0 0;
    width: 100%;
  }
  .eyebrow {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .6px;
    margin-bottom: 16px;
  }
  .button {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 14px;
    gap: 16px;
    min-height: 44px;
    letter-spacing: 1.4px;
  }
  .hero {
    padding: 32px 0 28px;
    min-height: 0;
    background-size: 100% 100%;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hero-kicker {
    order: 0;
  }
  .hero h1 {
    order: 1;
    font-size: 26px;
    line-height: 34px;
    max-width: none;
  }
  .hero-copy {
    order: 2;
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .hero-chevron {
    display: none;
  }
  .hero-action {
    order: 3;
    margin-top: 40px;
    width: 100%;
  }
  .hero-action .button {
    width: 100%;
  }
  .hero-start {
    height: 560px;
    background-image: url('/assets/media/start/hero-shader.webp');
    background-size: 100% 100%;
    background-position: center;
  }
  .hero-start .hero-grid {
    width: calc(100% - 48px);
    margin-inline: 24px;
    display: flex;
  }
  .hero-start h1 {
    line-height: 34px;
    max-width: none;
  }
  .hero-start .hero-copy {
    padding: 0;
    min-width: 0;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }
  .hero-start .hero-action {
    margin-top: 40px;
  }
  .text-link {
    margin-top: 16px;
  }
  .advantages {
    height: 92px;
  }
  .advantages .wide-container {
    display: block;
    padding: 28px 0;
    position: relative;
  }
  .advantage {
    gap: 18px;
    position: absolute;
    inset: 28px 0;
    opacity: 0;
    animation: advantage-cycle 15s infinite;
    animation-delay: calc(var(--order)*5s);
  }
  .advantage span {
    font-size: 14px;
    line-height: 18px;
    max-width: 270px;
  }
  .advantage img {
    width: 32px;
    height: 32px;
  }
  @keyframes advantage-cycle {
    0%,28% {
      opacity: 1;
    }
    33%,95% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .editorial {
    height: 574px;
    padding-top: 48px;
  }
  .editorial-heading {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 32px;
    white-space: nowrap;
  }
  .editorial-slider {
    display: flex;
    gap: 16px;
    overflow: auto;
    margin-inline: -24px;
    padding: 0 24px;
  }
  .editorial-card {
    width: 260px;
    height: 400px;
    flex: none;
    padding: 18px 18px 28px;
  }
  .card-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .editorial-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .editorial-card p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .slider-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #aa81db;
    padding: 0;
    position: relative;
  }
  .slider-dots button:before {
    content: '';
    position: absolute;
    inset: -9px;
  }
  .slider-dots button[aria-current=true] {
    background: var(--purple);
  }
  .trust,.page-resultate .trust {
    height: 269px;
    background: #fff;
    color: var(--ink);
    padding: 56px 0 48px;
  }
  .trust>p {
    width: 345px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 60px;
  }
  .logo-track {
    gap: 24px;
  }
  .logo-track img {
    width: 145px;
    height: 40px;
  }
  .testimonials {
    height: 848px;
    padding: 52px 0 40px;
    background-size: 350px auto;
    background-position: left 260px;
  }
  .testimonials h2 {
    text-align: left;
    font-size: 26px;
    line-height: 34px;
  }
  .testimonial-intro {
    text-align: left;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    color: var(--navy);
    max-width: 340px;
    margin-inline: 0;
  }
  .quotes {
    height: 398px;
    width: 100%;
    margin-top: 46px;
  }
  .quote {
    width: 274px;
    height: 398px;
    min-height: 398px;
    padding: 24px 20px;
    border-radius: 22px;
    top: 0;
  }
  .quote[data-position='-1'] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(-50% - 232px)) translateY(20px) rotate(-2deg) scale(.92);
  }
  .quote[data-position='1'] {
    transform: translateX(calc(-50% + 232px)) translateY(20px) rotate(3deg) scale(.92);
  }
  .quote blockquote {
    font-size: 14px;
    line-height: 18px;
    font-variation-settings: 'wdth' 200,'wght' 300;
  }
  .stars {
    margin-bottom: 28px;
  }
  .stars img {
    width: 14px;
    height: 14px;
  }
  .quote-person {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    position: absolute;
    bottom: 36px;
    left: 20px;
    right: 20px;
    font-variation-settings: 'wdth' 200,'wght' 500;
  }
  .quote-controls {
    opacity: 0;
    bottom: 3px;
    justify-content: center;
    gap: 14px;
  }
  .quote-controls button {
    width: 25px;
    height: 25px;
    line-height: 20px;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
  }
  .testimonial-action {
    margin-top: 45px;
    text-align: center;
  }
  .testimonial-action .button {
    width: auto;
    border-color: var(--purple);
  }
  .landscape {
    min-height: 1293px;
    padding: 38px 0 72px;
  }
  .landscape .container {
    width: calc(100% - 48px);
    margin-inline: 24px;
  }
  .landscape h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .landscape-image img {
    height: 229px;
    object-fit: cover;
    object-position: center;
  }
  .benefits {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 23px;
  }
  .benefit-intro {
    font-size: 16px;
    line-height: 24px;
  }
  .benefit-action {
    margin-top: 52px;
  }
  .benefit-action .button {
    width: auto;
  }
  .benefit-list {
    margin-top: 70px;
  }
  .benefit-list li+li {
    margin-top: 28px;
  }
  .benefit-list h3,.benefit-list p {
    font-size: 16px;
    line-height: 22px;
  }
  .benefit-list h3 {
    font-variation-settings: 'wdth' 200,'wght' 500;
  }
  .team-teaser {
    height: 1084px;
    padding-top: 48px;
  }
  .team-teaser-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .team-teaser h2 {
    font-size: 26px;
    line-height: 34px;
    order: 0;
  }
  .team-teaser-image {
    order: 1;
    width: 100%;
    margin-top: 30px;
    border-radius: 14px;
  }
  .team-teaser-image img {
    height: 296px;
    width: 100%;
    object-fit: cover;
  }
  .team-teaser-action {
    order: 2;
    margin-top: 40px;
  }
  .team-teaser-grid>p {
    order: 3;
    margin-top: 48px;
    font-size: 18px;
    line-height: 24px;
    font-variation-settings: 'wdth' 200,'wght' 400;
  }
  .team-teaser:after {
    display: none;
  }
  .marquee {
    margin-top: 64px;
    font-size: 32px;
    line-height: 42px;
  }
  .final-cta {
    height: 968px;
    padding: 94px 24px 48px;
  }
  .cta-inner {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .final-cta h2 {
    color: var(--ink);
    font-size: 26px;
    line-height: 34px;
    margin: 0;
  }
  .cta-kicker {
    font-size: 14px;
    line-height: 18px;
    margin-top: 84px;
    max-width: 290px;
  }
  .cta-copy {
    font-size: 16px;
    line-height: 22px;
    margin-top: 44px!important;
  }
  .final-cta .button-row {
    margin-top: 154px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .cta-bars {
    width: 345px;
    height: 345px;
    right: 24px;
    top: auto;
    bottom: 40px;
    opacity: .18;
  }
  .back-top {
    height: 125px;
  }
  .footer-inner {
    height: 841px;
    padding: 52px 24px 66px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-size: 740px auto;
    background-position: right -275px bottom -5px;
  }
  .footer-brand {
    width: 54px;
  }
  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
    margin-top: 64px;
  }
  .footer-nav a {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-contact {
    padding: 0;
    margin-top: 76px;
  }
  .social-links {
    align-self: stretch;
    margin-top: 72px;
    gap: 28px;
    font-size: 14px;
  }
  .legal-links {
    align-self: stretch;
    margin-top: 78px;
    gap: 20px;
    font-size: 12px;
  }
  .footer-baseline {
    height: 107px;
    display: block;
    padding: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-baseline:before {
    content: '';
    display: block;
  }
  .footer-baseline {
    text-wrap: balance;
  }
  .hero-loesungen {
    min-height: 508px;
  }
  .hero-leistungen {
    min-height: 558px;
  }
  .hero-resultate {
    min-height: 532px;
  }
  .hero-loesungen .hero-action,.hero-leistungen .hero-action,.hero-resultate .hero-action {
    margin-top: 40px;
  }
  .problems {
    min-height: 960px;
    padding: 48px 0 52px;
  }
  .problem-heading {
    text-align: left;
    margin-bottom: 40px;
  }
  .problem-heading>p:first-of-type {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .problem-heading>p:last-child {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .problem-heading .outline-number {
    font-size: 300px;
    top: 5px;
    opacity: .4;
  }
  .problem-list li {
    padding-left: 36px;
    margin-bottom: 28px;
  }
  .problem-list li:before {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .problem-list h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .problem-list p {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
  .problem-action {
    margin: 36px 0 0;
  }
  .problem-action .button {
    width: 100%;
  }
  .use-cases {
    min-height: 856px;
    padding: 52px 0 48px;
  }
  .use-cases h2 {
    margin-bottom: 24px;
  }
  .use-cases .container>p {
    font-size: 16px;
    line-height: 22px;
  }
  .use-case-window {
    margin: 36px 0 0 24px;
  }
  .use-case-slider {
    gap: 16px;
    padding-right: 24px;
  }
  .use-case {
    width: 260px;
  }
  .use-case>img {
    width: 260px;
    height: 196px;
    margin-bottom: 24px;
  }
  .use-case h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .use-case p {
    font-size: 14px;
    line-height: 20px;
  }
  .case-controls {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    margin-top: 12px;
  }
  .case-controls>.button {
    white-space: normal;
    text-align: center;
  }
  .case-controls .slider-dots {
    margin-top: 12px;
  }
  .slider-arrows {
    display: none;
  }
  .one-stop {
    min-height: 1030px;
    padding: 56px 0 64px;
  }
  .one-stop h2 {
    margin-bottom: 24px;
  }
  .one-stop p:not(.eyebrow) {
    font-size: 16px;
    line-height: 22px;
  }
  .chips {
    margin: 36px 0 40px;
    gap: 12px;
  }
  .chip {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
  }
  .chip.outlined {
    padding: 8px 16px;
  }
  .one-stop>.container>.button {
    width: 100%;
    font-size: 12px;
    gap: 10px;
  }
  .faq {
    min-height: 1098px;
    padding: 56px 0 72px;
  }
  .faq h2 {
    margin-bottom: 24px;
  }
  .faq summary {
    font-size: 16px;
    line-height: 22px;
    padding: 22px 0;
  }
  .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-answer .button {
    font-size: 11px;
    white-space: normal;
  }
  .services {
    min-height: 1828px;
    padding: 52px 0 64px;
  }
  .services h2 {
    margin-bottom: 36px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-card {
    padding: 32px 24px;
    border-radius: 22px;
    min-height: 0;
  }
  .service-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .service-card p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .service-card li {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
  .service-number {
    font-size: 88px;
    line-height: 1.1;
  }
  .partners {
    min-height: 904px;
    padding: 72px 0;
  }
  .partners p:not(.eyebrow) {
    font-size: 16px;
    line-height: 24px;
  }
  .partners h2 {
    margin-bottom: 20px;
  }
  .simple-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .simple-card {
    padding: 28px 24px;
    border-radius: 20px;
  }
  .simple-card h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .simple-card p {
    font-size: 16px!important;
    line-height: 22px!important;
  }
  .simple-card:has(.button) {
    min-height: 224px;
    padding-bottom: 28px;
  }
  .simple-card .button {
    margin-top: 32px;
    max-width: 100%;
  }
  .bottlenecks {
    min-height: 744px;
    padding: 52px 0 64px;
  }
  .bottlenecks h2 {
    margin-bottom: 40px;
  }
  .bottleneck-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bottleneck-grid a {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
    border-radius: 18px;
  }
  .case-study {
    min-height: 1441px;
    padding: 52px 0 3px;
  }
  .case-study .eyebrow {
    font-size: 12px;
    line-height: 18px;
  }
  .case-study h2 {
    margin-bottom: 32px;
  }
  .case-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .case-images img {
    width: 100%;
    height: 193px;
    aspect-ratio: auto;
    border-radius: 12px;
  }
  .quote-line {
    font-size: 16px;
    line-height: 22px;
    margin-top: 32px;
    padding-left: 16px;
    border-width: 3px;
  }
  .metrics {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
  }
  .metrics strong {
    font-size: 36px;
    line-height: 44px;
  }
  .metrics p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
  }
  .case-facts {
    font-size: 14px;
    line-height: 20px;
    margin-top: 36px;
  }
  .hero-kontakt {
    height: 898px;
    padding-top: 32px;
  }
  .hero-kontakt .hero-kicker {
    font-size: 12px;
    line-height: 18px;
    max-width: 290px;
  }
  .hero-kontakt h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .hero-kontakt .hero-copy {
    font-size: 16px;
    line-height: 22px;
  }
  .hero-kontakt strong {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-bars {
    width: 345px;
    height: 345px;
    right: 24px;
    top: auto;
    bottom: 24px;
    opacity: .2;
  }
  .contact-options {
    min-height: 854px;
    padding: 52px 0 38px;
  }
  .contact-options .simple-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  .contact-options .simple-card {
    min-height: 212px;
    padding: 24px;
  }
  .contact-options .simple-card .button {
    margin-top: 28px;
  }
  .conversation {
    min-height: 1243px;
    padding: 52px 0 64px;
  }
  .conversation h2 {
    margin-bottom: 28px!important;
  }
  .conversation-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .conversation-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .conversation-copy h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
  }
  .conversation-copy li {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0;
  }
  .contact-portrait {
    margin-top: 32px;
    width: 100%;
  }
  .contact-portrait>img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .contact-portrait figcaption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
  .conversation-action {
    margin-top: 36px;
  }
  .conversation-action .button {
    width: 100%;
  }
  .client-support {
    min-height: 800px;
    padding: 52px 0 32px;
  }
  .client-support h2 {
    margin-bottom: 28px;
  }
  .client-support p {
    font-size: 16px;
    line-height: 24px;
  }
  .client-support .simple-cards {
    margin-top: 40px;
  }
  .client-support .simple-card {
    min-height: 224px;
  }
  .legal-hero {
    min-height: 436px;
    padding: 32px 0 48px;
  }
  .legal-hero .eyebrow {
    font-size: 12px;
    line-height: 18px;
  }
  .legal-hero h1 {
    margin-bottom: 32px;
  }
  .legal-hero h3,.legal-body h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .legal-hero p:not(.eyebrow),.legal-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .legal-body {
    min-height: 1352px;
    padding: 48px 0;
  }
  .legal-body h3:not(:first-child) {
    margin-top: 24px;
  }
  .draft-hero {
    min-height: 300px;
  }
  .draft-body {
    min-height: 500px;
  }
  .not-found {
    height: 522px;
    padding: 120px 0 60px;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .not-found .outline-number {
    font-size: 145px;
    top: 60px;
    opacity: .7;
  }
  .not-found .eyebrow {
    font-size: 12px;
  }
  .not-found h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 36px 0 48px;
  }
  .not-found .button {
    width: 100%;
  }
  .page-404 .back-top {
    display: grid;
  }
}

@media(min-width:900px) and (max-width:1250px) {
  .header-inner {
    width: calc(100% - 80px);
  }
  .brand {
    width: 170px;
  }
  .main-nav {
    margin-left: 50px;
    gap: 24px;
  }
  .main-nav>a:not(.button) {
    font-size: 12px;
  }
  .container {
    width: calc(100% - 160px);
  }
  .hero-start .hero-grid {
    grid-template-columns: 54% 1fr;
    column-gap: 6%;
    width: calc(100% - 100px);
  }
  .hero-start .hero-copy {
    min-width: 0;
  }
  .hero-start h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .hero-start .hero-copy {
    padding-top: 100px;
  }
  .team-teaser-grid {
    grid-template-columns: 1fr 42%;
    column-gap: 60px;
  }
  .footer-inner {
    padding-inline: 40px;
    grid-template-columns: 70px 1fr 170px;
    column-gap: 30px;
  }
  .footer-nav {
    gap: 20px;
  }
  .footer-nav a {
    font-size: 13px;
  }
  .cta-bars {
    width: 400px;
    opacity: .7;
  }
  .cta-inner {
    margin-left: 10%;
  }
  .contact-bars {
    width: 300px;
    opacity: .35;
  }
  .conversation-grid {
    padding-right: 0;
    column-gap: 60px;
  }
  .use-case-window {
    margin-left: 80px;
  }
}

@media(max-width:899px) {
  .main-nav>a:not(.button) {
    font-variant: normal;
  }
  .menu-toggle span {
    height: 1.5px;
  }
  .menu-toggle span:nth-child(2) {
    display: none;
  }
  .menu-toggle {
    gap: 7px;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .header:has(.is-open) {
    background: var(--navy);
  }
  .header:has(.is-open) .brand {
    filter: brightness(0) invert(1);
  }
  .header:has(.is-open) .menu-toggle span {
    background: white;
  }
  .main-nav.is-open {
    position: fixed;
    inset: 88px 0 0;
    width: 100%;
    height: calc(100dvh - 88px);
    background: var(--navy);
    box-shadow: none;
    color: white;
    padding: 72px 24px;
    gap: 42px;
    overflow: auto;
  }
  body:has(.main-nav.is-open) {
    overflow: hidden;
  }
  .hero-action .button {
    justify-content: flex-start;
  }
  .advantage span {
    font-variation-settings: 'wdth' 200,'wght' 400;
  }
  .advantage {
    gap: 18px;
  }
  .advantage img {
    width: 34px;
    height: 34px;
  }
  .editorial-heading {
    font-variation-settings: 'wdth' 200,'wght' 600;
  }
  .editorial-card h3 {
    font-variation-settings: 'wdth' 200,'wght' 400;
    line-height: 21px;
  }
  .editorial-card .card-background {
    object-position: center;
  }
  .editorial .slider-dots button {
    background: #cfcdcd;
  }
  .editorial .slider-dots button[aria-current=true] {
    background: var(--purple);
  }
  .problems {
    overflow: hidden;
    padding: 72px 0 50px;
  }
  .problem-heading {
    margin-bottom: 40px;
    text-align: left;
  }
  .problem-heading>p:first-of-type {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .problem-heading>p:last-child {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .problem-heading .outline-number {
    font-size: 400px;
    top: -40px;
  }
  .problem-list {
    display: flex;
    overflow: auto;
    scroll-padding-inline: 24px;
    gap: 16px;
    margin: 0 -24px;
    padding: 0 24px;
    counter-reset: problem;
  }
  .problem-list li {
    background: white;
    border-radius: 18px;
    width: 296px;
    min-height: 376px;
    flex: none;
    margin: 0;
    padding: 76px 24px 32px;
    scroll-snap-align: start;
  }
  .problem-list li:before {
    top: 24px;
    left: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .problem-list h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .problem-list p {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .problem-list p+p {
    margin-top: 18px;
  }
  .problems .slider-dots {
    margin-top: 40px;
  }
  .problems .slider-dots button {
    background: #cfcdcd;
  }
  .problems .slider-dots button[aria-current=true] {
    background: var(--purple);
  }
  .problem-action {
    margin-top: 40px;
  }
  .problem-action .button {
    width: auto;
  }
  .landscape .benefit-intro {
    min-height: 0;
  }
  .landscape .benefit-list h3 {
    font-variation-settings: 'wdth' 200,'wght' 500;
  }
  .benefit-list li+li {
    margin-top: 24px;
  }
  .team-teaser h2 {
    max-width: 330px;
  }
  .final-cta h2>span {
    display: inline;
  }
  .cta-kicker {
    font-size: 16px;
    line-height: 24px;
    font-variation-settings: 'wdth' 200,'wght' 500;
    max-width: 345px;
  }
  .final-cta .button-row {
    margin-top: 161px;
    gap: 20px;
  }
  .cta-kicker>span {
    display: block;
  }
  .cta-copy {
    font-size: 16px;
    line-height: 22px;
  }
  .partners .simple-cards {
    margin-top: 32px;
    gap: 16px;
  }
  .partners .simple-card {
    padding: 24px;
  }
  .partners .simple-card h3 {
    margin-bottom: 8px;
  }
  .partners .pill {
    margin-bottom: 16px;
  }
  .partners .simple-card p {
    font-size: 14px!important;
    line-height: 22px!important;
  }
  .partners .eyebrow {
    font-variation-settings: 'wdth' 200,'wght' 400;
  }
  .footer-nav a {
    font-size: 16px;
    line-height: 22px;
  }
  .social-links {
    font-size: 14px;
    line-height: 20px;
  }
  .legal-links {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-baseline {
    font-size: 16px;
    line-height: 24px;
    padding: 30px 24px;
    text-wrap: balance;
  }
  .legal-body h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .legal-body p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Die Startseite blendet Elemente beim Scrollen ein (`.motion-repeat`, homepage.css)
   und setzt sie dabei auf opacity 1. Die Vorteile-Rotation deckt das nur ab, solange
   ihre Animation laeuft; waehrend der Startverzoegerung von 5 und 10 s lagen deshalb
   alle drei Vorteile uebereinander. Auf Mobil gehoert die Sichtbarkeit allein der Rotation. */
@media(max-width:899px) and (prefers-reduced-motion:no-preference) {
  .scroll-integrated .advantages .advantage.motion-repeat {
    opacity: 0;
    transform: none;
  }
}

@media(max-width:899px) and (prefers-reduced-motion:reduce) {
  .advantage {
    opacity: 0;
  }
  .advantage:first-child {
    opacity: 1;
  }
}

@media(max-width:374px) {
  .button {
    font-size: 12px;
    letter-spacing: .2px;
    gap: 10px;
  }
  .hero-start {
    height: auto;
    min-height: 560px;
  }
  .editorial-heading {
    font-size: 12px;
  }
  .hero-kontakt {
    height: auto;
    min-height: 898px;
  }
  .final-cta {
    height: auto;
    min-height: 1000px;
  }
  .testimonial-intro {
    font-size: 16px;
    line-height: 23px;
  }
  .quote {
    width: 260px;
  }
  .footer-nav {
    gap: 26px;
  }
  .cta-kicker {
    margin-top: 60px;
  }
  .cta-copy {
    margin-top: 32px!important;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none!important;
    transition: none!important;
  }
  .motion-ready [data-reveal].awaiting-reveal {
    opacity: 1;
    translate: none;
  }
}
