:root {
  color-scheme: light;
  --ink: #0f242b;
  --ink-2: #1b353e;
  --muted: #536870;
  --soft: #f3f8f8;
  --soft-2: #eef6f4;
  --white: #ffffff;
  --line: #d8e7e7;
  --teal: #0bb8c6;
  --teal-2: #0a7c86;
  --lime: #b9e769;
  --amber: #f1b64b;
  --shadow: 0 24px 80px rgba(15, 36, 43, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, Avenir Next, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}

body.is-flowing #flowCanvas {
  opacity: 0.78;
}

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

.intro-gate {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(120deg, rgba(11, 184, 198, 0.2), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 86px),
    linear-gradient(135deg, #08181d 0%, #0f242b 55%, #14373f 100%);
  color: var(--white);
  overflow: hidden;
  animation: introExit 900ms ease 1450ms forwards;
}

.intro-gate::before,
.intro-gate::after {
  position: absolute;
  content: "";
}

.intro-gate::before {
  width: min(76vw, 920px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), var(--lime), transparent);
  transform: translateX(-18%);
  animation: introLine 1550ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.intro-gate::after {
  right: clamp(24px, 8vw, 118px);
  bottom: clamp(34px, 10vh, 96px);
  width: clamp(86px, 12vw, 150px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 231, 105, 0.54);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.035);
  opacity: 0.62;
}

.intro-gate.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.intro-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  transform: translateY(8px) scale(0.96);
  animation: introCard 980ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro-system {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intro-system span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid var(--lime);
  border-radius: 50%;
  background: #0f242b;
  box-shadow: 0 0 34px rgba(185, 231, 105, 0.42);
  animation: introNode 1550ms ease both;
}

.intro-system span:nth-child(1) {
  left: 18%;
  top: 42%;
}

.intro-system span:nth-child(2) {
  left: 54%;
  top: 42%;
  animation-delay: 160ms;
}

.intro-system span:nth-child(3) {
  right: 18%;
  top: 42%;
  animation-delay: 280ms;
}

.intro-word {
  display: flex;
  align-items: flex-end;
  gap: clamp(8px, 1.2vw, 14px);
  font-size: clamp(3.5rem, 11vw, 8rem);
  line-height: 0.9;
  font-weight: 880;
}

.intro-flow {
  color: var(--white);
}

.intro-iq {
  margin-bottom: 0.08em;
  border: 1px solid rgba(185, 231, 105, 0.52);
  border-radius: 999px;
  padding: 0.18em 0.28em 0.16em;
  background: rgba(255, 255, 255, 0.08);
  color: var(--lime);
  font-size: 0.42em;
  line-height: 1;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.intro-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  font-weight: 760;
}

.intro-trigger,
.motion-button,
.nav-menu-trigger {
  font: inherit;
}

.intro-trigger {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(185, 231, 105, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.intro-trigger::before {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(185, 231, 105, 0.48);
  border-radius: 50%;
  content: "";
  animation: pulseRing 1300ms ease infinite;
}

.play-triangle,
.mini-triangle {
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid currentColor;
  transform: translateX(3px);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(154px, 190px) 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px 54px;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(216, 231, 231, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  display: block;
  width: 172px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 720;
}

.nav-links a,
.nav-menu-trigger,
.nav-cta,
.button,
.contact-form button,
.industry-tab {
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-menu {
  position: relative;
}

.nav-menu-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 720;
}

.nav-menu:hover .nav-menu-trigger,
.nav-menu.is-open .nav-menu-trigger {
  color: var(--ink);
}

.nav-menu-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  display: grid;
  width: 292px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 36, 43, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-menu:hover .nav-menu-panel,
.nav-menu.is-open .nav-menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-menu-panel a {
  padding: 12px 12px;
  border-radius: 7px;
  color: var(--ink);
  font-size: 0.94rem;
}

.nav-menu-panel a:hover {
  background: var(--soft);
}

.nav-cta,
.button,
.contact-form button,
.industry-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font: inherit;
  font-weight: 820;
  cursor: pointer;
}

.nav-cta,
.button.primary,
.contact-form button {
  background: var(--ink);
  color: var(--white);
}

.nav-cta:hover,
.button:hover,
.contact-form button:hover,
.industry-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 36, 43, 0.14);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #eef6f6;
}

