/*
Theme Name: PKey
Theme URI: https://pkey.info/
Author: RK, OpenAI Codex
Description: PKey.info theme
Version: 1.8.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: pkey
*/

:root {
  --bg: #0e131a;
  --paper: #151b23;
  --ink: #f3f5f8;
  --muted: #a9b1bc;
  --line: rgba(255, 255, 255, 0.09);
  --accent: #c43b3b;
  --accent-strong: #e15858;
  --accent-soft: rgba(196, 59, 59, 0.14);
  --teal: #7ea6d9;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  --topbar-bg: rgba(12, 16, 22, 0.78);
  --nav-bg: rgba(255, 255, 255, 0.035);
  --tile-bg: rgba(255, 255, 255, 0.035);
  --surface-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  --group-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  --wall-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  --edge-fade: rgba(14, 19, 26, 0.96);
  --body-bg:
    radial-gradient(circle at top left, rgba(196, 59, 59, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(126, 166, 217, 0.08), transparent 24%),
    linear-gradient(180deg, #0a0e13 0%, #10151c 100%);
}

body.theme-dark {
  --bg: #0e131a;
  --paper: #151b23;
  --ink: #f3f5f8;
  --muted: #a9b1bc;
  --line: rgba(255, 255, 255, 0.09);
  --accent: #c43b3b;
  --accent-strong: #e15858;
  --accent-soft: rgba(196, 59, 59, 0.14);
  --teal: #7ea6d9;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  --topbar-bg: rgba(12, 16, 22, 0.78);
  --nav-bg: rgba(255, 255, 255, 0.035);
  --tile-bg: rgba(255, 255, 255, 0.035);
  --surface-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  --group-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  --wall-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  --edge-fade: rgba(14, 19, 26, 0.96);
  --body-bg:
    radial-gradient(circle at top left, rgba(196, 59, 59, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(126, 166, 217, 0.08), transparent 24%),
    linear-gradient(180deg, #0a0e13 0%, #10151c 100%);
}

body:not(.theme-dark) {
  --bg: #f5f1eb;
  --paper: #fcfaf7;
  --ink: #171b21;
  --muted: #5f6772;
  --line: rgba(23, 27, 33, 0.09);
  --accent: #c43b3b;
  --accent-strong: #a92d2d;
  --accent-soft: rgba(196, 59, 59, 0.12);
  --teal: #446b99;
  --shadow: 0 24px 60px rgba(18, 22, 30, 0.08);
  --topbar-bg: rgba(248, 243, 237, 0.86);
  --nav-bg: rgba(23, 27, 33, 0.035);
  --tile-bg: rgba(255, 255, 255, 0.86);
  --surface-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 239, 0.95));
  --group-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 234, 0.92));
  --wall-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 232, 0.96));
  --edge-fade: rgba(245, 241, 235, 0.96);
  --body-bg:
    radial-gradient(circle at top left, rgba(196, 59, 59, 0.1), transparent 30%),
    radial-gradient(circle at top right, rgba(68, 107, 153, 0.08), transparent 22%),
    linear-gradient(180deg, #fbf8f4 0%, #f2ebe2 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background: var(--body-bg);
}

body.admin-bar .topbar {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .topbar {
    top: 46px;
  }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 28px;
  backdrop-filter: blur(14px);
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--line);
}

.brand {
  min-width: 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c43b3b;
  flex: 0 0 auto;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--ink);
  line-height: 1;
}

.brand-text {
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 800;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: min(220px, 32vw);
  max-height: 52px;
  height: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  order: 1;
  margin-left: auto;
}

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

.nav a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a:hover {
  color: var(--ink);
  background: var(--nav-bg);
}

.nav .sub-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 30;
  display: grid;
  gap: 6px;
  min-width: 220px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
}

.nav .menu-item:hover > .sub-menu,
.nav .menu-item:focus-within > .sub-menu,
.nav .menu-item.is-submenu-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav .sub-menu a {
  display: flex;
  width: 100%;
  border-radius: 12px;
  white-space: nowrap;
}

.topbar-actions {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--nav-bg);
}

.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lang-switcher a.is-active {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.theme-toggle {
  display: inline-flex;
  order: 2;
  align-items: center;
  height: 44px;
  width: 44px;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--nav-bg);
  color: var(--ink);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.theme-toggle:hover,
.menu-toggle:hover {
  border-color: var(--accent);
}

.theme-toggle .theme-icon {
  font-size: 1rem;
  line-height: 1;
}

.menu-toggle {
  display: none;
  order: 3;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--nav-bg);
  color: var(--ink);
  cursor: pointer;
  flex-shrink: 0;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
  position: absolute;
}

.menu-toggle {
  position: relative;
}

.menu-toggle span {
  transform: translateY(0);
}

.menu-toggle::before {
  transform: translateY(-6px);
}

.menu-toggle::after {
  transform: translateY(6px);
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

main {
  width: min(1240px, calc(100vw - 40px));
  margin: 22px auto 56px;
  display: grid;
  gap: 28px;
}

.slide {
  min-height: calc(100vh - 112px);
  padding: clamp(32px, 4.4vw, 62px);
  border-radius: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 34px;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(200, 154, 90, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%);
  pointer-events: none;
}

.slide > * {
  position: relative;
  z-index: 1;
}

.eyebrow,
.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.05em;
}

