/* ==========================================================================
   utilize — Website
   Corporate Identity: Farben, Typografie, Komponenten
   Breakpoints: sm 640px · lg 1024px
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Schriften
   -------------------------------------------------------------------------- */

@font-face {
  font-family: "League Spartan";
  src:
    url("../assets/fonts/LeagueSpartan-500.woff2") format("woff2"),
    url("../assets/fonts/LeagueSpartan-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src:
    url("../assets/fonts/LeagueSpartan-600.woff2") format("woff2"),
    url("../assets/fonts/LeagueSpartan-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src:
    url("../assets/fonts/LeagueSpartan-700.woff2") format("woff2"),
    url("../assets/fonts/LeagueSpartan-700.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src:
    url("../assets/fonts/BeVietnamPro-400.woff2") format("woff2"),
    url("../assets/fonts/BeVietnamPro-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src:
    url("../assets/fonts/BeVietnamPro-500.woff2") format("woff2"),
    url("../assets/fonts/BeVietnamPro-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src:
    url("../assets/fonts/BeVietnamPro-600.woff2") format("woff2"),
    url("../assets/fonts/BeVietnamPro-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

/* --------------------------------------------------------------------------
   2. Design-Tokens
   -------------------------------------------------------------------------- */

:root {
  /* Markenfarben */
  --sapphire: #635aff;
  --sapphire-dark: #4a41d6;
  --cloud: #ccd8ff;
  --indigo: #0d0929;
  --white: #fff;
  --apricot: #f6cf94;
  --sand: #fff1dd;
  --sunken: #f6f5ff;

  /* Textfarben */
  --text-strong: rgba(13, 9, 41, 0.7);
  --text-muted: rgba(13, 9, 41, 0.62);

  /* Linien */
  --line: rgba(13, 9, 41, 0.1);
  --line-strong: rgba(13, 9, 41, 0.15);
  --line-light: rgba(204, 216, 255, 0.25);
  --line-light-soft: rgba(204, 216, 255, 0.2);

  /* Diagrammfarben */
  --chart-sapphire: #8079ff;
  --chart-sky: #a6ccff;

  --shadow-card: 0 34px 80px -34px rgba(13, 9, 41, 0.55);
}

/* --------------------------------------------------------------------------
   3. Basis
   -------------------------------------------------------------------------- */

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

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

body {
  margin: 0;
  background: var(--white);
  color: var(--indigo);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1,
h2,
h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

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

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

.link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.15s;
}

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

.section--dark .link:hover {
  text-decoration-color: var(--white);
}

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

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

:focus-visible {
  outline: 2px solid var(--sapphire);
  outline-offset: 3px;
}

/* Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(13, 9, 41, 0.28) transparent;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(13, 9, 41, 0.28);
  border: 3px solid transparent;
  background-clip: content-box;
}

/* --------------------------------------------------------------------------
   4. Typografie-Bausteine
   -------------------------------------------------------------------------- */

.disp {
  font-family: "League Spartan", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.label {
  font-family: "League Spartan", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

.num {
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-strong);
}
.eyebrow--light {
  color: var(--cloud);
}

/* --------------------------------------------------------------------------
   5. Layout
   -------------------------------------------------------------------------- */

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.section--dark {
  background: var(--indigo);
  color: var(--white);
  background-image: linear-gradient(
      to right,
      rgba(204, 216, 255, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(204, 216, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}

.section--paper {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.section--sunken {
  background: var(--sunken);
  border-bottom: 1px solid var(--line);
}

.section--sand {
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}

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

/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.btn__arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.15s;
}

.btn:hover .btn__arrow {
  transform: translateX(4px);
}

.btn--primary {
  background: var(--sapphire);
  color: var(--white);
}
.btn--primary:hover {
  background: var(--indigo);
}

.btn--ghost {
  border: 2px solid var(--sapphire);
  color: var(--sapphire);
}
.btn--ghost:hover {
  background: var(--sapphire);
  color: var(--white);
}

.btn--invers {
  gap: 24px;
  padding: 24px 28px;
  border: 2px solid var(--indigo);
  background: var(--indigo);
  color: var(--white);
}
.btn--invers:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--sapphire);
}
.btn--invers .btn__arrow {
  font-size: 24px;
}

/* --------------------------------------------------------------------------
   7. Header
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo {
  display: block;
  width: 94px;
  height: 23px;
  flex-shrink: 0;
  background: url("../assets/logo.png") left center / contain no-repeat;
}

.logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.main-nav {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  color: var(--text-strong);
  transition: color 0.15s;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--sapphire);
}

.site-header .btn-contact {
  margin-left: auto;
  flex-shrink: 0;
  padding: 12px 20px;
  background: var(--sapphire);
  color: var(--white);
  transition: background-color 0.15s;
}
.site-header .btn-contact:hover {
  background: var(--indigo);
}

/* Sprachumschalter DE/EN, rechts neben dem Kontakt-Button. Bleibt in jeder
   Breite sichtbar, weil die Hauptnavigation unter 1024px ausgeblendet wird. */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  /* Haelt Globus und Sprachkuerzel auch dann in einer Zeile, wenn die
     Flexbox mal nicht greift (alter CSS-Cache, Druckansicht). */
  white-space: nowrap;
  color: var(--text-muted);
}

.lang-switch__icon {
  flex-shrink: 0;
  margin-right: 2px;
  vertical-align: middle;
  /* align-items zentriert die Boxen, nicht die Schrift. Die Versalien von
     .label sitzen im oberen Teil ihrer Zeilenbox, der Globus saesse sonst
     2,5px zu tief. */
  transform: translateY(-2px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
}

.lang-switch a {
  color: var(--text-muted);
  transition: color 0.15s;
}
.lang-switch a:hover {
  color: var(--sapphire);
}
.lang-switch a[aria-current="true"] {
  color: var(--sapphire);
}

.lang-switch__sep {
  opacity: 0.4;
}

/* Unter 400px wird es im Header eng: Logo, Button und Umschalter brauchen
   zusammen 383px. Dort zeigt der Umschalter nur Globus + Zielsprache, das
   Trennzeichen und die aktive Sprache entfallen. Ab 400px steht wieder
   die volle Form "DE / EN". */
@media (max-width: 399px) {
  .site-header .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header__inner {
    gap: 12px;
  }

  .lang-switch__sep,
  .lang-switch a[aria-current="true"] {
    display: none;
  }
}

/* Kurzes Label auf schmalen Screens, damit der Header bei 320px passt. */
.btn-contact__more {
  display: none;
}

/* --------------------------------------------------------------------------
   8. Hero
   -------------------------------------------------------------------------- */

.hero {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding-top: 64px;
}

.hero__title {
  font-size: 10.4vw;
  line-height: 0.98;
}
.hero__title em {
  font-style: normal;
  color: var(--sapphire);
}

.hero__grid {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}

.hero__lead {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-strong);
}
.hero__lead span {
  display: block;
}

.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero__chart {
  margin-top: 56px;
}

.hero__spacer {
  height: 64px;
}

/* Zielgruppen */
.audience {
  margin-top: 56px;
  scroll-margin-top: 96px;
  border-top: 1px solid var(--line);
  padding-top: 56px;
}

.audience__grid {
  margin-top: 32px;
  display: grid;
  row-gap: 44px;
}

.audience__item {
  border-top: 2px solid var(--sapphire);
  padding-top: 20px;
}

.audience__item h3 {
  font-size: 25px;
  line-height: 1.25;
}

.audience__item p {
  margin-top: 12px;
  max-width: 460px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted);
}

.audience__cta {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}

.audience__cta p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-strong);
}

/* --------------------------------------------------------------------------
   9. Diagramm-Karten (Recorder + Pool)
   -------------------------------------------------------------------------- */

.card-chart {
  border: 1px solid var(--line-light);
  background: var(--indigo);
  color: var(--white);
  box-shadow: var(--shadow-card);
}

.card-chart__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 8px;
  padding: 14px 16px;
}

.card-chart__bar--top {
  border-bottom: 1px solid var(--line-light-soft);
}

.card-chart__bar--bottom {
  border-top: 1px solid var(--line-light-soft);
}

.card-chart__status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-chart__pulse {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.card-chart__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.card-chart__time {
  font-size: 13px;
  color: var(--cloud);
}

.card-chart__note {
  margin-left: auto;
  font-size: 13px;
  color: var(--cloud);
}

.card-chart__legend {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cloud);
}

.card-chart__swatch {
  display: inline-block;
  height: 8px;
  width: 16px;
}

.card-chart__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.card-chart__canvas {
  position: relative;
  min-width: 0;
}

/* Kennzahlen neben dem Recorder-Diagramm */
.readout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-light-soft);
  padding: 20px 16px;
}

.readout__value {
  margin-top: 8px;
  font-size: 24px;
}

.readout__value--accent {
  color: var(--apricot);
}

.readout__unit {
  margin-left: 6px;
  font-size: 13px;
  color: var(--cloud);
}

.readout__status {
  display: none;
}

.readout__status p {
  margin-top: 8px;
  font-size: 14px;
}

/* Kennzahlen unter dem Pool-Diagramm */
.pool-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border-top: 1px solid var(--line-light-soft);
  background: var(--line-light-soft);
}

.pool-stats__item {
  background: var(--indigo);
  padding: 16px;
}

.pool-stats__value {
  margin-top: 6px;
  font-size: 22px;
}

.pool-note {
  border-top: 1px solid var(--line-light-soft);
  padding: 14px 16px;
  font-size: 14px;
}

/* --------------------------------------------------------------------------
   10. Partner
   -------------------------------------------------------------------------- */

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

.partner h2 {
  margin-top: 24px;
  max-width: 680px;
  font-size: 8vw;
  line-height: 1;
}

.partner p {
  margin-top: 20px;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-strong);
}

