:root {
  --wt-ink: #101828;
  --wt-ink-soft: #475467;
  --wt-line: rgba(16, 24, 40, 0.11);
  --wt-paper: #fbfcfa;
  --wt-white: #ffffff;
  --wt-blue: #176bff;
  --wt-blue-dark: #0b4fd8;
  --wt-teal: #20c9bd;
  --wt-mint: #d9fff8;
  --wt-radius-sm: 14px;
  --wt-radius-md: 24px;
  --wt-radius-lg: 34px;
  --wt-shadow: 0 24px 70px rgba(29, 53, 87, 0.1);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

#wrap {
  overflow: clip;
}

.wt-preview-home a.fixed.z-100[title="Kontakt"] {
  display: none !important;
}

.wt-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.wt-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  width: 100%;
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-announcement {
  min-height: 34px;
  background: var(--wt-ink);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-announcement-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wt-announcement p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: inherit;
  line-height: 1.4;
}

.wt-announcement p span {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wt-teal);
  box-shadow: 0 0 0 4px rgba(32, 201, 189, 0.14);
}

.wt-announcement a {
  color: var(--wt-white);
  font-weight: 600;
  text-decoration: none;
}

.wt-nav-wrap {
  background: rgba(251, 252, 250, 0.92);
  border-bottom: 1px solid var(--wt-line);
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.035);
  backdrop-filter: blur(18px);
}

.wt-nav {
  min-height: 80px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 32px;
}

.wt-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
}

.wt-brand img {
  display: block;
  width: 151px;
  height: auto;
}

.wt-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.4vw, 42px);
}

.wt-desktop-nav a,
.wt-nav-utility {
  position: relative;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.wt-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--wt-teal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.wt-desktop-nav a:hover::after,
.wt-desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.wt-nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wt-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.wt-button span {
  font-size: 1.12em;
  transition: transform 220ms ease;
}

.wt-button:hover,
.wt-button:focus-visible {
  transform: translateY(-2px);
}

.wt-button:hover span,
.wt-button:focus-visible span {
  transform: translate(2px, -2px);
}

.wt-button--nav {
  min-height: 44px;
  padding-inline: 20px;
  background: var(--wt-ink);
  color: var(--wt-white);
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
}

.wt-button--portal {
  min-height: 44px;
  padding-inline: 20px;
  background: var(--wt-teal);
  color: var(--wt-white);
  box-shadow: 0 8px 20px rgba(32, 201, 189, 0.28);
}

.wt-button--portal:hover,
.wt-button--portal:focus-visible {
  background: #17b3a7;
  color: var(--wt-white);
}

.wt-button--nav:hover,
.wt-button--nav:focus-visible {
  background: var(--wt-blue-dark);
  color: var(--wt-white);
}

.wt-button--primary {
  background: var(--wt-blue);
  color: var(--wt-white);
  box-shadow: 0 14px 30px rgba(23, 107, 255, 0.2);
}

.wt-button--primary:hover,
.wt-button--primary:focus-visible {
  background: var(--wt-blue-dark);
  color: var(--wt-white);
  box-shadow: 0 18px 38px rgba(23, 107, 255, 0.25);
}

.wt-button--secondary {
  border-color: rgba(16, 24, 40, 0.16);
  background: rgba(255, 255, 255, 0.58);
  color: var(--wt-ink);
}

.wt-button--secondary:hover,
.wt-button--secondary:focus-visible {
  border-color: rgba(16, 24, 40, 0.28);
  background: var(--wt-white);
  color: var(--wt-ink);
}

.wt-header a:focus-visible,
.wt-hero a:focus-visible,
.wt-mobile-menu summary:focus-visible {
  outline: 3px solid rgba(23, 107, 255, 0.3);
  outline-offset: 4px;
}

.wt-mobile-menu {
  display: none;
}

.wt-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(84px, 9vw, 138px) 0 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfa 0%, #f8fbff 72%, #ffffff 100%);
  background-size: 68px 68px, 68px 68px, auto;
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(94vw, 1480px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 107, 255, 0.22), transparent);
  transform: translateX(-50%);
}

.wt-hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.wt-hero-glow--one {
  top: 2%;
  right: -10%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(82, 126, 255, 0.14), transparent 68%);
}

.wt-hero-glow--two {
  bottom: 0;
  left: -12%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(32, 201, 189, 0.12), transparent 69%);
}

.wt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  gap: clamp(54px, 7vw, 106px);
}

.wt-hero-copy {
  max-width: 700px;
}

.wt-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
  color: var(--wt-blue-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wt-eyebrow span {
  position: relative;
  width: 32px;
  height: 1px;
  background: var(--wt-blue);
}

.wt-eyebrow span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wt-teal);
}

.wt-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(3.25rem, 5.25vw, 5.25rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.wt-hero h1 em {
  display: block;
  color: var(--wt-blue);
  font-style: normal;
}

.wt-hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--wt-ink-soft);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.wt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.wt-hero-note {
  margin: 18px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.wt-system-stage {
  position: relative;
  min-height: 560px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: var(--wt-radius-lg);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--wt-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
}

.wt-system-stage::before {
  content: "";
  position: absolute;
  inset: 54px 0 44px;
  background:
    linear-gradient(rgba(16, 24, 40, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle, #000 20%, transparent 76%);
}

.wt-stage-topline,
.wt-stage-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #667085;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wt-live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #177e76;
}

.wt-live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wt-teal);
  box-shadow: 0 0 0 5px rgba(32, 201, 189, 0.14);
}

.wt-orbit {
  position: absolute;
  inset: 64px 20px 48px;
}

.wt-orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(23, 107, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.wt-orbit-ring::before,
.wt-orbit-ring::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--wt-white);
  border-radius: 50%;
  background: var(--wt-blue);
  box-shadow: 0 4px 12px rgba(23, 107, 255, 0.25);
}

.wt-orbit-ring--outer {
  width: 76%;
  aspect-ratio: 1;
  animation: wt-spin 26s linear infinite;
}

.wt-orbit-ring--outer::before {
  top: 12%;
  left: 12%;
}

.wt-orbit-ring--outer::after {
  right: 6%;
  bottom: 22%;
  background: var(--wt-teal);
}

.wt-orbit-ring--inner {
  width: 48%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: wt-spin-reverse 20s linear infinite;
}

.wt-orbit-ring--inner::before {
  top: 46%;
  left: -5px;
  background: var(--wt-teal);
}

.wt-orbit-ring--inner::after {
  top: 4%;
  right: 18%;
}

.wt-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 107, 255, 0.15);
  border-radius: 31px;
  background: linear-gradient(145deg, #ffffff, #eaf2ff);
  box-shadow: 0 20px 50px rgba(23, 107, 255, 0.16), inset 0 1px 0 #fff;
  transform: translate(-50%, -50%) rotate(8deg);
}

.wt-core::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(32, 201, 189, 0.22);
  border-radius: 38px;
}

.wt-core span {
  color: var(--wt-blue);
  font-family: "Rubik", sans-serif;
  font-size: 48px;
  font-weight: 600;
  transform: rotate(-8deg);
}

.wt-node {
  position: absolute;
  z-index: 2;
  width: 172px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 2px 8px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: var(--wt-radius-sm);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 36px rgba(29, 53, 87, 0.1);
  backdrop-filter: blur(12px);
  animation: wt-float 6s ease-in-out infinite;
}

.wt-node small {
  grid-row: 1 / 3;
  color: var(--wt-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.wt-node strong {
  color: var(--wt-ink);
  font-size: 13px;
  line-height: 1.3;
}

.wt-node span {
  color: #667085;
  font-size: 10px;
  line-height: 1.4;
}

.wt-node--strategy {
  top: 15%;
  left: 0;
}

.wt-node--experience {
  top: 32%;
  right: -1%;
  animation-delay: -2s;
}

.wt-node--engineering {
  bottom: 10%;
  left: 8%;
  animation-delay: -4s;
}

.wt-stage-footer {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  justify-content: center;
  gap: 10px;
}

.wt-stage-footer i {
  width: clamp(24px, 4vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, var(--wt-blue), var(--wt-teal));
}

.wt-capability-strip {
  min-height: 108px;
  margin-top: clamp(76px, 8vw, 118px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--wt-line);
}

.wt-capability-strip p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wt-capability-strip ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.wt-capability-strip li {
  padding: 8px 13px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #344054;
  font-size: 12px;
  font-weight: 650;
}

.wt-proof,
.wt-services {
  position: relative;
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-proof {
  padding: clamp(92px, 10vw, 156px) 0;
  background: var(--wt-white);
}

.wt-section-heading {
  margin-bottom: clamp(48px, 6vw, 82px);
}

.wt-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: clamp(44px, 8vw, 126px);
}

.wt-section-kicker {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wt-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wt-section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 4px;
  background: var(--wt-teal);
}

.wt-section-heading h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(3rem, 5.8vw, 5.85rem);
  font-weight: 650;
  letter-spacing: -0.066em;
  line-height: 0.98;
}

.wt-section-heading h2 em {
  color: var(--wt-blue);
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-section-intro {
  padding-bottom: 5px;
}

.wt-section-intro p,
.wt-services-lead {
  margin: 0;
  color: var(--wt-ink-soft);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.72;
}

.wt-text-link {
  width: fit-content;
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.35);
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 2;
  text-decoration: none;
}

.wt-text-link span,
.wt-service-card > a span {
  transition: transform 220ms ease;
}

.wt-text-link:hover span,
.wt-text-link:focus-visible span {
  transform: translate(2px, -2px);
}

.wt-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px) clamp(24px, 3vw, 38px);
}

.wt-case {
  min-width: 0;
}

.wt-case--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(300px, 0.66fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.wt-case-media {
  position: relative;
  display: block;
  aspect-ratio: 1.52 / 1;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--wt-radius-lg);
  background: #eef3f8;
  box-shadow: 0 22px 58px rgba(29, 53, 87, 0.1);
}

.wt-case--featured .wt-case-media {
  aspect-ratio: 1.72 / 1;
}

.wt-case-media::after {
  content: "Projekt ansehen ↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.88);
  color: var(--wt-white);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.wt-case-media:hover::after,
.wt-case-media:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.wt-case-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.wt-case-media:hover img,
.wt-case-media:focus-visible img {
  transform: scale(1.025);
}

.wt-case-body {
  padding: 26px 4px 0;
}

.wt-case--featured .wt-case-body {
  padding: 0;
}

.wt-case-meta {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #667085;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wt-case h3 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.wt-case h3 a {
  color: inherit;
  text-decoration: none;
}

.wt-case-body > p {
  margin: 16px 0 22px;
  color: var(--wt-ink-soft);
  font-size: 15px;
  line-height: 1.72;
}

.wt-case-body ul {
  margin: 0;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  border-top: 1px solid var(--wt-line);
  list-style: none;
}

.wt-case-body li {
  position: relative;
  padding-left: 12px;
  color: #344054;
  font-size: 11px;
  font-weight: 650;
}

.wt-case-body li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--wt-teal);
}

/* Case-Browser: Tabs + Panel im Onletic-Muster. Ohne JS ist der erste
   Fall sichtbar, die anderen bleiben ueber [hidden] verborgen. */

.wt-cb-tabs {
  margin-bottom: clamp(24px, 3vw, 36px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wt-cb-tabs [role="tab"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(16, 24, 40, 0.14);
  border-radius: 999px;
  background: var(--wt-white);
  color: var(--wt-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.wt-cb-tabs [role="tab"] span {
  color: var(--wt-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.wt-cb-tabs [role="tab"]:hover {
  border-color: rgba(23, 107, 255, 0.45);
}

.wt-cb-tabs [role="tab"][aria-selected="true"] {
  border-color: var(--wt-ink);
  background: var(--wt-ink);
  color: var(--wt-white);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.18);
}

.wt-cb-tabs [role="tab"][aria-selected="true"] span {
  color: var(--wt-teal);
}

.wt-cb-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 64px);
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--wt-radius-lg);
  background: linear-gradient(160deg, #fbfdff 0%, #f2f7f6 100%);
  box-shadow: 0 26px 64px rgba(29, 53, 87, 0.1);
}

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

.wt-cb-panel.is-swapping .wt-cb-media img,
.wt-cb-panel.is-swapping .wt-cb-body > * {
  opacity: 0;
  transform: translateY(10px);
}

.wt-cb-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: calc(var(--wt-radius-lg) - 6px);
  background: var(--wt-white);
  box-shadow: 0 16px 40px rgba(29, 53, 87, 0.12);
}

.wt-cb-media .wt-mock-topline {
  margin: 0;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.07);
  background: rgba(255, 255, 255, 0.9);
}

.wt-cb-media .wt-mock-address {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.05);
  color: #667085;
  font-size: 10.5px;
  font-weight: 650;
}

.wt-cb-media img {
  width: 100%;
  display: block;
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
  object-position: top center;
  transition: opacity 260ms ease, transform 260ms ease;
}

.wt-cb-body > * {
  transition: opacity 260ms ease, transform 260ms ease;
}

.wt-cb-body .wt-case-meta {
  margin-bottom: 12px;
}

.wt-cb-body h3 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.wt-cb-body > p {
  margin: 14px 0 22px;
  color: var(--wt-ink-soft);
  font-size: 15px;
  line-height: 1.72;
}

.wt-cb-rows {
  border-top: 1px solid var(--wt-line);
}

.wt-cb-rows-head {
  margin: 0;
  padding: 12px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  color: #667085;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wt-cb-rows-head span:last-child {
  grid-column: 3;
  color: var(--wt-blue);
}

.wt-cb-row {
  padding: 11px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid var(--wt-line);
}

.wt-cb-row span:first-child {
  color: #667085;
  font-size: 12.5px;
  line-height: 1.5;
}

.wt-cb-row span[aria-hidden] {
  color: var(--wt-teal);
  font-weight: 800;
  text-align: center;
}

.wt-cb-row span:last-child {
  color: var(--wt-ink);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.5;
}