.hero::after {
  position: absolute;
  right: min(8vw, 92px);
  top: 22%;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(11, 184, 198, 0.26);
  clip-path: polygon(50% 0, 100% 88%, 0 88%);
  content: "";
  opacity: 0.82;
  transform: rotate(20deg);
  animation: floatTriangle 7s ease-in-out infinite;
}

.hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 76%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.86;
}

#flowCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.44;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 252, 252, 0.99) 0%, rgba(248, 252, 252, 0.93) 41%, rgba(248, 252, 252, 0.34) 73%, rgba(248, 252, 252, 0.05) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  margin-left: 96px;
  padding-top: 78px;
  animation: heroRise 950ms cubic-bezier(0.16, 1, 0.3, 1) 550ms both;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--teal-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-size: 8.7rem;
  line-height: 0.88;
  font-weight: 870;
  letter-spacing: 0;
}

.hero-claim {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(2rem, 4.8vw, 4.9rem);
  line-height: 0.96;
  font-weight: 870;
}

.hero-copy {
  width: min(690px, 100%);
  margin-bottom: 18px;
  color: #213940;
  font-size: 1.48rem;
  line-height: 1.48;
  font-weight: 620;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.hero-proof span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(11, 184, 198, 0.28);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-2);
  font-size: 0.9rem;
  font-weight: 780;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.motion-button {
  gap: 10px;
  border-color: rgba(11, 184, 198, 0.38);
  background: rgba(11, 184, 198, 0.1);
  color: var(--ink);
}

.mini-triangle {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 12px;
  color: var(--teal-2);
}

.hero-console {
  position: absolute;
  z-index: 3;
  right: 72px;
  bottom: 96px;
  width: min(340px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(216, 231, 231, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: consoleIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 850ms both;
}

.console-topline,
.console-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.console-topline {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.console-topline strong {
  color: var(--teal-2);
}

.console-row {
  min-height: 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 740;
}

.console-row b {
  color: var(--ink);
}

.signal-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.signal-grid,
.section,
.industry-section,
.questionnaire-section,
.statement,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

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

.signal-grid > div {
  min-height: 124px;
  padding: 28px 24px;
  border-left: 1px solid var(--line);
}

.signal-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.signal-grid span,
.service-card span,
.problem-solution span,
.timeline-item span,
.process-stage span,
.pricing-card span,
.pricing-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-2);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

#leistungen,
#branchen,
#fragebogen,
#ablauf,
#kontakt,
#formular,
#loesung,
#prozesscheck,
#branche-handwerk,
#branche-praxen,
#branche-dienstleister,
#beispiele,
#modelle {
  scroll-margin-top: 156px;
}

.signal-grid strong {
  display: block;
  font-size: 1.24rem;
  line-height: 1.2;
}

.position-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: 48px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 72px auto 0;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 184, 198, 0.24), transparent 45%),
    var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.position-strip h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 2.45rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.position-strip .eyebrow {
  color: var(--teal);
}

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

.position-points span {
  display: flex;
  min-height: 54px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 760;
}

.section,
.industry-section,
.questionnaire-section {
  padding: 96px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.78fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.section-heading.compact {
  display: block;
  max-width: 840px;
}

.section-heading h2,
.questionnaire-intro h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: 3.35rem;
  line-height: 1;
  font-weight: 860;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.questionnaire-intro p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-heading.compact p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 22px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.service-card,
.industry-panel,
.question-list details,
.timeline-item,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 284px;
  padding: 24px;
  background: var(--soft);
}