h1 {
  font-size: clamp(3rem, 7.2vw, 5.8rem);
  max-width: min(100%, 16ch);
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

html[lang="de"] h1 {
  font-size: clamp(2.7rem, 6.6vw, 5.2rem);
  max-width: 9.6ch;
  line-height: 0.98;
  hyphens: auto;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  max-width: min(100%, 22ch);
  line-height: 1.02;
}

html[lang="de"] h2,
html[lang="de"] h3 {
  hyphens: auto;
  overflow-wrap: break-word;
}

h3 {
  letter-spacing: -0.03em;
}

p {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.74;
  color: var(--muted);
  max-width: 74ch;
  overflow-wrap: anywhere;
}

.hero {
  grid-template-columns: 1.25fr 0.95fr;
  align-items: start;
  column-gap: 34px;
  row-gap: 22px;
}

html[lang="de"] .hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.hero > div {
  min-width: 0;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

html[lang="de"] .hero-copy {
  max-width: 100%;
}

.hero-copy p {
  max-width: 62ch;
}

.hero-main {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.hero-tagline {
  margin: 0;
  max-width: 28ch;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.5;
  font-weight: 700;
}

.hero-selling-line {
  max-width: 54ch;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.hero-audience {
  margin: -8px 0 0;
  max-width: 56ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.hero-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.35;
}

.hero-proof-list li::before {
  content: "";
  width: 0.56em;
  height: 0.32em;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.hero-visual {
  display: grid;
  align-items: stretch;
}

.hero-visual-stack {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(196, 59, 59, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(126, 166, 217, 0.12), transparent 24%),
    var(--group-bg);
  overflow: hidden;
}

.hero-visual-stack::before,
.hero-visual-stack::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(196, 59, 59, 0), rgba(196, 59, 59, 0.45), rgba(196, 59, 59, 0));
  transform: translateX(-50%);
}

.hero-visual-stack::before {
  top: 96px;
  height: 46px;
}

.hero-visual-stack::after {
  bottom: 96px;
  height: 46px;
}

.hero-visual-card,
.hero-visual-core {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.hero-visual-card {
  width: min(88%, 320px);
}

.hero-visual-card-left {
  justify-self: start;
}

.hero-visual-card-right {
  justify-self: end;
}

.hero-visual-core {
  width: min(92%, 360px);
  justify-self: center;
  border-color: rgba(47, 157, 87, 0.32);
  background: rgba(47, 157, 87, 0.12);
}

.hero-visual-label,
.hero-visual-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-visual-label {
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.hero-visual-badge {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.hero-visual-card strong,
.hero-visual-core strong {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero-visual-card p,
.hero-visual-core p {
  margin: 0;
  max-width: none;
  font-size: 0.96rem;
  line-height: 1.62;
}

html[lang="de"] .hero-copy p,
html[lang="de"] .panel p {
  hyphens: auto;
}

.hero-grid,
.metrics,
.cards,
.timeline,
.offer,
.contact {
  display: grid;
  gap: 18px;
}

.logo-header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo-proof-title {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  max-width: min(100%, 1000px);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

.logo-proof-main,
.logo-proof-sub {
  display: block;
}

.logo-proof-main {
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

#start .logo-proof-main {
  white-space: normal !important;
}

.logo-proof-sub {
  max-width: 100%;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
}

.logo-wall {
  grid-column: 1 / -1;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  padding: 18px 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--wall-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.logo-wall::before,
.logo-wall::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  z-index: 2;
  pointer-events: none;
}

.logo-wall::before {
  left: 0;
  background: linear-gradient(90deg, var(--edge-fade), rgba(15, 18, 24, 0));
}

.logo-wall::after {
  right: 0;
  background: linear-gradient(270deg, var(--edge-fade), rgba(15, 18, 24, 0));
}

.logo-track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  animation: logo-marquee 44s linear infinite;
  padding: 0;
  will-change: transform;
}

.logo-wall:hover .logo-track {
  animation-play-state: paused;
}

.logo-wall-copy {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.logo-wall-actions {
  grid-column: 1 / -1;
  display: grid;
  justify-items: start;
  justify-self: start;
  gap: 8px;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.cta-microcopy {
  display: block;
  width: auto;
  max-width: min(100%, 36ch);
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  justify-self: start;
}

.logo-wall-copy p {
  margin: 0;
  max-width: min(100%, 42ch);
}

.homepage-case-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  width: fit-content;
  max-width: 100%;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
}

.homepage-case-strip strong {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.homepage-case-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.homepage-case-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.homepage-case-strip li::before {
  content: "";
  width: 0.52em;
  height: 0.52em;
  border-radius: 50%;
  background: var(--accent-strong);
  flex: 0 0 auto;
}

.value-strip {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
}

.value-strip h2 {
  max-width: 18ch;
}

.differentiator-strip {
  gap: 18px;
}

.differentiator-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.differentiator-list li {
  color: var(--ink);
  font-weight: 600;
  line-height: 1.6;
}

.differentiator-list li::marker {
  color: var(--accent-strong);
}

.pain-section {
  align-content: center;
}

.pain-section h2 {
  max-width: min(100%, 20ch);
}

.pain-list {
  display: grid;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 20px 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  color: var(--ink);
  list-style: none;
}

.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 900;
  line-height: 1.35;
}

.pain-list li::before {
  content: "";
  width: 0.64em;
  height: 0.36em;
  margin-top: 0.42em;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.start-offer {
  align-content: center;
}

.start-offer h2 {
  max-width: min(100%, 20ch);
}

.typical-engagement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  width: fit-content;
  max-width: 100%;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
}

.typical-engagement strong {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.typical-engagement ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.typical-engagement li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
}

.typical-engagement li::before {
  content: "";
  width: 0.52em;
  height: 0.52em;
  border-radius: 50%;
  background: var(--accent-strong);
  flex: 0 0 auto;
}

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

.start-offer-item {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  min-width: 0;
}

.start-offer-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent);
  color: #10151c;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

.start-offer-item strong {
  color: var(--ink);
  font-size: 1.08rem;
  font-family: Arial, Helvetica, sans-serif;
}

.start-offer-item p {
  margin: 0;
  font-size: 0.98rem;
}

.stack-card {
  display: grid;
  align-content: start;
  gap: 28px;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  contain: layout paint style;
  isolation: isolate;
  transform: none !important;
}

.tech-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 2cm !important;
}

.stack-card strong {
  margin: 0;
}

.tech-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backface-visibility: hidden;
  transform: none !important;
}

.tech-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  backface-visibility: hidden;
  transform: none !important;
}

.tech-icon svg text {
  fill: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.tech-icon svg path,
.tech-icon svg circle,
.tech-icon svg ellipse,
.tech-icon svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tech-icon-dotnet svg rect,
.tech-icon-python svg path:first-child,
.tech-icon-python svg path:nth-child(2),
.tech-icon-angular svg path:first-child,
.tech-icon-api svg circle,
.tech-icon-iot svg rect,
.tech-icon-iot svg circle {
  fill: currentColor;
  stroke: none;
}

.tech-icon-dotnet {
  background: linear-gradient(135deg, rgba(94, 75, 216, 0.92), rgba(142, 125, 255, 0.82));
  color: #ffffff;
}

.tech-icon-dotnet svg text {
  fill: #ffffff;
}

.tech-icon-java {
  border-color: rgba(239, 108, 63, 0.42);
  color: #ef6c3f;
}

.tech-icon-python {
  background: linear-gradient(135deg, rgba(76, 120, 168, 0.9), rgba(242, 193, 78, 0.84));
  color: #ffffff;
}

.tech-icon-python svg circle:first-of-type {
  fill: #ffffff;
  stroke: none;
}

.tech-icon-python svg circle:last-of-type {
  fill: #171b21;
  stroke: none;
}

.tech-icon-angular {
  background: #d63d3d;
  color: #ffffff;
}

.tech-icon-react {
  border-color: rgba(97, 218, 251, 0.5);
  color: #61dafb;
}

.tech-icon-sql {
  border-color: rgba(126, 166, 217, 0.52);
  color: var(--teal);
}

.tech-icon-api {
  border-color: rgba(225, 88, 88, 0.52);
  color: var(--accent-strong);
}

.tech-icon-mes {
  border-color: rgba(126, 166, 217, 0.48);
  color: var(--ink);
}

.tech-icon-iot {
  border-color: rgba(143, 210, 125, 0.5);
  color: #8fd27d;
}

.ads-intent-section {
  align-content: center;
}

.ads-intent-section h2 {
  max-width: min(100%, 24ch);
}

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

.ads-intent-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  min-width: 0;
}

.ads-intent-card strong {
  color: var(--ink);
  font-size: 1.08rem;
  font-family: Arial, Helvetica, sans-serif;
}

.ads-intent-card p {
  margin: 0;
  font-size: 0.98rem;
}

.service-link-grid {
  grid-column: 1 / -1;
}

.service-link-card {
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.service-link-card:hover,
.service-link-card:focus-visible {
  border-color: rgba(200, 154, 90, 0.45);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-2px);
  outline: none;
}

.manufacturing-help-section {
  align-content: center;
}

.trust-heading-section {
  align-content: center;
}

.manufacturing-help-section h2,
.trust-heading-section h2 {
  max-width: min(100%, 22ch);
}

.manufacturing-help-list {
  display: grid;
  gap: 14px;
  width: min(100%, 720px);
  margin: 0;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  color: var(--ink);
  list-style: none;
}

.manufacturing-help-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 900;
  line-height: 1.35;
}

.manufacturing-help-list li::before {
  content: "";
  width: 0.68em;
  height: 0.38em;
  margin-top: 0.43em;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.logo-tile {
  flex: 0 0 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  min-height: 98px;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--tile-bg);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.logo-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 90, 0.42);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.logo-tile:focus-visible,
.technology-logo-tile:focus-visible {
  outline: 2px solid var(--accent-strong);
  outline-offset: 4px;
}

.logo-tile img {
  width: 100%;
  max-width: 148px;
  max-height: 34px;
  object-fit: contain;
  display: block;
}

.logo-tile svg {
  width: 100%;
  max-width: none;
  height: 76px;
  display: block;
  transform-origin: center center;
}

.logo-miele svg {
  transform: scale(1.06);
}

.logo-vw svg {
  transform: scale(1.08);
}

.logo-schneider svg {
  transform: scale(1.12);
}

.logo-atlas svg {
  transform: scale(1.08);
}

.logo-frequentis svg {
  transform: scale(1.1);
}

.logo-ls svg {
  transform: scale(1.12);
}

.logo-telekom svg {
  transform: scale(1.08);
}

.logo-comarch svg {
  transform: scale(1.16);
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.panel,
.metric,
.card,
.step,
.offer-item,
.contact-box {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  backdrop-filter: blur(10px);
  min-width: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.card.stack-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(255, 255, 255, 0.035);
  contain: layout paint style;
  isolation: isolate;
  transform: none !important;
}

#start .logo-wall-actions {
  justify-self: start !important;
  justify-items: start !important;
  text-align: left !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

#start .logo-wall-actions .cta,
#start .logo-wall-actions .cta-microcopy {
  justify-self: start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions .cta-microcopy {
  flex-basis: 100%;
  max-width: min(100%, 36ch);
  margin-inline: 0;
  text-align: left;
}

.panel strong,
.metric strong,
.card strong,
.step strong,
.offer-item strong,
.contact-box strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.panel-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.panel-head strong {
  margin: 0;
}

.hero-grid .panel {
  display: grid;
  align-content: start;
}

.cards,
.workflow-highlights,
.hero-grid,
.proof-snapshots,
.hero-grid,
.team-cards {
  align-items: stretch;
}

.cards > .card,
.workflow-highlights > .panel,
.hero-grid > .panel,
.proof-snapshots > .card,
.team-cards > .card {
  height: 100%;
}

.hero-grid .panel .section-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex: 0 0 auto;
}

#use-cases-page {
  grid-template-columns: 1fr;
}

#use-cases-page .hero-copy,
#use-cases-page .hero-grid,
#use-cases-page .case-study-visual-grid {
  grid-column: 1 / -1;
}

#use-cases-page .hero-copy {
  max-width: min(100%, 980px);
}