/* --------------------------------------------------------------------------
   11. Herausforderung
   -------------------------------------------------------------------------- */

.problem__title {
  margin-top: 32px;
  font-size: 9vw;
  line-height: 0.98;
}

.problem__lead {
  margin-top: 28px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--cloud);
}

.problem__grid {
  margin-top: 56px;
  display: grid;
  column-gap: 56px;
  row-gap: 40px;
}

.problem__item {
  border-top: 1px solid var(--line-light);
  padding-top: 20px;
}

.problem__item h3 {
  color: var(--apricot);
}

.problem__item p {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--cloud);
}

.problem__impact {
  margin-top: 16px !important;
  display: flex;
  gap: 10px;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: var(--white) !important;
}

.problem__impact span:first-child {
  color: var(--apricot);
}

.problem__bridge {
  margin-top: 80px;
  max-width: 760px;
  border-left: 2px solid var(--sapphire);
  padding-left: 24px;
}

.problem__bridge p {
  margin-top: 20px;
  font-size: 27px;
  line-height: 1.2;
}

/* --------------------------------------------------------------------------
   12. Lösung
   -------------------------------------------------------------------------- */

.solution__title {
  margin-top: 32px;
  max-width: 980px;
  font-size: 9vw;
  line-height: 0.98;
}