.service-card .text-link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
}

.service-card h3 {
  margin-bottom: 16px;
  font-size: 1.34rem;
  line-height: 1.14;
}

.service-card p,
.timeline-item p,
.industry-copy p,
.problem-solution li,
.question-list p,
.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.58;
}

.industry-section {
  border-top: 1px solid var(--line);
}

.industry-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.industry-tab {
  min-height: 46px;
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.industry-tab.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.industry-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(460px, 1fr);
  gap: 34px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(243, 248, 248, 0.78), rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: var(--shadow);
}

.industry-panel[hidden] {
  display: none;
}

.industry-copy h3 {
  margin-bottom: 18px;
  font-size: 2.25rem;
  line-height: 1.05;
}

.industry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.small-button {
  min-height: 42px;
  padding-inline: 15px;
  font-size: 0.94rem;
}

.text-link {
  color: var(--teal-2);
  font-weight: 820;
}

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

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

.problem-solution > div {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.problem-solution > div:last-child {
  border-color: rgba(11, 184, 198, 0.36);
  background: rgba(237, 248, 201, 0.34);
}

.problem-solution ul {
  margin: 0;
  padding-left: 18px;
}

.problem-solution li + li {
  margin-top: 10px;
}

.example-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(11, 184, 198, 0.1), transparent 38%),
    linear-gradient(180deg, var(--white), var(--soft));
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.comparison-card {
  min-height: 264px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.84);
}

.comparison-card span,
.preview-topline span,
.preview-question small,
.preview-summary span,
.trust-grid span,
.direct-contact {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-2);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.comparison-card h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
  line-height: 1.12;
}

.comparison-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.comparison-card.after {
  border-color: rgba(11, 184, 198, 0.38);
  background:
    linear-gradient(145deg, rgba(11, 184, 198, 0.12), rgba(237, 248, 201, 0.34)),
    var(--white);
  box-shadow: var(--shadow);
}

.questionnaire-preview-section {
  border-top: 1px solid var(--line);
}

.questionnaire-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: center;
  border-radius: 8px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(11, 184, 198, 0.24), transparent 42%),
    var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.preview-copy h2 {
  margin-bottom: 18px;
  font-size: 3.1rem;
  line-height: 1;
}

.preview-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
  line-height: 1.7;
}

.preview-copy .eyebrow {
  color: var(--lime);
}

.preview-device {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.preview-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.preview-topline span,
.preview-question small,
.preview-summary span {
  margin-bottom: 0;
  color: var(--lime);
}

.preview-question,
.preview-summary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.preview-question h3 {
  margin: 8px 0 14px;
  font-size: 1.18rem;
}

.preview-question p,
.preview-summary strong {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-grid span {
  min-height: 34px;
  border: 1px solid rgba(11, 184, 198, 0.28);
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--soft);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.trust-section {
  border-top: 1px solid var(--line);
}

.contact-proof-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.trust-grid article {
  min-height: 238px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 248, 0.68)),
    var(--white);
}

.trust-grid h3 {
  margin-bottom: 13px;
  font-size: 1.3rem;
  line-height: 1.16;
}

.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.questionnaire-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: 72px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.questionnaire-intro {
  position: sticky;
  top: 112px;
}

.questionnaire-intro p:not(.eyebrow) {
  margin-top: 24px;
}

.question-list {
  display: grid;
  gap: 12px;
}

.question-list details {
  padding: 20px 22px;
  background: var(--soft-2);
}

.question-list summary {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 820;
  cursor: pointer;
}

.question-list p {
  margin: 14px 0 0;
}

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

.timeline-item {
  min-height: 214px;
  padding: 24px;
  background: linear-gradient(135deg, var(--white), var(--soft));
}

.process-section {
  position: relative;
}

.process-graphic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.process-graphic::before {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--lime), var(--amber));
  content: "";
}