.wt-cb-facts {
  margin: 20px 0 4px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.wt-cb-facts li {
  padding: 14px 14px 12px;
  border: 1px solid rgba(32, 201, 189, 0.35);
  border-radius: 14px;
  background: rgba(32, 201, 189, 0.08);
}

.wt-cb-facts strong {
  display: block;
  color: var(--wt-ink);
  font-size: 19px;
  font-weight: 780;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.wt-cb-facts span {
  display: block;
  margin-top: 5px;
  color: var(--wt-ink-soft);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.5;
}

.wt-cb .wt-text-link {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .wt-cb-panel {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .wt-cb-tabs [role="tab"] {
    padding: 10px 16px;
    font-size: 12px;
  }

  .wt-cb-facts {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-cb-media img,
  .wt-cb-body > *,
  .wt-cb-tabs [role="tab"] {
    transition: none;
  }
}

.wt-services {
  padding: clamp(92px, 10vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(32, 201, 189, 0.11), transparent 28%),
    linear-gradient(180deg, #f4f8ff 0%, #f8fbfa 100%);
}

.wt-services::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 107, 255, 0.2), transparent);
}

.wt-services .wt-section-heading {
  max-width: none;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.6fr);
  gap: clamp(32px, 5vw, 80px);
}

.wt-services .wt-section-heading h2 {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .wt-services .wt-section-heading h2 {
    white-space: normal;
  }
}

.wt-services-lead {
  max-width: 710px;
  margin-top: 30px;
}

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

.wt-service-card {
  min-height: 500px;
  padding: clamp(28px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: var(--wt-radius-md);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 48px rgba(29, 53, 87, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.wt-service-card:hover {
  border-color: rgba(23, 107, 255, 0.24);
  box-shadow: 0 28px 64px rgba(29, 53, 87, 0.12);
  transform: translateY(-6px);
}

.wt-service-card--accent {
  background: linear-gradient(145deg, #e7fff9 0%, #f8fffd 100%);
}

.wt-service-card-top {
  margin-bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wt-service-number {
  color: var(--wt-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.wt-service-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 50%;
  color: var(--wt-ink);
  font-size: 15px;
}

.wt-service-card h3 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.wt-service-card > p {
  min-height: 76px;
  margin: 18px 0 28px;
  color: var(--wt-ink-soft);
  font-size: 14px;
  line-height: 1.68;
}

.wt-service-card ul {
  margin: 0 0 36px;
  padding: 20px 0 0;
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--wt-line);
  list-style: none;
}

.wt-service-card li {
  position: relative;
  padding-left: 18px;
  color: #344054;
  font-size: 12px;
  font-weight: 600;
}

.wt-service-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--wt-blue);
  font-weight: 800;
}

.wt-service-card > a {
  width: fit-content;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.wt-service-card > a:hover span,
.wt-service-card > a:focus-visible span {
  transform: translateX(4px);
}

/* ------------------------------------------------------------------
   "Was wir loesen": drei Karten, jede ein kleines Produkt-Demo.
   Muster: dunkle neben heller Karte, nachgebaute Oberflaechen, genau
   eine Interaktion je Karte, gestaffeltes Einblenden beim Scrollen.
   ------------------------------------------------------------------ */

/* Einblenden beim Scrollen. Ohne JS bleibt alles sichtbar. */
.wt-reveal {
  opacity: 1;
  transform: none;
}

html.wt-motion .wt-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.wt-motion .wt-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.wt-motion .wt-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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

.wt-services .wt-service-card.wt-demo {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.8vw, 40px);
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: clamp(24px, 2.6vw, 34px);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(29, 53, 87, 0.08);
  transform: none;
}

.wt-services .wt-service-card.wt-demo:hover {
  transform: none;
  border-color: rgba(16, 24, 40, 0.09);
  box-shadow: 0 24px 60px rgba(29, 53, 87, 0.08);
}

.wt-demo--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.wt-demo--dark {
  --demo-ink: #ffffff;
  --demo-ink-soft: rgba(255, 255, 255, 0.66);
  --demo-line: rgba(255, 255, 255, 0.14);
  --demo-panel: rgba(255, 255, 255, 0.06);
  color: var(--demo-ink);
}

.wt-services .wt-service-card.wt-demo--dark {
  border-color: rgba(16, 24, 40, 0.9);
  background:
    radial-gradient(circle at 92% 8%, rgba(32, 201, 189, 0.22), transparent 30%),
    linear-gradient(160deg, #141a2b 0%, #0f1523 100%);
  box-shadow: 0 30px 70px rgba(16, 24, 40, 0.28);
}

.wt-demo--light,
.wt-demo--wide {
  --demo-ink: var(--wt-ink);
  --demo-ink-soft: var(--wt-ink-soft);
  --demo-line: rgba(16, 24, 40, 0.1);
  --demo-panel: #f6f8fb;
}

.wt-demo-kicker {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--demo-ink-soft);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-demo-glyph {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--demo-line);
  border-radius: 50%;
  color: var(--demo-ink);
  font-size: 14px;
}

.wt-demo h3 {
  margin: 0;
  color: var(--demo-ink);
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.wt-services .wt-service-card.wt-demo > p.wt-demo-desc,
.wt-services .wt-service-card.wt-demo .wt-demo-desc {
  min-height: 0;
  margin: 12px 0 26px;
  color: var(--demo-ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

/* Nachgebaute Oberflaechen (Browser, Datenfluss, Chat) */
.wt-mock {
  padding: 18px;
  border: 1px solid var(--demo-line);
  border-radius: 20px;
  background: var(--demo-panel);
}

.wt-mock-topline {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--demo-ink-soft);
  font-size: 11px;
}

.wt-mock-dots {
  display: inline-flex;
  gap: 5px;
}

.wt-mock-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16, 24, 40, 0.14);
}

.wt-mock-address {
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--demo-line);
}

/* Segment-Umschalter (Vorher / Mit Webton) */
.wt-mock-toggle {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: #ffffff;
}

.wt-mock-toggle button {
  padding: 10px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--wt-ink-soft);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.wt-mock-toggle button[aria-selected="true"] {
  background: var(--wt-ink);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.18);
}

.wt-mock-toggle button:focus-visible {
  outline: 2px solid var(--wt-blue);
  outline-offset: 2px;
}

.wt-mock-toggle--dark {
  background: rgba(255, 255, 255, 0.06);
}

.wt-mock-toggle--dark button {
  color: rgba(255, 255, 255, 0.66);
}

.wt-mock-toggle--dark button[aria-selected="true"] {
  background: #ffffff;
  color: var(--wt-ink);
}

/* 01 · Suche */
.wt-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 600;
}

.wt-search-lens {
  width: 12px;
  height: 12px;
  border: 2px solid var(--wt-ink-soft);
  border-radius: 50%;
  position: relative;
}

.wt-search-lens::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 6px;
  height: 2px;
  background: var(--wt-ink-soft);
  transform: rotate(45deg);
}

.wt-search-queries {
  margin: 12px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wt-search-queries button {
  padding: 6px 11px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--wt-ink-soft);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease;
}

.wt-search-queries button.is-active {
  border-color: rgba(32, 201, 189, 0.7);
  background: linear-gradient(145deg, #e7fff9 0%, #f8fffd 100%);
  color: #0b6f68;
}

.wt-search-results {
  display: grid;
  gap: 8px;
}

.wt-search-result {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid var(--demo-line);
  border-radius: 14px;
  background: #ffffff;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 320ms ease, border-color 320ms ease, background 320ms ease;
}

.wt-search-rank {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--demo-panel);
  color: var(--wt-ink-soft);
  font-size: 12px;
  font-weight: 800;
}

.wt-search-url {
  display: block;
  color: var(--wt-ink-soft);
  font-size: 10.5px;
}

.wt-search-result strong {
  display: block;
  margin-top: 2px;
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.wt-search-snippet {
  display: block;
  margin-top: 3px;
  color: var(--wt-ink-soft);
  font-size: 11.5px;
  line-height: 1.5;
}

.wt-search-result--other .wt-search-snippet {
  height: 6px;
  width: 70%;
  margin-top: 8px;
  border-radius: 4px;
  background: rgba(16, 24, 40, 0.08);
}

.wt-search-result--other strong {
  color: var(--wt-ink-soft);
}

.wt-search-you {
  align-self: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--wt-ink);
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-search-results[data-search-state="after"] .wt-search-result--you {
  order: -1;
  border-color: rgba(32, 201, 189, 0.7);
  background: linear-gradient(145deg, #e7fff9 0%, #f8fffd 100%);
}

.wt-search-results[data-search-state="after"] .wt-search-result--you .wt-search-rank {
  background: #0f9c92;
  color: #ffffff;
}

.wt-search-results[data-search-state="before"] .wt-search-result--you {
  order: 10;
  opacity: 0.55;
  border-style: dashed;
}

.wt-search-results[data-search-state="before"] .wt-search-result--you .wt-search-you {
  background: var(--wt-ink-soft);
}

.wt-mock-stat {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 4px 16px;
  padding-top: 14px;
  border-top: 1px solid var(--demo-line);
  color: var(--wt-ink-soft);
  font-size: 12px;
}

.wt-mock-stat strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--wt-ink);
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.wt-mock-stat small {
  font-size: 11px;
}

/* 02 · Datenfluss */
.wt-mock-flow {
  background: rgba(255, 255, 255, 0.05);
}

.wt-flow-row {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  align-items: center;
  gap: 6px;
}

.wt-flow-node {
  padding: 12px 12px 10px;
  border: 1px solid var(--demo-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
}

.wt-flow-label {
  display: block;
  color: var(--demo-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wt-flow-node strong {
  display: block;
  margin-top: 4px;
  color: var(--demo-ink);
  font-size: 13px;
  font-weight: 700;
}

.wt-flow-node small {
  display: block;
  margin-top: 6px;
  color: #5fe3d6;
  font-size: 10.5px;
  font-weight: 700;
  transition: color 300ms ease;
}

.wt-flow-link {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
  overflow: visible;
}

.wt-flow-hand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 7px;
  border-radius: 999px;
  background: #ffb547;
  color: #1f1400;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 260ms ease;
}

.wt-flow-pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #5fe3d6;
  box-shadow: 0 0 12px rgba(95, 227, 214, 0.9);
  opacity: 0;
}

.wt-mock-flow[data-flow-state="after"] .wt-flow-link {
  background: rgba(95, 227, 214, 0.5);
}

html.wt-motion .wt-mock-flow[data-flow-state="after"] .wt-flow-pulse {
  opacity: 1;
  animation: wt-flow-travel 1.6s linear infinite;
}

.wt-mock-flow[data-flow-state="after"] .wt-flow-link:nth-of-type(4) .wt-flow-pulse {
  animation-delay: 0.8s;
}

.wt-mock-flow[data-flow-state="before"] .wt-flow-hand {
  opacity: 1;
}

.wt-mock-flow[data-flow-state="before"] .wt-flow-node small {
  color: #ffb547;
}

@keyframes wt-flow-travel {
  from { left: -4px; }
  to { left: calc(100% - 4px); }
}

@media (prefers-reduced-motion: reduce) {
  html.wt-motion .wt-mock-flow[data-flow-state="after"] .wt-flow-pulse {
    animation: none;
    left: calc(50% - 4px);
  }
}

/* 02 · Rechner */
.wt-calc {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--demo-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.wt-calc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.wt-calc-kicker {
  margin: 0 0 4px;
  color: var(--demo-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-calc h4 {
  margin: 0;
  color: var(--demo-ink);
  font-size: 1.2rem;
  font-weight: 680;
  letter-spacing: -0.03em;
}

.wt-calc-chip {
  padding: 5px 10px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  color: var(--demo-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wt-calc label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: var(--demo-ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.wt-calc output {
  color: var(--demo-ink);
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wt-calc input[type="range"] {
  width: 100%;
  height: 4px;
  margin: 12px 0 6px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 999px;
  background: linear-gradient(to right, #5fe3d6 var(--calc-fill, 18%), rgba(255, 255, 255, 0.18) var(--calc-fill, 18%));
  outline: none;
}

.wt-calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 3px solid #0f1523;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  cursor: grab;
}

.wt-calc input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 3px solid #0f1523;
  border-radius: 50%;
  background: #ffffff;
  cursor: grab;
}

.wt-calc input[type="range"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(95, 227, 214, 0.5);
}

.wt-calc-scale {
  display: flex;
  justify-content: space-between;
  color: var(--demo-ink-soft);
  font-size: 10px;
}

.wt-calc-presets {
  margin: 12px 0 16px;
  display: flex;
  gap: 6px;
}

.wt-calc-presets button {
  padding: 6px 12px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: transparent;
  color: var(--demo-ink-soft);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}

.wt-calc-presets button.is-active {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--wt-ink);
}

.wt-calc-result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--demo-line);
  color: var(--demo-ink-soft);
  font-size: 12px;
}

.wt-calc-result strong {
  display: block;
  margin-top: 2px;
  color: var(--demo-ink);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.wt-calc > p {
  margin: 12px 0 0;
  color: var(--demo-ink-soft);
  font-size: 11px;
  line-height: 1.5;
}

/* 03 · Chat */
.wt-mock-chat {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.wt-chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--demo-line);
  background: var(--demo-panel);
}

.wt-chat-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wt-ink);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.wt-chat-head strong {
  display: block;
  color: var(--wt-ink);
  font-size: 13px;
}

.wt-chat-head span:not(.wt-chat-avatar):not(.wt-chat-live) {
  display: block;
  color: var(--wt-ink-soft);
  font-size: 11px;
}

.wt-chat-live {
  margin-left: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #12b76a;
  box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.18);
}

.wt-chat-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  overflow: hidden;
}

.wt-bubble {
  max-width: 86%;
  margin: 0;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.5;
  animation: wt-bubble-in 320ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.wt-bubble--in {
  align-self: flex-start;
  border-bottom-left-radius: 6px;
  background: var(--demo-panel);
  color: var(--wt-ink);
}

.wt-bubble--out {
  align-self: flex-end;
  border-bottom-right-radius: 6px;
  background: var(--wt-blue);
  color: #ffffff;
}

.wt-bubble--typing {
  display: inline-flex;
  gap: 4px;
  padding: 12px 14px;
}

.wt-bubble--typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(16, 24, 40, 0.35);
  animation: wt-typing 900ms ease-in-out infinite;
}

.wt-bubble--typing i:nth-child(2) { animation-delay: 150ms; }
.wt-bubble--typing i:nth-child(3) { animation-delay: 300ms; }

.wt-bubble-source {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(145deg, #e7fff9 0%, #f8fffd 100%);
  border: 1px solid rgba(32, 201, 189, 0.5);
  color: #0b6f68;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wt-bubble--handover .wt-bubble-source {
  background: #fff4e0;
  border-color: #ffb547;
  color: #8a4b00;
}

.wt-chat-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 18px 18px;
  padding: 10px 10px 10px 16px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  color: var(--wt-ink-soft);
  font-size: 12px;
}

.wt-chat-send {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wt-blue);
  color: #ffffff;
  font-size: 11px;
}

.wt-chat-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.wt-chat-picks p {
  width: 100%;
  margin: 0 0 4px;
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 700;
}

.wt-chat-picks button {
  padding: 9px 14px;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--wt-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}

.wt-chat-picks button:hover {
  border-color: rgba(23, 107, 255, 0.5);
  transform: translateY(-1px);
}

.wt-chat-picks button.is-asked {
  background: var(--demo-panel);
  color: var(--wt-ink-soft);
}

.wt-chat-picks button:focus-visible {
  outline: 2px solid var(--wt-blue);
  outline-offset: 2px;
}

@keyframes wt-bubble-in {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

@keyframes wt-typing {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(-3px); opacity: 1; }
}

/* "Was dazugehoert" – Zeilen mit Haekchen */
.wt-demo-includes {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--demo-line);
}

.wt-demo-includes-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--demo-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-services .wt-service-card.wt-demo .wt-demo-includes ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border: 0;
  list-style: none;
}

.wt-services .wt-service-card.wt-demo .wt-demo-includes li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--demo-line);
  color: var(--demo-ink);
  font-size: 12px;
  font-weight: 600;
}