.solution__lead {
  margin-top: 28px;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-strong);
}

.solution__chart {
  margin-top: 48px;
}

.benefits {
  margin-top: 64px;
}

.benefits__grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: rgba(13, 9, 41, 0.12);
}

.benefits__item {
  background: var(--white);
  padding: 28px;
}

.benefits__item h3 {
  font-size: 23px;
  line-height: 1.1;
}

.benefits__item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   13. Fahrplan
   -------------------------------------------------------------------------- */

.roadmap__title {
  margin-top: 32px;
  font-size: 9vw;
  line-height: 0.98;
}

.roadmap__controls {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tabs {
  display: flex;
  width: 100%;
  max-width: 520px;
  flex-direction: column;
  border: 1px solid rgba(13, 9, 41, 0.2);
  background: rgba(255, 255, 255, 0.7);
  padding: 4px;
}

.tabs button {
  flex: 1;
  padding: 14px 12px;
  text-align: center;
  color: var(--text-strong);
  transition: color 0.15s, background-color 0.15s;
}

.tabs button:hover {
  color: var(--sapphire);
}

.tabs button[aria-selected="true"] {
  background: var(--sapphire);
  color: var(--white);
}

.roadmap__note {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-muted);
}

.roadmap__rule {
  display: none;
  margin-top: 48px;
  height: 2px;
  width: 100%;
  background: var(--sapphire);
}