.process-stage {
  position: relative;
  min-height: 248px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 248, 0.7)),
    var(--white);
  box-shadow: 0 18px 46px rgba(15, 36, 43, 0.08);
}

.process-stage::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: 20px;
  border: 3px solid var(--lime);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 7px rgba(185, 231, 105, 0.14);
  content: "";
}

.process-stage strong {
  display: block;
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.18;
}

.process-stage p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.56;
}

.process-bottomline {
  display: grid;
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(11, 184, 198, 0.26);
  border-radius: 8px;
  padding: 20px 22px;
  background: rgba(11, 184, 198, 0.08);
}

.process-bottomline span {
  color: var(--teal-2);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.process-bottomline strong {
  font-size: 1.24rem;
  line-height: 1.22;
}

.timeline-item span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
}

.timeline-item strong {
  display: block;
  margin: 18px 0 12px;
  font-size: 1.25rem;
}

.statement {
  padding: 72px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement p {
  max-width: 1040px;
  margin-bottom: 0;
  font-size: 4.55rem;
  line-height: 0.98;
  font-weight: 860;
  letter-spacing: 0;
}

.pricing-section {
  border-top: 1px solid var(--line);
}

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

.pricing-card {
  display: flex;
  min-height: 314px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 248, 0.68)),
    var(--white);
}

.pricing-card.is-featured {
  border-color: rgba(11, 184, 198, 0.42);
  background:
    linear-gradient(145deg, rgba(11, 184, 198, 0.12), rgba(237, 248, 201, 0.28)),
    var(--white);
  box-shadow: var(--shadow);
}

.pricing-card h3 {
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.12;
}

.pricing-card p {
  color: var(--muted);
  line-height: 1.58;
}

.pricing-card strong {
  display: block;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.pricing-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.pricing-note {
  display: grid;
  grid-template-columns: minmax(80px, 0.14fr) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(15, 36, 43, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: var(--ink);
  color: var(--white);
}

.pricing-note span {
  color: var(--lime);
}

.pricing-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.58;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.78fr);
  gap: 76px;
}

.contact-copy p:not(.eyebrow) {
  margin-top: 24px;
}

.direct-contact {
  margin-top: 22px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 0.95rem;
  line-height: 1.5;
}

.direct-contact a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(11, 184, 198, 0.48);
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-size: 0.9rem;
  font-weight: 780;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #c7d9dc;
  border-radius: 7px;
  padding: 13px 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 3px solid rgba(11, 184, 198, 0.2);
  border-color: var(--teal);
}

.contact-form button {
  width: 100%;
  margin-top: 4px;
  border-color: var(--ink);
  font-size: 1rem;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.form-status {
  display: none;
  margin: -4px 0 0;
  border: 1px solid rgba(11, 184, 198, 0.34);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(237, 248, 201, 0.38);
  color: var(--ink-2);
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 720;
}

.form-status.is-visible {
  display: block;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0 44px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 840;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  font-weight: 760;
}

.footer-links a:hover {
  color: var(--ink);
}

.legal-hero {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 54px;
}

.legal-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 9vw, 7.4rem);
  overflow-wrap: anywhere;
}

.legal-hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.65;
}

.legal-content {
  display: grid;
  gap: 22px;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: 96px;
}

.legal-block {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.legal-block h2 {
  margin-bottom: 18px;
  font-size: 1.75rem;
  line-height: 1.12;
}

.legal-block h3 {
  margin: 26px 0 12px;
  font-size: 1.12rem;
}

.legal-block ul {
  margin: 0;
  padding-left: 20px;
}

.legal-block li + li {
  margin-top: 8px;
}

.placeholder-note {
  border-color: rgba(241, 182, 75, 0.55);
  background: rgba(241, 182, 75, 0.14);
}

.branch-page {
  background:
    linear-gradient(180deg, #f6fbfb 0%, #ffffff 36%, #f1f8f8 72%, #ffffff 100%);
}

.branch-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  padding: 138px max(18px, calc((100vw - 1180px) / 2)) 78px;
  color: var(--white);
  background: var(--ink);
}

.branch-hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--teal), var(--lime), rgba(255, 255, 255, 0));
  content: "";
}