.wt-services .wt-service-card.wt-demo .wt-demo-includes li:first-child {
  border-top: 0;
}

.wt-services .wt-service-card.wt-demo .wt-demo-includes li::before {
  content: none;
}

.wt-demo-includes strong {
  display: block;
  color: var(--demo-ink);
  font-size: 12.5px;
  font-weight: 700;
}

.wt-demo-includes small {
  display: block;
  color: var(--demo-ink-soft);
  font-size: 11px;
}

.wt-inc-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--demo-line);
  border-radius: 9px;
  color: var(--demo-ink);
  font-size: 13px;
}

.wt-inc-check {
  color: #0f9c92;
  font-weight: 800;
}

.wt-demo--dark .wt-inc-check {
  color: #5fe3d6;
}

.wt-service-card > a.wt-demo-link,
.wt-demo-link {
  width: fit-content;
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--demo-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.wt-demo-link span {
  transition: transform 200ms ease;
}

.wt-demo-link:hover span,
.wt-demo-link:focus-visible span {
  transform: translateX(4px);
}

.wt-demo--wide .wt-demo-includes {
  margin-top: 22px;
}

.wt-services .wt-service-card.wt-demo--wide {
  display: grid;
}

@media (max-width: 1080px) {
  .wt-demo--wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .wt-demo-grid {
    grid-template-columns: 1fr;
  }

  .wt-flow-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wt-flow-link {
    width: 2px;
    height: 34px;
    margin: 0 auto;
  }

  html.wt-motion .wt-mock-flow[data-flow-state="after"] .wt-flow-pulse {
    animation-name: wt-flow-travel-down;
  }

  .wt-flow-hand {
    transform: translate(-50%, -50%) rotate(0);
  }

  .wt-search-result {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .wt-search-you {
    grid-column: 2;
    justify-self: start;
  }
}

@keyframes wt-flow-travel-down {
  from { top: -4px; left: -3px; }
  to { top: calc(100% - 4px); left: -3px; }
}

.wt-process {
  position: relative;
  padding: clamp(96px, 11vw, 166px) 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(23, 107, 255, 0.18), transparent 29%),
    radial-gradient(circle at 88% 86%, rgba(32, 201, 189, 0.12), transparent 26%),
    var(--wt-ink);
  color: var(--wt-white);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-process-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 10vw, 150px);
}

.wt-process-intro {
  align-self: start;
}

.wt-process .wt-section-kicker {
  color: #9dbaff;
}