.roadmap__steps {
  margin-top: 48px;
  display: grid;
  row-gap: 40px;
}

.roadmap__steps[hidden] {
  display: none;
}

.roadmap__step {
  border-top: 2px solid var(--sapphire);
  padding-top: 20px;
}

.roadmap__step-num {
  font-size: 15px;
  color: var(--sapphire-dark);
}

.roadmap__step h3 {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.roadmap__step > p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
}

.roadmap__meta {
  margin-top: 20px;
  border-top: 1px solid var(--line-strong);
  padding-top: 12px;
}

.roadmap__owner {
  color: var(--sapphire-dark);
}

.roadmap__time {
  margin-top: 6px;
  font-size: 14px;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   14. Akkordeon (FAQ + Team)
   -------------------------------------------------------------------------- */

.accordion {
  margin-top: 56px;
  border-top: 1px solid var(--line-light);
}

.accordion__item {
  border-bottom: 1px solid var(--line-light);
}

.accordion__summary {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  list-style: none;
  transition: color 0.15s;
}

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

.accordion__summary:hover {
  color: var(--apricot);
}

.accordion__q {
  font-size: 19px;
  line-height: 1.3;
}

/* Plus-/Kreuz-Symbol */
.plus {
  position: relative;
  margin-top: 4px;
  display: block;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  color: var(--cloud);
  transition: transform 0.3s, color 0.15s;
}

.accordion__summary:hover .plus {
  color: var(--apricot);
}

[open] > .accordion__summary .plus {
  transform: rotate(45deg);
  color: var(--apricot);
}

/* Während des Zuklappens dreht das Symbol sofort zurück, nicht erst am Ende. */
[data-closing] > .accordion__summary .plus {
  transform: none;
  color: var(--cloud);
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.plus::before {
  left: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  transform: translateY(-50%);
}

.plus::after {
  left: 50%;
  top: 0;
  height: 20px;
  width: 2px;
  transform: translateX(-50%);
}

.accordion__panel {
  padding: 0 40px 28px 0;
}

/* Wird beim Auf- und Zuklappen gesetzt (siehe js/main.js). */
.accordion__panel--animating {
  overflow: hidden;
}

.accordion__panel p {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--cloud);
}

.faq__title {
  margin-top: 32px;
  max-width: 820px;
  font-size: 9vw;
  line-height: 0.98;
}

.faq__outro {
  margin-top: 48px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--cloud);
}

.faq__outro a {
  color: var(--apricot);
  text-decoration: underline;
  text-decoration-color: rgba(246, 207, 148, 0.4);
  text-underline-offset: 4px;
  transition: text-decoration-color 0.15s;
}

.faq__outro a:hover {
  text-decoration-color: var(--apricot);
}

/* --------------------------------------------------------------------------
   15. Kontakt-Abschluss
   -------------------------------------------------------------------------- */