.branch-hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.36;
}

.branch-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 36, 43, 0.96) 0%, rgba(15, 36, 43, 0.9) 48%, rgba(15, 36, 43, 0.56) 100%),
    linear-gradient(0deg, rgba(11, 184, 198, 0.2), transparent 42%);
}

.branch-hero-inner,
.branch-scorecard {
  position: relative;
  z-index: 2;
}

.branch-hero-inner {
  max-width: 790px;
}

.branch-hero h1 {
  margin-bottom: 26px;
  max-width: 860px;
  font-size: clamp(3.5rem, 6.5vw, 6.6rem);
  line-height: 0.94;
  font-weight: 850;
}

.branch-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.18rem;
  line-height: 1.62;
  font-weight: 570;
}

.branch-proof span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.branch-hero .button.primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.branch-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.branch-scorecard {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.branch-scorecard > span,
.detail-card span,
.offer-item span,
.lane-step span,
.before-after span {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.branch-scorecard strong {
  display: block;
  margin-bottom: 24px;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.16;
}

.branch-scorecard dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.branch-scorecard dl div {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.branch-scorecard dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
  font-weight: 820;
  text-transform: uppercase;
}

.branch-scorecard dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.42;
  font-weight: 720;
}

.branch-flow,
.branch-switch,
.route-switch,
.detail-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.branch-switch {
  position: sticky;
  z-index: 20;
  top: 74px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: -36px;
  padding: 10px;
  border: 1px solid rgba(11, 184, 198, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 248, 0.94)),
    var(--white);
  box-shadow: 0 22px 58px rgba(15, 36, 43, 0.16);
  backdrop-filter: blur(16px);
}

.branch-switch a {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 7px;
  padding: 10px 18px;
  color: var(--ink);
  font-weight: 820;
}

.branch-switch a:hover {
  background: var(--soft);
}

.branch-switch a.is-active {
  background: var(--ink);
  color: var(--white);
}

.branch-switch span,
.branch-switch small {
  display: block;
}

.branch-switch small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.branch-switch a.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.route-switch {
  position: sticky;
  z-index: 20;
  top: 74px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
  gap: 8px;
  margin-top: -36px;
  padding: 10px;
  border: 1px solid rgba(11, 184, 198, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 248, 0.94)),
    var(--white);
  box-shadow: 0 22px 58px rgba(15, 36, 43, 0.16);
  backdrop-filter: blur(16px);
}

.route-switch a {
  display: flex;
  min-height: 60px;
  flex-direction: column;
  justify-content: center;
  border-radius: 7px;
  padding: 11px 16px;
  color: var(--ink);
  font-weight: 820;
}

.route-switch a:hover {
  background: var(--soft);
}

.route-switch a.is-active {
  background: var(--ink);
  color: var(--white);
}

.route-switch span,
.route-switch small {
  display: block;
}

.route-switch small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
}

.route-switch a.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.branch-flow {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  margin-top: -34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.branch-flow div {
  min-height: 128px;
  padding: 24px;
  border-left: 1px solid var(--line);
}

.branch-flow div:first-child {
  border-left: 0;
}

.branch-flow span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 850;
}

.branch-flow strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.22;
}

.detail-section {
  padding: 86px 0;
  border-bottom: 1px solid var(--line);
}

.detail-section:last-of-type {
  border-bottom: 0;
}

.value-split,
.branch-questionnaire {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.95fr);
  gap: 72px;
  align-items: start;
}

.detail-heading {
  max-width: 760px;
}

.detail-heading.narrow {
  max-width: 820px;
  margin-bottom: 34px;
}