#use-cases-page h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
}

#use-cases-page .hero-grid {
  grid-template-columns: repeat(2, minmax(320px, 1fr));
}

.metric,
.proof-case-card,
.engagement-model,
.contact-box {
  display: grid;
  align-content: start;
}

.metric .section-icon,
.proof-case-card .section-icon,
.engagement-model .section-icon,
.contact-box .section-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.section-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-strong);
}

.section-icon::before,
.section-icon::after {
  content: "";
  position: absolute;
}

.section-icon-structure::before {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.section-icon-structure::after {
  width: 14px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}

.section-icon-delivery::before {
  width: 22px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.section-icon-delivery::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, 2px);
}

.section-icon-ownership::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.section-icon-ownership::after {
  width: 4px;
  height: 16px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0 0 4px transparent;
}

.section-icon-audit::before {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-4px, -4px);
}

.section-icon-audit::after {
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg) translate(8px, 8px);
  border-radius: 999px;
}

.section-icon-priorities::before {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.section-icon-priorities::after {
  width: 2px;
  height: 16px;
  background: currentColor;
  box-shadow: -6px 4px 0 currentColor, 6px -4px 0 currentColor;
}

.section-icon-build::before {
  width: 20px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.section-icon-build::after {
  width: 18px;
  height: 2px;
  background: currentColor;
  transform: rotate(-28deg) translate(2px, 6px);
  border-radius: 999px;
}

.section-icon-measure::before {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.section-icon-measure::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, 3px);
}

.section-icon-architecture::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 6px;
  box-shadow: -10px 10px 0 -6px currentColor, 10px -10px 0 -6px currentColor;
}