.contact-cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-cta h2 {
  margin-top: 24px;
  max-width: 760px;
  font-size: 9vw;
  line-height: 1.02;
}

/* --------------------------------------------------------------------------
   16. Footer
   -------------------------------------------------------------------------- */

.site-footer {
  background: var(--indigo);
  color: var(--cloud);
}

.site-footer__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-footer__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__brand {
  font-size: 18px;
  text-transform: lowercase;
  color: var(--white);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 32px;
  row-gap: 12px;
}

.site-footer__nav a {
  transition: color 0.15s;
}

.site-footer__nav a:hover {
  color: var(--white);
}

.site-footer__bottom {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid var(--line-light-soft);
  padding-top: 24px;
}

.site-footer__bottom p:last-child {
  font-size: 14px;
}

/* --------------------------------------------------------------------------
   17. Seite „Über uns“
   -------------------------------------------------------------------------- */

.about-hero__title {
  margin-top: 32px;
  max-width: 960px;
  font-size: 8.6vw;
  line-height: 1.04;
}

.about-hero__lead {
  margin-top: 28px;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--cloud);
}

.about-intro {
  display: grid;
  gap: 40px;
}

.about-intro h2 {
  font-size: 8vw;
  line-height: 1;
}

.about-intro p {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-strong);
}

.about-intro p + p {
  margin-top: 20px;
}

.team__title {
  margin-top: 24px;
  font-size: 8vw;
  line-height: 1;
}

.team {
  margin-top: 48px;
  border-top: 1px solid var(--line-strong);
}

.team .accordion__item {
  border-bottom: 1px solid var(--line-strong);
}

.team .accordion__summary {
  gap: 24px;
}

.team .accordion__summary:hover {
  color: inherit;
}

.team .plus {
  color: rgba(13, 9, 41, 0.45);
}

.team .accordion__summary:hover .plus,
.team [open] > .accordion__summary .plus {
  color: var(--sapphire);
}

.team [data-closing] > .accordion__summary .plus {
  color: rgba(13, 9, 41, 0.45);
}

.team__role {
  display: block;
  color: var(--sapphire);
}

.team__name {
  display: block;
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.25;
}

.team .accordion__panel {
  padding-bottom: 32px;
}

.team__quote {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.35;
  color: var(--sapphire);
}

.team__bio {
  margin-top: 20px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
}

.career h2 {
  margin-top: 24px;
  max-width: 700px;
  font-size: 9vw;
  line-height: 1.02;
}

.career__cta {
  display: inline-flex;
  margin-top: 40px;
}

/* --------------------------------------------------------------------------
   18. Rechtstexte (Impressum, Datenschutz)
   -------------------------------------------------------------------------- */

.legal__title {
  max-width: 760px;
  font-size: 11vw;
  line-height: 1.02;
}

.legal__body {
  max-width: 760px;
  margin-top: 56px;
  color: var(--text-strong);
}

.legal__body h2 {
  margin-top: 56px;
  margin-bottom: 16px;
  font-family: "League Spartan", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--indigo);
}

.legal__body h3 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  color: var(--indigo);
}

.legal__body h4 {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--indigo);
}

.legal__body p,
.legal__body li {
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.65;
}

.legal__body ul {
  padding-left: 20px;
}

.legal__body a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  word-break: break-word;
}

.legal__body a:hover {
  color: var(--sapphire);
}

.legal__body :first-child {
  margin-top: 0;
}

@media (min-width: 900px) {
  .legal__title {
    font-size: 72px;
  }
}

/* ==========================================================================
   Breakpoint: sm — ab 640px
   ========================================================================== */