.detail-heading h2 {
  margin-bottom: 0;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0;
}

.detail-copy p {
  color: var(--muted);
  font-size: 1.11rem;
  line-height: 1.76;
}

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

.detail-grid {
  display: grid;
  gap: 14px;
}

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

.detail-grid.four,
.compact-lane {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-card,
.offer-item,
.lane-step,
.before-after article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.detail-card {
  min-height: 238px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 248, 0.62)),
    var(--white);
}

.detail-card h3,
.offer-item h3,
.lane-step h3 {
  margin-bottom: 14px;
  font-size: 1.34rem;
  line-height: 1.16;
}

.detail-card p,
.offer-item p,
.lane-step p,
.before-after li {
  color: var(--muted);
  line-height: 1.58;
}

.solution-band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, #eef6f4 0%, #f7fbfb 100%);
}

.solution-band .detail-heading,
.solution-band .offer-grid {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.branch-page #loesung {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f9f8 100%);
}

.branch-page #loesung .detail-heading,
.branch-page #loesung .detail-grid {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.offer-item {
  min-height: 268px;
  padding: 24px;
  background: linear-gradient(135deg, var(--white), #f7fbfb);
}

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

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

.lane-step {
  min-height: 230px;
  padding: 22px;
  position: relative;
}

.lane-step::after {
  position: absolute;
  top: 35px;
  right: -17px;
  width: 24px;
  height: 2px;
  background: var(--teal);
  content: "";
}

.lane-step:last-child::after {
  display: none;
}

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

.before-after article {
  padding: 26px;
  background: var(--soft);
}

.before-after article:last-child {
  border-color: rgba(11, 184, 198, 0.34);
  background: rgba(11, 184, 198, 0.08);
}

.before-after ul {
  margin: 0;
  padding-left: 20px;
}

.before-after li + li {
  margin-top: 10px;
}

.insight-list {
  display: grid;
  gap: 12px;
}

.insight-list article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.insight-list h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.18;
}

.insight-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.56;
}

.page-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.page-link-card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(15, 36, 43, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.questionnaire-section .page-link-grid {
  grid-column: 1 / -1;
}

.page-link-card span {
  color: var(--teal-2);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.page-link-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.32rem;
  line-height: 1.16;
}

.page-link-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 740;
}

.page-link-card:hover {
  border-color: rgba(11, 184, 198, 0.46);
  transform: translateY(-2px);
}