.section-icon-integrations::before {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-7px, 0);
  box-shadow: 14px 0 0 0 transparent;
}

.section-icon-integrations::after {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  box-shadow:
    -7px 0 0 0 currentColor,
    7px 0 0 0 currentColor;
}

.section-icon-delivery::after,
.section-icon-growth::after {
  border-radius: 999px;
}

.section-icon-growth::before {
  width: 18px;
  height: 18px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.section-icon-growth::after {
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(-35deg) translate(6px, -4px);
}

.step-visual,
.offer-item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.step-index {
  display: inline-flex;
  min-width: 42px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.offer-item-head strong {
  margin-bottom: 0;
}

html[lang="de"] .panel strong,
html[lang="de"] .card strong,
html[lang="de"] .step strong,
html[lang="de"] .offer-item strong,
html[lang="de"] .contact-note,
html[lang="de"] li,
html[lang="de"] .project-group > p {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.metric-value {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.04em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.metric small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

html[lang="de"] .metric-value,
html[lang="de"] .metric small {
  hyphens: auto;
}

html[lang="de"] .metric-value {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.08;
}

.metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards.projects {
  grid-template-columns: 1fr;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.proof-diagram {
  display: grid;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(47, 157, 87, 0.12), transparent 32%),
    var(--group-bg);
}

.proof-architecture {
  display: block;
  width: 100%;
  height: auto;
}

.proof-case-card strong,
.proof-card strong {
  margin-bottom: 0;
}

.proof-company {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.proof-company {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proof-snapshots {
  display: grid;
  gap: 16px;
}

.proof-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-diagram-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.proof-diagram-card {
  display: grid;
  gap: 20px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--group-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.proof-diagram-copy {
  display: grid;
  gap: 10px;
}

.proof-diagram-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-diagram-copy strong {
  margin: 0;
  font-size: 1.15rem;
}

.proof-technical-diagram {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(180px, 22vw, 240px);
  aspect-ratio: 820 / 220;
  padding: 8px 4px 0;
  overflow: visible;
}

.proof-box {
  fill: rgba(255, 255, 255, 0.035);
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.5;
}

.proof-box-core {
  fill: rgba(196, 59, 59, 0.12);
  stroke: rgba(196, 59, 59, 0.34);
}

.proof-box-outcome {
  fill: rgba(196, 59, 59, 0.08);
  stroke: rgba(196, 59, 59, 0.24);
}

.proof-box-title {
  fill: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proof-box-copy {
  fill: var(--muted);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.proof-line {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

.proof-line-accent {
  stroke: rgba(196, 59, 59, 0.52);
}

.proof-technical-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  padding: 8px 0 2px;
}

.proof-tech-inline-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 12px;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 800;
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.proof-tech-inline-item:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  color: var(--accent-strong);
  font-size: 0.98rem;
  line-height: 1;
}

.proof-tech-inline-item-core {
  border-color: rgba(47, 157, 87, 0.36);
  background: rgba(47, 157, 87, 0.12);
}

.proof-tech-inline-item-outcome {
  border-color: rgba(196, 59, 59, 0.28);
  background: rgba(196, 59, 59, 0.08);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.workflow-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.workflow-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(196, 59, 59, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.025);
}

.workflow-timeline {
  display: grid;
  gap: 14px;
}

.workflow-selling-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.workflow-selling-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.workflow-selling-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: 12px 14px;
  padding: 16px 18px 16px 16px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.workflow-step::after {
  content: "";
  position: absolute;
  left: 36px;
  bottom: -14px;
  width: 1px;
  height: 14px;
  background: linear-gradient(180deg, rgba(196, 59, 59, 0.4), rgba(196, 59, 59, 0));
}

.workflow-step:last-child::after {
  display: none;
}

.workflow-step .section-icon {
  grid-row: 1 / span 2;
}

.workflow-step p {
  grid-column: 2 / 4;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.workflow-step strong {
  margin: 0;
  font-size: 1rem;
}

.workflow-index {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.proof-delivery-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.proof-flow-step {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.proof-flow-step .section-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.proof-flow-step::after {
  content: "";
  position: absolute;
  inset: auto 20px -8px 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 59, 59, 0), rgba(196, 59, 59, 0.45), rgba(196, 59, 59, 0));
}

.proof-flow-step strong {
  margin: 0;
  font-size: 1.05rem;
}

.proof-flow-step p {
  font-size: 0.96rem;
  line-height: 1.65;
}

.proof-flow-index {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.engagement-models {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.engagement-model {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.engagement-model strong {
  margin: 0;
  font-size: 1rem;
}

.engagement-model p {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.62;
}

.proof-card,
.proof-case-card {
  gap: 14px;
}

.proof-case-header {
  display: grid;
  gap: 10px;
  align-content: start;
}

.proof-case-header p {
  max-width: 58ch;
}

.proof-card {
  align-content: start;
}

.proof-case-stack {
  display: grid;
  gap: 14px;
}

.proof-case-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.proof-case-meta div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.proof-case-meta dt,
.proof-case-meta dd {
  margin: 0;
}

.proof-case-meta dt {
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-case-meta dd {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.proof-case-row {
  display: grid;
  gap: 8px;
}

.proof-case-label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-case-row p {
  margin: 0;
}

.proof-case-results {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.proof-case-results li::marker {
  color: var(--accent-strong);
}

.proof-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--nav-bg);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.proof-card-link:hover,
.proof-card-link:focus-visible {
  border-color: var(--accent);
  color: var(--accent-strong);
}

.technology-share-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
  align-items: center;
}

.technology-chart-card {
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface-bg);
}

.technology-chart {
  position: relative;
  width: min(100%, 240px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(
      var(--accent) 0 50%,
      #5d7698 50% 70%,
      #8aa67a 70% 85%,
      #e0b24f 85% 95%,
      #d98ab0 95% 100%
    );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.technology-chart::after {
  content: "";
  position: absolute;
  inset: 19%;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
}

.technology-chart-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 4px;
  text-align: center;
}

.technology-chart-center strong {
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.technology-chart-center span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.technology-chart-kicker {
  color: var(--accent-strong);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.technology-share-copy {
  display: grid;
  gap: 14px;
}

.technologies-copy {
  grid-column: 1 / -1;
  max-width: 100%;
}

.technologies-copy h1,
.technologies-copy p {
  max-width: 100%;
}

.technology-lead-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
}

.technology-lead-card p {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.technology-group-head {
  margin-bottom: 10px;
}

.technology-logo-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
}

.technology-logo-badge .technology-logo-icon {
  width: 100%;
  height: 100%;
}

.technology-logo-badge .technology-logo-icon svg {
  width: 100%;
  height: 100%;
}

.technology-group-head h3 {
  margin: 0;
}

.technology-legend {
  display: grid;
  gap: 10px;
}

.technology-legend-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
}

.technology-legend-item strong,
.technology-legend-item span:last-child {
  margin: 0;
}

.technology-legend-item span:last-child {
  color: var(--muted);
  font-weight: 800;
}

.technology-logo-wall {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 18px 0;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--wall-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.technology-logo-wall::before,
.technology-logo-wall::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  z-index: 2;
  pointer-events: none;
}

.technology-logo-wall::before {
  left: 0;
  background: linear-gradient(90deg, var(--edge-fade), rgba(15, 18, 24, 0));
}

.technology-logo-wall::after {
  right: 0;
  background: linear-gradient(270deg, var(--edge-fade), rgba(15, 18, 24, 0));
}

.technology-logo-track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  animation: logo-marquee 30s linear infinite;
  padding: 0 16px;
  will-change: transform;
}

.technology-logo-wall:hover .technology-logo-track {
  animation-play-state: paused;
}

.technology-logo-tile {
  flex: 0 0 216px;
  display: grid;
  place-items: center;
  gap: 10px;
  width: 216px;
  min-height: 98px;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--tile-bg);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.technology-logo-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 90, 0.42);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.technology-logo-icon {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 52px;
}

.technology-logo-icon svg {
  display: block;
  width: 100%;
  max-width: 104px;
  height: 52px;
}

.technology-logo-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.technology-logo-dotnet .technology-logo-label {
  color: #caa9ff;
}

.technology-logo-java .technology-logo-label {
  color: #f09a53;
}

.technology-logo-azure .technology-logo-label {
  color: #6fb7ff;
}

.technology-logo-gcp .technology-logo-label {
  color: #7fc8a8;
}

.technology-logo-aws .technology-logo-label {
  color: #ffb84a;
}

.technology-logo-ai .technology-logo-label {
  color: #9edb87;
}

.technology-logo-ux .technology-logo-label {
  color: #ff8cb5;
}

.technology-logo-python .technology-logo-label {
  color: #f2c14e;
}

.technology-logo-cpp .technology-logo-label {
  color: #6aa2e8;
}

.technology-logo-angular .technology-logo-label {
  color: #f06a6a;
}

.technology-logo-react .technology-logo-label {
  color: #61dafb;
}

.technology-logo-sql .technology-logo-label,
.technology-logo-mssql .technology-logo-label {
  color: #8db5e3;
}

.technology-logo-winforms .technology-logo-label {
  color: #4aa3ff;
}

.technology-logo-wpf .technology-logo-label {
  color: #a397ff;
}

.technology-logo-maui .technology-logo-label {
  color: #68e6ca;
}

.technology-logo-oracle .technology-logo-label {
  color: #ff5a5a;
}

.technology-logo-postgresql .technology-logo-label {
  color: #5b91bf;
}

.technology-logo-sapdb .technology-logo-label {
  color: #39bdf0;
}

.technology-logo-siemens .technology-logo-label {
  color: #35caca;
}

.technology-logo-opcua .technology-logo-label {
  color: #f2c14e;
}

.technology-logo-industry40 .technology-logo-label {
  color: #9edb87;
}

.technology-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.technology-dot-dotnet {
  background: var(--accent);
}

.technology-dot-java {
  background: #5d7698;
}

.technology-dot-ai {
  background: #8aa67a;
}

.technology-dot-python {
  background: #e0b24f;
}

.technology-dot-ux {
  background: #d98ab0;
}

.project-group {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--group-bg);
  min-width: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.project-group h3 {
  margin: 0;
  font-size: 1.4rem;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.project-group > p {
  font-size: 0.98rem;
  color: var(--muted);
  max-width: none;
}

#project-use-cases .card {
  display: grid;
  align-content: start;
  gap: 12px;
}

#project-use-cases .card .section-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.about-visual .hero-visual-stack {
  min-height: 100%;
}

.about-visual {
  min-height: 520px;
}

.about-value-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-height: 520px;
  width: 100%;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(196, 59, 59, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(126, 166, 217, 0.12), transparent 24%),
    var(--group-bg);
}

.about-value-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.about-value-card .section-icon {
  margin-bottom: 4px;
}

.about-value-card strong {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.3;
}

.about-value-card p {
  margin: 0;
  max-width: none;
  font-size: 0.96rem;
  line-height: 1.68;
}

.about-value-card-accent {
  border-color: rgba(47, 157, 87, 0.32);
  background: rgba(47, 157, 87, 0.12);
}

.about-focus-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.about-focus-index {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-project-card {
  display: grid;
  gap: 12px;
}

.about-project-card > strong:last-of-type {
  margin-bottom: 0;
}

.about-contrast-section {
  background:
    radial-gradient(circle at top right, rgba(126, 166, 217, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.about-accent-section {
  background:
    radial-gradient(circle at top left, rgba(196, 59, 59, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(196, 59, 59, 0.06), rgba(255, 255, 255, 0.02));
}

.team-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-card {
  gap: 14px;
  justify-items: start;
}

.team-avatar-frame {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.05);
  flex: 0 0 auto;
}

.team-card .team-avatar {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center 22%;
  margin: 0;
}

.team-avatar-rk {
  object-position: center 16% !important;
}

.team-avatar-mk {
  object-position: center 18% !important;
}

.team-role {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(196, 59, 59, 0.12);
  color: var(--accent);
  font-size: 0.85rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.project-meta span {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

html[lang="de"] .project-meta span {
  overflow-wrap: anywhere;
}

.timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer {
  grid-template-columns: 1.1fr 0.9fr;
}

.offer-list {
  display: grid;
  gap: 16px;
}

.offer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
}

.offer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.offer-link:hover {
  color: var(--accent-strong);
}

ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

html[lang="de"] ul {
  padding-left: 18px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #10151c;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cta:hover {
  background: var(--accent-strong);
  transform: translateY(-1px);
}

.cta-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.cta-secondary:hover {
  background: var(--nav-bg);
  border-color: var(--accent);
}

.proof-cta {
  background: var(--accent);
  border-color: var(--accent);
  color: #10151c;
}

.proof-cta:hover,
.proof-cta:focus-visible {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #10151c;
}

.contact {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: start;
}

.contact-side {
  display: grid;
  gap: 16px;
}

.contact-avatar-box {
  justify-items: center;
  text-align: center;
  gap: 18px;
}

.contact-avatar-box-inline {
  margin-bottom: 12px;
}

.contact-avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(217, 61, 61, 0.32);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.contact-avatar-copy {
  display: grid;
  gap: 8px;
}

.contact-avatar-copy p {
  margin: 0;
  color: var(--muted);
}

.job-card {
  position: relative;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.job-card-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 180ms ease, color 180ms ease;
}

.job-card:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 90, 0.42);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.job-card:hover .job-card-title {
  color: var(--accent-strong);
  text-decoration-color: currentColor;
}

.job-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 24px;
}

.job-card-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-strong);
  opacity: 0.72;
  transition: transform 180ms ease, opacity 180ms ease;
}

.job-card:hover .job-card-arrow {
  transform: translateX(3px);
  opacity: 1;
}

.job-card .hero-actions,
.job-card .cta {
  position: relative;
  z-index: 2;
}

.job-offer-details {
  gap: 16px;
  min-height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
}

.job-offer-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.job-offer-details-copy,
.job-offer-details-layout .job-apply-form {
  min-width: 0;
}

.job-apply-form {
  display: grid;
  gap: 18px;
}

.job-apply-form h2 {
  margin: 0 0 10px;
  max-width: 8ch;
}

@media (max-width: 1180px) {
  .job-offer-details-layout {
    grid-template-columns: 1fr;
  }
}

.single-job_offer #job-offer {
  min-height: auto;
}

.job-offer-details .page-content {
  gap: 10px;
}

.job-offer-details .page-content > .wp-block-group,
.job-offer-details .page-content > .wp-block-columns,
.job-offer-details .page-content > .wp-block-table,
.job-offer-details .page-content > .wp-block-cover,
.job-offer-details .page-content > .wp-block-media-text {
  padding: 18px;
}

.single-post-main {
  width: min(1080px, calc(100vw - 40px));
}

.single-post-article {
  min-height: auto;
  gap: clamp(28px, 4vw, 46px);
}

.single-post-header {
  display: grid;
  gap: 18px;
}

.generic-page-header {
  display: grid;
  gap: 18px;
}

.generic-page-header h1 {
  max-width: 15ch;
  font-size: clamp(2.9rem, 6.4vw, 5.4rem);
}

.single-post-header h1 {
  max-width: 15ch;
  font-size: clamp(2.9rem, 6.4vw, 5.4rem);
}

.single-post-lead {
  max-width: 66ch;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.55;
}

.single-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.single-post-meta span + span::before {
  content: "/";
  margin-right: 14px;
  color: var(--accent-strong);
}

.single-post-content {
  max-width: 78ch;
}

.single-post-content p,
.single-post-content li {
  font-size: 1rem;
  line-height: 1.75;
}

.single-post-content ul,
.single-post-content ol {
  display: grid;
  gap: 8px;
  padding-left: 1.25rem;
}

.job-apply-form .contact-form {
  max-width: none;
}

.job-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px)) 1fr;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.job-filters label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.job-filters select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  font: inherit;
  color: var(--ink);
  background: var(--tile-bg);
  outline: none;
}

.job-filters select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  max-width: 760px;
  min-width: 0;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
  background: var(--tile-bg);
  outline: none;
}

.contact-form input[type="file"] {
  padding: 12px;
  cursor: pointer;
}

.contact-form input[type="file"]::file-selector-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-right: 14px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--accent);
  color: #10151c;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 180ms ease;
}

.contact-form input[type="file"]::file-selector-button:hover {
  background: var(--accent-strong);
}

.contact-form input[type="file"]::-webkit-file-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-right: 14px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--accent);
  color: #10151c;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 180ms ease;
}

.contact-form input[type="file"]::-webkit-file-upload-button:hover {
  background: var(--accent-strong);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.field-note {
  font-size: 0.85rem;
  color: var(--muted);
}

.contact-form .checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-template-columns: none;
}

.contact-form .checkbox-field input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
  padding: 0;
}

