@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700;800&display=swap");

:root {
  --kh-pointer-x: 0.5;
  --kh-pointer-y: 0.5;
  --kh-bg-1: #040816;
  --kh-bg-2: #091232;
  --kh-bg-3: #0c1c54;
  --kh-panel: rgba(10, 18, 53, 0.62);
  --kh-panel-strong: rgba(11, 21, 63, 0.82);
  --kh-panel-soft: rgba(25, 38, 97, 0.36);
  --kh-line: rgba(150, 180, 255, 0.14);
  --kh-line-strong: rgba(166, 136, 255, 0.34);
  --kh-text: #f7f9ff;
  --kh-muted: #b5c4ef;
  --kh-muted-strong: #d8e2ff;
  --kh-blue: #5fb4ff;
  --kh-blue-strong: #88d8ff;
  --kh-purple: #916bff;
  --kh-purple-strong: #b89cff;
  --kh-cyan: #7ff6ff;
  --kh-shadow: 0 36px 90px rgba(0, 4, 18, 0.42);
  --kh-shadow-soft: 0 22px 56px rgba(5, 9, 28, 0.26);
  --kh-radius-xl: 38px;
  --kh-radius-lg: 30px;
  --kh-radius-md: 22px;
}

html {
  scroll-behavior: smooth;
  background: #050917;
}

html,
body {
  background:
    radial-gradient(circle at 14% 10%, rgba(85, 116, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 12%, rgba(127, 246, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 50% 120%, rgba(163, 110, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #030715 0%, #08112b 34%, #091332 58%, #050a18 100%) !important;
}

body.kh-site {
  color: var(--kh-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 10%, rgba(85, 116, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 86% 12%, rgba(127, 246, 255, 0.16), transparent 18rem),
    radial-gradient(circle at 50% 120%, rgba(163, 110, 255, 0.18), transparent 30rem),
    linear-gradient(180deg, #030715 0%, #08112b 34%, #091332 58%, #050a18 100%);
  color-scheme: dark;
}

body.kh-site,
.kh-page {
  background-color: #050917;
}

.kh-page {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 14% 10%, rgba(85, 116, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 12%, rgba(127, 246, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 50% 120%, rgba(163, 110, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #030715 0%, #08112b 34%, #091332 58%, #050a18 100%);
}

.kh-page::before,
.kh-page::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  width: min(36vw, 34rem);
  height: min(36vw, 34rem);
  border-radius: 999px;
  filter: blur(88px);
  opacity: 0.46;
}

.kh-page::before {
  top: -6rem;
  right: -10rem;
  background: radial-gradient(circle, rgba(119, 221, 255, 0.44), transparent 68%);
  transform: translate(
    calc((var(--kh-pointer-x) - 0.5) * 34px),
    calc((var(--kh-pointer-y) - 0.5) * -26px)
  );
  transition: transform 360ms ease-out;
}

.kh-page::after {
  bottom: -10rem;
  left: -10rem;
  background: radial-gradient(circle, rgba(145, 107, 255, 0.4), transparent 68%);
  transform: translate(
    calc((var(--kh-pointer-x) - 0.5) * -30px),
    calc((var(--kh-pointer-y) - 0.5) * 24px)
  );
  transition: transform 360ms ease-out;
}

.kh-page__glow {
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  filter: blur(72px);
  opacity: 0.42;
}

.kh-page__glow--left {
  top: 12rem;
  left: -10rem;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(145, 107, 255, 0.34), transparent 70%);
}

.kh-page__glow--right {
  top: 32rem;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(95, 180, 255, 0.3), transparent 68%);
}

.kh-shell {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 22px 0 88px;
}

.kh-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.04);
}

.kh-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--kh-blue) 0%, var(--kh-cyan) 38%, var(--kh-purple) 100%);
  box-shadow: 0 0 24px rgba(95, 180, 255, 0.5);
}

.kh-site-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
  padding: 14px 18px;
  margin-bottom: 14px;
  border: 1px solid rgba(132, 161, 235, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(241, 246, 255, 0.92)),
    linear-gradient(135deg, rgba(105, 180, 255, 0.08), rgba(151, 122, 255, 0.08));
  box-shadow: 0 16px 40px rgba(67, 93, 160, 0.12);
  color: #29406d;
}

.kh-site-note__copy {
  min-width: 0;
}

.kh-site-note__copy .kh-eyebrow {
  margin-bottom: 6px;
}

.kh-site-note__copy p:last-child {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.kh-site-note__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.kh-site-note__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(128, 158, 238, 0.22);
  background: rgba(255, 255, 255, 0.8);
  color: #28416f;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.kh-site-note__pill:hover,
.kh-site-note__pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(131, 111, 246, 0.28);
  box-shadow: 0 12px 26px rgba(118, 130, 214, 0.18);
}

.kh-topbar,
.kh-hero,
.kh-builder-card,
.kh-builder-grid-card,
.kh-builder-stat,
.kh-builder-quote,
.kh-builder-timeline__item,
.kh-builder-cta,
.kh-builder-gallery__item,
.kh-builder-split__copy,
.kh-builder-split__figure,
.kh-footer {
  border: 1px solid var(--kh-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(12, 23, 66, 0.88), rgba(7, 14, 40, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    var(--kh-shadow-soft);
  backdrop-filter: blur(24px) saturate(1.22);
  -webkit-backdrop-filter: blur(24px) saturate(1.22);
}

.kh-topbar {
  position: sticky;
  top: 18px;
  z-index: 40;
  display: grid;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 30px;
  margin-bottom: 22px;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

body.kh-site.is-scrolled .kh-topbar {
  transform: translateY(-2px);
  border-color: rgba(170, 194, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 52px rgba(4, 8, 24, 0.34);
}

.kh-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at left top, rgba(120, 183, 255, 0.16), transparent 24%),
    radial-gradient(circle at right top, rgba(154, 124, 255, 0.16), transparent 24%);
  opacity: 0.85;
}

.kh-topbar::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(127, 246, 255, 0.85), rgba(145, 107, 255, 0.75), transparent);
  opacity: 0.52;
  pointer-events: none;
}