@media (min-width: 640px) {
  .btn-contact__more {
    display: inline;
  }

  .hero__title {
    font-size: 8.4vw;
  }

  .hero__lead {
    font-size: 21px;
  }

  .audience__grid {
    column-gap: 48px;
  }

  .audience__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .card-chart__bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .readout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .readout__value {
    font-size: 30px;
  }

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

  .pool-stats__item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pool-note {
    padding-left: 24px;
    padding-right: 24px;
  }

  .partner h2 {
    font-size: 4.6vw;
  }

  .problem__title {
    font-size: 5.4vw;
  }

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

  .problem__item > p:not(.problem__impact) {
    min-height: 56px;
  }

  .problem__bridge p {
    font-size: 33px;
  }

  .solution__title {
    font-size: 5.4vw;
  }

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

  .roadmap__title {
    font-size: 5.4vw;
  }

  .roadmap__controls {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .tabs {
    flex-direction: row;
  }

  .roadmap__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
  }

  .accordion__q {
    font-size: 22px;
  }

  .faq__title {
    font-size: 5.4vw;
  }

  .contact-cta h2 {
    font-size: 5vw;
  }

  .site-footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

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

  .about-hero__title {
    font-size: 4.8vw;
  }

  .about-hero__lead {
    font-size: 19px;
  }

  .about-intro h2 {
    font-size: 4.6vw;
  }

  .about-intro p {
    font-size: 20px;
  }

  .team__title {
    font-size: 4.6vw;
  }

  .team__name {
    font-size: 27px;
  }

  .team__quote {
    font-size: 21px;
  }

  .career h2 {
    font-size: 5vw;
  }
}

/* ==========================================================================
   Breakpoint: lg — ab 1024px
   ========================================================================== */

@media (min-width: 1024px) {
  /* Nur die seitlichen Gutter anpassen - die Kurzform wuerde die eigene
     vertikale Polsterung von .site-header__inner und .site-footer__inner
     ueberschreiben. */
  .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section--tall {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .main-nav {
    display: flex;
  }

  .site-header .btn-contact {
    margin-left: 0;
  }

  .hero {
    padding-top: 96px;
  }

  .hero__title {
    font-size: 88px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: end;
  }

  .hero__chart {
    margin-top: 80px;
  }

  .hero__spacer {
    height: 96px;
  }

  .audience {
    margin-top: 80px;
  }

  .audience__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 56px;
  }

  .audience__item h3 {
    min-height: 60px;
  }

  .card-chart__body {
    grid-template-columns: minmax(0, 1fr) 236px;
  }

  .readout {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 32px;
    border-top: 0;
    border-left: 1px solid var(--line-light-soft);
  }

  .readout__status {
    display: block;
  }

  .partner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .partner h2 {
    font-size: 48px;
  }

  .problem__title {
    font-size: 60px;
  }

  .problem__grid {
    column-gap: 80px;
  }

  .problem__bridge {
    margin-top: 96px;
  }

  .solution__title {
    font-size: 58px;
  }

  .solution__chart {
    margin-top: 56px;
  }

  .benefits {
    margin-top: 80px;
  }

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

  .benefits__item {
    padding: 32px;
  }

  .roadmap__title {
    font-size: 60px;
  }

  .roadmap__rule {
    display: block;
  }

  .roadmap__steps {
    margin-top: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
  }

  .roadmap__step {
    border-top: 0;
    border-left: 1px solid var(--line-strong);
    padding: 0 28px;
  }

  .roadmap__step:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .roadmap__step h3 {
    min-height: 56px;
  }

  .roadmap__step > p {
    min-height: 130px;
  }

  .roadmap__owner {
    min-height: 32px;
  }

  .faq__title {
    font-size: 58px;
  }

  .contact-cta {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .contact-cta h2 {
    font-size: 52px;
  }

  .about-hero__title {
    font-size: 52px;
  }

  .about-intro {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 64px;
  }

  .about-intro h2 {
    font-size: 46px;
  }

  .team__title {
    font-size: 46px;
  }

  .career h2 {
    font-size: 52px;
  }
}

/* ==========================================================================
   Bewegung reduzieren
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