.wt-process-intro h2 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.wt-process-intro h2 em {
  color: #71e4da;
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-process-intro > p:not(.wt-section-kicker) {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.wt-text-link--light {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--wt-white);
}

.wt-process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.wt-process-list li {
  padding: 34px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.wt-process-number {
  padding-top: 7px;
  color: #71e4da;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.wt-process-list h3 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 620;
  letter-spacing: -0.035em;
}

.wt-process-list p {
  max-width: 620px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
  line-height: 1.68;
}

/* ------------------------------------------------------------------
   "So arbeiten wir": vier klickbare Phasen, daneben ein nachgebautes
   Kundenportal, das zeigt, was der Kunde in jeder Phase dort sieht.
   ------------------------------------------------------------------ */
.wt-process-grid {
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1.34fr);
  align-items: start;
}

.wt-process-intro {
  position: sticky;
  top: 110px;
}

.wt-process-intro h2 {
  font-size: clamp(2.5rem, 3.9vw, 3.9rem);
}

.wt-journey {
  display: grid;
  gap: 22px;
}

.wt-journey-steps.wt-process-list {
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wt-journey-steps.wt-process-list li {
  position: relative;
  padding: 0;
  display: block;
  border-bottom: 0;
}

.wt-journey-steps button {
  width: 100%;
  height: 100%;
  padding: 16px 16px 18px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.wt-journey-steps button:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

.wt-journey-steps button:focus-visible {
  outline: 2px solid #71e4da;
  outline-offset: 3px;
}

.wt-journey-steps li.is-active button {
  border-color: rgba(113, 228, 218, 0.7);
  background: rgba(113, 228, 218, 0.1);
}

/* Fortschrittsstrich am oberen Rand der aktiven Phase */
.wt-journey-steps li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.wt-journey-steps li.is-active::before {
  background: linear-gradient(90deg, #71e4da var(--journey-fill, 0%), rgba(255, 255, 255, 0.14) var(--journey-fill, 0%));
}

.wt-journey-steps li.is-done::before {
  background: #71e4da;
}

.wt-journey-steps .wt-process-number {
  display: block;
  padding-top: 8px;
}

.wt-journey-title {
  display: block;
  margin-top: 6px;
  color: var(--wt-white);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 640;
  letter-spacing: -0.03em;
}

.wt-journey-text {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11.5px;
  line-height: 1.55;
}

/* Portal-Fenster (hell auf dunkler Sektion) */
.wt-portal {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: #ffffff;
  color: var(--wt-ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.wt-portal-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--wt-line);
  background: #f6f8fb;
  font-size: 11px;
  color: var(--wt-ink-soft);
}

.wt-portal-address {
  padding: 5px 12px;
  border: 1px solid var(--wt-line);
  border-radius: 999px;
  background: #ffffff;
}

.wt-portal-phase {
  margin-left: auto;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 9.5px;
}

.wt-portal-phase b {
  color: #0f9c92;
}

.wt-portal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  border-bottom: 1px solid var(--wt-line);
  font-size: 11px;
  color: var(--wt-ink-soft);
}

.wt-portal-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wt-portal-bell {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 7px;
  font-style: normal;
}

.wt-portal-bell::before {
  content: "";
  width: 9px;
  height: 10px;
  border: 1.5px solid var(--wt-ink-soft);
  border-bottom-width: 2px;
  border-radius: 5px 5px 2px 2px;
}

.wt-portal-bell b {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f59e0b;
  color: #ffffff;
  font-size: 8.5px;
  font-weight: 800;
}

.wt-portal-top em {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--wt-blue);
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}

.wt-portal-body {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  min-height: 380px;
}

.wt-portal-group {
  margin: 12px 0 2px;
  padding: 0 10px !important;
  color: #98a2b3;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-portal-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 12px;
  border-right: 1px solid var(--wt-line);
  background: #fbfcfd;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--wt-ink-soft);
}

.wt-portal-nav > span:not(.wt-portal-brand):not(.wt-portal-contact):not(.wt-portal-group) {
  padding: 7px 10px;
  border-radius: 9px;
  transition: background 200ms ease, color 200ms ease;
}

.wt-portal-nav > span.is-on {
  background: var(--wt-ink);
  color: #ffffff;
}

.wt-portal-brand {
  width: 28px;
  height: 28px;
  margin: 0 0 6px 6px;
  display: block;
  object-fit: contain;
}

.wt-portal-contact {
  margin-top: auto;
  padding: 10px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 12px;
  background: #ffffff;
}

.wt-portal-contact b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #e7fff9 0%, #d0f5ef 100%);
  color: #0b6f68;
  font-size: 10px;
}

.wt-portal-contact small {
  font-size: 9.5px;
  line-height: 1.3;
}

.wt-portal-main {
  padding: 22px 24px;
}

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

.wt-portal-panel {
  animation: wt-bubble-in 360ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.wt-portal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.wt-portal-kicker {
  display: block;
  color: var(--wt-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-portal-head strong {
  display: block;
  margin-top: 3px;
  font-size: 1.15rem;
  font-weight: 680;
  letter-spacing: -0.03em;
}

.wt-portal-pill {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--wt-line);
  background: #f6f8fb;
  color: var(--wt-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.wt-portal-pill--ok,
.wt-portal-pill.is-done {
  border-color: rgba(32, 201, 189, 0.6);
  background: linear-gradient(145deg, #e7fff9 0%, #f8fffd 100%);
  color: #0b6f68;
}

.wt-portal-pill--live {
  border-color: rgba(23, 107, 255, 0.4);
  background: rgba(23, 107, 255, 0.08);
  color: var(--wt-blue-dark);
}

.wt-portal-facts {
  margin: 0;
  display: grid;
  gap: 8px;
}

.wt-portal-facts div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--wt-line);
  border-radius: 12px;
  font-size: 12px;
}

.wt-portal-facts dt {
  color: var(--wt-ink-soft);
  font-weight: 700;
}

.wt-portal-facts dd {
  margin: 0;
  font-weight: 600;
}

.wt-portal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.wt-portal-table th {
  padding: 0 0 8px;
  text-align: left;
  color: var(--wt-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wt-portal-table td {
  padding: 10px 0;
  border-top: 1px solid var(--wt-line);
  font-weight: 600;
}

.wt-portal-table td:last-child,
.wt-portal-table th:last-child {
  text-align: right;
}

.wt-portal-table td:nth-child(2) {
  color: var(--wt-ink-soft);
  font-weight: 500;
}

.wt-portal-progress {
  position: relative;
  height: 10px;
  margin: 26px 0 16px;
  border-radius: 999px;
  background: #eef1f5;
}

.wt-portal-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--p, 0%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wt-blue) 0%, #20c9bd 100%);
  transition: width 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wt-portal-progress b {
  position: absolute;
  top: -22px;
  right: 0;
  font-size: 11px;
  font-weight: 800;
  color: var(--wt-ink);
}

.wt-portal-tasks {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
}

.wt-portal-tasks li {
  padding-left: 22px;
  position: relative;
  color: var(--wt-ink-soft);
}

.wt-portal-tasks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--wt-line);
}

.wt-portal-tasks li.is-done { color: var(--wt-ink); }
.wt-portal-tasks li.is-done::before { border-color: #0f9c92; background: #0f9c92; }
.wt-portal-tasks li.is-now { color: var(--wt-ink); }
.wt-portal-tasks li.is-now::before { border-color: var(--wt-blue); background: rgba(23, 107, 255, 0.25); }

.wt-portal-thread {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.wt-portal-msg {
  max-width: 82%;
  margin: 0;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.45;
  animation: wt-bubble-in 300ms ease both;
}

.wt-portal-msg--you {
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  background: var(--wt-blue);
  color: #ffffff;
}

.wt-portal-msg--wt {
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  background: #f1f4f8;
  color: var(--wt-ink);
}

.wt-portal-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.wt-portal-stats div {
  padding: 12px;
  border: 1px solid var(--wt-line);
  border-radius: 12px;
}

.wt-portal-stats strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.wt-portal-stats span {
  display: block;
  margin-top: 2px;
  color: var(--wt-ink-soft);
  font-size: 10.5px;
}

.wt-portal-tickets {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}

.wt-portal-tickets li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid var(--wt-line);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  animation: wt-bubble-in 300ms ease both;
}

.wt-portal-tickets small {
  padding: 3px 8px;
  border-radius: 999px;
  background: #f1f4f8;
  color: var(--wt-ink-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wt-portal-tickets li.is-open small {
  background: rgba(23, 107, 255, 0.1);
  color: var(--wt-blue-dark);
}

.wt-portal-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--wt-line);
}

.wt-portal-btn {
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--wt-ink);
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.wt-portal-btn:hover { transform: translateY(-1px); }
.wt-portal-btn:focus-visible { outline: 2px solid var(--wt-blue); outline-offset: 2px; }
.wt-portal-btn.is-done {
  background: #0f9c92;
  cursor: default;
}

.wt-portal-hint {
  color: var(--wt-ink-soft);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .wt-process-grid {
    grid-template-columns: 1fr;
  }

  .wt-process-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .wt-journey-steps.wt-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-journey-text {
    display: none;
  }

  .wt-portal-body {
    grid-template-columns: 1fr;
  }

  .wt-portal-nav {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid var(--wt-line);
  }

  .wt-portal-brand { margin: 0; }
  .wt-portal-contact,
  .wt-portal-group,
  .wt-portal-address,
  .wt-portal-top { display: none; }

  .wt-portal-facts div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .wt-portal-stats {
    grid-template-columns: 1fr;
  }

  .wt-portal-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

.wt-principles {
  margin-top: clamp(72px, 9vw, 126px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wt-principles p {
  min-height: 160px;
  margin: 0;
  padding: 34px clamp(20px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.wt-principles p:first-child {
  padding-left: 0;
}

.wt-principles p:last-child {
  padding-right: 0;
  border-right: 0;
}

.wt-principles strong {
  color: var(--wt-white);
  font-size: 13px;
}

.wt-principles span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.6;
}

.wt-trust {
  padding: clamp(96px, 10vw, 150px) 0;
  background: var(--wt-white);
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-trust-heading {
  max-width: 790px;
  margin-bottom: clamp(48px, 6vw, 78px);
}

.wt-trust-heading h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(2.5rem, 4.7vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.wt-trust-heading > p:last-child {
  margin: 24px 0 0;
  color: var(--wt-ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.wt-logo-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--wt-line);
  border-left: 1px solid var(--wt-line);
  list-style: none;
}

.wt-logo-grid li {
  min-height: 150px;
  padding: 30px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--wt-line);
  border-bottom: 1px solid var(--wt-line);
  background: var(--wt-white);
}

.wt-logo-grid img {
  width: auto;
  max-width: min(100%, 150px);
  max-height: 64px;
  filter: grayscale(1);
  opacity: 0.58;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.wt-logo-grid li:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.035);
}

.wt-trust-link {
  width: fit-content;
  margin: 30px 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.wt-closing {
  padding: 0 0 clamp(86px, 9vw, 132px);
  background: var(--wt-white);
  color: var(--wt-white);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-closing-card {
  position: relative;
  isolation: isolate;
  min-height: 470px;
  padding: clamp(42px, 7vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.52fr);
  align-items: end;
  gap: 70px;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 88% 16%, rgba(113, 228, 218, 0.26), transparent 26%),
    linear-gradient(135deg, #145be0 0%, #0b45b3 100%);
  box-shadow: 0 32px 80px rgba(11, 79, 216, 0.23);
}

.wt-closing-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -42%;
  right: -8%;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.035), 0 0 0 128px rgba(255, 255, 255, 0.025);
}

.wt-closing .wt-section-kicker {
  color: #b5fff7;
}

.wt-closing .wt-section-kicker::before {
  background: #b5fff7;
}

.wt-closing h2 {
  max-width: 800px;
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  font-weight: 620;
  letter-spacing: -0.064em;
  line-height: 0.98;
}

.wt-closing-copy > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.72;
}

.wt-closing-actions {
  display: grid;
  gap: 19px;
}

.wt-button--closing {
  min-height: 58px;
  background: var(--wt-white);
  color: var(--wt-blue-dark);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.15);
}

.wt-button--closing:hover,
.wt-button--closing:focus-visible {
  background: #e8fffb;
  color: var(--wt-blue-dark);
}

.wt-closing-actions > a:last-child {
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.77);
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

/* Erstgespräch-Simulator: Chips links, live generierte Anfrage rechts */

.wt-brief {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(26px, 3.5vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: clamp(22px, 3vw, 32px);
  background: linear-gradient(160deg, #fbfdff 0%, #f2f7f6 100%);
  box-shadow: 0 24px 60px rgba(29, 53, 87, 0.09);
  color: var(--wt-ink);
}

.wt-brief-lead {
  margin: 0 0 22px;
  color: var(--wt-ink-soft);
  font-size: 14.5px;
  line-height: 1.66;
}

.wt-brief-group {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.wt-brief-group legend {
  margin-bottom: 9px;
  padding: 0;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wt-brief-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wt-brief-chips button {
  padding: 9px 15px;
  border: 1px solid rgba(16, 24, 40, 0.14);
  border-radius: 999px;
  background: var(--wt-white);
  color: var(--wt-ink);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.wt-brief-chips button:hover {
  border-color: rgba(23, 107, 255, 0.45);
}

.wt-brief-chips button.is-active {
  border-color: var(--wt-blue);
  background: rgba(23, 107, 255, 0.09);
  color: var(--wt-blue-dark);
  box-shadow: 0 6px 16px rgba(23, 107, 255, 0.12);
}

.wt-brief-mail {
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 18px;
  background: var(--wt-white);
  box-shadow: 0 16px 40px rgba(29, 53, 87, 0.1);
}

.wt-brief-mail .wt-mock-topline {
  margin: 0 0 16px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.07);
  background: rgba(16, 24, 40, 0.02);
}

.wt-brief-mail-to {
  color: #667085;
  font-size: 11px;
  font-weight: 650;
}

.wt-brief-subject {
  margin: 0;
  padding: 0 20px 12px;
  display: grid;
  gap: 3px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.07);
}

.wt-brief-subject span {
  color: #98a2b3;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wt-brief-subject strong {
  color: var(--wt-ink);
  font-size: 15.5px;
  font-weight: 720;
}

.wt-brief-body {
  margin: 0;
  padding: 16px 20px 6px;
  color: #344054;
  font-size: 13.5px;
  line-height: 1.75;
  transition: opacity 200ms ease;
}

.wt-brief-body.is-updating,
.wt-brief-subject strong.is-updating {
  opacity: 0.25;
}

.wt-brief-sign {
  margin: 0;
  padding: 4px 20px 0;
  color: #98a2b3;
  font-size: 11px;
  font-style: italic;
}

.wt-brief-send {
  width: 100%;
  margin-top: 16px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: var(--wt-blue);
  color: var(--wt-white);
}

.wt-brief-send:hover,
.wt-brief-send:focus-visible {
  background: var(--wt-blue-dark);
  color: var(--wt-white);
}

.wt-brief-note {
  margin: 12px 0 0;
  color: #98a2b3;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  .wt-brief {
    grid-template-columns: minmax(0, 1fr);
  }
}

.wt-footer {
  position: relative;
  padding: clamp(76px, 8vw, 118px) 0 28px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at 92% 0%, rgba(32, 201, 189, 0.1), transparent 24%), #0c1423;
  color: var(--wt-white);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-footer::before {
  content: "WEBTON";
  position: absolute;
  right: -0.04em;
  bottom: -0.21em;
  color: rgba(255, 255, 255, 0.018);
  font-size: clamp(8rem, 19vw, 20rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.wt-footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(60px, 10vw, 150px);
}

.wt-footer-logo {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--wt-white);
  font-size: 18px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.wt-footer-logo img {
  width: 40px;
  height: 40px;
  display: block;
}

.wt-footer-brand > p {
  max-width: 410px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.75;
}

.wt-footer-status {
  width: fit-content;
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

.wt-footer-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71e4da;
  box-shadow: 0 0 0 5px rgba(113, 228, 218, 0.1);
  animation: wt-status-pulse 2.6s ease-out infinite;
}

.wt-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.wt-footer-nav h2 {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-footer-nav ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.wt-footer-nav a,
.wt-footer-social a,
.wt-footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 180ms ease;
}

.wt-footer-nav a {
  font-size: 13px;
  font-weight: 550;
}

.wt-footer-nav a:hover,
.wt-footer-nav a:focus-visible,
.wt-footer-social a:hover,
.wt-footer-social a:focus-visible,
.wt-footer-bottom a:hover,
.wt-footer-bottom a:focus-visible {
  color: #83eee4;
}

.wt-footer-social {
  position: relative;
  z-index: 1;
  margin-top: clamp(62px, 7vw, 100px);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wt-footer-social p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wt-footer-social div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 30px;
}

.wt-footer-social a {
  font-size: 11px;
  font-weight: 650;
}

.wt-footer-bottom {
  position: relative;
  z-index: 1;
  padding-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wt-footer-bottom p,
.wt-footer-bottom a {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

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

.wt-footer-bottom div {
  display: flex;
  gap: 24px;
}

.wt-portfolio-page {
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-portfolio-hero {
  position: relative;
  padding: clamp(94px, 10vw, 152px) 0 clamp(84px, 9vw, 132px);
  overflow: hidden;
  border-bottom: 1px solid var(--wt-line);
  background:
    linear-gradient(rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfa 0%, #f6f9ff 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.wt-portfolio-hero::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -120px;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 107, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(23, 107, 255, 0.025), 0 0 0 140px rgba(32, 201, 189, 0.02);
  pointer-events: none;
}

.wt-portfolio-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.62fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
}

.wt-portfolio-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(3.7rem, 7.2vw, 7.2rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.wt-portfolio-hero h1 em {
  color: var(--wt-blue);
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-portfolio-hero-copy > p {
  margin: 0;
  color: var(--wt-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.wt-portfolio-summary {
  margin-top: 34px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 1px solid var(--wt-line);
}

.wt-portfolio-summary p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.wt-portfolio-summary strong {
  color: var(--wt-ink);
  font-size: 18px;
}

.wt-portfolio-summary span {
  color: #667085;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.4;
  text-transform: uppercase;
}

.wt-portfolio-work {
  padding: clamp(88px, 9vw, 138px) 0;
  background: #f7f9fc;
}

.wt-portfolio-toolbar {
  margin-bottom: clamp(46px, 6vw, 76px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.wt-portfolio-toolbar h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.055em;
}

.wt-portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.wt-portfolio-filters button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(16, 24, 40, 0.11);
  border-radius: 999px;
  background: var(--wt-white);
  color: #475467;
  font: 650 11px/1 "Be Vietnam Pro", sans-serif;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.wt-portfolio-filters button:hover,
.wt-portfolio-filters button:focus-visible,
.wt-portfolio-filters button.is-active {
  border-color: var(--wt-ink);
  background: var(--wt-ink);
  color: var(--wt-white);
}

.wt-portfolio-page .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
}

.wt-portfolio-page .portfolio-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 28px;
  background: var(--wt-white);
  box-shadow: 0 18px 48px rgba(29, 53, 87, 0.07);
  cursor: pointer;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.wt-portfolio-page .portfolio-item:hover,
.wt-portfolio-page .portfolio-item:focus-visible {
  border-color: rgba(23, 107, 255, 0.24);
  box-shadow: 0 30px 70px rgba(29, 53, 87, 0.13);
  outline: none;
  transform: translateY(-6px);
}

.wt-portfolio-page .portfolio-item[hidden] {
  display: none;
}

.wt-portfolio-page .portfolio-image {
  position: relative;
  min-height: 270px;
  padding: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--wt-line);
  background:
    linear-gradient(rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #fbfcfe 0%, #f1f6fb 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.wt-portfolio-page .portfolio-image img {
  width: auto;
  max-width: min(72%, 250px);
  max-height: 108px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(16, 24, 40, 0.08));
  transition: transform 300ms ease;
}

.wt-portfolio-page .portfolio-item:hover .portfolio-image img,
.wt-portfolio-page .portfolio-item:focus-visible .portfolio-image img {
  transform: scale(1.04);
}

/* Logos, die fuer dunkle Flaechen gebaut sind (z. B. Amira Maison:
   weiss auf transparent), werden invertiert, damit sie auf der
   hellen Karte sichtbar bleiben. */
.wt-portfolio-page .portfolio-image img.wt-logo--invert {
  filter: invert(1) drop-shadow(0 8px 18px rgba(16, 24, 40, 0.08));
}

.wt-project-index {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.wt-project-open {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--wt-ink);
  font-size: 14px;
}

/* Referenzen, deren Domain nicht mehr erreichbar ist: Die Arbeit bleibt
   sichtbar, aber die Karte fuehrt nicht mehr ins Leere. */
.wt-project-archived {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 7px 12px;
  border: 1px solid var(--wt-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #667085;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-portfolio-page .portfolio-item--offline {
  cursor: default;
}

.wt-portfolio-page .portfolio-item--offline:hover .portfolio-image img {
  transform: none;
}

.wt-portfolio-page .portfolio-info {
  min-height: 285px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.wt-portfolio-page .portfolio-title {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.wt-portfolio-page .portfolio-description {
  margin: 15px 0 24px;
  color: var(--wt-ink-soft);
  font-size: 13px;
  line-height: 1.68;
}

.wt-portfolio-page .portfolio-tags {
  margin: auto 0 0;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border-top: 1px solid var(--wt-line);
  list-style: none;
}

.wt-portfolio-page .tag {
  padding: 6px 9px;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.wt-filter-result {
  margin: 28px 0 0;
  color: #667085;
  font-size: 10px;
  font-weight: 650;
  text-align: right;
  text-transform: uppercase;
}

.wt-portfolio-page .portfolio-preview {
  position: fixed;
  z-index: 1300;
  top: 50%;
  left: 50%;
  width: min(540px, 80vw);
  height: min(390px, 68vh);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 90px rgba(16, 24, 40, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -46%) scale(0.94);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(16px);
}

.wt-portfolio-page .portfolio-preview.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.wt-portfolio-page .portfolio-preview-header {
  min-height: 54px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--wt-line);
  background: rgba(248, 250, 252, 0.94);
}

.wt-portfolio-page .portfolio-preview-controls {
  display: flex;
  gap: 6px;
}

.wt-portfolio-page .portfolio-preview-controls span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.wt-portfolio-page .portfolio-preview-controls span:first-child {
  background: #20c9bd;
}

.wt-portfolio-page .portfolio-preview-url {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: #667085;
  font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wt-portfolio-page .portfolio-preview-content {
  position: relative;
  height: calc(100% - 54px);
}

.wt-portfolio-page .portfolio-preview-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #667085;
  font-size: 11px;
  transform: translate(-50%, -50%);
}

.wt-portfolio-page .portfolio-preview-frame {
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.wt-portfolio-cta {
  padding: clamp(88px, 9vw, 134px) 0;
  background: var(--wt-white);
}

.wt-portfolio-cta-card {
  min-height: 430px;
  padding: clamp(40px, 7vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  align-items: end;
  gap: clamp(48px, 9vw, 130px);
  border-radius: clamp(28px, 4vw, 48px);
  background: var(--wt-ink);
  color: var(--wt-white);
}

.wt-portfolio-cta .wt-section-kicker {
  color: #9dbaff;
}

.wt-portfolio-cta h2 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 1;
}

.wt-portfolio-cta-card > div:last-child > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.72;
}

.wt-contact-page {
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-contact-hero {
  position: relative;
  padding: clamp(92px, 10vw, 150px) 0 clamp(82px, 9vw, 130px);
  overflow: hidden;
  border-bottom: 1px solid var(--wt-line);
  background:
    radial-gradient(circle at 86% 18%, rgba(32, 201, 189, 0.12), transparent 25%),
    linear-gradient(rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfa 0%, #f5f9ff 100%);
  background-size: auto, 68px 68px, 68px 68px, auto;
}

.wt-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.55fr);
  align-items: end;
  gap: clamp(54px, 9vw, 140px);
}

.wt-contact-hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(3.55rem, 6.9vw, 6.9rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.wt-contact-hero h1 em {
  color: var(--wt-blue);
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-contact-intro > p {
  margin: 0;
  color: var(--wt-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.wt-contact-response {
  margin-top: 34px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: start;
  gap: 14px;
  border-top: 1px solid var(--wt-line);
}

.wt-contact-response > span {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border: 3px solid rgba(32, 201, 189, 0.22);
  border-radius: 50%;
  background: var(--wt-teal);
  box-sizing: content-box;
}

.wt-contact-response div {
  display: grid;
  gap: 3px;
}

.wt-contact-response strong {
  font-size: 12px;
}

.wt-contact-response small {
  color: #667085;
  font-size: 10px;
}

.wt-contact-main {
  padding: clamp(84px, 9vw, 136px) 0;
  background: #f7f9fc;
}

.wt-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}

.wt-contact-aside {
  position: sticky;
  top: 110px;
}

.wt-contact-aside h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(2.5rem, 4.2vw, 4.25rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.wt-contact-steps {
  margin: 56px 0 0;
  padding: 0;
  border-top: 1px solid var(--wt-line);
  list-style: none;
}

.wt-contact-steps li {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--wt-line);
}

.wt-contact-steps li > span {
  padding-top: 2px;
  color: var(--wt-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.wt-contact-steps strong {
  display: block;
  font-size: 13px;
}

.wt-contact-steps p {
  margin: 7px 0 0;
  color: var(--wt-ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.wt-contact-direct {
  margin-top: 36px;
  padding: 24px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 20px;
  background: var(--wt-white);
}

.wt-contact-direct p {
  margin: 0 0 4px;
  color: #667085;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-contact-direct a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.wt-contact-direct a span {
  color: var(--wt-blue);
}

.wt-contact-form-card {
  padding: clamp(32px, 5vw, 60px);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: clamp(28px, 4vw, 42px);
  background: var(--wt-white);
  box-shadow: 0 28px 80px rgba(29, 53, 87, 0.1);
}

.wt-contact-form-heading {
  margin-bottom: 38px;
}

.wt-contact-form-heading h2,
.wt-contact-page .contact-success h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.wt-contact-form-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--wt-ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.wt-contact-page .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.wt-contact-page .contact-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wt-contact-page .contact-field--full {
  grid-column: 1 / -1;
}

.wt-contact-page .contact-field label:not(.contact-checkbox) {
  color: var(--wt-ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.wt-contact-page .contact-field input:not([type="checkbox"]),
.wt-contact-page .contact-field textarea {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 15px 17px;
  border: 1px solid rgba(16, 24, 40, 0.13);
  border-radius: 12px;
  background: #fbfcfe;
  color: var(--wt-ink);
  font: 500 13px/1.5 "Be Vietnam Pro", sans-serif;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.wt-contact-page .contact-field textarea {
  min-height: 150px;
  resize: vertical;
}

.wt-contact-page .contact-field input::placeholder,
.wt-contact-page .contact-field textarea::placeholder {
  color: #98a2b3;
  opacity: 1;
}

.wt-contact-page .contact-field input:focus,
.wt-contact-page .contact-field textarea:focus {
  border-color: var(--wt-blue);
  background: var(--wt-white);
  box-shadow: 0 0 0 4px rgba(23, 107, 255, 0.1);
}

.wt-contact-page .contact-field.has-error input:not([type="checkbox"]),
.wt-contact-page .contact-field.has-error textarea,
.wt-contact-page .contact-field.has-error .contact-checkbox {
  border-color: #d92d20;
}

.wt-contact-page .contact-field-error {
  min-height: 16px;
  color: #b42318;
  font-size: 10px;
  line-height: 1.45;
}

.wt-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.wt-contact-page .contact-checkbox {
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 11px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 12px;
  background: #f8fafc;
  color: #475467;
  font-size: 11px;
  line-height: 1.55;
  cursor: pointer;
}

.wt-contact-page .contact-checkbox input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--wt-blue);
}

.wt-contact-captcha {
  overflow: hidden;
}

.wt-contact-page .contact-form-status {
  display: none;
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 11px;
  line-height: 1.55;
}

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

.wt-contact-page .contact-form-status.is-error {
  border: 1px solid #fda29b;
  background: #fef3f2;
  color: #b42318;
}

.wt-contact-page .contact-form-status.is-success {
  border: 1px solid #6ce9a6;
  background: #ecfdf3;
  color: #067647;
}

.wt-contact-page .contact-submit {
  width: 100%;
  min-height: 58px;
  margin: 22px 0 0;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background: var(--wt-ink);
  color: var(--wt-white);
  font: 700 12px/1 "Be Vietnam Pro", sans-serif;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.wt-contact-page .contact-submit:hover,
.wt-contact-page .contact-submit:focus-visible {
  background: var(--wt-blue);
  transform: translateY(-2px);
}

.wt-contact-page .contact-submit[disabled] {
  opacity: 0.62;
  cursor: wait;
  transform: none;
}

.wt-contact-form-note {
  margin: 13px 0 0;
  color: #98a2b3;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}

.wt-contact-page .contact-success {
  min-height: 650px;
  padding: 50px 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wt-contact-success-mark {
  width: 60px;
  height: 60px;
  margin-bottom: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(32, 201, 189, 0.13);
  color: #0f948b;
  font-size: 24px;
  font-weight: 700;
}

.wt-contact-page .contact-success > p:not(.wt-section-kicker) {
  max-width: 460px;
  margin: 20px 0 30px;
  color: var(--wt-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.wt-contact-confidence {
  padding: 0 0 clamp(82px, 9vw, 132px);
  background: #f7f9fc;
}

.wt-contact-confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--wt-line);
  border-bottom: 1px solid var(--wt-line);
}

.wt-contact-confidence-grid p {
  min-height: 180px;
  margin: 0;
  padding: 34px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-right: 1px solid var(--wt-line);
}

.wt-contact-confidence-grid p:last-child {
  border-right: 0;
}

.wt-contact-confidence-grid span {
  margin-bottom: 22px;
  color: var(--wt-blue);
  font-size: 9px;
  font-weight: 800;
}

.wt-contact-confidence-grid strong {
  font-size: 13px;
}

.wt-contact-confidence-grid small {
  color: var(--wt-ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.wt-services-page {
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-services-hero {
  padding: clamp(96px, 10vw, 154px) 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--wt-line);
  background:
    radial-gradient(circle at 83% 15%, rgba(23, 107, 255, 0.12), transparent 27%),
    linear-gradient(rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfa 0%, #f5f9ff 100%);
  background-size: auto, 68px 68px, 68px 68px, auto;
}

.wt-services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.55fr);
  align-items: end;
  gap: clamp(54px, 9vw, 140px);
}

.wt-services-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(3.7rem, 7vw, 7rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.wt-services-hero h1 em {
  color: var(--wt-blue);
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-services-intro > p {
  margin: 0 0 28px;
  color: var(--wt-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.wt-services-principles {
  margin-top: clamp(76px, 9vw, 130px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--wt-line);
}

.wt-services-principles p {
  min-height: 112px;
  margin: 0;
  padding: 28px 24px;
  display: grid;
  align-content: center;
  gap: 10px;
  border-right: 1px solid var(--wt-line);
}

.wt-services-principles p:first-child {
  padding-left: 0;
}

.wt-services-principles p:last-child {
  border-right: 0;
}

.wt-services-principles strong {
  color: var(--wt-blue);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.wt-services-principles span {
  color: #475467;
  font-size: 11px;
  font-weight: 650;
}

.wt-services-catalog {
  padding: clamp(90px, 10vw, 150px) 0;
  background: var(--wt-white);
}

.wt-services-list {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.wt-service-detail {
  padding: clamp(30px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: clamp(28px, 4vw, 48px);
  background: #f5f8ff;
}

.wt-service-detail--teal {
  background: #effaf8;
}

.wt-service-detail--ink {
  border-color: rgba(255, 255, 255, 0.08);
  background: var(--wt-ink);
  color: var(--wt-white);
}

.wt-service-detail--violet {
  background: #f6f3ff;
}

.wt-service-detail-top {
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wt-service-detail-top > span {
  color: #667085;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wt-service-detail--ink .wt-service-detail-top > span {
  color: rgba(255, 255, 255, 0.5);
}

.wt-service-signal {
  width: 190px;
  height: 120px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  transform: skewX(-8deg);
}

.wt-service-signal i {
  flex: 1;
  border-radius: 10px 10px 4px 4px;
  background: rgba(23, 107, 255, 0.12);
}

.wt-service-signal i:nth-child(1) { height: 45%; }
.wt-service-signal i:nth-child(2) { height: 72%; background: rgba(23, 107, 255, 0.25); }
.wt-service-signal i:nth-child(3) { height: 100%; background: var(--wt-blue); }

.wt-service-phone {
  width: 86px;
  height: 142px;
  padding: 9px;
  border: 2px solid rgba(15, 148, 139, 0.38);
  border-radius: 24px;
  transform: rotate(7deg);
}

.wt-service-phone i {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(32, 201, 189, 0.18), var(--wt-teal));
}

.wt-service-stack {
  position: relative;
  width: 160px;
  height: 130px;
}

.wt-service-stack i {
  position: absolute;
  width: 128px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.wt-service-stack i:nth-child(1) { top: 0; right: 0; }
.wt-service-stack i:nth-child(2) { top: 27px; right: 16px; background: rgba(23, 107, 255, 0.2); }
.wt-service-stack i:nth-child(3) { top: 54px; right: 32px; background: rgba(32, 201, 189, 0.18); }

.wt-service-nodes {
  position: relative;
  width: 150px;
  height: 130px;
  border: 1px solid rgba(124, 92, 255, 0.18);
  border-radius: 50%;
}

.wt-service-nodes::before,
.wt-service-nodes::after {
  content: "";
  position: absolute;
  background: rgba(124, 92, 255, 0.22);
}

.wt-service-nodes::before { top: 50%; left: 12%; width: 76%; height: 1px; }
.wt-service-nodes::after { top: 12%; left: 50%; width: 1px; height: 76%; }

.wt-service-nodes i {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 4px solid #e7e0ff;
  border-radius: 50%;
  background: #7c5cff;
  box-sizing: content-box;
}

.wt-service-nodes i:nth-child(1) { top: 5px; left: 61px; }
.wt-service-nodes i:nth-child(2) { top: 53px; right: 3px; }
.wt-service-nodes i:nth-child(3) { bottom: 1px; left: 61px; }
.wt-service-nodes i:nth-child(4) { top: 53px; left: 3px; }

.wt-service-detail-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.55fr);
  align-items: start;
  gap: clamp(46px, 9vw, 130px);
}

.wt-service-detail .wt-section-kicker {
  color: var(--wt-blue);
}

.wt-service-detail--teal .wt-section-kicker {
  color: #0f948b;
}

.wt-service-detail--ink .wt-section-kicker {
  color: #9dbaff;
}

.wt-service-detail--violet .wt-section-kicker {
  color: #6f51e8;
}

.wt-service-detail h3 {
  max-width: 760px;
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.wt-service-detail--ink h3 {
  color: var(--wt-white);
}

.wt-service-detail-copy > div:last-child > p {
  margin: 0 0 26px;
  color: var(--wt-ink-soft);
  font-size: 13px;
  line-height: 1.72;
}

.wt-service-detail--ink .wt-service-detail-copy > div:last-child > p {
  color: rgba(255, 255, 255, 0.62);
}

.wt-service-detail ul {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid rgba(16, 24, 40, 0.1);
  list-style: none;
}

.wt-service-detail li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.1);
  color: #475467;
  font-size: 10px;
  font-weight: 650;
}

.wt-service-detail--ink ul,
.wt-service-detail--ink li {
  border-color: rgba(255, 255, 255, 0.12);
}

.wt-service-detail--ink li,
.wt-service-detail--ink .wt-text-link {
  color: rgba(255, 255, 255, 0.78);
}

.wt-services-guide {
  padding: clamp(90px, 10vw, 150px) 0;
  background: var(--wt-ink);
  color: var(--wt-white);
}

.wt-services-guide-heading {
  max-width: 780px;
  margin-bottom: clamp(48px, 7vw, 82px);
}

.wt-services-guide .wt-section-kicker {
  color: #9dbaff;
}

.wt-services-guide h2 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.wt-services-guide-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wt-services-guide-list a {
  min-height: 112px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) minmax(210px, 0.38fr) 40px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--wt-white);
  text-decoration: none;
  transition: padding 200ms ease, background-color 200ms ease;
}

.wt-services-guide-list a:hover,
.wt-services-guide-list a:focus-visible {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.wt-services-guide-list span {
  color: #9dbaff;
  font-size: 9px;
  font-weight: 800;
}

.wt-services-guide-list strong {
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.wt-services-guide-list small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.wt-services-guide-list i {
  font-size: 16px;
  font-style: normal;
  text-align: right;
}

.wt-services-method {
  padding: clamp(90px, 10vw, 150px) 0;
  background: #f7f9fc;
}

.wt-services-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(540px, 1fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.wt-services-method h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.wt-services-method-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--wt-line);
  border-left: 1px solid var(--wt-line);
}

.wt-services-method-steps p {
  min-height: 225px;
  margin: 0;
  padding: 30px;
  display: grid;
  align-content: start;
  gap: 9px;
  border-right: 1px solid var(--wt-line);
  border-bottom: 1px solid var(--wt-line);
}

.wt-services-method-steps span {
  margin-bottom: 42px;
  color: var(--wt-blue);
  font-size: 9px;
  font-weight: 800;
}

.wt-services-method-steps strong {
  font-size: 14px;
}

.wt-services-method-steps small {
  color: var(--wt-ink-soft);
  font-size: 11px;
  line-height: 1.65;
}

.wt-services-cta {
  padding: clamp(84px, 9vw, 134px) 0;
  background: var(--wt-white);
}

.wt-services-cta-card {
  min-height: 430px;
  padding: clamp(40px, 7vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.48fr);
  align-items: end;
  gap: clamp(48px, 9vw, 130px);
  border-radius: clamp(28px, 4vw, 48px);
  background: linear-gradient(145deg, #125de5, #176bff);
  color: var(--wt-white);
}

.wt-services-cta .wt-section-kicker {
  color: rgba(255, 255, 255, 0.66);
}

.wt-services-cta h2 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1;
}

.wt-services-cta-card > div:last-child > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.72;
}

.wt-services-cta .wt-button--primary {
  background: var(--wt-white);
  color: var(--wt-blue);
}

.wt-services-cta .wt-text-link {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.wt-proof a:focus-visible,
.wt-services a:focus-visible,
.wt-process a:focus-visible,
.wt-trust a:focus-visible,
.wt-closing a:focus-visible {
  outline: 3px solid rgba(23, 107, 255, 0.3);
  outline-offset: 4px;
}

@keyframes wt-status-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(113, 228, 218, 0.1); }
  50% { box-shadow: 0 0 0 9px rgba(113, 228, 218, 0); }
}

@keyframes wt-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes wt-spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes wt-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1100px) {
  .wt-nav {
    grid-template-columns: 180px 1fr auto;
    gap: 20px;
  }

  .wt-desktop-nav {
    gap: 20px;
  }

  .wt-nav-utility {
    display: none;
  }

  .wt-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 46px;
  }

  .wt-system-stage {
    min-height: 510px;
  }

  .wt-case--featured {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  }

  .wt-service-card {
    min-height: 470px;
    padding: 30px;
  }

  .wt-process-grid {
    gap: 70px;
  }

  .wt-closing-card {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 46px;
  }

  .wt-portfolio-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 54px;
  }

  .wt-portfolio-cta-card {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 46px;
  }

  .wt-contact-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    gap: 56px;
  }

  .wt-contact-layout {
    grid-template-columns: minmax(280px, 0.6fr) minmax(480px, 1fr);
    gap: 52px;
  }

  .wt-services-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
    gap: 56px;
  }

  .wt-service-detail-copy {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    gap: 58px;
  }

  .wt-services-method-grid {
    grid-template-columns: minmax(0, 0.68fr) minmax(480px, 1fr);
    gap: 58px;
  }

  .wt-services-cta-card {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 46px;
  }

  .wt-footer-main {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .wt-shell {
    width: min(100% - 36px, 720px);
  }

  .wt-announcement {
    display: none;
  }

  .wt-nav {
    min-height: 72px;
    display: flex;
    justify-content: space-between;
  }

  .wt-brand img {
    width: 136px;
  }

  .wt-desktop-nav,
  .wt-nav-actions {
    display: none;
  }

  .wt-mobile-menu {
    position: relative;
    display: block;
  }

  .wt-mobile-menu summary {
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--wt-line);
    border-radius: 14px;
    background: var(--wt-white);
    cursor: pointer;
    list-style: none;
  }

  .wt-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .wt-mobile-menu summary span {
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: var(--wt-ink);
    transition: transform 200ms ease, opacity 200ms ease;
  }

  .wt-mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .wt-mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .wt-mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .wt-mobile-menu nav {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    padding: 14px 18px 24px;
    display: grid;
    gap: 4px;
    border-top: 1px solid var(--wt-line);
    border-bottom: 1px solid var(--wt-line);
    background: rgba(251, 252, 250, 0.98);
    box-shadow: 0 24px 50px rgba(16, 24, 40, 0.12);
    backdrop-filter: blur(18px);
  }

  .wt-mobile-menu nav > a:not(.wt-button) {
    min-height: 52px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(16, 24, 40, 0.07);
    color: var(--wt-ink);
    font-size: 16px;
    font-weight: 650;
    text-decoration: none;
  }

  .wt-mobile-menu .wt-button {
    margin-top: 12px;
  }

  .wt-hero {
    padding-top: 76px;
  }

  .wt-hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wt-hero-copy {
    max-width: 690px;
  }

  .wt-hero h1 {
    max-width: 680px;
    font-size: clamp(3.1rem, 9vw, 5rem);
  }

  .wt-system-stage {
    width: min(100%, 620px);
    min-height: 540px;
    margin-inline: auto;
  }

  .wt-section-heading--split,
  .wt-case--featured {
    grid-template-columns: 1fr;
  }

  .wt-section-heading--split {
    gap: 30px;
  }

  .wt-section-intro {
    max-width: 650px;
  }

  .wt-case--featured {
    gap: 0;
  }

  .wt-case--featured .wt-case-body {
    padding: 26px 4px 0;
  }

  .wt-service-grid {
    grid-template-columns: 1fr;
  }

  .wt-service-card {
    min-height: auto;
  }

  .wt-service-card-top {
    margin-bottom: 52px;
  }

  .wt-service-card > p {
    min-height: auto;
  }

  .wt-process-grid,
  .wt-closing-card {
    grid-template-columns: 1fr;
  }

  .wt-process-grid {
    gap: 58px;
  }

  .wt-principles {
    grid-template-columns: 1fr;
  }

  .wt-principles p,
  .wt-principles p:first-child,
  .wt-principles p:last-child {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .wt-principles p:last-child {
    border-bottom: 0;
  }

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

  .wt-closing-card {
    align-items: start;
  }

  .wt-closing-actions {
    width: min(100%, 390px);
  }

  .wt-footer-main {
    grid-template-columns: 1fr;
  }

  .wt-footer-nav {
    max-width: 650px;
  }

  .wt-portfolio-hero-grid,
  .wt-portfolio-cta-card {
    grid-template-columns: 1fr;
  }

  .wt-portfolio-hero-grid {
    gap: 38px;
  }

  .wt-portfolio-hero-copy {
    max-width: 680px;
  }

  .wt-portfolio-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .wt-portfolio-filters {
    justify-content: flex-start;
  }

  .wt-portfolio-cta-card {
    gap: 38px;
  }

  .wt-contact-hero-grid,
  .wt-contact-layout {
    grid-template-columns: 1fr;
  }

  .wt-contact-hero-grid {
    gap: 38px;
  }

  .wt-contact-intro {
    max-width: 680px;
  }

  .wt-contact-layout {
    gap: 58px;
  }

  .wt-contact-aside {
    position: static;
  }

  .wt-contact-form-card {
    order: -1;
  }

  .wt-services-hero-grid,
  .wt-service-detail-copy,
  .wt-services-method-grid,
  .wt-services-cta-card {
    grid-template-columns: 1fr;
  }

  .wt-services-hero-grid {
    gap: 38px;
  }

  .wt-services-intro {
    max-width: 680px;
  }

  .wt-service-detail-copy {
    gap: 36px;
  }

  .wt-service-detail-copy > div:last-child {
    max-width: 620px;
  }

  .wt-services-guide-list a {
    grid-template-columns: 44px minmax(0, 1fr) 34px;
  }

  .wt-services-guide-list small {
    grid-column: 2;
    grid-row: 2;
  }

  .wt-services-guide-list i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .wt-services-method-grid,
  .wt-services-cta-card {
    gap: 46px;
  }
}

@media (max-width: 600px) {
  .wt-shell {
    width: min(100% - 30px, 540px);
  }

  .wt-hero {
    padding-top: 58px;
    background-size: 52px 52px, 52px 52px, auto;
  }

  .wt-eyebrow {
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.085em;
  }

  .wt-eyebrow span {
    margin-top: 7px;
  }

  .wt-hero h1 {
    font-size: clamp(2.72rem, 12.4vw, 4.15rem);
    letter-spacing: -0.06em;
    line-height: 0.99;
  }

  .wt-hero-lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6;
  }

  .wt-hero-actions {
    margin-top: 30px;
    display: grid;
  }

  .wt-button {
    width: 100%;
  }

  .wt-hero-note {
    font-size: 11px;
  }

  .wt-system-stage {
    min-height: 430px;
    padding: 18px;
    border-radius: 26px;
  }

  .wt-orbit {
    inset: 58px 10px 42px;
  }

  .wt-orbit-ring--outer {
    width: 88%;
  }

  .wt-orbit-ring--inner {
    width: 55%;
  }

  .wt-core {
    width: 84px;
    height: 84px;
    border-radius: 25px;
  }

  .wt-core span {
    font-size: 38px;
  }

  .wt-node {
    width: 143px;
    padding: 12px;
    grid-template-columns: 22px 1fr;
  }

  .wt-node--strategy {
    top: 9%;
  }

  .wt-node--experience {
    top: 37%;
  }

  .wt-node--engineering {
    bottom: 7%;
    left: 1%;
  }

  .wt-stage-footer {
    right: 16px;
    bottom: 15px;
    left: 16px;
    font-size: 8px;
  }

  .wt-capability-strip {
    min-height: auto;
    margin-top: 66px;
    padding: 28px 0 34px;
    display: grid;
    gap: 18px;
  }

  .wt-capability-strip ul {
    flex-wrap: wrap;
  }

  .wt-proof,
  .wt-services {
    padding: 78px 0;
  }

  .wt-section-heading {
    margin-bottom: 40px;
  }

  .wt-section-heading h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .wt-case-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wt-case--featured {
    grid-column: auto;
  }

  .wt-case-media,
  .wt-case--featured .wt-case-media {
    aspect-ratio: 1.25 / 1;
    border-radius: 24px;
  }

  .wt-case-media::after {
    display: none;
  }

  .wt-case-body,
  .wt-case--featured .wt-case-body {
    padding-top: 20px;
  }

  .wt-case-body > p {
    font-size: 14px;
  }

  .wt-services-lead {
    margin-top: 24px;
  }

  .wt-service-card {
    padding: 26px;
  }

  .wt-service-card-top {
    margin-bottom: 44px;
  }

  .wt-process {
    padding-top: 78px;
  }

  .wt-process-intro h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .wt-process-list li {
    padding: 27px 0;
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .wt-principles {
    margin-top: 58px;
  }

  .wt-trust {
    padding: 78px 0;
  }

  .wt-trust-heading h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.5rem);
  }

  .wt-logo-grid li {
    min-height: 112px;
    padding: 20px;
  }

  .wt-logo-grid img {
    max-width: min(100%, 110px);
    max-height: 48px;
  }

  .wt-trust-link {
    margin-left: 0;
  }

  .wt-closing {
    padding-bottom: 72px;
  }

  .wt-closing-card {
    min-height: auto;
    padding: 38px 25px;
    gap: 38px;
    border-radius: 28px;
  }

  .wt-closing h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .wt-closing-copy > p:last-child {
    font-size: 14px;
  }

  .wt-portfolio-hero {
    padding: 72px 0 68px;
    background-size: 52px 52px, 52px 52px, auto;
  }

  .wt-portfolio-hero h1 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }

  .wt-portfolio-hero-copy > p {
    font-size: 16px;
  }

  .wt-portfolio-summary {
    gap: 18px;
  }

  .wt-portfolio-summary strong {
    font-size: 26px;
  }

  .wt-portfolio-work {
    padding: 72px 0 76px;
  }

  .wt-portfolio-toolbar {
    margin-bottom: 34px;
  }

  .wt-portfolio-toolbar h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .wt-portfolio-filters {
    width: 100%;
  }

  .wt-portfolio-filters button {
    flex: 1 1 auto;
  }

  .wt-portfolio-page .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wt-portfolio-page .portfolio-image {
    min-height: 220px;
    padding: 42px;
  }

  .wt-portfolio-page .portfolio-info {
    min-height: auto;
    padding: 24px;
  }

  .wt-portfolio-page .portfolio-preview {
    width: 90vw;
    height: 60vh;
    max-width: 350px;
  }

  .wt-portfolio-cta {
    padding: 0 0 72px;
  }

  .wt-portfolio-cta-card {
    min-height: auto;
    padding: 38px 25px;
    border-radius: 28px;
  }

  .wt-portfolio-cta h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .wt-contact-hero {
    padding: 72px 0 68px;
    background-size: auto, 52px 52px, 52px 52px, auto;
  }

  .wt-contact-hero h1 {
    font-size: clamp(2.9rem, 13.4vw, 4.25rem);
  }

  .wt-contact-intro > p {
    font-size: 15px;
  }

  .wt-contact-main {
    padding: 72px 0;
  }

  .wt-contact-form-card {
    padding: 36px 24px;
    border-radius: 28px;
  }

  .wt-contact-form-heading {
    margin-bottom: 32px;
  }

  .wt-contact-page .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wt-contact-page .contact-field--full {
    grid-column: auto;
  }

  .wt-contact-captcha .g-recaptcha {
    width: 111.12%;
    margin-bottom: -8px;
    transform: scale(0.9);
    transform-origin: left top;
  }

  .wt-contact-page .contact-submit {
    white-space: normal;
  }

  .wt-contact-aside h2 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .wt-contact-steps {
    margin-top: 40px;
  }

  .wt-contact-confidence {
    padding-bottom: 72px;
  }

  .wt-contact-confidence-grid {
    grid-template-columns: 1fr;
  }

  .wt-contact-confidence-grid p {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--wt-line);
  }

  .wt-contact-confidence-grid p:last-child {
    border-bottom: 0;
  }

  .wt-contact-confidence-grid span {
    margin-bottom: 10px;
  }

  .wt-services-hero {
    padding-top: 72px;
    background-size: auto, 52px 52px, 52px 52px, auto;
  }

  .wt-services-hero h1 {
    font-size: clamp(2.95rem, 13.6vw, 4.3rem);
  }

  .wt-services-intro > p {
    font-size: 15px;
  }

  .wt-services-principles {
    margin-top: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-services-principles p,
  .wt-services-principles p:first-child {
    min-height: 100px;
    padding: 22px 16px;
    border-right: 1px solid var(--wt-line);
    border-bottom: 1px solid var(--wt-line);
  }

  .wt-services-principles p:nth-child(2n) {
    border-right: 0;
  }

  .wt-services-principles p:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .wt-services-catalog,
  .wt-services-guide,
  .wt-services-method {
    padding: 76px 0;
  }

  .wt-service-detail {
    padding: 28px 24px 34px;
    border-radius: 28px;
  }

  .wt-service-detail-top {
    min-height: 145px;
  }

  .wt-service-signal {
    width: 130px;
    height: 88px;
  }

  .wt-service-phone {
    width: 68px;
    height: 114px;
    border-radius: 19px;
  }

  .wt-service-stack {
    width: 130px;
    height: 105px;
  }

  .wt-service-stack i {
    width: 98px;
    height: 58px;
  }

  .wt-service-nodes {
    width: 115px;
    height: 100px;
  }

  .wt-service-nodes i:nth-child(1) { top: 2px; left: 45px; }
  .wt-service-nodes i:nth-child(2) { top: 38px; right: 0; }
  .wt-service-nodes i:nth-child(3) { bottom: -1px; left: 45px; }
  .wt-service-nodes i:nth-child(4) { top: 38px; left: 0; }

  .wt-service-detail h3 {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }

  .wt-services-guide h2,
  .wt-services-method h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .wt-services-guide-list a {
    min-height: 118px;
    padding: 22px 0;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    gap: 12px;
  }

  .wt-services-guide-list a:hover,
  .wt-services-guide-list a:focus-visible {
    padding-right: 8px;
    padding-left: 8px;
  }

  .wt-services-guide-list strong {
    font-size: 17px;
    line-height: 1.35;
  }

  .wt-services-method-steps {
    grid-template-columns: 1fr;
  }

  .wt-services-method-steps p {
    min-height: auto;
    padding: 26px;
  }

  .wt-services-method-steps span {
    margin-bottom: 24px;
  }

  .wt-services-cta {
    padding: 72px 0;
  }

  .wt-services-cta-card {
    min-height: auto;
    padding: 38px 25px;
    border-radius: 28px;
  }

  .wt-services-cta h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .wt-footer {
    padding-top: 70px;
  }

  .wt-footer-main {
    gap: 58px;
  }

  .wt-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }

  .wt-footer-nav > div:last-child {
    grid-column: 1 / -1;
  }

  .wt-footer-social,
  .wt-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .wt-footer-social div {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-button,
  .wt-button span,
  .wt-desktop-nav a::after,
  .wt-mobile-menu summary span,
  .wt-case-media::after,
  .wt-case-media img,
  .wt-service-card,
  .wt-text-link span,
  .wt-service-card > a span,
  .wt-logo-grid img,
  .wt-portfolio-page .portfolio-item,
  .wt-portfolio-page .portfolio-image img,
  .wt-portfolio-page .portfolio-preview,
  .wt-contact-page input,
  .wt-contact-page textarea,
  .wt-services-guide-list a {
    transition-duration: 0.01ms !important;
  }

  .wt-orbit-ring,
  .wt-node,
  .wt-footer-status span {
    animation: none !important;
  }
}

/* ==================================================================
   Interaktiver Hero: Startseite (Orbit)
   ================================================================== */

.wt-orbit-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

/* Leiterbahnen statt Striche: feine, gestrichelte Wege mit Kehre. */
.wt-orbit-trace {
  fill: none;
  stroke: rgba(23, 107, 255, 0.26);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3 6;
  transition: stroke 300ms ease, stroke-width 300ms ease, stroke-dasharray 300ms ease;
}

.wt-orbit-trace.is-active {
  stroke: var(--wt-accent);
  stroke-width: 1.9;
  stroke-dasharray: none;
}

/* Der Datenimpuls laeuft als kurzer heller Abschnitt den Weg entlang. */
.wt-orbit-signal {
  fill: none;
  stroke: var(--wt-accent);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.wt-orbit-signal.is-running {
  animation: wt-orbit-travel 1250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes wt-orbit-travel {
  from { stroke-dashoffset: 0; opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  to   { stroke-dashoffset: calc(var(--wt-trace-length, 400) * -1px); opacity: 0; }
}

.wt-node-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Knoten sind jetzt Schaltflächen — Basisstil neutralisieren */
button.wt-node {
  appearance: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

button.wt-node:hover,
button.wt-node:focus-visible {
  border-color: rgba(23, 107, 255, 0.45);
  box-shadow: 0 18px 44px rgba(23, 107, 255, 0.18);
}

/* Knoten sind Klickziele: kein Dauerschweben, damit sie praezise
   getroffen werden koennen. Die Lebendigkeit tragen jetzt die
   Signale auf den Verbindungslinien und die Zeiger-Parallaxe. */
button.wt-node {
  animation: none;
}

button.wt-node:focus-visible {
  outline: 2px solid var(--wt-blue);
  outline-offset: 3px;
}

button.wt-node[aria-pressed="true"] {
  border-color: var(--wt-blue);
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(23, 107, 255, 0.24);
}

button.wt-node[aria-pressed="true"] small {
  color: var(--wt-blue);
}

.wt-core {
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.wt-core span {
  transition: color 260ms ease, opacity 200ms ease;
}

/* Beim Erkunden bleibt der Kern ruhig: kein zusaetzlicher Umriss
   oder Leuchtrand um das Icon. */

.wt-stage-readout {
  position: absolute;
  right: 22px;
  bottom: 58px;
  left: 22px;
  z-index: 3;
  margin: 0;
  color: var(--wt-ink-soft);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  transition: color 220ms ease;
}

.wt-stage-readout strong {
  color: var(--wt-ink);
  font-weight: 700;
}

@media (max-width: 620px) {
  .wt-stage-readout {
    position: static;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-orbit-links .wt-orbit-signal.is-running {
    animation: none;
    opacity: 0;
  }

  button.wt-node,
  .wt-core,
  .wt-orbit-links line {
    transition: none;
  }
}

/* ==================================================================
   Startseite: Buehne fuellt den gesamten Header
   Loest die System-Buehne aus der Karte rechts und legt sie als
   vollflaechige Ebene ueber den ganzen Hero. Der Text liegt darueber.
   ================================================================== */

.wt-hero--stage {
  padding-bottom: 0;
}

.wt-hero--stage .wt-hero-grid {
  position: relative;
  z-index: 3;
  min-height: clamp(560px, 68vh, 730px);
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  pointer-events: none;
}

.wt-hero--stage .wt-hero-copy {
  max-width: 620px;
  pointer-events: auto;
}

/* --- Buehne: kein Kasten mehr, sondern volle Flaeche --------------- */

.wt-hero--stage .wt-system-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: none;
}

/* Eigenes Raster der Karte entfaellt — der Hero bringt schon eines mit */
.wt-hero--stage .wt-system-stage::before {
  content: none;
}

.wt-hero--stage .wt-orbit {
  position: absolute;
  inset: 0;
}

/* Ringe spannen sich ueber die gesamte Breite und laufen nach links
   hinter dem Text weich aus, damit die Schrift lesbar bleibt. */
.wt-hero--stage .wt-orbit-ring {
  top: 46%;
  left: 58%;
  border-color: rgba(23, 107, 255, 0.14);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, #000 34%);
}

.wt-hero--stage .wt-orbit-ring--outer {
  width: min(1180px, 74vw);
}

.wt-hero--stage .wt-orbit-ring--inner {
  width: min(760px, 48vw);
}

/* Der Kern ist eine Karte wie die Leistungen — die Verbindungen enden
   an ihrer Kante, statt in das Icon hineinzulaufen. */
.wt-hero--stage .wt-core {
  top: 46%;
  left: 58%;
  width: 172px;
  height: 148px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wt-line);
  border-radius: var(--wt-radius-md);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 16px 40px rgba(29, 53, 87, 0.11);
  transform: translate(-50%, -50%);
}

.wt-hero--stage .wt-core::after {
  content: none;
}

.wt-hero--stage .wt-core span {
  font-size: 58px;
}

.wt-hero--stage .wt-orbit-links {
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, #000 30%);
}

/* --- Knoten ueber die freie Flaeche verteilt ----------------------- */

.wt-hero--stage .wt-node-layer {
  pointer-events: none;
}

.wt-hero--stage button.wt-node {
  width: 186px;
  pointer-events: auto;
}

/* Zehn Positionen, verteilt um den Kern und ausserhalb des
   Textblocks oben links. */
/* Zehn Karten rund um den Kern, ausserhalb des Textblocks links.
   Karten sind deutlich groesser als Chips — die Abstaende sind so
   gewaehlt, dass sich nichts ueberlappt. */
.wt-hero--stage [data-node="marketing"]  { top: 0%;  left: 18%; }
.wt-hero--stage [data-node="websites"]   { top: 1%;  left: 41%; }
.wt-hero--stage [data-node="software"]   { top: 0%;  left: 63%; }
.wt-hero--stage [data-node="apps"]       { top: 15%; left: 84%; }
.wt-hero--stage [data-node="ki"]         { top: 35%; left: 85%; }
.wt-hero--stage [data-node="it"]         { top: 55%; left: 84%; }
.wt-hero--stage [data-node="hosting"]    { top: 73%; left: 71%; }
.wt-hero--stage [data-node="mail"]       { top: 86%; left: 48%; }
.wt-hero--stage [data-node="cloud"]      { top: 87%; left: 26%; }
.wt-hero--stage [data-node="automation"] { top: 87%; left: 4%;  }

/* --- Statuszeile, Ablesezeile und Fussleiste an die Raender -------- */

.wt-hero--stage .wt-stage-topline {
  position: absolute;
  top: 4px;
  right: 0;
  left: auto;
  width: auto;
  gap: 18px;
  pointer-events: none;
}

/* Ablesezeile und Prozessleiste bilden rechts unten einen ruhigen
   Meta-Block, damit die linke Textspalte frei bleibt. */
.wt-hero--stage .wt-stage-readout {
  right: 0;
  bottom: 46px;
  left: auto;
  max-width: 440px;
  text-align: right;
  pointer-events: none;
}

.wt-hero--stage .wt-stage-footer {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: auto;
  width: auto;
  justify-content: flex-end;
  pointer-events: none;
}

/* --- Ab Tablet zurueck in eine ruhige, gestapelte Form ------------- */

@media (max-width: 1100px) {
  .wt-hero--stage .wt-hero-grid {
    min-height: 0;
    padding-bottom: 0;
  }

  .wt-hero--stage .wt-system-stage {
    position: static;
    margin-top: 42px;
  }

  /* Unter 1100px wird aus der Konstellation eine ruhige Liste:
     Icon mittig, darunter die Leistungen als umbrechende Chips.
     Zehn frei positionierte Knoten waeren hier nicht bedienbar. */
  .wt-hero--stage .wt-orbit {
    position: static;
    display: grid;
    justify-items: center;
    gap: 26px;
    padding-top: 24px;
  }

  .wt-hero--stage .wt-orbit-ring,
  .wt-hero--stage .wt-orbit-links {
    display: none;
  }

  .wt-hero--stage .wt-core {
    position: static;
    width: 104px;
    height: 104px;
    transform: none;
  }

  .wt-hero--stage .wt-core-mark {
    width: 104px;
    height: 104px;
  }

  .wt-hero--stage .wt-node-layer {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .wt-hero--stage button.wt-node {
    position: static;
    inset: auto;
    width: auto;
  }

}

@media (max-width: 620px) {

  .wt-hero--stage button.wt-node {
    width: 150px;
  }

  .wt-hero--stage .wt-core {
    width: 92px;
    height: 92px;
  }

  .wt-hero--stage .wt-core span {
    font-size: 40px;
  }

  .wt-hero--stage .wt-stage-topline {
    display: none;
  }
}

/* ==================================================================
   Startseite: Leistungs-Konstellation
   Zehn Leistungsknoten um das Webton-Icon, dazu ein Themenwechsel,
   der beim Erkunden die ganze Seite dezent einfaerbt.
   ================================================================== */

:root {
  --wt-accent: var(--wt-blue);
  --wt-accent-soft: rgba(23, 107, 255, 0.16);
  --wt-wash: rgba(23, 107, 255, 0.05);
  --wt-wash-strength: 0;
}

/* Jeder Bereich bekommt eine eigene, bewusst gedaempfte Stimmung. */
:root[data-wt-theme="websites"]  { --wt-accent: #176bff; --wt-accent-soft: rgba(23, 107, 255, 0.18);  --wt-wash: rgba(23, 107, 255, 0.055); }
:root[data-wt-theme="software"]  { --wt-accent: #6152e8; --wt-accent-soft: rgba(97, 82, 232, 0.18);   --wt-wash: rgba(97, 82, 232, 0.055); }
:root[data-wt-theme="apps"]      { --wt-accent: #0ea678; --wt-accent-soft: rgba(14, 166, 120, 0.18);  --wt-wash: rgba(14, 166, 120, 0.05); }
:root[data-wt-theme="ki"]        { --wt-accent: #9333ea; --wt-accent-soft: rgba(147, 51, 234, 0.18);  --wt-wash: rgba(147, 51, 234, 0.06); }
:root[data-wt-theme="it"]        { --wt-accent: #48607d; --wt-accent-soft: rgba(72, 96, 125, 0.18);   --wt-wash: rgba(72, 96, 125, 0.05); }
:root[data-wt-theme="hosting"]   { --wt-accent: #0b7c8c; --wt-accent-soft: rgba(11, 124, 140, 0.18);  --wt-wash: rgba(11, 124, 140, 0.055); }
:root[data-wt-theme="mail"]      { --wt-accent: #c2703a; --wt-accent-soft: rgba(194, 112, 58, 0.18);  --wt-wash: rgba(194, 112, 58, 0.05); }
:root[data-wt-theme="cloud"]     { --wt-accent: #2596d6; --wt-accent-soft: rgba(37, 150, 214, 0.18);  --wt-wash: rgba(37, 150, 214, 0.05); }
:root[data-wt-theme="automation"]{ --wt-accent: #109c92; --wt-accent-soft: rgba(16, 156, 146, 0.18);  --wt-wash: rgba(16, 156, 146, 0.05); }
:root[data-wt-theme="marketing"] { --wt-accent: #d4477a; --wt-accent-soft: rgba(212, 71, 122, 0.18);  --wt-wash: rgba(212, 71, 122, 0.05); }

/* Ganzseitiger Hauch — bewusst sehr schwach, damit Text lesbar bleibt */
.wt-theme-wash {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: var(--wt-wash);
  opacity: var(--wt-wash-strength);
  transition: opacity 420ms ease, background 420ms ease;
}

:root[data-wt-theme] {
  --wt-wash-strength: 1;
}

/* --------------------------------------------------- Kompakter Text */

.wt-hero--stage .wt-hero-copy {
  max-width: 430px;
}

.wt-hero--stage .wt-hero-copy h1 {
  font-size: clamp(2.15rem, 3.1vw, 3.05rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.wt-hero--stage .wt-hero-lead {
  max-width: 42ch;
  margin-top: 20px;
  font-size: clamp(15px, 1.15vw, 16.5px);
  line-height: 1.68;
}

.wt-hero--stage .wt-hero-actions {
  margin-top: 30px;
}

/* -------------------------------------------------------- Kern-Icon */

.wt-hero--stage .wt-core {
  width: 128px;
  height: 128px;
}

/* Im Ruhezustand traegt das Icon die Markenfarbe; erst beim Erkunden
   einer Leistung wechselt es in deren Stimmung. */
:root:not([data-wt-theme]) .wt-hero--stage .wt-core .wt-core-mark {
  background: var(--wt-teal);
}

/* Hoehere Spezifitaet noetig: die Basisregel ".wt-core span" (0,1,1)
   dreht um -8deg und schlaegt eine reine Klasse. */
.wt-hero--stage .wt-core .wt-core-mark {
  width: 104px;
  height: 104px;
  display: block;
  transform: none;
  background: var(--wt-accent);
  transition: background 420ms ease;
  -webkit-mask: url("/assets/images/webton/WebtonLogo/WebtonVektor.svg") center / contain no-repeat;
  mask: url("/assets/images/webton/WebtonLogo/WebtonVektor.svg") center / contain no-repeat;
}

/* ------------------------------------------------ Knoten als Chips */

/* Karten wie zuvor — nur fuer alle zehn Leistungen. */
.wt-hero--stage button.wt-node {
  width: 182px;
  padding: 14px 16px;
  border-radius: var(--wt-radius-sm);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 34px rgba(29, 53, 87, 0.1);
}

.wt-hero--stage button.wt-node small {
  color: var(--wt-accent);
  transition: color 300ms ease;
}

.wt-hero--stage button.wt-node strong {
  font-size: 13px;
  line-height: 1.25;
}

.wt-hero--stage button.wt-node span {
  font-size: 10px;
  line-height: 1.4;
}

.wt-hero--stage button.wt-node:hover,
.wt-hero--stage button.wt-node:focus-visible {
  border-color: var(--wt-accent);
  box-shadow: 0 18px 40px var(--wt-accent-soft);
}

.wt-hero--stage button.wt-node[aria-pressed="true"] {
  border-color: var(--wt-accent);
  background: #ffffff;
  box-shadow: 0 22px 50px var(--wt-accent-soft);
}

/* Linien und Ringe folgen der Stimmung */


.wt-hero--stage .wt-orbit-ring {
  border-color: var(--wt-accent-soft);
  transition: border-color 420ms ease;
}

.wt-hero--stage .wt-stage-readout a {
  color: var(--wt-accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .wt-theme-wash,
  .wt-core-mark,
  .wt-hero--stage .wt-orbit-ring {
    transition: none;
  }
}

/* Buehne steht unter 1100px im Fluss — die Meta-Zeilen laufen mit,
   sonst haengen sie absolut am Rasterboden und reissen eine Luecke auf. */
@media (max-width: 1100px) {
  .wt-hero--stage .wt-stage-topline,
  .wt-hero--stage .wt-stage-readout,
  .wt-hero--stage .wt-stage-footer {
    position: static;
    width: auto;
    max-width: none;
    justify-content: center;
    text-align: center;
  }

  .wt-hero--stage .wt-stage-topline {
    margin-bottom: 6px;
  }

  .wt-hero--stage .wt-stage-readout {
    margin-top: 24px;
  }

  .wt-hero--stage .wt-stage-footer {
    margin-top: 16px;
  }
}

/* Sehr schmale Geraete: eine Spalte, sonst quetschen sich die Karten
   in zwei Spalten und laufen ueber ihren Container hinaus. */
@media (max-width: 420px) {
  .wt-hero--stage .wt-node-layer {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Muss nach dem Kartenblock stehen: dort wird die feste Breite von
   182px gesetzt, die sonst auch mobil gilt und die Spalten halb leer
   laesst. */
@media (max-width: 1100px) {
  .wt-hero--stage button.wt-node {
    width: auto;
  }
}

/* ==================================================================
   Startseite: Geraete-Buehne unter dem Header
   iPad und iPhone, die beim Scrollen in Position kommen. Bewegung
   laeuft ueber die Fortschritts-Variable --wt-dev-p (0 bis 1), die
   das Skript setzt; ohne JavaScript stehen beide Geraete fertig da.
   ================================================================== */

.wt-devices {
  --wt-dev-p: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(84px, 9vw, 148px) 0;
  border-bottom: 1px solid var(--wt-line);
  background:
    linear-gradient(rgba(16, 24, 40, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 58%, #f2fbfa 100%);
  background-size: 68px 68px, 68px 68px, auto;
  color: var(--wt-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.wt-devices-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(6px);
}

.wt-devices-glow--one {
  top: -14%;
  right: -8%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(23, 107, 255, 0.16), transparent 68%);
}

.wt-devices-glow--two {
  bottom: -20%;
  left: -10%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(32, 201, 189, 0.18), transparent 68%);
}

/* ----------------------------------------------------------- Buehne */

/* Screenreader-Ueberschrift: der Abschnitt lebt von den Bildern,
   braucht aber trotzdem einen zugaenglichen Namen. */
.wt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Beide Geraete stehen mittig und klappen beim Scrollen zusammen. */
.wt-devices-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 1500px;
  perspective-origin: 50% 45%;
}

.wt-device {
  position: relative;
  margin: 0;
  transform-style: preserve-3d;
}

.wt-device figcaption {
  margin-top: 14px;
  text-align: center;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-device-screen {
  overflow: hidden;
  background: var(--wt-white);
}

/* --- Tablet --- */

.wt-device--tablet {
  width: min(58%, 620px);
  z-index: 1;
  /* Klappt wie ein Fluegel aus der Tiefe nach vorn in die Mitte. */
  transform:
    translate3d(calc((1 - var(--wt-dev-p)) * 30%), 0, calc((1 - var(--wt-dev-p)) * -320px))
    rotateY(calc((1 - var(--wt-dev-p)) * -58deg))
    rotateX(calc((1 - var(--wt-dev-p)) * 10deg));
  opacity: calc(0.08 + var(--wt-dev-p) * 0.92);
  transform-origin: 0% 60%;
  will-change: transform;
}

.wt-device--tablet .wt-device-screen {
  aspect-ratio: 16 / 10;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, 0.14);
  border-radius: 22px;
  background: #101828;
  box-shadow: 0 40px 90px rgba(16, 35, 70, 0.24);
}

/* Eigener Innenrahmen: das Bild ist absichtlich hoeher als das
   Sichtfenster, damit beim Scrollen wirklich etwas wandert. Ueber
   object-position allein ginge das nicht — die Screenshots sind breiter
   als der Rahmen, es entsteht also gar kein vertikaler Ueberstand. */
.wt-device--tablet .wt-device-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.wt-device--tablet img {
  width: 100%;
  height: 134%;
  display: block;
  object-fit: cover;
  object-position: 50% 0;
  transform: translateY(calc(var(--wt-dev-pan, 0) * -25%));
}

/* --- Telefon --- */

.wt-device--phone {
  width: min(20%, 208px);
  margin-right: -6%;
  z-index: 2;
  /* Gegenstueck: klappt von der anderen Seite heran. */
  transform:
    translate3d(calc((1 - var(--wt-dev-p)) * -105%), calc((1 - var(--wt-dev-p)) * 30px), calc((1 - var(--wt-dev-p)) * -240px))
    rotateY(calc((1 - var(--wt-dev-p)) * 62deg))
    rotateX(calc((1 - var(--wt-dev-p)) * -8deg));
  opacity: calc(0.08 + var(--wt-dev-p) * 0.92);
  transform-origin: 100% 60%;
  will-change: transform;
}

.wt-device--phone .wt-device-screen {
  position: relative;
  /* Container fuer die Oberflaeche: alle Innenmasse haengen an cqw,
     damit das UI in jeder Geraetegroesse gleich proportioniert ist
     statt bei schmalen Bildschirmen aus dem Rahmen zu laufen. */
  container-type: inline-size;
  aspect-ratio: 9 / 19;
  padding: 8px;
  border: 1px solid rgba(16, 24, 40, 0.16);
  border-radius: 30px;
  background: #101828;
  box-shadow: 0 32px 70px rgba(16, 35, 70, 0.26);
}

.wt-device--phone .wt-device-screen::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 44%;
  height: 12px;
  border-radius: 999px;
  background: #101828;
  transform: translateX(-50%);
}

/* ------------------------------------------------- Oberflaeche Handy */

.wt-phone-ui {
  height: 100%;
  padding: 10.5cqw 5.8cqw 5.8cqw;
  display: flex;
  flex-direction: column;
  gap: 4.3cqw;
  overflow: hidden;
  border-radius: 11cqw;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.wt-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wt-phone-bar span {
  width: 38%;
  height: 2.4cqw;
  border-radius: 1.5cqw;
  background: rgba(16, 24, 40, 0.14);
}

.wt-phone-bar i {
  width: 6.7cqw;
  height: 6.7cqw;
  border-radius: 2.4cqw;
  background: var(--wt-teal);
}

.wt-phone-title {
  margin: 0;
  color: var(--wt-ink);
  font-size: 5.3cqw;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wt-phone-card {
  padding: 4.8cqw;
  display: grid;
  gap: 2.4cqw;
  border: 1px solid var(--wt-line);
  border-radius: 4.8cqw;
  background: var(--wt-white);
}

.wt-phone-card--lead {
  background: linear-gradient(140deg, #eef4ff, #e4fbf8);
  border-color: rgba(23, 107, 255, 0.18);
}

.wt-phone-card span {
  color: var(--wt-blue);
  font-size: 3.4cqw;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-phone-card strong {
  color: var(--wt-ink);
  font-size: 4.8cqw;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.wt-phone-card small {
  color: #667085;
  font-size: 3.8cqw;
}

.wt-phone-bar-track {
  height: 2.4cqw;
  overflow: hidden;
  border-radius: 1.5cqw;
  background: rgba(16, 24, 40, 0.1);
}

.wt-phone-bar-track i {
  display: block;
  width: calc(20% + var(--wt-dev-p) * 47%);
  height: 100%;
  border-radius: 1.5cqw;
  background: linear-gradient(90deg, var(--wt-blue), var(--wt-teal));
}

.wt-phone-row {
  padding: 3.8cqw 4.8cqw;
  display: flex;
  align-items: center;
  gap: 3.8cqw;
  border: 1px solid var(--wt-line);
  border-radius: 4.3cqw;
  background: var(--wt-white);
}

.wt-phone-row span {
  width: 6.7cqw;
  height: 6.7cqw;
  flex: 0 0 auto;
  border-radius: 2.4cqw;
  background: rgba(23, 107, 255, 0.14);
}

.wt-phone-row b {
  height: 2.4cqw;
  flex: 1;
  border-radius: 1.5cqw;
  background: rgba(16, 24, 40, 0.1);
}

.wt-phone-cta {
  margin-top: auto;
  padding: 4.3cqw;
  border-radius: 999px;
  background: var(--wt-blue);
  color: #fff;
  font-size: 4.3cqw;
  font-weight: 700;
  text-align: center;
}

/* --------------------------------------------------------- Marke */

.wt-devices-mark {
  margin: clamp(46px, 5vw, 76px) 0 0;
  display: flex;
  justify-content: center;
  opacity: calc(0.15 + var(--wt-dev-p) * 0.85);
  transform: translateY(calc((1 - var(--wt-dev-p)) * 22px));
}

.wt-devices-mark img {
  width: clamp(150px, 15vw, 210px);
  height: auto;
  display: block;
}

/* ------------------------------------------------------- Responsive */

@media (max-width: 1000px) {
  .wt-device--tablet {
    width: 62%;
  }

  .wt-device--phone {
    width: 23%;
    margin-right: -7%;
  }
}

/* Auch mobil klappen beide zusammen — nur kompakter. */
@media (max-width: 560px) {
  .wt-device--tablet {
    width: 72%;
  }

  .wt-device--phone {
    width: 30%;
    margin-right: -9%;
  }

  .wt-device figcaption {
    font-size: 8px;
    letter-spacing: 0.05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-devices {
    --wt-dev-p: 1 !important;
  }

  .wt-device--tablet,
  .wt-device--phone,
  .wt-devices-mark {
    transform: none;
    opacity: 1;
  }

  .wt-device--tablet img {
    transform: none;
  }
}

/* ==================================================================
   Startseite: hervorgehobene Kunden unter dem Webton-Logo
   Zwei Referenzen gross nebeneinander, darunter eine kurze Liste
   der uebrigen Unternehmen.
   ================================================================== */

.wt-clients {
  margin-top: clamp(46px, 5vw, 74px);
  padding-top: clamp(40px, 4.5vw, 62px);
  border-top: 1px solid var(--wt-line);
  /* Laeuft mit der Geraete-Animation ein. */
  opacity: calc(0.2 + var(--wt-dev-p) * 0.8);
  transform: translateY(calc((1 - var(--wt-dev-p)) * 18px));
}

.wt-clients-title {
  margin: 0 0 clamp(22px, 2.6vw, 32px);
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.wt-clients-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 34px);
}

.wt-client {
  margin: 0;
  padding: clamp(28px, 3.4vw, 46px) clamp(20px, 3vw, 40px);
  display: grid;
  place-items: center;
  gap: 20px;
  border: 1px solid var(--wt-line);
  border-radius: var(--wt-radius-md);
  background: var(--wt-white);
  box-shadow: 0 16px 44px rgba(29, 53, 87, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.wt-client:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(29, 53, 87, 0.13);
}

.wt-client img {
  width: auto;
  max-width: min(100%, 240px);
  height: clamp(46px, 5.4vw, 72px);
  display: block;
  object-fit: contain;
}

/* Kompakt proportionierte Logos brauchen mehr Hoehe, damit beide
   optisch gleich viel Flaeche einnehmen. */
.wt-client--compact img {
  height: clamp(56px, 6.6vw, 90px);
}

.wt-client figcaption {
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.012em;
}

/* ------------------------------------------------------ Kurze Liste */

.wt-clients-intro {
  margin: clamp(34px, 4vw, 52px) 0 16px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

/* Kleine Logozeile: gleiche Hoehe wie zuvor der Text, Quadrate etwas groesser,
   damit sie optisch die gleiche Flaeche einnehmen (wie bei den Hauptkarten). */
.wt-clients-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px clamp(22px, 3vw, 40px);
  list-style: none;
}

.wt-clients-list img {
  display: block;
  width: auto;
  height: 26px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.wt-clients-list img.wt-clients-logo--square {
  height: 38px;
}

.wt-clients-list a:hover img,
.wt-clients-list a:focus-visible img {
  filter: none;
  opacity: 1;
}

/* Logos, die fuer dunkle Flaechen gebaut sind (z. B. Amira Maison:
   weiss auf transparent), werden invertiert, damit sie auf dem
   hellen Band sichtbar bleiben. */
.wt-clients-list img.wt-clients-logo--invert {
  filter: grayscale(1) invert(1);
}

.wt-clients-list a:hover img.wt-clients-logo--invert,
.wt-clients-list a:focus-visible img.wt-clients-logo--invert {
  filter: invert(1);
}

@media (max-width: 620px) {
  .wt-clients-featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .wt-clients-list {
    gap: 14px 20px;
  }

  .wt-clients-list img {
    height: 22px;
    max-width: 96px;
  }

  .wt-clients-list img.wt-clients-logo--square {
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-clients {
    opacity: 1;
    transform: none;
  }

  .wt-client {
    transition: none;
  }
}

/* ------------------------------------------------------------------
   Jahresendaktion 2026: Announcement Bar (site-weit) und Promo-Sektion
   auf der Startseite. Die volle Aktionsseite liegt unter
   /jahresendaktion.html (webton-aktion.css).
   ------------------------------------------------------------------ */
.wt-announcement--aktion {
  background:
    radial-gradient(circle at 10% 50%, rgba(113, 228, 218, 0.22), transparent 30%),
    var(--wt-ink);
  color: rgba(255, 255, 255, 0.86);
}

.wt-announcement--aktion p {
  flex-wrap: wrap;
  row-gap: 4px;
}

.wt-announcement--aktion p > span:first-child {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71e4da;
  box-shadow: 0 0 0 4px rgba(113, 228, 218, 0.18);
}

.wt-announcement--aktion b {
  color: #71e4da;
  font-weight: 800;
}

.wt-announcement-cta {
  margin-left: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(113, 228, 218, 0.45);
  border-radius: 999px;
  color: #ffffff;
  transition: background 200ms ease, border-color 200ms ease;
}

.wt-announcement-cta:hover,
.wt-announcement-cta:focus-visible {
  border-color: #71e4da;
  background: rgba(113, 228, 218, 0.14);
}

/* Auf der Aktionsseite selbst ist die Leiste redundant */
.wt-preview-aktion .wt-announcement--aktion .wt-announcement-cta {
  display: none;
}

@media (max-width: 720px) {
  .wt-announcement--aktion .wt-announcement-inner > a:last-child {
    display: none;
  }
}

.wt-promo {
  padding: 0 0 clamp(60px, 7vw, 100px);
  background: var(--wt-white);
}

.wt-promo-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(32px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  border-radius: clamp(28px, 3.4vw, 40px);
  background:
    radial-gradient(circle at 92% 10%, rgba(113, 228, 218, 0.24), transparent 34%),
    radial-gradient(circle at 5% 90%, rgba(23, 107, 255, 0.24), transparent 34%),
    linear-gradient(135deg, #0b1020 0%, #16264a 100%);
  color: var(--wt-white);
  box-shadow: 0 34px 90px rgba(11, 16, 32, 0.28);
}

.wt-promo-kicker {
  margin: 0 0 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wt-promo-kicker em {
  padding: 5px 10px;
  border-radius: 999px;
  background: #71e4da;
  color: #062e2b;
  font-style: normal;
  font-size: 9.5px;
}

.wt-promo-card h2 {
  margin: 0;
  color: var(--wt-white);
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.wt-promo-card h2 em {
  color: #71e4da;
  font-family: "Poppins", "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wt-promo-lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.wt-promo-lead b {
  color: var(--wt-white);
}

.wt-promo-note {
  max-width: 560px;
  margin: 14px 0 0;
  padding-left: 12px;
  border-left: 2px solid #71e4da;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

.wt-promo-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.wt-button--white {
  background: var(--wt-white);
  color: var(--wt-ink);
}

.wt-button--white:hover,
.wt-button--white:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.wt-promo-demo {
  padding: 20px;
  border: 1px solid rgba(113, 228, 218, 0.3);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
}

.wt-promo-price {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10px;
}

.wt-promo-price-was,
.wt-promo-price-now {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.wt-promo-price-now {
  border-color: rgba(113, 228, 218, 0.55);
  background: rgba(113, 228, 218, 0.08);
}

.wt-promo-price span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wt-promo-price s {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration-color: #ff8a65;
  text-decoration-thickness: 2px;
}

.wt-promo-price strong {
  display: block;
  color: var(--wt-white);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.wt-promo-price strong b {
  color: #71e4da;
}

.wt-promo-price small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10.5px;
}

.wt-promo-switch {
  margin: 14px 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.wt-promo-switch button {
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease;
}

.wt-promo-switch button[aria-selected="true"] {
  background: var(--wt-white);
  color: var(--wt-ink);
}

.wt-promo-switch button:focus-visible {
  outline: 2px solid #71e4da;
  outline-offset: 2px;
}

.wt-promo-plan-price {
  margin: 0 0 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.wt-promo-plan-price strong {
  color: var(--wt-white);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.wt-promo-plan-price span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11.5px;
  font-weight: 600;
}

.wt-promo-plan-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}

.wt-promo-plan-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 7px 0 7px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--wt-white);
  font-size: 12px;
  font-weight: 600;
}

.wt-promo-plan-list li:first-child {
  border-top: 0;
}

.wt-promo-plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(113, 228, 218, 0.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.5l2.5 2.5 4.5-5' fill='none' stroke='%2371e4da' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
}

.wt-promo-plan-list li[data-state="out"] {
  color: rgba(255, 255, 255, 0.55);
}

.wt-promo-plan-list li[data-state="out"]::before {
  background: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 6h6' fill='none' stroke='%23ffffff' stroke-opacity='.6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
}

.wt-promo-plan-list em {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 240ms ease, color 240ms ease;
}

.wt-promo-plan-list li[data-state="in"] em {
  background: #71e4da;
  color: #062e2b;
}

.wt-promo-plan-list li[data-state="scope"] em {
  background: rgba(113, 228, 218, 0.22);
  color: #71e4da;
}

.wt-promo-plan-list li[data-state="out"] em {
  background: rgba(255, 138, 101, 0.16);
  color: #ffb59e;
}

@media (max-width: 960px) {
  .wt-promo-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .wt-promo-price {
    grid-template-columns: 1fr;
  }
}