.result-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.result-strip div {
  min-height: 132px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.result-strip span {
  display: block;
  margin-bottom: 9px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.result-strip strong {
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1.25;
}

.scope-band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.scope-band .detail-heading,
.scope-band .detail-grid,
.scope-band .process-lane,
.scope-band .result-strip {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.scope-band .detail-heading {
  margin-bottom: 34px;
}

.scope-band .detail-heading h2 {
  color: var(--white);
}

.scope-band .detail-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.scope-band .detail-card,
.scope-band .lane-step {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.scope-band .detail-card p,
.scope-band .lane-step p {
  color: rgba(255, 255, 255, 0.72);
}

@keyframes introCard {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introExit {
  to {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.02);
  }
}

@keyframes introLine {
  from {
    opacity: 0;
    transform: translateX(-38%) scaleX(0.42);
  }
  to {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

@keyframes introNode {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulseRing {
  0% {
    opacity: 0.8;
    transform: scale(0.86);
  }
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes consoleIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatTriangle {
  0%,
  100% {
    transform: translateY(0) rotate(20deg);
  }
  50% {
    transform: translateY(-18px) rotate(26deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .intro-gate {
    display: none;
  }
}

@media (max-width: 1160px) {
  .site-header {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-inner {
    margin-left: 54px;
  }

  .hero-console {
    display: none;
  }

  .hero-art {
    width: 100%;
    opacity: 0.48;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(248, 252, 252, 0.98), rgba(248, 252, 252, 0.72)),
      linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 42%);
  }

  .signal-grid,
  .section-heading,
  .service-grid,
  .position-strip,
  .industry-panel,
  .problem-solution,
  .questionnaire-section,
  .timeline-grid,
  .contact-section,
  .branch-hero,
  .branch-flow,
  .branch-switch,
  .route-switch,
  .value-split,
  .branch-questionnaire,
  .detail-grid.three,
  .detail-grid.four,
  .offer-grid,
  .page-link-grid,
  .result-strip,
  .process-graphic,
  .process-bottomline,
  .pricing-grid,
  .pricing-note,
  .process-lane,
  .before-after,
  .before-after-grid,
  .questionnaire-preview,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .industry-section,
  .questionnaire-section,
  .detail-section {
    padding: 72px 0;
  }

  .section-heading,
  .questionnaire-section,
  .contact-section,
  .value-split,
  .branch-questionnaire,
  .questionnaire-preview {
    gap: 32px;
  }

  .branch-hero {
    min-height: auto;
    padding: 132px 28px 84px;
  }

  .branch-scorecard {
    max-width: 520px;
  }

  .branch-flow {
    margin-top: -28px;
  }

  .branch-switch {
    position: relative;
    top: auto;
    margin-top: -28px;
  }

  .route-switch {
    position: relative;
    top: auto;
    margin-top: -28px;
  }

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

  .branch-flow div,
  .branch-flow div:first-child {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .branch-flow div:last-child {
    border-bottom: 0;
  }

  .lane-step::after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: 22px;
    width: 2px;
    height: 14px;
  }

  .process-graphic::before {
    left: 31px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--teal), var(--lime), var(--amber));
  }

  .process-stage {
    min-height: auto;
    padding-left: 58px;
  }

  .process-stage::before {
    position: absolute;
    left: 22px;
    top: 24px;
    margin: 0;
  }

  .process-bottomline {
    align-items: start;
  }

  .signal-grid > div,
  .signal-grid > div:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .questionnaire-intro {
    position: static;
  }

  h1 {
    font-size: 5.8rem;
  }

  .section-heading h2,
  .questionnaire-intro h2,
  .contact-copy h2,
  .detail-heading h2,
  .position-strip h2 {
    font-size: 2.65rem;
  }

  .statement p {
    font-size: 3.2rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand img {
    width: 136px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-inner {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 70px;
  }

  h1 {
    font-size: 4.2rem;
  }

  .hero-claim {
    font-size: 2.65rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

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

  .button {
    width: 100%;
  }

  .position-strip {
    margin-top: 46px;
    padding: 24px;
  }

  .position-points {
    grid-template-columns: 1fr;
  }

  .industry-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .industry-panel,
  .service-card,
  .timeline-item,
  .process-stage,
  .pricing-card,
  .pricing-note,
  .comparison-card,
  .questionnaire-preview,
  .preview-device,
  .trust-grid article,
  .contact-form {
    padding: 20px;
  }

  .process-stage {
    padding-left: 56px;
  }

  .process-bottomline {
    padding: 20px;
  }

  .industry-copy h3 {
    font-size: 1.9rem;
  }

  .section-heading h2,
  .questionnaire-intro h2,
  .contact-copy h2,
  .detail-heading h2,
  .position-strip h2 {
    font-size: 2.15rem;
  }

  .branch-hero {
    padding: 118px 16px 72px;
  }

  .branch-hero h1 {
    font-size: 3.15rem;
  }

  .branch-hero p:not(.eyebrow) {
    font-size: 1.04rem;
  }

  .branch-scorecard,
  .detail-card,
  .offer-item,
  .page-link-card,
  .lane-step,
  .before-after article {
    padding: 20px;
  }

  .legal-hero h1 {
    font-size: 2.85rem;
  }

  .statement p {
    font-size: 2.55rem;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