.kh-topbar__row,
.kh-topbar__panel {
  position: relative;
  z-index: 1;
}

.kh-topbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.kh-topbar__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: center;
}

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

.kh-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, var(--kh-blue) 0%, var(--kh-cyan) 42%, var(--kh-purple) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 34px rgba(63, 112, 255, 0.32);
  color: #fff;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

.kh-brand__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.kh-brand__copy strong,
.kh-aside h2,
.kh-builder-head h2,
.kh-builder-card h2,
.kh-builder-grid-card h3,
.kh-builder-quote blockquote,
.kh-builder-split__copy h2,
.kh-builder-timeline__item h3,
.kh-builder-cta h2,
.kh-footer__copy strong {
  font-family: "Sora", "Avenir Next", sans-serif;
}

.kh-brand__copy strong {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.kh-brand__copy span,
.kh-topbar__meta,
.kh-footer__copy p,
.kh-footer__pill,
.kh-aside__caption,
.kh-stat-list span,
.kh-builder-copy--muted,
.kh-builder-note {
  color: var(--kh-muted);
}

.kh-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1 / -1;
  overflow: visible;
  padding-bottom: 0;
  min-width: 0;
}

.kh-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(167, 186, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--kh-muted-strong);
  font-size: 0.94rem;
  letter-spacing: 0.01em;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.kh-nav__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(95, 180, 255, 0.24), rgba(145, 107, 255, 0.2));
  opacity: 0;
  transition: opacity 180ms ease;
}

.kh-nav__link::after {
  content: "";
  position: absolute;
  inset: auto 16px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--kh-cyan), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.kh-nav__link:hover,
.kh-nav__link.is-active {
  transform: translateY(-2px);
  border-color: rgba(166, 136, 255, 0.24);
  color: #fff;
  box-shadow: 0 16px 30px rgba(5, 12, 34, 0.22);
}

.kh-nav__link:hover::before,
.kh-nav__link:hover::after,
.kh-nav__link.is-active::before,
.kh-nav__link.is-active::after {
  opacity: 1;
}

.kh-nav__link > * {
  position: relative;
  z-index: 1;
}

.kh-topbar__meta {
  display: grid;
  gap: 6px;
  font-size: 0.8rem;
  justify-items: start;
  text-align: left;
  white-space: nowrap;
}

.kh-topbar__cta {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 62px;
  min-width: 220px;
  padding: 12px 18px;
  border-radius: 22px;
  border: 1px solid rgba(147, 191, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, rgba(95, 180, 255, 0.3) 0%, rgba(145, 107, 255, 0.24) 100%);
  box-shadow: 0 18px 36px rgba(8, 16, 40, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.kh-topbar__cta:hover {
  transform: translateY(-2px);
  border-color: rgba(188, 214, 255, 0.32);
  box-shadow: 0 24px 42px rgba(8, 16, 40, 0.32);
}

.kh-topbar__cta span {
  color: rgba(242, 246, 255, 0.76);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kh-topbar__cta strong {
  margin-top: 6px;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.kh-nav-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(166, 136, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--kh-text);
  font: inherit;
}

.kh-nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.kh-nav-toggle em {
  font-style: normal;
  font-size: 0.88rem;
  color: var(--kh-muted-strong);
}

.kh-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: 22px;
  margin-top: 18px;
  padding: clamp(30px, 4vw, 44px);
  border-radius: 40px;
  overflow: hidden;
  min-height: min(78vh, 900px);
}

.kh-hero::before,
.kh-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  filter: blur(42px);
}

.kh-hero::before {
  top: -8rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(127, 246, 255, 0.22), transparent 70%);
}

.kh-hero::after {
  right: -6rem;
  bottom: -8rem;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(145, 107, 255, 0.24), transparent 72%);
}

.kh-hero,
.kh-hero--application,
.kh-hero--vision,
.kh-hero--campaign,
.kh-hero--modernization {
  background:
    radial-gradient(circle at 12% 10%, rgba(127, 246, 255, 0.16), transparent 22rem),
    radial-gradient(circle at 88% 12%, rgba(145, 107, 255, 0.2), transparent 22rem),
    radial-gradient(circle at 50% 100%, rgba(95, 180, 255, 0.12), transparent 28rem),
    linear-gradient(160deg, rgba(10, 19, 56, 0.98) 0%, rgba(8, 14, 44, 0.92) 34%, rgba(5, 10, 28, 0.94) 100%);
}

.kh-hero__copy,
.kh-aside {
  position: relative;
  z-index: 1;
}

.kh-hero__copy {
  align-self: center;
  max-width: 780px;
}

.kh-eyebrow,
.kh-aside__eyebrow,
.kh-builder-timeline__phase {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--kh-cyan);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
}

.kh-eyebrow::before,
.kh-aside__eyebrow::before,
.kh-builder-timeline__phase::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
  opacity: 0.7;
}