.contact-form .checkbox-field span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  flex: 1 1 auto;
}

.form-notice {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  font-size: 0.95rem;
  font-weight: 700;
}

.form-notice-success {
  background: rgba(54, 131, 83, 0.14);
  border-color: rgba(54, 131, 83, 0.32);
}

.form-notice-error {
  background: rgba(167, 68, 68, 0.14);
  border-color: rgba(167, 68, 68, 0.3);
}

.success-dialog[hidden] {
  display: none;
}

.success-dialog {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
}

.success-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 16, 0.7);
  backdrop-filter: blur(3px);
}

.success-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface-bg);
  box-shadow: var(--shadow);
}

.success-dialog-panel h3,
.success-dialog-panel p {
  margin: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

.contact-note {
  font-size: 0.98rem;
  color: var(--muted);
  max-width: none;
}

.contact-microcopy {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: none;
}

.contact-note a {
  color: var(--ink);
  text-decoration: none;
}

.contact-note a:hover,
.contact-note a:focus-visible {
  color: var(--accent-strong);
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-trigger-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.contact-trigger-list li {
  margin: 0;
  line-height: 1.55;
}

.contact-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--nav-bg);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-socials a:hover,
.contact-socials a:focus-visible {
  border-color: var(--accent);
  color: var(--accent-strong);
}

.contact-company-details {
  display: grid;
  gap: 8px;
}

.contact-company-details p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-company-details p strong {
  margin: 0;
}

.page-content {
  display: grid;
  gap: 16px;
}

.page-content > * {
  margin: 0;
}

.page-content a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-decoration-color: rgba(225, 88, 88, 0.45);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.page-content a:hover,
.page-content a:focus-visible {
  color: var(--ink);
  text-decoration-color: var(--accent);
}

.page-content h2,
.page-content h3,
.page-content h4 {
  color: var(--ink);
  line-height: 1.1;
}

.page-content .wp-block-group,
.page-content .wp-block-columns,
.page-content .wp-block-column,
.page-content .wp-block-cover,
.page-content .wp-block-table,
.page-content .wp-block-list,
.page-content .wp-block-buttons {
  margin: 0;
}

.page-content .wp-block-group,
.page-content .wp-block-columns,
.page-content .wp-block-table,
.page-content .wp-block-cover,
.page-content .wp-block-media-text {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
}

.case-study-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-study-visual-card {
  gap: 14px;
}

.case-study-visual {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.case-study-visual-card figcaption {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.case-study-icon {
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 18px;
}

.case-study-company-logo {
  flex: 0 0 164px;
  width: 164px;
  min-height: 78px;
  padding: 8px 12px;
}

.project-group .panel-head {
  align-items: center;
}

.project-group .panel-head h3 {
  display: flex;
  align-items: center;
  min-height: 78px;
  margin: 0;
}

body.nav-open {
  overflow: hidden;
}

.maintenance-body {
  min-height: 100vh;
}

.maintenance-main {
  width: min(1120px, calc(100vw - 40px));
  min-height: calc(100vh - 44px);
  margin: 22px auto;
  display: grid;
  align-items: stretch;
}

.maintenance-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  min-height: calc(100vh - 88px);
}

.maintenance-card,
.maintenance-side {
  padding: 38px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: var(--surface-bg);
  box-shadow: var(--shadow);
  min-width: 0;
}

.maintenance-card {
  display: grid;
  align-content: start;
  gap: 22px;
}

.maintenance-side {
  display: grid;
  align-content: start;
  gap: 18px;
  background: var(--group-bg);
}

.maintenance-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--nav-bg);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.maintenance-title {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.maintenance-copy {
  max-width: 58ch;
}

.maintenance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.maintenance-list,
.maintenance-meta {
  display: grid;
  gap: 12px;
}

.maintenance-item,
.maintenance-meta-row {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--tile-bg);
}

.maintenance-item strong,
.maintenance-meta-row strong {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.maintenance-item p,
.maintenance-meta-row p {
  max-width: none;
}

.maintenance-link {
  color: var(--accent-strong);
  text-decoration: none;
  font-weight: 700;
}

.maintenance-link:hover {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-main {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    gap: 18px;
  }

  h1 {
    font-size: clamp(2.9rem, 8vw, 5.2rem);
    max-width: min(100%, 16ch);
  }

  html[lang="de"] h1 {
    font-size: clamp(2.6rem, 7vw, 4.5rem);
    max-width: 9.2ch;
  }

  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-value-chain {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual-card,
  .hero-visual-core {
    width: 100%;
  }

  .hero-visual-stack::before,
  .hero-visual-stack::after {
    display: none;
  }

  html[lang="de"] h2 {
    font-size: clamp(1.95rem, 4.8vw, 3.3rem);
    max-width: min(100%, 22ch);
  }

  .maintenance-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  #start {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  #start .logo-header {
    order: 1;
  }

  #start > h2 {
    order: 2;
  }

  #start .logo-wall {
    order: 3;
    padding: 10px 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  #start .logo-wall-actions {
    order: 4;
  }

  #start .logo-wall-copy {
    order: 5;
    gap: 10px;
  }

  #start .homepage-case-strip {
    order: 6;
  }

  #start .value-strip:first-of-type {
    order: 7;
  }

  #start .value-strip.differentiator-strip {
    order: 8;
  }

  #start .hero-main {
    order: 9;
  }

  .hero,
  .offer,
  .metrics,
  .cards,
  .start-offer-list,
  .ads-intent-grid,
  .workflow-highlights,
  .workflow-grid,
  .timeline,
  .contact,
  .job-filters,
  .job-offer-details-layout,
  .technology-share-layout,
  .proof-layout,
  .proof-diagram-grid,
  .proof-delivery-flow,
  .team-cards {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  #start .logo-proof-main {
    white-space: normal !important;
    font-size: clamp(2.1rem, 8vw, 3.2rem) !important;
  }

  .maintenance-main {
    min-height: auto;
  }

  .maintenance-shell {
    min-height: auto;
  }

  .slide {
    min-height: auto;
  }

  .logo-tile {
    min-width: 190px;
    min-height: 88px;
  }

  .proof-technical-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-tech-inline-item::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .team-avatar-frame {
    width: 120px;
    height: 120px;
  }

  #start h1 {
    font-size: clamp(2.4rem, 11vw, 3.7rem);
    max-width: 100%;
  }

  #start .hero-copy {
    gap: 16px;
  }

  #start .hero-tagline,
  #start .hero-value-prop,
  #start .hero-outcome,
  #start .hero-audience,
  #start .hero-microcopy {
    max-width: 100%;
  }

  #start .logo-wall {
    border-radius: 18px;
  }

  #start .logo-wall::before,
  #start .logo-wall::after {
    display: none;
  }

  #start .logo-track {
    gap: 8px;
    padding: 0 8px;
  }

  #start .logo-tile {
    flex-basis: 160px;
    width: 160px;
    min-width: 160px;
    min-height: 74px;
    border-radius: 16px;
  }

  #start .logo-tile svg {
    height: 46px;
  }

  #start .logo-wall-copy p {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  #start .hero-actions {
    gap: 10px;
  }

  #start .hero-actions .cta,
  #start .hero-actions .cta-secondary {
    min-width: 0;
  }

  #use-cases-page h1 {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    max-width: 8ch;
  }

  #use-cases-page .hero-tagline {
    max-width: 100%;
  }

  #use-cases-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #use-cases-page .case-study-visual-grid {
    grid-template-columns: 1fr;
  }

  .proof-technical-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 12px 16px;
  }

  .topbar-actions {
    justify-content: flex-end;
  }

  .brand {
    display: flex;
    align-items: center;
  }

  .brand-text {
      font-size: 0.88rem;
      letter-spacing: 0.08em;
    }

  .brand-wordmark {
      font-size: 1rem;
    }

  .custom-logo {
      max-width: min(180px, 42vw);
      max-height: 44px;
    }


  .menu-toggle {
    display: inline-flex;
  }

  .theme-toggle {
      height: 42px;
      width: 42px;
      padding: 0;
    }

  .lang-switcher {
    order: 3;
  }

  .nav {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav .menu-item {
    width: 100%;
  }

  .nav .sub-menu {
    position: static;
    display: none;
    gap: 8px;
    min-width: 0;
    margin: 8px 0 0;
    padding: 8px;
    border-radius: 16px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.025);
  }

  .nav .menu-item.is-submenu-open > .sub-menu,
  .nav .menu-item:focus-within > .sub-menu {
    display: grid;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 14px;
    text-align: center;
    background: var(--nav-bg);
    border: 1px solid var(--line);
  }

  .nav .sub-menu a {
    justify-content: flex-start;
    padding-left: 18px;
    font-size: 0.92rem;
  }

  main {
    width: calc(100vw - 20px);
    max-width: 1240px;
    margin: 14px auto 28px;
    gap: 16px;
  }

  .slide {
    padding: 22px 18px;
    border-radius: 26px;
    gap: 20px;
    width: 100%;
  }

  .maintenance-main {
    width: calc(100vw - 20px);
    margin: 14px auto 28px;
  }

  .maintenance-card,
  .maintenance-side {
    padding: 24px 20px;
    border-radius: 26px;
  }

  .maintenance-title {
    font-size: clamp(2.3rem, 12vw, 3.8rem);
    max-width: 100%;
  }

  .hero {
    gap: 20px;
  }

  .hero > div {
    width: 100%;
    min-width: 0;
  }

  .hero-actions {
    width: 100%;
  }

  h1 {
    font-size: clamp(2.15rem, 9vw, 3.3rem);
    line-height: 1.02;
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.95rem, 9vw, 3.1rem);
    max-width: 100%;
  }

  p {
    font-size: 1rem;
    line-height: 1.62;
    max-width: 100%;
  }

  .logo-wall {
    padding: 12px 0;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
  }

  .technology-logo-wall {
    padding: 12px 0;
    border-radius: 20px;
  }

  .logo-wall::before,
  .logo-wall::after,
  .technology-logo-wall::before,
  .technology-logo-wall::after {
    width: 38px;
  }

  .logo-track {
    gap: 10px;
    animation-duration: 34s;
    padding: 0 10px;
  }

  .technology-logo-track {
    gap: 10px;
    animation-duration: 24s;
    padding: 0 10px;
  }

  .logo-tile {
    flex-basis: 148px;
    width: 148px;
    min-height: 72px;
    padding: 8px 10px;
    border-radius: 18px;
  }

  .technology-logo-tile {
    flex-basis: 148px;
    width: 148px;
    min-height: 72px;
    padding: 8px 10px;
    border-radius: 18px;
  }

  .technology-logo-icon {
    min-height: 36px;
  }

  .technology-logo-icon svg {
    max-width: 82px;
    height: 40px;
  }

  .technology-logo-label {
    min-height: 24px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .logo-tile svg {
    max-width: none;
    height: 52px;
  }

  .logo-miele svg,
  .logo-vw svg,
  .logo-schneider svg,
  .logo-atlas svg,
  .logo-frequentis svg,
  .logo-ls svg,
  .logo-telekom svg,
  .logo-comarch svg {
    transform: none;
  }

  .project-group,
  .panel,
  .metric,
  .card,
  .step,
  .offer-item,
  .contact-form {
    padding: 20px;
  }

  .project-meta {
    gap: 6px;
  }

  .project-meta span {
    font-size: 0.76rem;
  }

.contact-form {
  max-width: none;
  }
}

.site-footer {
  margin-top: 4rem;
  padding: 2rem 1.5rem 2.5rem;
  border-top: 1px solid var(--line);
  background: rgba(10, 14, 20, 0.78);
}

.site-footer-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  align-items: start;
}

.site-footer-brand strong,
.site-footer-details strong {
  color: var(--ink);
}

.site-footer-brand p,
.site-footer-details p,
.site-footer-meta p {
  margin: 0;
  color: var(--muted);
}

.site-footer-brand {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  align-items: center;
}

.site-footer-links a {
  color: var(--accent-strong);
  font-weight: 800;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.site-footer-details {
  display: grid;
  gap: 0.4rem;
  justify-items: end;
  text-align: right;
}

.site-footer-details a {
  color: var(--accent-strong);
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.site-footer-meta {
  width: min(1120px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 560px) {
  .topbar-actions {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .theme-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

    .lang-switcher {
      width: 100%;
      justify-content: center;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer-details {
    justify-items: start;
    text-align: left;
  }
}