.kh-hero h1 {
  margin: 0;
  font-size: clamp(2.9rem, 5.8vw, 5.55rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  max-width: 12.2ch;
  color: #fff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.kh-lead {
  margin: 22px 0 0;
  max-width: 62ch;
  color: rgba(231, 238, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.75;
}

.kh-hero__note {
  margin: 20px 0 0;
  max-width: 56ch;
  padding-left: 18px;
  border-left: 1px solid rgba(128, 178, 255, 0.3);
  color: rgba(190, 205, 244, 0.88);
  line-height: 1.7;
}

.kh-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.kh-hero__chip,
.kh-footer__pill,
.kh-link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(155, 183, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--kh-muted-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.kh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.kh-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.01em;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.kh-button:hover {
  transform: translateY(-2px);
}

.kh-button--primary {
  background: linear-gradient(135deg, var(--kh-blue) 0%, var(--kh-cyan) 34%, var(--kh-purple) 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(77, 111, 255, 0.3);
  text-shadow: 0 1px 0 rgba(6, 15, 37, 0.24);
}

.kh-button--ghost {
  border-color: rgba(154, 184, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--kh-text);
}

.kh-aside {
  align-self: stretch;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(14, 26, 72, 0.82), rgba(8, 17, 48, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 56px rgba(4, 8, 24, 0.28);
}

.kh-aside h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.kh-aside p {
  margin: 0;
  line-height: 1.7;
}

.kh-aside__figure {
  margin: 0;
  position: relative;
}

.kh-aside__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 42, 0.7);
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.kh-aside__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  border: 1px solid rgba(161, 187, 255, 0.18);
  background:
    radial-gradient(circle at 18% 12%, rgba(127, 246, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(12, 22, 58, 0.96), rgba(7, 15, 40, 0.88));
  box-shadow: 0 22px 48px rgba(4, 8, 24, 0.34);
  transform: translateZ(0);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.kh-aside__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(5, 11, 32, 0.12) 100%);
  pointer-events: none;
  z-index: 1;
}

.kh-aside__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh-aside__figure:hover .kh-aside__visual {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(198, 219, 255, 0.28);
  box-shadow: 0 28px 64px rgba(4, 8, 24, 0.4);
}

.kh-aside__overlays {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kh-aside__overlay {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(157, 184, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 28%),
    rgba(5, 13, 38, 0.72);
  box-shadow: 0 14px 30px rgba(4, 8, 24, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.kh-aside__overlay span,
.kh-aside__overlay small {
  color: rgba(212, 223, 252, 0.78);
}

.kh-aside__overlay span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kh-aside__overlay strong {
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.kh-aside__overlay small {
  font-size: 0.8rem;
  line-height: 1.45;
}

.kh-stat-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.kh-stat-list li {
  display: grid;
  gap: 6px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(161, 187, 255, 0.12);
}

.kh-stat-list strong,
.kh-builder-stat strong {
  display: block;
  color: #fff;
  letter-spacing: -0.04em;
  font-family: "Sora", "Avenir Next", sans-serif;
}

.kh-stat-list strong {
  font-size: 1.12rem;
}

.kh-builder-block {
  margin-top: 28px;
}

.kh-motion-ribbon {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 14px 0;
  border-radius: 999px;
  border: 1px solid rgba(159, 187, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 44%),
    linear-gradient(90deg, rgba(8, 17, 46, 0.84), rgba(12, 23, 65, 0.74) 40%, rgba(16, 26, 74, 0.78) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px rgba(4, 8, 24, 0.18);
}

.kh-motion-ribbon::before,
.kh-motion-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(14vw, 140px);
  z-index: 1;
  pointer-events: none;
}

.kh-motion-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, rgba(6, 11, 28, 0.94), rgba(6, 11, 28, 0));
}

.kh-motion-ribbon::after {
  right: 0;
  background: linear-gradient(270deg, rgba(6, 11, 28, 0.94), rgba(6, 11, 28, 0));
}

.kh-motion-ribbon__track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  padding-inline: 18px;
  animation: kh-ribbon-scroll 34s linear infinite;
}

.kh-motion-ribbon:hover .kh-motion-ribbon__track {
  animation-play-state: paused;
}

.kh-motion-ribbon__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(155, 183, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: var(--kh-muted-strong);
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.kh-motion-ribbon__item strong {
  color: #fff;
  font-size: 0.96rem;
  letter-spacing: -0.03em;
}

.kh-motion-ribbon__item em {
  font-style: normal;
  color: var(--kh-muted);
  font-size: 0.88rem;
}

.kh-motion-ribbon__item--stat {
  background:
    linear-gradient(135deg, rgba(95, 180, 255, 0.16), rgba(145, 107, 255, 0.12)),
    rgba(255, 255, 255, 0.05);
}

.kh-builder-head {
  margin-bottom: 18px;
}

.kh-builder-head h2,
.kh-builder-card h2,
.kh-builder-quote blockquote,
.kh-builder-split__copy h2,
.kh-builder-cta h2 {
  margin: 0 0 12px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.kh-builder-copy {
  margin: 0;
  color: rgba(236, 242, 255, 0.9);
  line-height: 1.8;
}

.kh-builder-copy + .kh-builder-copy {
  margin-top: 12px;
}

.kh-builder-card,
.kh-builder-quote,
.kh-builder-cta,
.kh-builder-split__copy,
.kh-builder-split__figure,
.kh-builder-grid-card,
.kh-builder-stat,
.kh-builder-gallery__item,
.kh-builder-timeline__item {
  border-radius: var(--kh-radius-lg);
}

.kh-builder-card,
.kh-builder-quote,
.kh-builder-cta {
  padding: 28px;
}

.kh-builder-grid,
.kh-builder-stats,
.kh-builder-gallery,
.kh-builder-timeline,
.kh-link-list {
  display: grid;
  gap: 18px;
}

.kh-builder-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.kh-builder-stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.kh-builder-gallery {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.kh-builder-grid-card,
.kh-builder-stat {
  padding: 24px;
}

.kh-builder-grid-card {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.kh-builder-grid-card:hover,
.kh-builder-split__copy:hover,
.kh-builder-split__figure:hover,
.kh-builder-cta:hover,
.kh-builder-quote:hover,
.kh-builder-timeline__item:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 213, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(4, 8, 24, 0.32);
}

.kh-builder-grid-card::before,
.kh-builder-cta::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -12%;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 246, 255, 0.18), transparent 68%);
  opacity: 0.78;
  pointer-events: none;
}

.kh-builder-block--accent .kh-builder-card,
.kh-builder-block--accent .kh-builder-grid-card:first-child,
.kh-builder-block--proof-grid .kh-builder-grid-card:first-child,
.kh-builder-block--statement .kh-builder-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, rgba(95, 180, 255, 0.26), rgba(145, 107, 255, 0.24) 72%, rgba(8, 16, 42, 0.88) 100%);
  border-color: rgba(166, 136, 255, 0.24);
}

.kh-builder-block--statement .kh-builder-card .kh-eyebrow,
.kh-builder-block--statement .kh-builder-card .kh-builder-copy,
.kh-builder-block--statement .kh-builder-card .kh-builder-copy--muted,
.kh-builder-block--statement .kh-builder-card .kh-bullets {
  color: #fff;
}

.kh-builder-stat strong {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1;
  margin-bottom: 10px;
}

.kh-builder-stat span {
  display: block;
  color: var(--kh-muted);
  line-height: 1.6;
}

.kh-builder-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 18px;
}

.kh-builder-split__copy {
  padding: 30px;
}

.kh-builder-split__figure,
.kh-builder-gallery__item {
  overflow: hidden;
  margin: 0;
  padding: 10px;
}

.kh-builder-split__figure img,
.kh-builder-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.kh-builder-split__figure figcaption,
.kh-builder-gallery__item figcaption {
  display: block;
  padding: 12px 8px 4px;
  color: var(--kh-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.kh-builder-quote {
  display: grid;
  gap: 18px;
  background:
    radial-gradient(circle at top right, rgba(127, 246, 255, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(145, 107, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(15, 27, 74, 0.86), rgba(7, 15, 42, 0.76));
}

.kh-builder-quote blockquote {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
}

.kh-builder-quote__meta {
  display: grid;
  gap: 6px;
  color: var(--kh-muted);
}

.kh-builder-quote__meta strong {
  color: #fff;
}

.kh-builder-timeline {
  gap: 16px;
}

.kh-builder-timeline__item {
  position: relative;
  padding: 26px 24px 26px 82px;
}

.kh-builder-timeline__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 28px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kh-cyan), var(--kh-purple));
  box-shadow: 0 12px 28px rgba(112, 155, 255, 0.28);
}

.kh-builder-timeline__phase {
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(150, 180, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.kh-builder-timeline__phase::before {
  display: none;
}

.kh-builder-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at right top, rgba(127, 246, 255, 0.2), transparent 24%),
    radial-gradient(circle at left bottom, rgba(145, 107, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(16, 32, 86, 0.92), rgba(10, 18, 52, 0.86));
}

.kh-builder-cta .kh-actions {
  margin-top: 18px;
}

.kh-link-list {
  grid-template-columns: repeat(auto-fit, minmax(210px, max-content));
}

.kh-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 28px 30px;
  border-radius: 32px;
}

.kh-footer__copy strong {
  display: block;
  font-size: 1.1rem;
}

.kh-footer__copy p {
  margin: 10px 0 0;
  max-width: 60ch;
}

.kh-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.kh-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--kh-reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--kh-reveal-delay, 0ms);
}

.kh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes kh-nav-slide {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kh-ribbon-scroll {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 1100px) {
  .kh-topbar__panel {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .kh-topbar__meta,
  .kh-footer__links {
    justify-items: start;
    justify-content: flex-start;
    text-align: left;
  }

  .kh-topbar__cta {
    min-width: 0;
  }
}

@media (max-width: 920px) {
  .kh-site-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .kh-site-note__links {
    justify-content: flex-start;
  }

  .kh-nav-toggle {
    display: inline-flex;
  }

  .kh-topbar {
    display: grid;
    gap: 16px;
  }

  .kh-topbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .kh-topbar__panel {
    display: none;
    gap: 14px;
    padding-top: 4px;
  }

  body.kh-nav-open .kh-topbar__panel {
    display: grid;
    animation: kh-nav-slide 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .kh-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .kh-hero,
  .kh-builder-split,
  .kh-footer {
    grid-template-columns: 1fr;
  }

  .kh-hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 4.1rem);
  }

  .kh-aside__overlays {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .kh-shell {
    width: min(100vw - 14px, 1320px);
    padding-top: 14px;
  }

  .kh-topbar,
  .kh-hero,
  .kh-motion-ribbon,
  .kh-builder-card,
  .kh-builder-grid-card,
  .kh-builder-stat,
  .kh-builder-quote,
  .kh-builder-timeline__item,
  .kh-builder-cta,
  .kh-builder-split__copy,
  .kh-builder-split__figure,
  .kh-footer {
    border-radius: 24px;
  }

  .kh-topbar {
    top: 10px;
    padding: 16px;
  }

  .kh-brand__mark {
    width: 48px;
    height: 48px;
  }

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

  .kh-button,
  .kh-topbar__cta,
  .kh-link-list,
  .kh-link-pill {
    width: 100%;
  }

  .kh-motion-ribbon {
    border-radius: 24px;
  }

  .kh-motion-ribbon__item {
    min-height: 42px;
    padding-inline: 14px;
  }

  .kh-builder-grid,
  .kh-builder-stats,
  .kh-builder-gallery,
  .kh-link-list {
    grid-template-columns: 1fr;
  }

  .kh-builder-timeline__item {
    padding-left: 72px;
  }

  .kh-builder-timeline__item::before {
    left: 22px;
  }
}

/* Light KH Refresh */

:root {
  --kh-bg-1: #f7fbff;
  --kh-bg-2: #eef5ff;
  --kh-bg-3: #e8f0ff;
  --kh-panel: rgba(255, 255, 255, 0.74);
  --kh-panel-strong: rgba(255, 255, 255, 0.9);
  --kh-panel-soft: rgba(236, 243, 255, 0.82);
  --kh-line: rgba(97, 132, 214, 0.14);
  --kh-line-strong: rgba(136, 104, 255, 0.24);
  --kh-text: #142344;
  --kh-muted: #58709a;
  --kh-muted-strong: #314975;
  --kh-blue: #6eb8ff;
  --kh-blue-strong: #92d4ff;
  --kh-purple: #8f7dff;
  --kh-purple-strong: #b6a8ff;
  --kh-cyan: #77e7ff;
  --kh-shadow: 0 30px 80px rgba(112, 143, 210, 0.14);
  --kh-shadow-soft: 0 20px 46px rgba(111, 133, 179, 0.12);
}

html,
body {
  background:
    radial-gradient(circle at 8% 8%, rgba(116, 198, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 92% 10%, rgba(149, 119, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 50% 100%, rgba(122, 233, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, #f9fbff 0%, #f1f6ff 42%, #edf3ff 100%) !important;
}

body.kh-site,
.kh-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(116, 198, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 92% 10%, rgba(149, 119, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 50% 100%, rgba(122, 233, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, #f9fbff 0%, #f1f6ff 42%, #edf3ff 100%) !important;
  color: var(--kh-text);
}

.kh-page::before {
  background: radial-gradient(circle, rgba(110, 184, 255, 0.22), transparent 70%);
}

.kh-page::after {
  background: radial-gradient(circle, rgba(143, 125, 255, 0.18), transparent 70%);
}

.kh-page__glow--left {
  background: radial-gradient(circle, rgba(119, 231, 255, 0.18), transparent 72%);
}

.kh-page__glow--right {
  background: radial-gradient(circle, rgba(155, 130, 255, 0.16), transparent 72%);
}

.kh-scroll-progress {
  background: rgba(113, 145, 207, 0.08);
}

.kh-scroll-progress span {
  background: linear-gradient(90deg, #71c6ff 0%, #86b8ff 45%, #9d88ff 100%);
  box-shadow: 0 0 24px rgba(113, 176, 255, 0.18);
}

.kh-topbar,
.kh-hero,
.kh-builder-card,
.kh-builder-grid-card,
.kh-builder-stat,
.kh-builder-quote,
.kh-builder-timeline__item,
.kh-builder-cta,
.kh-builder-gallery__item,
.kh-builder-split__copy,
.kh-builder-split__figure,
.kh-footer {
  border: 1px solid rgba(113, 145, 207, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 252, 255, 0.76) 58%, rgba(241, 247, 255, 0.7) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 36px rgba(112, 143, 210, 0.12);
  backdrop-filter: blur(24px) saturate(1.16);
  -webkit-backdrop-filter: blur(24px) saturate(1.16);
}

.kh-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "brand . cta"
    "nav nav nav";
  gap: 16px 22px;
  align-items: center;
  border-radius: 34px;
  padding: 18px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 255, 0.86)),
    linear-gradient(135deg, rgba(118, 197, 255, 0.12), rgba(144, 123, 255, 0.1));
}

.kh-topbar::before {
  background:
    radial-gradient(circle at left top, rgba(119, 231, 255, 0.14), transparent 26%),
    radial-gradient(circle at right top, rgba(143, 125, 255, 0.12), transparent 26%);
}

.kh-topbar::after {
  background: linear-gradient(90deg, transparent, rgba(118, 197, 255, 0.5), rgba(143, 125, 255, 0.42), transparent);
  opacity: 0.4;
}

body.kh-site.is-scrolled .kh-topbar {
  border-color: rgba(113, 145, 207, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 20px 40px rgba(112, 143, 210, 0.14);
}

.kh-topbar__row {
  display: contents;
}

.kh-topbar__panel {
  display: contents;
}

.kh-brand {
  grid-area: brand;
  align-self: center;
}

.kh-brand__mark {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.12) 42%),
    linear-gradient(135deg, #6ec7ff 0%, #88d2ff 38%, #a792ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 28px rgba(109, 166, 255, 0.22);
}

.kh-brand__copy strong,
.kh-aside h2,
.kh-builder-head h2,
.kh-builder-card h2,
.kh-builder-grid-card h3,
.kh-builder-quote blockquote,
.kh-builder-split__copy h2,
.kh-builder-timeline__item h3,
.kh-builder-cta h2,
.kh-footer__copy strong,
.kh-topbar__cta strong {
  color: #18284b;
}

.kh-brand__copy span,
.kh-footer__copy p,
.kh-footer__pill,
.kh-aside__caption,
.kh-stat-list span,
.kh-builder-copy--muted,
.kh-builder-note,
.kh-builder-copy,
.kh-lead,
.kh-hero__note,
.kh-aside p,
.kh-builder-quote__meta,
.kh-builder-stat span {
  color: #58709a;
}

.kh-nav {
  display: grid;
  grid-area: nav;
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  gap: 12px;
  max-width: 760px;
  margin-inline: auto;
}

.kh-nav__link {
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(116, 146, 214, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 250, 255, 0.7));
  color: #4b6390;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 24px rgba(113, 145, 207, 0.08);
}

.kh-nav__link::before {
  background: linear-gradient(135deg, rgba(110, 184, 255, 0.16), rgba(143, 125, 255, 0.14));
}

.kh-nav__link::after {
  background: linear-gradient(90deg, transparent, rgba(119, 231, 255, 0.8), transparent);
}

.kh-nav__link:hover,
.kh-nav__link.is-active {
  color: #1c315e;
  border-color: rgba(134, 162, 225, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 28px rgba(113, 145, 207, 0.12);
}

.kh-topbar__meta {
  display: none;
}

.kh-topbar__cta {
  grid-area: cta;
  justify-self: end;
  align-self: center;
  min-width: 290px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.04) 34%),
    linear-gradient(135deg, rgba(111, 186, 255, 0.94) 0%, rgba(143, 125, 255, 0.9) 100%);
  border-color: rgba(132, 160, 225, 0.22);
  box-shadow: 0 16px 34px rgba(127, 152, 217, 0.16);
}

.kh-topbar__cta span,
.kh-topbar__cta strong {
  color: #fff;
}

.kh-topbar__cta:hover {
  box-shadow: 0 22px 42px rgba(127, 152, 217, 0.2);
}

.kh-hero,
.kh-hero--application,
.kh-hero--vision,
.kh-hero--campaign,
.kh-hero--modernization {
  min-height: auto;
  align-items: start;
  padding: clamp(32px, 4vw, 52px);
  background:
    radial-gradient(circle at 8% 12%, rgba(118, 198, 255, 0.24), transparent 18rem),
    radial-gradient(circle at 92% 10%, rgba(155, 127, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 247, 255, 0.92) 48%, rgba(231, 239, 255, 0.9) 100%);
}

.kh-hero::before {
  background: radial-gradient(circle, rgba(119, 231, 255, 0.18), transparent 70%);
}

.kh-hero::after {
  background: radial-gradient(circle, rgba(143, 125, 255, 0.14), transparent 72%);
}

.kh-eyebrow,
.kh-aside__eyebrow,
.kh-builder-timeline__phase {
  color: #6b7fa9 !important;
}

.kh-hero h1 {
  color: #10254f !important;
  max-width: 10.4ch;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  line-height: 0.92;
  text-shadow: none;
}

.kh-hero__note {
  border-left-color: rgba(121, 148, 209, 0.24);
}

.kh-hero__chip,
.kh-footer__pill,
.kh-link-pill {
  border-color: rgba(116, 146, 214, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: #456089;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.kh-button--primary {
  background: linear-gradient(135deg, #6eb8ff 0%, #86daff 38%, #9a88ff 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(120, 151, 221, 0.18);
}

.kh-button--ghost {
  border-color: rgba(116, 146, 214, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: #29416d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.kh-aside {
  background:
    linear-gradient(180deg, rgba(236, 242, 255, 0.98), rgba(226, 234, 255, 0.94)),
    linear-gradient(135deg, rgba(118, 198, 255, 0.1), rgba(143, 125, 255, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 36px rgba(112, 143, 210, 0.12);
}

.kh-aside h2 {
  color: #22365f !important;
}

.kh-aside p,
.kh-aside__caption,
.kh-stat-list span {
  color: #546b95 !important;
}

.kh-aside__eyebrow {
  color: #7b8fb8 !important;
}

.kh-aside__badge {
  background: rgba(255, 255, 255, 0.74);
  color: #29416d;
  border-color: rgba(116, 146, 214, 0.12);
}

.kh-aside__visual {
  border-color: rgba(116, 146, 214, 0.14);
  background:
    radial-gradient(circle at 18% 12%, rgba(119, 231, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(232, 240, 255, 0.92));
  box-shadow: 0 16px 32px rgba(112, 143, 210, 0.12);
}

.kh-aside__visual::before {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(222, 233, 255, 0.12) 100%);
}

.kh-aside__overlay {
  border-color: rgba(116, 146, 214, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 249, 255, 0.7)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 22px rgba(112, 143, 210, 0.1);
}

.kh-aside__overlay span,
.kh-aside__overlay small {
  color: #64789f !important;
}

.kh-aside__overlay strong,
.kh-stat-list strong,
.kh-builder-stat strong {
  color: #1b3059 !important;
}

.kh-motion-ribbon {
  border-color: rgba(116, 146, 214, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 255, 0.84)),
    linear-gradient(90deg, rgba(118, 198, 255, 0.06), rgba(143, 125, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 32px rgba(112, 143, 210, 0.1);
}

.kh-motion-ribbon::before {
  background: linear-gradient(90deg, rgba(248, 251, 255, 0.98), rgba(248, 251, 255, 0));
}

.kh-motion-ribbon::after {
  background: linear-gradient(270deg, rgba(248, 251, 255, 0.98), rgba(248, 251, 255, 0));
}

.kh-motion-ribbon__item {
  border-color: rgba(116, 146, 214, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: #567097;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.kh-motion-ribbon__item strong {
  color: #18305c;
}

.kh-motion-ribbon__item em {
  color: #6280a8;
}

.kh-motion-ribbon__item--stat {
  background:
    linear-gradient(135deg, rgba(111, 186, 255, 0.14), rgba(143, 125, 255, 0.1)),
    rgba(255, 255, 255, 0.78);
}

.kh-builder-card,
.kh-builder-quote,
.kh-builder-cta,
.kh-builder-split__copy,
.kh-builder-split__figure,
.kh-builder-grid-card,
.kh-builder-stat,
.kh-builder-gallery__item,
.kh-builder-timeline__item {
  border-color: rgba(116, 146, 214, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 30px rgba(112, 143, 210, 0.1);
}

.kh-builder-grid-card::before,
.kh-builder-cta::before {
  background: radial-gradient(circle, rgba(119, 231, 255, 0.16), transparent 68%);
}

.kh-builder-block--accent .kh-builder-card,
.kh-builder-block--accent .kh-builder-grid-card:first-child,
.kh-builder-block--proof-grid .kh-builder-grid-card:first-child,
.kh-builder-block--statement .kh-builder-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.84) 34%),
    linear-gradient(135deg, rgba(111, 186, 255, 0.12), rgba(143, 125, 255, 0.12) 72%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(136, 104, 255, 0.16);
}

.kh-builder-block--statement .kh-builder-card .kh-eyebrow,
.kh-builder-block--statement .kh-builder-card .kh-builder-copy,
.kh-builder-block--statement .kh-builder-card .kh-builder-copy--muted,
.kh-builder-block--statement .kh-builder-card .kh-bullets {
  color: #36507f;
}

.kh-builder-quote {
  background:
    radial-gradient(circle at top right, rgba(119, 231, 255, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(143, 125, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.84));
}

.kh-builder-quote blockquote {
  color: #15274b;
}

.kh-builder-cta {
  background:
    radial-gradient(circle at right top, rgba(119, 231, 255, 0.14), transparent 24%),
    radial-gradient(circle at left bottom, rgba(143, 125, 255, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(242, 247, 255, 0.86));
}

.kh-builder-timeline__item::before {
  box-shadow: 0 10px 22px rgba(113, 145, 207, 0.14);
}

.kh-builder-timeline__phase {
  border-color: rgba(116, 146, 214, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.kh-builder-split__figure img,
.kh-builder-gallery__item img {
  box-shadow: 0 14px 24px rgba(112, 143, 210, 0.1);
}

.kh-footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 255, 0.82));
}

@media (max-width: 920px) {
  .kh-topbar {
    display: grid;
  }

  .kh-topbar__panel {
    display: none;
  }

  body.kh-nav-open .kh-topbar__panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kh-topbar__row {
    display: flex;
  }

  .kh-topbar__cta {
    min-width: 0;
  }

  .kh-nav {
    display: flex;
  }
}

/* Master Editorial Upgrade */

.kh-route--home .kh-shell {
  width: min(1380px, calc(100vw - 34px));
  padding-bottom: 110px;
}

.kh-route--home .kh-topbar {
  padding: 24px 24px 22px;
  border-radius: 38px;
}

.kh-route--home .kh-brand {
  gap: 16px;
}

.kh-route--home .kh-brand__mark {
  width: 62px;
  height: 62px;
  border-radius: 20px;
}

.kh-route--home .kh-brand__copy strong {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -0.05em;
}

.kh-route--home .kh-brand__copy span {
  font-size: 0.96rem;
}

.kh-route--home .kh-topbar__cta {
  min-height: 74px;
  min-width: 310px;
  border-radius: 24px;
}

.kh-route--home .kh-topbar__cta span {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.kh-route--home .kh-topbar__cta strong {
  font-size: 1.18rem;
}

.kh-route--home .kh-nav {
  gap: 14px;
  margin-top: 2px;
}

.kh-route--home .kh-nav__link {
  min-height: 50px;
  padding-inline: 20px;
}

.kh-route--home .kh-hero,
.kh-route--home .kh-hero--home {
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: 30px;
  padding: 56px;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}

.kh-route--home .kh-hero::before,
.kh-route--home .kh-hero::after {
  filter: blur(52px);
}

.kh-route--home .kh-hero__copy {
  max-width: 760px;
}

.kh-route--home .kh-hero__copy > * {
  position: relative;
  z-index: 1;
}

.kh-route--home .kh-hero__copy::before {
  content: "";
  position: absolute;
  inset: -26px auto auto -18px;
  width: 180px;
  height: 180px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(118, 198, 255, 0.18), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 20% 20%, rgba(119, 231, 255, 0.28), transparent 70%);
  opacity: 0.95;
  z-index: 0;
  pointer-events: none;
}

.kh-route--home .kh-hero__copy::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 10%;
  width: 44%;
  height: 72%;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(104, 131, 190, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 131, 190, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 82%);
  opacity: 0.55;
}

.kh-route--home .kh-eyebrow {
  margin-bottom: 18px;
  letter-spacing: 0.16em;
}

.kh-route--home .kh-hero h1 {
  max-width: 9.2ch;
  font-size: clamp(3.15rem, 5.2vw, 5.35rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.kh-route--home .kh-lead {
  margin-top: 28px;
  max-width: 44ch;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(122, 149, 205, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(245, 249, 255, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 40px rgba(121, 147, 202, 0.08);
  color: #314975;
  font-size: 1.08rem;
  line-height: 1.76;
}

.kh-route--home .kh-hero__note {
  margin-top: 16px;
  max-width: 40ch;
  padding: 18px 20px;
  border: 1px solid rgba(122, 149, 205, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  color: #567097;
  line-height: 1.7;
}

.kh-route--home .kh-hero__chips {
  margin-top: 18px;
  gap: 10px;
  max-width: 52ch;
}

.kh-route--home .kh-actions {
  margin-top: 30px;
}

.kh-route--home .kh-button {
  min-height: 56px;
  padding-inline: 22px;
}

.kh-route--home .kh-aside {
  padding: 28px;
  border-radius: 34px;
}

.kh-route--home .kh-aside h2 {
  font-size: clamp(2rem, 2.6vw, 2.7rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  max-width: 10ch;
}

.kh-route--home .kh-aside p {
  max-width: 34ch;
  font-size: 1rem;
  line-height: 1.72;
}

.kh-route--home .kh-aside__visual {
  aspect-ratio: 1 / 1.08;
  border-radius: 30px;
}

.kh-route--home .kh-aside__badge {
  top: 18px;
  left: 18px;
}

.kh-route--home .kh-aside__overlay {
  min-height: 118px;
  align-content: start;
}

.kh-route--home .kh-stat-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kh-route--home .kh-stat-list li {
  padding: 16px 16px 0 0;
}

.kh-route--home .kh-stat-list strong {
  font-size: 1.06rem;
}

.kh-route--home .kh-motion-ribbon {
  margin-top: 24px;
  padding-block: 16px;
  border-radius: 30px;
}

.kh-route--home .kh-motion-ribbon__item {
  min-height: 48px;
  padding: 11px 18px;
}

.kh-route--home .kh-builder-block {
  margin-top: 42px;
}

.kh-route--home .kh-builder-head {
  margin-bottom: 22px;
}

.kh-route--home .kh-builder-head h2,
.kh-route--home .kh-builder-card h2,
.kh-route--home .kh-builder-split__copy h2,
.kh-route--home .kh-builder-cta h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  max-width: 18ch;
}

.kh-route--home .kh-builder-copy {
  max-width: 62ch;
}

.kh-route--home .kh-builder-block--proof-grid .kh-builder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  counter-reset: kh-proof;
}

.kh-route--home .kh-builder-block--proof-grid .kh-builder-grid-card {
  min-height: 260px;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}

.kh-route--home .kh-builder-block--proof-grid .kh-builder-grid-card::after {
  counter-increment: kh-proof;
  content: counter(kh-proof, decimal-leading-zero);
  position: absolute;
  right: 22px;
  top: 20px;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(90, 114, 162, 0.4);
}

.kh-route--home .kh-builder-block--proof-grid .kh-builder-grid-card:first-child {
  grid-column: 1 / -1;
  min-height: 290px;
}

.kh-route--home .kh-builder-block--proof-grid .kh-builder-grid-card:first-child h3 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.kh-route--home .kh-builder-block--proof-grid .kh-builder-grid-card:first-child .kh-builder-copy {
  max-width: 66ch;
  font-size: 1.05rem;
}

.kh-route--home .kh-builder-block--cards .kh-builder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.kh-route--home .kh-builder-block--cards .kh-builder-grid-card {
  min-height: 280px;
  padding: 30px;
  border-radius: 30px;
}

.kh-route--home .kh-builder-block--image-spotlight .kh-builder-split {
  align-items: stretch;
  gap: 22px;
}

.kh-route--home .kh-builder-block--image-spotlight .kh-builder-split__copy,
.kh-route--home .kh-builder-block--image-spotlight .kh-builder-split__figure {
  border-radius: 32px;
  padding: 32px;
}

.kh-route--home .kh-builder-block--image-spotlight .kh-builder-split__figure {
  padding: 12px;
}

.kh-route--home .kh-builder-block--image-spotlight .kh-builder-split__figure img {
  aspect-ratio: 1.04 / 1;
  border-radius: 26px;
}

.kh-route--home .kh-builder-block--image-spotlight:nth-of-type(even) .kh-builder-split__copy {
  order: 2;
}

.kh-route--home .kh-builder-block--image-spotlight:nth-of-type(even) .kh-builder-split__figure {
  order: 1;
}

.kh-route--home .kh-builder-quote {
  padding: 36px;
  border-radius: 34px;
}

.kh-route--home .kh-builder-quote blockquote {
  max-width: 17ch;
  font-size: clamp(2.05rem, 3.3vw, 3.4rem);
  line-height: 0.98;
}

.kh-route--home .kh-builder-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kh-route--home .kh-builder-timeline__item {
  min-height: 240px;
  padding: 28px 24px 28px 82px;
}

.kh-route--home .kh-builder-cta {
  padding: 34px;
  border-radius: 34px;
}

.kh-route--home .kh-builder-cta .kh-link-list {
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, max-content));
}

.kh-route--home .kh-footer {
  margin-top: 40px;
  padding: 30px 32px;
  border-radius: 32px;
}

@media (max-width: 1180px) {
  .kh-route--home .kh-hero,
  .kh-route--home .kh-hero--home {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .kh-route--home .kh-stat-list,
  .kh-route--home .kh-builder-timeline,
  .kh-route--home .kh-builder-block--cards .kh-builder-grid,
  .kh-route--home .kh-builder-block--proof-grid .kh-builder-grid {
    grid-template-columns: 1fr;
  }

  .kh-route--home .kh-builder-block--proof-grid .kh-builder-grid-card:first-child {
    grid-column: auto;
  }

  .kh-route--home .kh-builder-cta .kh-link-list {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }
}

@media (max-width: 920px) {
  .kh-route--home .kh-shell {
    width: min(100vw - 16px, 1380px);
  }

  .kh-route--home .kh-topbar {
    padding: 18px;
    gap: 14px;
  }

  .kh-route--home .kh-topbar__row {
    display: flex;
  }

  .kh-route--home .kh-topbar__panel {
    display: none;
  }

  .kh-route--home.kh-nav-open .kh-topbar__panel,
  body.kh-nav-open.kh-route--home .kh-topbar__panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kh-route--home .kh-topbar__cta {
    width: 100%;
    min-width: 0;
  }

  .kh-route--home .kh-nav {
    display: flex;
    max-width: none;
  }

  .kh-route--home .kh-hero h1 {
    max-width: none;
    font-size: clamp(2.7rem, 10vw, 4.9rem);
  }

  .kh-route--home .kh-lead,
  .kh-route--home .kh-hero__note {
    max-width: none;
  }

  .kh-route--home .kh-builder-cta .kh-link-list {
    grid-template-columns: 1fr;
  }
}

.kh-route--bewerbung-hauptgeschaeftsfuehrung .kh-hero h1 {
  max-width: 9.8ch;
  font-size: clamp(2.75rem, 4.55vw, 4.75rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.kh-route--bewerbung-hauptgeschaeftsfuehrung .kh-lead {
  max-width: 44ch;
}

.kh-route--bewerbung-hauptgeschaeftsfuehrung .kh-builder-block {
  margin-top: 38px;
}

body.kh-site,
.kh-page {
  overflow-x: hidden;
}

.kh-page:not(.kh-page--home) .kh-hero__copy {
  max-width: 820px;
}

.kh-page:not(.kh-page--home) .kh-lead {
  margin-top: 24px;
  max-width: 44ch;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(122, 149, 205, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 249, 255, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 16px 34px rgba(121, 147, 202, 0.08);
  color: #314b78;
}

.kh-page:not(.kh-page--home) .kh-hero__note {
  margin-top: 16px;
  max-width: 42ch;
  padding: 18px 20px;
  border: 1px solid rgba(122, 149, 205, 0.1);
  border-left: 1px solid rgba(122, 149, 205, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  color: #5a739d;
}

@media (max-width: 920px) {
  .kh-topbar__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 10px;
  }

  .kh-brand {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    gap: 12px;
  }

  .kh-brand__copy {
    gap: 2px;
  }

  .kh-brand__copy strong {
    font-size: clamp(1rem, 4.6vw, 1.22rem);
    line-height: 1.02;
  }

  .kh-brand__copy span {
    font-size: 0.91rem;
    line-height: 1.42;
  }

  .kh-nav-toggle {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    padding: 0;
    justify-content: center;
    gap: 3px;
  }

  .kh-nav-toggle em {
    display: none;
  }

  body.kh-nav-open .kh-topbar__panel {
    margin-top: 6px;
  }

  .kh-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .kh-page:not(.kh-page--home) .kh-hero h1 {
    max-width: none;
    font-size: clamp(2.35rem, 11vw, 4rem);
    line-height: 0.92;
  }

  .kh-page:not(.kh-page--home) .kh-lead,
  .kh-page:not(.kh-page--home) .kh-hero__note {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .kh-shell,
  .kh-route--home .kh-shell {
    width: auto !important;
    margin-inline: 8px;
  }

  .kh-site-note {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .kh-site-note__copy p:last-child {
    font-size: 0.88rem;
  }

  .kh-site-note__pill {
    width: 100%;
  }

  .kh-topbar {
    padding: 14px;
  }

  .kh-topbar__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .kh-brand__mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .kh-brand__copy strong {
    font-size: clamp(0.94rem, 4.6vw, 1.08rem);
    overflow-wrap: anywhere;
  }

  .kh-brand__copy span {
    font-size: 0.82rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .kh-nav-toggle {
    width: 46px;
    min-width: 46px;
    flex-basis: 46px;
    min-height: 46px;
    align-self: flex-end;
  }

  .kh-route--home .kh-hero,
  .kh-page:not(.kh-page--home) .kh-hero {
    padding: 26px;
  }

  .kh-route--home .kh-hero h1 {
    font-size: clamp(1.98rem, 10.4vw, 2.95rem);
    line-height: 0.94;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .kh-page:not(.kh-page--home) .kh-hero h1 {
    font-size: clamp(1.92rem, 10.2vw, 2.82rem);
    line-height: 0.95;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .kh-actions {
    gap: 10px;
  }

  .kh-button {
    width: 100%;
  }
}
